@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    src: url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-300.eot);
    src: local(""), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-300.eot?#iefix) format("embedded-opentype"), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-300.woff2) format("woff2"),
        url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-300.woff) format("woff"), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-300.ttf) format("truetype"),
        url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-300.svg#Ubuntu) format("svg");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    src: url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-regular.eot);
    src: local(""), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-regular.eot?#iefix) format("embedded-opentype"),
        url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-regular.woff2) format("woff2"), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-regular.woff) format("woff"),
        url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-regular.ttf) format("truetype"), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-regular.svg#Ubuntu) format("svg");
}
@font-face {
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 400;
    src: url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-italic.eot);
    src: local(""), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-italic.eot?#iefix) format("embedded-opentype"),
        url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-italic.woff2) format("woff2"), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-italic.woff) format("woff"),
        url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-italic.ttf) format("truetype"), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-italic.svg#Ubuntu) format("svg");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    src: url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-500.eot);
    src: local(""), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-500.eot?#iefix) format("embedded-opentype"), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-500.woff2) format("woff2"),
        url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-500.woff) format("woff"), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-500.ttf) format("truetype"),
        url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-500.svg#Ubuntu) format("svg");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    src: url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-700.eot);
    src: local(""), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-700.eot?#iefix) format("embedded-opentype"), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-700.woff2) format("woff2"),
        url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-700.woff) format("woff"), url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-700.ttf) format("truetype"),
        url(https://next-munich.com/site/templates/static/fonts/ubuntu-v20-latin-700.svg#Ubuntu) format("svg");
}
@charset "UTF-8";
.fixgrid {
    max-width: 1050px !important;
    padding-left: 13px;
    padding-right: 13px;
}
.fixgrid .row {
    margin-left: 0;
    margin-right: 0;
}
.fixgrid .c8,
.fixgrid .c7,
.fixgrid .c6,
.fixgrid .c5,
.fixgrid .c4,
.fixgrid .c3,
.fixgrid .c2,
.fixgrid .c1 {
    padding-left: 0;
    padding-right: 0;
}
.section-gridless {
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
}
.section-gridless.sidepad {
    padding-left: 13px;
    padding-right: 13px;
}
.section-gridless .row-gridless.center {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}
@media (min-width: 1024px) {
    .p0 {
        left: 0 !important;
    }
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex .c4,
.flex .c6m,
.flex .c8s {
    float: none;
}
.flex .p1m {
    left: auto;
}
@media (min-width: 461px) and (max-width: 960px) {
    .flex .p1m {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
    .flex .c6m {
        width: 75%;
    }
    .flex .c8m {
        width: 100%;
    }
}
@media (max-width: 460px) {
    .flex .c8s {
        width: 100%;
    }
}
.flex.justify-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex.justify-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex.justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.justify-space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.flex.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex.wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.flex.align-items-flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex.align-items-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex.flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flex-item.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
main {
    display: block;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
input {
    overflow: visible;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
details {
    display: block;
}
summary {
    display: list-item;
}
menu {
    display: block;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    position: relative;
    width: 100%;
}
.section.fullwidth {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}
.row {
    margin-left: -13px;
    margin-left: -0.76471rem;
    margin-right: -13px;
    margin-right: -0.76471rem;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.ungutter {
    margin-left: 0;
    margin-right: 0;
}
.row.ungutter .c1,
.row.ungutter .c2,
.row.ungutter .c3,
.row.ungutter .c4,
.row.ungutter .c5,
.row.ungutter .c6,
.row.ungutter .c7,
.row.ungutter .c8 {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 1024px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}
.c1,
.c2,
.c3,
.c4,
.c5,
.c6,
.c7,
.c8 {
    float: left;
    min-height: 1px;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
    position: relative;
    width: 100%;
}
.c1 {
    width: 12.5%;
}
@media (min-width: 961px) {
    .c1l {
        width: 12.5%;
    }
}
@media (max-width: 960px) {
    .c1m {
        width: 12.5%;
    }
}
@media (max-width: 460px) {
    .c1s {
        width: 12.5%;
    }
}
.c2 {
    width: 25%;
}
@media (min-width: 961px) {
    .c2l {
        width: 25%;
    }
}
@media (max-width: 960px) {
    .c2m {
        width: 25%;
    }
}
@media (max-width: 460px) {
    .c2s {
        width: 25%;
    }
}
.c3 {
    width: 37.5%;
}
@media (min-width: 961px) {
    .c3l {
        width: 37.5%;
    }
}
@media (max-width: 960px) {
    .c3m {
        width: 37.5%;
    }
}
@media (max-width: 460px) {
    .c3s {
        width: 37.5%;
    }
}
.c4 {
    width: 50%;
}
@media (min-width: 961px) {
    .c4l {
        width: 50%;
    }
}
@media (max-width: 960px) {
    .c4m {
        width: 50%;
    }
}
@media (max-width: 460px) {
    .c4s {
        width: 50%;
    }
}
.c5 {
    width: 62.5%;
}
@media (min-width: 961px) {
    .c5l {
        width: 62.5%;
    }
}
@media (max-width: 960px) {
    .c5m {
        width: 62.5%;
    }
}
@media (max-width: 460px) {
    .c5s {
        width: 62.5%;
    }
}
.c6 {
    width: 75%;
}
@media (min-width: 961px) {
    .c6l {
        width: 75%;
    }
}
@media (max-width: 960px) {
    .c6m {
        width: 75%;
    }
}
@media (max-width: 460px) {
    .c6s {
        width: 75%;
    }
}
.c7 {
    width: 87.5%;
}
@media (min-width: 961px) {
    .c7l {
        width: 87.5%;
    }
}
@media (max-width: 960px) {
    .c7m {
        width: 87.5%;
    }
}
@media (max-width: 460px) {
    .c7s {
        width: 87.5%;
    }
}
.c8 {
    width: 100%;
}
@media (min-width: 961px) {
    .c8l {
        width: 100%;
    }
}
@media (max-width: 960px) {
    .c8m {
        width: 100%;
    }
}
@media (max-width: 460px) {
    .c8s {
        width: 100%;
    }
}
.end {
    float: right;
}
.p1 {
    left: 12.5%;
}
@media (min-width: 1024px) {
    .p1l {
        left: 12.5%;
    }
}
@media (min-width: 961px) {
    .p1m {
        left: 12.5%;
    }
}
@media (min-width: 460px) {
    .p1s {
        left: 12.5%;
    }
}
.p2 {
    left: 25%;
}
@media (min-width: 1024px) {
    .p2l {
        left: 25%;
    }
}
@media (min-width: 961px) {
    .p2m {
        left: 25%;
    }
}
@media (min-width: 460px) {
    .p2s {
        left: 25%;
    }
}
.p3 {
    left: 37.5%;
}
@media (min-width: 1024px) {
    .p3l {
        left: 37.5%;
    }
}
@media (min-width: 961px) {
    .p3m {
        left: 37.5%;
    }
}
@media (min-width: 460px) {
    .p3s {
        left: 37.5%;
    }
}
.p4 {
    left: 50%;
}
@media (min-width: 1024px) {
    .p4l {
        left: 50%;
    }
}
@media (min-width: 961px) {
    .p4m {
        left: 50%;
    }
}
@media (min-width: 460px) {
    .p4s {
        left: 50%;
    }
}
.p5 {
    left: 62.5%;
}
@media (min-width: 1024px) {
    .p5l {
        left: 62.5%;
    }
}
@media (min-width: 961px) {
    .p5m {
        left: 62.5%;
    }
}
@media (min-width: 460px) {
    .p5s {
        left: 62.5%;
    }
}
.p6 {
    left: 75%;
}
@media (min-width: 1024px) {
    .p6l {
        left: 75%;
    }
}
@media (min-width: 961px) {
    .p6m {
        left: 75%;
    }
}
@media (min-width: 460px) {
    .p6s {
        left: 75%;
    }
}
.p7 {
    left: 87.5%;
}
@media (min-width: 1024px) {
    .p7l {
        left: 87.5%;
    }
}
@media (min-width: 961px) {
    .p7m {
        left: 87.5%;
    }
}
@media (min-width: 460px) {
    .p7s {
        left: 87.5%;
    }
}
.-p1 {
    right: 12.5%;
}
@media (min-width: 1024px) {
    .-p1l {
        right: 12.5%;
    }
}
@media (min-width: 961px) {
    .-p1m {
        right: 12.5%;
    }
}
@media (min-width: 460px) {
    .-p1s {
        right: 12.5%;
    }
}
.-p2 {
    right: 25%;
}
@media (min-width: 1024px) {
    .-p2l {
        right: 25%;
    }
}
@media (min-width: 961px) {
    .-p2m {
        right: 25%;
    }
}
@media (min-width: 460px) {
    .-p2s {
        right: 25%;
    }
}
.-p3 {
    right: 37.5%;
}
@media (min-width: 1024px) {
    .-p3l {
        right: 37.5%;
    }
}
@media (min-width: 961px) {
    .-p3m {
        right: 37.5%;
    }
}
@media (min-width: 460px) {
    .-p3s {
        right: 37.5%;
    }
}
.-p4 {
    right: 50%;
}
@media (min-width: 1024px) {
    .-p4l {
        right: 50%;
    }
}
@media (min-width: 961px) {
    .-p4m {
        right: 50%;
    }
}
@media (min-width: 460px) {
    .-p4s {
        right: 50%;
    }
}
.-p5 {
    right: 62.5%;
}
@media (min-width: 1024px) {
    .-p5l {
        right: 62.5%;
    }
}
@media (min-width: 961px) {
    .-p5m {
        right: 62.5%;
    }
}
@media (min-width: 460px) {
    .-p5s {
        right: 62.5%;
    }
}
.-p6 {
    right: 75%;
}
@media (min-width: 1024px) {
    .-p6l {
        right: 75%;
    }
}
@media (min-width: 961px) {
    .-p6m {
        right: 75%;
    }
}
@media (min-width: 460px) {
    .-p6s {
        right: 75%;
    }
}
.-p7 {
    right: 87.5%;
}
@media (min-width: 1024px) {
    .-p7l {
        right: 87.5%;
    }
}
@media (min-width: 961px) {
    .-p7m {
        right: 87.5%;
    }
}
@media (min-width: 460px) {
    .-p7s {
        right: 87.5%;
    }
}
[hidden] {
    display: none !important;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    font-family: "Ubuntu", "Segoe UI", "Seravek", "Arial", "Helvetica", sans-serif;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 22px;
    line-height: 1.29412rem;
}
@media (max-width: 1024px) {
    body {
        font-size: 0.94118rem;
        line-height: 1.23529rem;
    }
}
#console {
    background: #fff;
    border: 2px solid #000;
    font-family: monospace;
    font-size: 12px;
    height: 200px;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 54px;
    width: 200px;
}
.bg-gray-light {
    background-color: #f8f8f8;
}
.bg-primary {
    background-color: #e52b38;
}
.rad40 {
    border-radius: 2.35294rem;
}
.pad40 {
    padding: 36.999px 39.999px 42.999px;
    padding: 2.17647rem 2.35294rem 2.52941rem;
}
body.is-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.debug-1 {
    background-color: rgba(0, 255, 255, 0.25);
}
.debug-2 {
    background-color: rgba(255, 0, 100, 0.25);
}
.debug-3 {
    background-color: rgba(255, 128, 0, 0.25);
}
#page {
    background-color: #f8f8f8;
    margin-bottom: 100px;
    min-height: 100vh;
    padding-bottom: 50px;
}
#content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1340px;
    position: relative;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.intro,
.header-top-padding {
    padding-top: 144px;
    padding-top: 8.47059rem;
}
.intro.center,
.header-top-padding.center {
    text-align: center;
}
@media (max-width: 1024px) {
    .intro,
    .header-top-padding {
        padding-top: 5.88235rem;
    }
}
.background-image {
    position: relative;
}
.background-image img {
    font-family: "object-fit: cover";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.clicktrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.align-center {
    text-align: center;
}
.cookie-banner {
    background: rgba(33, 33, 33, 0.84);
    border-radius: 8px;
    bottom: 26px;
    color: #fff;
    display: none;
    left: 26px;
    padding: 26px 20px;
    position: fixed;
    right: 26px;
    text-align: center;
    z-index: 109;
}
@media (max-width: 885px) {
    #page {
        margin-bottom: 230px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    margin: 0;
    word-wrap: break-word;
}
h1,
.h1,
.h1-fix,
.page-team .network h2 {
    font-size: 48px;
    font-size: 2.82353rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 23.999px;
    margin-bottom: 1.41176rem;
    left: -4px;
    position: relative;
    top: -10px;
}
h2,
.h2 {
    font-size: 48px;
    font-size: 2.82353rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 23.999px;
    margin-bottom: 1.41176rem;
    left: -4px;
    position: relative;
    top: -10px;
}
h3,
.h3-fix,
.page-landing-page-2024 .lp24-header .description h2,
.page-landing-page-2024 .lp24-header .description h3,
.h3 {
    font-size: 31.999px;
    font-size: 1.88235rem;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
    left: -1px;
    position: relative;
    top: -1px;
}
h4,
.h4-fix,
.h4,
.page-cases h2,
.page-cases-2021 h2,
.page-case h2,
.page-case-2020 h2,
.page-blog-index h2,
.page-landing-page-2020 h2,
.page-blog-post h2,
.page-team h2,
.page-contact h2,
.page-contact-2021 h2,
.page-home .blog-teasers h3 {
    font-size: 23.999px;
    font-size: 1.41176rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 23.999px;
    margin-bottom: 1.41176rem;
    left: 0;
    position: relative;
    top: -5.999px;
    top: -0.35294rem;
}
.page-blog-post h2 {
    margin-top: 51px;
    margin-top: 3rem;
}
h5,
.h5-fix,
.h5,
.page-case h3,
.page-case-2020 h3,
.page-landing-page-2020 h3,
.page-blog-post h3,
.page-team h3 {
    font-size: 19.999px;
    font-size: 1.17647rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 10px;
    margin-bottom: 0.58824rem;
    left: 0;
    position: static;
    top: 0;
}
h6,
.h6 {
    font-size: 17px;
    font-size: 1rem;
    font-weight: 500;
}
.center h1,
.center h2,
.center h3,
.center h4,
.center h5,
.center h6 {
    left: 0;
}
p {
    font-size: 17px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.29412rem;
    margin: 0 0 17px;
    margin: 0rem 0rem 1rem;
}
p.no-margin {
    margin: 0;
}
ul {
    font-weight: 400;
    line-height: 1.25;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul > li {
    padding-bottom: 8px;
    padding-left: 12px;
}
ul > li:before {
    background-color: #171717;
    border: 0;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: -28px;
    margin-right: 20px;
    position: relative;
    top: -2px;
    width: 8px;
}
blockquote {
    background-color: #f8f8f8;
    border-radius: 6px;
    margin: 0;
    margin-bottom: 1em;
    padding: 1em 1em 1px;
}
img {
    height: auto;
    width: 100%;
}
.caption {
    color: #757575;
    display: block;
    font-size: 14px;
    font-size: 0.82353rem;
    margin-bottom: 10px;
    margin-top: -32px;
}
.page-blog-index .top-articles .top-article,
.page-team .network .desc p,
.smalltext {
    font-size: 14.999px;
    font-size: 0.88235rem;
    line-height: 1.25;
}
.post .sidebar,
.page-contact .columns .profile .position,
.page-contact .columns .profile .name,
.tinytext {
    font-size: 14px;
    font-size: 0.82353rem;
    line-height: 1.2;
}
@media (max-width: 768px) {
    h1,
    .h1,
    .page-team .network h2 {
        font-size: 1.76471rem;
        left: -2px;
        line-height: 1.05;
        margin-bottom: 1.76471rem;
        top: -5px;
    }
    h2,
    .h2 {
        font-size: 1.76471rem;
        left: -2px;
        line-height: 1.05;
        margin-bottom: 1.76471rem;
        top: -5px;
    }
    h3,
    .h3 {
        font-size: 1.29412rem;
        line-height: 1.05;
        margin-bottom: 0.70588rem;
        top: -4px;
    }
    h4,
    .h4,
    .page-cases h2,
    .page-cases-2021 h2,
    .page-case h2,
    .page-case-2020 h2,
    .page-blog-index h2,
    .page-landing-page-2020 h2,
    .page-blog-post h2,
    .page-team h2,
    .page-contact h2,
    .page-contact-2021 h2,
    .page-home .blog-teasers h3 {
        font-size: 1.29412rem;
        left: 0;
        line-height: 1.05;
        margin-bottom: 1.41176rem;
        top: -4px;
    }
    p {
        font-size: 0.94118rem;
        line-height: 1.3;
        margin: 0rem 0rem 0.94118rem;
    }
}
@font-face {
    font-family: "NEXTMunich-Icons";
    src: url(https://next-munich.com/site/templates/static/icons/NEXTMunich-Icons.ttf?vijoe8) format("truetype"), url(https://next-munich.com/site/templates/static/icons/NEXTMunich-Icons.woff?vijoe8) format("woff"),
        url(https://next-munich.com/site/templates/static/icons/NEXTMunich-Icons.svg?vijoe8#NEXTMunich-Icons) format("svg");
    font-weight: normal;
    font-style: normal;
}
[class$="-icon"] {
    font-family: "NEXTMunich-Icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rss-icon:before {
    content: "\e918";
}
.iot-icon:before {
    content: "\e911";
}
.bots-icon:before {
    content: "\e912";
}
.creation-icon:before {
    content: "\e913";
}
.marketing-icon:before {
    content: "\e914";
}
.mobile-apps-icon:before {
    content: "\e915";
}
.tools-icon:before {
    content: "\e916";
}
.tv-apps-icon:before {
    content: "\e917";
}
.play-icon:before {
    content: "\e910";
}
.letter-icon:before {
    content: "\e90e";
}
.phone-icon:before {
    content: "\e90f";
}
.messenger-icon:before {
    content: "\e907";
}
.facebook-icon:before {
    content: "\e908";
}
.facebook2-icon:before {
    content: "\e909";
}
.location-icon:before {
    content: "\e90a";
}
.messenger2-icon:before {
    content: "\e90b";
}
.skype-icon:before {
    content: "\e90c";
}
.twitter-icon:before {
    content: "\e90d";
}
.logo-icon:before {
    content: "\e904";
}
.star-icon:before {
    content: "\e906";
}
.contact-icon:before {
    content: "\e905";
}
.down-icon:before {
    content: "\e900";
}
.left-icon:before {
    content: "\e901";
}
.right-icon:before {
    content: "\e902";
}
.up-icon:before {
    content: "\e903";
}
a {
    color: #e52b38;
    text-decoration: none;
}
button,
.button {
    background-color: #e52b38;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Ubuntu", "Segoe UI", "Seravek", "Arial", "Helvetica", sans-serif;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 400;
    height: 32px;
    line-height: 1;
    padding: 6px 20px 7px;
}
button.tertiary,
.tertiary.button {
    background-color: #2068b1;
}
button.xlarge-nonresp,
.xlarge-nonresp.button {
    border-radius: 27px;
    font-size: 20.999px;
    font-size: 1.23529rem;
    font-weight: 500;
    height: 54px;
    letter-spacing: 0.3px;
    letter-spacing: 0.01765rem;
    padding: 16px 50px;
}
button.xlarge-nonresp:before,
.xlarge-nonresp.button:before,
button.xlarge-nonresp:after,
.xlarge-nonresp.button:after {
    border-radius: 27px;
}
button.xlarge,
.xlarge.button {
    border-radius: 20px;
    font-size: 17px;
    font-size: 1rem;
    height: 40px;
    padding: 10px 20px 9px;
}
button.xlarge:before,
.xlarge.button:before,
button.xlarge:after,
.xlarge.button:after {
    border-radius: 20px;
}
button.xxlarge,
.xxlarge.button {
    border-radius: 20px;
    font-size: 17.999px;
    font-size: 1.05882rem;
    height: 40px;
    padding: 10px 40px 9px;
    font-weight: 500;
    letter-spacing: 0.499px;
    letter-spacing: 0.02941rem;
}
button.xxlarge:before,
.xxlarge.button:before,
button.xxlarge:after,
.xxlarge.button:after {
    border-radius: 20px;
}
@media (min-width: 47.05882rem) {
    button.xxlarge,
    .xxlarge.button {
        letter-spacing: 0;
        border-radius: 31px;
        font-size: 1.41176rem;
        height: 62px;
        padding: 18px 38px;
    }
    button.xxlarge:before,
    .xxlarge.button:before,
    button.xxlarge:after,
    .xxlarge.button:after {
        border-radius: 31px;
    }
}
button.c24-xxlarge,
.c24-xxlarge.button {
    border-radius: 500px;
    font-size: 19.999px;
    font-size: 1.17647rem;
    height: auto;
    padding: 14px 30px 15px;
    font-weight: 500;
    letter-spacing: 0.499px;
    letter-spacing: 0.02941rem;
    text-align: center;
}
button.c24-xxlarge:before,
.c24-xxlarge.button:before,
button.c24-xxlarge:after,
.c24-xxlarge.button:after {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 45.23529rem) {
    button.c24-xxlarge,
    .c24-xxlarge.button {
        letter-spacing: 0;
        font-size: 1.41176rem;
        padding: 18px 38px;
    }
}
button.xlarge-bold,
.xlarge-bold.button {
    border-radius: 27px;
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 700;
    height: 54px;
    line-height: 1.45;
    padding: 10px 25px 9px;
}
button.xlarge-bold:before,
.xlarge-bold.button:before,
button.xlarge-bold:after,
.xlarge-bold.button:after {
    border-radius: 27px;
}
button.large,
.large.button {
    border-radius: 40px;
    height: 40px;
    padding: 10px 20px 9px;
}
button.large:before,
.large.button:before,
button.large:after,
.large.button:after {
    border-radius: 20px;
}
button.small,
.small.button {
    font-size: 14px;
    font-size: 0.82353rem;
    height: 20px;
    padding: 2px 10px;
    position: relative;
}
button.fatter,
.fatter.button {
    border-radius: 1.58824rem;
    height: 53.999px;
    height: 3.17647rem;
    padding-bottom: 14px;
    padding-bottom: 0.82353rem;
    padding-top: 17.999px;
    padding-top: 1.05882rem;
}
button.fatter:before,
.fatter.button:before,
button.fatter:after,
.fatter.button:after {
    border-radius: 1.58824rem;
}
.button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 140ms ease-out;
    transition: -webkit-transform 140ms ease-out;
    transition: transform 140ms ease-out;
    transition: transform 140ms ease-out, -webkit-transform 140ms ease-out;
}
.button:before,
.button:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    content: " ";
    opacity: 1;
    -webkit-transition: -webkit-transform 140ms ease-out;
    transition: -webkit-transform 140ms ease-out;
    transition: transform 140ms ease-out;
    transition: transform 140ms ease-out, -webkit-transform 140ms ease-out;
}
.button:before {
    -webkit-box-shadow: 0 10px 26px -8px rgba(0, 0, 0, 0.4), 0 4px 20px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 26px -8px rgba(0, 0, 0, 0.4), 0 4px 20px -6px rgba(0, 0, 0, 0.6);
}
.button:after {
    -webkit-box-shadow: 0 14px 30px -8px rgba(0, 0, 0, 0.4), 0 4px 20px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 30px -8px rgba(0, 0, 0, 0.4), 0 4px 20px -6px rgba(0, 0, 0, 0.6);
    opacity: 0;
}
.button.small {
    background-image: none;
}
.button.small:before {
    -webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.7);
}
.button.small:after {
    -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.6);
}
a.button {
    padding: 7px 20px 6px;
}
a.button.small {
    padding: 3px 11px 2px;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
}
@media (min-width: 1024px) {
    .button:hover {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    .button:hover:before {
        opacity: 0;
    }
    .button:hover:after {
        opacity: 1;
    }
    .button.small:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    .button.xlarge {
        border-radius: 27px;
        font-size: 1.17647rem;
        height: 54px;
        padding: 16px 30px;
    }
    .button.xlarge:before,
    .button.xlarge:after {
        border-radius: 27px;
    }
    .button.wider {
        padding-left: 2.94118rem;
        padding-right: 2.94118rem;
    }
}
.button.widest {
    padding-left: 25px;
    padding-left: 1.47059rem;
    padding-right: 25px;
    padding-right: 1.47059rem;
}
@media (min-width: 60.23529rem) {
    .button.widest {
        padding-left: 5.88235rem;
        padding-right: 5.88235rem;
    }
}
.FormBuilder .InputfieldSubmit button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    background-color: #e52b38;
    border: 0;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Ubuntu", "Segoe UI", "Seravek", "Arial", "Helvetica", sans-serif;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    line-height: 1;
    outline: none;
    padding: 10px 20px 9px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 140ms ease-out;
    transition: all 140ms ease-out;
}
.FormBuilder .InputfieldSubmit button:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.FormBuilder .InputfieldSubmit button:before,
.FormBuilder .InputfieldSubmit button:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 140ms ease-out;
    transition: all 140ms ease-out;
}
.FormBuilder .InputfieldSubmit button:before {
    -webkit-box-shadow: 0 10px 26px -8px rgba(0, 0, 0, 0.4), 0 4px 20px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 26px -8px rgba(0, 0, 0, 0.4), 0 4px 20px -6px rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.FormBuilder .InputfieldSubmit button:after {
    -webkit-box-shadow: 0 14px 30px -8px rgba(0, 0, 0, 0.4), 0 4px 20px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 30px -8px rgba(0, 0, 0, 0.4), 0 4px 20px -6px rgba(0, 0, 0, 0.6);
    opacity: 0;
}
@media all and (min-width: 680px) {
    .FormBuilder .InputfieldSubmit button:hover {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    .FormBuilder .InputfieldSubmit button:hover:before {
        opacity: 0;
    }
    .FormBuilder .InputfieldSubmit button:hover:after {
        opacity: 1;
    }
}
.flow .flow-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.flow .flow-nav .dragger {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -4px;
    margin-left: -10px;
    line-height: 1;
    color: #212121;
    background-color: #fff;
    -webkit-transition: none;
    transition: none;
}
.flow .flow-nav .dragger:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.flow .flow-nav .indicator {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
.flow .flow-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.flow .flow-page .flow-word {
    display: inline-block;
    vertical-align: bottom;
}
.flow .flow-page .flow-word span {
    display: inline-block;
    vertical-align: bottom;
}
.flow .flow-page .flow-word.clipping {
    overflow: hidden;
}
.flow .flow-page .flow-content {
    overflow: hidden;
}
.flow .flow-page.show {
    z-index: 9;
    opacity: 1;
    visibility: visible;
}
.swiper-container .swiper-nav {
    left: 0;
    margin: -27px -27px 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.swiper-container .swiper-nav .swiper-button-prev,
.swiper-container .swiper-nav .swiper-button-next {
    background-color: #757575;
    border-radius: 27px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.82353rem;
    height: 54px;
    line-height: 52px;
    position: relative;
    width: 74px;
    z-index: 99;
}
.swiper-container .swiper-nav .swiper-button-prev:hover,
.swiper-container .swiper-nav .swiper-button-next:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.swiper-container .swiper-nav .swiper-button-prev:before,
.swiper-container .swiper-nav .swiper-button-prev:after,
.swiper-container .swiper-nav .swiper-button-next:before,
.swiper-container .swiper-nav .swiper-button-next:after {
    content: none;
}
.swiper-container .swiper-nav .right-icon {
    padding-left: 42px;
}
.swiper-container .swiper-nav .left-icon {
    padding-left: 19px;
}
.swiper-container .swiper-nav .swiper-button-prev {
    float: left;
}
.swiper-container .swiper-nav .swiper-button-next {
    float: right;
}
@media (max-width: 1024px) {
    .swiper-container .swiper-nav {
        display: none;
    }
}
.tags .tag,
.filters .filter {
    display: inline-block;
    position: relative;
    height: 20px;
    margin: 0 4px;
    font-size: 14px;
    font-size: 0.82353rem;
    font-weight: 500;
    line-height: 1;
    border-radius: 10px;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.filters .filter {
    padding: 2px 10px;
    color: #212121;
}
.filters .filter.focus {
    color: #fff;
    background-color: #212121;
}
.tags .tag {
    margin-bottom: 3px;
    padding: 1px 8px;
    color: #b4b4b4;
    border: 2px solid #b4b4b4;
}
@media (min-width: 1024px) {
    .filters .filter:hover:not(.focus) {
        background-color: #b4b4b4;
    }
}
.card {
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 140ms ease-out;
    transition: all 140ms ease-out;
}
.card > .card-inner {
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.card > .card-inner.case {
    text-align: center;
}
.card > .card-inner.case .splashscreen {
    border-radius: 8px 8px 0 0;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    overflow: hidden;
}
.card > .card-inner.case .splashscreen .background-image:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 100%;
}
.card > .card-inner.case .button {
    position: relative;
    top: -17px;
    z-index: 99;
}
.card > .card-inner.case .meta {
    padding: 30px 19.999px 14px;
    padding: 1.76471rem 1.17647rem 0.82353rem;
}
.card > .card-inner.case-2020 {
    text-align: center;
}
.card > .card-inner.case-2020 .splashscreen {
    border-radius: 20px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    overflow: hidden;
}
.card > .card-inner.case-2020 .splashscreen .background-image:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 100%;
}
.card.layer1 > .card-inner:before,
.card.layer1 > .card-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    content: " ";
    opacity: 1;
    -webkit-transition: all 140ms ease-out;
    transition: all 140ms ease-out;
}
.card.layer1 > .card-inner:before {
    -webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.7);
}
.card.layer1 > .card-inner:after {
    -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.6);
    opacity: 0;
}
.card.layer3 > .card-inner:before,
.card.layer3 > .card-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    content: " ";
    opacity: 1;
    -webkit-transition: all 140ms ease-out;
    transition: all 140ms ease-out;
}
.card.layer3 > .card-inner:before {
    -webkit-box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.4), 0 14px 15px -16px rgba(0, 0, 0, 0.7);
    box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.4), 0 14px 15px -16px rgba(0, 0, 0, 0.7);
}
.card.layer3 > .card-inner:after {
    -webkit-box-shadow: 0 32px 60px -12px rgba(0, 0, 0, 0.3), 0 14px 26px -16px rgba(0, 0, 0, 0.5);
    box-shadow: 0 32px 60px -12px rgba(0, 0, 0, 0.3), 0 14px 26px -16px rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.card.layer3 > .card-inner.case-2020:before,
.card.layer3 > .card-inner.case-2020:after {
    border-radius: 20px;
}
@media (min-width: 1024px) {
    .card.layer1:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    .card.layer3:hover {
        -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
        transform: translateY(-16px);
    }
    .card:hover > .card-inner:before {
        opacity: 0;
    }
    .card:hover > .card-inner:after {
        opacity: 1;
    }
}
.card-2021 {
    background-color: #fff;
    border-radius: 0.70588rem;
    -webkit-box-shadow: 2px 5px 21px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 5px 21px rgba(0, 0, 0, 0.18);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1023.999px;
    max-width: 60.23529rem;
    position: relative;
}
.card-2021.center {
    margin-left: auto;
    margin-right: auto;
}
.card-2021 h1,
.card-2021 h2,
.card-2021 h3,
.card-2021 h4,
.card-2021 h5,
.card-2021 h6 {
    left: 0;
    position: static;
    top: 0;
}
.card-2021 img {
    border-radius: 0.70588rem 0.70588rem 0 0;
    display: block;
}
.card-2021 .card-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.card-2021 .card-section .card-section--logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card-2021 .card-section .card-section--logo img {
    border-radius: 1.29412rem;
    display: block;
    margin: 30px 0 30px 30px;
    margin: 1.76471rem 0 1.76471rem 1.76471rem;
    max-width: 100px;
}
@media (max-width: 960px) {
    .card-2021 .card-section .card-section--logo img {
        border-radius: 0.76471rem;
        margin: 1.17647rem 0 1.17647rem 1.17647rem;
        max-width: 60px;
    }
}
.card-2021 .card-section .card-section--copy {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0 30px;
    padding: 0 1.76471rem;
    text-align: left;
}
.card-2021 .card-section .card-section--copy .flex-item.flex-grow-1 {
    padding-right: 30px;
    padding-right: 1.76471rem;
}
@media (max-width: 960px) {
    .card-2021 .card-section .card-section--copy .flex-item.flex-grow-1 {
        padding-right: 1.17647rem;
    }
}
.card-2021 .card-section .card-section--copy .h-top {
    font-size: 48px;
    font-size: 2.82353rem;
    line-height: 1.15;
    margin: 27px 0 2.999px;
    margin: 1.58824rem 0 0.17647rem;
    top: 0 !important;
}
.card-2021 .card-section .card-section--copy .h-sub {
    font-size: 19.999px;
    font-size: 1.17647rem;
    font-weight: 300;
    line-height: 1.15;
    margin: 0 0 8.999px;
    margin: 0 0 0.52941rem;
    top: 0 !important;
}
.card-2021 .card-section .card-section--copy p {
    color: #9a9999;
    font-size: 14px;
    font-size: 0.82353rem;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 0 30px;
    margin: 0 0 1.76471rem;
}
@media (max-width: 960px) {
    .card-2021 .card-section .card-section--copy {
        padding: 0 1.17647rem;
    }
    .card-2021 .card-section .card-section--copy .h-top {
        font-size: 1.17647rem;
        margin: 1.11765rem 0 0.17647rem;
    }
    .card-2021 .card-section .card-section--copy .h-sub {
        font-size: 0.88235rem;
        margin: 0 0 0.29412rem;
    }
    .card-2021 .card-section .card-section--copy p {
        font-size: 0.70588rem;
        margin: 0 0 1.17647rem;
    }
}
.card-2021 .card-section .card-section--copy .card-section--button {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 960px) {
    .card-2021 .card-section .card-section--copy .card-section--button {
        display: none;
    }
}
.card-2021 .card-section .card-section--copy .card-section--button .button {
    margin-bottom: 31.999px;
    margin-bottom: 1.88235rem;
    margin-right: -3.999px;
    margin-right: -0.23529rem;
    min-width: 119.999px;
    min-width: 7.05882rem;
}
.card-team {
    -webkit-transition: all 140ms ease-out;
    transition: all 140ms ease-out;
    width: 100%;
}
.card-team > .card-team-inner {
    border-radius: 8px;
    position: relative;
}
.badge-section {
    background-color: #212121;
    margin-left: auto;
    margin-right: auto;
    max-width: 1058px;
}
.badge-section h2 {
    color: #fff;
}
.badge-link {
    color: inherit;
    margin: 0 17px 34px;
    margin: 0 1rem 2rem;
    max-width: 495px;
    max-width: 29.11765rem;
}
.badge-link:last-child .badge {
    margin-bottom: 0;
}
@media (max-width: 1050px) {
    .badge-link {
        margin-left: 0.76471rem;
        margin-right: 0.76471rem;
    }
}
.badge-wrapper {
    color: inherit;
    margin: 0 17px 45.999px;
    margin: 0 1rem 2.70588rem;
    max-width: 1058px;
}
@media (max-width: 1050px) {
    .badge-wrapper {
        margin-left: 0.76471rem;
        margin-right: 0.76471rem;
    }
}
.badge-wrapper.style-2023 {
    margin-bottom: 19px;
    margin-bottom: 1.11765rem;
    min-height: 243.999px;
    min-height: 14.35294rem;
    width: 100%;
}
@media (max-width: 768px) {
    .badge-wrapper.style-2023 .badge-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 23.52941rem;
        margin: 0 auto;
    }
    .badge-wrapper.style-2023 .badge-inner .case {
        margin-top: 1.41176rem;
    }
}
.badge-wrapper.style-2023 .copy {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.badge-wrapper.style-2023 .copy .headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.badge-wrapper.style-2023 .copy .headline .icon {
    margin-right: 11.999px !important;
    margin-right: 0.70588rem !important;
}
.badge-wrapper.style-2023 .copy .headline .badge-headline {
    display: inline-block;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0;
    top: 0 !important;
    left: 0 !important;
    position: static;
}
.badge-wrapper.style-2023 .copy .body {
    padding-top: 16px;
    padding-top: 0.94118rem;
    max-width: 620px;
    max-width: 36.47059rem;
    padding-right: 31.999px;
    padding-right: 1.88235rem;
}
.badge-wrapper.style-2023 .copy .body .button {
    margin: 5.999px 0 0 !important;
    margin: 0.35294rem 0 0 !important;
}
.badge-wrapper.style-2023 .case {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    width: 263.999px;
    width: 15.52941rem;
    margin-left: auto;
    margin-right: auto;
}
.badge-wrapper.style-2023 .case a {
    font-size: 14.999px;
    font-size: 0.88235rem;
}
.badge-wrapper.style-2023 .case a.img {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.badge-wrapper.style-2023 .case a:link,
.badge-wrapper.style-2023 .case a:visited {
    color: #fff;
    text-decoration: none;
}
.badge-wrapper.style-2023 .case a:hover,
.badge-wrapper.style-2023 .case a:active,
.badge-wrapper.style-2023 .case a:focus {
    color: #ececec;
    text-decoration: none;
}
.badge-wrapper.style-2023 .case a.link::after {
    content: url(https://next-munich.com/site/templates/static/icons/right.svg);
    display: inline;
    bottom: -2px;
    bottom: -0.11765rem;
    position: relative;
    margin-left: 5px;
    margin-left: 0.29412rem;
}
.badge-wrapper.style-2023 .case.horizontal {
    -ms-flex-item-align: center;
    align-self: center;
}
.badge-wrapper.style-2023 .case.horizontal img {
    margin-bottom: 16px;
    margin-bottom: 0.94118rem;
    width: 263.999px;
    width: 15.52941rem;
    height: 124.999px;
    height: 7.35294rem;
    display: block;
}
.badge-wrapper.style-2023 .case.vertical {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: -23.999px;
    margin-bottom: -1.41176rem;
}
.badge-wrapper.style-2023 .case.vertical .mask {
    height: 170px;
    height: 10rem;
    overflow: hidden;
    display: block;
    margin-top: 16px;
    margin-top: 0.94118rem;
    margin-bottom: 0;
}
.badge-wrapper.style-2023 .case.vertical img {
    display: block;
    height: 241px;
    width: 114px;
    margin: 0 auto;
}
.badge-container.flex .badge > .badge-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.badge-container.flex .badge > .badge-inner .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.badge-container .badge {
    height: 100%;
}
.badge-container .badge > .badge-inner {
    background-color: #282828;
    height: 100%;
    padding: 23.999px;
    padding: 1.41176rem;
}
.badge-container .badge > .badge-inner .icon {
    height: auto;
    margin-right: 30px;
    margin-right: 1.76471rem;
    width: 55px;
}
.badge-container .badge > .badge-inner .copy {
    color: #fff;
}
.badge-container .badge > .badge-inner .copy .headline h3,
.badge-container .badge > .badge-inner .copy .headline h4 {
    font-size: 23.999px;
    font-size: 1.41176rem;
    left: 0;
    line-height: 1.1;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
    margin-top: 10px;
    margin-top: 0.58824rem;
    top: -4px;
    color: inherit;
}
.badge {
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 140ms ease-out;
    transition: all 140ms ease-out;
}
.badge > .badge-inner {
    border-radius: 8px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.badge.layer1 > .badge-inner:before,
.badge.layer1 > .badge-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    content: " ";
    opacity: 1;
    -webkit-transition: all 140ms ease-out;
    transition: all 140ms ease-out;
}
.badge.layer1 > .badge-inner:before {
    -webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.7);
}
.badge.layer1 > .badge-inner:after {
    -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.6);
    opacity: 0;
}
.badge.layer3 > .badge-inner:before,
.badge.layer3 > .badge-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    content: " ";
    opacity: 1;
    -webkit-transition: all 140ms ease-out;
    transition: all 140ms ease-out;
}
.badge.layer3 > .badge-inner:before {
    -webkit-box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.4), 0 14px 15px -16px rgba(0, 0, 0, 0.7);
    box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.4), 0 14px 15px -16px rgba(0, 0, 0, 0.7);
}
.badge.layer3 > .badge-inner:after {
    -webkit-box-shadow: 0 32px 60px -12px rgba(0, 0, 0, 0.3), 0 14px 26px -16px rgba(0, 0, 0, 0.5);
    box-shadow: 0 32px 60px -12px rgba(0, 0, 0, 0.3), 0 14px 26px -16px rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.badge.layer3fix > .badge-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    content: " ";
    opacity: 1;
    z-index: -1;
}
.badge.layer3fix > .badge-inner:before {
    -webkit-box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.4), 0 14px 15px -16px rgba(0, 0, 0, 0.7);
    box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.4), 0 14px 15px -16px rgba(0, 0, 0, 0.7);
}
@media (min-width: 1024px) {
    .badge.layer1:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    .badge.layer3:hover {
        -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
        transform: translateY(-16px);
    }
    .badge:hover > .badge-inner:before {
        opacity: 0;
    }
    .badge:hover > .badge-inner:after {
        opacity: 1;
    }
    .badge.layer3fix:hover > .badge-inner:before {
        opacity: 1;
    }
}
@media print {
    header .contact {
        display: none;
    }
    footer {
        bottom: auto;
        display: none;
        left: auto;
        position: static;
    }
    footer .footer-menu {
        display: none;
    }
}
.page-home .end-of-page-space {
    height: 50px;
}
.page-services .end-of-page-space {
    height: 194px;
}
.faq-section {
    background-color: #fff;
    padding: 95px 0 85.999px;
    padding: 5.58824rem 0 5.05882rem;
}
.faq-section .faq-header {
    margin-bottom: 85px;
    margin-bottom: 5rem;
    padding-right: 59.999px;
    padding-right: 3.52941rem;
    position: relative;
}
.faq-section .faq-header .headline {
    text-align: center;
}
.faq-section .faq-header .introtext {
    margin-left: auto;
    margin-right: auto;
    max-width: 459.999px;
    max-width: 27.05882rem;
    text-align: center;
}
.faq-section .faq-header .img {
    position: absolute;
    right: 13px;
    top: 0;
    width: 14.286%;
}
@media only screen and (max-width: 640px) {
    .faq-section .faq-header {
        margin-bottom: 4.11765rem;
        padding-right: 2.88235rem;
    }
    .faq-section .faq-header .headline {
        margin-bottom: 40px;
        margin-left: 36px;
        text-align: left;
    }
    .faq-section .faq-header .introtext {
        margin-left: 36px;
        margin-right: 0;
        text-align: left;
        max-width: none;
    }
    .faq-section .faq-header .img {
        top: -32px;
        width: 75px;
    }
}
.faq-section button:focus {
    outline: none;
}
.faq-section .animated-accordion__panel {
    background-color: #f8f8f8;
    border-radius: 0 0 8px 8px;
    margin-bottom: 20px;
    padding: 20px 36px 10px;
}
.faq-section .animated-accordion__header[aria-expanded="true"] {
    border-radius: 8px 8px 0 0;
    margin: 0;
}
.faq-section button.js-accordion__header {
    background-color: #f8f8f8;
    border: 0;
    border-radius: 8px;
    color: #212121;
    display: block;
    font-size: 19.999px;
    font-size: 1.17647rem;
    font-weight: 500;
    height: auto;
    line-height: 1;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
    padding: 20px 60px 20px 36px;
    text-align: left;
    width: 100%;
}
.page-cases-2021 .clients,
.page-landing-page-2023 .clients,
.page-landing-page-2024 .clients,
.page-home .clients {
    padding-bottom: 0;
    padding-bottom: 0rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .page-cases-2021 .clients,
    .page-landing-page-2023 .clients,
    .page-landing-page-2024 .clients,
    .page-home .clients {
        padding-bottom: 3.82353rem;
    }
}
.page-cases-2021 .clients .intro,
.page-landing-page-2023 .clients .intro,
.page-landing-page-2024 .clients .intro,
.page-home .clients .intro {
    padding-top: 45px;
    padding-top: 2.64706rem;
}
.page-cases-2021 .clients .intro .section .row,
.page-landing-page-2023 .clients .intro .section .row,
.page-landing-page-2024 .clients .intro .section .row,
.page-home .clients .intro .section .row {
    text-align: center;
}
.page-cases-2021 .clients h3,
.page-landing-page-2023 .clients h3,
.page-landing-page-2024 .clients h3,
.page-home .clients h3 {
    font-size: 30px;
    font-size: 1.76471rem;
    margin-bottom: 59.999px;
    margin-bottom: 3.52941rem;
    text-align: center;
    width: 100%;
}
.page-cases-2021 .clients .w1050,
.page-landing-page-2023 .clients .w1050,
.page-landing-page-2024 .clients .w1050,
.page-home .clients .w1050 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
}
.page-cases-2021 .clients .pxy13,
.page-landing-page-2023 .clients .pxy13,
.page-landing-page-2024 .clients .pxy13,
.page-home .clients .pxy13 {
    padding-left: 13px;
    padding-right: 13px;
}
.page-cases-2021 .clients .grid,
.page-landing-page-2023 .clients .grid,
.page-landing-page-2024 .clients .grid,
.page-home .clients .grid {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 164px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 8px;
}
.page-cases-2021 .clients .grid .client,
.page-landing-page-2023 .clients .grid .client,
.page-landing-page-2024 .clients .grid .client,
.page-home .clients .grid .client {
    background-color: #fff;
    height: 98px;
    padding: 10px 0;
    padding: 0.58824rem 0;
    margin-bottom: 0;
    pointer-events: none;
    vertical-align: top;
    width: 164px;
}
.page-cases-2021 .clients .grid .client img,
.page-landing-page-2023 .clients .grid .client img,
.page-landing-page-2024 .clients .grid .client img,
.page-home .clients .grid .client img {
    display: block;
    font-family: "object-fit: contain";
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 130px;
    mix-blend-mode: multiply;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.page-cases-2021 .cases-small {
    background-color: #fff;
    padding-bottom: 34.999px;
    padding-bottom: 2.05882rem;
}
@media (min-width: 768px) {
    .page-cases-2021 .cases-small {
        padding-bottom: 3.82353rem;
    }
}
.page-cases-2021 .cases-small .intro {
    padding-top: 45px;
    padding-top: 2.64706rem;
}
.page-cases-2021 .cases-small .intro .section .row {
    text-align: center;
}
.page-cases-2021 .cases-small h3 {
    font-size: 30px;
    font-size: 1.76471rem;
    margin-bottom: 59.999px;
    margin-bottom: 3.52941rem;
    text-align: center;
    width: 100%;
}
.page-cases-2021 .cases-small .w1050 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
}
.page-cases-2021 .cases-small .pxy13 {
    padding-left: 13px;
    padding-right: 13px;
}
.page-cases-2021 .cases-small .grid {
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 104px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 11px;
}
@media (min-width: 896px) {
    .page-cases-2021 .cases-small .grid {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        grid-template-columns: repeat(auto-fill, 164px);
        row-gap: 8px;
    }
}
.page-cases-2021 .cases-small .grid .case {
    margin-bottom: 14px;
    vertical-align: top;
}
@media (min-width: 896px) {
    .page-cases-2021 .cases-small .grid .case {
        margin-bottom: 30px;
    }
}
.page-cases-2021 .cases-small .grid .case .case-inner {
    border-radius: 0.94118rem;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    vertical-align: top;
    width: 100px;
}
@media (min-width: 896px) {
    .page-cases-2021 .cases-small .grid .case .case-inner {
        height: 150px;
        width: 150px;
    }
}
.page-cases-2021 .cases-small .grid .case .case-inner img {
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
@media (min-width: 896px) {
    .page-cases-2021 .cases-small .grid .case .case-inner img {
        max-width: 150px;
    }
}
.staerken {
    background-color: #e6303d;
    min-height: 620px;
}
.staerken .staerken-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
    max-width: 1439.999px;
    max-width: 84.70588rem;
}
@media (min-width: 1168px) {
    .staerken .staerken-inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.staerken .staerken-inner .img-box {
    -ms-flex-negative: 2;
    flex-shrink: 2;
    margin-left: auto;
    margin-right: auto;
    max-height: 387px;
    max-width: 462px;
}
@media (min-width: 1168px) {
    .staerken .staerken-inner .img-box {
        margin-left: 0;
        margin-right: 0;
        max-height: 581px;
        max-width: 693px;
    }
}
.staerken .staerken-inner .img-box .bg-img {
    display: block;
    height: auto;
    width: 100%;
}
.staerken .staerken-inner .intro {
    color: #f8f8f8;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-negative: 0.5;
    flex-shrink: 0.5;
    padding-bottom: 0.999px;
    padding-bottom: 0.05882rem;
    padding-top: 59.999px;
    padding-top: 3.52941rem;
}
@media (min-width: 1168px) {
    .staerken .staerken-inner .intro {
        min-height: 620px;
        min-width: 585px;
        padding-bottom: 4.11765rem;
        padding-top: 5.88235rem;
    }
}
.staerken .staerken-inner .intro .copy-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
}
@media (min-width: 1168px) {
    .staerken .staerken-inner .intro .copy-box {
        margin-left: 1.17647rem;
        margin-right: 1.76471rem;
        padding-left: 0;
        padding-right: 0;
    }
}
.staerken .staerken-inner .intro .copy-box h2 {
    color: inherit;
}
.staerken .staerken-inner .intro .copy-box ul {
    font-size: 17.999px;
    font-size: 1.05882rem;
    padding-bottom: 19.999px;
    padding-bottom: 1.17647rem;
    padding-left: 19.999px;
    padding-left: 1.17647rem;
    padding-right: 0;
    padding-right: 0rem;
    padding-top: 0.999px;
    padding-top: 0.05882rem;
}
@media (min-width: 1168px) {
    .staerken .staerken-inner .intro .copy-box ul {
        padding-top: 1.17647rem;
    }
}
.staerken .staerken-inner .intro .copy-box ul > li {
    padding-bottom: 1em;
}
.staerken .staerken-inner .intro .copy-box ul > li:before {
    background-color: #f8f8f8;
    height: 10px;
    margin-right: 15px;
    top: -1px;
    width: 10px;
}
.services {
    background-color: #f8f8f8;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAUCAYAAADoZO9yAAAACXBIWXMAAAsSAAALEgHS3X78AAAAz0lEQVRIx9WWUQ+CMAyEv9NIRE38//9TwWD0fKmJEhEEZXOPTdfc2rtbBeyBK3CwbWY8kgTsgIVsI2kNbIDadj0TiBIogcr2SfcmBLoSKICj7fOPAKyALdDEww2g9jQkLaNdDkCXLwFYBgAFDZ7qqosWkooYV2O7mghiE52ubDcvc/r4OaTIm7uDH6MhQulra0f+R+PVJ4rtIlpLjqMIrzHW0ZZexCZZgMZ62KMZRWiSKS7I5PznaJKTNQv5Jje05Baf/NPLYg3IYjHKZVW8ARgP7QG7aZXyAAAAAElFTkSuQmCCCg==);
}
.services .intro {
    padding-bottom: 70px;
    padding-bottom: 4.11765rem;
}
@media (min-width: 1024px) {
    .services .intro {
        text-align: center;
    }
}
.services .intro .headline {
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
    position: relative;
}
@media (min-width: 960px) and (max-width: 1024px) {
    .services .intro .headline {
        left: 12.5%;
        width: 87.5%;
    }
}
.services .intro .body {
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
    position: relative;
    width: 100%;
}
@media (min-width: 460px) {
    .services .intro .body {
        width: 75%;
    }
}
@media (min-width: 960px) {
    .services .intro .body {
        left: 12.5%;
        width: 75%;
    }
}
@media (min-width: 1024px) {
    .services .intro .body {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }
}
.services .button-wrapper {
    padding-bottom: 54.999px;
    padding-bottom: 3.23529rem;
    text-align: center;
}
.services .button-wrapper .button {
    font-weight: 300;
}
.services .services-wrapper .section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
}
.services .services-wrapper .section .row:after,
.services .services-wrapper .section .row:before {
    content: "";
    display: none;
}
.services .service.c2 {
    float: none;
    margin-bottom: 74px;
    width: 33.3333%;
}
@media (max-width: 960px) {
    .services .service.c2 {
        width: 33.3333%;
    }
}
@media (max-width: 460px) {
    .services .service.c2 {
        width: 50%;
    }
}
.services .service.c2 .row {
    display: table;
    width: 100%;
}
.services .teaser {
    text-align: center;
}
.services .teaser h3 {
    font-size: 19.999px;
    font-size: 1.17647rem;
    margin-bottom: 3.999px;
    margin-bottom: 0.23529rem;
    margin-top: 30px;
    margin-top: 1.76471rem;
}
.services .teaser p {
    font-size: 14.999px;
    font-size: 0.88235rem;
}
.services .illustration .background-image {
    width: 100%;
}
.services .illustration .background-image:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 66.6666666667%;
}
.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide > div {
    height: 100%;
}
[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 {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(../../templates/static/./ajax-loader.gif) center center no-repeat;
}
@font-face {
    font-family: "slick";
    src: url(../../templates/static/./fonts/slick.eot);
    src: url(../../templates/static/./fonts/slick.eot?#iefix) format("embedded-opentype"), url(../../templates/static/./fonts/slick.woff) format("woff"), url(../../templates/static/./fonts/slick.ttf) format("truetype"),
        url(../../templates/static/./fonts/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal;
}
.slick-prev,
.slick-next {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: transparent;
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    color: #fff;
    font-family: "slick";
    font-size: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    opacity: 0.75;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px;
}
.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: none;
    padding: 5px;
    width: 20px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    color: #000;
    content: "•";
    font-family: "slick";
    font-size: 6px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
.InputfieldForm textarea,
.InputfieldForm .InputfieldMaxWidth {
    width: 100%;
}
.InputfieldForm input[type="text"],
.InputfieldForm input[type="password"],
.InputfieldForm input[type="date"],
.InputfieldForm input[type="datetime"],
.InputfieldForm input[type="datetime-local"],
.InputfieldForm input[type="month"],
.InputfieldForm input[type="week"],
.InputfieldForm input[type="email"],
.InputfieldForm input[type="number"],
.InputfieldForm input[type="search"],
.InputfieldForm input[type="tel"],
.InputfieldForm input[type="time"],
.InputfieldForm input[type="url"],
.InputfieldForm input[type="color"],
.InputfieldForm select,
.InputfieldForm textarea {
    margin: 0;
}
.InputfieldForm,
.InputfieldForm *,
.InputfieldForm *:before,
.InputfieldForm *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.InputfieldForm .Inputfields {
    height: auto;
    list-style: none;
    padding: 0;
}
.InputfieldForm .Inputfield {
    list-style: none;
    display: block;
}
.InputfieldForm .Inputfield {
    clear: both;
    margin: 0 0 1.5em 0;
}
.InputfieldForm .Inputfield:not(fieldset) {
    padding: 0;
}
.InputfieldForm fieldset,
.InputfieldForm .InputfieldFieldset {
    margin: 0 0 1.5em 0;
    padding-bottom: 0;
}
.InputfieldForm .InputfieldFieldset:not(.InputfieldColumnWidth) {
    clear: both;
}
.InputfieldForm .InputfieldStateCollapsed .InputfieldHeader {
    opacity: 0.5;
}
.InputfieldForm .InputfieldStateCollapsed .InputfieldHeader:after {
    content: " …";
}
.InputfieldForm .InputfieldStateCollapsed .InputfieldContent {
    display: none;
}
.InputfieldForm .InputfieldHidden {
    display: none;
}
.InputfieldForm .description,
.InputfieldForm .notes {
    margin: 0.25em 0;
}
.InputfieldForm .Inputfield:not(.InputfieldStateCollapsed) > .InputfieldHeaderHidden > span {
    display: none;
}
.InputfieldForm .InputfieldSubmitPrev {
    float: left;
}
.InputfieldForm .InputfieldSubmitPrev + .InputfieldSubmit {
    clear: none;
    float: left;
    margin-left: 1em;
}
.InputfieldFormWidths {
}
.InputfieldFormWidths input[type="text"],
.InputfieldFormWidths input[type="email"],
.InputfieldFormWidths input[type="url"],
.InputfieldFormWidths select,
.InputfieldFormWidths textarea {
    width: 100%;
}
.InputfieldFormWidths .InputfieldColumnWidth {
    float: left;
    clear: none;
    margin-left: 0;
    margin-right: 0;
}
.InputfieldFormWidths .InputfieldColumnWidth > .InputfieldHeader,
.InputfieldFormWidths .InputfieldColumnWidth > .InputfieldContent {
    padding-left: 1.5em;
}
.InputfieldFormWidths .InputfieldColumnWidth > .InputfieldHeaderHidden::before {
    display: inline-block;
    content: " ";
}
.InputfieldFormWidths .InputfieldColumnWidthFirst,
.InputfieldFormWidths .InputfieldColumnWidth + .InputfieldSubmit,
.InputfieldFormWidths .InputfieldColumnWidthFirstTmp,
.InputfieldFormWidths .InputfieldColumnWidthFirst.InputfieldStateHidden + .Inputfield {
    clear: both;
}
.InputfieldFormWidths .InputfieldColumnWidthFirst > .InputfieldHeader,
.InputfieldFormWidths .InputfieldColumnWidthFirst > .InputfieldContent,
.InputfieldFormWidths .InputfieldColumnWidth + .InputfieldSubmit > .InputfieldHeader,
.InputfieldFormWidths .InputfieldColumnWidth + .InputfieldSubmit > .InputfieldContent,
.InputfieldFormWidths .InputfieldColumnWidthFirstTmp > .InputfieldHeader,
.InputfieldFormWidths .InputfieldColumnWidthFirstTmp > .InputfieldContent,
.InputfieldFormWidths .InputfieldColumnWidthFirst.InputfieldStateHidden + .Inputfield > .InputfieldHeader,
.InputfieldFormWidths .InputfieldColumnWidthFirst.InputfieldStateHidden + .Inputfield > .InputfieldContent {
    padding-left: 0;
}
.InputfieldFormWidths .description {
    margin: 0.25em 0;
}
.InputfieldFormWidths .notes {
    margin: 0.25em 0;
}
.InputfieldStateToggle {
    cursor: pointer;
}
.InputfieldStateToggle i.toggle-icon {
    float: right;
    padding-right: 0.25em;
}
.InputfieldStateToggle i.toggle-icon {
    padding-right: 0.5em;
    line-height: 1.7em;
}
.InputfieldStateToggle i + i {
    margin-right: 0.5em;
    margin-left: 0;
}
.InputfieldStateRequired > .InputfieldHeader:first-child:after {
    content: "*";
    margin-left: 0.25em;
    color: red;
}
.Inputfields > .Inputfield > .InputfieldContent:before,
.Inputfields > .Inputfield > .InputfieldContent:after,
.InputfieldForm:after {
    content: " ";
    display: table;
}
.Inputfields > .Inputfield > .InputfieldContent:after,
.InputfieldForm:after {
    clear: both;
}
.InputfieldSelect ul,
.InputfieldRadios ul,
.InputfieldCheckboxes ul {
    margin: 0;
}
.InputfieldSelect ul li,
.InputfieldRadios ul li,
.InputfieldCheckboxes ul li {
    margin: 0;
}
#wrap_Inputfield- {
    display: none;
}
.InputfieldForm .InputfieldFormBuilderPageBreak {
}
.InputfieldRenderValueMode .InputfieldSelect li,
.InputfieldRenderValueMode .InputfieldRadios li,
.InputfieldRenderValueMode .InputfieldCheckboxes li {
    margin: 0;
}
.InputfieldRenderValueMode .InputfieldSubmit,
.InputfieldRenderValueMode .InputfieldButton {
    display: none;
}
.pw-no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.FormBuilder,
.FormBuilder input,
.FormBuilder textarea,
.FormBuilder select,
.FormBuilder button,
.FormBuilder .ui-widget {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.FormBuilder .alert {
    padding: 10px 15px;
}
.FormBuilder .alert-error {
    background: red;
    color: #fff;
}
.FormBuilder .alert-success {
    background: green;
    color: #fff;
}
.FormBuilder.InputfieldForm {
    padding: 1px;
    margin: 1em 0;
}
.FormBuilder.InputfieldForm input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="range"]),
.FormBuilder.InputfieldForm select:not([multiple]) {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: #fbfbfb;
    vertical-align: middle;
    display: inline-block;
}
.FormBuilder.InputfieldForm input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="range"]):focus,
.FormBuilder.InputfieldForm select:not([multiple]):focus {
    background: white;
}
.FormBuilder.InputfieldForm select[multiple],
.FormBuilder.InputfieldForm textarea {
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #fbfbfb;
}
.FormBuilder.InputfieldForm select[multiple]:focus,
.FormBuilder.InputfieldForm textarea:focus {
    background: white;
}
.FormBuilder.InputfieldForm select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.FormBuilder.InputfieldForm select:not([multiple]):not([size])::-ms-expand {
    display: none;
}
.FormBuilder.InputfieldForm select:not([multiple]):not([size]) option {
    color: #444;
}
.FormBuilder.InputfieldForm input[type="file"] {
    line-height: 1;
}
.FormBuilder.InputfieldForm .input-error {
    color: red;
    font-size: smaller;
}
.FormBuilder.InputfieldForm .Inputfield {
    margin-bottom: 2em;
}
.FormBuilder.InputfieldForm .Inputfield .InputfieldHeader {
    display: block;
    font-weight: 600;
    padding-bottom: 0.25em;
}
.FormBuilder.InputfieldForm .notes,
.FormBuilder.InputfieldForm .description {
    margin-bottom: 0.5em;
    margin-top: 0;
    opacity: 0.6;
}
.FormBuilder.InputfieldForm .notes {
    font-size: smaller;
}
.FormBuilder.InputfieldForm fieldset.InputfieldFieldset {
    padding: 25px;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #ddd;
}
.FormBuilder.InputfieldForm fieldset.InputfieldFieldset legend {
    font-weight: 600;
    font-size: larger;
}
.FormBuilder.InputfieldForm fieldset.InputfieldFieldset > legend + .InputfieldContent {
    margin-top: 1em;
}
.FormBuilder.InputfieldForm fieldset.InputfieldFieldset > .InputfieldContent > .description {
    margin: 1em 0;
}
.FormBuilder.InputfieldForm .InputfieldFormBuilderFile {
    padding: 25px;
    padding-bottom: 12.5px;
    border: 1px solid #ddd;
    background: #fbfbfb;
}
.FormBuilder.InputfieldForm .InputfieldFormBuilderForm {
    margin-bottom: 0;
}
.FormBuilder.InputfieldForm .InputfieldFormBuilderForm > .InputfieldHeader:not(.InputfieldHeaderHidden) {
    margin-bottom: 10px;
}
.FormBuilder.InputfieldForm .InputfieldFormBuilderForm > .InputfieldHeader:not(.InputfieldHeaderHidden) + .InputfieldContent label.InputfieldHeader {
    font-weight: normal;
}
.FormBuilder.InputfieldForm fieldset.InputfieldFormBuilderForm {
    padding-top: 20px;
    margin: 20px 0;
    border-color: #eee;
    border-size: 1px;
}
.FormBuilder.InputfieldForm fieldset.InputfieldFormBuilderForm legend {
    color: #777;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 5px;
}
.FormBuilder.InputfieldForm .InputfieldFormBuilderForm + .InputfieldFormBuilderForm {
    padding-top: 20px;
}
.FormBuilder.InputfieldForm .InputfieldFormBuilderPageBreak {
    margin-bottom: 20px;
}
.FormBuilder.InputfieldForm .InputfieldCheckbox > .InputfieldContent,
.FormBuilder.InputfieldForm .InputfieldCheckboxes > .InputfieldContent,
.FormBuilder.InputfieldForm .InputfieldRadios > .InputfieldContent {
    padding-top: 5px;
}
.FormBuilder.InputfieldForm .InputfieldCheckbox .pw-no-select,
.FormBuilder.InputfieldForm .InputfieldCheckboxes .pw-no-select,
.FormBuilder.InputfieldForm .InputfieldRadios .pw-no-select {
    position: relative;
    top: 2px;
}
.FormBuilder.InputfieldForm .InputfieldToggle .InputfieldToggleGroup label {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}
.FormBuilder.InputfieldForm .InputfieldStateRequired > .InputfieldHeader:first-child:after {
    color: red;
    content: "*";
}
.FormBuilder.InputfieldForm #wrap_Inputfield- {
    display: none;
}
.FormBuilder.InputfieldForm .InputfieldSubmit button {
    font-weight: bold;
}
.FormBuilder.InputfieldForm .InputfieldSubmit button:hover {
    opacity: 0.9;
}
.FormBuilder.InputfieldForm .InputfieldColumnWidth > .InputfieldHeaderHidden::before {
    display: block;
    content: " ";
}
.Inputfields > .Inputfield > .InputfieldContent:before,
.Inputfields > .Inputfield > .InputfieldContent:after,
.InputfieldForm:after,
.pw-clearfix:before,
.pw-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.Inputfields > .Inputfield > .InputfieldContent:after,
.InputfieldForm:after,
.pw-clearfix:after {
    clear: both;
}
.pw-clearfix {
    min-height: 0;
}
.animated-accordion__panel[aria-hidden="true"] {
    display: none;
}
.animated-accordion__header {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.animated-accordion__header[aria-expanded="false"]:after {
    background-image: url(../../templates/static/icons/down.svg);
    background-size: 25px 14px;
    content: " ";
    display: block;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 24px;
    width: 25px;
}
.animated-accordion__header[aria-expanded="true"]:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDI1IDEzIj4KICA8cGF0aCBkPSJNMS4wODI0Nzc1NiwxMi41ODgzMDUzIEMxLjMyNjI4MTQ4LDEyLjgzMjcyNjMgMS42NTczMjExNywxMi45NzAwOTI2IDIuMDAyNTQ4NjIsMTIuOTcwMDkyNiBDMi4zNDc3NzYwOCwxMi45NzAwOTI2IDIuNjc4ODE1NzYsMTIuODMyNzI2MyAyLjkyMjYxOTY5LDEyLjU4ODMwNTMgTDEyLjM5ODgzMTgsMy4xMDk0OTQwNSBMMjEuODc1MDQzOSwxMi41ODgzMDUzIEMyMi4zODMxODUyLDEzLjA5NjQ0NjUgMjMuMjA3MDQ0OCwxMy4wOTY0NDY0IDIzLjcxNTE4NiwxMi41ODgzMDUyIEMyNC4yMjMzMjczLDEyLjA4MDE2NCAyNC4yMjMzMjczLDExLjI1NjMwNDMgMjMuNzE1MTg2MSwxMC43NDgxNjMxIEwxMy4zMTg5MDI5LDAuMzUxODc5OTM5IEMxMy4wNzUwOTksMC4xMDc0NTg5MDEgMTIuNzQ0MDU5MywtMC4wMjk5MDc0MDQ3IDEyLjM5ODgzMTgsLTAuMDI5OTA3NDA0NyBDMTIuMDUzNjA0NCwtMC4wMjk5MDc0MDQ3IDExLjcyMjU2NDcsMC4xMDc0NTg5MDEgMTEuNDc4NzYwNywwLjM1MTg3OTkzOSBMMS4wODI0Nzc1NiwxMC43NDgxNjMxIEMwLjgzODA1NjUyMywxMC45OTE5NjcgMC43MDA2OTAyMTcsMTEuMzIzMDA2NyAwLjcwMDY5MDIxNywxMS42NjgyMzQyIEMwLjcwMDY5MDIxNywxMi4wMTM0NjE2IDAuODM4MDU2NTIzLDEyLjM0NDUwMTMgMS4wODI0Nzc1NiwxMi41ODgzMDUzIEwxLjA4MjQ3NzU2LDEyLjU4ODMwNTMgWiIvPgo8L3N2Zz4K);
    background-size: 25px 13px;
    content: " ";
    display: block;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 24px;
    width: 25px;
}
.animated-accordion__panel {
    display: block;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 0.4s ease;
    transition: visibility 0s ease, max-height 1s ease, opacity 0.4s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
}
[aria-hidden="true"].animated-accordion__panel {
    display: block;
    margin: 0;
    max-height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
}
.js-accordion {
}
.js-accordion .minimalist-accordion__title,
.js-accordion .animated-accordion__title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#contact-form #wrap_Inputfield_scf-website {
    display: none;
}
#contact-form .form__item--label {
    display: none;
}
#contact-form .form__item--submit {
    float: right;
}
#contact-form .form__item input,
#contact-form .form__item textarea {
    border: 0;
    border-radius: 8px;
    font-size: 12.3px;
    font-size: 0.72353rem;
    margin-bottom: 10px;
    padding: 0.75em;
    width: 100%;
}
#contact-form .form__item textarea {
    height: 170px;
    height: 10rem;
}
.mark-required {
    font-size: 12.3px;
    font-size: 0.72353rem;
    padding: 0 0.75em;
}
.floated {
    float: left;
    margin: 0 1em 1em 0;
}
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
body.is-admin {
    margin-bottom: 34px;
}
.admin-topbar {
    background-color: #212121;
    bottom: 0;
    color: #fff;
    height: 34px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
}
.admin-topbar .admin-link {
    margin-left: 12px;
}
.admin-topbar > div {
    margin: 0 auto;
    max-width: 1340px;
    padding: 5.999px 23.999px;
    padding: 0.35294rem 1.41176rem;
}
.floating-header {
    height: 54px;
    left: 0;
    margin-top: 10px;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.floating-header .header-menu,
.floating-header .contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    background-color: #e52b38;
    pointer-events: auto;
    position: absolute;
    top: 0;
}
.floating-header .header-menu .trigger,
.floating-header .contact .trigger {
    position: relative;
    z-index: 999;
}
.floating-header .header-menu .trigger:before,
.floating-header .header-menu .trigger:after,
.floating-header .contact .trigger:before,
.floating-header .contact .trigger:after {
    content: none;
}
.floating-header .header-menu .trigger:hover,
.floating-header .contact .trigger:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.floating-header .header-menu {
    border-radius: 27px;
    cursor: pointer;
    height: 54px;
    left: 0;
    overflow: hidden;
    padding: 12px 8px;
    width: 55% !important;
}
.floating-header .header-menu .trigger {
    float: left;
}
.floating-header .header-menu .burger {
    display: none;
}
.floating-header .header-menu .logo-icon {
    font-size: 39.999px;
    font-size: 2.35294rem;
    line-height: 32px;
    padding-left: 1px;
}
.floating-header .header-menu > .menu {
    margin-left: 54px;
    margin-right: 34px;
    white-space: nowrap;
}
.floating-header .header-menu > .menu > .menu-link {
    font-size: 19.999px;
    font-size: 1.17647rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 10px;
    margin-bottom: 0.58824rem;
    color: #fff;
    display: inline-block;
    padding: 2.999px 28px;
    padding: 0.17647rem 1.64706rem;
}
.floating-header .header-menu > .menu > .menu-link.home {
    display: none;
}
.floating-header .contact {
    background-color: transparent;
    background-image: none;
    right: 0;
    top: 0;
}
.floating-header .contact .button:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.floating-header .contact .button:before {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    display: none;
}
.floating-header .contact .button:after {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    display: none;
    opacity: 0;
}
.floating-header .contact .contact-icon {
    font-size: 27px;
    line-height: 0;
    margin-left: 0;
    margin-right: 8px;
    position: relative;
    top: 6px;
}
.floating-header .contact .trigger {
    float: right;
    font-size: 26px;
}
.floating-header .contact > .options {
    margin-left: 4px;
    margin-right: 36px;
    text-align: right;
    white-space: nowrap;
}
.floating-header .contact > .options > .contact-option {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 32px;
    line-height: 34px;
    opacity: 0;
    padding: 0 6.999px;
    padding: 0rem 0.41176rem;
    visibility: hidden;
    width: 36px;
}
.floating-header .contact > .options > .contact-option .letter-icon {
    margin-right: -2px;
}
.floating-header .contact.is-open > .options > .contact-option {
    visibility: visible;
}
.floating-header .trigger {
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
@media (min-width: 1024px) {
    .contact .contact-icon {
        font-size: 30px;
        margin-right: 11px;
        top: 5px;
    }
}
@media (max-width: 1024px) {
    .floating-header {
        padding: 0 10px;
    }
    .floating-header .header-menu {
        border-radius: 20px;
        height: 40px;
        width: 40px;
    }
    .floating-header .header-menu .trigger {
        float: none;
        height: 40px;
        margin-left: -8px;
        margin-top: -12px;
        width: 40px;
    }
    .floating-header .header-menu .trigger .logo-icon {
        display: none;
    }
    .floating-header .header-menu .trigger .burger {
        background-color: #fff;
        display: block;
        height: 2px;
        left: 50%;
        margin-left: -10px;
        margin-top: -1px;
        position: relative;
        top: 50%;
        width: 20px;
    }
    .floating-header .header-menu .trigger .burger:before,
    .floating-header .header-menu .trigger .burger:after {
        background-color: #fff;
        content: " ";
        height: 2px;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
    }
    .floating-header .header-menu .trigger .burger:before {
        top: -6px;
    }
    .floating-header .header-menu .trigger .burger:after {
        top: 6px;
    }
    .floating-header .header-menu > .menu {
        margin: 0.76471rem 0rem 0rem;
    }
    .floating-header .header-menu > .menu > .menu-link {
        display: block;
        padding: 0.76471rem 0rem;
    }
    .floating-header .header-menu > .menu > .menu-link.home {
        display: block;
    }
    .floating-header .contact {
        top: 0;
    }
    .floating-header.menu-is-open {
        height: 100%;
    }
    .floating-header.menu-is-open .header-menu {
        left: -10px;
        overflow-y: auto;
        padding: 22px 18px;
        top: -10px;
    }
    .floating-header.menu-is-open .contact {
        background: none;
    }
    html.menu-is-open {
        overflow: hidden;
    }
    html.menu-is-open body {
        overflow: hidden;
    }
}
.hero {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hero .slideshow {
    height: 100%;
}
.hero .slideshow .slides {
    height: 100%;
    position: relative;
}
.hero .slideshow .slides img {
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    position: absolute;
    top: 0;
    width: 100%;
}
.hero .slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding-top: 43.5vh;
    visibility: hidden;
}
.hero .slideshow .slide.show {
    opacity: 1;
    visibility: visible;
}
.hero .slideshow .slide > .section {
    height: 100%;
}
.hero .slideshow .slide > .section > .row {
    bottom: 4vh;
    left: 0;
    position: absolute;
}
.hero .slideshow .background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.hero .slideshow .background-image:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 100%;
}
.hero .slideshow .background-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(30%, rgba(0, 0, 0, 0.77)),
        color-stop(45%, rgba(0, 0, 0, 0.6545)),
        color-stop(55%, rgba(0, 0, 0, 0.385)),
        color-stop(70%, rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.77) 30%, rgba(0, 0, 0, 0.6545) 45%, rgba(0, 0, 0, 0.385) 55%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    content: " ";
    display: block;
}
.hero .title {
    color: #f8f8f8;
    text-align: center;
}
.hero .description {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 75%;
}
.hero .description .button {
    margin-bottom: 17.999px;
    margin-bottom: 1.05882rem;
    margin-top: 23.999px;
    margin-top: 1.41176rem;
}
.hero .scroll-advise {
    bottom: 5vh;
    color: #fff;
    height: 17px;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 9;
}
.hero .scroll-advise .down-icon {
    position: relative;
    top: 2px;
}
.hero .flow-nav {
    bottom: 5vh;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1024px) {
    .hero .flow-nav {
        margin-left: 1.52941rem;
        margin-right: 1.52941rem;
    }
}
@media (max-width: 1024px) {
    .hero .slideshow .slide > .section > .row {
        bottom: 5vh;
    }
}
@media (max-width: 460px) {
    .hero .slideshow .background-image:after {
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(30%, rgba(0, 0, 0, 0.77)),
            color-stop(45%, rgba(0, 0, 0, 0.6545)),
            color-stop(55%, rgba(0, 0, 0, 0.5005)),
            color-stop(70%, rgba(0, 0, 0, 0.308)),
            color-stop(85%, rgba(0, 0, 0, 0))
        );
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.77) 30%, rgba(0, 0, 0, 0.6545) 45%, rgba(0, 0, 0, 0.5005) 55%, rgba(0, 0, 0, 0.308) 70%, rgba(0, 0, 0, 0) 85%);
    }
}
@media only screen and (max-width: 349px) {
    .hero .slideshow .background-image:after {
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(30%, rgba(0, 0, 0, 0.77)),
            color-stop(45%, rgba(0, 0, 0, 0.6545)),
            color-stop(55%, rgba(0, 0, 0, 0.462)),
            color-stop(70%, rgba(0, 0, 0, 0.2695)),
            to(rgba(0, 0, 0, 0.2695))
        );
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.77) 30%, rgba(0, 0, 0, 0.6545) 45%, rgba(0, 0, 0, 0.462) 55%, rgba(0, 0, 0, 0.2695) 70%, rgba(0, 0, 0, 0.2695) 100%);
    }
    .hero .slideshow .title {
        font-size: 1.41176rem;
        line-height: 1.1;
        margin-bottom: 0.94118rem;
    }
    .hero .slideshow .description p {
        font-size: 0.82353rem;
        line-height: 1.3;
        margin-bottom: 0.94118rem;
    }
}
.page-footer {
    background-color: #212121;
    bottom: 0;
    height: 100px;
    left: 0;
    padding-top: 25px;
    padding-top: 1.47059rem;
    position: fixed;
    width: 100%;
    z-index: -1;
}
@media (max-width: 885px) {
    .page-footer {
        height: 230px;
        padding-left: 0.76471rem;
        padding-right: 0.76471rem;
    }
}
.page-footer .copyright {
    color: #757575;
    font-size: 14px;
    font-size: 0.82353rem;
    font-weight: 400;
    margin-bottom: 10px;
}
@media (max-width: 885px) {
    .page-footer .footer-menu {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.52941rem;
        -moz-column-gap: 1.52941rem;
        column-gap: 1.52941rem;
        height: 160px;
    }
}
.page-footer .footer-menu .menu-link {
    display: inline-block;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 500;
    padding-right: 17px;
    padding-right: 1rem;
}
@media (max-width: 885px) {
    .page-footer .footer-menu .menu-link {
        display: block;
        padding-top: 8px;
    }
}
.page-footer .footer-menu hr {
    background-color: #e52b38;
    border: 0;
    display: inline-block;
    height: 16px;
    margin: 0 17px 0 0;
    margin: 0rem 1rem 0rem 0rem;
    position: relative;
    top: 1px;
    width: 2px;
}
@media (max-width: 885px) {
    .page-footer .footer-menu hr {
        display: none;
        height: 2px;
        margin: 0.58824rem 0rem;
        width: 16px;
    }
}
.page-basic-page .post .intro {
    padding-bottom: 0;
}
.headline-anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.page-home #page {
    padding-bottom: 0;
}
.page-home .stoerer {
    position: absolute;
    top: 59.999px;
    top: 3.52941rem;
    left: 6%;
    width: 119.999px;
    width: 7.05882rem;
    height: 119.999px;
    height: 7.05882rem;
    z-index: 9998;
    background-color: #e52b38;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.77);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.77);
}
.page-home .stoerer strong {
    font-size: 110%;
    padding-top: 5px;
    padding-top: 0.29412rem;
    display: block;
    line-height: 1.15;
    font-weight: 500;
    margin-bottom: -10px;
    margin-bottom: -0.58824rem;
}
@media (min-width: 769px) {
    .page-home .stoerer {
        top: 5.88235rem;
        left: 5.88235rem;
        width: 11.17647rem;
        height: 11.17647rem;
    }
    .page-home .stoerer strong {
        font-size: 150%;
        padding-top: 0.58824rem;
        margin-bottom: 0;
    }
}
.page-home .aso-asa {
    background: #2068b1;
    padding-bottom: 30px;
    padding-bottom: 1.76471rem;
}
@media (min-width: 47.05882rem) {
    .page-home .aso-asa {
        padding-bottom: 3rem;
    }
}
.page-home .aso-asa .section-inner {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 12.64706rem 17.70588rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 459.999px;
    max-width: 27.05882rem;
    padding-left: 30px;
    padding-left: 1.76471rem;
    padding-right: 30px;
    padding-right: 1.76471rem;
    padding-top: 50px;
    padding-top: 2.94118rem;
}
@media (min-width: 47.05882rem) {
    .page-home .aso-asa .section-inner {
        background-position: bottom right 0.88235rem;
        background-size: 18.29412rem 25.58824rem;
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        padding-top: 6.47059rem;
    }
}
.page-home .aso-asa .section-inner .text-content {
    width: 100%;
}
@media (min-width: 47.05882rem) {
    .page-home .aso-asa .section-inner .text-content {
        width: 75%;
    }
}
.page-home .aso-asa .section-inner .text-content .link {
    margin-top: 10px;
    margin-top: 0.58824rem;
    padding-bottom: 325.999px;
    padding-bottom: 19.17647rem;
}
@media (min-width: 47.05882rem) {
    .page-home .aso-asa .section-inner .text-content .link {
        margin-top: 1.58824rem;
        padding-bottom: 3.52941rem;
    }
}
.page-home .aso-asa .section-inner .text-content ul {
    margin: 0;
    padding: 11.999px 0;
    padding: 0.70588rem 0;
}
@media (min-width: 47.05882rem) {
    .page-home .aso-asa .section-inner .text-content ul {
        padding: 0.94118rem 0;
    }
}
.page-home .aso-asa .section-inner .text-content ul > li::before {
    display: none;
    margin: 0;
    padding: 0;
}
.page-home .aso-asa .section-inner .text-content ul > li {
    list-style-position: outside;
    list-style-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMDAwMTYgMTEuMTcwMUwxLjgzMDE2IDcuMDAwMDlMMC40MTAxNTYgOC40MTAwOUw2LjAwMDE2IDE0LjAwMDFMMTguMDAwMiAyLjAwMDA5TDE2LjU5MDIgMC41OTAwODhMNi4wMDAxNiAxMS4xNzAxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    padding-bottom: 10px;
    padding-left: 10px;
    padding-left: 0.58824rem;
    margin: 0 0 0 23.999px;
    margin: 0 0 0 1.41176rem;
}
.page-home .aso-asa .section-inner .text-content p,
.page-home .aso-asa .section-inner .text-content ul {
    margin-top: 17px;
    margin-top: 1rem;
    margin-bottom: 10px;
    margin-bottom: 0.58824rem;
}
@media (min-width: 47.05882rem) {
    .page-home .aso-asa .section-inner .text-content p,
    .page-home .aso-asa .section-inner .text-content ul {
        margin-top: 1.35294rem;
        margin-bottom: 0.94118rem;
    }
}
.page-home .aso-asa .section-inner .text-content p,
.page-home .aso-asa .section-inner .text-content ul li {
    color: #fff;
    font-weight: 300;
}
.page-home .aso-asa .section-inner .text-content p {
    font-size: 19.999px;
    font-size: 1.17647rem;
}
@media (min-width: 47.05882rem) {
    .page-home .aso-asa .section-inner .text-content p {
        font-size: 1.29412rem;
    }
}
.page-home .aso-asa .section-inner .text-content ul li {
    font-size: 16px;
    font-size: 0.94118rem;
}
@media (min-width: 47.05882rem) {
    .page-home .aso-asa .section-inner .text-content ul li {
        font-size: 1.29412rem;
    }
}
.page-home .aso-asa .section-inner .text-content .headline h2 {
    color: #fff;
    font-size: 25.999px;
    font-size: 1.52941rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 16px;
    margin-bottom: 0.94118rem;
}
@media (min-width: 47.05882rem) {
    .page-home .aso-asa .section-inner .text-content .headline h2 {
        margin-bottom: 1.41176rem;
        font-size: 2.82353rem;
        padding-bottom: 1.52941rem;
    }
}
.page-home .aso-asa .section-inner .text-content .body {
    max-width: 75%;
}
@media (min-width: 920px) {
    .page-home .aso-asa .section-inner .text-content .body {
        max-width: none;
    }
}
.page-home .home-text-image {
    background: #f8f8f8;
    padding-top: 65.999px;
    padding-top: 3.88235rem;
    padding-bottom: 10px;
    padding-bottom: 0.58824rem;
}
@media (min-width: 769px) {
    .page-home .home-text-image {
        padding-bottom: 1.76471rem;
        padding-top: 4.70588rem;
    }
}
.page-home .home-text-image .section {
    padding-left: 30px;
    padding-left: 1.76471rem;
    padding-right: 30px;
    padding-right: 1.76471rem;
}
.page-home .home-text-image .section .headline {
    padding-top: 70px;
    padding-top: 4.11765rem;
    padding-bottom: 70px;
    padding-bottom: 4.11765rem;
}
.page-home .home-text-image .section .headline h2 {
    max-width: 767.999px;
    max-width: 45.17647rem;
    margin-left: auto;
    margin-right: auto;
}
.page-home .home-text-image .section .flex-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 79.999px;
    margin-bottom: 4.70588rem;
}
@media (min-width: 769px) {
    .page-home .home-text-image .section .flex-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .page-home .home-text-image .section .flex-content.flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.page-home .home-text-image .section .text,
.page-home .home-text-image .section .image {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
@media (min-width: 769px) {
    .page-home .home-text-image .section .text,
    .page-home .home-text-image .section .image {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    }
}
.page-home .home-text-image .section .text .home-text-body {
}
.page-home .home-text-image .section .text .home-text-body a:link,
.page-home .home-text-image .section .text .home-text-body a:visited {
    color: #2068b1;
}
.page-home .home-text-image .section .text .home-text-body a:hover,
.page-home .home-text-image .section .text .home-text-body a:active,
.page-home .home-text-image .section .text .home-text-body a:focus {
    color: #569be1;
}
.page-home .home-text-image .section .text .home-text-body h2 {
    font-size: 31.999px;
    font-size: 1.88235rem;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
    max-width: 379.999px;
    max-width: 22.35294rem;
    left: 0;
    margin-bottom: 16px;
    margin-bottom: 0.94118rem;
}
.page-home .home-text-image .section .text .home-text-body .highlighted {
    color: #e52b38;
    font-size: 110%;
}
.page-home .home-text-image .section .text .home-text-body strong {
    font-weight: 700;
}
.page-home .home-text-image .section .text .home-text-body .button-link {
    font-style: italic;
}
.page-home .home-text-image .section .text .home-text-body svg {
    position: relative;
    bottom: -2.999px;
    bottom: -0.17647rem;
    margin-left: 10px;
    margin-left: 0.58824rem;
}
.page-home .home-text-image .section .image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.page-home .home-text-image .cta-button {
    padding-bottom: 70px;
    padding-bottom: 4.11765rem;
}
@media (min-width: 769px) {
    .page-home .home-text-image .cta-button {
        padding-bottom: 3.52941rem;
    }
}
.page-home .testimonials {
    background-color: #fff;
    padding: 70px 0 147px;
    padding: 4.11765rem 0 8.64706rem;
}
.page-home .testimonials .intro.section {
    padding-top: 0;
}
.page-home .testimonials .intro.section h2 {
    margin-bottom: 70px;
    margin-bottom: 4.11765rem;
    margin-top: 50px;
    margin-top: 2.94118rem;
}
.page-home .testimonials .container .wrapper .slide {
    margin: 14.999px;
    margin: 0.88235rem;
}
.page-home .testimonials .container .wrapper .slide .card {
    background-color: #f8f8f8;
    border-radius: 0.35294rem;
    height: 100%;
    max-width: 100%;
    max-width: 320px;
    max-width: 18.82353rem;
    padding: 30px 19.999px;
    padding: 1.76471rem 1.17647rem;
}
.page-home .testimonials .container .wrapper .slide .card p {
    line-height: 1.4;
}
.page-home .testimonials .container .wrapper .slide .card .name {
    font-weight: 500;
    margin: 27px 0 2px;
    margin: 1.58824rem 0 0.11765rem;
}
.page-home .testimonials .container .wrapper .slide .card .title,
.page-home .testimonials .container .wrapper .slide .card .company {
    color: #bababa;
    font-size: 14.499px;
    font-size: 0.85294rem;
    font-weight: 400;
    margin-bottom: 0.999px;
    margin-bottom: 0.05882rem;
}
.page-home .testimonials .container .wrapper .slide .card .img {
    background-color: #bababa;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 115px;
    height: 6.76471rem;
    margin-bottom: 25.999px;
    margin-bottom: 1.52941rem;
    margin-left: auto;
    margin-right: auto;
    width: 115px;
    width: 6.76471rem;
}
.page-home .testimonials .container .wrapper .slide .card .dot {
    background-color: #bababa;
    border-radius: 50%;
    height: 10px;
    height: 0.58824rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11.999px;
    margin-top: 0.70588rem;
    width: 10px;
    width: 0.58824rem;
}
.page-home .cases {
    padding-bottom: 25.999px;
    padding-bottom: 1.52941rem;
}
@media (min-width: 768px) {
    .page-home .cases {
        padding-bottom: 3.05882rem;
    }
}
.page-home .cases-large .card-2021 {
    -webkit-box-shadow: 2px 5px 21px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 5px 21px rgba(0, 0, 0, 0.18);
    -webkit-transition: -webkit-transform 140ms ease-out, -webkit-box-shadow 140ms ease-out;
    transition: -webkit-transform 140ms ease-out, -webkit-box-shadow 140ms ease-out;
    transition: transform 140ms ease-out, box-shadow 140ms ease-out;
    transition: transform 140ms ease-out, box-shadow 140ms ease-out, -webkit-transform 140ms ease-out, -webkit-box-shadow 140ms ease-out;
}
@media (min-width: 1025px) {
    .page-home .cases-large .card-2021:hover {
        -webkit-box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.12);
        box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.12);
        -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}
.page-home .intro.section {
    padding-top: 144px;
    padding-top: 8.47059rem;
    margin-bottom: 10px;
    margin-bottom: 0.58824rem;
}
@media (max-width: 767px) {
    .page-home .intro.section {
        padding-top: 4.70588rem;
    }
    .page-home .intro.section h2 {
        margin-bottom: 0.58824rem;
    }
}
.page-home .intro.section .intro-text {
    margin-left: auto;
    margin-right: auto;
    padding-left: 13px;
    padding-right: 13px;
    width: 75%;
}
@media (max-width: 960px) {
    .page-home .intro.section .intro-text {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}
.page-home .cases-large .swiper-container {
    padding-left: 22px;
    padding-left: 1.29412rem;
    padding-right: 22px;
    padding-right: 1.29412rem;
}
@media (min-width: 1164px) {
    .page-home .cases-large .swiper-container {
        padding-left: 4.11765rem;
        padding-right: 2.05882rem;
    }
}
.page-home .cases-large .swiper-slide {
    height: auto;
    max-width: 1023.999px;
    max-width: 60.23529rem;
    padding: 19.999px 0 25px;
    padding: 1.17647rem 0 1.47059rem;
}
@media (min-width: 768px) {
    .page-home .cases-large .swiper-slide {
        padding: 2.35294rem 0 2.64706rem;
    }
}
@media (min-width: 1164px) {
    .page-home .cases-large .swiper-slide {
        padding-right: 2.05882rem;
    }
}
.page-home .cases-large .swiper-slide .card-2021 {
    height: 100%;
}
.page-home .wir-sind-next-munich .cards {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    display: grid;
    -webkit-column-gap: 1.76471rem;
    -moz-column-gap: 1.76471rem;
    column-gap: 1.76471rem;
    row-gap: 30px;
    row-gap: 1.76471rem;
}
.page-home .wir-sind-next-munich .cards.c8 {
    padding-left: 30px;
    padding-left: 1.76471rem;
    padding-right: 30px;
    padding-right: 1.76471rem;
}
@media (min-width: 34.11765rem) {
    .page-home .wir-sind-next-munich .cards {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .page-home .wir-sind-next-munich .cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.page-home .wir-sind-next-munich .cards .card {
    border-radius: 0.58824rem;
    padding: 30px 19.999px 25px;
    padding: 1.76471rem 1.17647rem 1.47059rem;
}
.page-home .wir-sind-next-munich .cards .card .title {
    color: inherit;
    margin-bottom: 14.999px;
    margin-bottom: 0.88235rem;
    margin-top: 3.999px;
    margin-top: 0.23529rem;
}
.page-home .wir-sind-next-munich .cards .card .icon {
    height: 59.999px;
    height: 3.52941rem;
    width: 59.999px;
    width: 3.52941rem;
    margin-bottom: 17px;
    margin-bottom: 1rem;
}
.page-home .wir-sind-next-munich {
    text-align: center;
    background: #e52b38;
    padding-bottom: 65.999px;
    padding-bottom: 3.88235rem;
    padding-top: 0;
}
.page-home .wir-sind-next-munich .full-width-img {
    margin-bottom: 65.999px;
    margin-bottom: 3.88235rem;
}
.page-home .wir-sind-next-munich .title {
    color: #fff;
    margin-bottom: 5px;
    margin-bottom: 0.29412rem;
}
.page-home .wir-sind-next-munich .subtitle {
    color: #fff;
    margin-bottom: 34.999px;
    margin-bottom: 2.05882rem;
}
@media (min-width: 1024px) {
    .page-home .wir-sind-next-munich .subtitle {
        margin-bottom: 3.52941rem;
    }
}
@media (min-width: 34.11765rem) {
    .page-home .wir-sind-next-munich .cards {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 1024px) {
    .page-home .wir-sind-next-munich .cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.page-home .wir-sind-next-munich .cards.c8 {
    float: none;
    min-height: 0;
    position: static;
}
.page-home .wir-sind-next-munich .cards .card {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    -webkit-transition-property: none;
    transition-property: none;
    width: 100%;
}
.page-home .wir-sind-next-munich .cards .card .icon {
    margin-bottom: 2.999px;
    margin-bottom: 0.17647rem;
}
.page-home .wir-sind-next-munich .cards .card .title {
    color: #e52b38;
}
.page-home .ast {
    background-color: #212121;
    color: #fff;
    padding-bottom: 98px;
    padding-bottom: 5.76471rem;
}
.page-home .ast .intro {
    padding-bottom: 31.999px;
    padding-bottom: 1.88235rem;
    padding-top: 76px;
    padding-top: 4.47059rem;
}
@media (max-width: 1024px) {
    .page-home .ast .intro {
        padding-bottom: 1.64706rem;
        padding-top: 4rem;
    }
}
.page-home .ast h2 {
    color: inherit;
}
.page-home .ast .meta {
    color: inherit;
}
.page-home .ast .meta h3 {
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 11.999px;
    margin-bottom: 0.70588rem;
    top: -4px;
    color: inherit;
}
@media (min-width: 460px) {
    .page-home .ast .meta h3 {
        font-size: 1.52941rem;
        margin-bottom: 0.88235rem;
    }
}
@media (min-width: 960px) {
    .page-home .ast .meta h3 {
        font-size: 1.76471rem;
        margin-bottom: 1.05882rem;
    }
}
.page-home .ast .meta .body {
    margin: 0 auto;
    max-width: 649.999px;
    max-width: 38.23529rem;
}
.page-home .ast .layer3fix {
    margin-bottom: 11.999px;
    margin-bottom: 0.70588rem;
}
.page-home .ast .layer3fix .image {
    margin: 0 auto 50px;
    margin: 0 auto 2.94118rem;
    max-width: 240px;
    max-width: 14.11765rem;
}
.page-home .ast .layer3fix .button {
    margin-bottom: 17px;
    margin-bottom: 1rem;
    margin-top: 50px;
    margin-top: 2.94118rem;
}
.page-home .technologies {
    background-color: #212121;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}
@media (max-width: 960px) {
    .page-home .technologies .intro.section {
        padding-top: 4rem;
    }
}
.page-home .technologies .intro.section .intro-text {
    margin-left: auto;
    margin-right: auto;
    padding-left: 13px;
    padding-right: 13px;
    text-align: center;
    width: 75%;
}
@media (max-width: 960px) {
    .page-home .technologies .intro.section .intro-text {
        margin-left: 0;
        margin-right: auto;
        padding-left: 13px;
        padding-right: 13px;
        text-align: left;
        width: 75%;
    }
}
@media (max-width: 460px) {
    .page-home .technologies .intro.section .intro-text {
        padding-left: 13px;
        padding-right: 13px;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        width: auto;
    }
}
.page-home .technologies .technology-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 99.999px;
    margin-bottom: 5.88235rem;
    margin-top: 78px;
    margin-top: 4.58824rem;
}
.page-home .technologies .technology-items .technology-item {
    border: 1px solid #474747;
    border-radius: 8px;
    color: #f8f8f8;
    cursor: pointer;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
    padding: 19.999px 19.999px 30px 19.999px;
    padding: 1.17647rem 1.17647rem 1.76471rem 1.17647rem;
    width: 49.05%;
}
.page-home .technologies .technology-items .technology-item.odd {
    margin-right: 1.9%;
}
.page-home .technologies .technology-items .technology-item.even {
    margin-right: 0;
}
.page-home .technologies .technology-items .technology-item .body p:last-child {
    margin-bottom: 0;
}
.page-home .technologies .technology-items .technology-item h3 {
    color: #fff;
    font-size: 23.999px;
    font-size: 1.41176rem;
    font-weight: 500;
    line-height: 59.999px;
    line-height: 3.52941rem;
    margin-bottom: 16px;
    margin-bottom: 0.94118rem;
}
.page-home .technologies .technology-items .technology-item svg {
    display: inline-block;
    float: left;
    height: 79.999px;
    height: 4.70588rem;
    margin-left: -5px;
    margin-left: -0.29412rem;
    margin-right: 30px;
    margin-right: 1.76471rem;
    margin-top: -10px;
    margin-top: -0.58824rem;
    vertical-align: middle;
    width: 79.999px;
    width: 4.70588rem;
}
.page-home .technologies .technology-items .technology-item svg .path {
    fill: #fff;
}
.page-home .technologies .technology-items .technology-item img {
    display: block;
    height: 80px;
    margin: 0 auto 8px;
    opacity: 0.7;
    width: 80px;
}
.page-home .technologies .technology-items .technology-item button {
    background-color: transparent;
    color: #fff;
    height: auto;
}
.page-home .technologies .technology-items .technology-item:hover,
.page-home .technologies .technology-items .technology-item:active {
    background-color: #2c2c2c;
    color: #fff;
}
.page-home .technologies .technology-items .technology-item.focus img {
    opacity: 1;
}
.page-home .technologies .technology-items .technology-item.focus button {
    background-color: #fff;
    color: #212121;
}
.page-home .technologies .intro h2 {
    color: #f8f8f8;
}
.page-home .technologies .intro p {
    color: #f8f8f8;
}
@media (max-width: 1024px) {
    .page-home .technologies {
        min-height: auto;
        padding-bottom: 2.64706rem;
    }
    .page-home .technologies .intro {
        position: static;
    }
    .page-home .technologies .technology-items {
        margin-top: 3.64706rem;
    }
}
@media (max-width: 960px) {
    .page-home .technologies .technology-items .technology-item {
        width: 100%;
    }
    .page-home .technologies .technology-items .technology-item.odd,
    .page-home .technologies .technology-items .technology-item.even {
        margin-right: 0;
    }
}
.page-home .clients .caption {
    text-indent: 62px;
}
.page-home .clients .track-nav {
    margin: -33px -5px 0;
    right: auto;
    top: 0;
}
.page-home .clients .track-nav .prev,
.page-home .clients .track-nav .next {
    height: 22px;
    line-height: 22px;
    margin: 0 5px;
    width: 22px;
}
.page-home .clients .track-nav .right-icon,
.page-home .clients .track-nav .left-icon {
    left: -6px;
    padding: 0;
    position: relative;
    top: -1px;
}
.page-home .clients:before {
    background-color: #f8f8f8;
    bottom: 0;
    content: "";
    left: -9999px;
    margin-left: -62px;
    position: absolute;
    top: 0;
    width: 9999px;
    z-index: 9;
}
.page-home .blog-teasers {
    background-color: #f8f8f8;
}
.page-home .blog-teasers .intro {
    margin-bottom: 53.999px;
    margin-bottom: 3.17647rem;
}
.page-home .blog-teasers .rss-feed {
    padding-bottom: 23.999px;
    padding-bottom: 1.41176rem;
    text-align: right;
}
.page-home .blog-teasers .rss-feed .button {
    background-color: #f90;
}
.page-services .entry {
    z-index: 1;
}
.page-services .service-anchor {
    display: block;
    padding-top: 144px;
    padding-top: 8.47059rem;
    z-index: -10;
}
.page-services #service_1 {
    z-index: 24;
}
.page-services #service_2 {
    z-index: 23;
}
.page-services #service_3 {
    z-index: 22;
}
.page-services #service_4 {
    z-index: 21;
}
.page-services #service_5 {
    z-index: 20;
}
.page-services #service_6 {
    z-index: 19;
}
.page-services #service_7 {
    z-index: 18;
}
.page-services #service_8 {
    z-index: 17;
}
.page-services #service_9 {
    z-index: 16;
}
.page-services #service_10 {
    z-index: 15;
}
.page-services #service_11 {
    z-index: 14;
}
.page-services #service_12 {
    z-index: 13;
}
.page-services #service_13 {
    z-index: 12;
}
.page-services #service_14 {
    z-index: 11;
}
.page-services #service_15 {
    z-index: 10;
}
.page-services #service_16 {
    z-index: 9;
}
.page-services #service_17 {
    z-index: 8;
}
.page-services #service_18 {
    z-index: 7;
}
.page-services #service_19 {
    z-index: 6;
}
.page-services #service_20 {
    z-index: 5;
}
.page-services #page {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAUCAYAAADoZO9yAAAACXBIWXMAAAsSAAALEgHS3X78AAAAz0lEQVRIx9WWUQ+CMAyEv9NIRE38//9TwWD0fKmJEhEEZXOPTdfc2rtbBeyBK3CwbWY8kgTsgIVsI2kNbIDadj0TiBIogcr2SfcmBLoSKICj7fOPAKyALdDEww2g9jQkLaNdDkCXLwFYBgAFDZ7qqosWkooYV2O7mghiE52ubDcvc/r4OaTIm7uDH6MhQulra0f+R+PVJ4rtIlpLjqMIrzHW0ZZexCZZgMZ62KMZRWiSKS7I5PznaJKTNQv5Jje05Baf/NPLYg3IYjHKZVW8ARgP7QG7aZXyAAAAAElFTkSuQmCCCg==);
    outline: none;
    padding-bottom: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.page-services #content {
    position: relative;
}
.page-services #content h1.hidden {
    font-size: 48px;
    font-size: 2.82353rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 23.999px;
    margin-bottom: 1.41176rem;
    display: none;
    left: 0;
    position: relative;
    top: -10px;
}
.page-services .service.section {
    z-index: -1;
}
.page-services .service.section:nth-child(2n) .aside,
.page-services .service.section:nth-child(2n) .entry {
    float: right;
}
.page-services .service > .row,
.page-services .service .aside,
.page-services .service .entry,
.page-services .service .flow-content,
.page-services .service .scrollable-content {
    height: 100%;
}
.page-services .service .aside {
    overflow: hidden;
}
.page-services .service .description {
    margin-bottom: 96px;
    margin-bottom: 5.64706rem;
}
.page-services .service .illustration {
    padding-top: 8vh;
    position: relative;
}
.page-services .service .illustration .background-image:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 66.6666666667%;
}
.page-services .service .illustration .background-image img {
    font-family: "object-fit: contain";
    -o-object-fit: contain;
    object-fit: contain;
}
.page-services .service .illustration svg {
    position: absolute;
    top: 0;
}
.page-services .service .row-case-features .list ul {
    font-size: 14.999px;
    font-size: 0.88235rem;
    font-style: italic;
    list-style: none;
}
.page-services .service .row-case-features .list ul > li:before {
    border: 1px solid #171717;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: -12px;
    margin-right: 6px;
    position: relative;
    top: -2px;
    width: 6px;
}
.page-services .service .row-case-features .related-case {
    font-size: 0;
}
.page-services .service .row-case-features .related-case .card {
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.58824rem;
    width: 79.999px;
    width: 4.70588rem;
}
.page-services .service .row-case-features .related-case .card > .card-inner {
    border-radius: 18px;
}
.page-services .service .row-case-features .related-case .card > .card-inner.case .splashscreen {
    border-radius: 18px;
    overflow: hidden;
}
.page-services .service .row-case-features .related-case .card > .card-inner .meta {
    padding: 23.999px 13px 0.999px;
    padding: 1.41176rem 0.76471rem 0.05882rem;
}
.page-services .service .row-case-features .related-case .card.layer1 > .card-inner:before,
.page-services .service .row-case-features .related-case .card.layer1 > .card-inner:after {
    border-radius: 18px;
}
.page-services .service#service_1 .illustration:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 80%;
}
.page-services .service#service_1 .illustration > svg {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}
.page-services .service#service_2 .illustration:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 83.7320574%;
}
.page-services .service#service_2 .illustration > svg {
    -webkit-transform: scale(2) !important;
    -ms-transform: scale(2) !important;
    transform: scale(2) !important;
}
.page-services .service#service_3 .illustration:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 66.6666666667%;
}
.page-services .service#service_3 .illustration > svg {
    -webkit-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}
.page-services .service#service_4 .illustration:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 66.6666666667%;
}
.page-services .service#service_4 .illustration > svg {
    -webkit-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}
.page-services .service#service_5 .illustration:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 66.6666666667%;
}
.page-services .service#service_5 .illustration > svg {
    -webkit-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
}
.page-services .service#service_6 .illustration:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 66.6666666667%;
}
.page-services .service#service_6 .illustration > svg {
    -webkit-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
}
.page-services .service#service_7 .illustration:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 66.6666666667%;
}
.page-services .service#service_7 .illustration > svg {
    -webkit-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
}
.page-services .service#service_8 .illustration:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 66.6666666667%;
}
.page-services .service#service_8 .illustration > svg {
    -webkit-transform: scale(1.75) !important;
    -ms-transform: scale(1.75) !important;
    transform: scale(1.75) !important;
}
.page-services .service#service_9 {
    padding-bottom: 50px;
    padding-bottom: 2.94118rem;
}
.page-services .service#service_9 .illustration:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 66.6666666667%;
}
.page-services .service#service_9 .illustration > svg {
    -webkit-transform: scale(1.15) !important;
    -ms-transform: scale(1.15) !important;
    transform: scale(1.15) !important;
}
@media (max-width: 1024px) {
    .page-services .service-anchor {
        padding-top: 4.11765rem;
    }
    .page-services .service .list {
        margin-bottom: 52px;
    }
}
@media (max-width: 768px) {
    .page-services .service-anchor {
        padding-top: 0;
    }
    .page-services #content {
        padding: 5rem 0rem 0rem;
    }
    .page-services .service.section {
        overflow: auto;
    }
    .page-services .service .entry {
        padding-right: 36px;
    }
    .page-services .service .title {
        margin-bottom: 10px;
    }
}
@media (max-width: 460px) {
    .page-services {
        overflow: auto;
    }
    .page-services #content {
        height: auto;
        min-height: 100vh;
        overflow: visible;
        padding-top: 0;
    }
    .page-services .service.section {
        overflow: auto;
    }
    .page-services .service {
        margin-top: 8.47059rem;
    }
    .page-services .service .aside .illustration {
        height: 100%;
        padding-bottom: 4rem;
        padding-top: 0;
    }
    .page-services .service .aside .illustration .background-image {
        display: block;
        height: 100%;
    }
    .page-services .service:first-of-type {
        margin-top: 4rem;
    }
}
.page-case #page {
    background-color: #fff;
}
.page-case .case-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    position: fixed;
    width: 70vw;
    height: 43.75vw;
    overflow: hidden;
    margin: auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 24px 200px 0 rgba(0, 0, 0, 0.6), 0 10px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 24px 200px 0 rgba(0, 0, 0, 0.6), 0 10px 60px 0 rgba(0, 0, 0, 0.3);
    background-color: #212121;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.page-case .case-video iframe {
    position: relative;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.page-case .case-video.show-video {
    display: block;
}
.page-case .post .featured-image .background-image:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 100%;
}
.page-case .post .featured-image .play-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 84px;
    height: 84px;
    margin: auto;
    background-color: #e52b38;
    border-radius: 50%;
}
.page-case .post .featured-image .play-button:before,
.page-case .post .featured-image .play-button:after {
    border-radius: 50%;
}
.page-case .post .featured-image .play-button .play-icon {
    font-size: 36px;
    padding: 0 8px;
}
.page-case .post .post-body .interview .profile {
    float: left;
    width: 105px;
    margin-right: 26px;
}
.page-case .post .post-body .interview .profile img {
    border-radius: 4px;
}
.page-case .post .post-body .interview .profile .name {
    display: block;
    font-size: 14px;
    font-size: 0.82353rem;
    font-weight: 500;
    line-height: 17px;
    line-height: 1rem;
}
.page-case .post .post-body .interview .profile .position {
    display: block;
    font-size: 14px;
    font-size: 0.82353rem;
    line-height: 17px;
    line-height: 1rem;
    color: #757575;
}
.page-case .post .post-body .interview .meta {
    margin-bottom: 68px;
}
.page-case .post .post-body .interview .meta h2,
.page-case .post .post-body .interview .meta h4 {
    margin-bottom: 0;
}
.page-case .post .post-body .interview .image {
    margin-bottom: 48px;
}
.page-case .post .sidebar ul {
    font-size: 14.999px;
    font-size: 0.88235rem;
    font-style: italic;
    list-style: none;
}
.page-case .post .sidebar ul > li:before {
    border: 1px solid #171717;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: -12px;
    margin-right: 6px;
    position: relative;
    top: -2px;
    width: 6px;
}
.page-case .post .sidebar .external-links .link {
    display: block;
}
.page-case .post .sidebar .rating {
    margin-bottom: 2px;
}
.page-case .post .sidebar .rating .star-icon {
    color: #ebd23e;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    vertical-align: middle;
}
@media (max-width: 1024px) {
    .page-case #page {
        padding-bottom: 0;
    }
    .page-case .intro {
        padding-top: 5.88235rem;
    }
    .page-case .post .post-body .interview .profile {
        margin-right: 0.76471rem;
    }
    .page-case .post .post-body .meta h2,
    .page-case .post .post-body .meta h4 {
        margin-bottom: 7px;
    }
    .page-case .post .sidebar {
        padding: 1.17647rem 0.76471rem 0rem;
        border-radius: 0;
    }
}
.page-case-2020 {
    color: #212121;
}
.page-case-2020 #page {
    background-color: #fff;
}
.page-case-2020 .row {
    margin: 0;
}
.page-case-2020 .row:before,
.page-case-2020 .row:after {
    content: none;
}
.page-case-2020 .c8 {
    float: none;
}
.page-case-2020 .intro-image {
    height: auto;
    padding-bottom: 43.75%;
    position: relative;
}
.page-case-2020 .intro-image .slider {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.page-case-2020 .intro-image .slider .slide {
    height: 100%;
    width: 100%;
}
.page-case-2020 .intro-image .slider .slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-case-2020 .intro-image .background-image {
    background-color: transparent;
}
.page-case-2020 .intro-image .background-image:before,
.page-case-2020 .intro-image .background-image:after {
    display: none;
}
.page-case-2020 .intro {
    padding-top: 99.999px;
    padding-top: 5.88235rem;
}
.page-case-2020 .intro .intro-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 34px;
    margin-bottom: 2rem;
}
.page-case-2020 .intro .intro-content .c-left {
    margin-right: 4.8828125%;
    width: 14.55078125%;
}
.page-case-2020 .intro .intro-content .c-left img {
    border-radius: 20px;
}
.page-case-2020 .intro .intro-content .c-right {
    width: 80.56640625%;
}
.page-case-2020 .intro .intro-content .c-right .section-header {
    margin-top: 5px;
    margin-top: 0.29412rem;
}
.page-case-2020 .intro .intro-content .c-right .section-header .section-header-text {
    margin-right: 23.999px;
    margin-right: 1.41176rem;
}
.page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner {
    margin-bottom: 45px;
    margin-bottom: 2.64706rem;
}
.page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .title {
    left: 0;
    margin-bottom: 3.999px;
    margin-bottom: 0.23529rem;
}
.page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .subline {
    font-size: 23.999px;
    font-size: 1.41176rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 14.999px;
    margin-bottom: 0.88235rem;
}
.page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .company {
    color: #9a9999;
    margin: 0;
}
.page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .body,
.page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .body p {
    line-height: 23.999px;
    line-height: 1.41176rem;
}
.page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-logo-mobile {
    display: none;
}
.page-case-2020 .intro .intro-content .c-right .section-header .section-header-video button {
    font-weight: 300;
    line-height: 1;
    margin-bottom: 45px;
    margin-bottom: 2.64706rem;
    white-space: nowrap;
}
.page-case-2020 .intro .intro-content .c-right .section-header .section-header-video button.large {
    padding: 10px 20px;
}
.page-case-2020 .intro .intro-content .c-right .section-header .section-header-video button .play-icon {
    font-size: 14.999px;
    font-size: 0.88235rem;
    line-height: 1;
    margin-right: 10px;
    margin-right: 0.58824rem;
}
@media only screen and (max-width: 640px) {
    .page-case-2020 .intro {
        padding-top: 1.17647rem;
    }
    .page-case-2020 .intro .intro-content .c-left {
        display: none;
    }
    .page-case-2020 .intro .intro-content .c-right {
        width: 100%;
    }
    .page-case-2020 .intro .intro-content .c-right .section-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-case-2020 .intro .intro-content .c-right .section-header .section-header-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner {
        margin-bottom: 1.88235rem;
    }
    .page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .title {
        font-size: 1.41176rem;
        margin-bottom: 0.17647rem;
    }
    .page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .subline {
        font-size: 1rem;
        font-weight: 300;
        margin-bottom: 0.05882rem;
    }
    .page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .company {
        font-size: 0.82353rem;
    }
    .page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-logo-mobile {
        display: block;
    }
    .page-case-2020 .intro .intro-content .c-right .section-header .section-header-text .section-header-text-logo-mobile img {
        height: 70px;
        margin-left: 0.41176rem;
        margin-right: 1.17647rem;
        width: 70px;
    }
    .page-case-2020 .intro .intro-content .c-right .section-header .section-header-video {
        text-align: center;
    }
    .page-case-2020 .intro .intro-content .c-right .section-header .section-header-video button {
        margin-bottom: 1.88235rem;
    }
}
.page-case-2020 .features {
    background-color: #f8f8f8;
    margin: 23.999px 0 59.999px;
    margin: 1.41176rem 0 3.52941rem;
    padding: 48px 0 37.999px;
    padding: 2.82353rem 0 2.23529rem;
}
.page-case-2020 .features .platform {
    height: 31.999px;
    height: 1.88235rem;
    margin-top: -6.999px;
    margin-top: -0.41176rem;
    width: 31.999px;
    width: 1.88235rem;
}
.page-case-2020 .features .store-links {
    margin-left: 23.999px;
    margin-left: 1.41176rem;
}
.page-case-2020 .features .store-links img {
    display: block;
    height: auto;
    margin-bottom: 17px;
    margin-bottom: 1rem;
    width: 135px;
}
.page-case-2020 .features ul {
    line-height: 1.1;
}
.page-case-2020 .features ul > li {
    margin-bottom: 10px;
    margin-bottom: 0.58824rem;
    margin-left: 17.999px;
    margin-left: 1.05882rem;
}
@media only screen and (max-width: 640px) {
    .page-case-2020 .feature-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-case-2020 .feature-list .store-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 0;
        margin-top: 0.58824rem;
    }
    .page-case-2020 .feature-list .store-links img {
        margin: 0.47059rem;
    }
}
.page-case-2020 .case-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212121;
    border-radius: 8px;
    -webkit-box-shadow: 0 24px 200px 0 rgba(0, 0, 0, 0.6), 0 10px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 24px 200px 0 rgba(0, 0, 0, 0.6), 0 10px 60px 0 rgba(0, 0, 0, 0.3);
    display: none;
    height: 43.75vw;
    margin: auto;
    overflow: hidden;
    position: fixed;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    width: 70vw;
}
.page-case-2020 .case-video iframe {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 9999;
}
.page-case-2020 .case-video.show-video {
    display: block;
}
.page-case-2020 .interviews .image {
    margin-bottom: 50px;
    margin-bottom: 2.94118rem;
}
.page-case-2020 .interviews.client {
    background-color: #f8f8f8;
    margin: 23.999px 0 59.999px;
    margin: 1.41176rem 0 3.52941rem;
    padding: 48px 0 0.999px;
    padding: 2.82353rem 0 0.05882rem;
}
.page-case-2020 .interviews .more-button {
    margin-bottom: 17px;
    margin-bottom: 1rem;
    margin-top: -8.5px;
    margin-top: -0.5rem;
}
.page-case-2020 .interviews .interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
    margin-bottom: 2rem;
}
.page-case-2020 .interviews .interview .c-left {
    margin-right: 4.8828125%;
    width: 14.55078125%;
}
.page-case-2020 .interviews .interview .c-left img {
    border-radius: 6px;
}
.page-case-2020 .interviews .interview .c-left .name {
    display: block;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}
.page-case-2020 .interviews .interview .c-left .position {
    color: #9a9999;
    display: block;
    font-size: 14px;
    font-size: 0.82353rem;
    line-height: 1.25;
}
.page-case-2020 .interviews .interview .c-left .company {
    color: #9a9999;
    display: block;
    font-size: 14px;
    font-size: 0.82353rem;
    line-height: 1.25;
    margin-top: 3px;
}
.page-case-2020 .interviews .interview .c-right {
    width: 80.56640625%;
}
.page-case-2020 .interviews .interview .c-right h2 {
    font-size: 19.999px;
    font-size: 1.17647rem;
    line-height: 23.999px;
    line-height: 1.41176rem;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
}
.page-case-2020 .interviews .interview .c-right h3 {
    font-size: 17px;
    font-size: 1rem;
    line-height: 23.999px;
    line-height: 1.41176rem;
    margin-bottom: 17px;
    margin-bottom: 1rem;
}
.page-case-2020 .interviews .interview .c-right .answer {
    line-height: 23.999px;
    line-height: 1.41176rem;
}
@media only screen and (max-width: 640px) {
    .page-case-2020 .interviews .interview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-case-2020 .interviews .interview .c-left.profile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 1.17647rem;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page-case-2020 .interviews .interview .c-left.profile .image-wrapper {
        border-radius: 35px;
        height: 70px;
        margin-left: 0.41176rem;
        overflow: hidden;
        width: 70px;
    }
    .page-case-2020 .interviews .interview .c-left.profile .details-wrapper {
        -ms-flex-item-align: center;
        align-self: center;
        margin-left: 0.76471rem;
        margin-top: 0.58824rem;
    }
    .page-case-2020 .interviews .interview .c-right {
        width: 100%;
    }
}
.page-case-2020 .interviews.screens {
    margin: 34px 0;
    margin: 2rem 0;
    padding: 36px 0 37.999px;
    padding: 2.11765rem 0 2.23529rem;
}
.page-case-2020 .interviews.screens .section {
    max-width: none;
}
.page-case-2020 .interviews.screens .section .row .c8 {
    margin: 0 auto;
    max-width: 1023.999px;
    max-width: 60.23529rem;
}
.page-case-2020 .interviews.screens .section .row .c8.fullwidth {
    max-width: none;
}
.page-case-2020 .interviews.screens .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}
.page-case-2020 .interviews.screens .slides .spacer {
    height: 17px;
    height: 1rem;
    margin: 19.999px;
    margin: 1.17647rem;
    max-width: 720px;
    width: 100%;
}
.page-case-2020 .interviews.screens .slides.phone-v .img-box,
.page-case-2020 .interviews.screens .slides.phone-h .img-box,
.page-case-2020 .interviews.screens .slides.tablet-v .img-box,
.page-case-2020 .interviews.screens .slides.tablet-h .img-box {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 19.999px;
    margin: 1.17647rem;
    max-width: 720px;
}
.page-case-2020 .interviews.screens .slides.phone-v .img-box:first-child,
.page-case-2020 .interviews.screens .slides.phone-h .img-box:first-child,
.page-case-2020 .interviews.screens .slides.tablet-v .img-box:first-child,
.page-case-2020 .interviews.screens .slides.tablet-h .img-box:first-child {
    margin-left: 0;
}
.page-case-2020 .interviews.screens .slides.phone-v .img-box:last-child,
.page-case-2020 .interviews.screens .slides.phone-h .img-box:last-child,
.page-case-2020 .interviews.screens .slides.tablet-v .img-box:last-child,
.page-case-2020 .interviews.screens .slides.tablet-h .img-box:last-child {
    margin-right: 0;
}
.page-case-2020 .interviews.screens .slides.phone-v .img-box img,
.page-case-2020 .interviews.screens .slides.phone-h .img-box img,
.page-case-2020 .interviews.screens .slides.tablet-v .img-box img,
.page-case-2020 .interviews.screens .slides.tablet-h .img-box img {
    margin: 0;
    width: 100%;
}
.page-case-2020 .interviews.screens .slides.phone-v .img-box {
    -ms-flex-preferred-size: calc(33.3333333333% - 10px);
    flex-basis: calc(33.3333333333% - 10px);
    max-width: 480px;
}
.page-case-2020 .interviews.screens .slides.phone-v .img-box img {
    max-width: 480px;
}
.page-case-2020 .interviews.screens .slides.phone-v .spacer {
    max-width: 480px;
}
.page-case-2020 .interviews.screens .slides.phone-h.desktop img {
    max-width: 720px;
    width: 100%;
}
.page-case-2020 .interviews.screens .slides.phone-h.mobile {
    display: none;
}
.page-case-2020 .interviews.screens .slides.tablet-v img,
.page-case-2020 .interviews.screens .slides.tablet-h img {
    max-width: 720px;
    width: 100%;
}
@media only screen and (max-width: 640px) {
    .page-case-2020 .interviews.screens {
        margin: 2rem 0 3.5rem;
        padding: 2.11765rem 0 2.23529rem;
    }
    .page-case-2020 .interviews.screens .section .row .c8 {
        padding: 0;
    }
    .page-case-2020 .interviews.screens .slides {
        display: block;
        margin: 0;
        text-align: center;
    }
    .page-case-2020 .interviews.screens .slides.phone-v .img-box img:first-child,
    .page-case-2020 .interviews.screens .slides.phone-h .img-box img:first-child,
    .page-case-2020 .interviews.screens .slides.tablet-v .img-box img:first-child,
    .page-case-2020 .interviews.screens .slides.tablet-h .img-box img:first-child {
        margin-left: auto;
    }
    .page-case-2020 .interviews.screens .slides.phone-v .img-box img:last-child,
    .page-case-2020 .interviews.screens .slides.phone-h .img-box img:last-child,
    .page-case-2020 .interviews.screens .slides.tablet-v .img-box img:last-child,
    .page-case-2020 .interviews.screens .slides.tablet-h .img-box img:last-child {
        margin-right: auto;
    }
    .page-case-2020 .interviews.screens .slides.phone-v img,
    .page-case-2020 .interviews.screens .slides.phone-h img,
    .page-case-2020 .interviews.screens .slides.tablet-v img,
    .page-case-2020 .interviews.screens .slides.tablet-h img {
        height: auto;
        margin: 0;
        padding: 0 0.76471rem;
        width: 100%;
    }
    .page-case-2020 .interviews.screens .slides.phone-v img:first-child,
    .page-case-2020 .interviews.screens .slides.phone-h img:first-child,
    .page-case-2020 .interviews.screens .slides.tablet-v img:first-child,
    .page-case-2020 .interviews.screens .slides.tablet-h img:first-child {
        margin-left: 0;
    }
    .page-case-2020 .interviews.screens .slides.phone-v img:last-child,
    .page-case-2020 .interviews.screens .slides.phone-h img:last-child,
    .page-case-2020 .interviews.screens .slides.tablet-v img:last-child,
    .page-case-2020 .interviews.screens .slides.tablet-h img:last-child {
        margin-right: 0;
    }
    .page-case-2020 .interviews.screens .slides.phone-h.desktop {
        display: none;
    }
    .page-case-2020 .interviews.screens .slides.phone-h.mobile {
        display: block;
    }
}
@media only screen and (max-width: 640px) {
    .page-case-2020 .interviews.screens .slides ul.slick-dots {
        bottom: -70px;
        font-size: 0.88235rem;
        font-style: italic;
        font-weight: 400;
        line-height: 1.11765rem;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .page-case-2020 .interviews.screens .slides ul.slick-dots > li {
        margin: 0 2px;
        padding-bottom: 0;
        padding-left: 0;
    }
    .page-case-2020 .interviews.screens .slides ul.slick-dots > li:before {
        display: none;
    }
    .page-case-2020 .interviews.screens .slides ul.slick-dots > li button {
        background: transparent;
        border: 0;
        color: transparent;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 20px;
        line-height: 0;
        outline: none;
        padding: 5px;
        width: 20px;
    }
    .page-case-2020 .interviews.screens .slides ul.slick-dots > li button:before {
        border: 0;
        border-radius: 0;
        content: "•";
        display: inline-block;
        font-size: 1.64706rem;
        height: 20px;
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        top: 0;
        width: 20px;
    }
}
.page-case-2020 .further-insights .headline {
    font-size: 30px;
    font-size: 1.76471rem;
}
.page-case-2020 .further-insights .related-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 17px;
    margin-bottom: 1rem;
}
.page-case-2020 .further-insights .related-list .related-item {
    margin-bottom: 13px;
    margin-bottom: 0.76471rem;
    margin-left: 1.26953125%;
    margin-right: 1.26953125%;
    width: 14.55078125%;
}
.page-case-2020 .further-insights .related-list .related-item:nth-child(6n-5) {
    margin-left: 0;
}
.page-case-2020 .further-insights .related-list .related-item:nth-child(6n + 6) {
    margin-right: 0;
}
.page-case-2020 .further-insights .related-list .related-item .related-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.page-case-2020 .further-insights .card.layer3 > .card-inner.case-2020:before,
.page-case-2020 .further-insights .card.layer3 > .card-inner.case-2020:after {
    pointer-events: none;
}
@media (max-width: 460px) {
    .page-case-2020 .further-insights .headline {
        font-size: 1.76471rem;
    }
    .page-case-2020 .further-insights .related-list .related-item {
        margin-left: 1.26953125%;
        margin-right: 1.26953125%;
        width: 31.640625%;
    }
    .page-case-2020 .further-insights .related-list .related-item:nth-child(3n-2) {
        margin-left: 0;
    }
    .page-case-2020 .further-insights .related-list .related-item:nth-child(3n + 3) {
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .page-case-2020 #page {
        padding-bottom: 0;
    }
    .page-case-2020 .post .post-body .interview .profile {
        margin-right: 0.76471rem;
    }
    .page-case-2020 .post .post-body .meta h2,
    .page-case-2020 .post .post-body .meta h4 {
        margin-bottom: 7px;
    }
    .page-case-2020 .post .sidebar {
        border-radius: 0;
        padding: 1.17647rem 0.76471rem 0rem;
    }
}
:root {
    --first-img-box-half-width: -30px;
    --last-img-box-half-width: -30px;
}
.page-case-2024 {
    color: #212121;
}
.page-case-2024 #page {
    background-color: #fff;
}
.page-case-2024 #page h1,
.page-case-2024 #page h2,
.page-case-2024 #page h3 {
    position: static;
}
.page-case-2024 #page .row {
    margin: 0;
}
.page-case-2024 #page .row:before,
.page-case-2024 #page .row:after {
    content: none;
}
.page-case-2024 #page .c8 {
    float: none;
}
.page-case-2024 #page .c8.fullwidth {
    max-width: none;
}
.page-case-2024 #page .c24-text-body h2 {
    line-height: 1.125;
    margin: 0.5em 0 0.5em 0;
}
.page-case-2024 #page .c24-text-body h2 + p {
    margin: 2.25em 0 0.5em 0;
}
.page-case-2024 #page .c24-text-body h3 {
    font-size: 19.999px;
    font-size: 1.17647rem;
    font-weight: 500;
    margin: 2em 0 1em;
}
@media (min-width: 769px) {
    .page-case-2024 #page .c24-text-body h3 {
        font-size: 1.41176rem;
    }
}
.page-case-2024 #page .c24-text-body p,
.page-case-2024 #page .c24-text-body ul {
    font-weight: 300;
    margin: 22px 0;
    margin: 1.29412rem 0rem;
}
.page-case-2024 #page .c24-text-body p strong,
.page-case-2024 #page .c24-text-body ul strong {
    font-weight: 500;
}
.page-case-2024 #page .c24-text-body ul > li {
    margin-left: 5px;
    margin-left: 0.29412rem;
}
@media (min-width: 769px) {
    .page-case-2024 #page .c24-text-body ul > li {
        margin-left: 0.58824rem;
    }
}
.page-case-2024 #page .c24-text-body ul > li:before {
    margin-left: -17px;
    margin-left: -1rem;
    margin-right: 8.999px;
    margin-right: 0.52941rem;
}
@media (min-width: 769px) {
    .page-case-2024 #page .c24-text-body ul > li:before {
        margin-left: -1.29412rem;
        margin-right: 0.82353rem;
    }
}
.page-case-2024 .c24-header .section {
    max-width: 1229.999px;
    max-width: 72.35294rem;
}
.page-case-2024 .c24-header .section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
}
@media (min-width: 1024px) {
    .page-case-2024 .c24-header .section .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (min-width: 1024px) {
    .page-case-2024 .c24-header .image {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        max-width: 42%;
        padding-top: 4.70588rem;
    }
}
.page-case-2024 .c24-header .image img {
    display: block;
    margin: 0 auto;
    max-width: 540px;
    max-width: 31.76471rem;
    width: 105%;
}
.page-case-2024 .c24-header .text {
    padding-top: 99.999px;
    padding-top: 5.88235rem;
}
@media (min-width: 769px) {
    .page-case-2024 .c24-header .text {
        max-width: 58%;
        min-width: 37.64706rem;
        padding-top: 5.88235rem;
    }
}
@media (min-width: 1024px) {
    .page-case-2024 .c24-header .text {
        padding-top: 10.58824rem;
    }
}
.page-case-2024 .c24-header .text .title {
    font-size: 39.999px;
    font-size: 2.35294rem;
    line-height: 1.15;
    margin-bottom: 10px;
    margin-bottom: 0.58824rem;
}
@media (min-width: 769px) {
    .page-case-2024 .c24-header .text .title {
        font-size: 4.70588rem;
        margin-bottom: 0.82353rem;
    }
}
.page-case-2024 .c24-header .text .subtitle {
    font-size: 22.429px;
    font-size: 1.31941rem;
    line-height: 1.15;
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
}
.page-case-2024 .c24-4-tiles .section {
    padding-top: 70px;
    padding-top: 4.11765rem;
    padding-bottom: 85px;
    padding-bottom: 5rem;
}
.page-case-2024 .c24-4-tiles .section .tiles {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 37.999px;
    gap: 2.23529rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 39.999px;
    margin: 0rem 0rem 2.35294rem;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
}
.page-case-2024 .c24-4-tiles .section .tiles .tile {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #fff;
    border-radius: 0.58824rem;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 399.999px;
    max-width: 23.52941rem;
    padding: 25px 19.999px 30px 19.999px;
    padding: 1.47059rem 1.17647rem 1.76471rem 1.17647rem;
    text-align: center;
    width: 100%;
}
.page-case-2024 .c24-4-tiles .section .tiles .tile .text {
    line-height: 1.25;
    margin: 0;
    padding: 0;
}
.page-case-2024 .c24-4-tiles .section .tiles .tile .text.super {
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 700;
}
.page-case-2024 .c24-4-tiles .section .tiles .tile .text.main {
    font-size: 50px;
    font-size: 2.94118rem;
    font-weight: 500;
}
.page-case-2024 .c24-4-tiles .section .tiles .tile .text.sub {
    font-size: 17.999px;
    font-size: 1.05882rem;
    font-weight: 500;
}
.page-case-2024 .c24-4-tiles .section .tiles .tile .svg {
    height: 45px;
    height: 2.64706rem;
    width: auto;
    margin: 10px 0 0.999px;
    margin: 0.58824rem 0rem 0.05882rem;
}
.page-case-2024 .c24-4-tiles .section .footnote {
    text-align: center;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
    color: #757575;
}
.page-case-2024 .c24-4-tiles .section .footnote p {
    max-width: 60%;
    margin: 0 auto;
}
.page-case-2024 .c24-2-tiles .section {
    padding-top: 70px;
    padding-top: 4.11765rem;
    padding-bottom: 85px;
    padding-bottom: 5rem;
}
.page-case-2024 .c24-2-tiles .section .tiles {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 37.999px 73px;
    gap: 2.23529rem 4.29412rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 39.999px;
    margin: 0rem 0rem 2.35294rem;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
}
.page-case-2024 .c24-2-tiles .section .tiles .tile {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #fff;
    border-radius: 0.58824rem;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 -2px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 -2px 4px 0 rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 430px;
    max-width: 25.29412rem;
    padding: 25px 19.999px 30px 19.999px;
    padding: 1.47059rem 1.17647rem 1.76471rem 1.17647rem;
    text-align: center;
    width: 100%;
}
.page-case-2024 .c24-2-tiles .section .tiles .tile .text {
    line-height: 1.25;
    margin: 0;
    padding: 0;
}
.page-case-2024 .c24-2-tiles .section .tiles .tile .text.main {
    font-size: 59.999px;
    font-size: 3.52941rem;
    font-weight: 500;
}
.page-case-2024 .c24-2-tiles .section .tiles .tile .text.sub {
    font-size: 19.999px;
    font-size: 1.17647rem;
    font-weight: 500;
}
.page-case-2024 .c24-full-width-text .section {
    padding: 30px 0 39.999px;
    padding: 1.76471rem 0rem 2.35294rem;
    position: static;
}
@media (min-width: c24-outro-bp) {
    .page-case-2024 .c24-full-width-text .section {
        padding: 4.11765rem 0rem 5rem;
    }
}
.page-case-2024 .c24-text-image .section {
    padding: 30px 0 39.999px;
    padding: 1.76471rem 0rem 2.35294rem;
    position: static;
}
@media (min-width: 769px) {
    .page-case-2024 .c24-text-image .section {
        padding: 2.35294rem 0rem 2.94118rem;
    }
}
.page-case-2024 .c24-text-image .section .flex-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 769px) {
    .page-case-2024 .c24-text-image .section .flex-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.page-case-2024 .c24-text-image .section .text,
.page-case-2024 .c24-text-image .section .image {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
}
.page-case-2024 .c24-text-image .section .image img {
    max-width: 487.999px;
    max-width: 28.70588rem;
}
.page-case-2024 .c24-svg-graphic {
    padding: 19.999px 0 19.999px;
    padding: 1.17647rem 0rem 1.17647rem;
}
@media (min-width: 769px) {
    .page-case-2024 .c24-svg-graphic {
        padding: 2.35294rem 0rem 2.35294rem;
    }
}
.page-case-2024 .c24-svg-graphic .image .desktop {
    display: none;
}
@media (min-width: 769px) {
    .page-case-2024 .c24-svg-graphic .image .desktop {
        display: block;
    }
}
.page-case-2024 .c24-svg-graphic .image .mobile {
    display: block;
}
@media (min-width: 769px) {
    .page-case-2024 .c24-svg-graphic .image .mobile {
        display: none;
    }
}
.page-case-2024 .c24-svg-graphic .image .desktop.mobile {
    display: block;
}
.page-case-2024 .c24-image-slider {
    margin: 34px 0 59.5px;
    margin: 2rem 0 3.5rem;
    padding: 36px 0 37.999px;
    padding: 2.11765rem 0 2.23529rem;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth {
    padding: 0;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides {
    display: block;
    margin: 0;
    text-align: center;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides .img-box {
    padding-bottom: 30px;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides .img-box:first-child {
    margin-left: 0;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides .img-box:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides .img-box img {
    max-width: 80%;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides .img-box img:first-child {
    margin-left: auto;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides .img-box img:last-child {
    margin-right: auto;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides ul.slick-dots {
    bottom: 0;
    bottom: 0rem;
    font-size: 14.999px;
    font-size: 0.88235rem;
    font-style: italic;
    font-weight: 400;
    line-height: 19px;
    line-height: 1.11765rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides ul.slick-dots > li {
    margin: 0 2px;
    padding-bottom: 0;
    padding-left: 0;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides ul.slick-dots > li:before {
    display: none;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides ul.slick-dots > li button {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: none;
    padding: 5px;
}
.page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides ul.slick-dots > li button:before {
    border: 0;
    border-radius: 0;
    content: "•";
    display: inline-block;
    font-size: 28px;
    font-size: 1.64706rem;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-image-slider {
        margin: 2rem 0;
        padding: 2.11765rem 0 2.23529rem;
    }
    .page-case-2024 .c24-image-slider .section {
        max-width: none;
    }
    .page-case-2024 .c24-image-slider .section .row .c8.fullwidth {
        margin: 0 auto;
        max-width: none;
        overflow: hidden;
    }
    .page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 100%;
        padding: 0;
    }
    .page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides .img-box {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin: 1.17647rem 0.58824rem;
        max-width: 720px;
    }
    .page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides .img-box:first-child {
        margin-left: var(--first-img-box-half-width);
    }
    .page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides .img-box:nth-child(8) {
        margin-right: var(--last-img-box-half-width);
    }
    .page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides .img-box:nth-child(n + 9) {
        display: none;
    }
    .page-case-2024 .c24-image-slider .section .row .c8.fullwidth .slides .img-box img {
        margin: 0;
        width: 100%;
    }
}
.page-case-2024 .c24-interview.client {
    background-color: #f8f8f8;
    margin: 23.999px 0 59.999px;
    margin: 1.41176rem 0 3.52941rem;
    padding: 48px 0 0.999px;
    padding: 2.82353rem 0 0.05882rem;
}
.page-case-2024 .c24-interview .section .row .c8 .headline {
    font-size: 23.999px;
    font-size: 1.41176rem;
    font-weight: 500;
    margin-bottom: 23.999px;
    margin-bottom: 1.41176rem;
}
.page-case-2024 .c24-interview .more-button {
    margin-bottom: 17px;
    margin-bottom: 1rem;
    margin-top: -8.5px;
    margin-top: -0.5rem;
}
.page-case-2024 .c24-interview .interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-interview .interview {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.page-case-2024 .c24-interview .interview .c-left {
    width: 100%;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-interview .interview .c-left {
        margin-right: 4.8828125%;
        width: 14.55078125%;
    }
}
.page-case-2024 .c24-interview .interview .c-left.profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-case-2024 .c24-interview .interview .c-left.profile .image-wrapper {
    border-radius: 35px;
    height: 70px;
    margin-left: 6.999px;
    margin-left: 0.41176rem;
    overflow: hidden;
    width: 70px;
}
.page-case-2024 .c24-interview .interview .c-left.profile .image-wrapper img {
    border-radius: 6px;
}
.page-case-2024 .c24-interview .interview .c-left.profile .details-wrapper {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 13px;
    margin-left: 0.76471rem;
    margin-top: 10px;
    margin-top: 0.58824rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.page-case-2024 .c24-interview .interview .c-left.profile .details-wrapper .name {
    display: block;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.page-case-2024 .c24-interview .interview .c-left.profile .details-wrapper .position {
    color: #9a9999;
    display: block;
    font-size: 14px;
    font-size: 0.82353rem;
    line-height: 1.25;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.page-case-2024 .c24-interview .interview .c-left.profile .details-wrapper .company {
    color: #9a9999;
    display: block;
    font-size: 14px;
    font-size: 0.82353rem;
    line-height: 1.25;
    margin-top: 3px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-interview .interview .c-left.profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 4.8828125%;
        width: 14.55078125%;
    }
    .page-case-2024 .c24-interview .interview .c-left.profile .image-wrapper {
        border-radius: 0;
        height: auto;
        margin-left: 0;
        overflow: visible;
        width: auto;
    }
    .page-case-2024 .c24-interview .interview .c-left.profile .details-wrapper {
        -ms-flex-item-align: auto;
        align-self: auto;
        margin-left: 0;
        margin-top: 0;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
.page-case-2024 .c24-interview .interview .c-right {
    width: 100%;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-interview .interview .c-right {
        width: 80.56640625%;
    }
}
.page-case-2024 .c24-interview .interview .c-right h2 {
    font-size: 19.999px;
    font-size: 1.17647rem;
    line-height: 23.999px;
    line-height: 1.41176rem;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
}
.page-case-2024 .c24-interview .interview .c-right h3 {
    font-size: 17px;
    font-size: 1rem;
    line-height: 23.999px;
    line-height: 1.41176rem;
    margin-bottom: 17px;
    margin-bottom: 1rem;
}
.page-case-2024 .c24-interview .interview .c-right .answer {
    line-height: 23.999px;
    line-height: 1.41176rem;
}
.page-case-2024 .c24-intro {
    padding-top: 19.999px;
    padding-top: 1.17647rem;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-intro {
        padding-top: 5.88235rem;
    }
}
.page-case-2024 .c24-intro .intro-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 34px;
    margin-bottom: 2rem;
}
.page-case-2024 .c24-intro .intro-content .c-left {
    display: none;
    margin-right: 4.8828125%;
    width: 14.55078125%;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-intro .intro-content .c-left {
        display: block;
    }
}
.page-case-2024 .c24-intro .intro-content .c-left img {
    border-radius: 14%;
}
.page-case-2024 .c24-intro .intro-content .c-right {
    width: 100%;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-intro .intro-content .c-right {
        width: 80.56640625%;
    }
}
.page-case-2024 .c24-intro .intro-content .c-right .section-header {
    margin-top: 5px;
    margin-top: 0.29412rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-intro .intro-content .c-right .section-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 23.999px;
    margin-right: 1.41176rem;
}
.page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner {
    margin-bottom: 31.999px;
    margin-bottom: 1.88235rem;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner {
        margin-bottom: 2.64706rem;
    }
}
.page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .title {
    left: 0;
    font-size: 23.999px;
    font-size: 1.41176rem;
    margin-bottom: 2.999px;
    margin-bottom: 0.17647rem;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .title {
        font-size: 2.47059rem;
        margin-bottom: 0.23529rem;
    }
}
.page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .subline {
    font-size: 17px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 5.999px;
    margin-bottom: 0.35294rem;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .subline {
        font-size: 1.41176rem;
        font-weight: 300;
        margin-bottom: 0.88235rem;
    }
}
.page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .company {
    color: #9a9999;
    margin: 0;
    font-size: 14px;
    font-size: 0.82353rem;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .company {
        font-size: 0.94118rem;
    }
}
.page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .body,
.page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-inner .body p {
    line-height: 23.999px;
    line-height: 1.41176rem;
}
.page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-logo-mobile {
    display: block;
}
.page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-logo-mobile img {
    height: 70px;
    margin-right: 19.999px;
    margin-right: 1.17647rem;
    width: 70px;
    border-radius: 14%;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-intro .intro-content .c-right .section-header .section-header-text .section-header-text-logo-mobile {
        display: none;
    }
}
.page-case-2024 .c24-intro .intro-content .c-right .section-body ol {
    color: #e52b38;
}
.page-case-2024 .c24-intro .intro-content .c-right .section-body hr {
    background-color: #757575;
    height: 0.999px;
    height: 0.05882rem;
    border: 0;
    margin: 1.5em 0;
}
.page-case-2024 .c24-intro .intro-content .c-right .section-body h2 {
    font-weight: 500;
    font-size: 22px;
    font-size: 1.29412rem;
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
}
@media (min-width: 641px) {
    .page-case-2024 .c24-intro .intro-content .c-right .section-body h2 {
        margin-bottom: 2.35294rem;
    }
}
.page-case-2024 .c24-intro .intro-content .c-right .section-body h3 {
    font-weight: 300;
    font-size: 22px;
    font-size: 1.29412rem;
}
.page-case-2024 .c24-outro .section {
    padding: 30px 0 39.999px;
    padding: 1.76471rem 0rem 2.35294rem;
    position: static;
}
@media (min-width: c24-outro-bp) {
    .page-case-2024 .c24-outro .section {
        padding: 2.35294rem 0rem 2.94118rem;
    }
}
.page-case-2024 .c24-outro .section .row .c8.c24-text-body {
    margin-bottom: 39.999px;
    margin-bottom: 2.35294rem;
}
.page-case-2024 .c24-outro .section .row .c8.c24-text-body h2 {
    margin-top: 0;
}
.page-case-2024 .c24-outro .section .row .c8.c24-text-body h2 + p {
    margin-top: 1.25em !important;
}
.page-case-2024 .c24-outro .section .row .c8.profile {
    margin: 50px 0 39.999px;
    margin: 2.94118rem 0rem 2.35294rem;
}
.page-case-2024 .c24-outro .section .row .c8.profile .image-wrapper img {
    max-width: 206.999px;
    max-width: 12.17647rem;
    width: 100%;
    height: auto;
}
.page-case-2024 .c24-outro .section .row .c8.profile .details-wrapper {
    margin-top: 10px;
    margin-top: 0.58824rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.page-case-2024 .c24-outro .section .row .c8.profile .details-wrapper .name {
    display: block;
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 500;
    line-height: 1.5;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.page-case-2024 .c24-outro .section .row .c8.profile .details-wrapper .position {
    color: #9a9999;
    display: block;
    font-size: 17.999px;
    font-size: 1.05882rem;
    line-height: 1.25;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.page-case-2024 .c24-outro .section .row .c8.more-button .button:before,
.page-case-2024 .c24-outro .section .row .c8.more-button .button:after {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-cases .cases {
    overflow: hidden;
    background-color: #f8f8f8;
}
.page-cases .cases .intro-text {
    z-index: 99;
}
.page-cases .cases .clients {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-cases .cases .clients .client {
    display: inline-block;
    width: 130px;
    height: 78px;
    margin: 0 25.999px 25.999px 0;
    margin: 0rem 1.52941rem 1.52941rem 0rem;
    vertical-align: top;
    background-color: #f8f8f8;
    pointer-events: none;
}
.page-cases .cases .clients .client img {
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain";
}
.page-cases .cases .clients .caption {
    text-indent: 62px;
}
.page-cases .cases .clients .track-nav {
    top: 0;
    right: auto;
    margin: -33px -5px 0;
}
.page-cases .cases .clients .track-nav .prev,
.page-cases .cases .clients .track-nav .next {
    width: 22px;
    height: 22px;
    margin: 0 5px;
    line-height: 22px;
}
.page-cases .cases .clients .track-nav .right-icon,
.page-cases .cases .clients .track-nav .left-icon {
    position: relative;
    top: -1px;
    left: -6px;
    padding: 0;
}
.page-cases .cases .clients:before {
    content: "";
    position: absolute;
    z-index: 9;
    top: 0;
    left: -9999px;
    bottom: 0;
    width: 9999px;
    margin-left: -62px;
    background-color: #f8f8f8;
}
.page-cases .cases .case-teaser {
    margin-top: 79.999px;
    margin-top: 4.70588rem;
    padding-top: 19.999px;
    padding-top: 1.17647rem;
    padding-bottom: 93.999px;
    padding-bottom: 5.52941rem;
}
.page-cases .cases .case-teaser .row {
    margin: 0;
}
.page-cases .cases .card.track-item {
    width: 276px;
    height: 408px;
    margin-right: 6%;
}
.page-cases .cases .case {
    width: 100%;
    height: 100%;
}
.page-cases .cases .case .splashscreen {
    pointer-events: none;
}
@media (max-width: 1024px) {
    .page-cases .cases .clients {
        padding-bottom: 5.41176rem;
    }
    .page-cases .cases .clients .caption {
        text-indent: 0;
    }
    .page-cases .cases .case-teaser .track-rail {
        margin-right: 13px;
        margin-left: 13px;
    }
}
.page-cases-2021 .cases-large .card-2021 {
    -webkit-box-shadow: 2px 5px 21px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 5px 21px rgba(0, 0, 0, 0.18);
    -webkit-transition: -webkit-transform 140ms ease-out, -webkit-box-shadow 140ms ease-out;
    transition: -webkit-transform 140ms ease-out, -webkit-box-shadow 140ms ease-out;
    transition: transform 140ms ease-out, box-shadow 140ms ease-out;
    transition: transform 140ms ease-out, box-shadow 140ms ease-out, -webkit-transform 140ms ease-out, -webkit-box-shadow 140ms ease-out;
}
@media (min-width: 1025px) {
    .page-cases-2021 .cases-large .card-2021:hover {
        -webkit-box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.12);
        box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.12);
        -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}
.page-cases-2021 .cases-small .case .case-inner {
    -webkit-box-shadow: 2px 5px 14px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 5px 14px rgba(0, 0, 0, 0.5);
    -webkit-transition: -webkit-transform 140ms ease-out, -webkit-box-shadow 140ms ease-out;
    transition: -webkit-transform 140ms ease-out, -webkit-box-shadow 140ms ease-out;
    transition: transform 140ms ease-out, box-shadow 140ms ease-out;
    transition: transform 140ms ease-out, box-shadow 140ms ease-out, -webkit-transform 140ms ease-out, -webkit-box-shadow 140ms ease-out;
}
@media (min-width: 1025px) {
    .page-cases-2021 .cases-small .case .case-inner:hover {
        -webkit-box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.35);
        box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.35);
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
.page-cases-2021 .intro.section {
    margin-bottom: 10px;
    margin-bottom: 0.58824rem;
}
@media (max-width: 767px) {
    .page-cases-2021 .intro.section h1 {
        margin-bottom: 0.58824rem;
    }
}
.page-cases-2021 .cases-large {
    background-color: #fff;
}
.page-cases-2021 .cases-large .swiper-container {
    padding-left: 22px;
    padding-left: 1.29412rem;
    padding-right: 22px;
    padding-right: 1.29412rem;
}
@media (min-width: 1164px) {
    .page-cases-2021 .cases-large .swiper-container {
        padding-left: 4.11765rem;
        padding-right: 2.05882rem;
    }
}
.page-cases-2021 .cases-large .swiper-slide {
    height: auto;
    max-width: 1023.999px;
    max-width: 60.23529rem;
    padding: 19.999px 0 25px;
    padding: 1.17647rem 0 1.47059rem;
}
@media (min-width: 768px) {
    .page-cases-2021 .cases-large .swiper-slide {
        padding: 2.35294rem 0 2.64706rem;
    }
}
@media (min-width: 1164px) {
    .page-cases-2021 .cases-large .swiper-slide {
        padding-right: 2.05882rem;
    }
}
.page-cases-2021 .cases-large .swiper-slide .card-2021 {
    height: 100%;
}
.page-team .about {
    margin-bottom: 5px;
    margin-bottom: 0.29412rem;
    overflow: hidden;
}
.page-team .bereich {
    margin-bottom: 5px;
    margin-bottom: 0.29412rem;
    overflow: hidden;
}
.page-team .bereich .social-links {
    height: 32px;
    margin-top: 8px;
    margin-bottom: -10px;
}
.page-team .bereich .social-links div {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: relative;
    padding: 7px;
    margin-right: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.page-team .bereich .social-links div:active,
.page-team .bereich .social-links div:hover,
.page-team .bereich .social-links div:focus {
    background-color: rgba(0, 0, 0, 0.45);
}
.page-team .bereich .social-links svg {
    fill: white;
    height: auto;
    width: 55%;
    position: absolute;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .page-team .bereich .intro.header-small {
        width: 100%;
    }
    .page-team .bereich .intro.header-large h2,
    .page-team .bereich .intro.header-large .body {
        width: 100%;
    }
    .page-team .bereich .profiles {
        margin-left: auto;
        margin-right: auto;
        max-width: 37.64706rem;
    }
    .page-team .bereich .profiles .profile.person {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .page-team .bereich .intro.header-small {
        width: 100%;
    }
    .page-team .bereich .profiles {
        margin-left: auto;
        margin-right: auto;
        max-width: 46.32353rem;
    }
    .page-team .bereich .profiles .profile.person {
        width: 33.33333%;
    }
}
@media only screen and (min-width: 1024px) {
    .page-team .bereich .intro.header-small {
        width: 50%;
    }
    .page-team .bereich .intro.header-small:before {
        content: "";
        display: block;
        height: 0;
        padding-bottom: calc(66% - 0.76471rem);
    }
    .page-team .bereich .intro.header-small .intro-inner {
        bottom: 0.76471rem;
        left: 0.76471rem;
        max-height: 18.62747rem;
        position: absolute;
        right: 0.76471rem;
        top: 0.76471rem;
    }
    .page-team .bereich .profiles {
        max-width: none;
    }
    .page-team .bereich .profiles .profile.person {
        width: 25%;
    }
}
.page-team .bereich .intro {
    padding: 13px 13px;
    padding: 0.76471rem 0.76471rem;
    position: relative;
}
.page-team .bereich .intro .intro-inner {
    border-radius: 8px;
    color: #f8f8f8;
    overflow: hidden;
    padding-bottom: 10px;
    padding-bottom: 0.58824rem;
    padding-left: 10px;
    padding-left: 0.58824rem;
    padding-right: 10px;
    padding-right: 0.58824rem;
    padding-top: 19.999px;
    padding-top: 1.17647rem;
    text-align: left;
}
.page-team .bereich .intro .intro-inner:before,
.page-team .bereich .intro .intro-inner:after {
    content: " ";
    display: table;
}
.page-team .bereich .intro .intro-inner:after {
    clear: both;
}
.page-team .bereich .intro .intro-inner a:link,
.page-team .bereich .intro .intro-inner a:visited {
    color: rgba(255, 255, 255, 0.75);
    -webkit-transition: color 280ms ease-out;
    transition: color 280ms ease-out;
}
.page-team .bereich .intro .intro-inner a:hover,
.page-team .bereich .intro .intro-inner a:active,
.page-team .bereich .intro .intro-inner a:focus {
    color: rgb(255, 255, 255);
}
.page-team .bereich .intro .intro-inner h2 {
    color: #f8f8f8;
    font-size: 30px;
    font-size: 1.76471rem;
    font-weight: 500;
    line-height: 34.499px;
    line-height: 2.02941rem;
    margin-bottom: 14px;
    margin-bottom: 0.82353rem;
    margin-top: 14px;
    margin-top: 0.82353rem;
}
.page-team .bereich .intro .intro-inner .body {
    color: #f8f8f8;
    margin-bottom: 10px;
    margin-bottom: 0.58824rem;
    margin-top: 11.999px;
    margin-top: 0.70588rem;
}
.page-team .bereich .intro.page {
    padding-bottom: 48px;
    padding-bottom: 2.82353rem;
    padding-top: 144px;
    padding-top: 8.47059rem;
}
.page-team .bereich.management-marketing .intro .intro-inner,
.page-team .bereich.management-marketing .profiles .profile .portrait,
.page-team .bereich.management-marketing .profiles .profile .logo,
.page-team .bereich.management-marketing .profiles .profile .quote {
    background-color: #e6303d;
}
.page-team .bereich.projektmanagement .intro .intro-inner,
.page-team .bereich.projektmanagement .profiles .profile .portrait,
.page-team .bereich.projektmanagement .profiles .profile .logo,
.page-team .bereich.projektmanagement .profiles .profile .quote {
    background-color: #59a0ea;
}
.page-team .bereich.konzept-design .intro .intro-inner,
.page-team .bereich.konzept-design .profiles .profile .portrait,
.page-team .bereich.konzept-design .profiles .profile .logo,
.page-team .bereich.konzept-design .profiles .profile .quote {
    background-color: #f6b616;
}
.page-team .bereich.entwicklung .intro .intro-inner,
.page-team .bereich.entwicklung .profiles .profile .portrait,
.page-team .bereich.entwicklung .profiles .profile .logo,
.page-team .bereich.entwicklung .profiles .profile .quote {
    background-color: #5bb854;
}
.page-team .bereich.qualitaetssicherung .intro .intro-inner,
.page-team .bereich.qualitaetssicherung .profiles .profile .portrait,
.page-team .bereich.qualitaetssicherung .profiles .profile .logo,
.page-team .bereich.qualitaetssicherung .profiles .profile .quote {
    background-color: #2c476a;
}
.page-team .bereich.app-marketing .intro .intro-inner,
.page-team .bereich.app-marketing .profiles .profile .portrait,
.page-team .bereich.app-marketing .profiles .profile .logo,
.page-team .bereich.app-marketing .profiles .profile .quote {
    background-color: #6a4784;
}
.page-team .bereich.mobile-strategie-und-konzept .intro .intro-inner,
.page-team .bereich.mobile-strategie-und-konzept .profiles .profile .portrait,
.page-team .bereich.mobile-strategie-und-konzept .profiles .profile .logo,
.page-team .bereich.mobile-strategie-und-konzept .profiles .profile .quote {
    background-color: #333;
}
.page-team .bereich.web-und-backendtechnologie .intro .intro-inner,
.page-team .bereich.web-und-backendtechnologie .profiles .profile .portrait,
.page-team .bereich.web-und-backendtechnologie .profiles .profile .logo,
.page-team .bereich.web-und-backendtechnologie .profiles .profile .quote {
    background-color: #e4003d;
}
.page-team .profiles .profile,
.page-team .profiles .intro {
    font-size: 17px;
    font-size: 1rem;
    padding: 13px 13px;
    padding: 0.76471rem 0.76471rem;
    position: relative;
    white-space: normal;
}
.page-team .profiles .profile.join .portrait,
.page-team .profiles .intro.join .portrait {
    border-radius: 8px;
    position: relative;
}
.page-team .profiles .profile.join .portrait.person:before,
.page-team .profiles .intro.join .portrait.person:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 133.3333333333%;
}
.page-team .profiles .profile.join .portrait .msg,
.page-team .profiles .intro.join .portrait .msg {
    bottom: 0;
    color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 23.999px;
    font-size: 1.41176rem;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    line-height: 1.1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.page-team .profiles .profile.join .portrait .msg .msg-inner,
.page-team .profiles .intro.join .portrait .msg .msg-inner {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.page-team .profiles .profile.join .portrait .msg:hover .msg-inner,
.page-team .profiles .intro.join .portrait .msg:hover .msg-inner {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.page-team .profiles .profile.join .portrait .msg svg,
.page-team .profiles .intro.join .portrait .msg svg {
    height: 30px;
    margin-top: 19.999px;
    margin-top: 1.17647rem;
    width: 30px;
}
@media only screen and (min-width: 460px) {
    .page-team .profiles .profile.join .portrait .msg,
    .page-team .profiles .intro.join .portrait .msg {
        font-size: 1.76471rem;
    }
    .page-team .profiles .profile.join .portrait .msg:hover .msg-inner,
    .page-team .profiles .intro.join .portrait .msg:hover .msg-inner {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }
    .page-team .profiles .profile.join .portrait .msg svg,
    .page-team .profiles .intro.join .portrait .msg svg {
        height: 45px;
        margin-top: 1.76471rem;
        width: 45px;
    }
}
.page-team .profiles .profile .portrait,
.page-team .profiles .intro .portrait {
    border-radius: 8px;
}
.page-team .profiles .profile .portrait:before,
.page-team .profiles .intro .portrait:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 133.3333333333%;
}
.page-team .profiles .profile .portrait img,
.page-team .profiles .intro .portrait img {
    border-radius: 8px;
}
.page-team .profiles .profile .meta,
.page-team .profiles .intro .meta {
    min-height: 90.999px;
    min-height: 5.35294rem;
}
.page-team .profiles .profile .meta .name,
.page-team .profiles .intro .meta .name {
    font-size: 19.999px;
    font-size: 1.17647rem;
    margin-bottom: 2.999px;
    margin-bottom: 0.17647rem;
    margin-top: 10px;
    margin-top: 0.58824rem;
}
.page-team .profiles .profile .meta .position,
.page-team .profiles .intro .meta .position {
    color: #171717;
    font-size: 14.999px;
    font-size: 0.88235rem;
}
@media only screen and (min-width: 460px) {
    .page-team .profiles .profile .meta,
    .page-team .profiles .intro .meta {
        min-height: 4rem;
    }
}
@media only screen and (min-width: 580px) {
    .page-team .profiles .profile .meta,
    .page-team .profiles .intro .meta {
        min-height: 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .page-team .profiles .profile .quote,
    .page-team .profiles .intro .quote {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .page-team .profiles .profile .quote,
    .page-team .profiles .intro .quote {
        border-radius: 8px;
        color: #f8f8f8;
        display: block;
        font-size: 0.88235rem;
        height: 0;
        left: 0;
        line-height: 1.29412rem;
        opacity: 0;
        overflow: hidden;
        padding-bottom: 133.3333333%;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: opacity 280ms ease-out;
        transition: opacity 280ms ease-out;
    }
    .page-team .profiles .profile .quote .quote-inner,
    .page-team .profiles .intro .quote .quote-inner {
        padding: 0.58824rem 0.70588rem;
    }
    .page-team .profiles .profile .quote .quote-inner p,
    .page-team .profiles .intro .quote .quote-inner p {
        font-size: 0.88235rem;
    }
    .page-team .profiles .profile .quote .quote-inner p:first-child,
    .page-team .profiles .intro .quote .quote-inner p:first-child {
        margin-top: 0;
    }
    .page-team .profiles .profile .quote .quote-inner p:last-child,
    .page-team .profiles .intro .quote .quote-inner p:last-child {
        margin-bottom: 0;
    }
    .page-team .profiles .profile .quote:hover,
    .page-team .profiles .intro .quote:hover {
        opacity: 1;
    }
}
.page-team .network {
    background-color: #212121;
    color: #f8f8f8;
    padding-bottom: 87.999px;
    padding-bottom: 5.17647rem;
}
.page-team .network h1,
.page-team .network h2,
.page-team .network h3,
.page-team .network h4,
.page-team .network h5,
.page-team .network h6 {
    color: #fff;
}
.page-team .network h2 {
    left: 0;
}
.page-team .network .intro {
    padding-top: 87.999px;
    padding-top: 5.17647rem;
}
.page-team .network .desc > * {
    display: inline;
}
@media (max-width: 1024px) {
    .network .partner {
        margin-bottom: 5.64706rem;
    }
    .network .partner:last-child {
        margin-bottom: 0;
    }
}
.page-team .about.partner .intro {
    padding-top: 39.999px;
    padding-top: 2.35294rem;
}
.page-team .about.partner h2 {
    font-size: 30px;
    font-size: 1.76471rem;
    line-height: 31px;
    line-height: 1.82353rem;
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
    top: -5px;
    top: -0.29412rem;
}
@media only screen and (min-width: 768px) {
    .page-team .about.partner h2 {
        font-size: 2.82353rem;
        line-height: 3.05882rem;
        margin-bottom: 1.41176rem;
        top: -0.58824rem;
    }
}
.page-team .bereich .profiles .profile.partner {
    width: 100%;
}
.page-team .bereich .profiles .profile.partner .logo {
    border-radius: 8px;
    min-height: 150px;
    min-height: 8.82353rem;
    padding-bottom: 0;
    position: relative;
}
.page-team .bereich .profiles .profile.partner .logo .logo-inner {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.page-team .bereich .profiles .profile.partner .logo .logo-inner img {
    -ms-flex-item-align: center;
    align-self: center;
    height: auto;
    width: 320px;
    width: 18.82353rem;
}
@media only screen and (min-width: 1024px) {
    .page-team .bereich .profiles .profile.partner .logo {
        padding-bottom: calc(66% - 0.76471rem);
    }
}
@media only screen and (min-width: 1024px) {
    .page-team .bereich .profiles .profile.partner {
        width: 50%;
    }
}
.page-team .bereich:nth-child(odd) .profile.partner {
    float: right;
}
body.modal-open {
    overflow: hidden;
}
body.modal-open #slaask-button {
    display: none;
}
.page-team .profile.modal {
    background-color: #f8f8f8;
    display: block;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 8% 6%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.page-team .profile.modal.hidden {
    display: none;
}
.page-team .profile.modal svg {
    fill: #e52b38;
    position: absolute;
    right: 8px;
    right: 0.47059rem;
    top: 8px;
    top: 0.47059rem;
}
.page-team .profile.modal .modal-inner {
    color: #171717;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: 220px;
    min-width: 12.94118rem;
    width: 50%;
}
.page-team .profile.modal .modal-inner .image {
    border-radius: 8px;
    overflow: hidden;
}
.page-team .profile.modal .modal-inner .image img {
    display: block;
}
.page-team .profile.modal .modal-inner .name {
    font-size: 19.999px;
    font-size: 1.17647rem;
    font-weight: 500;
    line-height: 22.999px;
    line-height: 1.35294rem;
    margin-bottom: 2.999px;
    margin-bottom: 0.17647rem;
    margin-top: 17.999px;
    margin-top: 1.05882rem;
}
.page-team .profile.modal .modal-inner .position {
    font-size: 14.999px;
    font-size: 0.88235rem;
    line-height: 22px;
    line-height: 1.29412rem;
    margin-bottom: 14.999px;
    margin-bottom: 0.88235rem;
}
.page-team .profile.modal .modal-inner .quote {
    font-size: 14.999px;
    font-size: 0.88235rem;
    line-height: 22px;
    line-height: 1.29412rem;
    margin-bottom: 14.999px;
    margin-bottom: 0.88235rem;
}
.page-team .profile.modal .modal-inner .quote p {
    font-size: 14.999px;
    font-size: 0.88235rem;
    line-height: 22px;
    line-height: 1.29412rem;
}
.page-karriere {
    scroll-behavior: smooth;
}
.page-karriere #page {
    padding-bottom: 0;
}
.page-karriere .auto-margin {
    margin-left: auto;
    margin-right: auto;
}
.page-karriere .unfloat {
    float: none;
}
.page-karriere .sidepad {
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
}
.page-karriere .intro-image {
    height: auto;
    padding-bottom: 100%;
    position: relative;
}
.page-karriere .intro-image .slider {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.page-karriere .intro-image .slider .slide {
    height: 100%;
    width: 100%;
}
.page-karriere .intro-image .slider .slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-karriere .intro-image .background-image {
    background-color: transparent;
}
.page-karriere .intro-image .background-image:before,
.page-karriere .intro-image .background-image:after {
    display: none;
}
@media only screen and (min-width: 460px) {
    .page-karriere .intro-image {
        padding-bottom: 43.75%;
    }
}
.page-karriere .intro {
    padding-bottom: 19.999px;
    padding-bottom: 1.17647rem;
    padding-top: 39.999px;
    padding-top: 2.35294rem;
    text-align: center;
}
.page-karriere .highlights:before,
.page-karriere .highlights:after {
    content: " ";
    display: table;
}
.page-karriere .highlights:after {
    clear: both;
}
.page-karriere .highlights .section {
    max-width: 1439.999px;
    max-width: 84.70588rem;
}
.page-karriere .highlights .section .highlight {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    max-width: 26.47059rem;
    padding-bottom: 44px;
    padding-bottom: 2.58824rem;
    text-align: center;
    width: 100%;
}
.page-karriere .highlights .section .highlight img {
    border-radius: 8px;
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
}
.page-karriere .highlights .section .highlight .headline {
    font-size: 22px;
    font-size: 1.29412rem;
    line-height: 22px;
    line-height: 1.29412rem;
    margin-bottom: 22px;
    margin-bottom: 1.29412rem;
}
@media only screen and (min-width: 768px) {
    .page-karriere .highlights .section .highlight {
        float: left;
        padding-left: 0.76471rem;
        padding-right: 0.76471rem;
        width: 33.333333%;
    }
}
.page-karriere .kollegen:before,
.page-karriere .kollegen:after {
    content: " ";
    display: table;
}
.page-karriere .kollegen:after {
    clear: both;
}
.page-karriere .kollegen .slider .slide {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.page-karriere .kollegen .slider .slide.entwicklung {
    background-color: #5bb854;
}
.page-karriere .kollegen .slider .slide.konzept-design {
    background-color: #f6b616;
}
.page-karriere .kollegen .slider .slide.management-marketing {
    background-color: #e6303d;
}
.page-karriere .kollegen .slider .slide.projektmanagement {
    background-color: #59a0ea;
}
.page-karriere .kollegen .slider .slide.qualitaetssicherung {
    background-color: #2c476a;
}
.page-karriere .kollegen .slider .slide.app-marketing {
    background-color: #6a4784;
}
.page-karriere .kollegen .slider .slide.mobile-strategie-und-konzept {
    background-color: #333;
}
.page-karriere .kollegen .slider .slide.web-und-backendtechnologie {
    background-color: #e4003d;
}
.page-karriere .kollegen .slider .slide .slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.page-karriere .kollegen .slider .slide .text {
    -ms-flex-item-align: center;
    align-self: center;
    color: #f8f8f8;
    padding-bottom: 31.999px;
    padding-bottom: 1.88235rem;
    padding-top: 39.999px;
    padding-top: 2.35294rem;
    text-align: center;
}
.page-karriere .kollegen .slider .slide .text .headline {
    color: #f8f8f8;
    font-size: 30px;
    font-size: 1.76471rem;
    font-weight: 400;
    margin-bottom: 14.999px;
    margin-bottom: 0.88235rem;
    margin-left: auto;
    margin-right: auto;
}
.page-karriere .kollegen .slider .slide .text .body {
    font-size: 19.999px;
    font-size: 1.17647rem;
    line-height: 36px;
    line-height: 2.11765rem;
    margin-bottom: 14.999px;
    margin-bottom: 0.88235rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
.page-karriere .kollegen .slider .slide .text .body p {
    font-size: 19.999px;
    font-size: 1.17647rem;
    line-height: 36px;
    line-height: 2.11765rem;
}
.page-karriere .kollegen .slider .slide .text .name {
    font-size: 19.999px;
    font-size: 1.17647rem;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}
.page-karriere .kollegen .slider .slide .text .position {
    font-size: 14.999px;
    font-size: 0.88235rem;
    margin-left: auto;
    margin-right: auto;
}
.page-karriere .kollegen .slider .slide .image.small {
    border-radius: 50%;
    display: block;
    height: 70px;
    height: 4.11765rem;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-top: 1.76471rem;
    max-width: 1600px;
    max-width: 94.11765rem;
    width: 70px;
    width: 4.11765rem;
}
.page-karriere .kollegen .slider .slide .image.large {
    display: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    max-width: 94.11765rem;
    width: 100%;
}
@media only screen and (min-width: 680px) {
    .page-karriere .kollegen .slider .slide .text {
        left: 0;
        line-height: 1.29412rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 47.05882rem;
        padding-bottom: 0.88235rem;
        padding-top: 0rem;
        position: absolute;
        right: 0;
    }
    .page-karriere .kollegen .slider .slide .text .headline {
        font-size: 1.41176rem;
        margin-left: 0;
        margin-right: 0;
        max-width: 23.52941rem;
        position: static;
        top: 0;
    }
    .page-karriere .kollegen .slider .slide .text .body,
    .page-karriere .kollegen .slider .slide .text .name,
    .page-karriere .kollegen .slider .slide .text .position {
        margin-left: 0;
        margin-right: 0;
        max-width: 23.52941rem;
    }
    .page-karriere .kollegen .slider .slide .image.large {
        display: block;
    }
    .page-karriere .kollegen .slider .slide .image.small {
        display: none;
    }
}
@media only screen and (min-width: 960px) {
    .page-karriere .kollegen .slider .slide .text {
        line-height: 1.29412rem;
        max-width: 47.05882rem;
        padding-bottom: 1.76471rem;
    }
    .page-karriere .kollegen .slider .slide .text .headline {
        font-size: 1.76471rem;
        font-weight: 400;
        margin-bottom: 1.76471rem;
        max-width: 29.41176rem;
    }
    .page-karriere .kollegen .slider .slide .text .body {
        font-size: 1.64706rem;
        line-height: 2.76471rem;
        margin-bottom: 1.76471rem;
        max-width: 29.41176rem;
    }
    .page-karriere .kollegen .slider .slide .text .body p {
        font-size: 1.64706rem;
        line-height: 2.76471rem;
    }
    .page-karriere .kollegen .slider .slide .text .name {
        font-size: 1.17647rem;
        max-width: 29.41176rem;
    }
    .page-karriere .kollegen .slider .slide .text .position {
        font-size: 0.88235rem;
        max-width: 29.41176rem;
    }
}
.page-karriere .jobs {
    background-color: #fff;
    padding-bottom: 44px;
    padding-bottom: 2.58824rem;
    padding-top: 44px;
    padding-top: 2.58824rem;
}
.page-karriere .jobs:before,
.page-karriere .jobs:after {
    content: " ";
    display: table;
}
.page-karriere .jobs:after {
    clear: both;
}
.page-karriere .jobs .category.entwicklung {
    background-color: #5bb854;
}
.page-karriere .jobs .category.konzept-design {
    background-color: #f6b616;
}
.page-karriere .jobs .category.management-marketing {
    background-color: #e6303d;
}
.page-karriere .jobs .category.projektmanagement {
    background-color: #59a0ea;
}
.page-karriere .jobs .category.qualitaetssicherung {
    background-color: #2c476a;
}
.page-karriere .jobs .category.app-marketing {
    background-color: #6a4784;
}
.page-karriere .jobs .category.mobile-strategie-und-konzept {
    background-color: #333;
}
.page-karriere .jobs .category.web-und-backendtechnologie {
    background-color: #e4003d;
}
.page-karriere .jobs .headline {
    font-size: 30px;
    font-size: 1.76471rem;
    text-align: center;
}
.page-karriere .jobs .entry {
    font-weight: 400;
    margin-bottom: 22px;
    margin-bottom: 1.29412rem;
    text-align: center;
}
.page-karriere .jobs .entry:last-child {
    margin-bottom: 0;
    margin-bottom: 0rem;
}
.page-karriere .jobs .entry .category,
.page-karriere .jobs .entry .position {
    border-radius: 8px;
}
.page-karriere .jobs .entry .category {
    color: #f8f8f8;
    margin-bottom: 11.999px;
    margin-bottom: 0.70588rem;
    margin-left: auto;
    margin-right: auto;
    padding: 11.999px 10px;
    padding: 0.70588rem 0.58824rem;
}
.page-karriere .jobs .entry .position {
    background-color: #f8f8f8;
    color: #171717;
    margin-left: 0;
    padding: 11.999px 19.999px;
    padding: 0.70588rem 1.17647rem;
    text-align: center;
}
.page-karriere .jobs .entry:hover .position {
    background-color: #ececec;
}
.page-karriere .jobs .apply {
    clear: both;
    padding-top: 44px;
    padding-top: 2.58824rem;
    text-align: center;
}
.page-karriere .jobs .apply .button {
    font-weight: 300;
    padding-left: 50px;
    padding-left: 2.94118rem;
    padding-right: 50px;
    padding-right: 2.94118rem;
}
@media only screen and (min-width: 768px) {
    .page-karriere .jobs .entry .category {
        float: left;
        margin-bottom: 0;
        width: 14.11765rem;
    }
    .page-karriere .jobs .entry .position {
        margin-left: 15.29412rem;
        text-align: left;
    }
}
.page-karriere .instagram-feed {
    background-color: #f8f8f8;
}
.page-karriere .instagram-feed:before,
.page-karriere .instagram-feed:after {
    content: " ";
    display: table;
}
.page-karriere .instagram-feed:after {
    clear: both;
}
.page-karriere .instagram-feed .headline {
    font-size: 30px;
    font-size: 1.76471rem;
    margin: 0;
    padding-bottom: 34.999px;
    padding-bottom: 2.05882rem;
    padding-top: 70px;
    padding-top: 4.11765rem;
    text-align: center;
}
.page-karriere .instagram-feed .instagram-feed-inner:before,
.page-karriere .instagram-feed .instagram-feed-inner:after {
    content: " ";
    display: table;
}
.page-karriere .instagram-feed .instagram-feed-inner:after {
    clear: both;
}
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed {
    width: 100%;
}
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view {
    padding: 10px;
}
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view:before,
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view:after {
    content: " ";
    display: table;
}
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view:after {
    clear: both;
}
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item {
    float: left;
    margin: 10px;
    width: calc(50% - 20px) !important;
}
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(10),
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(9),
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(8),
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(7) {
    display: none;
}
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-overlay,
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-red-like-container {
    display: none;
}
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image-icon {
    height: 14px;
    height: 0.82353rem;
    right: 8.999px;
    right: 0.52941rem;
    top: 10px;
    top: 0.58824rem;
    width: 14px;
    width: 0.82353rem;
}
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image-icon svg {
    height: 14px;
    height: 0.82353rem;
    width: 14px;
    width: 0.82353rem;
}
.page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:hover.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
}
@media only screen and (min-width: 460px) {
    .page-karriere .instagram-feed .instagram-feed-inner {
        padding-bottom: 39.6289424%;
        position: relative;
    }
    .page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item {
        width: calc(20% - 20px) !important;
    }
    .page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(10),
    .page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(9),
    .page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(8),
    .page-karriere .instagram-feed .instagram-feed-inner .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(7) {
        display: block;
    }
}
.page-karriere .instagram-feed .cta {
    clear: both;
    padding-bottom: 99.999px;
    padding-bottom: 5.88235rem;
    padding-top: 50px;
    padding-top: 2.94118rem;
    text-align: center;
}
.page-karriere .instagram-feed .cta:before,
.page-karriere .instagram-feed .cta:after {
    content: " ";
    display: table;
}
.page-karriere .instagram-feed .cta:after {
    clear: both;
}
.page-karriere .instagram-feed .cta .button {
    font-weight: 300;
    min-width: 235px;
    min-width: 13.82353rem;
    padding-left: 19.999px;
    padding-left: 1.17647rem;
    padding-right: 19.999px;
    padding-right: 1.17647rem;
}
.page-karriere .cta-footer {
    background-color: #212121;
    color: #757575;
    padding-bottom: 44px;
    padding-bottom: 2.58824rem;
    padding-top: 44px;
    padding-top: 2.58824rem;
}
.page-karriere .cta-footer:before,
.page-karriere .cta-footer:after {
    content: " ";
    display: table;
}
.page-karriere .cta-footer:after {
    clear: both;
}
.page-karriere .cta-footer .headline,
.page-karriere .cta-footer .body {
    text-align: center;
}
.page-karriere .cta-footer .headline {
    color: #f8f8f8;
    font-size: 30px;
    font-size: 1.76471rem;
    margin-top: 10px;
    margin-top: 0.58824rem;
}
.page-karriere .cta-footer .body {
    margin-bottom: 44px;
    margin-bottom: 2.58824rem;
}
.page-karriere .cta-footer .linkedin {
    text-align: center;
    margin-top: 70px;
    margin-top: 4.11765rem;
}
.page-karriere .cta-footer .linkedin h3 {
    font-size: 19px;
    font-size: 1.11765rem;
    font-weight: 500;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
    margin-top: -10px;
    margin-top: -0.58824rem;
    color: #f8f8f8;
}
.page-karriere .cta-footer .linkedin h3 img {
    display: inline-block;
    height: 51.999px;
    height: 3.05882rem;
    width: 51.999px;
    width: 3.05882rem;
    vertical-align: middle;
    margin-left: 10px;
}
.page-contact .page-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.page-contact .page-background:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgba(229, 43, 56, 0.85)), color-stop(40%, rgba(229, 43, 56, 0.6)), color-stop(80%, rgba(229, 43, 56, 0.29)), to(rgba(229, 43, 56, 0.2)));
    background-image: linear-gradient(to top, rgba(229, 43, 56, 0.85) 15%, rgba(229, 43, 56, 0.6) 40%, rgba(229, 43, 56, 0.29) 80%, rgba(229, 43, 56, 0.2) 100%);
}
.page-contact .google-map {
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-contact .google-map iframe {
    pointer-events: none;
    opacity: 0;
}
.page-contact .google-map .close-map {
    position: absolute;
    z-index: 9999;
    left: 0;
    bottom: -4vh;
    right: 0;
    width: 190px;
    margin: auto;
    background-color: #1ea362;
}
.page-contact .google-map.map-is-open {
    display: block;
}
.page-contact #page {
    background-color: #e52b38;
}
.page-contact #content {
    position: relative;
    z-index: 99;
    color: #f8f8f8;
}
.page-contact #content h1,
.page-contact #content h2,
.page-contact #content h3,
.page-contact #content h4,
.page-contact #content h5,
.page-contact #content h6 {
    color: #fff;
}
.page-contact #content a {
    color: #f8f8f8;
}
.page-contact .columns {
    padding-top: 70px;
    padding-top: 4.11765rem;
}
.page-contact .columns .column {
    position: relative;
    float: left;
    padding-left: 13px;
    padding-right: 13px;
}
.page-contact .columns .title {
    margin-bottom: 14px;
    margin-bottom: 0.82353rem;
}
.page-contact .columns .button {
    margin-bottom: 10px;
    padding: 2px 11px 2px 9px;
    white-space: nowrap;
}
.page-contact .columns .button [class$="-icon"] {
    position: relative;
    top: 1px;
    margin-right: 3px;
}
.page-contact .columns .button.google {
    background-color: #1ea362;
}
.page-contact .columns .button.google .location-icon {
    top: 0;
    font-size: 11px;
}
.page-contact .columns .button.messenger {
    background-color: #448aff;
}
.page-contact .columns .button.newsletter {
    background-color: #448aff;
}
.page-contact .columns .button.skype {
    background-color: #00aff0;
}
.page-contact .columns .button.twitter {
    background-color: #1da1f2;
}
.page-contact .columns .profile img {
    border-radius: 4px;
    width: 105px;
    height: auto;
}
.page-contact .columns .profile .name {
    display: block;
    font-weight: 500;
}
.page-contact .columns .profile .position {
    display: block;
}
.page-contact #page.map-is-open #content {
    display: none;
}
@media (max-width: 1024px) {
    .page-contact .page-background:after {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #e52b38), color-stop(40%, rgba(229, 43, 56, 0.6)), color-stop(80%, rgba(229, 43, 56, 0.29)), to(rgba(229, 43, 56, 0.2)));
        background-image: linear-gradient(to top, #e52b38 15%, rgba(229, 43, 56, 0.6) 40%, rgba(229, 43, 56, 0.29) 80%, rgba(229, 43, 56, 0.2) 100%);
    }
    .page-contact .columns .column {
        margin-bottom: 3.17647rem;
    }
}
.page-contact-2021 #page {
    background-color: #fff;
    padding-bottom: 0;
}
.page-contact-2021 #content {
    color: #f8f8f8;
}
.page-contact-2021 #content h1,
.page-contact-2021 #content h2,
.page-contact-2021 #content h3,
.page-contact-2021 #content h4,
.page-contact-2021 #content h5,
.page-contact-2021 #content h6 {
    color: #fff;
}
.page-contact-2021 #content a {
    color: #f8f8f8;
}
.page-contact-2021 #content .alert-error {
    background: #e52b38;
    color: #fff;
    border-radius: 8px;
    padding: 0.75em;
    margin-top: 1em;
}
.page-contact-2021 #content .alert-error.hidden {
    display: none;
}
.page-contact-2021 #content #FormBuilderSubmitted h3 {
    border-radius: 4px;
    color: #e52b38;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 50px;
    margin: 2.94118rem;
}
.page-contact-2021 #content .FormBuilder-kontakt {
    color: #212121 !important;
    font-size: 16px;
    font-size: 0.94118rem;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    margin: 0 4px;
    -webkit-animation: blinker 0.8s linear infinite;
    animation: blinker 0.8s linear infinite;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .dots span:nth-child(2) {
    -webkit-animation-delay: -0.65s;
    animation-delay: -0.65s;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .dots span:nth-child(3) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
@-webkit-keyframes blinker {
    93.75%,
    100% {
        opacity: 0.2;
    }
}
@keyframes blinker {
    93.75%,
    100% {
        opacity: 0.2;
    }
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder p:last-child {
    min-height: 17px;
    min-height: 1rem;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .FormBuilderErrors {
    margin-top: 1.5em;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .alert-error {
    background: #e52b38;
    color: #fff;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .alert-success {
    background: none;
    color: #171717;
    margin-top: 1.5em;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .alert {
    text-align: center;
    border-radius: 4px;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .InputfieldSubmit {
    text-align: center;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .InputfieldContent .notes a:link,
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .InputfieldContent .notes a:visited {
    color: #e52b38;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .InputfieldContent .notes a:hover,
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .InputfieldContent .notes a:active,
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .InputfieldContent .notes a:focus {
    color: #ed6f78;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder .FormBuilder.InputfieldForm .notes {
    color: #212121;
    font-size: inherit;
    margin: 2.125px 0 17px 8.5px;
    margin: 0.125rem 0 1rem 0.5rem;
    opacity: 1;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder #Inputfield_form_message::-webkit-input-placeholder {
    color: #212121;
    opacity: 1;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder #Inputfield_form_message::-moz-placeholder {
    color: #212121;
    opacity: 1;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder #Inputfield_form_message::-ms-input-placeholder {
    color: #212121;
    opacity: 1;
}
.page-contact-2021 #content .FormBuilder-kontakt.FormBuilder #Inputfield_form_message::placeholder {
    color: #212121;
    opacity: 1;
}
#FormBuilder_kontakt .InputfieldHeader {
    display: none;
}
#FormBuilder_kontakt .Inputfield {
    margin-bottom: 20px;
}
#FormBuilder_kontakt .InputfieldSubmit button {
    font-weight: normal;
}
#FormBuilder_kontakt .InputfieldSubmit button:hover {
    opacity: 1;
}
#FormBuilder_kontakt button {
    font-weight: 300 !important;
    margin-top: 14.999px;
    margin-top: 0.88235rem;
    padding: 0 90px;
    padding: 0 5.29412rem;
}
#FormBuilder_kontakt button:hover {
    cursor: pointer;
}
#FormBuilder_kontakt input,
#FormBuilder_kontakt textarea {
    background-color: #f8f8f8;
    border-radius: 8px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #474747;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    padding: 14.999px;
    padding: 0.88235rem;
    width: 100%;
}
#FormBuilder_kontakt textarea {
    height: 235px;
    height: 13.82353rem;
}
#FormBuilder_kontakt .Inputfield_form_website {
    display: none;
}
#FormBuilder_kontakt .floated {
    float: left;
    margin: 0 1em 1em 0;
}
.page-contact-2021 #page #content .header {
    background-color: rgba(24, 80, 136, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 360px;
    position: relative;
}
@media (max-width: 460px) {
    .page-contact-2021 #page #content .header {
        min-height: 300px;
    }
}
.page-contact-2021 #page #content .header h1 {
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
    margin-top: 59.999px;
    margin-top: 3.52941rem;
}
.page-contact-2021 #page #content .header p {
    font-weight: 300;
    padding-left: 17px;
    padding-left: 1rem;
    padding-right: 17px;
    padding-right: 1rem;
}
.page-contact-2021 #page #content .header img {
    z-index: -1;
}
.page-contact-2021 #page #content .header .arrow-up {
    border-bottom: 24px solid #fff;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    bottom: 0;
    height: 0;
    left: calc(50% - 22px);
    position: absolute;
    width: 0;
}
@media (max-width: 460px) {
    .page-contact-2021 #page #content .header .arrow-up {
        border-bottom: 18px solid #fff;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        left: calc(50% - 16px);
    }
}
.page-contact-2021 #page #content .form {
    background-color: #fff;
}
.page-contact-2021 #page #content .form:before,
.page-contact-2021 #page #content .form:after {
    content: " ";
    display: table;
}
.page-contact-2021 #page #content .form:after {
    clear: both;
}
.page-contact-2021 #page #content .form .FormBuilder,
.page-contact-2021 #page #content .form .FormBuilderViewport {
    position: relative;
    z-index: 10;
    margin-bottom: 34.999px;
    margin-bottom: 2.05882rem;
}
@media (max-width: 1024px) {
    .page-contact-2021 #page #content .form .FormBuilder,
    .page-contact-2021 #page #content .form .FormBuilderViewport {
        margin-bottom: 6.47059rem;
    }
}
.page-contact-2021 #page #content .form .plane-wrapper {
    position: relative;
    max-width: 1340px;
    max-width: 78.82353rem;
    margin-left: auto;
    margin-right: auto;
}
.page-contact-2021 #page #content .form .plane-wrapper:before,
.page-contact-2021 #page #content .form .plane-wrapper:after {
    content: " ";
    display: table;
}
.page-contact-2021 #page #content .form .plane-wrapper:after {
    clear: both;
}
.page-contact-2021 #page #content .form .plane-wrapper .plane {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NDEiIGhlaWdodD0iMzQwIiB2aWV3Qm94PSIwIDAgNTQxIDM0MCI+CiAgPGcgZmlsbD0ibm9uZSI+CiAgICA8cG9seWdvbiBmaWxsPSIjREJFQUZFIiBwb2ludHM9IjE0Ni4zMTcgMzM5Ljk1MyAxMzQuODY5IDIwMy41NTUgLjI5OCAxMzEuNTc0IDU0MC40MSAuMjQ3IDM0Ny4xOTYgMzAyLjcyMiAyNDguMjg5IDI1NS4yNTIiLz4KICAgIDxwb2x5Z29uIGZpbGw9IiM5NUMxRkMiIHBvaW50cz0iMTQ2LjMxNyAzMzkuOTUzIDEzNC44NjkgMjAzLjU1NSA1NDAuNDEgLjI0NyAyMDMuMjE2IDIzNS45NDMiLz4KICAgIDxwb2x5Z29uIGZpbGw9IiMyMDY4QjEiIHBvaW50cz0iMTQ2LjMxNyAzMzkuOTUzIDI0OC4yODkgMjU1LjI1MiAyMDMuMjE2IDIzNS45NDMiLz4KICA8L2c+Cjwvc3ZnPgo=);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -53px;
    bottom: -3.11765rem;
    height: 192.999px;
    height: 11.35294rem;
    position: absolute;
    right: 19.999px;
    right: 1.17647rem;
    width: 306px;
    width: 18rem;
    z-index: 1;
}
@media (max-width: 1024px) {
    .page-contact-2021 #page #content .form .plane-wrapper .plane {
        bottom: -1.64706rem;
        height: 6.05882rem;
        right: calc(50% - 82px);
        width: 9.64706rem;
    }
}
.page-contact-2021 #page #content .contact {
    background-color: #e52b38;
    font-size: 19px;
    font-size: 1.11765rem;
}
.page-contact-2021 #page #content .contact:before,
.page-contact-2021 #page #content .contact:after {
    content: " ";
    display: table;
}
.page-contact-2021 #page #content .contact:after {
    clear: both;
}
.page-contact-2021 #page #content .contact h2 {
    font-size: 31.999px;
    font-size: 1.88235rem;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
    padding: 99.999px 19.999px 0;
    padding: 5.88235rem 1.17647rem 0;
    margin: 0;
}
.page-contact-2021 #page #content .contact .columns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 768px) {
    .page-contact-2021 #page #content .contact .columns-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
    }
}
.page-contact-2021 #page #content .contact .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 79.999px;
    padding-bottom: 4.70588rem;
    padding-top: 90px;
    padding-top: 5.29412rem;
    width: 100%;
}
@media (max-width: 768px) {
    .page-contact-2021 #page #content .contact .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 3.41176rem;
        padding-top: 3.41176rem;
        width: auto;
    }
}
.page-contact-2021 #page #content .contact .columns .column {
    margin-right: 23.999px;
    margin-right: 1.41176rem;
}
.page-contact-2021 #page #content .contact .columns .column:last-child {
    margin-right: 0;
}
@media (max-width: 768px) {
    .page-contact-2021 #page #content .contact .columns .column {
        margin-bottom: 2.94118rem;
        margin-right: 0;
    }
    .page-contact-2021 #page #content .contact .columns .column:last-child {
        margin-bottom: 0;
    }
    .page-contact-2021 #page #content .contact .columns .column.column-one {
        text-align: center;
    }
}
.page-contact-2021 #page #content .contact .columns .column-one h2 {
    font-weight: 500;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
}
.page-contact-2021 #page #content .contact .columns .column-one h2,
.page-contact-2021 #page #content .contact .columns .column-one p {
    font-size: 19px;
    font-size: 1.11765rem;
}
.page-contact-2021 #page #content .contact .columns .column-one .profile {
    text-align: center;
}
.page-contact-2021 #page #content .contact .columns .column-one .profile .name {
    font-weight: 500;
    padding-bottom: 8.5px;
    padding-bottom: 0.5rem;
    display: inline-block;
}
.page-contact-2021 #page #content .contact .columns .column-one .profile .position {
    font-size: 17px;
    font-size: 1rem;
    font-weight: 300;
}
.page-contact-2021 #page #content .contact .columns .column-one .profile img {
    border-radius: 50%;
    height: 150px;
    height: 8.82353rem;
    margin-bottom: 11.999px;
    margin-bottom: 0.70588rem;
    width: 150px;
    width: 8.82353rem;
}
.page-contact-2021 #page #content .contact .columns .column-one .social-links {
    line-height: 52px;
    margin-bottom: -10px;
    margin-top: 8px;
    text-align: center;
}
.page-contact-2021 #page #content .contact .columns .column-one .social-links div {
    background-color: #bababa;
    border-radius: 50%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    margin-right: 5px;
    padding: 12px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 52px;
}
.page-contact-2021 #page #content .contact .columns .column-one .social-links div:active,
.page-contact-2021 #page #content .contact .columns .column-one .social-links div:hover,
.page-contact-2021 #page #content .contact .columns .column-one .social-links div:focus {
    background-color: #8b8b8b;
}
.page-contact-2021 #page #content .contact .columns .column-one .social-links svg {
    fill: white;
    height: auto;
    width: 55%;
    position: absolute;
}
.page-contact-2021 #page #content .contact .columns .column-two {
    position: relative;
}
.page-contact-2021 #page #content .contact .columns .column-two p {
    font-size: 19px;
    font-size: 1.11765rem;
    line-height: 25.999px;
    line-height: 1.52941rem;
}
.page-contact-2021 #page #content .contact .columns .column-two .has-icon {
    padding-left: 71.999px;
    padding-left: 4.23529rem;
}
.page-contact-2021 #page #content .contact .columns .column-two .has-icon:before,
.page-contact-2021 #page #content .contact .columns .column-two .has-icon:after {
    content: " ";
    display: table;
}
.page-contact-2021 #page #content .contact .columns .column-two .has-icon:after {
    clear: both;
}
.page-contact-2021 #page #content .contact .columns .column-two .has-icon.address:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4KICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNiwxIEMzOS44MDcxMTg3LDEgNTEsMTIuMTkyODgxMyA1MSwyNiBDNTEsMzkuODA3MTE4NyAzOS44MDcxMTg3LDUxIDI2LDUxIEMxMi4xOTI4ODEzLDUxIDEsMzkuODA3MTE4NyAxLDI2IEMxLDEyLjE5Mjg4MTMgMTIuMTkyODgxMywxIDI2LDEgWiBNMjYsMTUgQzIxLjU4MiwxNSAxOCwxOC41ODIgMTgsMjMgQzE4LDI5IDI2LDM3IDI2LDM3IEMyNiwzNyAzNCwyOSAzNCwyMyBDMzQsMTguNTgyIDMwLjQxOCwxNSAyNiwxNSBaIE0yNiwyMCBDMjcuNjU3LDIwIDI5LDIxLjM0MyAyOSwyMyBDMjksMjQuNjU3IDI3LjY1NywyNiAyNiwyNiBDMjQuMzQzLDI2IDIzLDI0LjY1NyAyMywyMyBDMjMsMjEuMzQzIDI0LjM0MywyMCAyNiwyMCBaIi8+Cjwvc3ZnPgo=);
}
.page-contact-2021 #page #content .contact .columns .column-two .has-icon.email:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4KICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNiwxIEMzOS44MDcxMTg3LDEgNTEsMTIuMTkyODgxMyA1MSwyNiBDNTEsMzkuODA3MTE4NyAzOS44MDcxMTg3LDUxIDI2LDUxIEMxMi4xOTI4ODEzLDUxIDEsMzkuODA3MTE4NyAxLDI2IEMxLDEyLjE5Mjg4MTMgMTIuMTkyODgxMywxIDI2LDEgWiBNMjguMjY5MSwyNi43MDcxIEwyNy43MDMxLDI3LjI2NDEgQzI3LjAxOTEsMjcuOTI4MSAyNi4zNjUxLDI4LjI0MDEgMjUuNjMyMSwyOC4yNDAxIEMyNC44OTAxLDI4LjI0MDEgMjQuMjM2MSwyNy45MjgxIDIzLjU1MzEsMjcuMjY0MSBMMjIuOTg2MSwyNi43MDcxIEwxNS43NTkxLDMzLjg5NDEgQzE2LjE2OTEsMzQuMjM2MSAxNi44NjMxLDM0LjQxMjEgMTcuODMwMSwzNC40MTIxIEwzMy42MDExLDM0LjQxMjEgQzM0LjQ5MDEsMzQuNDEyMSAzNS4xMjUxLDM0LjIzNjEgMzUuNTA2MSwzMy45MDQxIEwyOC4yNjkxLDI2LjcwNzEgWiBNMTQuODEyMSwxOC42NDExIEMxNC42MDcxLDE4Ljk4MjEgMTQuNTAwMSwxOS41MjkxIDE0LjUwMDEsMjAuMzAxMSBMMTQuNTAwMSwzMS4xMDExIEMxNC41MDAxLDMxLjg0NDEgMTQuNTk4MSwzMi4zNzExIDE0Ljc4MzEsMzIuNjkzMSBMMjEuODkyMSwyNS42MzIxIEwxNC44MTIxLDE4LjY0MTEgWiBNMzYuNDI0MSwxOC42NjAxIEwyOS4zNjMxLDI1LjYzMjEgTDM2LjQ2MzEsMzIuNjgzMSBDMzYuNjM5MSwzMi4zNTExIDM2LjczNjEsMzEuODM0MSAzNi43MzYxLDMxLjEwMTEgTDM2LjczNjEsMjAuMzAxMSBDMzYuNzM2MSwxOS41NDkxIDM2LjYyOTEsMTguOTkyMSAzNi40MjQxLDE4LjY2MDEgWiBNMzMuNDA2MSwxNy4wMDAxIEwxNy42MzUxLDE3LjAwMDEgQzE2Ljc4NTEsMTcuMDAwMSAxNi4xNjkxLDE3LjE1NjEgMTUuODA5MSwxNy40NTgxIEwyNC4zNzIxLDI1Ljk4NDEgQzI0LjgyMjEsMjYuNDMzMSAyNS4yMDMxLDI2LjYzOTEgMjUuNjMyMSwyNi42MzkxIEMyNi4wNTIxLDI2LjYzOTEgMjYuNDM0MSwyNi40MzMxIDI2Ljg4MzEsMjUuOTg0MSBMMzUuNDE4MSwxNy40ODgxIEMzNS4wMjcxLDE3LjE2NjEgMzQuMzUzMSwxNy4wMDAxIDMzLjQwNjEsMTcuMDAwMSBaIi8+Cjwvc3ZnPgo=);
}
.page-contact-2021 #page #content .contact .columns .column-two .has-icon.phone:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4KICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNiwxIEMzOS44MDcxMTg3LDEgNTEsMTIuMTkyODgxMyA1MSwyNiBDNTEsMzkuODA3MTE4NyAzOS44MDcxMTg3LDUxIDI2LDUxIEMxMi4xOTI4ODEzLDUxIDEsMzkuODA3MTE4NyAxLDI2IEMxLDEyLjE5Mjg4MTMgMTIuMTkyODgxMywxIDI2LDEgWiBNMTkuODQ5LDE2LjUgQzE5LjE4NSwxNi41IDE4LjUxMiwxNi43ODMgMTcuOTI2LDE3LjMzOSBDMTYuOTM5LDE4LjI2NyAxNi41LDE5LjQxOSAxNi41LDIwLjcwOSBDMTYuNSwyMy42MDkgMTguNzM2LDI3LjEzNCAyMS42NjYsMzAuMDY0IEMyNC42MDUsMzMuMDAzIDI4LjE1OSwzNS4yNjkgMzEuMDYxLDM1LjI2OSBDMzIuMzQ5LDM1LjI2OSAzMy40OTEsMzQuODEgMzQuNDA5LDMzLjgwNCBDMzQuOTM3LDMzLjIwOSAzNS4yNSwzMi41MzUgMzUuMjUsMzEuODYxIEMzNS4yNSwzMS4zMDQgMzUuMDQ1LDMwLjc3NyAzNC41MTcsMzAuNDA2IEwzMS41MDksMjguMjY3IEMzMS4wMywyNy45MjUgMzAuNjMsMjcuNzY5IDMwLjI3LDI3Ljc2OSBDMjkuODAxLDI3Ljc2OSAyOS4zOTEsMjguMDMzIDI4LjkzMSwyOC40OTIgTDI4LjIwOSwyOS4yMDUgQzI4LjEwMSwyOS4zMTIgMjcuOTY0LDI5LjM1MSAyNy44MjgsMjkuMzUxIEMyNy42ODEsMjkuMzUxIDI3LjUyNSwyOS4yOTMgMjcuNDE3LDI5LjIzNCBDMjYuODAzLDI4Ljg5MiAyNS43MjgsMjcuOTc0IDI0Ljc0MiwyNi45OTggQzIzLjc2NiwyNi4wMTEgMjIuODM4LDI0Ljk0NyAyMi41MDUsMjQuMzIyIEMyMi40NDcsMjQuMjE0IDIyLjM4OCwyNC4wNTggMjIuMzg4LDIzLjkxMSBDMjIuMzg4LDIzLjc4NSAyMi40MjgsMjMuNjQ3IDIyLjUzNSwyMy41NCBMMjMuMjQ4LDIyLjgwOCBDMjMuNzA3LDIyLjM0OSAyMy45NzEsMjEuOTM5IDIzLjk3MSwyMS40NyBDMjMuOTcxLDIxLjEwOCAyMy44MTQsMjAuNzA5IDIzLjQ3MiwyMC4yMyBMMjEuMzQ0LDE3LjI0MSBDMjAuOTcyLDE2LjcyNCAyMC40MjYsMTYuNSAxOS44NDksMTYuNSBaIi8+Cjwvc3ZnPgo=);
}
.page-contact-2021 #page #content .contact .columns .column-two .has-icon.email {
    line-height: 52px;
}
.page-contact-2021 #page #content .contact .columns .column-two .has-icon.phone {
    line-height: 52px;
}
.page-contact-2021 #page #content .contact .columns .column-two .has-icon:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 52px 52px;
    content: " ";
    display: block;
    float: left;
    height: 51.999px;
    height: 3.05882rem;
    left: 0;
    margin-right: 19.999px;
    margin-right: 1.17647rem;
    position: absolute;
    width: 51.999px;
    width: 3.05882rem;
}
.page-contact-2021 #page #content .contact .columns .column-three {
    max-width: 310px;
}
.page-contact-2021 #page #content .contact .columns .column-three p {
    line-height: 1.5;
}
.page-contact-2021 #page #content .contact .columns .column-three h3 {
    font-size: 19px;
    font-size: 1.11765rem;
    font-weight: 500;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
    margin-top: -10px;
    margin-top: -0.58824rem;
}
.page-contact-2021 #page #content .contact .columns .column-three h3 img {
    display: inline-block;
    height: 51.999px;
    height: 3.05882rem;
    width: 51.999px;
    width: 3.05882rem;
    vertical-align: middle;
    margin-left: 10px;
}
.page-contact-2021 #page #content .contact .columns .column-three .social-media-links {
    line-height: 36px;
    line-height: 2.11765rem;
}
.page-contact-2021 #page #content .contact .columns .column-three .social-media-links .sml {
    margin-right: 5.999px;
    margin-right: 0.35294rem;
}
.page-contact-2021 #page #content .contact .columns .column-three .social-media-links .sml:last-child {
    margin-right: 0;
}
.page-contact-2021 #page #content .contact .columns .column-three .social-media-links .sml img {
    display: inline-block;
    height: 51.999px;
    height: 3.05882rem;
    width: 51.999px;
    width: 3.05882rem;
}
.page-contact-2021 #page #content .map {
    height: 580px;
}
.page-contact-2021 #page #content .map:before,
.page-contact-2021 #page #content .map:after {
    content: " ";
    display: table;
}
.page-contact-2021 #page #content .map:after {
    clear: both;
}
@media (max-width: 460px) {
    .page-contact-2021 #page #content .map {
        height: 320px;
    }
}
@media (max-width: 1024px) {
    .page-contact-2021 #page #content .map {
        height: 400px;
    }
}
.page-contact-2021 #page #content .newsletter {
    background-color: #fff;
    color: #212121;
}
.page-contact-2021 #page #content .newsletter:before,
.page-contact-2021 #page #content .newsletter:after {
    content: " ";
    display: table;
}
.page-contact-2021 #page #content .newsletter:after {
    clear: both;
}
.page-contact-2021 #page #content .newsletter .nl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-contact-2021 #page #content .newsletter .nl-flex .nl-image {
    min-width: 343px;
    padding-bottom: 45px;
    padding-bottom: 2.64706rem;
    padding-top: 65px;
    padding-top: 3.82353rem;
    text-align: center;
}
.page-contact-2021 #page #content .newsletter .nl-flex .nl-image img {
    height: auto;
    max-width: 343px;
    width: 100%;
}
@media (min-width: 561px) and (max-width: 768px) {
    .page-contact-2021 #page #content .newsletter .nl-flex .nl-image {
        min-width: 240px;
    }
    .page-contact-2021 #page #content .newsletter .nl-flex .nl-image img {
        max-width: 240px;
    }
}
@media (min-width: 461px) and (max-width: 560px) {
    .page-contact-2021 #page #content .newsletter .nl-flex .nl-image {
        min-width: 150px;
    }
    .page-contact-2021 #page #content .newsletter .nl-flex .nl-image img {
        max-width: 150px;
    }
}
@media (max-width: 460px) {
    .page-contact-2021 #page #content .newsletter .nl-flex .nl-image {
        min-width: 240px;
    }
    .page-contact-2021 #page #content .newsletter .nl-flex .nl-image img {
        max-width: 240px;
    }
}
.page-contact-2021 #page #content .newsletter .nl-flex .nl-copy {
    font-weight: 400;
    max-width: 629.999px;
    max-width: 37.05882rem;
    padding: 135px 0 0 79.999px;
    padding: 7.94118rem 0 0 4.70588rem;
}
.page-contact-2021 #page #content .newsletter .nl-flex .nl-copy h2 {
    font-size: 30px;
    font-size: 1.76471rem;
    line-height: 1.07;
}
@media (min-width: 561px) and (max-width: 768px) {
    .page-contact-2021 #page #content .newsletter .nl-flex .nl-copy {
        padding-left: 2.35294rem;
        padding-right: 0;
        padding-top: 5.88235rem;
    }
}
@media (min-width: 461px) and (max-width: 560px) {
    .page-contact-2021 #page #content .newsletter .nl-flex .nl-copy {
        padding-left: 1.76471rem;
        padding-right: 0;
        padding-top: 4.70588rem;
    }
}
@media (max-width: 460px) {
    .page-contact-2021 #page #content .newsletter .nl-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-contact-2021 #page #content .newsletter .nl-flex .nl-image {
        padding: 2.64706rem 0 0;
    }
    .page-contact-2021 #page #content .newsletter .nl-flex .nl-copy {
        padding: 2.64706rem 0rem;
    }
}
.page-contact-2021 #page #content .newsletter .button {
    font-weight: inherit;
    margin-bottom: 45px;
    margin-bottom: 2.64706rem;
    margin-top: 19.999px;
    margin-top: 1.17647rem;
    padding-left: 25px;
    padding-left: 1.47059rem;
    padding-right: 25px;
    padding-right: 1.47059rem;
}
@media (max-width: 460px) {
    .page-contact-2021 #page #content .newsletter .button {
        margin-bottom: 1.17647rem;
    }
}
.page-contact-2021 #page #content .newsletter h2 {
    color: inherit;
}
.article-teaser-flex {
    position: relative;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
}
.article-teaser-flex .summary {
    display: none;
}
.article-teaser-flex .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.article-teaser-flex .featured-image {
    border-radius: 8px 8px 0 0;
}
.article-teaser-flex .read-more {
    border-radius: 16px;
    height: 32px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    top: -16px;
    width: auto;
}
.article-teaser-flex .read-more:before,
.article-teaser-flex .read-more:after {
    border-radius: 16px;
}
.article-teaser-flex .tags {
    display: none;
    position: static;
}
.article-teaser-flex .date {
    font-size: 11.999px;
    font-size: 0.70588rem;
}
.article-teaser-flex .meta {
    position: relative;
    top: -16px;
}
.article-teaser-flex .meta-inner {
    padding: 0 30px !important;
    padding: 0rem 1.76471rem !important;
}
@media (min-width: 961px) {
    .article-teaser-flex {
        position: static;
        text-align: left;
    }
    .article-teaser-flex .summary {
        display: block;
    }
    .article-teaser-flex .content-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .article-teaser-flex .featured-image {
        border-radius: 0 8px 8px 0;
    }
    .article-teaser-flex .read-more {
        border-radius: 24px;
        height: 48px;
        left: 50%;
        margin-left: -5%;
        margin-right: 0;
        margin-top: -24px;
        position: absolute;
        top: 50%;
        width: 10%;
    }
    .article-teaser-flex .read-more:before,
    .article-teaser-flex .read-more:after {
        border-radius: 24px;
    }
    .article-teaser-flex .tags {
        bottom: 1.23529rem;
        display: block;
        left: 2rem;
        position: absolute;
    }
    .article-teaser-flex .date {
        font-size: 0.82353rem;
    }
    .article-teaser-flex .meta {
        top: 0;
    }
    .article-teaser-flex .meta-inner {
        padding: 1.41176rem 2.35294rem 3.17647rem !important;
    }
}
@media (min-width: 1024px) {
    .article-teaser-flex {
        padding-left: 0;
        padding-right: 0;
    }
}
.article-teaser-flex {
    margin-bottom: 59.999px;
    margin-bottom: 3.52941rem;
}
.article-teaser-flex .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.article-teaser-flex .content-wrapper .featured-image,
.article-teaser-flex .content-wrapper .meta {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}
.article-teaser-flex .featured-image {
    overflow: hidden;
    position: relative;
}
.article-teaser-flex .featured-image img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.article-teaser-flex .featured-image .background-image:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 62.5%;
}
.article-teaser-flex .meta h2,
.article-teaser-flex .meta h4 {
    margin-bottom: 6px;
}
.article-teaser-flex .meta a {
    color: #212121;
}
.article-teaser-flex .date {
    color: #757575;
    margin-bottom: 11.999px;
    margin-bottom: 0.70588rem;
    margin-top: 0;
    margin-top: 0rem;
}
.article-teaser-flex .tags {
    text-align: left;
    padding: 14px 5px;
    padding: 0.82353rem 0.29412rem;
}
.article-teaser-flex .tag {
    z-index: 100;
}
.article-teaser-flex .read-more {
    display: inline-block;
    text-align: center;
    z-index: 9;
}
.article-teaser {
    float: none;
    margin-bottom: 62px;
    margin-bottom: 3.64706rem;
}
@media (max-width: 960px) {
    .article-teaser {
        position: relative;
        text-align: center;
    }
    .article-teaser .summary {
        display: none;
    }
}
@media (min-width: 1024px) {
    .article-teaser {
        padding-left: 0;
        padding-right: 0;
    }
}
.article-teaser .featured-image {
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}
@media (max-width: 960px) {
    .article-teaser .featured-image {
        border-radius: 8px 8px 0 0;
    }
}
.article-teaser .featured-image .background-image:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 62.5%;
}
.article-teaser .meta {
    padding: 23.999px 39.999px 53.999px !important;
    padding: 1.41176rem 2.35294rem 3.17647rem !important;
}
@media (max-width: 960px) {
    .article-teaser .meta {
        padding: 0rem 0.64706rem !important;
        text-align: left;
        top: -16px;
    }
    .article-teaser .meta h2,
    .article-teaser .meta h4 {
        margin-bottom: 6px;
    }
}
.article-teaser .meta a {
    color: #212121;
}
.article-teaser .date {
    color: #757575;
    font-size: 14px;
    font-size: 0.82353rem;
    margin-bottom: 11.999px;
    margin-bottom: 0.70588rem;
}
@media (max-width: 960px) {
    .article-teaser .date {
        font-size: 0.70588rem;
    }
}
.article-teaser .tags {
    bottom: 34px;
    bottom: 2rem;
    left: 39.999px;
    left: 2.35294rem;
    position: absolute;
}
@media (max-width: 960px) {
    .article-teaser .tags {
        display: none;
        padding: 0.82353rem 0.29412rem;
        position: static;
        text-align: left;
    }
}
.article-teaser .tag {
    z-index: 100;
}
.article-teaser .read-more {
    border-radius: 24px;
    height: 48px;
    left: 50%;
    margin-left: -5%;
    margin-top: -24px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 10%;
    z-index: 9;
}
.article-teaser .read-more:before,
.article-teaser .read-more:after {
    border-radius: 24px;
}
@media (max-width: 960px) {
    .article-teaser .read-more {
        height: 32px;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        top: -16px;
        width: auto;
    }
}
.page-blog-index .rss-feed {
    padding-bottom: 53.999px;
    padding-bottom: 3.17647rem;
    text-align: right;
}
.page-blog-index .rss-feed .button {
    background-color: #f90;
}
.page-blog-index .top-articles {
    background-color: #fff;
    border-radius: 8px;
    padding: 17.999px 0 19.999px;
    padding: 1.05882rem 0rem 1.17647rem;
}
.page-blog-index .top-articles:before,
.page-blog-index .top-articles:after {
    content: " ";
    display: table;
}
.page-blog-index .top-articles:after {
    clear: both;
}
.page-blog-index .top-articles h3,
.page-blog-index .top-articles h5 {
    padding: 0 17.999px;
    padding: 0rem 1.05882rem;
}
.page-blog-index .top-articles .top-article {
    display: block;
    float: left;
    padding: 0 17.999px;
    padding: 0rem 1.05882rem;
    width: 25%;
}
@media (max-width: 960px) {
    .page-blog-index .top-articles .top-article {
        padding-bottom: 1.41176rem;
        width: 100%;
    }
}
.page-blog-index .blog-filters {
    margin-top: 87.999px;
    margin-top: 5.17647rem;
}
@media (max-width: 960px) {
    .page-blog-index .blog-filters .channels {
        margin: 0rem -0.23529rem 0rem;
    }
    .page-blog-index .blog-filters .topics {
        margin: 3.88235rem -0.23529rem 0rem;
    }
}
.page-blog-index .article-teasers {
    margin-top: 31.999px;
    margin-top: 1.88235rem;
}
@media (max-width: 960px) {
    .post .intro-content {
        padding-top: 3.17647rem;
    }
    .post .scrollable-image {
        margin-right: -0.76471rem;
        overflow-x: auto;
        padding-right: 0.76471rem;
    }
}
.post .intro {
    background-color: #f8f8f8;
    padding-bottom: 59.999px;
    padding-bottom: 3.52941rem;
}
.post .featured-image .background-image:before {
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 62.5%;
}
.post .featured-image img {
    border-radius: 8px;
}
.post .post-body {
    padding-top: 44px;
    padding-top: 2.58824rem;
}
.post .sidebar {
    background-color: #f8f8f8;
    border-radius: 0 0 8px 8px;
    color: #757575;
    font-weight: 500;
    padding: 0 19.999px;
    padding: 0rem 1.17647rem;
}
.post .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post .sidebar p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.post .sidebar .partial {
    margin-bottom: 44px;
    margin-bottom: 2.58824rem;
}
.post .sidebar .mail-share {
    background-color: #212121;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 0 12px;
}
.post .sidebar .mail-share .letter-icon {
    padding-right: 4px;
    position: relative;
    top: 1px;
}
.page-blog-post #page {
    background-color: #fff;
}
.page-wiki #page,
.page-wiki-category #page,
.page-wiki-entry #page {
    background-color: #fff;
}
.page-wiki .filters,
.page-wiki-category .filters,
.page-wiki-entry .filters {
    margin-bottom: 54.999px;
    margin-bottom: 3.23529rem;
    margin-top: 110px;
    margin-top: 6.47059rem;
}
.page-wiki .filters ul,
.page-wiki-category .filters ul,
.page-wiki-entry .filters ul {
    font-size: 0;
    left: 12px;
    margin-right: 11.999px;
    margin-right: 0.70588rem;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.page-wiki .filters ul::-webkit-scrollbar,
.page-wiki-category .filters ul::-webkit-scrollbar,
.page-wiki-entry .filters ul::-webkit-scrollbar {
    width: 0;
}
@media screen and (max-width: 460px) {
    .page-wiki .filters ul,
    .page-wiki-category .filters ul,
    .page-wiki-entry .filters ul {
        overflow-x: scroll;
        overflow-y: visible;
        white-space: nowrap;
    }
}
@media screen and (min-width: 1100px) {
    .page-wiki .filters ul,
    .page-wiki-category .filters ul,
    .page-wiki-entry .filters ul {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .page-wiki .filters ul,
    .page-wiki-category .filters ul,
    .page-wiki-entry .filters ul {
        left: -64px;
        width: 1100px;
    }
}
.page-wiki .filters ul li,
.page-wiki-category .filters ul li,
.page-wiki-entry .filters ul li {
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.58824rem;
}
.page-wiki .filters ul li a,
.page-wiki-category .filters ul li a,
.page-wiki-entry .filters ul li a {
    color: #171717;
}
.page-wiki .filters ul li .wiki-link,
.page-wiki-category .filters ul li .wiki-link,
.page-wiki-entry .filters ul li .wiki-link {
    border: 0.999px solid #474747;
    border: 0.05882rem solid #474747;
    border-radius: 1.17647rem;
    display: inline-block;
    font-size: 17.999px;
    font-size: 1.05882rem;
    font-weight: 500;
    height: 39.999px;
    height: 2.35294rem;
    line-height: 0;
    line-height: 0rem;
    padding: 2.999px 16px 10px 19.999px;
    padding: 0.17647rem 0.94118rem 0.58824rem 1.17647rem;
    -webkit-transition: all 0.14s ease-out;
    transition: all 0.14s ease-out;
}
.page-wiki .filters ul li .wiki-link:hover,
.page-wiki-category .filters ul li .wiki-link:hover,
.page-wiki-entry .filters ul li .wiki-link:hover {
    background-color: #757575;
    border-color: #757575;
    color: #fff;
}
.page-wiki .filters ul li .wiki-link:hover svg .path,
.page-wiki-category .filters ul li .wiki-link:hover svg .path,
.page-wiki-entry .filters ul li .wiki-link:hover svg .path {
    fill: #fff;
}
.page-wiki .filters ul li .wiki-link.selected,
.page-wiki-category .filters ul li .wiki-link.selected,
.page-wiki-entry .filters ul li .wiki-link.selected {
    background-color: #212121;
    border-color: #212121;
    color: #fff;
}
.page-wiki .filters ul li .wiki-link.selected svg .path,
.page-wiki-category .filters ul li .wiki-link.selected svg .path,
.page-wiki-entry .filters ul li .wiki-link.selected svg .path {
    fill: #fff;
}
.page-wiki .filters ul li .wiki-link svg,
.page-wiki-category .filters ul li .wiki-link svg,
.page-wiki-entry .filters ul li .wiki-link svg {
    display: inline-block;
    height: 37.999px;
    height: 2.23529rem;
    margin-left: -10px;
    margin-left: -0.58824rem;
    margin-right: 2.999px;
    margin-right: 0.17647rem;
    margin-top: -3.999px;
    margin-top: -0.23529rem;
    vertical-align: middle;
    width: 37.999px;
    width: 2.23529rem;
}
.page-wiki .filters ul li .wiki-link svg .path,
.page-wiki-category .filters ul li .wiki-link svg .path,
.page-wiki-entry .filters ul li .wiki-link svg .path {
    fill: #212121;
}
.page-wiki .wiki-body,
.page-wiki-category .wiki-body,
.page-wiki-entry .wiki-body {
    float: right;
    margin: 0;
    padding: 0 10px;
    padding: 0 0.58824rem;
}
.page-wiki .wiki-body h1,
.page-wiki-category .wiki-body h1,
.page-wiki-entry .wiki-body h1 {
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
}
.page-wiki .wiki-body h2,
.page-wiki-category .wiki-body h2,
.page-wiki-entry .wiki-body h2 {
    font-size: 23.999px;
    font-size: 1.41176rem;
    font-weight: 700;
    line-height: 22px;
    line-height: 1.29412rem;
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
    margin-top: 48px;
    margin-top: 2.82353rem;
}
.page-wiki .wiki-body h3,
.page-wiki-category .wiki-body h3,
.page-wiki-entry .wiki-body h3 {
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 500;
    line-height: 19.999px;
    line-height: 1.17647rem;
    margin-bottom: 25.999px;
    margin-bottom: 1.52941rem;
    margin-top: 42px;
    margin-top: 2.47059rem;
}
.page-wiki .wiki-body h1 + h2,
.page-wiki .wiki-body h2 + h3,
.page-wiki-category .wiki-body h1 + h2,
.page-wiki-category .wiki-body h2 + h3,
.page-wiki-entry .wiki-body h1 + h2,
.page-wiki-entry .wiki-body h2 + h3 {
    margin-top: 11.999px;
    margin-top: 0.70588rem;
}
@media screen and (min-width: 960px) {
    .page-wiki .wiki-body,
    .page-wiki-category .wiki-body,
    .page-wiki-entry .wiki-body {
        padding-left: 0;
    }
}
.page-wiki .sidebar,
.page-wiki-category .sidebar,
.page-wiki-entry .sidebar {
    float: right;
}
.page-wiki .sidebar .sidebar-inner,
.page-wiki-category .sidebar .sidebar-inner,
.page-wiki-entry .sidebar .sidebar-inner {
    background-color: #f8f8f8;
    margin: 30px 10px;
    margin: 1.76471rem 0.58824rem;
    padding: 31.999px 23.999px;
    padding: 1.88235rem 1.41176rem;
}
@media screen and (min-width: 460px) {
    .page-wiki .sidebar .sidebar-inner,
    .page-wiki-category .sidebar .sidebar-inner,
    .page-wiki-entry .sidebar .sidebar-inner {
        margin: 0 10% 0 0.58824rem;
    }
}
@media screen and (min-width: 960px) {
    .page-wiki .sidebar .sidebar-inner,
    .page-wiki-category .sidebar .sidebar-inner,
    .page-wiki-entry .sidebar .sidebar-inner {
        margin: 0 20% 0 1.17647rem;
    }
}
.page-wiki .sidebar .sidebar-inner h4,
.page-wiki-category .sidebar .sidebar-inner h4,
.page-wiki-entry .sidebar .sidebar-inner h4 {
    font-size: 19.999px;
    font-size: 1.17647rem;
}
.page-wiki .sidebar .sidebar-inner h4 .hidden-link,
.page-wiki-category .sidebar .sidebar-inner h4 .hidden-link,
.page-wiki-entry .sidebar .sidebar-inner h4 .hidden-link {
    color: #171717;
}
.page-wiki ul,
.page-wiki-category ul,
.page-wiki-entry ul {
    font-size: 14.999px;
    font-size: 0.88235rem;
    font-weight: bold;
    list-style: none;
}
.page-wiki ul > li,
.page-wiki-category ul > li,
.page-wiki-entry ul > li {
    padding-left: 0;
}
.page-wiki ul > li:before,
.page-wiki-category ul > li:before,
.page-wiki-entry ul > li:before {
    display: none;
}
.page-glossar .sharing {
    display: none !important;
}
.page-glossar header.intro {
    padding-bottom: 0;
}
.page-glossar .post .post-body {
    padding-top: 0;
}
.page-impressum .sharing {
    display: none !important;
}
.page-impressum header.intro {
    padding-bottom: 0;
}
.page-impressum h1 {
    margin-bottom: 0;
}
.page-impressum h2 {
    font-size: 23.999px;
    font-size: 1.41176rem;
    padding-top: 144px;
    padding-top: 8.47059rem;
}
.page-impressum .post-body a.break {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.page-datenschutz .datenschutz {
    background-color: #fff;
    padding: 0 0 85.999px;
    padding: 0 0 5.05882rem;
}
.page-datenschutz .datenschutz .js-accordion__panel ul li,
.page-datenschutz .datenschutz .js-accordion__panel ol li {
    margin-bottom: 17px;
    margin-bottom: 1rem;
}
.page-datenschutz .datenschutz .js-accordion__panel h3 {
    font-size: 19.999px;
    font-size: 1.17647rem;
    margin-bottom: 17px;
    margin-bottom: 1rem;
    margin-top: 34px;
    margin-top: 2rem;
    color: #9a9999;
}
.page-datenschutz .datenschutz .js-accordion__panel h4 {
    font-size: 17.999px;
    font-size: 1.05882rem;
    margin-bottom: 17px;
    margin-bottom: 1rem;
    margin-top: 34px;
    margin-top: 2rem;
}
.page-datenschutz .datenschutz .footnote {
    color: #9a9999;
    margin-left: 36px;
    margin-left: 2.11765rem;
    font-size: 14px;
    font-size: 0.82353rem;
}
.page-datenschutz .datenschutz .datenschutz-header {
    margin-bottom: 85px;
    margin-bottom: 5rem;
    padding-right: 59.999px;
    padding-right: 3.52941rem;
    position: relative;
}
.page-datenschutz .datenschutz .datenschutz-header .headline {
    margin-bottom: 39.999px;
    margin-bottom: 2.35294rem;
    padding-top: 144px;
    padding-top: 8.47059rem;
}
.page-datenschutz .datenschutz .datenschutz-header .introtext {
    max-width: 767.999px;
    max-width: 45.17647rem;
}
@media only screen and (max-width: 640px) {
    .page-datenschutz .datenschutz .datenschutz-header {
        margin-bottom: 4.11765rem;
        padding-right: 2.88235rem;
    }
    .page-datenschutz .datenschutz .datenschutz-header .headline {
        margin-bottom: 40px;
        margin-left: 36px;
        text-align: left;
    }
    .page-datenschutz .datenschutz .datenschutz-header .introtext {
        margin-left: 36px;
        margin-right: 0;
        text-align: left;
        max-width: none;
    }
}
.page-datenschutz .datenschutz button:focus {
    outline: none;
}
.page-datenschutz .datenschutz .animated-accordion__panel[aria-hidden="false"] {
    background-color: #f8f8f8;
    border-radius: 0 0 8px 8px;
    margin-bottom: 20px;
    padding: 20px 36px 10px;
}
.page-datenschutz .datenschutz .animated-accordion__header[aria-expanded="true"] {
    border-radius: 8px 8px 0 0;
    margin: 0;
}
.page-datenschutz .datenschutz button.js-accordion__header {
    background-color: #f8f8f8;
    border: 0;
    border-radius: 8px;
    color: #212121;
    display: block;
    font-size: 19.999px;
    font-size: 1.17647rem;
    font-weight: 500;
    height: auto;
    line-height: 1;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
    padding: 20px 60px 20px 36px;
    text-align: left;
    width: 100%;
}
.page-landing-page-2020 .intro-image .image {
    display: block;
}
.page-landing-page-2020 .intro {
    padding-bottom: 25.5px;
    padding-bottom: 1.5rem;
    padding-top: 0;
}
.page-landing-page-2020 .intro h1 {
    font-size: 30px;
    font-size: 1.76471rem;
    font-weight: 500;
    left: -2px;
    line-height: 1.1;
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
    top: -5px;
}
@media (min-width: 460px) {
    .page-landing-page-2020 .intro h1 {
        font-size: 2.29412rem;
    }
}
@media (min-width: 960px) {
    .page-landing-page-2020 .intro h1 {
        font-size: 2.82353rem;
        margin-bottom: 1.41176rem;
    }
}
.page-landing-page-2020 .content-block {
    padding-bottom: 30px;
    padding-bottom: 1.76471rem;
    padding-top: 90px;
    padding-top: 5.29412rem;
}
@media (max-width: 960px) {
    .page-landing-page-2020 .content-block {
        padding-top: 1.76471rem;
    }
}
.page-landing-page-2020 .content-block h2 {
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 11.999px;
    margin-bottom: 0.70588rem;
    top: -4px;
}
@media (min-width: 460px) {
    .page-landing-page-2020 .content-block h2 {
        font-size: 1.58824rem;
    }
}
@media (min-width: 960px) {
    .page-landing-page-2020 .content-block h2 {
        font-size: 1.88235rem;
        margin-bottom: 1.76471rem;
    }
}
.page-landing-page-2020 .content-block.odd .row.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 960px) {
    .page-landing-page-2020 .content-block.odd .row.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page-landing-page-2020 .content-block.even {
    background-color: #fff;
}
.page-landing-page-2020 .content-block.even .row.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 960px) {
    .page-landing-page-2020 .content-block.even .row.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page-landing-page-2020 .content-block .row.flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.page-landing-page-2020 .content-block .row .image {
    text-align: center;
}
.page-landing-page-2020 .content-block .row .image .img {
    height: auto;
    max-height: 375px;
    max-width: 100%;
    width: auto;
}
@media (max-width: 960px) {
    .page-landing-page-2020 .content-block .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-landing-page-2020 .content-block .row .image {
        margin-bottom: 2rem;
    }
}
.page-landing-page-2020 .content-block .row.center {
    text-align: center;
}
.page-landing-page-2020 .content-block .row.center .button {
    margin-bottom: 17px;
    margin-bottom: 1rem;
    margin-top: 64px;
    margin-top: 3.76471rem;
}
.page-landing-page-2020 .technologies {
    background-color: #212121;
    padding-bottom: 51px;
    padding-bottom: 3rem;
    padding-top: 51px;
    padding-top: 3rem;
}
.page-landing-page-2020 .article-teasers {
    padding-top: 85px;
    padding-top: 5rem;
}
.page-landing-page-2020 .article-teasers .center {
    text-align: center;
}
.page-landing-page-2020 .article-teasers h2 {
    font-size: 30px;
    font-size: 1.76471rem;
    font-weight: 500;
    left: -2px;
    line-height: 1.1;
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
    top: -5px;
    padding-bottom: 51px;
    padding-bottom: 3rem;
}
@media (min-width: 460px) {
    .page-landing-page-2020 .article-teasers h2 {
        font-size: 2.29412rem;
    }
}
@media (min-width: 960px) {
    .page-landing-page-2020 .article-teasers h2 {
        font-size: 2.82353rem;
        margin-bottom: 1.41176rem;
    }
}
.page-landing-page-2020 .article-teasers h3 {
    font-size: 23.999px;
    font-size: 1.41176rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 23.999px;
    margin-bottom: 1.41176rem;
    margin-bottom: 29.75px;
    margin-bottom: 1.75rem;
}
.page-landing-page-2021 {
    font-weight: 300;
    line-height: 1.3;
}
.page-landing-page-2021 b,
.page-landing-page-2021 strong {
    font-weight: 500;
}
.page-landing-page-2021 p {
    font-weight: 300;
    line-height: 1.3;
}
.page-landing-page-2021 h1,
.page-landing-page-2021 h2,
.page-landing-page-2021 h3,
.page-landing-page-2021 h4,
.page-landing-page-2021 h5,
.page-landing-page-2021 h6 {
    left: 0;
    position: static;
    top: 0;
}
.page-landing-page-2021 #page {
    background-color: #fff;
    padding-bottom: 0;
}
.page-landing-page-2021 #page .button.xlarge.tertiary {
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 700;
}
.page-landing-page-2021 .button {
    -moz-osx-font-smoothing: grayscale;
}
.page-landing-page-2021 .center {
    text-align: center;
}
.page-landing-page-2021 .section.fullwidth {
    max-width: none;
    padding-left: 19.999px;
    padding-left: 1.17647rem;
    padding-right: 19.999px;
    padding-right: 1.17647rem;
}
.page-landing-page-2021 .section.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}
.page-landing-page-2021 .section.vp40 {
    padding-bottom: 39.999px;
    padding-bottom: 2.35294rem;
    padding-top: 39.999px;
    padding-top: 2.35294rem;
}
.page-landing-page-2021 .section.vm40 {
    margin-bottom: 39.999px;
    margin-bottom: 2.35294rem;
    margin-top: 39.999px;
    margin-top: 2.35294rem;
}
.page-landing-page-2021 .section.vp50 {
    padding-bottom: 50px;
    padding-bottom: 2.94118rem;
    padding-top: 50px;
    padding-top: 2.94118rem;
}
.page-landing-page-2021 .section.vm50 {
    margin-bottom: 50px;
    margin-bottom: 2.94118rem;
    margin-top: 50px;
    margin-top: 2.94118rem;
}
.page-landing-page-2021 .section.hm20 .row {
    margin-left: 19.999px;
    margin-left: 1.17647rem;
    margin-right: 19.999px;
    margin-right: 1.17647rem;
}
.page-landing-page-2021 .section .headline,
.page-landing-page-2021 .section .body {
    line-height: 1.1;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}
.page-landing-page-2021 .section .headline {
    font-size: 30px;
    font-size: 1.76471rem;
    font-weight: 500;
    left: 0;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .section .headline {
        font-size: 1.29412rem;
        margin-bottom: 0.88235rem;
    }
}
.page-landing-page-2021 .section .body {
    font-size: 19px;
    font-size: 1.11765rem;
    font-weight: 300;
    margin-bottom: 39.999px;
    margin-bottom: 2.35294rem;
}
.page-landing-page-2021 .section .body p {
    font-size: inherit;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .section .body {
        font-size: 1rem;
    }
}
.page-landing-page-2021 .intro-image .image {
    display: block;
}
.page-landing-page-2021 .intro {
    font-weight: 300;
    padding-bottom: 25.5px;
    padding-bottom: 1.5rem;
    padding-top: 144px;
    padding-top: 8.47059rem;
}
.page-landing-page-2021 .intro p {
    font-weight: 300;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .intro {
        padding-top: 4rem;
    }
}
.page-landing-page-2021 .intro h1 {
    margin-left: 13px;
    margin-left: 0.76471rem;
    margin-right: 13px;
    margin-right: 0.76471rem;
}
.page-landing-page-2021 .intro .body {
    width: 66.67%;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .intro .body {
        width: 85%;
    }
}
.page-landing-page-2021 .services .body {
    font-size: 19px;
    font-size: 1.11765rem;
    margin-bottom: 65px;
    margin-bottom: 3.82353rem;
    width: 50%;
}
.page-landing-page-2021 .services .body p {
    font-size: inherit;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .services .body {
        font-size: 1rem;
        width: 85%;
    }
}
.page-landing-page-2021 .services .icons {
    margin-bottom: 70px;
    margin-bottom: 4.11765rem;
    text-align: center;
}
.page-landing-page-2021 .services .icons .arrow-left {
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 12px;
    margin: 8px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 12px;
}
.page-landing-page-2021 .services .icons .arrow-left:after,
.page-landing-page-2021 .services .icons .arrow-left:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
}
.page-landing-page-2021 .services .icons .arrow-left:before {
    -webkit-box-shadow: inset 0 0 0 32px;
    box-shadow: inset 0 0 0 32px;
    height: 2px;
    position: absolute;
    right: 0;
    top: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    width: 18px;
}
.page-landing-page-2021 .services .icons img {
    height: auto;
    vertical-align: middle;
    width: 120px;
}
.page-landing-page-2021 .services .icons img:first-child {
    margin-right: -30px;
    margin-right: -1.76471rem;
}
.page-landing-page-2021 .case .section .row .flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 768px) {
    .page-landing-page-2021 .case .section .row .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page-landing-page-2021 .case .section .row .flex .image {
    -ms-flex-item-align: center;
    align-self: center;
    background-color: rgba(255, 128, 0, 0.25);
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.page-landing-page-2021 .case .section .row .flex .image img {
    display: block;
    height: auto;
    width: 100%;
}
.page-landing-page-2021 .case .section .row .flex .flex.col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: 39.999px;
    margin-left: 2.35294rem;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .case .section .row .flex .flex.col {
        margin-left: 0;
        margin-top: 2.35294rem;
    }
}
.page-landing-page-2021 .case .section .row .flex .flex.col .quote {
    font-size: 19.999px;
    font-size: 1.17647rem;
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 19.999px;
    padding-bottom: 1.17647rem;
    position: relative;
}
.page-landing-page-2021 .case .section .row .flex .flex.col .quote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
}
.page-landing-page-2021 .case .section .row .flex .flex.col .quote:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f8f8f8;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    left: 90px;
    position: absolute;
    width: 0;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .case .section .row .flex .flex.col .quote:after {
        left: 60px;
    }
}
.page-landing-page-2021 .case .section .row .flex .flex.col .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 59.999px;
    margin-left: 3.52941rem;
    padding-bottom: 39.999px;
    padding-bottom: 2.35294rem;
    padding-top: 39.999px;
    padding-top: 2.35294rem;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .case .section .row .flex .flex.col .person {
        margin-left: 1.76471rem;
    }
}
.page-landing-page-2021 .case .section .row .flex .flex.col .person .person--img {
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 70px;
    height: 4.11765rem;
    margin-left: 13px;
    margin-left: 0.76471rem;
    margin-right: 19.999px;
    margin-right: 1.17647rem;
    overflow: hidden;
    width: 70px;
    width: 4.11765rem;
}
.page-landing-page-2021 .case .section .row .flex .flex.col .person .person--copy {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.page-landing-page-2021 .case .section .row .flex .flex.col .person .person--copy .person--name {
    font-weight: 500;
    margin-bottom: 2px;
    margin-bottom: 0.11765rem;
    margin-top: 5px;
    margin-top: 0.29412rem;
}
.page-landing-page-2021 .case .section .row .flex .flex.col .person .person--copy .person--pos {
    color: #9a9999;
    font-size: 14px;
    font-size: 0.82353rem;
    font-weight: 300;
    line-height: 1.25;
    margin: 0;
}
.page-landing-page-2021 .case-teaser .section .headline,
.page-landing-page-2021 .case-teaser .section .body {
    line-height: 1.1;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    text-align: center;
}
.page-landing-page-2021 .case-teaser .section .headline {
    font-size: 30px;
    font-size: 1.76471rem;
    font-weight: 500;
    left: 0;
    margin-bottom: 14.999px;
    margin-bottom: 0.88235rem;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .case-teaser .section .headline {
        font-size: 1.29412rem;
        margin-bottom: 0.88235rem;
    }
}
.page-landing-page-2021 .case-teaser .section .body {
    margin-bottom: 39.999px;
    margin-bottom: 2.35294rem;
}
.page-landing-page-2021 .case-teaser .section .body,
.page-landing-page-2021 .case-teaser .section .body p {
    font-size: 19px;
    font-size: 1.11765rem;
    font-weight: 300;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .case-teaser .section .body,
    .page-landing-page-2021 .case-teaser .section .body p {
        font-size: 1rem;
    }
}
.page-landing-page-2021 .team .section {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 70px;
    padding-bottom: 4.11765rem;
    padding-top: 30px;
    padding-top: 1.76471rem;
}
.page-landing-page-2021 .team .section .row {
    margin: 0;
    padding-left: 19.999px;
    padding-left: 1.17647rem;
    padding-right: 19.999px;
    padding-right: 1.17647rem;
}
.page-landing-page-2021 .team .section .body {
    font-size: 19px;
    font-size: 1.11765rem;
    margin-bottom: 50px;
    margin-bottom: 2.94118rem;
    width: 50%;
}
.page-landing-page-2021 .team .section .body p {
    font-size: inherit;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .team .section .body {
        font-size: 1rem;
        width: 85%;
    }
}
.page-landing-page-2021 .team .section .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    margin-bottom: 2.94118rem;
    overflow: hidden;
}
.page-landing-page-2021 .team .section .image img {
    -ms-flex-item-align: center;
    align-self: center;
    height: 340px;
    width: auto;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .team .section .image {
        height: 170px;
    }
    .page-landing-page-2021 .team .section .image img {
        height: 170px;
    }
}
.page-landing-page-2021 .contact .section {
    color: #f8f8f8;
}
.page-landing-page-2021 .contact .section.full-width {
    padding-left: 23.999px;
    padding-left: 1.41176rem;
    padding-right: 23.999px;
    padding-right: 1.41176rem;
}
.page-landing-page-2021 .contact .section .column-one {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.page-landing-page-2021 .contact .section .column-two {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.page-landing-page-2021 .contact .section .column-two p {
    font-size: 19px;
    font-size: 1.11765rem;
    line-height: 25.999px;
    line-height: 1.52941rem;
}
.page-landing-page-2021 .contact .section .column-two a {
    color: #f8f8f8;
}
.page-landing-page-2021 .contact .section .column-two .has-icon {
    padding-left: 71.999px;
    padding-left: 4.23529rem;
}
.page-landing-page-2021 .contact .section .column-two .has-icon:before,
.page-landing-page-2021 .contact .section .column-two .has-icon:after {
    content: " ";
    display: table;
}
.page-landing-page-2021 .contact .section .column-two .has-icon:after {
    clear: both;
}
.page-landing-page-2021 .contact .section .column-two .has-icon.address:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4KICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNiwxIEMzOS44MDcxMTg3LDEgNTEsMTIuMTkyODgxMyA1MSwyNiBDNTEsMzkuODA3MTE4NyAzOS44MDcxMTg3LDUxIDI2LDUxIEMxMi4xOTI4ODEzLDUxIDEsMzkuODA3MTE4NyAxLDI2IEMxLDEyLjE5Mjg4MTMgMTIuMTkyODgxMywxIDI2LDEgWiBNMjYsMTUgQzIxLjU4MiwxNSAxOCwxOC41ODIgMTgsMjMgQzE4LDI5IDI2LDM3IDI2LDM3IEMyNiwzNyAzNCwyOSAzNCwyMyBDMzQsMTguNTgyIDMwLjQxOCwxNSAyNiwxNSBaIE0yNiwyMCBDMjcuNjU3LDIwIDI5LDIxLjM0MyAyOSwyMyBDMjksMjQuNjU3IDI3LjY1NywyNiAyNiwyNiBDMjQuMzQzLDI2IDIzLDI0LjY1NyAyMywyMyBDMjMsMjEuMzQzIDI0LjM0MywyMCAyNiwyMCBaIi8+Cjwvc3ZnPgo=);
}
.page-landing-page-2021 .contact .section .column-two .has-icon.email:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4KICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNiwxIEMzOS44MDcxMTg3LDEgNTEsMTIuMTkyODgxMyA1MSwyNiBDNTEsMzkuODA3MTE4NyAzOS44MDcxMTg3LDUxIDI2LDUxIEMxMi4xOTI4ODEzLDUxIDEsMzkuODA3MTE4NyAxLDI2IEMxLDEyLjE5Mjg4MTMgMTIuMTkyODgxMywxIDI2LDEgWiBNMjguMjY5MSwyNi43MDcxIEwyNy43MDMxLDI3LjI2NDEgQzI3LjAxOTEsMjcuOTI4MSAyNi4zNjUxLDI4LjI0MDEgMjUuNjMyMSwyOC4yNDAxIEMyNC44OTAxLDI4LjI0MDEgMjQuMjM2MSwyNy45MjgxIDIzLjU1MzEsMjcuMjY0MSBMMjIuOTg2MSwyNi43MDcxIEwxNS43NTkxLDMzLjg5NDEgQzE2LjE2OTEsMzQuMjM2MSAxNi44NjMxLDM0LjQxMjEgMTcuODMwMSwzNC40MTIxIEwzMy42MDExLDM0LjQxMjEgQzM0LjQ5MDEsMzQuNDEyMSAzNS4xMjUxLDM0LjIzNjEgMzUuNTA2MSwzMy45MDQxIEwyOC4yNjkxLDI2LjcwNzEgWiBNMTQuODEyMSwxOC42NDExIEMxNC42MDcxLDE4Ljk4MjEgMTQuNTAwMSwxOS41MjkxIDE0LjUwMDEsMjAuMzAxMSBMMTQuNTAwMSwzMS4xMDExIEMxNC41MDAxLDMxLjg0NDEgMTQuNTk4MSwzMi4zNzExIDE0Ljc4MzEsMzIuNjkzMSBMMjEuODkyMSwyNS42MzIxIEwxNC44MTIxLDE4LjY0MTEgWiBNMzYuNDI0MSwxOC42NjAxIEwyOS4zNjMxLDI1LjYzMjEgTDM2LjQ2MzEsMzIuNjgzMSBDMzYuNjM5MSwzMi4zNTExIDM2LjczNjEsMzEuODM0MSAzNi43MzYxLDMxLjEwMTEgTDM2LjczNjEsMjAuMzAxMSBDMzYuNzM2MSwxOS41NDkxIDM2LjYyOTEsMTguOTkyMSAzNi40MjQxLDE4LjY2MDEgWiBNMzMuNDA2MSwxNy4wMDAxIEwxNy42MzUxLDE3LjAwMDEgQzE2Ljc4NTEsMTcuMDAwMSAxNi4xNjkxLDE3LjE1NjEgMTUuODA5MSwxNy40NTgxIEwyNC4zNzIxLDI1Ljk4NDEgQzI0LjgyMjEsMjYuNDMzMSAyNS4yMDMxLDI2LjYzOTEgMjUuNjMyMSwyNi42MzkxIEMyNi4wNTIxLDI2LjYzOTEgMjYuNDM0MSwyNi40MzMxIDI2Ljg4MzEsMjUuOTg0MSBMMzUuNDE4MSwxNy40ODgxIEMzNS4wMjcxLDE3LjE2NjEgMzQuMzUzMSwxNy4wMDAxIDMzLjQwNjEsMTcuMDAwMSBaIi8+Cjwvc3ZnPgo=);
}
.page-landing-page-2021 .contact .section .column-two .has-icon.phone:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4KICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNiwxIEMzOS44MDcxMTg3LDEgNTEsMTIuMTkyODgxMyA1MSwyNiBDNTEsMzkuODA3MTE4NyAzOS44MDcxMTg3LDUxIDI2LDUxIEMxMi4xOTI4ODEzLDUxIDEsMzkuODA3MTE4NyAxLDI2IEMxLDEyLjE5Mjg4MTMgMTIuMTkyODgxMywxIDI2LDEgWiBNMTkuODQ5LDE2LjUgQzE5LjE4NSwxNi41IDE4LjUxMiwxNi43ODMgMTcuOTI2LDE3LjMzOSBDMTYuOTM5LDE4LjI2NyAxNi41LDE5LjQxOSAxNi41LDIwLjcwOSBDMTYuNSwyMy42MDkgMTguNzM2LDI3LjEzNCAyMS42NjYsMzAuMDY0IEMyNC42MDUsMzMuMDAzIDI4LjE1OSwzNS4yNjkgMzEuMDYxLDM1LjI2OSBDMzIuMzQ5LDM1LjI2OSAzMy40OTEsMzQuODEgMzQuNDA5LDMzLjgwNCBDMzQuOTM3LDMzLjIwOSAzNS4yNSwzMi41MzUgMzUuMjUsMzEuODYxIEMzNS4yNSwzMS4zMDQgMzUuMDQ1LDMwLjc3NyAzNC41MTcsMzAuNDA2IEwzMS41MDksMjguMjY3IEMzMS4wMywyNy45MjUgMzAuNjMsMjcuNzY5IDMwLjI3LDI3Ljc2OSBDMjkuODAxLDI3Ljc2OSAyOS4zOTEsMjguMDMzIDI4LjkzMSwyOC40OTIgTDI4LjIwOSwyOS4yMDUgQzI4LjEwMSwyOS4zMTIgMjcuOTY0LDI5LjM1MSAyNy44MjgsMjkuMzUxIEMyNy42ODEsMjkuMzUxIDI3LjUyNSwyOS4yOTMgMjcuNDE3LDI5LjIzNCBDMjYuODAzLDI4Ljg5MiAyNS43MjgsMjcuOTc0IDI0Ljc0MiwyNi45OTggQzIzLjc2NiwyNi4wMTEgMjIuODM4LDI0Ljk0NyAyMi41MDUsMjQuMzIyIEMyMi40NDcsMjQuMjE0IDIyLjM4OCwyNC4wNTggMjIuMzg4LDIzLjkxMSBDMjIuMzg4LDIzLjc4NSAyMi40MjgsMjMuNjQ3IDIyLjUzNSwyMy41NCBMMjMuMjQ4LDIyLjgwOCBDMjMuNzA3LDIyLjM0OSAyMy45NzEsMjEuOTM5IDIzLjk3MSwyMS40NyBDMjMuOTcxLDIxLjEwOCAyMy44MTQsMjAuNzA5IDIzLjQ3MiwyMC4yMyBMMjEuMzQ0LDE3LjI0MSBDMjAuOTcyLDE2LjcyNCAyMC40MjYsMTYuNSAxOS44NDksMTYuNSBaIi8+Cjwvc3ZnPgo=);
}
.page-landing-page-2021 .contact .section .column-two .has-icon.email {
    line-height: 52px;
}
.page-landing-page-2021 .contact .section .column-two .has-icon.phone {
    line-height: 52px;
}
.page-landing-page-2021 .contact .section .column-two .has-icon:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 52px 52px;
    content: " ";
    display: block;
    float: left;
    height: 51.999px;
    height: 3.05882rem;
    left: 0;
    margin-right: 19.999px;
    margin-right: 1.17647rem;
    position: absolute;
    width: 51.999px;
    width: 3.05882rem;
}
.page-landing-page-2021 .contact .section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding: 19.999px 0;
    padding: 1.17647rem 0;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .contact .section .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page-landing-page-2021 .contact .section .headline {
    color: #fff;
    margin-bottom: 14px;
    margin-bottom: 0.82353rem;
}
.page-landing-page-2021 .contact .section .body {
    line-height: 1.6;
    margin-bottom: 70px;
    margin-bottom: 4.11765rem;
    padding-right: 39.999px;
    padding-right: 2.35294rem;
}
.page-landing-page-2021 .contact .section .body p {
    line-height: inherit;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .contact .section .body {
        margin-bottom: 2.35294rem;
        padding-right: 0;
    }
}
.page-landing-page-2021 .contact .section .cta {
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
}
@media (max-width: 960px) {
    .page-landing-page-2021 .contact .section .cta {
        margin-bottom: 4.70588rem;
    }
}
.page-landing-page-2021-v2,
.page-landing-page-2021-v3 {
    font-weight: 300;
    line-height: 1.3;
}
.page-landing-page-2021-v2 .cases,
.page-landing-page-2021-v3 .cases {
    padding-bottom: 25.999px;
    padding-bottom: 1.52941rem;
}
@media (min-width: 768px) {
    .page-landing-page-2021-v2 .cases,
    .page-landing-page-2021-v3 .cases {
        padding-bottom: 3.05882rem;
    }
}
.page-landing-page-2021-v2 .cases-large .card-2021,
.page-landing-page-2021-v3 .cases-large .card-2021 {
    -webkit-box-shadow: 2px 5px 21px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 5px 21px rgba(0, 0, 0, 0.18);
    -webkit-transition: -webkit-transform 140ms ease-out, -webkit-box-shadow 140ms ease-out;
    transition: -webkit-transform 140ms ease-out, -webkit-box-shadow 140ms ease-out;
    transition: transform 140ms ease-out, box-shadow 140ms ease-out;
    transition: transform 140ms ease-out, box-shadow 140ms ease-out, -webkit-transform 140ms ease-out, -webkit-box-shadow 140ms ease-out;
}
@media (min-width: 1025px) {
    .page-landing-page-2021-v2 .cases-large .card-2021:hover,
    .page-landing-page-2021-v3 .cases-large .card-2021:hover {
        -webkit-box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.12);
        box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.12);
        -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}
.page-landing-page-2021-v2 .intro.section,
.page-landing-page-2021-v3 .intro.section {
    margin-bottom: 10px;
    margin-bottom: 0.58824rem;
    padding-top: 144px;
    padding-top: 8.47059rem;
}
@media (max-width: 767px) {
    .page-landing-page-2021-v2 .intro.section,
    .page-landing-page-2021-v3 .intro.section {
        padding-top: 4.70588rem;
    }
    .page-landing-page-2021-v2 .intro.section h2,
    .page-landing-page-2021-v3 .intro.section h2 {
        margin-bottom: 0.58824rem;
    }
}
.page-landing-page-2021-v2 .intro.section .intro-text,
.page-landing-page-2021-v3 .intro.section .intro-text {
    margin-left: auto;
    margin-right: auto;
    padding-left: 13px;
    padding-right: 13px;
    width: 75%;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .intro.section .intro-text,
    .page-landing-page-2021-v3 .intro.section .intro-text {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}
.page-landing-page-2021-v2 .cases-large,
.page-landing-page-2021-v3 .cases-large {
    background-color: #f8f8f8;
    padding-bottom: 45px;
    padding-bottom: 2.64706rem;
    padding-top: 0;
    padding-top: 0rem;
}
.page-landing-page-2021-v2 .cases-large .intro,
.page-landing-page-2021-v3 .cases-large .intro {
    margin-bottom: 0;
    margin-bottom: 0rem;
    padding-bottom: 0;
    padding-bottom: 0rem;
    padding-top: 59.999px;
    padding-top: 3.52941rem;
}
.page-landing-page-2021-v2 .cases-large .swiper-container,
.page-landing-page-2021-v3 .cases-large .swiper-container {
    padding-left: 22px;
    padding-left: 1.29412rem;
    padding-right: 22px;
    padding-right: 1.29412rem;
}
@media (min-width: 1164px) {
    .page-landing-page-2021-v2 .cases-large .swiper-container,
    .page-landing-page-2021-v3 .cases-large .swiper-container {
        padding-left: 4.11765rem;
        padding-right: 2.05882rem;
    }
}
.page-landing-page-2021-v2 .cases-large .swiper-slide,
.page-landing-page-2021-v3 .cases-large .swiper-slide {
    height: auto;
    max-width: 1023.999px;
    max-width: 60.23529rem;
    padding: 19.999px 0 25px;
    padding: 1.17647rem 0 1.47059rem;
}
@media (min-width: 768px) {
    .page-landing-page-2021-v2 .cases-large .swiper-slide,
    .page-landing-page-2021-v3 .cases-large .swiper-slide {
        padding: 2.35294rem 0 2.64706rem;
    }
}
@media (min-width: 1164px) {
    .page-landing-page-2021-v2 .cases-large .swiper-slide,
    .page-landing-page-2021-v3 .cases-large .swiper-slide {
        padding-right: 2.05882rem;
    }
}
.page-landing-page-2021-v2 .cases-large .swiper-slide .card-2021,
.page-landing-page-2021-v3 .cases-large .swiper-slide .card-2021 {
    height: 100%;
}
.page-landing-page-2021-v2 b,
.page-landing-page-2021-v2 strong,
.page-landing-page-2021-v3 b,
.page-landing-page-2021-v3 strong {
    font-weight: 500;
}
.page-landing-page-2021-v2 p,
.page-landing-page-2021-v3 p {
    font-weight: 300;
    line-height: 1.3;
}
.page-landing-page-2021-v2 h1,
.page-landing-page-2021-v2 h2,
.page-landing-page-2021-v2 h3,
.page-landing-page-2021-v2 h4,
.page-landing-page-2021-v2 h5,
.page-landing-page-2021-v2 h6,
.page-landing-page-2021-v3 h1,
.page-landing-page-2021-v3 h2,
.page-landing-page-2021-v3 h3,
.page-landing-page-2021-v3 h4,
.page-landing-page-2021-v3 h5,
.page-landing-page-2021-v3 h6 {
    left: 0;
    position: static;
    top: 0;
}
.page-landing-page-2021-v2 #page,
.page-landing-page-2021-v3 #page {
    background-color: #fff;
    padding-bottom: 0;
}
.page-landing-page-2021-v2 #page .button.xlarge.tertiary,
.page-landing-page-2021-v3 #page .button.xlarge.tertiary {
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 700;
}
.page-landing-page-2021-v2 .button,
.page-landing-page-2021-v3 .button {
    -moz-osx-font-smoothing: grayscale;
}
.page-landing-page-2021-v2 .center,
.page-landing-page-2021-v3 .center {
    text-align: center;
}
.page-landing-page-2021-v2 .section.fullwidth,
.page-landing-page-2021-v3 .section.fullwidth {
    max-width: none;
    padding-left: 19.999px;
    padding-left: 1.17647rem;
    padding-right: 19.999px;
    padding-right: 1.17647rem;
}
.page-landing-page-2021-v2 .section.no-side-padding,
.page-landing-page-2021-v3 .section.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}
.page-landing-page-2021-v2 .section.vp40,
.page-landing-page-2021-v3 .section.vp40 {
    padding-bottom: 39.999px;
    padding-bottom: 2.35294rem;
    padding-top: 39.999px;
    padding-top: 2.35294rem;
}
.page-landing-page-2021-v2 .section.vm20,
.page-landing-page-2021-v3 .section.vm20 {
    margin-bottom: 39.999px;
    margin-bottom: 2.35294rem;
    margin-top: 39.999px;
    margin-top: 2.35294rem;
}
.page-landing-page-2021-v2 .section.vm40,
.page-landing-page-2021-v3 .section.vm40 {
    margin-bottom: 39.999px;
    margin-bottom: 2.35294rem;
    margin-top: 39.999px;
    margin-top: 2.35294rem;
}
.page-landing-page-2021-v2 .section.vp50,
.page-landing-page-2021-v3 .section.vp50 {
    padding-bottom: 50px;
    padding-bottom: 2.94118rem;
    padding-top: 50px;
    padding-top: 2.94118rem;
}
.page-landing-page-2021-v2 .section.vm50,
.page-landing-page-2021-v3 .section.vm50 {
    margin-bottom: 50px;
    margin-bottom: 2.94118rem;
    margin-top: 50px;
    margin-top: 2.94118rem;
}
.page-landing-page-2021-v2 .section.hm20 .row,
.page-landing-page-2021-v3 .section.hm20 .row {
    margin-left: 19.999px;
    margin-left: 1.17647rem;
    margin-right: 19.999px;
    margin-right: 1.17647rem;
}
.page-landing-page-2021-v2 .section .headline,
.page-landing-page-2021-v2 .section .body,
.page-landing-page-2021-v3 .section .headline,
.page-landing-page-2021-v3 .section .body {
    line-height: 1.1;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}
.page-landing-page-2021-v2 .section .headline,
.page-landing-page-2021-v3 .section .headline {
    font-size: 30px;
    font-size: 1.76471rem;
    font-weight: 500;
    left: 0;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .section .headline,
    .page-landing-page-2021-v3 .section .headline {
        font-size: 1.29412rem;
        margin-bottom: 0.88235rem;
    }
}
.page-landing-page-2021-v2 .section .body,
.page-landing-page-2021-v3 .section .body {
    font-size: 19px;
    font-size: 1.11765rem;
    font-weight: 300;
    margin-bottom: 39.999px;
    margin-bottom: 2.35294rem;
}
.page-landing-page-2021-v2 .section .body p,
.page-landing-page-2021-v3 .section .body p {
    font-size: inherit;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .section .body,
    .page-landing-page-2021-v3 .section .body {
        font-size: 1rem;
    }
}
.page-landing-page-2021-v2 .intro-image .image,
.page-landing-page-2021-v3 .intro-image .image {
    display: block;
}
.page-landing-page-2021-v2 .intro,
.page-landing-page-2021-v3 .intro {
    font-weight: 300;
    padding-bottom: 25.5px;
    padding-bottom: 1.5rem;
    padding-top: 144px;
    padding-top: 8.47059rem;
}
.page-landing-page-2021-v2 .intro p,
.page-landing-page-2021-v3 .intro p {
    font-weight: 300;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .intro,
    .page-landing-page-2021-v3 .intro {
        padding-top: 4rem;
    }
}
.page-landing-page-2021-v2 .intro h1,
.page-landing-page-2021-v3 .intro h1 {
    margin-left: 13px;
    margin-left: 0.76471rem;
    margin-right: 13px;
    margin-right: 0.76471rem;
}
.page-landing-page-2021-v2 .intro .body,
.page-landing-page-2021-v3 .intro .body {
    margin-top: 2em;
    width: 66.67%;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .intro .body,
    .page-landing-page-2021-v3 .intro .body {
        width: 85%;
    }
}
.page-landing-page-2021-v2 .staerken .headline,
.page-landing-page-2021-v2 .staerken .body,
.page-landing-page-2021-v3 .staerken .headline,
.page-landing-page-2021-v3 .staerken .body {
    line-height: 1.1;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}
.page-landing-page-2021-v2 .staerken .headline,
.page-landing-page-2021-v3 .staerken .headline {
    font-size: 30px;
    font-size: 1.76471rem;
    font-weight: 500;
    left: 0;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .staerken .headline,
    .page-landing-page-2021-v3 .staerken .headline {
        font-size: 1.29412rem;
        margin-bottom: 0.88235rem;
    }
}
.page-landing-page-2021-v2 .staerken .body,
.page-landing-page-2021-v3 .staerken .body {
    font-size: 19px;
    font-size: 1.11765rem;
    font-weight: 300;
    margin-bottom: 39.999px;
    margin-bottom: 2.35294rem;
}
.page-landing-page-2021-v2 .staerken .body p,
.page-landing-page-2021-v3 .staerken .body p {
    font-size: inherit;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .staerken .body,
    .page-landing-page-2021-v3 .staerken .body {
        font-size: 1rem;
    }
}
.page-landing-page-2021-v2 .services .intro,
.page-landing-page-2021-v3 .services .intro {
    padding-top: 74.999px;
    padding-top: 4.41176rem;
    text-align: center;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .services .intro,
    .page-landing-page-2021-v3 .services .intro {
        padding-top: 2.94118rem;
    }
}
.page-landing-page-2021-v2 .services .intro .body,
.page-landing-page-2021-v3 .services .intro .body {
    left: 0;
    margin-top: 1em;
}
.page-landing-page-2021-v2 .services .intro .headline,
.page-landing-page-2021-v3 .services .intro .headline {
    left: 0;
    width: 66.67%;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .services .intro .headline,
    .page-landing-page-2021-v3 .services .intro .headline {
        width: 85%;
    }
}
.page-landing-page-2021-v2 .case .section .row .headline,
.page-landing-page-2021-v3 .case .section .row .headline {
    text-align: center;
}
.page-landing-page-2021-v2 .case .section .row .body,
.page-landing-page-2021-v3 .case .section .row .body {
    margin-top: 2em;
    text-align: center;
}
.page-landing-page-2021-v2 .case .section .row .flex,
.page-landing-page-2021-v3 .case .section .row .flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 768px) {
    .page-landing-page-2021-v2 .case .section .row .flex,
    .page-landing-page-2021-v3 .case .section .row .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page-landing-page-2021-v2 .case .section .row .flex .image,
.page-landing-page-2021-v3 .case .section .row .flex .image {
    -ms-flex-item-align: center;
    align-self: center;
    background-color: rgba(255, 128, 0, 0.25);
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.page-landing-page-2021-v2 .case .section .row .flex .image img,
.page-landing-page-2021-v3 .case .section .row .flex .image img {
    display: block;
    height: auto;
    width: 100%;
}
.page-landing-page-2021-v2 .case .section .row .flex .flex.col,
.page-landing-page-2021-v3 .case .section .row .flex .flex.col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: 39.999px;
    margin-left: 2.35294rem;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .case .section .row .flex .flex.col,
    .page-landing-page-2021-v3 .case .section .row .flex .flex.col {
        margin-left: 0;
        margin-top: 2.35294rem;
    }
}
.page-landing-page-2021-v2 .case .section .row .flex .flex.col .quote,
.page-landing-page-2021-v3 .case .section .row .flex .flex.col .quote {
    font-size: 19.999px;
    font-size: 1.17647rem;
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 19.999px;
    padding-bottom: 1.17647rem;
    position: relative;
    text-align: center;
}
.page-landing-page-2021-v2 .case .section .row .flex .flex.col .quote p,
.page-landing-page-2021-v3 .case .section .row .flex .flex.col .quote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
}
.page-landing-page-2021-v2 .case .section .row .flex .flex.col .quote:after,
.page-landing-page-2021-v3 .case .section .row .flex .flex.col .quote:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f8f8f8;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    left: 90px;
    position: absolute;
    width: 0;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .case .section .row .flex .flex.col .quote:after,
    .page-landing-page-2021-v3 .case .section .row .flex .flex.col .quote:after {
        left: 60px;
    }
}
.page-landing-page-2021-v2 .case .section .row .flex .flex.col .person,
.page-landing-page-2021-v3 .case .section .row .flex .flex.col .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 59.999px;
    margin-left: 3.52941rem;
    padding-bottom: 39.999px;
    padding-bottom: 2.35294rem;
    padding-top: 39.999px;
    padding-top: 2.35294rem;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .case .section .row .flex .flex.col .person,
    .page-landing-page-2021-v3 .case .section .row .flex .flex.col .person {
        margin-left: 1.76471rem;
    }
}
.page-landing-page-2021-v2 .case .section .row .flex .flex.col .person .person--img,
.page-landing-page-2021-v3 .case .section .row .flex .flex.col .person .person--img {
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 70px;
    height: 4.11765rem;
    margin-left: 13px;
    margin-left: 0.76471rem;
    margin-right: 19.999px;
    margin-right: 1.17647rem;
    overflow: hidden;
    width: 70px;
    width: 4.11765rem;
}
.page-landing-page-2021-v2 .case .section .row .flex .flex.col .person .person--copy,
.page-landing-page-2021-v3 .case .section .row .flex .flex.col .person .person--copy {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.page-landing-page-2021-v2 .case .section .row .flex .flex.col .person .person--copy .person--name,
.page-landing-page-2021-v3 .case .section .row .flex .flex.col .person .person--copy .person--name {
    font-weight: 500;
    margin-bottom: 2px;
    margin-bottom: 0.11765rem;
    margin-top: 5px;
    margin-top: 0.29412rem;
}
.page-landing-page-2021-v2 .case .section .row .flex .flex.col .person .person--copy .person--pos,
.page-landing-page-2021-v3 .case .section .row .flex .flex.col .person .person--copy .person--pos {
    color: #9a9999;
    font-size: 14px;
    font-size: 0.82353rem;
    font-weight: 300;
    line-height: 1.25;
    margin: 0;
}
.page-landing-page-2021-v2 .case-teaser .section .headline,
.page-landing-page-2021-v2 .case-teaser .section .body,
.page-landing-page-2021-v3 .case-teaser .section .headline,
.page-landing-page-2021-v3 .case-teaser .section .body {
    line-height: 1.1;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    text-align: center;
}
.page-landing-page-2021-v2 .case-teaser .section .headline,
.page-landing-page-2021-v3 .case-teaser .section .headline {
    font-size: 30px;
    font-size: 1.76471rem;
    font-weight: 500;
    left: 0;
    margin-bottom: 14.999px;
    margin-bottom: 0.88235rem;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .case-teaser .section .headline,
    .page-landing-page-2021-v3 .case-teaser .section .headline {
        font-size: 1.29412rem;
        margin-bottom: 0.88235rem;
    }
}
.page-landing-page-2021-v2 .case-teaser .section .body,
.page-landing-page-2021-v3 .case-teaser .section .body {
    margin-bottom: 50px;
    margin-bottom: 2.94118rem;
    margin-top: 2em;
}
.page-landing-page-2021-v2 .case-teaser .section .body,
.page-landing-page-2021-v2 .case-teaser .section .body p,
.page-landing-page-2021-v3 .case-teaser .section .body,
.page-landing-page-2021-v3 .case-teaser .section .body p {
    font-size: 19px;
    font-size: 1.11765rem;
    font-weight: 300;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .case-teaser .section .body,
    .page-landing-page-2021-v2 .case-teaser .section .body p,
    .page-landing-page-2021-v3 .case-teaser .section .body,
    .page-landing-page-2021-v3 .case-teaser .section .body p {
        font-size: 1rem;
    }
}
.page-landing-page-2021-v2 .app-agentur .wrapper,
.page-landing-page-2021-v3 .app-agentur .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 961px) {
    .page-landing-page-2021-v2 .app-agentur .wrapper,
    .page-landing-page-2021-v3 .app-agentur .wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.page-landing-page-2021-v2 .app-agentur .wrapper .image,
.page-landing-page-2021-v2 .app-agentur .wrapper .text,
.page-landing-page-2021-v3 .app-agentur .wrapper .image,
.page-landing-page-2021-v3 .app-agentur .wrapper .text {
    padding: 20px;
    width: 100%;
}
@media (min-width: 961px) {
    .page-landing-page-2021-v2 .app-agentur .wrapper .image,
    .page-landing-page-2021-v2 .app-agentur .wrapper .text,
    .page-landing-page-2021-v3 .app-agentur .wrapper .image,
    .page-landing-page-2021-v3 .app-agentur .wrapper .text {
        width: 50%;
    }
}
.page-landing-page-2021-v2 .app-agentur .wrapper .image,
.page-landing-page-2021-v3 .app-agentur .wrapper .image {
    text-align: center;
}
.page-landing-page-2021-v2 .app-agentur .wrapper .image img,
.page-landing-page-2021-v3 .app-agentur .wrapper .image img {
    height: auto;
    max-height: 322px;
    width: auto;
}
.page-landing-page-2021-v2 .app-agentur .wrapper .text,
.page-landing-page-2021-v3 .app-agentur .wrapper .text {
    width: 100%;
}
.page-landing-page-2021-v2 .app-agentur .wrapper .text .body,
.page-landing-page-2021-v3 .app-agentur .wrapper .text .body {
    margin-top: 2em;
}
@media (min-width: 461px) {
    .page-landing-page-2021-v2 .app-agentur .wrapper .text,
    .page-landing-page-2021-v3 .app-agentur .wrapper .text {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
}
@media (min-width: 961px) {
    .page-landing-page-2021-v2 .app-agentur .wrapper .text,
    .page-landing-page-2021-v3 .app-agentur .wrapper .text {
        margin: 0;
        width: 50%;
    }
}
.page-landing-page-2021-v2 .free-content,
.page-landing-page-2021-v3 .free-content {
    margin-bottom: 39.999px;
    margin-bottom: 2.35294rem;
    margin-top: 39.999px;
    margin-top: 2.35294rem;
    padding-bottom: 39.999px;
    padding-bottom: 2.35294rem;
    padding-top: 2em;
}
.page-landing-page-2021-v2 .free-content .text .headline,
.page-landing-page-2021-v3 .free-content .text .headline {
    text-align: center;
}
.page-landing-page-2021-v2 .free-content .text .body,
.page-landing-page-2021-v3 .free-content .text .body {
    font-size: 19px;
    font-size: 1.11765rem;
    font-weight: 300;
    margin-bottom: 39.999px;
    margin-bottom: 2.35294rem;
}
.page-landing-page-2021-v2 .free-content .text .body p,
.page-landing-page-2021-v3 .free-content .text .body p {
    font-size: inherit;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .free-content .text .body,
    .page-landing-page-2021-v3 .free-content .text .body {
        font-size: 1rem;
    }
}
.page-landing-page-2021-v2 .free-content .text .body img,
.page-landing-page-2021-v3 .free-content .text .body img {
    height: auto;
    margin: 2em 2em 2.5em;
    max-width: 100%;
    width: auto;
}
.page-landing-page-2021-v2 .free-content .text .body img.align_center,
.page-landing-page-2021-v3 .free-content .text .body img.align_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-landing-page-2021-v2 .contact .section,
.page-landing-page-2021-v3 .contact .section {
    color: #f8f8f8;
}
.page-landing-page-2021-v2 .contact .section.full-width,
.page-landing-page-2021-v3 .contact .section.full-width {
    padding-left: 23.999px;
    padding-left: 1.41176rem;
    padding-right: 23.999px;
    padding-right: 1.41176rem;
}
.page-landing-page-2021-v2 .contact .section .column-one,
.page-landing-page-2021-v3 .contact .section .column-one {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.page-landing-page-2021-v2 .contact .section .column-two,
.page-landing-page-2021-v3 .contact .section .column-two {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.page-landing-page-2021-v2 .contact .section .column-two p,
.page-landing-page-2021-v3 .contact .section .column-two p {
    font-size: 19px;
    font-size: 1.11765rem;
    line-height: 25.999px;
    line-height: 1.52941rem;
}
.page-landing-page-2021-v2 .contact .section .column-two a,
.page-landing-page-2021-v3 .contact .section .column-two a {
    color: #f8f8f8;
}
.page-landing-page-2021-v2 .contact .section .column-two .has-icon,
.page-landing-page-2021-v3 .contact .section .column-two .has-icon {
    padding-left: 71.999px;
    padding-left: 4.23529rem;
}
.page-landing-page-2021-v2 .contact .section .column-two .has-icon:before,
.page-landing-page-2021-v2 .contact .section .column-two .has-icon:after,
.page-landing-page-2021-v3 .contact .section .column-two .has-icon:before,
.page-landing-page-2021-v3 .contact .section .column-two .has-icon:after {
    content: " ";
    display: table;
}
.page-landing-page-2021-v2 .contact .section .column-two .has-icon:after,
.page-landing-page-2021-v3 .contact .section .column-two .has-icon:after {
    clear: both;
}
.page-landing-page-2021-v2 .contact .section .column-two .has-icon.address:before,
.page-landing-page-2021-v3 .contact .section .column-two .has-icon.address:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4KICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNiwxIEMzOS44MDcxMTg3LDEgNTEsMTIuMTkyODgxMyA1MSwyNiBDNTEsMzkuODA3MTE4NyAzOS44MDcxMTg3LDUxIDI2LDUxIEMxMi4xOTI4ODEzLDUxIDEsMzkuODA3MTE4NyAxLDI2IEMxLDEyLjE5Mjg4MTMgMTIuMTkyODgxMywxIDI2LDEgWiBNMjYsMTUgQzIxLjU4MiwxNSAxOCwxOC41ODIgMTgsMjMgQzE4LDI5IDI2LDM3IDI2LDM3IEMyNiwzNyAzNCwyOSAzNCwyMyBDMzQsMTguNTgyIDMwLjQxOCwxNSAyNiwxNSBaIE0yNiwyMCBDMjcuNjU3LDIwIDI5LDIxLjM0MyAyOSwyMyBDMjksMjQuNjU3IDI3LjY1NywyNiAyNiwyNiBDMjQuMzQzLDI2IDIzLDI0LjY1NyAyMywyMyBDMjMsMjEuMzQzIDI0LjM0MywyMCAyNiwyMCBaIi8+Cjwvc3ZnPgo=);
}
.page-landing-page-2021-v2 .contact .section .column-two .has-icon.email:before,
.page-landing-page-2021-v3 .contact .section .column-two .has-icon.email:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4KICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNiwxIEMzOS44MDcxMTg3LDEgNTEsMTIuMTkyODgxMyA1MSwyNiBDNTEsMzkuODA3MTE4NyAzOS44MDcxMTg3LDUxIDI2LDUxIEMxMi4xOTI4ODEzLDUxIDEsMzkuODA3MTE4NyAxLDI2IEMxLDEyLjE5Mjg4MTMgMTIuMTkyODgxMywxIDI2LDEgWiBNMjguMjY5MSwyNi43MDcxIEwyNy43MDMxLDI3LjI2NDEgQzI3LjAxOTEsMjcuOTI4MSAyNi4zNjUxLDI4LjI0MDEgMjUuNjMyMSwyOC4yNDAxIEMyNC44OTAxLDI4LjI0MDEgMjQuMjM2MSwyNy45MjgxIDIzLjU1MzEsMjcuMjY0MSBMMjIuOTg2MSwyNi43MDcxIEwxNS43NTkxLDMzLjg5NDEgQzE2LjE2OTEsMzQuMjM2MSAxNi44NjMxLDM0LjQxMjEgMTcuODMwMSwzNC40MTIxIEwzMy42MDExLDM0LjQxMjEgQzM0LjQ5MDEsMzQuNDEyMSAzNS4xMjUxLDM0LjIzNjEgMzUuNTA2MSwzMy45MDQxIEwyOC4yNjkxLDI2LjcwNzEgWiBNMTQuODEyMSwxOC42NDExIEMxNC42MDcxLDE4Ljk4MjEgMTQuNTAwMSwxOS41MjkxIDE0LjUwMDEsMjAuMzAxMSBMMTQuNTAwMSwzMS4xMDExIEMxNC41MDAxLDMxLjg0NDEgMTQuNTk4MSwzMi4zNzExIDE0Ljc4MzEsMzIuNjkzMSBMMjEuODkyMSwyNS42MzIxIEwxNC44MTIxLDE4LjY0MTEgWiBNMzYuNDI0MSwxOC42NjAxIEwyOS4zNjMxLDI1LjYzMjEgTDM2LjQ2MzEsMzIuNjgzMSBDMzYuNjM5MSwzMi4zNTExIDM2LjczNjEsMzEuODM0MSAzNi43MzYxLDMxLjEwMTEgTDM2LjczNjEsMjAuMzAxMSBDMzYuNzM2MSwxOS41NDkxIDM2LjYyOTEsMTguOTkyMSAzNi40MjQxLDE4LjY2MDEgWiBNMzMuNDA2MSwxNy4wMDAxIEwxNy42MzUxLDE3LjAwMDEgQzE2Ljc4NTEsMTcuMDAwMSAxNi4xNjkxLDE3LjE1NjEgMTUuODA5MSwxNy40NTgxIEwyNC4zNzIxLDI1Ljk4NDEgQzI0LjgyMjEsMjYuNDMzMSAyNS4yMDMxLDI2LjYzOTEgMjUuNjMyMSwyNi42MzkxIEMyNi4wNTIxLDI2LjYzOTEgMjYuNDM0MSwyNi40MzMxIDI2Ljg4MzEsMjUuOTg0MSBMMzUuNDE4MSwxNy40ODgxIEMzNS4wMjcxLDE3LjE2NjEgMzQuMzUzMSwxNy4wMDAxIDMzLjQwNjEsMTcuMDAwMSBaIi8+Cjwvc3ZnPgo=);
}
.page-landing-page-2021-v2 .contact .section .column-two .has-icon.phone:before,
.page-landing-page-2021-v3 .contact .section .column-two .has-icon.phone:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4KICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNiwxIEMzOS44MDcxMTg3LDEgNTEsMTIuMTkyODgxMyA1MSwyNiBDNTEsMzkuODA3MTE4NyAzOS44MDcxMTg3LDUxIDI2LDUxIEMxMi4xOTI4ODEzLDUxIDEsMzkuODA3MTE4NyAxLDI2IEMxLDEyLjE5Mjg4MTMgMTIuMTkyODgxMywxIDI2LDEgWiBNMTkuODQ5LDE2LjUgQzE5LjE4NSwxNi41IDE4LjUxMiwxNi43ODMgMTcuOTI2LDE3LjMzOSBDMTYuOTM5LDE4LjI2NyAxNi41LDE5LjQxOSAxNi41LDIwLjcwOSBDMTYuNSwyMy42MDkgMTguNzM2LDI3LjEzNCAyMS42NjYsMzAuMDY0IEMyNC42MDUsMzMuMDAzIDI4LjE1OSwzNS4yNjkgMzEuMDYxLDM1LjI2OSBDMzIuMzQ5LDM1LjI2OSAzMy40OTEsMzQuODEgMzQuNDA5LDMzLjgwNCBDMzQuOTM3LDMzLjIwOSAzNS4yNSwzMi41MzUgMzUuMjUsMzEuODYxIEMzNS4yNSwzMS4zMDQgMzUuMDQ1LDMwLjc3NyAzNC41MTcsMzAuNDA2IEwzMS41MDksMjguMjY3IEMzMS4wMywyNy45MjUgMzAuNjMsMjcuNzY5IDMwLjI3LDI3Ljc2OSBDMjkuODAxLDI3Ljc2OSAyOS4zOTEsMjguMDMzIDI4LjkzMSwyOC40OTIgTDI4LjIwOSwyOS4yMDUgQzI4LjEwMSwyOS4zMTIgMjcuOTY0LDI5LjM1MSAyNy44MjgsMjkuMzUxIEMyNy42ODEsMjkuMzUxIDI3LjUyNSwyOS4yOTMgMjcuNDE3LDI5LjIzNCBDMjYuODAzLDI4Ljg5MiAyNS43MjgsMjcuOTc0IDI0Ljc0MiwyNi45OTggQzIzLjc2NiwyNi4wMTEgMjIuODM4LDI0Ljk0NyAyMi41MDUsMjQuMzIyIEMyMi40NDcsMjQuMjE0IDIyLjM4OCwyNC4wNTggMjIuMzg4LDIzLjkxMSBDMjIuMzg4LDIzLjc4NSAyMi40MjgsMjMuNjQ3IDIyLjUzNSwyMy41NCBMMjMuMjQ4LDIyLjgwOCBDMjMuNzA3LDIyLjM0OSAyMy45NzEsMjEuOTM5IDIzLjk3MSwyMS40NyBDMjMuOTcxLDIxLjEwOCAyMy44MTQsMjAuNzA5IDIzLjQ3MiwyMC4yMyBMMjEuMzQ0LDE3LjI0MSBDMjAuOTcyLDE2LjcyNCAyMC40MjYsMTYuNSAxOS44NDksMTYuNSBaIi8+Cjwvc3ZnPgo=);
}
.page-landing-page-2021-v2 .contact .section .column-two .has-icon.email,
.page-landing-page-2021-v3 .contact .section .column-two .has-icon.email {
    line-height: 52px;
}
.page-landing-page-2021-v2 .contact .section .column-two .has-icon.phone,
.page-landing-page-2021-v3 .contact .section .column-two .has-icon.phone {
    line-height: 52px;
}
.page-landing-page-2021-v2 .contact .section .column-two .has-icon:before,
.page-landing-page-2021-v3 .contact .section .column-two .has-icon:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 52px 52px;
    content: " ";
    display: block;
    float: left;
    height: 51.999px;
    height: 3.05882rem;
    left: 0;
    margin-right: 19.999px;
    margin-right: 1.17647rem;
    position: absolute;
    width: 51.999px;
    width: 3.05882rem;
}
.page-landing-page-2021-v2 .contact .section .row,
.page-landing-page-2021-v3 .contact .section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding: 19.999px 0;
    padding: 1.17647rem 0;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .contact .section .row,
    .page-landing-page-2021-v3 .contact .section .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page-landing-page-2021-v2 .contact .section .headline,
.page-landing-page-2021-v3 .contact .section .headline {
    color: #fff;
    margin-bottom: 14px;
    margin-bottom: 0.82353rem;
}
.page-landing-page-2021-v2 .contact .section .body,
.page-landing-page-2021-v3 .contact .section .body {
    line-height: 1.6;
    margin-bottom: 70px;
    margin-bottom: 4.11765rem;
    padding-right: 39.999px;
    padding-right: 2.35294rem;
}
.page-landing-page-2021-v2 .contact .section .body p,
.page-landing-page-2021-v3 .contact .section .body p {
    line-height: inherit;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .contact .section .body,
    .page-landing-page-2021-v3 .contact .section .body {
        margin-bottom: 2.35294rem;
        padding-right: 0;
    }
}
.page-landing-page-2021-v2 .contact .section .cta,
.page-landing-page-2021-v3 .contact .section .cta {
    margin-bottom: 30px;
    margin-bottom: 1.76471rem;
}
@media (max-width: 960px) {
    .page-landing-page-2021-v2 .contact .section .cta,
    .page-landing-page-2021-v3 .contact .section .cta {
        margin-bottom: 4.70588rem;
    }
}
.page-landing-page-2023 #page {
    padding-bottom: 0.999px;
    padding-bottom: 0.05882rem;
}
.page-landing-page-2023 .center {
    text-align: center;
}
.page-landing-page-2023 .stronger-text p,
.page-landing-page-2023 .stronger-text ul li {
    font-size: 19px;
    font-size: 1.11765rem;
    font-weight: 400;
    line-height: 1.5;
}
.page-landing-page-2023 ul > li:before {
    display: none;
}
.page-landing-page-2023 ul {
    margin-left: 22px;
    margin-left: 1.29412rem;
}
.page-landing-page-2023 ul > li {
    padding-bottom: 8px;
    padding-left: 20px;
    list-style-image: url("data:image/svg+xml,%3Csvg height='15.9434' width='16.2246' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0h16.2246v15.9434h-16.2246z' opacity='0'/%3E%3Cpath d='m6.32373 15.9434c.59766 0 1.06787-.233 1.38867-.7163l8.1826-12.52446c.2329-.35157.3296-.68116.3296-.98438 0-.821776-.6196-1.419432-1.459-1.419432-.5801 0-.936.202149-1.292.755862l-7.18503 11.34671-3.65185-4.5264c-.3208-.39551-.67676-.57129-1.16895-.57129-.852536 0-1.46777.61084-1.46777 1.43701 0 .36475.114258.68994.42627 1.05469l4.53955 5.49759c.37354.4438.7998.6504 1.35791.6504z' fill-opacity='1' fill='%23212121'/%3E%3C/svg%3E");
}
.page-landing-page-2023 .cards {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    display: grid;
    -webkit-column-gap: 1.76471rem;
    -moz-column-gap: 1.76471rem;
    column-gap: 1.76471rem;
    row-gap: 30px;
    row-gap: 1.76471rem;
}
.page-landing-page-2023 .cards.c8 {
    padding-left: 30px;
    padding-left: 1.76471rem;
    padding-right: 30px;
    padding-right: 1.76471rem;
}
@media (min-width: 34.11765rem) {
    .page-landing-page-2023 .cards {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .page-landing-page-2023 .cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.page-landing-page-2023 .cards .card {
    border-radius: 0.58824rem;
    padding: 30px 19.999px 25px;
    padding: 1.76471rem 1.17647rem 1.47059rem;
}
.page-landing-page-2023 .cards .card .title {
    color: inherit;
    margin-bottom: 14.999px;
    margin-bottom: 0.88235rem;
    margin-top: 3.999px;
    margin-top: 0.23529rem;
}
.page-landing-page-2023 .cards .card .icon {
    height: 59.999px;
    height: 3.52941rem;
    width: 59.999px;
    width: 3.52941rem;
    margin-bottom: 17px;
    margin-bottom: 1rem;
}
.page-landing-page-2023 .lp23-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 379.999px;
    height: 22.35294rem;
    padding-top: 65.999px;
    padding-top: 3.88235rem;
}
@media (min-width: 1024px) {
    .page-landing-page-2023 .lp23-header {
        height: 29.41176rem;
    }
}
.page-landing-page-2023 .lp23-header .title {
    color: #f8f8f8;
    margin-bottom: 17px;
    margin-bottom: 1rem;
}
.page-landing-page-2023 .lp23-header .button {
    margin-top: 28px;
    margin-top: 1.64706rem;
}
.page-landing-page-2023 .lp23-header {
    overflow: hidden;
    background: linear-gradient(45deg, #102b4c, #185a95);
    position: relative;
    z-index: 1;
}
.page-landing-page-2023 .lp23-header:before,
.page-landing-page-2023 .lp23-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.page-landing-page-2023 .lp23-header:before {
    background: rgb(16, 44, 77);
    -webkit-box-shadow: 0 0 140px 64px #102c4d;
    box-shadow: 0 0 140px 64px #102c4d;
    z-index: 2;
    top: -100%;
    left: -72%;
    opacity: 1;
}
.page-landing-page-2023 .lp23-header:after {
    background: white;
    z-index: 3;
    bottom: -100%;
    right: -72%;
    -webkit-box-shadow: 0 0 100px 64px #1e3e71;
    box-shadow: 0 0 100px 64px #1e3e71;
    opacity: 1;
    border-radius: 100%;
}
.page-landing-page-2023 .lp23-intro {
    background: #f8f8f8;
    padding-bottom: 30px;
    padding-bottom: 1.76471rem;
}
@media (min-width: 47.05882rem) {
    .page-landing-page-2023 .lp23-intro {
        padding-bottom: 3.52941rem;
    }
}
.page-landing-page-2023 .lp23-intro .flex {
    padding-left: 30px;
    padding-left: 1.76471rem;
    padding-right: 30px;
    padding-right: 1.76471rem;
    gap: 30px;
    gap: 1.76471rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 47.05882rem) {
    .page-landing-page-2023 .lp23-intro .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.page-landing-page-2023 .lp23-intro .flex .text-content {
    width: 100%;
    padding-top: 39.999px;
    padding-top: 2.35294rem;
}
@media (min-width: 47.05882rem) {
    .page-landing-page-2023 .lp23-intro .flex .text-content {
        padding-top: 4.70588rem;
    }
}
.page-landing-page-2023 .lp23-intro .flex .text-content .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding-bottom: 39.999px;
    padding-bottom: 2.35294rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-landing-page-2023 .lp23-intro .flex .text-content .icons .icon {
    height: 71.999px;
    height: 4.23529rem;
    width: auto;
}
@media (min-width: 25.29412rem) {
    .page-landing-page-2023 .lp23-intro .flex .text-content .icons {
        gap: 30px;
    }
    .page-landing-page-2023 .lp23-intro .flex .text-content .icons .icon {
        height: 5.47059rem;
    }
}
.page-landing-page-2023 .lp23-intro .flex .image-content {
    width: 100%;
    text-align: center;
}
.page-landing-page-2023 .lp23-intro .flex .image-content .image {
    max-width: 425px;
    max-width: 25rem;
    margin-top: 30px;
    margin-top: 1.76471rem;
    z-index: 1;
    position: relative;
    padding-left: 30px;
    padding-left: 1.76471rem;
    padding-right: 30px;
    padding-right: 1.76471rem;
}
@media (min-width: 47.05882rem) {
    .page-landing-page-2023 .lp23-intro .flex .image-content .image {
        margin-top: -2.35294rem;
        max-width: 21.47059rem;
        padding-left: 0;
        padding-right: 0;
    }
}
.page-landing-page-2023 .lp23-techniques {
    background: #212121;
    color: #fff;
    padding-bottom: 95px;
    padding-bottom: 5.58824rem;
}
.page-landing-page-2023 .lp23-techniques .intro {
    padding-top: 70px;
    padding-top: 4.11765rem;
    padding-bottom: 50px;
    padding-bottom: 2.94118rem;
}
.page-landing-page-2023 .lp23-techniques .intro .title {
    color: inherit;
    margin-bottom: 17px;
    margin-bottom: 1rem;
}
.page-landing-page-2023 .lp23-techniques .cards .card {
    background: #282828;
}
.page-landing-page-2023 .lp23-cta {
    background: #f8f8f8;
    padding-top: 65.999px;
    padding-top: 3.88235rem;
}
.page-landing-page-2023 .lp23-cta .flex {
    padding-left: 30px;
    padding-left: 1.76471rem;
    padding-right: 30px;
    padding-right: 1.76471rem;
    gap: 30px;
    gap: 1.76471rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 47.05882rem) {
    .page-landing-page-2023 .lp23-cta .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .page-landing-page-2023 .lp23-cta .flex .image-content .image {
        max-height: 15.70588rem;
    }
}
.page-landing-page-2023 .lp23-cta .image-content {
    width: 100%;
    padding-bottom: 19.999px;
    padding-bottom: 1.17647rem;
}
.page-landing-page-2023 .lp23-cta .image-content .image {
    max-height: 241.999px;
    max-height: 14.23529rem;
}
.page-landing-page-2023 .lp23-cta .text-content {
    width: 100%;
}
.page-landing-page-2023 .lp23-cta .text-content .title {
    margin-bottom: 0;
}
.page-landing-page-2023 .lp23-cta .text-content .body p {
    margin-bottom: 19.999px;
    margin-bottom: 1.17647rem;
    margin-top: 19.999px;
    margin-top: 1.17647rem;
}
.page-landing-page-2023 .lp23-cta .text-content .button {
    font-weight: 300;
    margin-bottom: 45px;
    margin-bottom: 2.64706rem;
    margin-top: 39.999px;
    margin-top: 2.35294rem;
}
.page-landing-page-2023 .lp23-next-munich {
    background: #e52b38;
    padding-bottom: 30px;
    padding-bottom: 1.76471rem;
    padding-top: 79.999px;
    padding-top: 4.70588rem;
}
.page-landing-page-2023 .lp23-next-munich .title {
    color: #fff;
    margin-bottom: 5px;
    margin-bottom: 0.29412rem;
}
.page-landing-page-2023 .lp23-next-munich .subtitle {
    color: #fff;
    margin-bottom: 34.999px;
    margin-bottom: 2.05882rem;
}
@media (min-width: 1024px) {
    .page-landing-page-2023 .lp23-next-munich .subtitle {
        margin-bottom: 3.52941rem;
    }
}
@media (min-width: 34.11765rem) {
    .page-landing-page-2023 .lp23-next-munich .cards {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 1024px) {
    .page-landing-page-2023 .lp23-next-munich .cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.page-landing-page-2023 .lp23-next-munich .cards.c8 {
    float: none;
    min-height: 0;
    position: static;
}
.page-landing-page-2023 .lp23-next-munich .cards .card {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    -webkit-transition-property: none;
    transition-property: none;
    width: 100%;
}
.page-landing-page-2023 .lp23-next-munich .kontakt {
    color: #fff;
    -webkit-column-gap: 1.76471rem;
    -moz-column-gap: 1.76471rem;
    column-gap: 1.76471rem;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-top: 2.94118rem;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
    row-gap: 30px;
    row-gap: 1.76471rem;
}
@media (min-width: 1024px) {
    .page-landing-page-2023 .lp23-next-munich .kontakt {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.page-landing-page-2023 .lp23-next-munich .kontakt .left,
.page-landing-page-2023 .lp23-next-munich .kontakt .right {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
}
@media (min-width: 1024px) {
    .page-landing-page-2023 .lp23-next-munich .kontakt .left,
    .page-landing-page-2023 .lp23-next-munich .kontakt .right {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .page-landing-page-2023 .lp23-next-munich .kontakt .left {
        grid-column: 1 / span 2;
    }
}
.page-landing-page-2023 .lp23-next-munich .kontakt .left .body p {
    line-height: 1.5;
}
.page-landing-page-2023 .lp23-next-munich .kontakt .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-landing-page-2023 .lp23-next-munich .kontakt .right .text {
    margin-left: 16px;
    margin-left: 0.94118rem;
    margin-top: 5px;
    margin-top: 0.29412rem;
}
.page-landing-page-2023 .lp23-next-munich .kontakt .right .text .name {
    font-size: 19px;
    font-size: 1.11765rem;
    font-weight: 500;
}
.page-landing-page-2023 .lp23-next-munich .kontakt .right .text .linkedin {
    margin-top: 5px;
    margin-top: 0.29412rem;
}
.page-landing-page-2023 .lp23-next-munich .kontakt .right .text .linkedin a span {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg height='46' viewBox='0 0 46 46' width='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.857158 0c12.6236598 0 22.857158 10.2334982 22.857158 22.857158s-10.2334982 22.857158-22.857158 22.857158-22.857158-10.2334982-22.857158-22.857158 10.2334982-22.857158 22.857158-22.857158zm-7.014517 17.5100879h-5.52456v16.590421h5.52456zm13.526802-.385046c-2.3839384 0-3.6964362 1.0607162-4.4946496 2.0678603l-.1891616.2500252-.1696676.2439239-.1189642.1801487.000339-2.3569121-5.507819.0005203.0265767 3.1048415-.0020902 6.5348997-.0244865 6.9501595h5.507819v-9.257823c0-.502233.050223-.987725.184152-1.356029.401786-.987724 1.305805-2.008931 2.829244-2.008931 1.99219 0 2.795762 1.52344 2.795762 3.750005v8.872778h5.507819v-9.50894c0-5.089292-2.712056-7.466527-6.344873-7.466527zm-16.2556-7.60045501c-1.875002 0-3.113843 1.23884101-3.113843 2.86272701 0 1.5336029 1.1052319 2.7714401 2.8503656 2.8579009l.2299954.0048251c1.925225 0 3.130584-1.272323 3.113843-2.862726-.016741-1.623886-1.188618-2.86272701-3.080361-2.86272701z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    height: 23.999px;
    height: 1.41176rem;
    width: 23.999px;
    width: 1.41176rem;
}
.page-landing-page-2023 .lp23-next-munich .kontakt .right .image {
    border-radius: 50%;
    height: 85px;
    height: 5rem;
    overflow: hidden;
    width: 85px;
    width: 5rem;
}
.page-landing-page-2023 .lp23-next-munich .kontakt1 {
    display: none;
    padding-bottom: 16px;
    padding-bottom: 0.94118rem;
    padding-top: 25.999px;
    padding-top: 1.52941rem;
}
@media (min-width: 1024px) {
    .page-landing-page-2023 .lp23-next-munich .kontakt1 {
        display: block;
    }
}
.page-landing-page-2023 .lp23-next-munich .kontakt2 {
    display: block;
    padding-bottom: 25px;
    padding-bottom: 1.47059rem;
    padding-top: 59.999px;
    padding-top: 3.52941rem;
}
@media (min-width: 1024px) {
    .page-landing-page-2023 .lp23-next-munich .kontakt2 {
        display: none;
    }
}
.page-landing-page-2023 .lp23-client-list {
    background: #fff;
    padding-bottom: 30px;
    padding-bottom: 1.76471rem;
}
.page-landing-page-2023 .lp23-client-list .title {
    margin-top: 30px;
    margin-top: 1.76471rem;
}
.page-landing-page-2023 .lp23-client-list.clients .grid {
    grid-template-columns: 164px;
}
@media (min-width: 22.35294rem) {
    .page-landing-page-2023 .lp23-client-list.clients .grid {
        grid-template-columns: 164px 164px;
    }
}
@media (min-width: 34.11765rem) {
    .page-landing-page-2023 .lp23-client-list.clients .grid {
        grid-template-columns: 164px 164px 164px;
    }
}
@media (min-width: 1024px) {
    .page-landing-page-2023 .lp23-client-list.clients .grid {
        grid-template-columns: 164px 164px 164px 164px 164px 164px;
    }
}
.page-landing-page-2023 .lp23-client-list.clients .grid .client {
    background: #fff;
}
.page-landing-page-2023 .lp23-blog-posts {
    background: #f8f8f8;
}
.page-landing-page-2023 .lp23-blog-posts .intro {
    padding-bottom: 65.999px;
    padding-bottom: 3.88235rem;
    padding-top: 79.999px;
    padding-top: 4.70588rem;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
}
.page-landing-page-2024 .h3-fix,
.page-landing-page-2024 .lp24-header .description h2,
.page-landing-page-2024 .lp24-header .description h3 {
    font-size: 37.999px;
    font-size: 2.23529rem;
}
.page-landing-page-2024 h1,
.page-landing-page-2024 h2,
.page-landing-page-2024 h3,
.page-landing-page-2024 h4 {
    text-wrap: balance;
}
.page-landing-page-2024 #page {
    padding-bottom: 0.999px;
    padding-bottom: 0.05882rem;
}
.page-landing-page-2024 .c8 {
    padding-left: 30px;
    padding-left: 1.76471rem;
    padding-right: 30px;
    padding-right: 1.76471rem;
}
.page-landing-page-2024 .section:before,
.page-landing-page-2024 .section:after {
    content: " ";
    display: table;
}
.page-landing-page-2024 .section:after {
    clear: both;
}
.page-landing-page-2024 .center {
    text-align: center;
}
.page-landing-page-2024 .stronger-text p,
.page-landing-page-2024 .stronger-text ul li {
    font-size: 19px;
    font-size: 1.11765rem;
    font-weight: 400;
    line-height: 1.5;
}
.page-landing-page-2024 ul > li:before {
    display: none;
}
.page-landing-page-2024 ul {
    margin-left: 22px;
    margin-left: 1.29412rem;
    margin-top: 34px;
    margin-top: 2rem;
    margin-bottom: 34px;
    margin-bottom: 2rem;
}
.page-landing-page-2024 ul > li {
    padding-bottom: 8px;
    padding-left: 10px;
    list-style-image: url("data:image/svg+xml,%3Csvg height='15.9434' width='16.2246' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0h16.2246v15.9434h-16.2246z' opacity='0'/%3E%3Cpath d='m6.32373 15.9434c.59766 0 1.06787-.233 1.38867-.7163l8.1826-12.52446c.2329-.35157.3296-.68116.3296-.98438 0-.821776-.6196-1.419432-1.459-1.419432-.5801 0-.936.202149-1.292.755862l-7.18503 11.34671-3.65185-4.5264c-.3208-.39551-.67676-.57129-1.16895-.57129-.852536 0-1.46777.61084-1.46777 1.43701 0 .36475.114258.68994.42627 1.05469l4.53955 5.49759c.37354.4438.7998.6504 1.35791.6504z' fill-opacity='1' fill='%23e52b38'/%3E%3C/svg%3E");
}
.page-landing-page-2024 .cards {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    display: grid;
    -webkit-column-gap: 1.76471rem;
    -moz-column-gap: 1.76471rem;
    column-gap: 1.76471rem;
    row-gap: 30px;
    row-gap: 1.76471rem;
}
@media (min-width: 34.11765rem) {
    .page-landing-page-2024 .cards {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .page-landing-page-2024 .cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.page-landing-page-2024 .cards .card {
    border-radius: 0.58824rem;
    padding: 30px 19.999px 25px;
    padding: 1.76471rem 1.17647rem 1.47059rem;
}
.page-landing-page-2024 .cards .card .title {
    color: inherit;
    margin-bottom: 14.999px;
    margin-bottom: 0.88235rem;
    margin-top: 3.999px;
    margin-top: 0.23529rem;
}
.page-landing-page-2024 .cards .card .icon {
    height: 59.999px;
    height: 3.52941rem;
    width: 59.999px;
    width: 3.52941rem;
    margin-bottom: 17px;
    margin-bottom: 1rem;
}
.page-landing-page-2024 .lp24-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-top: 65.999px;
    padding-top: 3.88235rem;
    position: relative;
}
.page-landing-page-2024 .lp24-header .bg-image {
    background-position: center;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}
.page-landing-page-2024 .lp24-header .title {
    color: #f8f8f8;
    margin-bottom: 17px;
    margin-bottom: 1rem;
}
.page-landing-page-2024 .lp24-header .description {
    text-wrap: balance;
}
.page-landing-page-2024 .lp24-header .description h2,
.page-landing-page-2024 .lp24-header .description h3 {
    color: #f8f8f8;
}
.page-landing-page-2024 .lp24-header .button {
    margin-top: 28px;
    margin-top: 1.64706rem;
}
.page-landing-page-2024 .lp24-header:before {
    background-color: rgba(0, 0, 0, 0.77);
    z-index: 2;
}
.page-landing-page-2024 .lp24-techniques {
    background: #e52b38;
    color: #fff;
    padding-bottom: 95px;
    padding-bottom: 5.58824rem;
    padding-top: 70px;
    padding-top: 4.11765rem;
}
@media (min-width: 1024px) {
    .page-landing-page-2024 .lp24-techniques {
        padding-bottom: 8.82353rem;
        padding-top: 7.05882rem;
    }
}
.page-landing-page-2024 .lp24-techniques .intro {
    padding-bottom: 50px;
    padding-bottom: 2.94118rem;
    padding-top: 0;
}
.page-landing-page-2024 .lp24-techniques .intro .title {
    color: inherit;
}
.page-landing-page-2024 .lp24-techniques .cards .card {
    background: #fff;
    color: #212121;
    text-align: left;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.page-landing-page-2024 .lp24-techniques .cards .card .header .icon {
    margin-bottom: 0;
}
.page-landing-page-2024 .lp24-4-tiles {
    padding-top: 70px;
    padding-top: 4.11765rem;
    padding-bottom: 85px;
    padding-bottom: 5rem;
}
.page-landing-page-2024 .lp24-4-tiles.weiss-auf-weiss {
    background-color: #fff;
}
.page-landing-page-2024 .lp24-4-tiles.weiss-auf-weiss .section .tiles .tile .text.main {
    font-size: 50px;
    font-size: 2.94118rem;
    font-weight: 500;
}
.page-landing-page-2024 .lp24-4-tiles.weiss-auf-hellgrau {
    background-color: #f8f8f8;
}
.page-landing-page-2024 .lp24-4-tiles.weiss-auf-hellgrau .section .tiles .tile .text.main {
    font-size: 50px;
    font-size: 2.94118rem;
    font-weight: 500;
}
.page-landing-page-2024 .lp24-4-tiles.weiss-auf-rot {
    background-color: #e52b38;
}
.page-landing-page-2024 .lp24-4-tiles.weiss-auf-rot .section.intro .intro-text {
    color: #fff;
}
.page-landing-page-2024 .lp24-4-tiles.weiss-auf-rot .section.intro .intro-text .title {
    color: #fff;
}
.page-landing-page-2024 .lp24-4-tiles.weiss-auf-rot .section .tiles .tile {
    min-height: 180px;
    min-height: 10.58824rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-landing-page-2024 .lp24-4-tiles.weiss-auf-rot .section .tiles .tile .text.main {
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 500;
    margin: 0 auto;
    max-width: 95%;
    text-wrap: balance;
}
.page-landing-page-2024 .lp24-4-tiles.weiss-auf-rot .section .tiles .tile .svg {
    height: 37.999px;
    height: 2.23529rem;
    width: auto;
    margin: 10px 0 10px;
    margin: 0.58824rem 0rem 0.58824rem;
}
.page-landing-page-2024 .lp24-4-tiles.weiss-auf-rot .section .footnote {
    color: #fff;
}
.page-landing-page-2024 .lp24-4-tiles .section.intro {
    padding-bottom: 50px;
    padding-bottom: 2.94118rem;
    padding-top: 0;
}
.page-landing-page-2024 .lp24-4-tiles .section .cta-button {
    padding-bottom: 10px;
    padding-bottom: 0.58824rem;
    padding-top: 79.999px;
    padding-top: 4.70588rem;
}
.page-landing-page-2024 .lp24-4-tiles .section .tiles {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 37.999px;
    gap: 2.23529rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 39.999px;
    margin: 0rem 0rem 2.35294rem;
    padding-left: 30px;
    padding-left: 1.76471rem;
    padding-right: 30px;
    padding-right: 1.76471rem;
    width: 100%;
}
.page-landing-page-2024 .lp24-4-tiles .section .tiles .tile {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #fff;
    border-radius: 0.58824rem;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 399.999px;
    max-width: 23.52941rem;
    padding: 25px 19.999px 30px 19.999px;
    padding: 1.47059rem 1.17647rem 1.76471rem 1.17647rem;
    text-align: center;
    width: 100%;
}
.page-landing-page-2024 .lp24-4-tiles .section .tiles .tile .text {
    line-height: 1.25;
    margin: 0;
    padding: 0;
}
.page-landing-page-2024 .lp24-4-tiles .section .tiles .tile .text.super {
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 700;
}
.page-landing-page-2024 .lp24-4-tiles .section .tiles .tile .text.sub {
    font-size: 17.999px;
    font-size: 1.05882rem;
    font-weight: 500;
}
.page-landing-page-2024 .lp24-4-tiles .section .tiles .tile .svg {
    height: 45px;
    height: 2.64706rem;
    width: auto;
    margin: 10px 0 0.999px;
    margin: 0.58824rem 0rem 0.05882rem;
}
.page-landing-page-2024 .lp24-4-tiles .section .footnote {
    text-align: center;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
    color: #757575;
}
.page-landing-page-2024 .lp24-4-tiles .section .footnote p {
    max-width: 60%;
    margin: 0 auto;
}
.page-landing-page-2024 .lp24-text-image {
    background: #f8f8f8;
    padding-top: 65.999px;
    padding-top: 3.88235rem;
    padding-bottom: 10px;
    padding-bottom: 0.58824rem;
}
@media (min-width: 769px) {
    .page-landing-page-2024 .lp24-text-image {
        padding-bottom: 1.76471rem;
        padding-top: 4.70588rem;
    }
}
.page-landing-page-2024 .lp24-text-image .section {
    padding-left: 30px;
    padding-left: 1.76471rem;
    padding-right: 30px;
    padding-right: 1.76471rem;
}
.page-landing-page-2024 .lp24-text-image .section .headline {
    padding-top: 70px;
    padding-top: 4.11765rem;
    padding-bottom: 70px;
    padding-bottom: 4.11765rem;
}
.page-landing-page-2024 .lp24-text-image .section .headline h2 {
    max-width: 767.999px;
    max-width: 45.17647rem;
    margin-left: auto;
    margin-right: auto;
}
.page-landing-page-2024 .lp24-text-image .section .flex-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 79.999px;
    margin-bottom: 4.70588rem;
}
@media (min-width: 769px) {
    .page-landing-page-2024 .lp24-text-image .section .flex-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .page-landing-page-2024 .lp24-text-image .section .flex-content.flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.page-landing-page-2024 .lp24-text-image .section .text,
.page-landing-page-2024 .lp24-text-image .section .image {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
@media (min-width: 769px) {
    .page-landing-page-2024 .lp24-text-image .section .text,
    .page-landing-page-2024 .lp24-text-image .section .image {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    }
}
.page-landing-page-2024 .lp24-text-image .section .text .lp24-text-body strong {
    font-weight: 700;
}
.page-landing-page-2024 .lp24-text-image .section .image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.page-landing-page-2024 .lp24-text-image .cta-button {
    padding-bottom: 70px;
    padding-bottom: 4.11765rem;
}
@media (min-width: 769px) {
    .page-landing-page-2024 .lp24-text-image .cta-button {
        padding-bottom: 3.52941rem;
    }
}
.page-landing-page-2024 .lp24-erfolge {
    padding-bottom: 130px;
    padding-bottom: 7.64706rem;
    padding-top: 70px;
    padding-top: 4.11765rem;
}
.page-landing-page-2024 .lp24-erfolge .section.intro {
    padding-bottom: 50px;
    padding-bottom: 2.94118rem;
    padding-top: 0;
}
.page-landing-page-2024 .lp24-erfolge .section .columns {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 44px;
    gap: 2.58824rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 39.999px;
    margin: 0rem 0rem 2.35294rem;
    padding-left: 30px;
    padding-left: 1.76471rem;
    padding-right: 30px;
    padding-right: 1.76471rem;
    width: 100%;
}
.page-landing-page-2024 .lp24-erfolge .section .columns .column {
    width: 100%;
}
.page-landing-page-2024 .lp24-erfolge .section .columns .column.image {
    border-radius: 0.58824rem;
    max-width: 499.999px;
    max-width: 29.41176rem;
}
.page-landing-page-2024 .lp24-erfolge .section .columns .column.image img {
    display: block;
}
.page-landing-page-2024 .lp24-erfolge .section .columns .column.tiles {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    gap: 44px;
    gap: 2.58824rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    max-width: 419.999px;
    max-width: 24.70588rem;
}
.page-landing-page-2024 .lp24-erfolge .section .columns .column.tiles .tile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0.58824rem;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 180px;
    min-height: 10.58824rem;
}
.page-landing-page-2024 .lp24-erfolge .section .columns .column.tiles .tile .tile-content .text {
    line-height: 1.25;
    margin: 0;
    padding: 0;
}
.page-landing-page-2024 .lp24-erfolge .section .columns .column.tiles .tile .tile-content .text.super {
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 500;
}
.page-landing-page-2024 .lp24-erfolge .section .columns .column.tiles .tile .tile-content .text.main {
    font-size: 50px;
    font-size: 2.94118rem;
    font-weight: 500;
}
.page-landing-page-2024 .lp24-erfolge .section .columns .column.tiles .tile .tile-content .text.sub {
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 500;
}
.page-landing-page-2024 .lp24-erfolge .section .columns .column.tiles .tile .tile-content .svg {
    height: 45px;
    height: 2.64706rem;
    margin: 10px 0 0.999px;
    margin: 0.58824rem 0rem 0.05882rem;
    width: auto;
}
.page-landing-page-2024 .lp24-erfolge .section .footnote {
    color: #757575;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
    text-align: center;
}
.page-landing-page-2024 .lp24-erfolge .section .footnote p {
    margin: 0 auto;
    max-width: 60%;
}
.page-landing-page-2024 .lp24-erfolge .section .case-links {
    padding-top: 99.999px;
    padding-top: 5.88235rem;
    padding-bottom: 30px;
    padding-bottom: 1.76471rem;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.29412rem;
}
.page-landing-page-2024 .lp24-erfolge .section .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 59.999px;
    gap: 3.52941rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-landing-page-2024 .lp24-erfolge .section .links a.case-link {
    color: #2068b1;
    font-weight: 500;
    font-style: italic;
    font-size: 17.999px;
    font-size: 1.05882rem;
    white-space: nowrap;
}
.page-landing-page-2024 .lp24-erfolge .section .links a.case-link:hover {
    color: #569be1;
}
.page-landing-page-2024 .lp24-erfolge .section .links a.case-link svg {
    position: relative;
    bottom: -2.999px;
    bottom: -0.17647rem;
    margin-left: 10px;
    margin-left: 0.58824rem;
}
.page-landing-page-2024 .lp24-next-munich {
    background: #e52b38;
    padding-bottom: 30px;
    padding-bottom: 1.76471rem;
    padding-top: 79.999px;
    padding-top: 4.70588rem;
}
.page-landing-page-2024 .lp24-next-munich .title {
    color: #fff;
    margin-bottom: 5px;
    margin-bottom: 0.29412rem;
}
.page-landing-page-2024 .lp24-next-munich .subtitle {
    color: #fff;
    margin-bottom: 34.999px;
    margin-bottom: 2.05882rem;
}
@media (min-width: 1024px) {
    .page-landing-page-2024 .lp24-next-munich .subtitle {
        margin-bottom: 3.52941rem;
    }
}
@media (min-width: 34.11765rem) {
    .page-landing-page-2024 .lp24-next-munich .cards {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 1024px) {
    .page-landing-page-2024 .lp24-next-munich .cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.page-landing-page-2024 .lp24-next-munich .cards.c8 {
    float: none;
    min-height: 0;
    position: static;
}
.page-landing-page-2024 .lp24-next-munich .cards .card {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    -webkit-transition-property: none;
    transition-property: none;
    width: 100%;
}
.page-landing-page-2024 .lp24-next-munich .kontakt {
    color: #fff;
    -webkit-column-gap: 1.76471rem;
    -moz-column-gap: 1.76471rem;
    column-gap: 1.76471rem;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-top: 2.94118rem;
    padding-left: 30px;
    padding-left: 1.76471rem;
    padding-right: 30px;
    padding-right: 1.76471rem;
    row-gap: 30px;
    row-gap: 1.76471rem;
}
@media (min-width: 1024px) {
    .page-landing-page-2024 .lp24-next-munich .kontakt {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.page-landing-page-2024 .lp24-next-munich .kontakt .left,
.page-landing-page-2024 .lp24-next-munich .kontakt .right {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
}
@media (min-width: 1024px) {
    .page-landing-page-2024 .lp24-next-munich .kontakt .left,
    .page-landing-page-2024 .lp24-next-munich .kontakt .right {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .page-landing-page-2024 .lp24-next-munich .kontakt .left {
        grid-column: 1 / span 2;
    }
}
.page-landing-page-2024 .lp24-next-munich .kontakt .left .body p {
    line-height: 1.5;
}
.page-landing-page-2024 .lp24-next-munich .kontakt .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-landing-page-2024 .lp24-next-munich .kontakt .right .text {
    margin-left: 16px;
    margin-left: 0.94118rem;
    margin-top: 19px;
    margin-top: 1.11765rem;
}
.page-landing-page-2024 .lp24-next-munich .kontakt .right .text.with-linkedin {
    margin-top: 5px;
    margin-top: 0.29412rem;
}
.page-landing-page-2024 .lp24-next-munich .kontakt .right .text .name {
    font-size: 19px;
    font-size: 1.11765rem;
    font-weight: 500;
}
.page-landing-page-2024 .lp24-next-munich .kontakt .right .text .linkedin {
    margin-top: 5px;
    margin-top: 0.29412rem;
}
.page-landing-page-2024 .lp24-next-munich .kontakt .right .text .linkedin a span {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg height='46' viewBox='0 0 46 46' width='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.857158 0c12.6236598 0 22.857158 10.2334982 22.857158 22.857158s-10.2334982 22.857158-22.857158 22.857158-22.857158-10.2334982-22.857158-22.857158 10.2334982-22.857158 22.857158-22.857158zm-7.014517 17.5100879h-5.52456v16.590421h5.52456zm13.526802-.385046c-2.3839384 0-3.6964362 1.0607162-4.4946496 2.0678603l-.1891616.2500252-.1696676.2439239-.1189642.1801487.000339-2.3569121-5.507819.0005203.0265767 3.1048415-.0020902 6.5348997-.0244865 6.9501595h5.507819v-9.257823c0-.502233.050223-.987725.184152-1.356029.401786-.987724 1.305805-2.008931 2.829244-2.008931 1.99219 0 2.795762 1.52344 2.795762 3.750005v8.872778h5.507819v-9.50894c0-5.089292-2.712056-7.466527-6.344873-7.466527zm-16.2556-7.60045501c-1.875002 0-3.113843 1.23884101-3.113843 2.86272701 0 1.5336029 1.1052319 2.7714401 2.8503656 2.8579009l.2299954.0048251c1.925225 0 3.130584-1.272323 3.113843-2.862726-.016741-1.623886-1.188618-2.86272701-3.080361-2.86272701z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    height: 23.999px;
    height: 1.41176rem;
    width: 23.999px;
    width: 1.41176rem;
}
.page-landing-page-2024 .lp24-next-munich .kontakt .right .image {
    border-radius: 50%;
    height: 85px;
    height: 5rem;
    overflow: hidden;
    width: 85px;
    width: 5rem;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.page-landing-page-2024 .lp24-next-munich .kontakt1 {
    display: none;
    padding-bottom: 16px;
    padding-bottom: 0.94118rem;
    padding-top: 25.999px;
    padding-top: 1.52941rem;
    min-height: 96px;
    min-height: 5.64706rem;
}
@media (min-width: 1024px) {
    .page-landing-page-2024 .lp24-next-munich .kontakt1 {
        display: block;
    }
}
.page-landing-page-2024 .lp24-next-munich .kontakt2 {
    display: block;
    padding-bottom: 25px;
    padding-bottom: 1.47059rem;
    padding-top: 59.999px;
    padding-top: 3.52941rem;
}
@media (min-width: 1024px) {
    .page-landing-page-2024 .lp24-next-munich .kontakt2 {
        display: none;
    }
}
.page-landing-page-2024 .lp24-embed {
    background: #f8f8f8;
}
.page-landing-page-2024 .lp24-embed .intro {
    padding-top: 79.999px;
    padding-top: 4.70588rem;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
}
.page-landing-page-2024 .lp24-embed .intro:before,
.page-landing-page-2024 .lp24-embed .intro:after {
    content: " ";
    display: table;
}
.page-landing-page-2024 .lp24-embed .intro:after {
    clear: both;
}
.page-landing-page-2024 .lp24-kunden.clients {
    padding-bottom: 74.999px;
    padding-bottom: 4.41176rem;
    padding-top: 74.999px;
    padding-top: 4.41176rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .page-landing-page-2024 .lp24-kunden.clients {
        padding-bottom: 9.70588rem;
        padding-top: 4.70588rem;
    }
}
.page-landing-page-2024 .lp24-kunden.clients h2 {
    padding-bottom: 30px;
    padding-bottom: 1.76471rem;
}
.page-landing-page-2024 .lp24-blog-posts {
    background: #f8f8f8;
}
.page-landing-page-2024 .lp24-blog-posts .intro {
    padding-bottom: 65.999px;
    padding-bottom: 3.88235rem;
    padding-top: 79.999px;
    padding-top: 4.70588rem;
    padding-left: 13px;
    padding-left: 0.76471rem;
    padding-right: 13px;
    padding-right: 0.76471rem;
}
.page-faq .faq h2 {
    font-size: 22px;
    font-size: 1.29412rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 11.999px;
    margin-bottom: 0.70588rem;
    top: -4px;
    border-top: 1px solid #e52b38;
    margin-top: 34.999px;
    margin-top: 2.05882rem;
    padding-top: 30px;
    padding-top: 1.76471rem;
}
@media (min-width: 460px) {
    .page-faq .faq h2 {
        font-size: 1.58824rem;
    }
}
@media (min-width: 960px) {
    .page-faq .faq h2 {
        font-size: 1.88235rem;
        margin-bottom: 1.76471rem;
    }
}
