/*!***************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./Assets/Styles/Webflow/normalize.css ***!
  \***************************************************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*!*************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./Assets/Styles/Webflow/webflow.css ***!
  \*************************************************************************************/
@font-face {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
    content: "\e600";
}

.w-icon-slider-left:before {
    content: "\e601";
}

.w-icon-nav-menu:before {
    content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\e603";
}

.w-icon-file-upload-remove:before {
    content: "\e900";
}

.w-icon-file-upload-icon:before {
    content: "\e903";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}

.w-block {
    display: block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-clearfix:after {
    clear: both;
}

.w-hidden {
    display: none;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

input.w-button {
    -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    box-shadow: none;
    opacity: 1.0;
    transform: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
}

.w-webflow-badge {
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .w-webflow-badge > img {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        vertical-align: middle !important;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}

figure {
    margin: 0;
    margin-bottom: 10px;
}

figcaption {
    margin-top: 5px;
    text-align: center;
}

ul,
ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-embed:after {
    clear: both;
}

.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}

    .w-video iframe,
    .w-video object,
    .w-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.w-input,
.w-select, .form-dropdown {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

    .w-input:-moz-placeholder,
    .w-select:-moz-placeholder {
        color: #999;
    }

    .w-input::-moz-placeholder,
    .w-select::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .w-input:-ms-input-placeholder,
    .w-select:-ms-input-placeholder {
        color: #999;
    }

    .w-input::-webkit-input-placeholder,
    .w-select::-webkit-input-placeholder {
        color: #999;
    }

    .w-input:focus,
    .w-select:focus {
        border-color: #3898EC;
        outline: 0;
    }

    .w-input[disabled],
    .w-select[disabled],
    .w-input[readonly],
    .w-select[readonly],
    fieldset[disabled] .w-input,
    fieldset[disabled] .w-select {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.w-input,
textarea.w-select {
    height: auto;
}

.w-select {
    background-color: #f3f3f3;
}

    .w-select[multiple] {
        height: auto;
    }

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}

.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

    .w-radio:before,
    .w-radio:after {
        content: " ";
        display: table;
        grid-column-start: 1;
        grid-row-start: 1;
        grid-column-end: 2;
        grid-row-end: 2;
    }

    .w-radio:after {
        clear: both;
    }

.w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
}

.w-radio-input {
    margin-top: 3px;
}

.w-file-upload {
    display: block;
    margin-bottom: 10px;
}

.w-file-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    display: inline-block;
    color: #333333;
}

.w-file-upload-error {
    display: block;
    margin-top: 10px;
}

    .w-file-upload-default.w-hidden,
    .w-file-upload-uploading.w-hidden,
    .w-file-upload-error.w-hidden,
    .w-file-upload-success.w-hidden {
        display: none;
    }

.w-file-upload-uploading-btn {
    display: flex;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}

.w-file-upload-file {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.w-file-remove-link {
    margin-top: 3px;
    margin-left: 10px;
    width: auto;
    height: auto;
    padding: 3px;
    display: block;
    cursor: pointer;
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
}

.w-file-upload-error-msg {
    display: inline-block;
    color: #ea384c;
    padding: 2px 0;
}

.w-file-upload-info {
    display: inline-block;
    line-height: 38px;
    padding: 0 12px;
}

.w-file-upload-label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
}

.w-icon-file-upload-uploading {
    height: 20px;
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

    .w-container:before,
    .w-container:after {
        content: " ";
        display: table;
        grid-column-start: 1;
        grid-row-start: 1;
        grid-column-end: 2;
        grid-row-end: 2;
    }

    .w-container:after {
        clear: both;
    }

    .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px;
    }

.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

    .w-col .w-col {
        padding-left: 0;
        padding-right: 0;
    }

.w-col-1 {
    width: 8.33333333%;
}

.w-col-2 {
    width: 16.66666667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.33333333%;
}

.w-col-5 {
    width: 41.66666667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.33333333%;
}

.w-col-8 {
    width: 66.66666667%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.33333333%;
}

.w-col-11 {
    width: 91.66666667%;
}

.w-col-12 {
    width: 100%;
}

.w-hidden-main {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: none !important;
    }

    .w-col-medium-1 {
        width: 8.33333333%;
    }

    .w-col-medium-2 {
        width: 16.66666667%;
    }

    .w-col-medium-3 {
        width: 25%;
    }

    .w-col-medium-4 {
        width: 33.33333333%;
    }

    .w-col-medium-5 {
        width: 41.66666667%;
    }

    .w-col-medium-6 {
        width: 50%;
    }

    .w-col-medium-7 {
        width: 58.33333333%;
    }

    .w-col-medium-8 {
        width: 66.66666667%;
    }

    .w-col-medium-9 {
        width: 75%;
    }

    .w-col-medium-10 {
        width: 83.33333333%;
    }

    .w-col-medium-11 {
        width: 91.66666667%;
    }

    .w-col-medium-12 {
        width: 100%;
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: none !important;
    }

    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }

    .w-col-small-1 {
        width: 8.33333333%;
    }

    .w-col-small-2 {
        width: 16.66666667%;
    }

    .w-col-small-3 {
        width: 25%;
    }

    .w-col-small-4 {
        width: 33.33333333%;
    }

    .w-col-small-5 {
        width: 41.66666667%;
    }

    .w-col-small-6 {
        width: 50%;
    }

    .w-col-small-7 {
        width: 58.33333333%;
    }

    .w-col-small-8 {
        width: 66.66666667%;
    }

    .w-col-small-9 {
        width: 75%;
    }

    .w-col-small-10 {
        width: 83.33333333%;
    }

    .w-col-small-11 {
        width: 91.66666667%;
    }

    .w-col-small-12 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: inherit !important;
    }

    .w-hidden-tiny {
        display: none !important;
    }

    .w-col {
        width: 100%;
    }

    .w-col-tiny-1 {
        width: 8.33333333%;
    }

    .w-col-tiny-2 {
        width: 16.66666667%;
    }

    .w-col-tiny-3 {
        width: 25%;
    }

    .w-col-tiny-4 {
        width: 33.33333333%;
    }

    .w-col-tiny-5 {
        width: 41.66666667%;
    }

    .w-col-tiny-6 {
        width: 50%;
    }

    .w-col-tiny-7 {
        width: 58.33333333%;
    }

    .w-col-tiny-8 {
        width: 66.66666667%;
    }

    .w-col-tiny-9 {
        width: 75%;
    }

    .w-col-tiny-10 {
        width: 83.33333333%;
    }

    .w-col-tiny-11 {
        width: 91.66666667%;
    }

    .w-col-tiny-12 {
        width: 100%;
    }
}

.w-widget {
    position: relative;
}

.w-widget-map {
    width: 100%;
    height: 400px;
}

    .w-widget-map label {
        width: auto;
        display: inline;
    }

    .w-widget-map img {
        max-width: inherit;
    }

    .w-widget-map .gm-style-iw {
        text-align: center;
    }

        .w-widget-map .gm-style-iw > button {
            display: none !important;
        }

.w-widget-twitter {
    overflow: hidden;
}

.w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px;
}

    .w-widget-twitter-count-shim * {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        position: relative;
        font-size: 15px;
        line-height: 12px;
        text-align: center;
        color: #999;
        font-family: serif;
    }

    .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
        position: relative;
        display: block;
    }

    .w-widget-twitter-count-shim.w--large {
        width: 36px;
        height: 28px;
    }

        .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
            font-size: 18px;
            line-height: 18px;
        }

    .w-widget-twitter-count-shim:not(.w--vertical) {
        margin-left: 5px;
        margin-right: 8px;
    }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large {
            margin-left: 6px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical):before,
        .w-widget-twitter-count-shim:not(.w--vertical):after {
            top: 50%;
            left: 0;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .w-widget-twitter-count-shim:not(.w--vertical):before {
            border-color: rgba(117, 134, 150, 0);
            border-right-color: #5d6c7b;
            border-width: 4px;
            margin-left: -9px;
            margin-top: -4px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
            border-width: 5px;
            margin-left: -10px;
            margin-top: -5px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical):after {
            border-color: rgba(255, 255, 255, 0);
            border-right-color: white;
            border-width: 4px;
            margin-left: -8px;
            margin-top: -4px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
            border-width: 5px;
            margin-left: -9px;
            margin-top: -5px;
        }

    .w-widget-twitter-count-shim.w--vertical {
        width: 61px;
        height: 33px;
        margin-bottom: 8px;
    }

        .w-widget-twitter-count-shim.w--vertical:before,
        .w-widget-twitter-count-shim.w--vertical:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .w-widget-twitter-count-shim.w--vertical:before {
            border-color: rgba(117, 134, 150, 0);
            border-top-color: #5d6c7b;
            border-width: 5px;
            margin-left: -5px;
        }

        .w-widget-twitter-count-shim.w--vertical:after {
            border-color: rgba(255, 255, 255, 0);
            border-top-color: white;
            border-width: 4px;
            margin-left: -4px;
        }

        .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
            font-size: 18px;
            line-height: 22px;
        }

        .w-widget-twitter-count-shim.w--vertical.w--large {
            width: 76px;
        }

.w-widget-gplus {
    overflow: hidden;
}

.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}

    .w-background-video > video {
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
        right: -100%;
        bottom: -100%;
        top: -100%;
        left: -100%;
        object-fit: cover;
        z-index: -100;
    }

        .w-background-video > video::-webkit-media-controls-start-playback-button {
            display: none !important;
            -webkit-appearance: none;
        }

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}

.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

    .w-slider-nav.w-round > div {
        border-radius: 100%;
    }

    .w-slider-nav.w-num > div {
        width: auto;
        height: auto;
        padding: 0.2em 0.5em;
        font-size: inherit;
        line-height: inherit;
    }

    .w-slider-nav.w-shadow > div {
        box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
    }

.w-slider-nav-invert {
    color: #fff;
}

    .w-slider-nav-invert > div {
        background-color: rgba(34, 34, 34, 0.4);
    }

        .w-slider-nav-invert > div.w-active {
            background-color: #222;
        }

.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    transition: background-color 100ms, color 100ms;
}

    .w-slider-dot.w-active {
        background-color: #fff;
    }

    .w-slider-dot:focus {
        outline: none;
        box-shadow: 0px 0px 0px 2px #fff;
    }

        .w-slider-dot:focus.w-active {
            box-shadow: none;
        }

.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .w-slider-arrow-left [class^="w-icon-"],
    .w-slider-arrow-right [class^="w-icon-"],
    .w-slider-arrow-left [class*=" w-icon-"],
    .w-slider-arrow-right [class*=" w-icon-"] {
        position: absolute;
    }

    .w-slider-arrow-left:focus,
    .w-slider-arrow-right:focus {
        outline: 0;
    }

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
}

.w-slider-aria-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
}

    .w-dropdown-toggle:focus {
        outline: 0;
    }

.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}

.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}

    .w-dropdown-list.w--open {
        display: block;
    }

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}

    .w-dropdown-link.w--current {
        color: #0082f3;
    }

    .w-dropdown-link:focus {
        outline: 0;
    }

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}

    .w-lightbox-view:before {
        content: "";
        height: 100vh;
    }
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}

.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
}

.w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
    background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */
}

.w-lightbox-active {
    opacity: .3;
}

.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden;
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear;
}

    .w-lightbox-spinner:after {
        content: "";
        position: absolute;
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
        border: 3px solid transparent;
        border-bottom-color: #fff;
        border-radius: 50%;
    }
/*
 * Utility classes
 */
.w-lightbox-hide {
    display: none;
}

.w-lightbox-noscroll {
    overflow: hidden;
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh;
    }
    /* .w-lightbox-content */
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }

    .w-lightbox-left,
    .w-lightbox-right {
        display: block;
        opacity: .5;
    }

    .w-lightbox-close {
        opacity: .8;
    }

    .w-lightbox-control:hover {
        opacity: 1;
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-richtext:after {
    clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
    white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
    outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
    content: '';
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.w-richtext figure {
    position: relative;
    max-width: 60%;
}

    .w-richtext figure > div:before {
        cursor: default !important;
    }

    .w-richtext figure img {
        width: 100%;
    }

    .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
        opacity: 0.6;
    }

    .w-richtext figure div {
        /* fix incorrectly sized selection border in the data manager */
        font-size: 0px;
        color: transparent;
    }

    .w-richtext figure.w-richtext-figure-type-image,
    .w-richtext figure[data-rt-type="image"] {
        display: table;
    }

        .w-richtext figure.w-richtext-figure-type-image > div,
        .w-richtext figure[data-rt-type="image"] > div {
            display: inline-block;
        }

        .w-richtext figure.w-richtext-figure-type-image > figcaption,
        .w-richtext figure[data-rt-type="image"] > figcaption {
            display: table-caption;
            caption-side: bottom;
        }

    .w-richtext figure.w-richtext-figure-type-video,
    .w-richtext figure[data-rt-type="video"] {
        width: 60%;
        height: 0;
    }

        .w-richtext figure.w-richtext-figure-type-video iframe,
        .w-richtext figure[data-rt-type="video"] iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .w-richtext figure.w-richtext-figure-type-video > div,
        .w-richtext figure[data-rt-type="video"] > div {
            width: 100%;
        }

    .w-richtext figure.w-richtext-align-center {
        margin-right: auto;
        margin-left: auto;
        clear: both;
    }

        .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
        .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
            max-width: 100%;
        }

    .w-richtext figure.w-richtext-align-normal {
        clear: both;
    }

    .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

        .w-richtext figure.w-richtext-align-fullwidth > div {
            display: inline-block;
            /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
            padding-bottom: inherit;
        }

        .w-richtext figure.w-richtext-align-fullwidth > figcaption {
            display: block;
        }

    .w-richtext figure.w-richtext-align-floatleft {
        float: left;
        margin-right: 15px;
        clear: none;
    }

    .w-richtext figure.w-richtext-align-floatright {
        float: right;
        margin-left: 15px;
        clear: none;
    }

.w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000;
}

    .w-nav:before,
    .w-nav:after {
        content: " ";
        display: table;
        grid-column-start: 1;
        grid-row-start: 1;
        grid-column-end: 2;
        grid-row-end: 2;
    }

    .w-nav:after {
        clear: both;
    }

.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}

.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

    .w-nav-link.w--current {
        color: #0082f3;
    }

.w-nav-menu {
    position: relative;
    float: right;
}

[data-nav-menu-open] {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}

    .w-nav-overlay [data-nav-menu-open] {
        top: 0;
    }

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
    right: auto;
    z-index: 1;
    top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
    left: auto;
    z-index: 1;
    top: 0;
}

.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .w-nav-button:focus {
        outline: 0;
    }

    .w-nav-button.w--open {
        background-color: #C8C8C8;
        color: white;
    }

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
    display: block;
}

.w--nav-dropdown-open {
    display: block;
}

.w--nav-dropdown-toggle-open {
    display: block;
}

.w--nav-dropdown-list-open {
    position: static;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}

.w-tabs {
    position: relative;
}

    .w-tabs:before,
    .w-tabs:after {
        content: " ";
        display: table;
        grid-column-start: 1;
        grid-row-start: 1;
        grid-column-end: 2;
        grid-row-end: 2;
    }

    .w-tabs:after {
        clear: both;
    }

.w-tab-menu {
    position: relative;
}

.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd;
}

    .w-tab-link.w--current {
        background-color: #C8C8C8;
    }

    .w-tab-link:focus {
        outline: 0;
    }

.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.w-tab-pane {
    position: relative;
    display: none;
}

.w--tab-active {
    display: block;
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}

.w-ix-emptyfix:after {
    content: "";
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty {
    padding: 10px;
    background-color: #dddddd;
}

.w-dyn-hide {
    display: none !important;
}

.w-dyn-bind-empty {
    display: none !important;
}

.w-condition-invisible {
    display: none !important;
}

/*!*********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./Assets/Styles/Webflow/immpact.webflow.css ***!
  \*********************************************************************************************/


.w-embed-youtubevideo {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-size: cover;
    background-position: 50% 50%;
}

    .w-embed-youtubevideo:empty {
        min-height: 75px;
        padding-bottom: 56.25%;
    }

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

    .w-form-formradioinput--inputType-custom.w--redirected-focus {
        box-shadow: 0px 0px 3px 1px #3898ec;
    }

    .w-form-formradioinput--inputType-custom.w--redirected-checked {
        border-top-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-right-width: 4px;
        border-top-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        border-right-color: #3898ec;
    }

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

    .w-checkbox::before {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .w-checkbox::after {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        clear: both;
    }

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #3898ec;
        border-top-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        border-right-color: #3898ec;
        background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus {
        box-shadow: 0px 0px 3px 1px #3898ec;
    }

body {
    font-family: 'TT Norms', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2.6em;
    line-height: 1.25em;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.8em;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: 700;
}

a {
    -webkit-transition-property: none;
    transition-property: none;
    color: #313131;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: var(--mainColor);
    }

.navbar {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    background-color: #fff;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

    .container.hero-content-wrapper {
        position: relative;
        z-index: 5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container.not-centered {
        margin-right: auto;
        margin-left: 0px;
    }

    .container.small {
        max-width: 820px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .container.static {
        position: static;
    }

.navbar-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-logo {
    max-width: 180px;
    margin-right: auto;
}

.nav-link {
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 500;
}

    .nav-link:hover {
        color: var(--mainColor);
        font-weight: 500;
    }

.language-switch {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    padding: 5px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #313131;
    color: #fff;
    cursor: pointer;
}

    .language-switch:hover {
        background-color: #111;
    }

    .language-switch:active {
        background-color: #111;
    }

    .language-switch:focus {
        background-color: #111;
    }

.image {
    margin-left: 5px;
}

.language-dropdown {
    position: absolute;
    top: 120%;
    right: 0px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    border-radius: 5px;
    background-color: transparent;
    opacity: 0;
    font-weight: 400;
}

.language-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #313131;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

    .language-link:hover {
        background-color: #111;
    }

.text-block {
    max-width: 310px;
    text-decoration: none;
}

.navbar-brand.w--current:hover {
    opacity: 0.9;
}

.notification-banner {
    position: relative;
    z-index: 9000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #313131;
    color: #fff;
}

    .notification-banner.hidden {
        display: none;
    }

.link {
    background-color: transparent;
    font-weight: 400;
}

    .link.light {
        color: #fff;
        font-weight: 500;
    }

.notification-message {
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 300;
    text-align: center;
}

.notification-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .section.hero-section {
        position: relative;
        min-height: 100vh;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .section.usp-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .section.usp-section.pulled-up {
            margin-top: -190px;
            padding-top: 0px;
            padding-bottom: 100px;
        }

        .section.usp-section.big {
            padding-top: 100px;
        }

    .section.recent-projects {
        position: relative;
        overflow: hidden;
    }

    .section.top-margin {
        margin-top: 50px;
    }

    .section.news-block {
        position: relative;
        overflow: hidden;
        padding-bottom: 0px;
    }

    .section.no-bottom-padding {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .section.no-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .section.no-top-padding {
        padding-top: 0px;
    }

    .section.extra-padding {
        margin-top: 50px;
        padding-top: 130px;
        padding-bottom: 0px;
    }

    .section.project-section {
        background-color: transparent;
    }

        .section.project-section.dark {
            position: relative;
            z-index: 100;
            overflow: visible;
            margin-top: 100px;
            background-color: #313131;
            color: #fff;
        }

        .section.project-section.grey {
            background-color: #f0f0ef;
        }

.slider {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: block;
    height: 100%;
}

    .slider.hidden {
        display: none;
    }

.hero-slide-background {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.64);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(49, 49, 49, 0.24)), to(rgba(49, 49, 49, 0.56)));
    background-image: linear-gradient(270deg, rgba(49, 49, 49, 0.24), rgba(49, 49, 49, 0.56));
    opacity: 1;
}

    .hero-slide-background.mobile {
        display: none;
    }

    .hero-slide-background.no-shade {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        /*.hero-slide-background.no-shade.nieuws {
            background-image: url('../images/Arc4_02x.png');
        }*/

.hero-title {
    color: #fff;
    font-size: 2.8rem;
}

.hero-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #111;
}

.hero-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    margin-right: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero-footer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 6;
    width: 72%;
    min-height: 0px;
    background-color: #fff;
}

    .hero-footer.left {
        right: auto;
        width: 90%;
        padding: 51px 51px 51px 10%;
    }

        .hero-footer.left.center {
            left: 50%;
            width: 100%;
            padding-left: 51px;
            -webkit-transform: translate(-50%, 0px);
            -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
        }

        .hero-footer.left.no-bottom-padding {
            width: 50%;
            padding-bottom: 0px;
        }

            .hero-footer.left.no-bottom-padding.hero-footer-slide-left {
                width: 70%;
                padding-left: 13%;
            }

    .hero-footer.right {
        right: 0px;
        width: 70%;
        padding: 51px;
    }

        .hero-footer.right.hero-footer-slide-right {
            padding-bottom: 0px;
        }

.hero-footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-left: 0px;
}

    .hero-footer-content.left {
        padding-left: 0px;
    }

    .hero-footer-content.pulled-right {
        margin-left: 0%;
    }

.hero-footer-content-item {
    overflow: hidden;
    width: 33.333%;
    margin-right: 20px;
}

.hero-footer-title {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #313131;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
}

    .hero-footer-title.big {
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: 700;
    }

.hero-slider-title {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.hero-slider-location {
    font-size: 1rem;
    line-height: 1;
}

    .hero-slider-location.big {
        font-size: 1.3em;
        line-height: 1.6;
    }

.collection-item {
    position: relative;
    height: 100vh;
    background-clip: border-box;
}

.hero-slider {
    height: 100vh;
}

.collection-item-2 {
    height: 100%;
    background-color: #111;
}

.slider-list {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #000), to(hsla(0, 0%, 100%, 0.26)));
    background-image: linear-gradient(90deg, #000 10%, hsla(0, 0%, 100%, 0.26));
}

.div-block {
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, #000, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 50% 50%;
}

.custom-pagination {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 20;
}

.pagination-button {
    padding-right: 15px;
    padding-left: 15px;
    border-width: 0px;
    border-color: transparent;
    border-radius: 0px;
    background-color: var(--mainColor);
}

    .pagination-button:hover {
        background-color: #c91520;
    }

    .pagination-button:active {
        background-color: #aa1019;
    }

.box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 71px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f0f0ef;
}

    .box.bleed {
        position: relative;
        overflow: visible;
        width: 230%;
        max-width: none;
    }

        .box.bleed.news-block {
            padding-bottom: 142px;
        }

    .box.box-bleed {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .box.bleed-right {
        right: 0px;
        width: 100%;
        max-width: 1024px;
        margin-left: auto;
    }

        .box.bleed-right.dark {
            background-color: #313131;
            color: #fff;
        }

        .box.bleed-right.split {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            background-color: transparent;
        }

        .box.bleed-right.blue {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-top: 90px;
            padding-bottom: 90px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            background-color: rgba(65, 188, 231, 0.1);
        }

        .box.bleed-right.no-background {
            padding: 90px 160px 90px 0px;
            background-color: transparent;
        }

    .box.split {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0px;
    }

    .box.bleed-left {
        right: 0px;
        width: 100%;
        max-width: 1024px;
        margin-left: 0px;
    }

        .box.bleed-left.dark {
            background-color: #313131;
            color: #fff;
        }

        .box.bleed-left.split {
            background-color: transparent;
        }

        .box.bleed-left.blue {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-top: 90px;
            padding-bottom: 90px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            background-color: rgba(65, 188, 231, 0.1);
        }

        .box.bleed-left.no-background {
            padding: 90px 160px 90px 0px;
            background-color: transparent;
        }

        .box.bleed-left.testimonial-box {
            padding-bottom: 180px;
        }

    .box.small {
        padding-right: 107px;
    }

        .box.small.dark {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            background-color: #313131;
            color: #fff;
        }

    .box.red {
        background-color: var(--mainColor);
        color: #fff;
    }

    .box.form {
        width: 70%;
    }

        .box.form.red {
            width: 65%;
        }

    .box.horizontal {
        display: inline-block;
        padding: 20px 30px;
    }

.heading {
    margin-top: 0px;
    font-size: 1.8rem;
    line-height: 1.3;
}

.title {
    font-size: 1.15em;
    font-weight: 500;
}

    .title.usp-title {
        margin-bottom: 0px;
        font-size: 1.15rem;
    }

.usp {
    position: relative;
    width: 46%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 29px;
    padding-right: 78px;
}

    .usp.small {
        width: auto;
        padding-right: 30px;
    }

.usps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.line {
    position: absolute;
    left: -28px;
    top: 10px;
    width: 17px;
    height: 2px;
    background-color: var(--mainColor);
}

    .line.title-line {
        left: -45px;
        top: 17px;
        width: 29px;
        height: 3px;
    }

        .line.title-line.is--relative {
            position: relative;
            left: 0px;
            top: 0px;
            margin-top: 20px;
        }

    .line.normal {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 10px;
    }

        .line.normal.black {
            width: 40px;
            margin-bottom: 0px;
            background-color: #313131;
        }

            .line.normal.black.white {
                background-color: #fff;
            }

            .line.normal.black.full {
                display: block;
                width: 100%;
                max-width: 360px;
                margin-top: 30px;
                margin-bottom: 30px;
            }

    .line.small {
        top: 11px;
    }

.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
}

.box-header {
    max-width: 250px;
    margin-bottom: 40px;
}

    .box-header.big {
        max-width: 300px;
        margin-bottom: 60px;
    }

.background-lines {
    position: absolute;
    z-index: -1;
}

    .background-lines.lines-1 {
        top: 70px;
        right: 0px;
        z-index: 0;
        width: 40%;
        min-width: 380px;
    }

    .background-lines.lines-2 {
        left: -275px;
        bottom: -17px;
        z-index: 10;
        width: 10%;
        min-width: 380px;
    }

    .background-lines.lines-3 {
        position: relative;
        right: -100px;
    }

    .background-lines.lines-4 {
        left: -140px;
        top: 190px;
    }

    .background-lines.lines-5 {
        top: 283px;
        right: -80px;
        z-index: 0;
        width: 400px;
    }

    .background-lines.lines-6 {
        right: -129px;
        width: 370px;
    }

    .background-lines.lines-7 {
        left: -187px;
        bottom: 8%;
        z-index: 0;
        width: 420px;
    }

    .background-lines.lines-8 {
        top: 58px;
        right: -243px;
        z-index: 0;
    }

.container-2 {
    position: relative;
}

.box-paragraph {
    margin-bottom: 20px;
    opacity: 0.85;
    font-size: 1rem;
}

    .box-paragraph.short {
        max-width: 300px;
    }

    .box-paragraph.no-margin {
        margin-bottom: 0px;
    }

    .box-paragraph.card-description {
        margin-top: 10px;
    }

    .box-paragraph.white {
        opacity: 0.9;
        font-weight: 300;
    }

.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

    .card:hover {
        opacity: 0.9;
    }

    .card.big {
        position: relative;
        width: 92%;
        min-width: 300px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .card.big:hover {
            opacity: 0.9;
            -webkit-transform: translate(0px, -10px);
            -ms-transform: translate(0px, -10px);
            transform: translate(0px, -10px);
        }

        .card.big.hover {
            width: 100%;
            max-height: 100%;
            min-width: auto;
            margin-bottom: 40px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-transition-property: none;
            transition-property: none;
            text-decoration: none;
        }

            .card.big.hover:hover {
                opacity: 1;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

        .card.big.fade-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .card.card-news {
        max-width: 400px;
        min-width: auto;
        margin-right: 0px;
        margin-left: 0px;
    }

        .card.card-news.full {
            width: 47%;
            padding-right: 0px;
        }

        .card.card-news.big {
            width: 50%;
            max-width: none;
            margin-bottom: 100px;
            padding-left: 50px;
        }

            .card.card-news.big.fade-item {
                padding-right: 50px;
            }

    .card.office {
        width: 30%;
        padding-right: 0px;
    }

.card-image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: hidden;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-bottom: 0px;
}

    .card-image.ratio {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: auto;
        max-width: 105%;
        min-height: 100%;
        min-width: 100%;
    }

.card-title {
    margin-bottom: 5px;
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
}

.text-block-2 {
    font-weight: 700;
    text-transform: uppercase;
}

.text-block-3 {
    margin-bottom: 0px;
}

.cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 150%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cards.big {
        width: 100%;
        margin-top: 90px;
        margin-bottom: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cards.cards-news.fade-item.cards-news-slider {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cards.projects-slider {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

.container-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". . Area";
    -ms-grid-columns: 1fr 0px 1024px 0px 1fr;
    grid-template-columns: 1fr 1024px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.columns {
    width: 230%;
    max-width: none;
    margin-left: auto;
}

.card-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-image-2 {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    /*background-image: url('../images/fenix.png');*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-2 {
    overflow: hidden;
    height: 50vh;
    background-color: transparent;
}

.slide-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.45);
}

    .slide-overlay.extra-img-overlay {
        width: auto;
    }

.slider-mask {
    display: block;
    overflow: visible;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
}

.slider-arrow {
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    background-color: #fff;
}

    .slider-arrow.right {
        left: auto;
        top: 0px;
        right: 0px;
    }

.slide-content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide {
    position: relative;
}

.slider-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-arrow-icon {
    color: #000;
    font-size: 22px;
}

.main-img {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.extra-img-content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-nav {
    display: none;
}

.extra-img {
    position: absolute;
    left: -97.5%;
    top: 0px;
    bottom: 0px;
    width: 95%;
}

    .extra-img.last-slide {
        left: auto;
        top: 0px;
        right: -97.5%;
        bottom: 0px;
    }

.box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.box-title {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.slider-item {
    position: relative;
    height: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.bleed-slider {
    overflow: visible;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
}

.left-arrow {
    position: relative;
}

.right-arrow {
    position: relative;
}

.content.right {
    padding-top: 50px;
    padding-right: 90px;
    padding-left: 51px;
}

.content.left {
    padding: 100px 181px 50px 0px;
}

.link-2 {
    font-weight: 500;
}

.innclusive-logo {
    width: 150px;
    margin-bottom: 30px;
}

.background-block {
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 70%;
    height: 60%;
    background-color: rgba(65, 188, 231, 0.1);
}

.equal-height-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bleed-block {
    position: absolute;
    left: 50%;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.text-block-4 {
    opacity: 0.8;
}

.card-link {
    display: inline;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

    .card-link.news {
        display: block;
        font-size: 1.1rem;
        font-weight: 500;
        text-transform: none;
    }

.text-block-5 {
    margin-top: 5px;
}

.card-image-link {
    margin-bottom: 20px;
}

.image-2 {
    display: block;
    width: 100%;
}

.card-top-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: 0.6;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tag {
    display: block;
    margin-right: 2px;
    margin-bottom: 4px;
    margin-left: 2px;
    padding: 3px 5px;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    text-transform: lowercase;
}

    .tag:hover {
        background-color: #313131;
        color: #fff;
    }

.slide-nav-2 {
    position: static;
    display: none;
}

.footer {
    position: relative;
    z-index: 99;
    margin-top: auto;
    padding-top: 60px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #313131;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.footer-logo-link {
    max-height: 60px;
    max-width: 150px;
    min-width: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.footer-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.footer-heading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.footer-link {
    display: block;
    margin-bottom: 0px;
    opacity: 0.75;
    color: #fff;
    line-height: 2;
    font-weight: 400;
    text-decoration: none;
}

    .footer-link:hover {
        opacity: 1;
        text-decoration: underline;
    }

    .footer-link.small {
        font-size: 1rem;
        line-height: 1.8;
    }

.footer-links-list.small {
    font-size: 12px;
}

.footer-text {
    opacity: 0.75;
    color: #fff;
    font-weight: 400;
}

.footer-block-vertical {
    margin-bottom: 30px;
}

.newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.text-field {
    height: 40px;
    margin-bottom: 0px;
}

.custom-form-submit {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--mainColor);
    text-align: center;
}

    .custom-form-submit:hover {
        background-color: #b2121c;
    }

    .custom-form-submit:active {
        border-radius: 0px;
    }

.submit-button {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: rgba(56, 152, 236, 0);
}

    .submit-button:hover {
        background-color: transparent;
    }

    .submit-button:active {
        border-radius: 0px;
    }

    .submit-button:focus {
        border-radius: 0px;
    }

.image-3 {
    width: 20px;
    height: 30px;
}

.social-media-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

    .social-media-links.is--vertical {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.social-media-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

    .social-media-link:hover {
        opacity: 0.8;
    }

    .social-media-link.is--dark {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #313131;
        color: #fff;
    }

        .social-media-link.is--dark.is--big {
            width: 40px;
            height: 40px;
        }

            .social-media-link.is--dark.is--big.is--horizontal {
                margin-right: 0px;
                margin-bottom: 1em;
            }

.social-media-link-image {
    height: 17px;
    max-width: 20px;
}

.legal-documents {
    margin-top: 50px;
}

.legal-document {
    margin-right: 5px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    text-decoration: none;
}

    .legal-document.underlined {
        text-decoration: underline;
    }

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .column.static {
        position: static;
    }

.preloader {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
    display: none;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.navigation-bar {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90px;
    margin-bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.97);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.26);
}

    .navigation-bar.mobile {
        position: static;
        display: none;
    }

.navigation-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-link {
    padding: 40px 20px;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
}

    .navigation-link.w--current {
        font-weight: 700;
    }

.hamburger-line.line-1 {
    width: 30px;
    height: 2px;
    margin-top: 4px;
    background-color: #313131;
}

.hamburger-line.line-2 {
    width: 30px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #313131;
}

.mobile-menu-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9998;
    display: none;
    background-color: #fff;
}

.mobile-close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    padding: 10px;
}

.close-icon {
    position: relative;
    width: 20px;
    height: 1px;
    background-color: #fff;
}

    .close-icon.line-2 {
        left: -10px;
        top: 0px;
        width: 1px;
        height: 20px;
    }

.div-block-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hr {
    background-color: #fff;
}

.hero-footer-paragraph {
    max-width: 320px;
    margin-bottom: 0px;
    opacity: 0.7;
    font-size: 1rem;
    line-height: 1.6;
}

    .hero-footer-paragraph.big {
        font-size: 1.2rem;
    }

.hero-footer-title-wrapper {
    position: relative;
    max-width: 350px;
    padding-bottom: 0px;
}

    .hero-footer-title-wrapper.slider {
        padding-bottom: 50px;
    }

    .hero-footer-title-wrapper.is--news-item {
        max-width: 100%;
    }

.filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}

    .filters.small {
        max-width: 300px;
        margin-bottom: 0px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filters.hero-filters {
        margin-bottom: 0px;
        padding-top: 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

.filter-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 3px 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #f0f0ef;
    color: #313131;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
}

    .filter-link:hover {
        background-color: #dfdfdf;
        color: #313131;
    }

    .filter-link.active {
        background-color: #313131;
        color: #fff;
        font-size: 0.85rem;
    }

        .filter-link.active:hover {
            background-color: #1d1d1d;
        }

    .filter-link.small {
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 0.8rem;
    }

.rotate-45 {
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.card-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.card-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

    .card-image-wrapper._4-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 75%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.card-image-content {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 96px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(17, 17, 17, 0.65);
    opacity: 0;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 400;
    -o-object-fit: fill;
    object-fit: fill;
}

.text-block-6 {
    font-size: 0.85rem;
}

.card-link-block {
    width: 100%;
    text-decoration: none;
}

    .card-link-block.flex {
        display: block;
        width: 33.33%;
        margin-right: 1.5rem;
        -webkit-transition: opacity 200ms ease-in-out;
        transition: opacity 200ms ease-in-out;
        cursor: pointer;
    }

        .card-link-block.flex:hover {
            opacity: 0.85;
        }

    .card-link-block.fade-in-card {
        position: relative;
    }

.card-subtitle {
    color: #313131;
    font-size: 1rem;
}

    .card-subtitle.subtle {
        opacity: 0.7;
    }

.card-label {
    padding: 2px 8px;
    background-color: var(--mainColor);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.01rem;
}

.text-link {
    margin-left: 0px;
    padding: 0px;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: underline;
}

    .text-link.light {
        color: #fff;
        text-decoration: none;
    }

        .text-link.light:hover {
            color: var(--mainColor);
        }

        .text-link.light.box-link {
            display: inline-block;
            margin-top: 30px;
        }

    .text-link.slide-in-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.slider-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

    .slider-controls.testimonial {
        margin-top: 60px;
    }

    .slider-controls.project-page {
        margin-top: 20px;
    }

    .slider-controls.hero-slider-controls {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

.slider-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--mainColor);
}

    .slider-control:hover {
        background-color: var(--mainColorShade);
    }

    .slider-control:active {
        background-color: #9c111a;
    }

    .slider-control.slider-control-prev {
        margin-right: 5px;
        background-image: url(33b124b78659df216c04.svg);
        background-position: 47% 50%;
        background-size: 24%;
        background-repeat: no-repeat;
    }

        .slider-control.slider-control-prev.blue {
            background-color: #42bce7;
        }

            .slider-control.slider-control-prev.blue:hover {
                opacity: 0.8;
            }

    .slider-control.slider-control-next {
        background-image: url(958b1800f686be4bf55e.svg);
        background-position: 47% 50%;
        background-size: 24%;
        background-repeat: no-repeat;
    }

        .slider-control.slider-control-next.blue {
            background-color: #42bce7;
        }

.slider-control-icon {
    width: 20%;
    margin-right: 2px;
}

.line-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
}

.line-list-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-line {
    width: 20px;
    height: 3px;
    max-width: none;
    margin-right: 17px;
}

.bold {
    font-weight: 500;
}

    .bold.notification-title {
        margin-bottom: 5px;
        font-size: 1rem;
    }

.icon-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.box-logo {
    margin-top: 100px;
    margin-bottom: 40px;
}

.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #42bce7;
    color: #fff;
    font-weight: 500;
}

    .button:hover {
        background-color: #37a0c5;
        color: #fff;
    }

    .button:active {
        background-color: #2b85a5;
    }

    .button.box-button {
        margin-top: 20px;
    }

        .button.box-button.light {
            background-color: #fff;
            -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
            color: #313131;
            font-size: 0.85rem;
        }

            .button.box-button.light:hover {
                opacity: 0.8;
            }

        .button.box-button.fade-item {
            font-size: 0.85rem;
        }

    .button.light {
        background-color: #fff;
        color: #313131;
    }

    .button.dark {
        margin-right: 1em;
        background-color: #313131;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        font-weight: 400;
    }

        .button.dark:hover {
            opacity: 0.85;
        }

.button-icon {
    height: 13px;
    margin-left: 10px;
}

.testimonials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .testimonials.testimonial-slider {
        margin-top: 0px;
    }

.testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .testimonial.block-quote {
        width: 100%;
        margin-bottom: 0px;
    }

        .testimonial.block-quote.push-down {
            margin-top: -50px;
            margin-bottom: 0px;
            padding-right: 0px;
            padding-left: 66px;
        }

            .testimonial.block-quote.push-down.fade-item {
                margin-top: 0px;
            }

.block-quote {
    padding-right: 45px;
    padding-left: 0px;
    border-left-width: 0px;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
}

    .block-quote.is--big {
        padding-right: 0px;
    }

.quotation-marks {
    margin-top: 16px;
    margin-right: 7px;
    color: #42bce7;
    font-size: 4.1rem;
    line-height: 0;
    font-weight: 700;
}

    .quotation-marks.black {
        color: #313131;
    }

.author {
    font-size: 1rem;
    font-weight: 500;
}

.hero-slider-content {
    width: 50%;
    max-width: 200px;
    margin-right: auto;
}

.bleed-image {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    width: 65%;
}

    .bleed-image.left {
        left: 0px;
        top: auto;
        right: auto;
        display: none;
        width: 45%;
    }

.quote-wrapper {
    padding-right: 0px;
}

.location {
    font-size: 1rem;
    font-weight: 300;
}

.signature {
    position: relative;
    left: -41px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.bleed-image-mobile {
    display: none;
}

.hero-footer-subtitle {
    max-width: 260px;
    margin-top: 20px;
}

.label {
    margin-bottom: 20px;
    opacity: 0.8;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.news-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.image-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.form-wrapper {
    width: 100%;
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

/*.form-item {
    width: 100%;
    margin-right: 30px;
}*/

.field-label {
    margin-bottom: 0px;
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 400;
}

.form-field {
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: #000 #000 #fff;
    background-color: transparent;
}

.form-content {
    margin-top: 15px;
}

.radio-button-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-radio-button {
    margin-right: 10px;
    border-color: #fff;
}

    .form-radio-button:hover {
        background-color: #fff;
    }

    .form-radio-button.w--redirected-checked {
        border-width: 0px;
        background-color: #fff;
    }

.form-textarea {
    min-height: 70px;
    margin-top: 10px;
    font-size: 1rem;
}

.custom-checkbox {
    margin-right: 10px;
    border-color: #fff;
}

.offices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero-footer-adress {
    max-width: 200px;
    margin-top: 20px;
    opacity: 0.7;
    font-size: 1rem;
    line-height: 1.4;
}

.hero-notification {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    padding: 20px 20px 20px 30px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: var(--mainColor);
    color: #fff;
    font-size: 0.85rem;
}

.notification-content {
    font-size: 0.85rem;
    font-weight: 300;
}

.hero-notification-text {
    max-width: 180px;
    margin-right: 30px;
}

.text-block-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.project-section-title {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.summary {
    display: block;
    overflow: hidden;
    height: 10%;
    max-height: 0%;
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
}

.price {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.btw {
    max-width: 230px;
    opacity: 0.7;
    font-size: 1rem;
    line-height: 1.4;
}

.specifications {
    margin-top: 0px;
    margin-bottom: 30px;
}

.exclusive-image {
    position: relative;
    margin-top: -253px;
    padding-left: 100px;
}

.heading-2 {
    font-size: 1.2rem;
}

.specifications-title {
    font-size: 1rem;
}

.specification {
    margin-bottom: 20px;
}

.image-slider-grid-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.image-slider-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
}

.main-grid-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-grid-image {
    position: absolute;
    left: 50%;
    top: 0px;
    max-height: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.grid-images-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100%;
    max-height: 100%;
    padding-top: 225%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grid-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-top: 16px;
    padding-top: 75%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .grid-image-wrapper:hover {
        opacity: 1;
    }

    .grid-image-wrapper.first-image {
        margin-top: 0px;
    }

.grid-image {
    position: absolute;
    top: 0px;
    width: auto;
    max-height: 100%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
}

.grid-images {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.notification-button {
    display: none;
}

.big-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-location {
    font-size: 1rem;
    line-height: 1;
}

.grid-image-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .grid-image-track.grid-main-images-1 {
        position: relative;
        overflow: hidden;
        height: auto;
    }

.div-block-4 {
    width: 100%;
}

.slick-track-wrapper {
    width: 100%;
}

.main-image {
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
}

.div-block-5 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-color: #313131;
}

._4-3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: var(--mainColor);
}

._4-3-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    ._4-3-inner.grid-main-images-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

._4-3-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

._4-3-image {
    position: relative;
    height: 100%;
    max-width: none;
    min-height: 100%;
}

.image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slider-side-nav {
    max-height: 100%;
    background-color: var(--mainColor);
}

    .slider-side-nav.grid-side-1 {
        width: 100%;
        height: 100%;
    }

.div-block-6 {
    height: 33.333333333333336%;
}

.div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.div-block-8 {
    height: 100%;
    max-width: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1%;
    -webkit-flex: 1%;
    -ms-flex: 1%;
    flex: 1%;
}

.image-slider-grid-main-wrapper {
    position: relative;
    height: 100%;
}

    .image-slider-grid-main-wrapper.grid-main-1 {
        max-width: 100%;
    }

.image-slider-grid-main-item {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    margin-bottom: 10px;
    background-color: #313131;
}

    .image-slider-grid-main-item.item-2 {
        color: var(--mainColor);
    }

.slick-slider-grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.slick-slider-main {
    width: 75%;
}

    .slick-slider-main.grid-main-1 {
        position: relative;
        top: 0px;
    }

.slick-slider-nav {
    width: 25%;
    height: 100%;
}

.test-block {
    position: relative;
    padding-top: 75%;
    background-color: #313131;
}

    .test-block.vertical {
        padding-top: 225%;
    }

.test-block-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.test-block-track {
    overflow: hidden;
    height: 100%;
}

    .test-block-track.vertical-slick {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.test-block-item {
    position: relative;
    padding-top: 75%;
}

.test-block-item-image {
    position: absolute;
    top: 0px;
}

.slick-slider-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

    .slick-slider-inner._4-3 {
        padding-top: 75%;
    }

    .slick-slider-inner._4-12 {
        padding-top: 225%;
    }

.slider-control-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--mainColor);
}

    .slider-control-2:hover {
        background-color: var(--mainColorShade);
    }

    .slider-control-2:active {
        background-color: #9c111a;
    }

    .slider-control-2.slider-control-prev {
        margin-right: 5px;
        background-image: url(33b124b78659df216c04.svg);
        background-position: 47% 50%;
        background-size: 24%;
        background-repeat: no-repeat;
    }

    .slider-control-2.slider-control-next {
        background-image: url(958b1800f686be4bf55e.svg);
        background-position: 47% 50%;
        background-size: 24%;
        background-repeat: no-repeat;
    }

.images-list {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slick-slider-nav-2 {
    width: 25%;
    margin: 5px;
}

.slick-slider-main-2 {
    width: 75%;
    margin: 5px;
}

.slick-list-item {
    position: relative;
    width: 100%;
}

    .slick-list-item.vertical {
        overflow: hidden;
        margin-bottom: 10px;
        padding-top: 75%;
    }

.slick-slider-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
}

.slick-list-item-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
}

.slider-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .slider-wrapper.fade-item {
        position: relative;
        z-index: 10;
    }

.slick-list-image {
    min-width: 100%;
}

.slick-lightbox {
    width: 100%;
}

.list-title {
    font-size: 1rem;
}

.hero-slider-image {
    max-height: none;
    max-width: none;
    min-width: 100%;
    opacity: 1;
}

.hero-slider-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(49, 49, 49, 0.76)), to(rgba(49, 49, 49, 0)));
    background-image: linear-gradient(90deg, rgba(49, 49, 49, 0.76), rgba(49, 49, 49, 0));
}

.hero-slide-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero-footer-slider-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
}

.hero-slider-footer-dots {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 400px;
}

.custom-code {
    display: block;
}

.specification-title {
    font-size: 1.1rem;
}

.html-embed {
    opacity: 1;
}

.bleed-grid-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1140px 1fr;
    grid-template-columns: 1fr 1140px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.bleed-image-test {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
}

.bleed-grid-image {
    width: 50%;
}

.align-image {
    margin-left: auto;
}

.bleed-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.bleed-image-left {
    width: 50%;
}

.bleed-row-left {
    width: 50%;
    padding-right: 50px;
}

.bleed-row-right {
    width: 50%;
    padding-left: 50px;
}

.hero-slide-image {
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
}

.columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-block-10 {
    font-size: 1rem;
}

.radio-button-label {
    font-size: 0.85rem;
}

.preloader-block {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99999999;
    display: none;
    background-color: var(--mainColor);
}

.notification-close {
    margin-right: 20px;
}

.top-partials {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
}

.section-2.hero-section {
    position: relative;
    z-index: 150;
}

.hero-banner {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    height: auto;
    max-height: 100vh;
    max-width: 100%;
    min-height: 100vh;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr minmax(-webkit-min-content, 1000px) 1fr;
    -ms-grid-columns: 1fr minmax(min-content, 1000px) 1fr;
    grid-template-columns: 1fr minmax(-webkit-min-content, 1000px) 1fr;
    grid-template-columns: 1fr minmax(min-content, 1000px) 1fr;
    -ms-grid-rows: 3fr -webkit-min-content;
    -ms-grid-rows: 3fr min-content;
    grid-template-rows: 3fr -webkit-min-content;
    grid-template-rows: 3fr min-content;
}

.hero-background-image {
    position: relative;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-5 {
    max-width: none;
    min-height: 100%;
    min-width: 100%;
}

.hero-footer-2 {
    position: relative;
    z-index: 50;
    padding: 50px 50px 50px 12%;
    background-color: #fff;
}

    .hero-footer-2.small-left {
        width: 80%;
    }

    .hero-footer-2.small-right {
        width: 90%;
        margin-left: auto;
        padding-left: 50px;
    }

    .hero-footer-2.extra-side-padding {
        padding-left: 26%;
    }

.hero-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(61, 61, 61, 0.76)), to(rgba(61, 61, 61, 0.08)));
    background-image: linear-gradient(90deg, rgba(61, 61, 61, 0.76), rgba(61, 61, 61, 0.08));
}

.close-notification {
    position: absolute;
    right: 21px;
    padding: 10px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.close-button-notification {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    padding: 10px;
}

.body-text-wrapper {
    width: 65%;
    margin-top: -2.6em;
    margin-right: auto;
    margin-left: auto;
}

.body-text-subtitle {
    font-size: 1.25em;
}

.body-text-p {
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0.8;
}

.body-text-title {
    display: inline;
    margin-top: auto;
    margin-bottom: auto;
}

.image-caption {
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0.8;
    font-size: 1em;
    font-style: italic;
    text-align: center;
}

.body-text-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.svg-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.social-media-links-wrapper {
    position: absolute;
    left: 1em;
    top: 0px;
}

.video-wrapper {
    margin-bottom: 2.6em;
}

@media screen and (min-width: 1440px) {
    .container {
        max-width: 1140px;
    }

        .container.small.static {
            max-width: none;
        }

    .text-block {
        max-width: 400px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-content {
        width: 100%;
        margin-top: 100px;
    }

    .hero-footer.left.no-bottom-padding.hero-footer-slide-left {
        width: 70%;
    }

    .hero-footer.left.hero-footer-slide-left {
        width: 80%;
        padding-left: 20%;
    }

    .hero-footer-title {
        font-size: 1.4rem;
    }

        .hero-footer-title.big {
            font-size: 1.8rem;
        }

    .hero-slider-title {
        font-size: 1.3rem;
    }

    .hero-slider-location {
        font-size: 1rem;
    }

    .box.bleed-right.dark {
        max-width: 1280px;
    }

    .box.bleed-right.split {
        max-width: 1280px;
    }

    .box.bleed-right.blue {
        padding-right: 300px;
    }

    .box.bleed-right.no-background {
        padding-right: 200px;
    }

    .box.bleed-left.testimonial-box {
        max-width: 1280px;
    }

    .heading {
        font-size: 2rem;
    }

    .title.usp-title {
        font-size: 1.15rem;
    }

    .body {
        font-size: 16px;
    }

    .box-header {
        max-width: 320px;
    }

    .background-lines.lines-2 {
        left: -9%;
        bottom: -45px;
    }

    .background-lines.lines-9 {
        left: -223px;
        bottom: 69px;
        z-index: 0;
    }

    .box-paragraph {
        font-size: 1rem;
    }

        .box-paragraph.short {
            max-width: 460px;
        }

    .card.big {
        max-width: 500px;
    }

    .card.card-news {
        max-width: 500px;
    }

    .card-title {
        margin-bottom: 0px;
        font-size: 1.15rem;
    }

    .box-title {
        font-size: 2rem;
    }

    .card-link {
        font-size: 1.15rem;
    }

    .date {
        font-size: 0.85rem;
    }

    .tag {
        font-size: 0.75rem;
    }

    .footer-logo-link {
        max-width: 250px;
    }

    .footer-heading {
        font-size: 1.15rem;
    }

    .footer-link {
        font-size: 1rem;
    }

        .footer-link.small {
            font-size: 1rem;
        }

    .footer-text {
        font-size: 1rem;
    }

    .legal-document {
        font-size: 1rem;
        text-decoration: none;
    }

        .legal-document.underlined {
            text-decoration: underline;
        }

    .hero-footer-paragraph {
        opacity: 0.8;
    }

    .hero-footer-title-wrapper {
        max-width: 350px;
    }

        .hero-footer-title-wrapper.slider {
            padding-bottom: 0px;
        }

    .card-subtitle {
        font-size: 1rem;
    }

    .text-link {
        font-size: 1rem;
    }

    .testimonial {
        padding-right: 50px;
        padding-left: 50px;
    }

        .testimonial.block-quote.push-down.fade-item {
            margin-top: 50px;
        }

    .card-location {
        font-size: 1rem;
        line-height: 1.4;
    }

    .list-title {
        font-size: 1rem;
    }

    .bleed-grid-wrapper {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr minmax(100%, 1fr) 1fr;
        grid-template-columns: 1fr minmax(100%, 1fr) 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .hero-banner {
        height: 100vh;
        -ms-grid-columns: 1fr minmax(-webkit-min-content, 1280px) 1fr;
        -ms-grid-columns: 1fr minmax(min-content, 1280px) 1fr;
        grid-template-columns: 1fr minmax(-webkit-min-content, 1280px) 1fr;
        grid-template-columns: 1fr minmax(min-content, 1280px) 1fr;
    }

    .hero-background-image {
        z-index: -1;
    }

    .hero-footer-2 {
        padding-left: 20%;
    }

        .hero-footer-2.hero-slide-right.is--news-item {
            padding-left: 12%;
        }

    .partials-wrapper {
        position: fixed;
        z-index: 9999;
        width: 100%;
    }

    .close-notification {
        position: absolute;
        right: 21px;
        padding: 10px;
    }

    .close-notification-content {
        padding: 10px;
        cursor: pointer;
    }
}

@media screen and (max-width: 991px) {
    /*.navbar {
        height: auto;
    }*/

  /*  .container {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 22px;
        padding-left: 22px;
    }*/

    .notification-message {
        max-width: 80%;
    }

    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .section.hero-section {
            height: 100vh;
            min-height: auto;
            margin-top: -70px;
        }

    .hero-slide-background {
        max-height: none;
        min-height: auto;
    }

    .hero-content {
        padding-top: 54px;
    }

    .hero-footer {
        width: 100%;
    }

        .hero-footer.left {
            width: 80%;
            padding-left: 0%;
        }

            .hero-footer.left.small-mobile {
                width: 100%;
            }

            .hero-footer.left.no-bottom-padding.hero-footer-slide-left {
                width: 100%;
                padding-left: 0px;
            }

            .hero-footer.left.hero-footer-slide-left {
                width: 90%;
            }

        .hero-footer.right {
            width: 80%;
            padding-left: 0%;
        }

    .hero-footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .hero-footer-content.pulled-right {
            margin-left: 0%;
        }

        .hero-footer-content.mobile-small {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

    .box {
        padding-right: 50px;
        padding-left: 50px;
    }

        .box.bleed {
            width: 140%;
        }

        .box.bleed-right.dark {
            margin-left: 0px;
            padding-right: 0px;
            padding-left: 0px;
        }

        .box.bleed-right.no-background {
            padding-right: 50px;
            padding-left: 50px;
        }

        .box.bleed-left.testimonial-box {
            padding-bottom: 71px;
        }

        .box.small.dark {
            padding-right: 50px;
        }

        .box.form.red {
            width: 80%;
        }

    .usp {
        width: 45%;
    }

    .line.title-line {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 20px;
    }

        .line.title-line.is--relative {
            z-index: 10;
        }

    .box-header {
        max-width: 330px;
    }

    .background-lines.lines-2 {
        left: -180px;
        bottom: -60px;
    }

    .background-lines.lines-7 {
        left: auto;
        right: -250px;
    }

    .background-lines.lines-8 {
        top: -70px;
        right: -366px;
    }

    .box-paragraph.short {
        margin-bottom: 20px;
    }

    .card {
        width: 47%;
        margin-bottom: 40px;
    }

        .card.big {
            width: 48%;
        }

        .card.card-news.big {
            width: 47%;
        }

    .card-image {
        height: auto;
    }

    .cards {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .slider-2 {
        height: 24vh;
    }

    .content.right {
        padding-right: 0px;
        padding-left: 20px;
    }

    .content.left {
        padding-right: 50px;
    }

    .background-block {
        height: 62%;
    }

    .equal-height-columns {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .bleed-block {
        z-index: 1;
    }

    .footer {
        margin-top: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .social-media-links.is--vertical {
        position: relative;
        margin-top: 1em;
        margin-bottom: 1em;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .social-media-link.is--dark.is--big.is--horizontal {
        margin-right: 1em;
        margin-bottom: 0em;
    }

    .menu-button {
        margin-left: auto;
    }

    .footer-logo-block {
        width: 150px;
    }
/*
    .navigation-bar {
        display: none;
    }

        .navigation-bar.mobile {
            position: relative;
            z-index: 20;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            height: 70px;
            background-color: #fff;
            box-shadow: none;
        }

    .navigation-links {
        z-index: 9999;
    }

        .navigation-links.mobile {
            margin-top: 40px;
            padding-right: 30px;
            padding-left: 30px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

    .navigation-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1.125rem;
    }

        .navigation-link.hamburger-button {
            position: relative;
            z-index: 9999;
            padding-top: 28px;
            padding-bottom: 28px;
            padding-left: 20px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: opacity 200ms ease-in-out;
            transition: opacity 200ms ease-in-out;
        }

            .navigation-link.hamburger-button:hover {
                opacity: 0.77;
            }

    .hamburger-line {
        width: 25px;
        height: 2px;
        margin-bottom: 3px;
        background-color: #313131;
    }

        .hamburger-line.line-1 {
            width: 25px;
        }

        .hamburger-line.line-2 {
            width: 25px;
        }

        .hamburger-line.last-line {
            margin-bottom: 0px;
        }

    .mobile-menu-wrapper {
        z-index: 9994;
        display: none;
        background-color: rgba(17, 17, 17, 0.38);
    }

    .mobile-menu {
        width: 100%;
        background-color: #fff;
    }

    .mobile-close-button {
        position: static;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        display: block;
        width: 100%;
        margin-right: 0px;
        padding: 23px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .close-icon {
        position: relative;
        width: 20px;
        height: 1px;
        background-color: #fff;
    }

        .close-icon.line-2 {
            left: -10px;
            top: 0px;
            width: 1px;
            height: 20px;
        }
*/
    .div-block-2 {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hr {
        width: 100%;
        height: 1px;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #313131;
    }

    .image-4 {
        background-color: #313131;
    }

    .dropdown-list {
        display: none;
        margin-left: 20px;
    }

    .hero-footer-paragraph {
        max-width: 500px;
    }

    .slider-controls.testimonial {
        margin-top: 30px;
    }

    .testimonial.block-quote {
        margin-top: 50px;
    }

        .testimonial.block-quote.push-down {
            margin-top: 222px;
            padding-left: 22px;
        }

    .block-quote {
        padding-right: 17px;
    }

    .label {
        margin-top: 50px;
    }

    .news-items {
        padding-right: 12px;
        padding-left: 12px;
    }

    .exclusive-image {
        margin-top: 29px;
    }

    .columns-2 {
        margin-right: 0px;
        margin-left: 0px;
    }

    .bleed-row {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .bleed-row-left {
        padding-right: 20px;
    }

    .bleed-row-right {
        padding-left: 20px;
    }

    .top-partials {
        z-index: 1000;
    }

    .hero-banner {
        -ms-grid-rows: minmax(auto, 1fr) minmax(auto, -webkit-max-content);
        -ms-grid-rows: minmax(auto, 1fr) minmax(auto, max-content);
        grid-template-rows: minmax(auto, 1fr) minmax(auto, -webkit-max-content);
        grid-template-rows: minmax(auto, 1fr) minmax(auto, max-content);
    }

    .hero-background-image {
        height: 100%;
        max-height: 100%;
        max-width: 100%;
    }

    .image-5 {
        max-width: none;
        min-height: 100%;
    }

    .hero-footer-2 {
        padding-left: 21px;
    }

        .hero-footer-2.small-left {
            width: 100%;
        }

        .hero-footer-2.small-right {
            width: 100%;
            padding-top: 21px;
            padding-right: 21px;
            padding-left: 21px;
        }

    .mobile-nav-exit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .close-button-notification {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        display: block;
        width: auto;
        margin-right: 0px;
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .body-text-wrapper {
        width: 100%;
    }

    .html-embed-2 {
        margin: 9.4px;
    }

    .social-media-links-wrapper {
        position: relative;
        left: 0em;
    }
}

@media screen and (max-width: 767px) {
    .container.hero-content-wrapper {
        display: block;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .site-logo {
        max-width: 130px;
    }

    .text-block.fade-item {
        max-width: 400px;
    }

    .section.hero-section {
        position: static;
        overflow: hidden;
        height: auto;
        min-height: auto;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .section.usp-section.pulled-up {
        margin-top: -80px;
    }

    .section.padding-bottom {
        padding-bottom: 50px;
    }

    .slider {
        position: relative;
        height: auto;
        max-height: none;
        min-height: auto;
    }

    .hero-slide-background {
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, from(#313131), color-stop(0%, rgba(17, 17, 17, 0.73)), to(rgba(49, 49, 49, 0.22)));
        background-image: linear-gradient(90deg, #313131, rgba(17, 17, 17, 0.73) 0%, rgba(49, 49, 49, 0.22));
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
        opacity: 1;
    }

        .hero-slide-background.mobile {
            display: none;
        }

        .hero-slide-background.no-shade {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.42)), to(rgba(17, 17, 17, 0.15)));
            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(17, 17, 17, 0.15));
            background-position: 0px 0px, 50% 50%;
            background-size: auto, cover;
            background-repeat: repeat, no-repeat;
        }

            .hero-slide-background.no-shade.investeren {
                background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
                background-image: linear-gradient(180deg, transparent, transparent);
                background-position: 50% 50%, 0px 0px;
                background-size: cover, auto;
            }

            .hero-slide-background.no-shade.nieuws {
                background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
                background-image: linear-gradient(180deg, transparent, transparent);
                background-position: 50% 50%, 0px 0px;
                background-size: cover, auto;
            }

    .hero-title {
        font-size: 2.1em;
    }

    .hero-slide {
        height: 300px;
    }

    .hero-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .hero-footer {
        position: relative;
        z-index: 10;
        min-height: auto;
    }

        .hero-footer.left.no-bottom-padding {
            width: 100%;
        }

        .hero-footer.left.hero-footer-slide-left {
            width: 100%;
        }

    .hero-footer-content {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .hero-footer-content.mobile-small {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .hero-footer-content.reversed {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .hero-footer-content-item {
        margin-right: 40px;
    }

    .hero-footer-title.big {
        margin-bottom: 0px;
    }

    .slider-list {
        overflow: visible;
        height: auto;
        background-image: none;
    }

    .box.bleed {
        padding: 50px 30px;
    }

    .box.bleed-right.split {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .box.bleed-right.blue {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 21px;
    }

    .box.bleed-right.no-background {
        padding: 50px 189px 50px 21px;
    }

    .box.bleed-left.testimonial-box {
        padding-left: 0px;
    }

    .box.form.red {
        width: 100%;
    }

    .usp {
        width: 100%;
    }

    .usps.horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .background-lines.lines-1 {
        right: -180px;
    }

    .background-lines.lines-4 {
        left: auto;
        top: 70px;
        right: -80px;
    }

    .background-lines.lines-5 {
        top: auto;
        right: -134px;
        bottom: -28.4688px;
    }

    .card {
        padding-right: 10px;
    }

        .card.big {
            width: 43%;
            min-width: 250px;
        }

            .card.big.hover {
                margin-bottom: 20px;
            }

        .card.office {
            width: 32%;
        }

    .card-image {
        height: auto;
        max-width: none;
        min-height: 100%;
        min-width: 100%;
        margin-bottom: 0px;
    }

    .cards.big {
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .box-title {
        max-width: 300px;
    }

    .content.right {
        padding-left: 0px;
    }

    .content.left {
        padding-right: 0px;
    }

    .background-block {
        width: 90%;
        background-color: rgba(65, 188, 231, 0.1);
    }

    .footer {
        padding: 40px 20px;
    }

    .footer-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-image {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .legal-documents {
        margin-top: 20px;
    }

    .footer-logo-block {
        width: 100%;
    }

    .column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navigation-bar.mobile {
        background-color: hsla(0, 0%, 100%, 0.97);
    }

    .mobile-menu-wrapper {
        z-index: 9999;
        display: none;
    }

    .mobile-close-button {
        margin-right: 0px;
        padding: 1.4rem;
    }

    .hero-footer-paragraph.big {
        margin-bottom: 30px;
        font-size: 1.3rem;
    }

    .hero-footer-title-wrapper {
        margin-bottom: 20px;
    }

    .card-grid {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .card-image-content {
        padding-right: 20px;
    }

    .card-link-block.flex {
        margin-right: 1rem;
    }

    .line-list {
        margin-left: 0px;
    }

    .box-logo {
        margin-top: 0px;
    }

    .button.box-button.light.hide-mobile {
        display: none;
    }

    .button-icon.big {
        display: block;
        width: 23px;
        height: 23px;
        margin-left: 0px;
    }

    .testimonial.block-quote.push-down {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-left: 100px;
    }

    .bleed-image.left {
        position: relative;
        left: -22px;
        width: 80%;
        margin-bottom: 50px;
    }

    .label {
        margin-top: 30px;
    }

    .news-items {
        padding-right: 0px;
        padding-left: 0px;
    }

    .hero-notification {
        position: relative;
        left: 21px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        margin-top: 10px;
        padding: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-notification-text {
        display: none;
    }

    .exclusive-image {
        margin-top: -137px;
        margin-bottom: 50px;
        padding-left: 0px;
    }

    .image-slider-grid {
        -ms-grid-columns: 3fr;
        grid-template-columns: 3fr;
    }

    .grid-images-list {
        display: none;
    }

    .mobile-reverse-columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .notification-button {
        position: static;
        display: block;
        width: 100%;
        padding: 15px;
    }

    .bleed-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bleed-row-left {
        width: 100%;
        margin-bottom: 50px;
        padding-right: 100px;
    }

    .bleed-row-right {
        width: 100%;
    }

    .hero-slide-image {
        min-height: auto;
    }

    .top-partials {
        z-index: 1000;
    }

    .hero-footer-2 {
        padding-left: 21px;
    }

    .close-button-notification {
        display: none;
        margin-right: 0px;
        padding: 1.4rem;
    }
}

@media screen and (max-width: 479px) {
  /*  .container {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }

        .container.hero-content-wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            padding-bottom: 4px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .container.not-centered {
            padding-right: 0px;
            padding-left: 0px;
        }

        .container.container-mobile {
            margin-right: 0px;
            margin-left: 0px;
            padding-right: 0px;
            padding-left: 0px;
        }

        .container.container-bleed {
            margin-right: 0px;
            margin-left: 0px;
        }

    .nav-menu {
        position: fixed;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        width: 100%;
        margin-left: 0px;
        background-color: #fff;
    }*/

    .text-block.fade-item {
        max-width: 100%;
    }

   /* .navbar-brand.w--current {
        padding-left: 0px;
    }
*/
    .notification-banner {
        padding-left: 21px;
    }

    .notification-message {
        max-width: 90%;
        line-height: 1.4;
        text-align: left;
    }

    .notification-inner {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .section.usp-section.pulled-up {
        padding-bottom: 0px;
    }

    .section.usp-section.big {
        padding-top: 50px;
    }

    .section.extra-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section.padding-bottom {
        padding-bottom: 50px;
    }

    .section.project-section.grey {
        padding-top: 100px;
    }

    .hero-slide-background {
        bottom: auto;
        height: 100%;
        background-position: 0px 0px, 0% 50%;
        background-size: auto, cover;
    }

        .hero-slide-background.mobile {
            z-index: -1;
            display: none;
        }

        .hero-slide-background.no-shade {
            background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.42)), to(rgba(17, 17, 17, 0.15)));
            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(17, 17, 17, 0.15));
        }

    .hero-title {
        margin-bottom: 0px;
        font-size: 1.7em;
    }

    .hero-slide {
        height: 60vh;
    }

    .hero-content {
        margin-top: auto;
        margin-bottom: 33px;
    }

    .hero-footer.left {
        width: 100%;
        padding-top: 21px;
        padding-right: 0px;
    }

        .hero-footer.left.no-bottom-padding.hero-footer-slide-left {
            width: 100%;
            padding-left: 0px;
        }

    .hero-footer.right {
        width: 100%;
        padding-top: 21px;
        padding-right: 0px;
        padding-bottom: 21px;
    }

    .hero-footer-content {
        padding: 0px 0px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .hero-footer-content.pulled-right {
            padding-top: 0px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .hero-footer-content.mobile-small {
            padding-bottom: 0px;
        }

        .hero-footer-content.reversed {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .hero-footer-content-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .hero-footer-title.big {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1.2rem;
    }

    .hero-slider-title {
        margin-bottom: 10px;
    }

    .hero-slider-location.big {
        font-size: 1.1rem;
    }

    .box {
        padding: 25px;
    }

        .box.bleed {
            width: 260%;
            padding: 50px 21px 25px;
        }

            .box.bleed.news-block {
                width: 100%;
            }

        .box.bleed-right.dark {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .box.bleed-right.blue {
            margin-bottom: 50px;
        }

        .box.bleed-right.no-background {
            padding-right: 21px;
        }

        .box.bleed-left.testimonial-box {
            padding-top: 50px;
        }

        .box.small.dark {
            padding-right: 25px;
        }

    .heading {
        font-size: 1.5em;
    }

    .title.usp-title {
        font-size: 1rem;
    }

    .usp {
        margin-bottom: 0px;
        padding-right: 0px;
    }

        .usp.small {
            margin-top: 0px;
            margin-bottom: 20px;
        }

    .box-header {
        max-width: 276px;
        margin-bottom: 50px;
    }

        .box-header.testimonial-header {
            margin-bottom: 10px;
        }

    .background-lines.lines-1 {
        top: 30px;
        right: -40%;
        min-width: 220px;
    }

    .background-lines.lines-2 {
        display: none;
    }

    .background-lines.lines-3 {
        display: none;
    }

    .background-lines.lines-4 {
        top: 80px;
        right: -58px;
        width: 200px;
    }

    .background-lines.lines-5 {
        right: -200px;
    }

    .background-lines.lines-6 {
        display: none;
    }

    .background-lines.lines-7 {
        right: -148px;
        bottom: 60px;
    }

    .box-paragraph {
        margin-bottom: 10px;
    }

    .card {
        width: 90%;
        margin-bottom: 0px;
    }

        .card.big {
            width: 100%;
            margin-bottom: 20px;
        }

            .card.big.fade-item {
                margin-bottom: 30px;
            }

        .card.card-news {
            width: 100%;
            min-width: 100%;
            padding-right: 20px;
        }

            .card.card-news.big {
                width: 100%;
                padding-right: 0px;
            }

                .card.card-news.big.fade-item {
                    margin-bottom: 50px;
                }

        .card.office {
            width: 100%;
            margin-bottom: 30px;
        }

    .card-image {
        height: auto;
    }

        .card-image.ratio {
            max-width: 100%;
        }

    .card-title {
        margin-bottom: 10px;
    }

    .text-block-3 {
        font-size: 1em;
    }

    .cards {
        margin-bottom: 20px;
    }

        .cards.big {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .cards.cards-news {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

    .box-title {
        margin-bottom: 20px;
        font-size: 1.5em;
        line-height: 1.4;
    }

    .content.right {
        margin-bottom: 50px;
    }

    .content.left {
        padding-bottom: 230px;
    }

    .background-block {
        display: none;
    }

    .equal-height-columns {
        padding-right: 21px;
        padding-left: 21px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: rgba(65, 188, 231, 0.1);
    }

    .bleed-block {
        position: absolute;
        left: 0%;
        width: 100%;
    }

    .card-link.news {
        margin-top: 10px;
    }

    .card-top-info {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer {
        padding-right: 0px;
        padding-left: 0px;
        text-align: left;
    }

    .footer-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-logo-link {
        height: 60px;
    }

    .footer-heading {
        margin-top: 20px;
    }

    /*.menu-button {
        padding: 10px;
    }
*/
    .link-3 {
        display: block;
        margin-top: 20px;
    }

    .column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-2 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-3 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-4 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-5 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-6 {
        padding-left: 0px;
    }

    /*.navigation-bar.mobile {
        position: relative;
        width: auto;
        height: 50px;
        max-width: 100%;
    }*/
/*
    .navigation-links.mobile {
        margin-top: 60px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .navigation-link {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 1.125rem;
    }

        .navigation-link.hamburger-button {
            padding-top: 18px;
            padding-right: 0px;
            padding-bottom: 18px;
        }

    .mobile-menu-wrapper {
        display: none;
    }

    .mobile-menu {
        width: 79%;
    }
*/

    
    .hero-footer-paragraph {
        font-size: 0.85rem;
    }

        .hero-footer-paragraph.big {
            line-height: 1.4;
        }

    .hero-footer-title-wrapper {
        margin-bottom: 20px;
    }

    .filters {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .filters.hero-filters {
            padding-top: 0px;
        }

    .filter-link {
        margin-bottom: 10px;
    }

        .filter-link.active {
            margin-right: 10px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

    .card-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-image-wrapper {
        width: 100%;
    }

        .card-image-wrapper._4-3 {
            margin-bottom: 30px;
        }

    .card-link-block.flex {
        margin-right: 0.7rem;
    }

    .text-link {
        margin-top: 10px;
    }

        .text-link.light.box-link {
            margin-top: 0px;
        }

    .slider-controls.testimonial-controls {
        margin-top: 0px;
    }

    .slider-controls.hide-mobile {
        display: none;
    }

    .line-list {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .line-list-item {
        margin-bottom: 25px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .list-line {
        margin-top: 10px;
    }

    .button.box-button.light.hide-mobile {
        display: none;
    }

    .button.light {
        margin-top: 10px;
    }

    .button-icon.big {
        height: 23px;
        margin-left: 0px;
    }

    .testimonials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .testimonial {
        width: 100%;
        margin-bottom: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .testimonial.block-quote.push-down {
            padding-left: 20px;
        }

    .block-quote {
        padding-right: 0px;
    }

    .quotation-marks {
        line-height: 0;
    }

    .bleed-image.left {
        width: 107%;
    }

    .bleed-image.desktop {
        display: none;
    }

    .signature {
        left: 0px;
        max-width: 200px;
    }

    .bleed-image-mobile {
        display: block;
    }

    .form-row {
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-item {
        margin-bottom: 30px;
    }

    .field-label {
        line-height: 1.6;
    }

    .offices {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkbox-field {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .checkbox-label {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .hero-footer-adress {
        font-size: 0.9rem;
    }

    .hero-notification {
        left: 0px;
        bottom: 10px;
        display: inline-block;
        margin-top: 10px;
        padding: 0px;
    }

    .specifications {
        margin-bottom: 0px;
    }

    .image-slider-grid-wrapper {
        margin-bottom: 100px;
    }

    .notification-button {
        padding: 15px;
    }

    .slick-slider-nav-2 {
        display: none;
    }

    .slick-slider-main-2 {
        width: 100%;
    }

    .bleed-row-left {
        padding-right: 20px;
    }

    .bleed-row-right {
        padding-right: 20px;
    }

    .background-image-hero {
        max-height: 100%;
        max-width: none;
        min-height: 100%;
        min-width: 100%;
    }

    .hero-banner {
        height: auto;
        max-height: none;
        min-height: auto;
        -ms-grid-rows: auto -webkit-min-content;
        -ms-grid-rows: auto min-content;
        grid-template-rows: auto -webkit-min-content;
        grid-template-rows: auto min-content;
    }

    .hero-background-image {
        height: 50vh;
    }

    .image-5 {
        position: relative;
        max-height: none;
    }

    .hero-footer-2 {
        padding-right: 21px;
        padding-left: 21px;
    }

    .close-notification {
        right: 0px;
    }
}

#heroSlider.w-node-fb2be9fb-132f-5106-2adb-360376388dfe-b18b7746 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-c6eef7ad-20e4-9493-6150-b9ef40402410-b18b7746 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-fb2be9fb-132f-5106-2adb-360376388e00-b18b7746 {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
}

#w-node-e9835834-d498-1643-9461-825840fcdbd9-5aaf35a8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-e9835834-d498-1643-9461-825840fcdbdc-5aaf35a8 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-e9835834-d498-1643-9461-825840fcdbe2-5aaf35a8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
}

#w-node-f2b2eec4-7ea2-b4f2-4ee9-4f12a1407505-14c0df0a {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-f2b2eec4-7ea2-b4f2-4ee9-4f12a1407507-14c0df0a {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-f2b2eec4-7ea2-b4f2-4ee9-4f12a1407509-14c0df0a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
}

#w-node-a619ccc0-9b45-efe7-394b-0657c0e4c4cd-1123717a {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-a619ccc0-9b45-efe7-394b-0657c0e4c4d0-1123717a {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-d396b9ed-4bc2-c341-d441-16cb6c6dd098-13e299cc {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-d396b9ed-4bc2-c341-d441-16cb6c6dd09a-13e299cc {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-d396b9ed-4bc2-c341-d441-16cb6c6dd09c-13e299cc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
}

#w-node-_82698999-fbe7-eec8-48fc-a3ee9b59549a-f83a7b75 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-_82698999-fbe7-eec8-48fc-a3ee9b59549c-f83a7b75 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-_5b1d3576-3512-badb-f827-3cdc6cbfa808-dd5b246c {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-_5b1d3576-3512-badb-f827-3cdc6cbfa80a-dd5b246c {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-_5b1d3576-3512-badb-f827-3cdc6cbfa80c-dd5b246c {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
}

#w-node-_0ac5ebb3-8575-a06a-4199-607116db1c92-bcd6935a {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-_0ac5ebb3-8575-a06a-4199-607116db1c94-bcd6935a {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-_0ac5ebb3-8575-a06a-4199-607116db1c96-bcd6935a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
}

@media screen and (min-width: 1440px) {
    #w-node-c6eef7ad-20e4-9493-6150-b9ef40402410-b18b7746 {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-e9835834-d498-1643-9461-825840fcdbdc-5aaf35a8 {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-e9835834-d498-1643-9461-825840fcdbe2-5aaf35a8 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-f2b2eec4-7ea2-b4f2-4ee9-4f12a1407507-14c0df0a {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-f2b2eec4-7ea2-b4f2-4ee9-4f12a1407509-14c0df0a {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-a619ccc0-9b45-efe7-394b-0657c0e4c4d0-1123717a {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-d396b9ed-4bc2-c341-d441-16cb6c6dd09a-13e299cc {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-d396b9ed-4bc2-c341-d441-16cb6c6dd09c-13e299cc {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-_82698999-fbe7-eec8-48fc-a3ee9b59549c-f83a7b75 {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-_5b1d3576-3512-badb-f827-3cdc6cbfa80a-dd5b246c {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-_5b1d3576-3512-badb-f827-3cdc6cbfa80c-dd5b246c {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-_0ac5ebb3-8575-a06a-4199-607116db1c94-bcd6935a {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-_0ac5ebb3-8575-a06a-4199-607116db1c96-bcd6935a {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }
}

@media screen and (max-width: 991px) {
    #heroSlider.w-node-fb2be9fb-132f-5106-2adb-360376388dfe-b18b7746 {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-fb2be9fb-132f-5106-2adb-360376388e00-b18b7746 {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    #w-node-e9835834-d498-1643-9461-825840fcdbd9-5aaf35a8 {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-e9835834-d498-1643-9461-825840fcdbe2-5aaf35a8 {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    #w-node-f2b2eec4-7ea2-b4f2-4ee9-4f12a1407505-14c0df0a {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-f2b2eec4-7ea2-b4f2-4ee9-4f12a1407509-14c0df0a {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    #w-node-a619ccc0-9b45-efe7-394b-0657c0e4c4cd-1123717a {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-d396b9ed-4bc2-c341-d441-16cb6c6dd098-13e299cc {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-d396b9ed-4bc2-c341-d441-16cb6c6dd09c-13e299cc {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    #w-node-_82698999-fbe7-eec8-48fc-a3ee9b59549a-f83a7b75 {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-_5b1d3576-3512-badb-f827-3cdc6cbfa808-dd5b246c {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-_5b1d3576-3512-badb-f827-3cdc6cbfa80c-dd5b246c {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    #w-node-_0ac5ebb3-8575-a06a-4199-607116db1c92-bcd6935a {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-_0ac5ebb3-8575-a06a-4199-607116db1c96-bcd6935a {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }
}

@media screen and (max-width: 767px) {
    #w-node-d7b8e9fd-b8a1-0c83-9090-4e3664b0af61-dd5b246c {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }
}

@media screen and (max-width: 479px) {
    #w-node-c6eef7ad-20e4-9493-6150-b9ef40402410-b18b7746 {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-e9835834-d498-1643-9461-825840fcdbdc-5aaf35a8 {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-f2b2eec4-7ea2-b4f2-4ee9-4f12a1407507-14c0df0a {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-a619ccc0-9b45-efe7-394b-0657c0e4c4d0-1123717a {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-d396b9ed-4bc2-c341-d441-16cb6c6dd09a-13e299cc {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-_82698999-fbe7-eec8-48fc-a3ee9b59549c-f83a7b75 {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-_5b1d3576-3512-badb-f827-3cdc6cbfa80a-dd5b246c {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-_0ac5ebb3-8575-a06a-4199-607116db1c94-bcd6935a {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
}


/*@font-face {
    font-family: 'Ttnorms webfont';
    src: url('../fonts/ttnorms-blackitalic-webfont.woff2') format('woff2'), url('../fonts/ttnorms-blackitalic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ttnorms webfont';
    src: url('../fonts/ttnorms-bold-webfont.woff2') format('woff2'), url('../fonts/ttnorms-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ttnorms webfont';
    src: url('../fonts/ttnorms-italic-webfont.woff2') format('woff2'), url('../fonts/ttnorms-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ttnorms webfont';
    src: url('../fonts/ttnorms-lightitalic-webfont.woff2') format('woff2'), url('../fonts/ttnorms-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ttnorms webfont';
    src: url('../fonts/ttnorms-bolditalic-webfont.woff2') format('woff2'), url('../fonts/ttnorms-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ttnorms webfont';
    src: url('../fonts/ttnorms-light-webfont.woff2') format('woff2'), url('../fonts/ttnorms-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ttnorms webfont';
    src: url('../fonts/ttnorms-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/ttnorms-mediumitalic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ttnorms webfont';
    src: url('../fonts/ttnorms-black-webfont.woff2') format('woff2'), url('../fonts/ttnorms-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ttnorms webfont';
    src: url('../fonts/ttnorms-regular-webfont.woff2') format('woff2'), url('../fonts/ttnorms-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ttnorms webfont';
    src: url('../fonts/ttnorms-medium-webfont.woff2') format('woff2'), url('../fonts/ttnorms-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/



/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./Assets/Styles/styles.scss ***!
  \************************************************************************************************************************************************/
@font-face {
  font-family: "TT Norms";
  src: url(2cf7c041340610ad1c8f.eot);
  src: url(2cf7c041340610ad1c8f.eot?#iefix) format("embedded-opentype"), url(e4ef4bf620cd092956e1.woff2) format("woff2"), url(2c18fce7652ef5ada746.woff) format("woff"), url(9bea3836eb7dfb36a970.svg#TTNorms-Black) format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(507f9f570175e206f001.eot);
  src: url(507f9f570175e206f001.eot?#iefix) format("embedded-opentype"), url(105001c98b2fd62ff6f2.woff2) format("woff2"), url(fe6f502ee3819bccc712.woff) format("woff"), url(e44d794eb9abb20bc45e.svg#TTNorms-BlackItalic) format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(e942b687296683fefd9f.eot);
  src: url(e942b687296683fefd9f.eot?#iefix) format("embedded-opentype"), url(ebf7364bfd551be99f35.woff2) format("woff2"), url(fed9bee4ee6f462d29c8.woff) format("woff"), url(facec3386789aceda616.svg#TTNorms-BoldItalic) format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(8fcbadf2b61c9d3d8aed.eot);
  src: url(8fcbadf2b61c9d3d8aed.eot?#iefix) format("embedded-opentype"), url(1f484801b989f6d17671.woff2) format("woff2"), url(32742f381bccec9bf72f.woff) format("woff"), url(a23b2c9405043dcf1b5a.svg#TTNorms-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(cfd5d702b15e979f217c.eot);
  src: url(cfd5d702b15e979f217c.eot?#iefix) format("embedded-opentype"), url(cda0daf724a91fec93cf.woff2) format("woff2"), url(08b76b1a06b2be4af655.woff) format("woff"), url(9fadd9ac264d9c149ecc.svg#TTNorms-MediumItalic) format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(c5297fe76195b2799841.eot);
  src: url(c5297fe76195b2799841.eot?#iefix) format("embedded-opentype"), url(121495779ab1452b93d0.woff2) format("woff2"), url(c47ea86d03883b01899f.woff) format("woff"), url(37062dbb03e708d2a774.svg#TTNorms-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(e97d0af7dd31bbb4e7cd.eot);
  src: url(e97d0af7dd31bbb4e7cd.eot?#iefix) format("embedded-opentype"), url(603508cf1adb55bd7c14.woff2) format("woff2"), url(6081e54b6dbe852fe04b.woff) format("woff"), url(10f644c387aea65a3529.svg#TTNorms-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(13f8ebfee529a03e32b0.eot);
  src: url(13f8ebfee529a03e32b0.eot?#iefix) format("embedded-opentype"), url(ef13b3fefe1e5268bffb.woff2) format("woff2"), url(41f86ad33099ced13d18.woff) format("woff"), url(8a6445e95889181268f5.svg#TTNorms-Italic) format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(368c091bef718c7a8f8a.eot);
  src: url(368c091bef718c7a8f8a.eot?#iefix) format("embedded-opentype"), url(8be26364ec9a9ea48c34.woff2) format("woff2"), url(f32bb95bdcf924519ffc.woff) format("woff"), url(bf7d4cc53a95f8b75c8c.svg#TTNorms-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(a8bb5e672047662b5e45.eot);
  src: url(a8bb5e672047662b5e45.eot?#iefix) format("embedded-opentype"), url(f80703ba614a86c9209b.woff2) format("woff2"), url(681aacfd7fdc5fdd12d6.woff) format("woff"), url(04418f810d775d0e542d.svg#TTNorms-LightItalic) format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
:root {
  --immpactColor: #e01c28;
  --immpactColorShade: #c01721;
  --mainColor: var(--immpactColor);
  --mainColorShade: var(--immpactColorShade);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section.hero-section {
  height: calc(100vh - 100px);
}

.section.usp-section.pulled-up {
  z-index: 200;
}

.hero-slide-image {
  /*max-height: inherit;
  max-width: 100%;*/
}

.hero-footer-title-wrapper.slider {
  max-width: 100%;
}

.hero-footer.left.hero-footer-slide-left {
  padding-left: 12%;
}

.hero-footer-content-item:last-of-type {
  margin-bottom: 0;
}

.slick-slider-inner .slick-slider, .grid-main-slick.slick-slider {
  position: absolute !important;
}

.slick-slider-nav-2 .slick-track:hover .slick-list-item {
  opacity: 0.5;
}

.slick-slider-nav-2 .slick-track .slick-list-item:hover {
  opacity: 1;
}

.slick-slider-nav-2 .slick-track .slick-list-item {
  transition: all 0.2s ease-in-out;
}

.slick-track {
  display: inline-flex !important;
}

.hero-footer-2.small-right {
  padding-bottom: 0 !important;
}

.usp:last-of-type {
  margin-bottom: 0 !important;
}

.card-label {
  font-size: 0.9rem;
}

.close-notification {
  cursor: pointer;
}

/*.summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}*/
.hero-footer-title-wrapper {
  max-width: none;
}

.hero-footer-title-wrapper.bigHero {
  max-width: 320px;
}

.card.card-news {
  padding: 0;
  margin-right: 30px;
}
.card.card-news.big {
  margin-right: 0 !important;
}

.card-title {
  margin-bottom: 0;
}

.card-link.caps,
.card-title.caps {
  text-transform: uppercase;
}

.slider-control.slider-control-prev {
  background-image: url(33b124b78659df216c04.svg);
}

.slider-control.slider-control-next {
  background-image: url(958b1800f686be4bf55e.svg);
}

.hero-footer-slide-left.indent {
  padding-left: 20% !important;
}

.center-col {
  margin: 0 auto;
}

.text-page-padding {
  margin-top: 100px;
}

.website-partials {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9998;
}
.website-partials .navigation-bar {
  position: relative;
}
.website-partials .notification-banner {
  display: flex;
}

.notification-close {
  margin-right: 20px;
  cursor: pointer;
}

.notification-message {
  line-height: 1.4;
  text-align: center;
}

.background-lines.lines-2 {
  height: 150px;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.form-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .card.big.hover {
    margin-bottom: 20px;
    width: 254px;
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .notification-banner {
    padding: 21px 21px;
  }

  .notification-close {
    margin-right: 0;
  }

  .section.hero-section {
    height: 100%;
  }

  .slider-controls.hero-slider-controls {
    position: relative;
    left: 21px;
    margin-top: 20px;
  }

  .big-card-wrapper {
    min-width: unset;
  }

  .hero-footer-slider-content {
    margin-bottom: 40px;
  }

  .hero-footer.left.hero-footer-slide-left {
    padding-left: 0 !important;
  }

  .hero-footer-title.big {
    font-size: 1.6rem;
  }

  .hero-footer-paragraph {
    font-size: 1rem;
  }

  .hero-footer.left {
    padding-top: 50px;
  }

  .filter-link {
    font-size: 1rem;
  }

  .hero-slide-background.no-shade {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-notification {
    opacity: 1;
    position: fixed;
    right: 0;
    top: 50%;
    left: auto;
    bottom: auto;
    width: auto;
    height: auto;
    margin-top: 0;
  }
  .hero-notification a.button.box-button {
    background-color: var(--mainColor);
    color: white;
    margin-top: 0;
  }

  .hero-footer-2.extra-side-padding {
    padding-left: 21px;
  }

  .card.card-news.big {
    width: 100%;
    padding: 0 25px !important;
  }
}
@media screen and (max-width: 991px) {
  /*.mobile-nav-exit {
          width: 70px
      }
  */
  .section.recent-projects {
    padding-bottom: 0;
  }

  .hero-banner {
    max-height: none;
  }
}
@media screen and (min-width: 768px) {
  .card.card-news.big {
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .hero-footer.left.hero-footer-slide-left {
    padding-left: 20%;
  }

  .hero-footer-title-wrapper.slider {
    padding-bottom: 50px;
  }

  .hero-footer-2 {
    padding-left: 13%;
  }

  .hero-footer-2.hero-slide-right.is--news-item {
    padding-left: 13%;
  }
}
@media screen and (min-width: 1900px) {
  .hero-footer-2 {
    padding-left: 25%;
  }
}
/*.breadcrumbs {

    ul,
    ol {
        display: flex;
        margin-left: 0;
        padding-left: 0;
    }

    li, li a {
        font-weight: 500;
        color: $black;

        &:hover {
            color: $brand-color
        }
    }

    li {
        list-style: none;


        &::before {
            content: "/";
            margin-right: 7px;
            color: $black;
            opacity: .5;
        }

        &:first-of-type {
            &::before {
                content: none;
            }
        }

        .breadcrumb-link {
            margin-right: 7px;
            display: inline-block;
            text-decoration: underline;
        }

        &.is-active {
            color: initial;
            opacity: .5;
        }
    }
}*/
.card-labels {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.card-labels .card-label {
  margin: 0 0 5px 5px;
}

.w-lightbox-backdrop {
  z-index: 9999;
}

.cards .slick-track {
  margin-left: unset;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}
.hero-section,
.card-image-wrapper {
  background-color: rgba(0, 0, 0, 0.05);
}

.hero-title {
  font-size: 3.5em;
}

.hero-slider-title {
  line-height: 1.4;
}

.body-text-wrapper > *,
.body-text-p p {
  margin: 2.6em 0;
}

.body-text-p {
  margin: 0 !important;
}
.body-text-p:first-of-type p:first-of-type::first-letter {
  float: left;
  font-size: 5rem;
  line-height: 0.2;
  margin: 0.35em 0.1em 0.1em 0;
  opacity: 1 !important;
  font-weight: 700;
}

.body-text-wrapper:first-child {
  margin-top: 0;
}

/* https://www.scottohara.me/blog/2017/04/14/inclusively-hidden.html */
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.social-media-svg {
  width: 17px;
}

.body-text-hr {
  width: 100%;
  border: none;
  border-bottom: 1px solid grey;
  margin: 40px 0;
}

.author {
  margin-top: 1em;
}

@media screen and (max-width: 991px) {
  .box.bleed {
    width: 100%;
  }
  .box.bleed .column-2 {
    padding: 0 0 !important;
  }
  .box.bleed .card-link-block.flex {
    margin-right: 0;
    width: max-content !important;
  }
}
@media screen and (max-width: 991px) {
  .cards {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/*navigation*/
nav.imnav, .imnav ul, .imnav li, .imnav li a {
  margin: 0;
  padding: 0;
}

.imnav a {
  text-decoration: none;
}

.imnav .containerimnav {
  width: 90%;
  max-width: 900px;
  margin: 10px auto;
}

.imnav .toggleMenu {
  display: none;
  /* background: #666;*/
  padding: 10px 15px;
  color: inherit;
}

@media screen and (max-width: 479px) {
  .hero-content {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }

  .hero-title {
    font-size: 2rem !important;
  }

  .footer {
    line-height: 1 !important;
  }

  .footer-logo-link {
    height: 30px;
  }

  .footer-heading {
    line-height: 0.5 !important;
    margin-top: 15px !important;
  }

  .footer-block-vertical {
    margin-bottom: 8px !important;
  }

  .footer-link.small {
    line-height: 1.4 !important;
  }

  .footer-link {
    line-height: 1.4 !important;
  }
}
.innclusive-logo {
  margin-top: 10% !important;
}

.imnav .navimnav {
  list-style: none;
  *zoom: 1;
  background: #fff;
}

.imnav .navimnav:before,
.imnav .navimnav:after {
  content: " ";
  display: table;
}

.imnav .navimnav:after {
  clear: both;
}

.imnav .navimnav ul {
  list-style: none;
  width: 15em;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  /* Horizontal offset, vertical offset, blur radius, color */
  border: 1px solid #ddd;
}

.imnav .navimnav a {
  padding: 5px 10px;
  color: inherit;
}

.imnav .navimnav li {
  position: relative;
}

.imnav .navimnav > li {
  float: right;
  border-top: 1px solid #fff;
}

.imnav .navimnav > li > .parent {
  background-image: url(5b9f980d96eeb6be5c19.png);
  background-repeat: no-repeat;
  background-position: right;
}

.imnav .navimnav > li > a {
  display: block;
}

.imnav .navimnav li ul {
  position: absolute;
  left: -9999px;
}

.imnav .navimnav > li.hover > ul {
  left: 0;
}

.imnav .navimnav li li.hover ul {
  left: 100%;
  top: 0;
}

.imnav .navimnav li li a {
  display: block;
  background: #fff;
  position: relative;
  z-index: 100;
  border-top: 1px solid #fff;
}

.imnav .navimnav li li li a {
  background: #fff;
  z-index: 200;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .imnav .navimnav {
    background: transparent !important;
  }
}
@media screen and (max-width: 768px) {
  .navimnav {
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* Horizontal offset, vertical offset, blur radius, color */
    border: 1px solid #ddd;
  }

  .imnav .active {
    display: block;
  }

  .imnav .navimnav > li {
    float: none;
  }

  .imnav .navimnav > li > .parent {
    background-position: 95% 50%;
  }

  .imnav .navimnav li li .parent {
    background-image: url(5b9f980d96eeb6be5c19.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }

  .imnav .navimnav ul {
    display: block;
    width: 60%;
    margin-left: 1%;
    margin-top: 2%;
    background-color: #ffffff;
  }

  .imnav .navimnav .test {
    margin-bottom: 1%;
  }
}
/*eND NAV*/
.test .parent :hover {
  transition: all 5s 0.6s;
}

.test {
  padding-left: 10px !important;
}

.btn-property {
  color: black;
  border-color: #ffffff;
  background-color: #fff;
  padding: 6px 1em;
  border-radius: 5px;
}

.left {
  float: left;
  width: 50%;
}

.right {
  float: right;
  width: 50%;
}

.contentRight {
  float: none !important;
  padding-bottom: 80px !important;
  display: block !important;
}

.contentLeft {
  float: none !important;
  display: block !important;
}

@media (max-width: 478px) {
  .contentLeft {
    margin-bottom: 80%;
  }
}
.noPaddingTop {
  padding-top: 0px !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.box-cta {
  overflow: hidden;
  padding: 71px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: var(--mainColor);
  color: #fff;
}

.box-cta-small {
  padding: 2em !important;
}

.btn-margin {
  margin-top: 120px;
  justify-content: center;
  align-items: center;
}

.noshadow {
  box-shadow: none;
}

.navigation-link:hover {
  color: var(--mainColor);
}

.navigation-bar .noshadow .imnav .test parent > ul {
  border-color: transparent !important;
}

/* Breadcrumbs Styles */
ul.breadcrumbs {
  margin: 25px 0 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  *display: inline;
  zoom: 1 !important;
  vertical-align: top;
  height: 40px;
}

ul.breadcrumbs li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-left: 1px solid #ccc;
  transition: background 0.3s ease;
}

ul.breadcrumbs li:hover a {
  text-decoration: underline;
}

ul.breadcrumbs li:before {
  content: "";
  position: absolute;
  right: -9px;
  top: -1px;
  z-index: 20;
  border-left: 10px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transition: 0.3s ease;
}

ul.breadcrumbs li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -1px;
  z-index: 10;
  border-left: 10px solid #ccc;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

ul.breadcrumbs li.active a {
  color: #000;
  background: lightgray;
}

ul.breadcrumbs li.first {
  border-left: none;
  font-size: 18px;
  padding-left: 20px;
  border-radius: 5px 0 0 5px;
}

ul.breadcrumbs li.last:before,
ul.breadcrumbs li.last:after {
  display: none;
}

ul.breadcrumbs li.last a {
  padding-right: 20px;
  background: #f0f0f0;
  border: hidden;
  border-radius: 0 40px 40px 0;
}

ul.breadcrumbs li a {
  display: block;
  font-size: 12px;
  line-height: 40px;
  color: #757575;
  padding: 0 15px 0 25px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  border-right: hidden;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s ease;
}

@media screen and (max-width: 479px) {
  .nav {
    display: flex;
    flex-direction: column-reverse;
  }

  .navigation-links {
    margin-top: 0px;
    position: fixed;
    width: 90%;
  }

  .navigation-wrapper {
    display: block !important;
  }

  .toggleMenu {
    margin-left: 40%;
  }

  .nav {
    width: 100%;
  }

  .nav li ul {
    width: 100%;
    margin-left: 0%;
  }

  .nav > li.hover > ul, .nav li li.hover ul {
    position: absolute;
  }

  .nav li li ul {
    padding-left: 0%;
    margin-left: 0%;
  }

  .toggleMenu {
    margin-top: 0px;
    position: absolute;
    right: 0;
  }

  .nav > li.hover > ul, .nav li li.hover ul {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    display: flex;
    flex-direction: column-reverse;
  }

  .navigation-links {
    margin-top: 0px;
    position: fixed;
    width: 90%;
  }

  .navigation-wrapper {
    display: block !important;
  }

  .toggleMenu {
    margin-left: 40%;
  }

  .nav {
    width: 100%;
  }

  .nav li ul {
    width: 100%;
    margin-left: 0%;
  }

  .nav > li.hover > ul, .nav li li.hover ul {
    position: absolute;
  }

  .nav li li ul {
    padding-left: 0%;
    margin-left: 0%;
  }

  .toggleMenu {
    margin-top: 0px;
    position: absolute;
    right: 0;
  }

  .nav > li.hover > ul, .nav li li.hover ul {
    position: static;
  }

  .nav-Chevron {
    display: none;
    font-weight: bolder;
    font-size: 0.8rem;
    padding-top: 2%;
  }

  .nav-item:hover > .nav-link .nav-Chevron {
    display: none !important;
  }

  .nav-item.has-children:hover > .nav-link .nav-Chevron {
    display: none !important;
  }

  .customUl {
    width: 15em !important;
  }
}
.customUl {
  background-color: white !important;
  border-color: transparent !important;
}

.childSubMenu {
  margin-left: 5px !important;
  border-color: transparent !important;
  max-width: max-content !important;
}

.subMenuPadding {
  padding-top: 1% !important;
  padding-bottom: 1% !important;
}

.nav-Chevron {
  display: none;
  font-weight: bolder;
  font-size: 0.8rem;
  padding-top: 2%;
  opacity: 0.4;
}

.nav-item:hover > .nav-link .nav-Chevron {
  display: inline;
}

.nav-item.has-children:hover > .nav-link .nav-Chevron {
  display: inline;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
  justify-content: space-between !important;
}

.titleMenu {
  margin-bottom: 0px !important;
  margin-left: 4% !important;
  font-weight: bolder !important;
}

.date {
  opacity: 1;
}

.section--content {
  padding: 7em 0 0;
}

.card-grid {
  grid-column-gap: 46px;
}

.w-input,
.w-select {
  margin-bottom: 0;
}

.is--related-news {
  margin-top: 0;
}

.video-wrapper.is--small {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-wrapper.is--small .w-video {
  height: 100%;
}

.at-share-btn-elements {
  display: flex;
  margin-bottom: 20px !important;
}
.at-share-btn-elements .at-share-btn {
  margin: 0 10px 10px 0 !important;
}
.at-share-btn-elements .at-icon-wrapper {
  background-color: #313131 !important;
  border-color: #313131;
}
@media screen and (min-width: 1440px) {
  .at-share-btn-elements {
    flex-direction: column;
    margin-bottom: 0;
  }
  .at-share-btn-elements .at-share-btn {
    margin: 0 0 10px !important;
  }
}
.hero-slider-title.is--light {
  color: white;
}

.button.box-button.light {
  display: inline-block;
}

.box-paragraph.short {
  max-width: 350px;
}

.box-header.is--big {
  max-width: 400px;
}

.content.right {
  padding-bottom: 200px;
}

.bleed-row {
  align-items: center;
}
.bleed-row .bleed-row-right {
  padding: 0 9em;
}
.bleed-row .text-block {
  max-width: 400px;
}
.bleed-row.is--alternate {
  flex-direction: row-reverse;
}
.bleed-row.is--alternate .bleed-row-left {
  padding-right: 0;
}
.bleed-row.is--alternate .bleed-row-right .text-block {
  margin-left: auto;
  margin-right: 5em;
}
.bleed-row.is--small {
  align-items: center;
  padding: 0 4em;
}
.link-row {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -2em;
}
.link-row > * {
  margin: 1em 2em;
}

.big-link--wrapper {
  position: relative;
  overflow: hidden;
}
.big-link--wrapper:hover .big-link--hover {
  left: 0;
}

.big-link--label {
  text-transform: uppercase;
  opacity: 0.6;
}

.big-link {
  font-size: 1.8em;
  font-weight: 500;
}

.big-link--content {
  width: 100%;
}

.big-link--hover {
  height: 1px;
  left: -101%;
  bottom: 1px;
  width: 100%;
  background-color: var(--mainColor);
  position: absolute;
  transition: left 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero-slider-title.is--subtitle {
  text-transform: none;
  font-weight: 300;
  font-size: 1.5em;
}

button,
.close-notification {
  background: transparent;
}

.rte-content a {
  text-decoration: underline;
}

.offices {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  row-gap: 3rem;
  column-gap: 2rem;
  flex-wrap: wrap;
}
.offices .office {
  max-width: 378px;
  width: 30%;
  flex-grow: 1;
}
.offices .office .card-image {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 990px) {
  .hero-footer-title-wrapper.slider {
    padding-bottom: 0;
  }

  .hero-slider-location {
    margin-bottom: 2rem;
  }

  .card-link-block {
    padding: 0 1rem;
  }

  .big-card-wrapper {
    min-width: unset;
  }

  .project-section {
    padding: 60px 0;
  }

  .offices .office {
    width: 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .offices {
    row-gap: 2rem;
  }

  .offices .office {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .is--link-block {
    width: 100%;
  }

  .section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .bleed-row.is--alternate {
    flex-direction: column;
  }

  .bleed-row.is--alternate .bleed-row-right,
.bleed-row .bleed-row-right {
    padding: 0 2em;
  }
  .bleed-row.is--alternate .bleed-row-right .text-block,
.bleed-row .bleed-row-right .text-block {
    margin-left: unset;
  }
}
@media screen and (min-width: 767px) {
  .bleed-row-right {
    padding: 0 4em !important;
  }

  .bleed-row.is--small .bleed-row-left,
.bleed-row.is--small .bleed-row-right {
    padding: 5em !important;
  }
}
.rte-box a {
  margin-left: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}
.slick-track {
  display: flex;
}

#heroSlider.slick-slider {
  position: absolute !important;
}

.hero-slider-footer-dots .slick-dots {
  bottom: 0 !important;
  display: flex !important;
  align-items: center;
}

.hero-slider-footer-dots .slick-dots li {
  width: 100% !important;
  height: 1px;
  margin: 0 !important;
}

.hero-slider-footer-dots .slick-dots li button {
  width: 100% !important;
  background: #dddddd;
}

.hero-slider-footer-dots .slick-dots li.slick-active {
  height: 2px;
}

.hero-slider-footer-dots .slick-dots li.slick-active button {
  background: #333333;
}

.hero-footer-title {
  padding-right: 30px;
}

.slick-dots li button {
  height: 2px !important;
  padding: 0px !important;
}
.slick-dots li button::before {
  content: "" !important;
}

.slick-slider-nav-2 .slick-list {
  overflow-y: scroll !important;
}
.slick-slider-nav-2 .slick-list::-webkit-scrollbar {
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.slick-slider-nav-2 .slick-list::-webkit-scrollbar-track {
  background: transparent;
}
.slick-slider-nav-2 .slick-list::-webkit-scrollbar-thumb {
  background-color: transparent;
  transition: background 0.6s ease;
}
.slick-slider-nav-2 .slick-list:hover::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}

.w-lightbox-img, .w-lightbox-image {
  max-width: 100%;
}

.w-lightbox-figure {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}

.form-row {
  justify-content: space-between;
}

.form-item {
  width: 47%;
}

.field-label {
  margin-bottom: 5px;
  line-height: 1.4;
}

.form-row {
  margin: 20px 0;
}

.form-dropdown {
  background: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  cursor: pointer;
}
.form-dropdown option {
  color: black;
}

.radiobuttonlist {
  margin-top: 20px;
}

.form-item.checkbox {
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  align-items: center;
  margin: -10px 0px;
}
.form-item.checkbox input[type=checkbox] {
  margin-right: 10px;
  /*-moz-appearance: none;*/
  /* Firefox */
  /*-webkit-appearance: none;*/
  /* Safari and Chrome */
  /*appearance: none;*/
  background: none;
  border: none;
  border: 1px solid white;
  width: 12px;
  height: 12px;
}
.form-item.checkbox .field-label {
  margin-right: auto;
  margin-bottom: 0;
}

.form-item.data-consent {
  width: 100%;
}
.form-item.data-consent .field-content {
  display: flex;
  align-content: center;
  align-items: center;
}
.form-item.data-consent .field-content label {
  margin: 0 0 0 10px;
}

.cc-window,
.cc-revoke {
  background-color: white;
  /*border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;*/
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.12);
}

.cc-revoke {
  padding: 0.8em !important;
  font-size: 1.3em !important;
  left: 20px !important;
  bottom: 20px !important;
  background-color: #e01c28;
  color: white;
  text-decoration: none !important;
}

.cc-btn {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.cc-btn.cc-allow {
  background: #313131;
  color: white;
}
.cc-btn.cc-allow:hover {
  background: #e01c28;
}
.cc-btn.cc-deny {
  color: #313131;
}

.cc-window.cc-banner {
  display: none !important;
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./Assets/Fonts/ttnorms.scss ***!
  \************************************************************************************************************************************************/
@font-face {
  font-family: "TT Norms";
  src: url(2cf7c041340610ad1c8f.eot);
  src: url(2cf7c041340610ad1c8f.eot?#iefix) format("embedded-opentype"), url(e4ef4bf620cd092956e1.woff2) format("woff2"), url(2c18fce7652ef5ada746.woff) format("woff"), url(9bea3836eb7dfb36a970.svg#TTNorms-Black) format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(e942b687296683fefd9f.eot);
  src: url(e942b687296683fefd9f.eot?#iefix) format("embedded-opentype"), url(ebf7364bfd551be99f35.woff2) format("woff2"), url(fed9bee4ee6f462d29c8.woff) format("woff"), url(facec3386789aceda616.svg#TTNorms-BoldItalic) format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(8fcbadf2b61c9d3d8aed.eot);
  src: url(8fcbadf2b61c9d3d8aed.eot?#iefix) format("embedded-opentype"), url(1f484801b989f6d17671.woff2) format("woff2"), url(32742f381bccec9bf72f.woff) format("woff"), url(a23b2c9405043dcf1b5a.svg#TTNorms-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(cfd5d702b15e979f217c.eot);
  src: url(cfd5d702b15e979f217c.eot?#iefix) format("embedded-opentype"), url(cda0daf724a91fec93cf.woff2) format("woff2"), url(08b76b1a06b2be4af655.woff) format("woff"), url(9fadd9ac264d9c149ecc.svg#TTNorms-MediumItalic) format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(13f8ebfee529a03e32b0.eot);
  src: url(13f8ebfee529a03e32b0.eot?#iefix) format("embedded-opentype"), url(ef13b3fefe1e5268bffb.woff2) format("woff2"), url(41f86ad33099ced13d18.woff) format("woff"), url(8a6445e95889181268f5.svg#TTNorms-Italic) format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(507f9f570175e206f001.eot);
  src: url(507f9f570175e206f001.eot?#iefix) format("embedded-opentype"), url(105001c98b2fd62ff6f2.woff2) format("woff2"), url(fe6f502ee3819bccc712.woff) format("woff"), url(e44d794eb9abb20bc45e.svg#TTNorms-BlackItalic) format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(a8bb5e672047662b5e45.eot);
  src: url(a8bb5e672047662b5e45.eot?#iefix) format("embedded-opentype"), url(f80703ba614a86c9209b.woff2) format("woff2"), url(681aacfd7fdc5fdd12d6.woff) format("woff"), url(04418f810d775d0e542d.svg#TTNorms-LightItalic) format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(c5297fe76195b2799841.eot);
  src: url(c5297fe76195b2799841.eot?#iefix) format("embedded-opentype"), url(121495779ab1452b93d0.woff2) format("woff2"), url(c47ea86d03883b01899f.woff) format("woff"), url(37062dbb03e708d2a774.svg#TTNorms-Medium) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(368c091bef718c7a8f8a.eot);
  src: url(368c091bef718c7a8f8a.eot?#iefix) format("embedded-opentype"), url(8be26364ec9a9ea48c34.woff2) format("woff2"), url(f32bb95bdcf924519ffc.woff) format("woff"), url(bf7d4cc53a95f8b75c8c.svg#TTNorms-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url(e97d0af7dd31bbb4e7cd.eot);
  src: url(e97d0af7dd31bbb4e7cd.eot?#iefix) format("embedded-opentype"), url(603508cf1adb55bd7c14.woff2) format("woff2"), url(6081e54b6dbe852fe04b.woff) format("woff"), url(10f644c387aea65a3529.svg#TTNorms-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
