@charset "UTF-8";

@font-face {
    font-family: 'ServconnectIcons';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/assets/fonts/icons.woff2") format("woff2");
}

@font-face {
    font-family: 'Monaco';
    font-style: normal;
    font-weight: normal;
    src: url("/assets/fonts/monaco.woff") format("woff");
}


@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("/assets/fonts/HelveticaNowDisplay-Hairline.woff2") format("woff2");
    font-weight: 100;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Hairline';
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("/assets/fonts/HelveticaNowDisplay-ExtLt.woff2") format("woff2");
    font-weight: 200;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Extra Light';
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("/assets/fonts/HelveticaNowDisplay-Light.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Light';
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("/assets/fonts/HelveticaNowDisplay-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("/assets/fonts/HelveticaNowDisplay-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Medium';
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("/assets/fonts/HelveticaNowDisplay-Bold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Bold';
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("/assets/fonts/HelveticaNowDisplay-ExtraBold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Extra Bold';
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("/assets/fonts/HelveticaNowDisplay-Black.woff2") format("woff2");
    font-weight: 800;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Black';
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("/assets/fonts/HelveticaNowDisplay-ExtBlk.woff2") format("woff2");
    font-weight: 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Extra Black';
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url("/assets/fonts/HelveticaNowText-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Medium';
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url("/assets/fonts/HelveticaNowText-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Medium';
}


@font-face {
    font-family: 'HelveticaNowText';
    src: url("/assets/fonts/HelveticaNowText-Bold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Bold';
}




icon {
    font-family: 'servconnectIcons';
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #222222;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
}

body.theme-white icon {
    color: #000000;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

*,
::after,
::before {
    box-sizing: border-box
}

:root {
    --accent-color: #5776ff;
    --accent-color-dark: #5562d2;
    --accent-color-light: #6876ff;
    --color-red: #de2d2d;
    --color-green: #3dc226;
    --color-orange: #e7842d;
    --generic-element-margin: 32px;
}

@media(min-width: 900px) {
    :root {
        --app-height: 100vh;
        --app-border-radius: 0;
    }
}

@media(max-width: 700px) {
    :root {
        --generic-element-margin: 16px;
    }
}

::-moz-selection {
    color: #ffffff;
    background: var(--accent-color);
}

::selection {
    color: #ffffff;
    background: var(--accent-color);
}



body {
    margin: 0;
    font-family: "HelveticaNowDisplay", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, "HelveticaNowDisplay", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    background: #000000;
}

body.white {
    background: #ffffff;
}




img,
video,
svg {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

input,
textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 2px 8px;
    border-radius: 0px;
    font-size: 15px;
    line-height: 1.25;
    font-family: "HelveticaNowDisplay", sans-serif;
    color: #ffffff;
    border: none;
    background: transparent;
    box-shadow: none;
    outline-width: 0px;
    outline-style: none;
    outline-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    cursor: text;
}


input:focus,
textarea:focus {
    background: transparent;
    border: none;
}

input::placeholder {
    color: #666666;
}

norm {
    text-transform: none;
}

textarea {
    resize: none;
    font-family: "HelveticaNowDisplay", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, "HelveticaNowDisplay", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

a,
lnk {
    margin: 0;
    font-family: "HelveticaNowDisplay", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, "HelveticaNowDisplay", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--accent-color);
    text-decoration: none;
    cursor: pointer;
}

a:active,
lnk:active {
    opacity: .6;
    text-decoration: none;
}

select {
    position: relative;
    display: block;
    width: 100%;
    padding: 2px 8px;
    outline: unset;
    border-radius: 0px;
    font-size: 15px;
    line-height: 1.25;
    font-family: "HelveticaNowDisplay", sans-serif;
    color: #ffffff;
    border: unset;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" style="fill: rgb(100,100,100)" viewBox="0 0 56 56"><path d="M 28 7.2578 C 27.4844 7.2578 26.9688 7.4687 26.4063 7.9375 L 10.6094 20.7578 C 10.2110 21.1094 9.9766 21.6016 9.9766 22.3047 C 9.9766 23.5234 10.8906 24.4375 12.1328 24.4375 C 12.6250 24.4375 13.1406 24.2500 13.6797 23.8281 L 28 12.1562 L 42.3203 23.8281 C 42.8594 24.2500 43.3750 24.4375 43.8906 24.4375 C 45.1094 24.4375 46.0234 23.5234 46.0234 22.3047 C 46.0234 21.6016 45.7890 21.1094 45.3906 20.7578 L 29.5937 7.9140 C 29.0312 7.4687 28.5390 7.2578 28 7.2578 Z M 28 48.7422 C 28.5390 48.7422 29.0312 48.5312 29.5937 48.0859 L 45.3906 35.2422 C 45.7890 34.8906 46.0234 34.3984 46.0234 33.6953 C 46.0234 32.4765 45.1094 31.5391 43.8906 31.5391 C 43.3750 31.5391 42.8594 31.7500 42.3203 32.1718 L 28 43.8437 L 13.6797 32.1718 C 13.1406 31.7500 12.6250 31.5391 12.1328 31.5391 C 10.8906 31.5391 9.9766 32.4765 9.9766 33.6953 C 9.9766 34.3984 10.2110 34.8906 10.6094 35.2422 L 26.4063 48.0625 C 26.9688 48.5312 27.4844 48.7422 28 48.7422 Z"/></svg>');
    background-repeat: no-repeat;
    background-position-x: calc(100% - -2px);
    background-position-y: 3px;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "HelveticaNowDisplay", sans-serif;
    margin: 0;
    letter-spacing: 0.01em;
    cursor: default;
}


h6 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

h5 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
}

h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

h1 {
    font-size: 52px;
    font-weight: 700;
}



h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark {
    color: #666666;
}

body.white h1.dark,
body.white h2.dark,
body.white h3.dark,
body.white h4.dark,
body.white h5.dark,
body.white h6.dark {
    color: #666666;
}


p,
slink,
span {
    position: relative;
    cursor: default;
    letter-spacing: 0.5px;
}

a span {
    cursor: pointer;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
}

body.white h1,
body.white h2,
body.white h3,
body.white h4,
body.white h5,
body.white h6 {
    color: #1f1f1f;
}

body p,
body span {
    color: #909090;
    line-height: 1.45;
}

body.white p,
body.white span {
    color: #1f1f1f;
}

body p:not(:last-child),
body a:not(:last-child) {
    margin-bottom: 17px;
}

p.tag {
    display: inline-block;
    padding: 6px 20px 8px;
    border-radius: 5000px;
    border: 3px solid #cccccc;
    font-size: 14px;
    color: #aaaaaa;
}




a {
    color: var(--accent-color-light);
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
}

a > icon {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--accent-color);
}


a:active {
    color: var(--accent-color);
}


a.more::after {
    position: relative;
    color: var(--accent-color-light);
    content: 'chevron_right';
    font-family: "ServconnectIcons";
    font-size: 15px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 0 2px;
}

a.external::after {
    position: relative;
    color: var(--accent-color-light);
    content: 'arrow_up_right';
    font-family: "ServconnectIcons";
    font-size: 15px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 0 2px;
}

a.more:active:after,
a.external:active:after {
    color: var(--accent-color-dark);
}

body.white a {
    color: var(--accent-color-dark);
}



code {
    position: relative;
    font-family: 'Monaco', monospace;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    -webkit-tap-highlight-color: unset;
}

code::-moz-selection {
    color: var(--accent-color);
    background: rgba(0, 0, 0, .1);
}

code::selection {
    color: var(--accent-color);
    background: rgba(0, 0, 0, .1);
}

@media(prefers-color-scheme:dark) {
    code::-moz-selection {
        background: rgba(255, 255, 255, .1);
    }

    code::selection {
        background: rgba(255, 255, 255, .1);
    }
}


button {
    position: relative;
    display: inline-block;
    outline: unset;
    box-shadow: unset;
    border: unset;
    font-family: "HelveticaNowDisplay", sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: var(--accent-color);
    border-radius: 0;
    padding: 8px 20px 10px;
    line-height: 1.25;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
}

body.white button {
    background: var(--accent-color-dark);
}

button:active {
    opacity: .8;
}

@media(min-width: 901px) {
    button.desktop-highlight:not(:active) {
        background: var(--accent-color);
    }
}

button.grey {
    background: #222222;
    border: 1px solid #333333;
    color: var(--accent-color);
}

button.grey:hover {
    background: #252525;
    border: 1px solid #333333;
}

button.grey:active {
    background: #202020;
    border: 1px solid #333333;
}


button.delete:not(.grey) {
    background: var(--color-red);
    border: 1px solid var(--color-red);
    color: #1f1f1f;
}

button.delete:not(.grey):hover {
    background: var(--color-red);
    border: 1px solid var(--color-red);
}

button.delete:not(.grey):active {
    background: var(--color-red);
    border: 1px solid var(--color-red);
}

p.delete {
    color: var(--color-red);
}

p.warning {
    color: #e38043;
}


@media(max-width: 1200px) {
    body {
        font-size: 16px;
    }

    h6 {
        font-size: 16px;
    }

    h5 {
        font-size: 18px;
    }

    h4 {
        font-size: 20px;
    }

    h3 {
        font-size: 25px;
    }

    h2 {
        font-size: 28px;
    }

    h1 {
        font-size: 38px;
    }
}

@media(max-width: 600px) {
    h6 {
        font-size: 16px;
    }

    h5 {
        font-size: 17px;
    }

    h4 {
        font-size: 18px;
    }

    h3 {
        font-size: 20px;
    }

    h2 {
        font-size: 26px;
    }

    h1 {
        font-size: 30px;
    }

    p,
    slink {
        font-size: 16px;
    }
}


pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 8px 17px;
    border-radius: 5000px;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    line-height: .75;
    color: #ffffff;
    margin: 0 0 8px;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

body.white pill {
    border: 2px solid #1f1f1f;
    color: #1f1f1f;
}

pill:last-child {
    margin-bottom: 0;
}

pill.soon {
    border: 2px solid #666666;
    color: #666666;
}

body.white pill.soon {
    border: 2px solid #cccccc;
    color: #999999;
}

servicetitle {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 8px;
}

starmark {
    display: block;
    font-size: 13px;
    opacity: .4;
    color: #ffffff;
}

body.white starmark {
    color: #000000;
}

starmark:not(:last-of-type) {
    margin-bottom: 17px;
}

starmark sup {
    color: #444444;
    font-weight: 500;
}

starmark a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: underline;
}

body.white starmark a {
    color: #000000;
}


sup {
    font-size: 13px;
    color: #666666;
    padding: 0 2px;
}

body > splash {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 400vh;
    mask-image: linear-gradient(to bottom, transparent 0%, #000000 25%, #000000 50%, transparent 100%);
    background: #000000;
    mask-repeat: no-repeat;
    mask-size: 100% 400vh;
    transform: translate3d(0, -100vh, 0);
    display: block;
    z-index: 49;
    transition: transform 1s cubic-bezier(.25, .1, .4, .9);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1px;
    transform-style: preserve-3d;
}

body.white > splash {
    background: #ffffff;
}



/* -------- Menu -------- */

body > menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 0;
    display: block;
    z-index: 50;
    mix-blend-mode: difference;
}



body > menu a {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


body > menu > content {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 52px;
    margin: 0 auto;
    overflow: hidden;
    opacity: 1;
    z-index: 1;
    transition: opacity .12s linear;
}

@media(max-width: 1024px) {
    body > menu > content {
        justify-content: space-between;
    }
}

@media(max-width: 850px) {
    body > menu > content {
        padding: 0 32px;
    }
}

body > menu > content > left,
body > menu > content > right {
    position: relative;
    display: block;
    flex: 0 0 300px;
    overflow: hidden;
}

body > menu > content > middle {
    position: relative;
    display: flex;
    flex: 1 1 100%;
    justify-content: center;
}

@media(max-width: 850px) {
    body > menu > content > left {
        flex: 0 0 75%;
    }
}



body > menu > content > left > a {
    position: relative;
    display: block;
    width: 130px;
}

body > menu > content > left > a > svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    fill: #ffffff;
}




body > menu ul {
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    list-style: none;
    -webkit-backdrop-filter: blur(0px) saturate(100%);
    backdrop-filter: blur(0px) saturate(100%);
    background: rgba(0, 0, 0, 0);
    border-radius: 5000px;
    padding: 0 32px;
    transition: -webkit-backdrop-filter .4s cubic-bezier(0.215, 0.610, 0.355, 1), backdrop-filter .4s cubic-bezier(0.215, 0.610, 0.355, 1), background .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}


body > menu:hover ul {
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    backdrop-filter: blur(20px) saturate(150%);
    background: rgba(0, 0, 0, .7);
}


body > menu ul > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: .5;
    transition: opacity 6s cubic-bezier(0.215, 0.610, 0.355, 1) 2s;
}

body > menu:hover ul li {
    transition: opacity .5s cubic-bezier(0.215, 0.610, 0.355, 1);
    opacity: 1;
}

body > menu ul > li > a {
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 22px 12px;
    color: #ffffff;
}


body > menu ul > li > a > span,
body > menu > content > right > a {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
}






body > menu > content > right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}

@media(max-width: 1200px) {
    body > menu > content > right > a:not(.button) {
        display: none;
    }
}

body > menu > content > right > *:not(:last-child) {
    margin-right: 20px;
}

body > menu > content > right > a.button,
body > menu mobilecontent a.button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to right, #de43e4 0%, #de43e4 25%, var(--accent-color) 75%, var(--accent-color) 100%);
    background-size: 400% 100%;
    background-position: 0% 0%;
    padding: 0 20px;
    font-weight: 600;
    border-radius: 12px;
    animation: voorbeeldBtn 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards 1s;
}

body > menu mobilecontent a.button {
    height: unset;
    padding: 12px 32px;
    color: #ffffff;
}

@keyframes voorbeeldBtn {
    from {
        background-position: 0% 0%;
    }

    to {
        background-position: 100% 0%;
    }
}

body > menu > content > icon {
    position: relative;
    display: none;
    padding: 0 0 0 32px;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    opacity: 1;
    cursor: pointer;
    transition: opacity .12s linear;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media(max-width: 1024px) {

    body > menu > content > middle,
    body > menu > content > right {
        display: none;
    }

    body > menu > content > icon {
        display: inline-flex;
    }
}

body > menu mobilecontent {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity .12s linear;
    z-index: 0;
}

body > menu mobilecontent > contact {
    position: relative;
    display: block;
    width: 100%;
}

body > menu mobilecontent > contact > a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}

body > menu mobilecontent > contact > a > icon {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #ffffff;
    font-size: 20px;
}

body > menu mobilecontent > contact > a:not(:last-child) {
    margin-bottom: 18px;
}

body > menu mobilecontent contact > a.button {
    animation: unset;
}

body > menu mobilecontent.sh contact > a.button {
    animation: voorbeeldBtn 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards .12s;
}

@media(max-width: 1024px) {
    body > menu mobilecontent {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 100px 32px 32px;
    }

    body > menu mobilecontent ul,
    body > menu mobilecontent ul > li {
        display: block;
        height: unset;
    }

    body > menu mobilecontent ul > li > a {
        padding: 12px 0;
    }

    body > menu mobilecontent ul > li,
    body > menu mobilecontent ul > li span {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

body > mobilemenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 52;
}

body > mobilemenu > img {
    position: absolute;
    left: 32px;
    top: 30px;
    width: 130px;
    height: auto;
    margin: 0;
    padding: 0;
}

body > mobilemenu > icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px 32px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    opacity: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.white > mobilemenu > icon {
    color: #000000;
}

body > mobilemenu > bg {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 5, .7);
}

body.white > mobilemenu > bg {
    background: rgba(250, 250, 250, .7);
}

body > mobilemenu > content {
    position: absolute;
    right: 32px;
    top: 30px;
    display: block;
    width: 24px;
    height: 24px;
    transform: translate3d(0, 0, 0);
    transform-origin: top right;
}

body > mobilemenu > content > inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    border-radius: 10px;
    background: rgba(15, 15, 15, .82);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    backdrop-filter: blur(12px) saturate(150%);
    overflow: hidden;
}

body.white > mobilemenu > content > inner {
    background: rgba(255, 255, 255, .82);
}

body > mobilemenu > content > inner > mobilecontent {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    transform: translate3d(0, 0, 0);
    padding: 28px 36px 36px 36px;
}

body > mobilemenu > content > inner > mobilecontent > contact {
    position: relative;
    display: inline-block;
}

body > mobilemenu > content > inner > mobilecontent > contact > a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

body > mobilemenu > content > inner > mobilecontent > contact > a:not(:last-of-type) {
    margin-bottom: 18px;
}

body > mobilemenu > content > inner > mobilecontent > contact > a > icon {
    position: relative;
    margin: 0 8px 0 0;
    font-size: 17px;
}


body > mobilemenu > content > inner > mobilecontent ul {
    position: relative;
    display: block;
    margin: 0 0 27px;
}

body > mobilemenu > content > inner > mobilecontent ul > li {
    position: relative;
    display: block;
}



body > mobilemenu > content > inner > mobilecontent ul > li > a {
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 9px 0;
    color: #ffffff;
}

body.white > mobilemenu > content > inner > mobilecontent ul > li > a {
    color: #000000;
}

body > mobilemenu > content > inner > mobilecontent ul > li > a > span {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
}

body.white > mobilemenu > content > inner > mobilecontent ul > li > a > span {
    color: #000000;
}




/* -------- Footer -------- */

body > footer {
    position: relative;
    display: block;
    width: 100%;
}

body > footer > content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    gap: 52px;
    padding: 52px 52px;
}

body > footer > content > column {
    position: relative;
    display: block;
    width: 100%;
}

body > footer > content > column:first-of-type > a {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 12px 0;
}

body > footer > content > column:first-of-type > a > svg {
    position: relative;
    display: block;
    width: 200px;
    height: 60px;
    fill: #ffffff;
}

body.white > footer > content > column:first-of-type > a > svg {
    fill: #1f1f1f;
}

body > footer > content > column:first-of-type > p {
    position: relative;
    font-size: 12px;
}


body > footer > content > column:last-of-type > p,
body > footer > content > column:last-of-type > a {
    font-size: 15px;
    margin: 0 0 17px 0;
}

body > footer > content > column:last-of-type > a {
    display: flex;
    align-items: center;
}

body > footer > content > column:last-of-type > a > icon {
    position: relative;
    margin: 0 8px 0 0;
}



body > footer > content > column ul {
    position: relative;
    display: block;
    align-items: center;
    justify-content: center;
    list-style: none;
}

body > footer > content > column ul > li {
    position: relative;
    display: block;
}

body > footer > content > column ul > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0 0 17px 0;
    color: #ffffff;
}


body > footer > content > column ul > li > a > span {
    color: var(--accent-color);
    font-weight: 500;
    font-size: 15px;
}


@media(max-width: 660px) {
    body > footer > content {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 360px) {
    body > footer > content > column:first-of-type > a > svg {
        width: 140px;
    }
}



section {
    position: relative;
    display: block;
    width: 100%;
    padding: 290px 0;
}

@media(max-width: 900px) {
    section {
        padding: 152px 0;
    }
}

section.bg-grey {
    background: #080808;
}

body.white section.bg-grey {
    background: #f9f9f9;
}

section.center > content > titlewrap {
    text-align: center;
}



section > content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1140px;
    padding: 0 52px;
    margin: 0 auto;
}

section.narrow > content > titlewrap {
    max-width: 700px;
}

section > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 84px;
}

section > content > titlewrap:not(:first-child) {
    margin-top: 84px;
}


section > content > titlewrap h2:not(:last-child),
section > content > titlewrap h3:not(:last-child),
section > content > titlewrap h4:not(:last-child),
section > content > titlewrap h5:not(:last-child),
section > content > titlewrap h6:not(:last-child) {
    margin-bottom: 6px;
}

section > content > titlewrap h1:not(:last-child) {
    margin-bottom: 27px;
}

@media(max-width: 950px) {
    section > content > titlewrap h1:not(:last-child) {
        margin-bottom: 17px;
    }
}



article {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1140px;
    padding: 0 52px;
    margin: 0 auto;
    letter-spacing: 0.05em;
}


article pre {
    position: relative;
    display: block;
    width: 100%;
    padding: 32px;
    margin-top: 32px;
    background: #f0f0f0;
}

article h1 code,
article h2 code,
article h3 code,
article h4 code,
article h5 code,
article h6 code {
    color: #111111;
}

article,
article p {
    color: #909090;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}


article p,
article ul {
    margin-top: 12px;
}

article ul,
article ol {
    padding-left: 52px;
}

article ul li,
article ol li {
    margin-top: 8px;
}


article h1 {
    font-size: 32px;
}

article h2 {
    font-size: 28px;
}

article h3 {
    font-size: 24px;
}

article h4 {
    font-size: 20px;
}

article h5 {
    font-size: 18px;
}

article h6 {
    font-size: 15px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    margin-top: 52px;
    padding-top: 52px;
    border-top: 2px dashed #2a2a2a;
}

article h1:first-child,
article h2:first-child,
article h3:first-child,
article h4:first-child,
article h5:first-child,
article h6:first-child {
    padding-top: 0;
    border: 0;
}


article figure {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 52px 0 0;
    border-radius: 10px;
    overflow: hidden;
    background: #f0f0f0;
    opacity: 0;
    transition: opacity .12s linear;
}


article figure > img,
article figure > video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

article figure > video {
    pointer-events: all;
}

article figure > p {
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 24px;
    margin: 0;
    font-size: 14px;
}

article blockquote {
    position: relative;
    display: block;
    padding: 20px 26px;
    margin-top: 8px;
    background: #f0f0f0;
    border-radius: 10px;
}

article blockquote::before {
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    width: 6px;
    background: var(--accent-color);
    border-radius: 5000px;
    content: '';
}

article blockquote > p {
    font-style: italic;
}

article blockquote > p:first-of-type {
    margin-top: 0;
}

article blockquote > p:last-of-type {
    margin-bottom: 0;
}



boxgrid {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 84px;
}

@media(max-width: 950px) {
    boxgrid {
        gap: 52px;
    }
}


boxgrid.col-2 {
    grid-template-columns: 1fr 1fr;
}

@media(max-width: 800px) {

    boxgrid,
    boxgrid.col-2 {
        gap: 84px;
        grid-template-columns: 1fr;
    }
}

boxgrid > box {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
}

boxgrid > box > content {
    position: relative;
    display: block;
    width: 100%;
    flex: 1 1;
}

boxgrid > box > content:not(:last-child) {
    margin-bottom: 16px;
}

boxgrid > box > content > iconwrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

boxgrid > box > content > iconwrap > img,
titlewrap > img,
boxgrid > box > content > iconwrap > svg,
titlewrap > svg,
boxgrid > box > content > iconwrap > icon,
titlewrap > icon {
    position: relative;
    display: block;
    height: 52px;
    width: auto;
    padding: 0;
    margin: 0 0 18px;
    cursor: default;
    pointer-events: none;
}

boxgrid > box > content > iconwrap > icon,
titlewrap > icon {
    position: relative;
    font-size: 52px;
    text-align: left;
}

boxgrid > box > content > iconwrap > svg {
    fill: #ffffff;
}

body.white boxgrid > box > content > iconwrap > svg {
    fill: #1f1f1f;
}

boxgrid > box > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 1px;
}

boxgrid > box > content > titlewrap > h1,
boxgrid > box > content > titlewrap > h2,
boxgrid > box > content > titlewrap > h3,
boxgrid > box > content > titlewrap > h4 {
    margin-bottom: 17px;
}

boxgrid > box > content > titlewrap > h5,
boxgrid > box > content > titlewrap > h6 {
    margin: 0;
}


cardgrid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
    overflow: hidden;
    max-width: 900px;
}

@media(max-width: 750px) {
    cardgrid {
        grid-template-columns: 1fr;
    }
}

card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #111111;
    border-radius: 20px;
    margin: 0 0 30px;
}

body.white card {
    background: #f5f5f5;
}

card.bg-white,
body.white card.bg-white {
    background: #ffffff;
}

section > card {
    margin: 0 auto 30px;
    overflow: hidden;
    max-width: 900px;
}

cardgrid > card {
    margin-bottom: 0;
}

card > content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    padding: 50px;
}

card.icon-left > content {
    flex-direction: row;
}

@media(max-width: 750px) {
    card > content {
        padding: 32px;
    }
}

card > content:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 17px;
}

card > content > titlewrap {
    position: relative;
    display: block;
    flex-grow: 1;
    width: 100%;
    margin: 0 0 17px;
}


card > content > titlewrap:last-child {
    margin-bottom: 0;
}


card > content > img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    flex-shrink: 0;
    flex-grow: 0;
}

card.icon-left > content > img {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 32px 0 0;
}

card > img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    flex: 0 0 60%;
    margin: 0;
    flex-shrink: 0;
    flex-grow: 0;
}

card > imagewrap,
card > content > imagewrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
}

card > imagewrap > img,
card > content > imagewrap > img {
    position: relative;
    width: 100%;
    height: auto;
}


@media(max-width: 750px) {
    card > content > imagewrap > img {
        max-width: 320px;
    }
}

card.image-right {
    flex-direction: row;
}

card.image-right > imagewrap {
    width: 60%;
    height: auto;
    flex: 0 0 60%;
    padding: 0 0 0 20px;
}

@media(max-width: 750px) {
    card.image-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    card.image-right > imagewrap {
        width: 100%;
        max-width: unset;
        flex: unset;
    }
}


card.image-right > imagewrap {
    justify-content: center;
}

card.dark {
    background: #101010;
    color: #ffffff;
}

card.dark p {
    color: #ffffff;
    opacity: .7;
}

card.dark h1,
card.dark h2,
card.dark h3,
card.dark h4,
card.dark h5,
card.dark h6 {
    color: #ffffff;
}


logogrid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    gap: 84px;
    margin-top: 84px;
}

@media(max-width: 960px) {
    logogrid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 480px) {
    logogrid {
        gap: 52px;
    }
}

@media(max-width: 400px) {
    logogrid {
        grid-template-columns: 1fr;
    }
}


logogrid > imagewrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.4;
    pointer-events: none;
}

logogrid > imagewrap > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 200px;
    object-fit: contain;
    object-position: center center;
    pointer-events: none;
}


card.servconnect-promo {
    border-radius: 64px;
    margin-top: 84px;
    margin-bottom: 0;
}

@media(max-width: 700px) {
    card.servconnect-promo {
        border-radius: 28px;
    }

    card.servconnect-promo > content {
        display: block;
    }

    card.servconnect-promo > content > img {
        width: 52px;
        height: 52px;
        margin: 0 0 17px;
    }
}