* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child,
.w-richtext > div:first-child > :first-child {
    margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext > :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
    margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
    pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
    pointer-events: auto;
}
/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
.div-square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
/*Hide focus outline for main content element*/
main:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
/* Make sure containers never lose their center alignment*/
.container-medium,
.container-small,
.container-large {
    margin-right: auto !important;
    margin-left: auto !important;
}
/*Reset selects, buttons, and links styles*/
.w-input,
.w-select,
a {
    color: inherit;
    text-decoration: none !important;
    font-size: inherit;
}
/*Apply "..." after 3 lines of text */
.text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Apply "..." at 100% width */
.truncate-width {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
/* Adds inline flex display */
.display-inlineflex {
    display: inline-flex;
}
/* These classes are never overwritten */
.hide {
    display: none !important;
}
@media screen and (max-width: 991px) {
    .hide,
    .hide-tablet {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .hide-mobile-landscape {
        display: none !important;
    }
}
@media screen and (max-width: 479px) {
    .hide-mobile {
        display: none !important;
    }
}
.margin-0 {
    margin: 0rem !important;
}
.padding-0 {
    padding: 0rem !important;
}
.spacing-clean {
    padding: 0rem !important;
    margin: 0rem !important;
}
.margin-top {
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
}
.padding-top {
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
}
.margin-right {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
}
.padding-right {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
}
.margin-bottom {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}
.padding-bottom {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}
.margin-left {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
}
.padding-left {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
}
.margin-horizontal {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.padding-horizontal {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.margin-vertical {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}
.padding-vertical {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}
[text-split] {
    opacity: 0;
}
html.w-editor [text-split] {
    opacity: 1;
}
.word {
    overflow: hidden;
    /* padding-bottom: 0.1em; */
    margin-bottom: -0.1em;
    transform-origin: bottom;
}

html.lenis {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}

/*width*/
::-webkit-scrollbar {
    width: 9px;
}
/*thumb*/
::-webkit-scrollbar-thumb {
    background: rgb(27, 29, 30);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(190, 190, 190);
    border-radius: 100px;
}

* {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Human', sans-serif;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    vertical-align: baseline;
    display: inline-block;
}
audio:not([controls]) {
    height: 0;
    display: none;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
@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: 400;
    font-style: normal;
}
[class^="w-icon-"],
[class*="\ w-icon-"] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important;
}
.w-icon-slider-right:before {
    content: "";
}
.w-icon-slider-left:before {
    content: "";
}
.w-icon-nav-menu:before {
    content: "";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "";
}
.w-icon-file-upload-remove:before {
    content: "";
}
.w-icon-file-upload-icon:before {
    content: "";
}
* {
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
img {
    vertical-align: middle;
    max-width: 100%;
    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: " ";
    grid-area: 1/1/2/2;
    display: table;
}
.w-clearfix:after {
    clear: both;
}
.w-hidden {
    display: none;
}
.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}
input.w-button {
    -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
}
.w-code-block {
    margin: unset;
}
pre.w-code-block code {
    all: inherit;
}
.w-webflow-badge,
.w-webflow-badge * {
    z-index: auto;
    visibility: visible;
    box-sizing: border-box;
    float: none;
    clear: none;
    box-shadow: none;
    opacity: 1;
    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;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background: 0 0;
    border: 0 transparent;
    border-radius: 0;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0;
    list-style-type: disc;
    transition: none;
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
    transform: none;
}
.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    visibility: visible !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    opacity: 1 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    top: auto !important;
    bottom: 12px !important;
    left: auto !important;
    right: 12px !important;
    overflow: visible !important;
    transform: none !important;
}
.w-webflow-badge > img {
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: 700;
}
h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
}
h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}
h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}
h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
}
h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
}
figure {
    margin: 0 0 10px;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}
.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}
.w-embed:after {
    clear: both;
}
.w-video {
    width: 100%;
    padding: 0;
    position: relative;
}
.w-video iframe,
.w-video object,
.w-video embed {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
button,
[type="button"],
[type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}
.w-form {
    margin: 0 0 15px;
}
.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
}
.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
}
label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
}
.w-input,
.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.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;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee;
}
textarea.w-input,
textarea.w-select {
    height: auto;
}
.w-select {
    background-color: #f3f3f3;
}
.w-select[multiple] {
    height: auto;
}
.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block;
}
.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}
.w-radio:before,
.w-radio:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}
.w-radio:after {
    clear: both;
}
.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
}
.w-file-upload {
    margin-bottom: 10px;
    display: block;
}
.w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
    overflow: hidden;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    color: #333;
    display: inline-block;
}
.w-file-upload-error {
    margin-top: 10px;
    display: block;
}
.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 {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
}
.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
}
.w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
}
.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
}
.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
}
.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
}
.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
}
.w-icon-file-upload-uploading {
    height: 20px;
}
.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.w-container:before,
.w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}
.w-container:after {
    clear: both;
}
.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}
.w-row:before,
.w-row:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}
.w-row:after {
    clear: both;
}
.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}
.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}
.w-col-1 {
    width: 8.33333%;
}
.w-col-2 {
    width: 16.6667%;
}
.w-col-3 {
    width: 25%;
}
.w-col-4 {
    width: 33.3333%;
}
.w-col-5 {
    width: 41.6667%;
}
.w-col-6 {
    width: 50%;
}
.w-col-7 {
    width: 58.3333%;
}
.w-col-8 {
    width: 66.6667%;
}
.w-col-9 {
    width: 75%;
}
.w-col-10 {
    width: 83.3333%;
}
.w-col-11 {
    width: 91.6667%;
}
.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.33333%;
    }
    .w-col-medium-2 {
        width: 16.6667%;
    }
    .w-col-medium-3 {
        width: 25%;
    }
    .w-col-medium-4 {
        width: 33.3333%;
    }
    .w-col-medium-5 {
        width: 41.6667%;
    }
    .w-col-medium-6 {
        width: 50%;
    }
    .w-col-medium-7 {
        width: 58.3333%;
    }
    .w-col-medium-8 {
        width: 66.6667%;
    }
    .w-col-medium-9 {
        width: 75%;
    }
    .w-col-medium-10 {
        width: 83.3333%;
    }
    .w-col-medium-11 {
        width: 91.6667%;
    }
    .w-col-medium-12 {
        width: 100%;
    }
    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}
@media screen and (max-width: 767px) {
    .w-hidden-main,
    .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.33333%;
    }
    .w-col-small-2 {
        width: 16.6667%;
    }
    .w-col-small-3 {
        width: 25%;
    }
    .w-col-small-4 {
        width: 33.3333%;
    }
    .w-col-small-5 {
        width: 41.6667%;
    }
    .w-col-small-6 {
        width: 50%;
    }
    .w-col-small-7 {
        width: 58.3333%;
    }
    .w-col-small-8 {
        width: 66.6667%;
    }
    .w-col-small-9 {
        width: 75%;
    }
    .w-col-small-10 {
        width: 83.3333%;
    }
    .w-col-small-11 {
        width: 91.6667%;
    }
    .w-col-small-12 {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }
    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important;
    }
    .w-hidden-tiny {
        display: none !important;
    }
    .w-col {
        width: 100%;
    }
    .w-col-tiny-1 {
        width: 8.33333%;
    }
    .w-col-tiny-2 {
        width: 16.6667%;
    }
    .w-col-tiny-3 {
        width: 25%;
    }
    .w-col-tiny-4 {
        width: 33.3333%;
    }
    .w-col-tiny-5 {
        width: 41.6667%;
    }
    .w-col-tiny-6 {
        width: 50%;
    }
    .w-col-tiny-7 {
        width: 58.3333%;
    }
    .w-col-tiny-8 {
        width: 66.6667%;
    }
    .w-col-tiny-9 {
        width: 75%;
    }
    .w-col-tiny-10 {
        width: 83.3333%;
    }
    .w-col-tiny-11 {
        width: 91.6667%;
    }
    .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 {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative;
}
.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
}
.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 {
    content: " ";
    pointer-events: none;
    border: solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0)
        rgba(117, 134, 150, 0);
    margin-top: -4px;
    margin-left: -9px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0)
        rgba(255, 255, 255, 0);
    margin-top: -4px;
    margin-left: -8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px;
}
.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 {
    content: " ";
    pointer-events: none;
    border: solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
}
.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    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-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.w-background-video > video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}
.w-background-video--control {
    background-color: transparent;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
}
.w-background-video--control > [hidden] {
    display: none !important;
}
.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    background: #ddd;
    height: 300px;
    position: relative;
}
.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}
.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.w-slider-nav.w-round > div {
    border-radius: 100%;
}
.w-slider-nav.w-num > div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
}
.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 {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    width: 1em;
    height: 1em;
    margin: 0 3px 0.5em;
    transition: background-color 0.1s, color 0.1s;
    display: inline-block;
    position: relative;
}
.w-slider-dot.w-active {
    background-color: #fff;
}
.w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
}
.w-slider-dot:focus.w-active {
    box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.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 {
    width: 1em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}
.w-slider-force-show {
    display: block !important;
}
.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
}
.w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
}
.w-dropdown-toggle:focus {
    outline: 0;
}
.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute;
}
.w-dropdown-list.w--open {
    display: block;
}
.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
}
.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;
    }
}
.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0, 0, 0, 0.9);
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana,
        sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
}
.w-lightbox-backdrop,
.w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto;
}
.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
}
.w-lightbox-view:before {
    content: "";
    height: 100vh;
}
.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 {
    vertical-align: middle;
    display: inline-block;
}
.w-lightbox-figure {
    margin: 0;
    position: relative;
}
.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}
.w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto;
}
.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
}
.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}
.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.w-lightbox-control {
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all 0.3s;
    position: absolute;
    top: 0;
}
.w-lightbox-left {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
    display: none;
    bottom: 0;
    left: 0;
}
.w-lightbox-right {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
    display: none;
    bottom: 0;
    right: 0;
}
.w-lightbox-close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
    background-size: 18px;
    height: 2.6em;
    right: 0;
}
.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
}
.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate(0, 0);
}
.w-lightbox-active {
    opacity: 0.3;
}
.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden;
}
.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
}
.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: 0.8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
}
.w-lightbox-spinner:after {
    content: "";
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}
.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-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 {
        opacity: 0.5;
        display: block;
    }
    .w-lightbox-close {
        opacity: 0.8;
    }
    .w-lightbox-control:hover {
        opacity: 1;
    }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}
.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,
.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: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.w-richtext figure {
    max-width: 60%;
    position: relative;
}
.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 {
    color: transparent;
    font-size: 0;
}
.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 {
    caption-side: bottom;
    display: table-caption;
}
.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 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.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 {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.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 {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
    padding-bottom: inherit;
    display: inline-block;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px;
}
.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px;
}
.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
}
.w-nav:before,
.w-nav:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}
.w-nav:after {
    clear: both;
}
.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}
.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.w-nav-link.w--current {
    color: #0082f3;
}
.w-nav-menu {
    float: right;
    position: relative;
}
[data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
}
.w--nav-link-open {
    display: block;
    position: relative;
}
.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}
.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] {
    z-index: 1;
    top: 0;
    right: auto;
}
.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] {
    z-index: 1;
    top: 0;
    left: auto;
}
.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
}
.w-nav-button:focus {
    outline: 0;
}
.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8;
}
.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}
.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.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: " ";
    grid-area: 1/1/2/2;
    display: table;
}
.w-tabs:after {
    clear: both;
}
.w-tab-menu {
    position: relative;
}
.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.w-tab-link.w--current {
    background-color: #c8c8c8;
}
.w-tab-link:focus {
    outline: 0;
}
.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}
.w-tab-pane {
    display: none;
    position: relative;
}
.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(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
}
.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
    display: none !important;
}
.wf-layout-layout {
    display: grid;
}
:root {
    --black: #000000;
    --red: #ff0004;
    --light-grey: #f8f8f8;
    --white: white;
    --button-grey: #e7e7e7;
    --grey-line: #bebebe;
    --dark-grey: #909090;
    --grey-light: #f2f2f2;
}
.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}
.w-checkbox:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}
.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1/1/2/2;
    display: table;
}
.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}
.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url(../../static/custom-checkbox-checkmark.589d534424.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}
body {
    color: var(--black);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans,
        Droid Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Human, sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h2 {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Human, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
}
h3 {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Human, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
}
h4 {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Human, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}
h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Human, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
}
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Human, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
}
p {
    margin-bottom: 0;
}
a {
    border-color: var(--black);
    color: var(--black);
    text-decoration: underline;
}
ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}
ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}
li {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-left: 0.5rem;
}
img {
    max-width: 100%;
    display: inline-block;
}
label {
    margin-bottom: 0.25rem;
    font-weight: 500;
}
blockquote {
    border-left: 0.1875rem solid var(--black);
    margin-bottom: 0;
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
figure {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
figcaption {
    text-align: center;
    margin-top: 0.25rem;
}
.privy{
    border-bottom: 2px solid #DBDBDB;
}
.custom-input input, .custom-input textarea{
    border: none;
    border-bottom: 2px solid #DBDBDB;
    width: 100%;
}
.custom-input label{
    color:  #DBDBDB;
}
.z-index-2 {
    z-index: 2;
    position: relative;
}
.max-width-full {
    width: 100%;
    max-width: none;
}
.max-width-full.text-align-left.horizontal-align {
    grid-column-gap: 3rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
}
.max-width-full.text-align-left.horizontal-align.who-we-are-intro {
    grid-template-columns: 0.5fr 1.5fr;
}
.max-width-full.text-align-left.horizontal-align.smaller-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr 1.02fr;
}
.max-width-full.text-align-left.padding-vertical-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.max-width-full.full-height {
    flex-direction: column;
    justify-content: end;
    height: 100%;
    display: flex;
    gap: 2rem;
}
.layer {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.overflow-hidden {
    overflow: hidden;
}
.global-styles {
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}
.z-index-1 {
    z-index: 1;
    position: relative;
}
.hide {
    display: none;
}
.text-style-link {
    font-family: Human, sans-serif;
    font-weight: 700;
    text-decoration: underline;
}
.max-width-xlarge {
    width: 100%;
    max-width: 64rem;
}
.right-content-custom-wrapper{
    padding-right: 70px;
}
.partner-heading-h2{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.max-width-medium {
    width: 100%;
    max-width: 35rem;
}
.max-width-xsmall {
    width: 100%;
    max-width: 25rem;
}
.max-width-xxsmall {
    width: 100%;
    max-width: 20rem;
}
.container-large {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
}
.container-large.hero-container {
    max-width: 95vw;
}
.container-large.relative {
    position: relative;
    overflow: hidden;
}
.container-large.relative.overflow-visible {
    overflow: visible;
}
.max-width-xxlarge {
    width: 100%;
    max-width: 80rem;
}
.align-center {
    margin-left: auto;
    margin-right: auto;
}
.spacing-clean {
    margin: 0;
    padding: 0;
}
.max-width-large {
    width: 100%;
    max-width: 48rem;
}
.max-width-small {
    width: 100%;
    max-width: 30rem;
}
.form-message-error {
    margin-top: 0.75rem;
    padding: 0.75rem;
}
.utility_component {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
}
.utility_form-block {
    text-align: center;
    flex-direction: column;
    max-width: 23rem;
    display: flex;
}
.utility_form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}
.utility_image {
    max-width: 70%;
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}
.container-medium {
    width: 100%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
}
.container-small {
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}
.margin-tiny {
    margin: 0.25rem;
}
.margin-xxsmall {
    margin: 0.5rem;
}
.margin-xsmall {
    margin: 1rem;
}
.margin-small {
    margin: 1.5rem;
}
.margin-medium {
    margin: 2rem;
}
.margin-large {
    margin: 3rem;
}
.margin-xlarge {
    margin: 4rem;
}
.margin-xxlarge {
    margin: 5rem;
}
.margin-huge {
    margin: 6rem;
}
.margin-xhuge {
    margin: 7rem;
}
.margin-xxhuge {
    margin: 10rem;
}
.margin-0 {
    margin: 0;
}
.padding-0 {
    padding: 0;
}
.padding-tiny {
    padding: 0.25rem;
}
.padding-xxsmall {
    padding: 0.5rem;
}
.padding-xsmall {
    padding: 1rem;
}
.padding-small {
    padding: 1.5rem;
}
.padding-medium {
    padding: 2rem;
}
.padding-large {
    padding: 3rem;
}
.padding-xlarge {
    padding: 4rem;
}
.padding-xxlarge {
    padding: 5rem;
}
.padding-huge {
    padding: 6rem;
}
.padding-xhuge {
    padding: 7rem;
}
.padding-xxhuge {
    padding: 10rem;
}
.margin-top,
.margin-top.margin-custom1,
.margin-top.margin-huge,
.margin-top.margin-small,
.margin-top.margin-tiny,
.margin-top.margin-custom3,
.margin-top.margin-medium,
.margin-top.margin-xxsmall,
.margin-top.margin-xxhuge,
.margin-top.margin-custom2,
.margin-top.margin-xsmall,
.margin-top.margin-large,
.margin-top.margin-xxlarge,
.margin-top.margin-xlarge,
.margin-top.margin-0,
.margin-top.margin-xhuge {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.margin-bottom,
.margin-bottom.margin-xxlarge,
.margin-bottom.margin-medium,
.margin-bottom.margin-custom3,
.margin-bottom.margin-custom1,
.margin-bottom.margin-tiny,
.margin-bottom.margin-small,
.margin-bottom.margin-large,
.margin-bottom.margin-0,
.margin-bottom.margin-xlarge,
.margin-bottom.margin-xhuge,
.margin-bottom.margin-xxhuge,
.margin-bottom.margin-huge,
.margin-bottom.margin-xxsmall,
.margin-bottom.margin-custom2,
.margin-bottom.margin-xsmall {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.margin-bottom.align-horizontal {
    justify-content: space-between;
    display: flex;
}
.margin-left,
.margin-left.margin-tiny,
.margin-left.margin-xxlarge,
.margin-left.margin-0,
.margin-left.margin-small,
.margin-left.margin-xsmall,
.margin-left.margin-large,
.margin-left.margin-huge,
.margin-left.margin-xlarge,
.margin-left.margin-custom3,
.margin-left.margin-xxsmall,
.margin-left.margin-custom1,
.margin-left.margin-custom2,
.margin-left.margin-xhuge,
.margin-left.margin-xxhuge,
.margin-left.margin-medium {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
}
.margin-right,
.margin-right.margin-huge,
.margin-right.margin-xsmall,
.margin-right.margin-xxhuge,
.margin-right.margin-small,
.margin-right.margin-medium,
.margin-right.margin-xlarge,
.margin-right.margin-custom3,
.margin-right.margin-custom2,
.margin-right.margin-xxsmall,
.margin-right.margin-xhuge,
.margin-right.margin-custom1,
.margin-right.margin-large,
.margin-right.margin-0,
.margin-right.margin-xxlarge,
.margin-right.margin-tiny {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.margin-vertical,
.margin-vertical.margin-medium,
.margin-vertical.margin-xlarge,
.margin-vertical.margin-xxsmall,
.margin-vertical.margin-xxlarge,
.margin-vertical.margin-huge,
.margin-vertical.margin-0,
.margin-vertical.margin-xxhuge,
.margin-vertical.margin-tiny,
.margin-vertical.margin-xsmall,
.margin-vertical.margin-custom1,
.margin-vertical.margin-small,
.margin-vertical.margin-large,
.margin-vertical.margin-xhuge,
.margin-vertical.margin-custom2,
.margin-vertical.margin-custom3 {
    margin-left: 0;
    margin-right: 0;
}
.margin-horizontal,
.margin-horizontal.margin-medium,
.margin-horizontal.margin-tiny,
.margin-horizontal.margin-custom3,
.margin-horizontal.margin-0,
.margin-horizontal.margin-xxlarge,
.margin-horizontal.margin-xhuge,
.margin-horizontal.margin-huge,
.margin-horizontal.margin-xlarge,
.margin-horizontal.margin-custom1,
.margin-horizontal.margin-xxsmall,
.margin-horizontal.margin-xsmall,
.margin-horizontal.margin-large,
.margin-horizontal.margin-custom2,
.margin-horizontal.margin-small,
.margin-horizontal.margin-xxhuge {
    margin-top: 0;
    margin-bottom: 0;
}
.padding-top,
.padding-top.padding-xhuge,
.padding-top.padding-xxhuge,
.padding-top.padding-0,
.padding-top.padding-large,
.padding-top.padding-custom2,
.padding-top.padding-xlarge,
.padding-top.padding-huge,
.padding-top.padding-xxsmall,
.padding-top.padding-custom3,
.padding-top.padding-tiny,
.padding-top.padding-medium,
.padding-top.padding-xxlarge,
.padding-top.padding-small,
.padding-top.padding-xsmall,
.padding-top.padding-custom1 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.padding-bottom,
.padding-bottom.padding-xlarge,
.padding-bottom.padding-small,
.padding-bottom.padding-xxhuge,
.padding-bottom.padding-large {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.padding-bottom.padding-xhuge {
    padding: 0 0 7rem;
}
.padding-bottom.padding-custom2,
.padding-bottom.padding-xxsmall,
.padding-bottom.padding-xxlarge,
.padding-bottom.padding-custom3,
.padding-bottom.padding-custom1,
.padding-bottom.padding-xsmall,
.padding-bottom.padding-huge,
.padding-bottom.padding-tiny,
.padding-bottom.padding-medium,
.padding-bottom.padding-0 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.padding-left,
.padding-left.padding-xhuge,
.padding-left.padding-xlarge,
.padding-left.padding-0,
.padding-left.padding-small,
.padding-left.padding-xsmall,
.padding-left.padding-medium,
.padding-left.padding-xxhuge,
.padding-left.padding-huge,
.padding-left.padding-custom1,
.padding-left.padding-tiny,
.padding-left.padding-xxsmall,
.padding-left.padding-custom3,
.padding-left.padding-custom2,
.padding-left.padding-xxlarge,
.padding-left.padding-large {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.padding-right,
.padding-right.padding-xxhuge,
.padding-right.padding-custom2,
.padding-right.padding-large,
.padding-right.padding-xlarge,
.padding-right.padding-tiny,
.padding-right.padding-custom3,
.padding-right.padding-custom1,
.padding-right.padding-xsmall,
.padding-right.padding-xxlarge,
.padding-right.padding-xxsmall,
.padding-right.padding-medium,
.padding-right.padding-xhuge,
.padding-right.padding-huge,
.padding-right.padding-0,
.padding-right.padding-small {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.padding-vertical,
.padding-vertical.padding-0,
.padding-vertical.padding-xxhuge,
.padding-vertical.padding-large,
.padding-vertical.padding-custom3,
.padding-vertical.padding-medium,
.padding-vertical.padding-tiny,
.padding-vertical.padding-xxlarge,
.padding-vertical.padding-custom1,
.padding-vertical.padding-xsmall,
.padding-vertical.padding-xhuge,
.padding-vertical.padding-xlarge,
.padding-vertical.padding-custom2,
.padding-vertical.padding-xxsmall,
.padding-vertical.padding-huge,
.padding-vertical.padding-small {
    padding-left: 0;
    padding-right: 0;
}
.padding-horizontal,
.padding-horizontal.padding-xxsmall,
.padding-horizontal.padding-0,
.padding-horizontal.padding-custom3,
.padding-horizontal.padding-huge,
.padding-horizontal.padding-xsmall,
.padding-horizontal.padding-medium,
.padding-horizontal.padding-xxlarge,
.padding-horizontal.padding-large,
.padding-horizontal.padding-xhuge,
.padding-horizontal.padding-custom1,
.padding-horizontal.padding-tiny,
.padding-horizontal.padding-custom2,
.padding-horizontal.padding-xxhuge,
.padding-horizontal.padding-small,
.padding-horizontal.padding-xlarge {
    padding-top: 0;
    padding-bottom: 0;
}
.overflow-scroll {
    overflow: scroll;
}
.overflow-auto {
    overflow: auto;
}

.text-weight-medium.text-color-red {
    color: var(--red);
}
.text-size-medium {
    font-family: 'Human', sans-serif;
    font-size: 1.125rem;
}
.text-size-medium.max-width-medium {
    max-width: 34rem;
}
.text-size-medium.max-width-medium.full-width-responsive._50rem {
    max-width: 44.5vw;
}
.text-size-medium.margin-top.margin-xsmall.max-width-medium {
    max-width: 38rem;
}
.text-size-medium.text-color-white.max-width-medium.align-center.paragraph-is-wider {
    max-width: 35rem;
}
.margin-top-auto {
    margin-top: auto;
}
.text-style-quote {
    border-left: 0.1875rem solid #000;
    margin-bottom: 0;
    padding: 0.75rem 1.25rem;
    font-family: 'Human', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
}
.icon-embed-small {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
}
.heading-style-h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.heading-custom-style-h2{
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.heading-style-h2.text-weight-medium {
    font-family: "Human", sans-serif;
    font-weight: 500;
}
.heading-style-h2.text-weight-medium.text-style-allcaps.mobile-text-6-5vw {
    font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.heading-style-h2.text-weight-medium.text-style-allcaps.mobile-text-6-5vw.hide-desktop {
    display: none;
}
.heading-style-h2.text-weight-medium.text-style-allcaps.mobile-text-6-5vw.landing-page-haedings {
    font-size: 2.5rem;
}
.heading-style-h2.text-weight-medium.text-style-allcaps.mobile-text-6-5vw.margin-bottom.margin-xxsmall.value-title {
    padding-top: 8px;
    font-size: 1.5rem;
}
.rl-styleguide_tutorial-callout {
    grid-column-gap: 2rem;
    background-color: #fff;
    border: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0.75rem 0.75rem 1rem;
    display: flex;
}
.rl-styleguide_callout-link-wrapper {
    background-image: linear-gradient(
            135deg,
            rgba(255, 116, 72, 0.15),
            rgba(255, 72, 72, 0.15) 50%,
            rgba(98, 72, 255, 0.15)
        ),
        linear-gradient(#fff, #fff);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.75rem 1rem;
    display: flex;
}
.rl-styleguide_heading {
    z-index: 4;
    color: #fff;
    background-color: #000;
    padding: 0.25rem 0.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.styleguide_grid-colours {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}
.background-color-gray {
    background-color: var(--light-grey);
}
.heading-style-h6 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
}
.rl-styleguide_item-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 15rem 1fr;
    align-items: center;
}
.icon-1x1-xsmall {
    width: 1.5rem;
    height: 1.5rem;
}
.rl-styleguide_empty-space {
    z-index: -1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem;
    display: flex;
    position: relative;
}
.shadow-xxlarge {
    box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.14);
}
.rl-styleguide_icons-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
}
.icon-embed-medium {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
}
.form-radio {
    align-items: center;
    margin-bottom: 0;
    padding-left: 1.125rem;
    display: flex;
}
.heading-style-h5 {
    font-family: Human, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
}
.heading-style-h5.text-style-allcaps.text-weight-medium {
    font-weight: 500;
}
.text-style-strikethrough {
    font-family: 'Human', sans-serif;
    text-decoration: line-through;
}
.heading-style-h1 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
}
.heading-style-h1.text-weight-semibold {
    font-weight: 400;
}
.heading-style-h1.text-weight-semibold.text-style-allcaps.h1-title {
    font-size: 75px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* line-height: 0.9; */
}
.heading-style-h1.text-weight-semibold.text-style-allcaps.services-h1-title {
    font-size: 61px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.heading-style-h1.text-weight-semibold.text-style-allcaps.services-h1-title.template-h1 {
    font-size: 3.8vw;
}
.heading-style-h1.text-weight-semibold.text-style-allcaps.project-h1-title {
    color: #fff;
    font-size: 5.55vw;
    line-height: 0.9;
}
.heading-style-h1.text-weight-semibold.text-style-allcaps.project-intro-text {
    font-size: 3.2vw;
    line-height: 1.1;
}
.heading-style-h1.text-weight-semibold.text-style-allcaps.project-intro-text._3-1vw {
    font-size: 3.1vw;
}
.heading-style-h1.text-weight-semibold.text-style-allcaps.project-intro-text.testimonial {
    font-size: 3vw;
}
.heading-style-h1.text-weight-semibold.text-style-allcaps.project-intro-text.project-testimoniak {
    color: var(--white);
    text-transform: none;
    font-size: 3vw;
    font-weight: 400;
    line-height: 1;
}
.heading-style-h1.text-weight-semibold.text-style-allcaps.landing-page-h1 {
    font-size: 4.5rem;
    line-height: 0.9;
}
.form-checkbox-icon {
    border: 1px solid var(--black);
    cursor: pointer;
    border-radius: 0;
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    margin-top: 0;
    margin-left: -1.25rem;
    margin-right: 0.5rem;
    transition: all 0.2s;
}
.form-checkbox-icon.w--redirected-checked {
    box-shadow: none;
    background-color: #000;
    background-size: 16px 16px;
    border-width: 1px;
    border-color: #000;
}
.form-checkbox-icon.w--redirected-focus {
    box-shadow: none;
    border-color: #000;
}
.form-checkbox-label {
    margin-bottom: 0;
}
.text-size-tiny {
    font-family: 'Human', sans-serif;
    font-size: 0.75rem;
}
.field-label {
    margin-bottom: 0.5rem;
    font-weight: 400;
}
.button {
    border: 1px solid var(--black);
    background-color: var(--black);
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    padding: 0.75rem 1.5rem;
}
.button.is-link {
    color: var(--black);
    background-color: transparent;
    border-style: none;
    padding: 0.25rem 0;
    line-height: 1;
    text-decoration: none;
}
.button.is-link.is-alternate {
    color: var(--white);
    background-color: transparent;
}
.button.is-link.is-icon {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
}
.button.is-icon {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    font-family: 'Human', sans-serif;
    display: flex;
}
.button.is-secondary {
    color: var(--black);
    background-color: transparent;
}
.button.is-secondary.is-alternate {
    border-color: var(--white);
    color: var(--white);
    background-color: transparent;
}
.button.is-small {
    padding: 0.5rem 1.25rem;
}
.button.is-small.is-icon {
    border-style: none;
    padding: 0.25rem 0.25rem 0.25rem 1rem;
    font-size: 0.875rem;
}
.button.is-small.is-icon.is-button-grey {
    background-color: white;
    color: var(--black);
    text-transform: uppercase;
    border-style: none;
    padding-left: 1rem;
    border: 1px solid #f2f2f2;
    padding: 0.15rem 0.5rem 0.15rem 0.5rem;
}
.button.is-small.is-icon.is-button-grey.is-outline {
    border-style: solid;
    border-color: var(--grey-line);
    background-color: transparent;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-right: 0.2rem;
}
.button.is-small.is-icon.is-button-white {
    background-color: var(--white);
}
.button.is-alternate {
    background-color: var(--white);
    color: #000;
}
.button.nav-link {
    background-color: rgba(255, 255, 255, 0);
    border-style: none;
    padding: 0 1rem;
}
.button.nav-link.nav-link-mobile.contact-page-links {
    padding-left: 0;
    padding-right: 0;
}
.text-weight-normal {
    font-family: 'Human', sans-serif;
    font-weight: 400;
}
.heading-style-h4 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}
.text-style-italic {
    font-family: 'Human', sans-serif;
    font-style: italic;
}
.icon-1x1-xxsmall {
    width: 1rem;
    height: 1rem;
}
.form-radio-label {
    margin-bottom: 0;
}
.rl-styleguide_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: start;
    padding-bottom: 1rem;
    display: grid;
}
.rl-styleguide_item.is-stretch {
    grid-row-gap: 1rem;
    justify-items: stretch;
}
.icon-1x1-xlarge {
    width: 6.5rem;
    height: 6.5rem;
}
.shadow-xlarge {
    box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.18);
}
.text-weight-light {
    font-family: 'Human', sans-serif;
    font-weight: 300;
}
.rl-styleguide_label {
    color: var(--white);
    white-space: nowrap;
    cursor: context-menu;
    background-color: #0073e6;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    display: inline-block;
}
.rl-styleguide_label.is-html-tag {
    background-color: #be4aa5;
}
.text-size-regular {
    font-family: 'Human', sans-serif;
    font-size: 1rem;
}
.text-size-regular.text-weight-medium.text-style-allcaps.max-width-xxsmall {
    max-width: 20.4rem;
}
.text-size-regular.max-width-large.text-slign-vertical {
    flex-direction: column;
    display: flex;
}
.text-weight-xbold {
    font-family: Human, sans-serif;
    font-weight: 800;
}
.text-align-right {
    text-align: right;
}
.text-weight-bold {
    font-family: Human, sans-serif;
    font-weight: 700;
}
.icon-height-xlarge {
    height: 6.5rem;
}
.heading-style-h3 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
}
.icon-1x1-large {
    width: 5rem;
    height: 5rem;
}
.form-input {
    border: 1px solid var(--black);
    background-color: var(--white);
    color: var(--black);
    height: auto;
    min-height: 2.75rem;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
}
.form-input:focus {
    border-color: #000;
}
.form-input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.form-input.is-text-area {
    height: auto;
    min-height: 11.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    overflow: auto;
}
.form-input.is-select-input {
    background-image: none;
}
.rl-styleguide_paste-text {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    border: 1px dashed rgba(0, 0, 0, 0.15);
    padding: 1rem;
}
.rl-styleguide_button-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    white-space: normal;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    align-items: center;
    justify-items: start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: grid;
}
.rl-styleguide_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 4rem;
}
.icon-embed-custom1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
}
.rl-styleguide_color {
    padding-bottom: 8rem;
}
.rl-styleguide_color.is-black {
    background-color: var(--black);
}
.rl-styleguide_color.is-gray {
    background-color: var(--light-grey);
}
.rl-styleguide_color.is-white {
    background-color: var(--white);
}
.button-group {
    grid-column-gap: 0.5rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}
.button-group.is-center {
    justify-content: center;
}
.button-group.is-center.margin-top.margin-large {
    margin-top: 3rem;
    margin-bottom: 0;
}
.button-group.tag-item {
    transform: rotate(-5deg);
}
.button-group.tag-item2 {
    transform: rotate(3deg);
}
.button-group.tag-item3 {
    transform: rotate(-2deg);
}
.button-group.hide-desktop {
    display: none;
}
.text-color-white {
    color: var(--white);
}
.background-color-white {
    background-color: var(--white);
}
.text-weight-semibold {
    font-family: Human, sans-serif;
    font-weight: 600;
}
.text-style-muted {
    opacity: 0.6;
}
.text-style-nowrap {
    white-space: nowrap;
}
.text-align-left {
    text-align: left;
}
.text-align-left._4rem-padding {
    padding-bottom: 4rem;
}
.icon-embed-large {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    display: flex;
}
.shadow-xxsmall {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-color-black {
    color: var(--black);
}
.text-color-black.text-style-allcaps.text-weight-medium.heading-style-h5.faqs-title {
    text-transform: none;
    font-size: 1.2rem;
}
.icon-embed-xxsmall {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
}

.icon-embed-xsmall {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 29px;
    height: 29px;
    padding: 0.15rem;
    display: flex;
}

.icon-embed-xsmall.icon-white {
    color: var(--light-grey);
}
.icon-embed-xsmall.project-icon {
    color: #211d1d;
    width: 3rem;
    height: 3rem;
    padding: 0.7rem 0.6rem;
}
.icon-embed-xsmall.project-icon.red {
    color: var(--red);
}
.icon-embed-xsmall.is-smaller {
    width: 1.3rem;
    height: 1.3rem;
    padding-top: 0.25rem;
}
.icon-height-xxsmall {
    height: 1rem;
}
.background-color-black {
    background-color: var(--black);
    color: var(--white);
}
.shadow-xsmall {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}
.icon-1x1-custom1 {
    width: 1.25rem;
    height: 1.25rem;
}
.rl-styleguide_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
}
.rl-styleguide_subheading {
    z-index: 3;
    color: #000;
    background-color: #d3d3d3;
    padding: 0.25rem 0.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
}
.form-radio-icon {
    border: 1px solid var(--black);
    cursor: pointer;
    border-radius: 100px;
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    margin-top: 0;
    margin-left: -1.125rem;
    margin-right: 0.5rem;
}
.form-radio-icon.w--redirected-checked {
    background-color: #fff;
    background-image: none;
    border-width: 6px;
    border-color: #000;
}
.form-radio-icon.w--redirected-focus {
    box-shadow: none;
    border-color: #000;
    margin-top: 0;
}
.rl-styleguide_shadows-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
}
.form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.text-style-allcaps {
    text-transform: uppercase;
}
.rl-styleguide_callout-link {
    background-color: #fff;
    background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
    justify-content: space-between;
    align-items: center;
    padding: 1px;
    display: flex;
}
.icon-height-custom1 {
    height: 1.25rem;
}
.text-align-center {
    text-align: center;
}
.text-align-center.margin-bottom-xxlarge {
    margin-bottom: 5rem;
}
.text-size-small {
    font-family: 'Human', sans-serif;
    font-size: 0.875rem;
}
.text-size-small.text-weight-medium.text-style-allcaps.text-colour-dark-grey {
    color: #909090;
}
.text-size-small.text-weight-medium.text-style-allcaps.text-colour-red {
    color: var(--red);
}
.class-label-column {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.form-field-wrapper {
    position: relative;
}
.icon-height-small {
    height: 2rem;
}
.icon-height-large {
    height: 5rem;
}
.shadow-large {
    box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.08),
        0 8px 8px -4px rgba(0, 0, 0, 0.03);
}
.icon-embed-xlarge {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 6.5rem;
    height: 6.5rem;
    display: flex;
}
.icon-1x1-small {
    width: 2rem;
    height: 2rem;
}
.class-label-row {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}
.text-rich-text h1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.ps-custom-5{
    padding-left: 70px !important;
}
.text-rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: 'Human', sans-serif;
    font-weight: 500;
}
.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.text-rich-text h5,
.text-rich-text h6 {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}
.text-rich-text p {
    margin-bottom: 1rem;
    font-family: 'Human', sans-serif;
}
.text-rich-text a {
    text-decoration: underline;
}
.text-rich-text figcaption {
    border-left: 2px solid var(--black);
    text-align: left;
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.text-style-2lines {
    font-family: 'Human', sans-serif;
}
.icon-height-medium {
    height: 3rem;
}
.form-checkbox {
    align-items: center;
    margin-bottom: 0;
    padding-left: 1.25rem;
    display: flex;
}
.shadow-small {
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1),
        0 2px 4px -2px rgba(0, 0, 0, 0.06);
}
.icon-1x1-medium {
    width: 3rem;
    height: 3rem;
}
.shadow-medium {
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08),
        0 4px 6px -2px rgba(0, 0, 0, 0.03);
}
.text-style-3lines {
    font-family: 'Human', sans-serif;
}
.text-size-large {
    font-family: 'Human', sans-serif;
    font-size: 1.25rem;
}
.icon-height-xsmall {
    height: 1.5rem;
}
.rl-styleguide_spacing-all {
    display: none;
}
.padding-section-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.rl-styleguide_empty-box {
    z-index: -1;
    background-color: #eee;
    min-width: 3rem;
    height: 3rem;
    position: relative;
}
.rl-styleguide_spacing {
    border: 1px dashed #d3d3d3;
}
.padding-global {
    padding-left: 5%;
    padding-right: 5%;
}
.padding-global._2-5--padding {
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.padding-section-medium {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.padding-section-medium-contact-us {
    padding-top: 5rem;
}
.padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.padding-section-large.padding-bottom-3rem {
    padding-bottom: 3rem;
}
.heading {
    text-transform: none;
    font-family: Human, sans-serif;
    font-weight: 400;
}
.paragraph,
.link {
    font-family: 'Human', sans-serif;
}
.block-quote {
    font-family: 'Human', sans-serif;
    font-weight: 500;
}
.paragraph-2,
.paragraph-3,
.paragraph-4,
.paragraph-5,
.paragraph-6,
.text-block {
    font-family: 'Human', sans-serif;
}
.text-block-2 {
    text-transform: none;
    font-family: 'Human', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.text-btn {
    text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.button-icon-wrapper {
    background-color: var(--white);
    border-radius: 100%;
    padding: 0.5rem;
}
.button-icon-wrapper.background-color-black {
    background-color: var(--black);
}
.button-icon-wrapper.icon-secondary {
    border: 1px solid var(--black);
    background-color: transparent;
    border-radius: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 1.6rem;
    height: 1.6rem;
    padding-top: 0.3rem;
    display: flex;
    overflow: hidden;
}
.button-icon-wrapper.icon-secondary.is-icon-wraper-grey {
    grid-row-gap: 1px;
    border-style: none;
    border-color: var(--grey-line);
    background-color: var(--light-grey);
    color: var(--black);
    justify-content: flex-start;
    width: 37px;
    height: 37px;
    padding-top: 0;
    padding-bottom: 0;
}
.button-icon-wrapper.icon-secondary.is-icon-wraper-grey.exptertise-btn {
    width: 24px;
    height: 24px;
}

.button-icon-wrapper.icon-secondary.is-icon-wraper-grey.icon-border-dark {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--light-grey);
}
.button-icon-wrapper.icon-secondary.is-icon-wraper-grey.project-icon {
    background-color: #f8f8f8;
    width: 3rem;
    height: 3rem;
}
.navbar_component {
    z-index: 999;
    border-bottom: 1px none var(--light-grey);
    background-color: var(--white);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 4rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
    display: flex;
    position: fixed;
}
.navbar_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 0.25fr 1fr 0.25fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 95vw;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}
.navbar_logo-link {
    padding-left: 0;
}
.navbar_logo {
    width: 200px;
    height: 35px;
}
.navbar_menu {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
}
.navbar_link {
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    font-family: 'Human', sans-serif;
    font-size: 0.875rem;
}
.navbar_link.w--current {
    color: var(--black);
}
.navbar_dropdwn-toggle {
    padding: 0.5rem 2.5rem 0.5rem 1rem;
}
.dropdown-icon {
    color: #787878;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1rem;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}
.navbar2_dropdown-list.w--open {
    border: 1px solid var(--black);
    background-color: var(--white);
    padding: 0.5rem;
    position: absolute;
}
.navbar2_dropdown-link {
    padding: 0.5rem 1rem;
}
.navbar2_dropdown-link.w--current {
    color: var(--black);
}
.navbar_button-wrapper {
    grid-column-gap: 1rem;
    margin-left: 1rem;
    display: flex;
}
.navbar_menu-button {
    padding: 0;
}
.icon-wrapper.absolute {
    position: absolute;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 4.5%;
    z-index: 1;
}
.button-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}
.button-wrapper .hero-button-link {
    background-color: var(--grey-light);
    padding: 12px 30px;
    border-radius: 999px;
    font-size: 22px;
    width: 253px;
    height: 50px;
    font-weight: 400;
}
.button-wrapper .hero-rocket-link {
    background-color: var(--grey-light);
    border-radius: 999px;
    font-size: 22px;
    width: 50px;
    height: 50px;
}
.button-wrapper .hero-rocket-link img {
    width: 22px;
}
.text-block-3 {
    text-transform: uppercase;
    font-family: 'Human', sans-serif;
    font-size: 0.9375rem;
}
.button-text-item {
    color: var(--black);
    text-transform: none;
    justify-content: center;
    align-items: center;
    min-height: 1.875rem;
    font-family: 'Human', sans-serif;
    font-size: 1.1rem;
    display: flex;
}
.button-text-item.contact-page-link {
    font-size: 1rem;
}
.button-text-item.text-colour-red {
    color: #ff0004;
}
.nav-link-text-wrapper {
    text-align: center;
    background-color: transparent;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 1.875rem;
    padding: 0;
    display: flex;
    overflow: hidden;
}
.section_hero {
    overflow: hidden;
}
.hero_component {
    flex-direction: column;
    align-items: center;
    display: flex;
}
.hero_component.relative {
    position: relative;
}
.hero_image-wrapper {
    flex: 0 auto;
    max-width: 150vw;
    height: 165vh;
    position: relative;
    overflow: hidden;
}
.hero_background-image-wrapper {
    overflow: hidden;
}
.hero_content-bottom {
    justify-content: flex-start;
    display: flex;
    overflow: hidden;
}
.hero_content-bottom.hero-images-background {
    background-color: #f8f8f8;
}
.hero_images-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
}
.hero_image-list-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 100%;
    display: grid;
}
.hero_image-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    width: 100%;
    display: flex;
}
.hero-header_image-wrapper {
    border-radius: 10px;
    width: 50vw;
    max-width: 50vw;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}
.fw-500{
    font-weight: 500;
}
.hero_image {
    /* object-fit: cover; */
    object-position: 50% 0%;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: none;
}
.hero_image.image-scale-1 {
    transform: scale(1);
}
.hero_image-list-middle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
    transform: translateY(-7%);
}
.header_content {
    z-index: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 95vw;
    max-width: 95vw;
    min-height: 80vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10.5rem;
    padding-bottom: 7rem;
    display: flex;
    position: static;
    top: 0;
}
.about-hero-info-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.about-hero-info-wrapper.align-right {
    justify-content: flex-end;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    text-align: justify;
    padding-right: 120px;
}
.hero-info-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0.5rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
}
.button-wrapper-horizontal {
    grid-column-gap: 1.5rem;
    align-items: flex-end;
    display: flex;
}
.button-wrapper-horizontal.is-aligned-center {
    justify-content: center;
    align-items: center;
}
.section-number-wrapper {
    grid-column-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.section-number-wrapper.margin-bottom.margin-medium {
    margin-top: 0;
    margin-bottom: 0;
}
.section-number-wrapper.margin-bottom.margin-medium.mobile-no-margin {
    transform: rotate(0);
}
.section-name-wrapper {
    background-color: white;
    border: 1px #545454;
    border-radius: 20rem;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    height: 42px;
    margin-top: 0.5rem;
    padding-bottom: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    transform: none;
    color: black;
    font-size: 20px;
}
.section-name-wrapper.background-color-black {
    background-color: var(--black);
}
.section-name-wrapper.background-color-black.margin-0 {
    background-color: #211d1d;
}
.section-name-wrapper.background-color-black.margin-0.background-colour-red {
    background-color: #ff0004;
}
.section-name-wrapper.background-colour-red {
    background-color: var(--red);
}
.section-name-wrapper.no-margin {
    margin-top: 0;
}
.section-name-wrapper.no-margin.center-align {
    align-self: center;
}
.layout_component {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}
.layout_row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
}
.layout_card {
    border-radius: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 590px;
    height: 479px;
    display: flex;
    overflow: visible;
    margin-bottom: 15px;
}
.layout_image-wrapper {
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    width: 100%;
    /* height: 68vh; */
    height: 100%;
    padding: 1px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.layout_image {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.layout_image.align-image-top {
    object-position: 50% 20%;
}
.layout_image.align-image-top-2 {
    object-position: 50% 0%;
}
.image-cover {
    z-index: 1;
    background-color: var(--light-grey);
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    width: 0%;
    height: 100%;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}
.image-cover.white-cover {
    background-color: var(--white);
}
.image-cover.dark-cover {
    background-color: #1d1f21;
}
.layout_card-content {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 2rem 0 0;
    display: flex;
}
.layout_card-content-top {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.text-size-xtiny {
    font-family: 'Human', sans-serif;
    font-size: 0.9rem;
}
.small-button {
    border: 1px solid var(--grey-line);
    border-radius: 100rem;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 1.5rem;
    padding: 0.25rem 1rem;
    display: flex;
}
.small-button.social-buttons-about {
    width: auto;
}
.small-button.social-buttons-about.border-colour-dark {
    border-color: var(--black);
}
.small-button.social-buttons-about.border-colour-dark.small-button-dark {
    background-color: var(--black);
}
.small-button.social-buttons-about.border-colour-dark.small-button-red {
    background-color: #ff0004;
    border-style: none;
}
.awards_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.logo_wrapper {
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    height: 10rem;
    display: flex;
}
.logo_wrapper.no-left-border {
    border-left-style: none;
}
.logo_wrapper.no-left-border.align-vertical {
    grid-row-gap: 0.5rem;
    background-color: transparent;
    border-radius: 0 10px 10px 0;
    flex-direction: column;
}
.logo_wrapper.no-left-border.align-vertical.no-round-bottom {
    border-bottom-right-radius: 0;
}
.logo_wrapper.no-left-border.align-vertical.round-top-0 {
    border-top-right-radius: 0;
}
.logo_wrapper.mobile-no-right-border.left-corners-rounded {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.logo_wrapper.mobile-no-right-border.left-corners-rounded.no-bottom-round {
    border-bottom-left-radius: 0;
}
.logo_wrapper.mobile-no-right-border.left-corners-rounded.no-top-round {
    border-top-left-radius: 0;
}
.award_logo {
    opacity: 0.9;
    max-height: 1.7rem;
}
.award_logo.logo1 {
    width: 7.5rem;
    height: 1.2rem;
    max-height: 1.2rem;
}
.award_logo.logo2 {
    width: 10rem;
    height: 1.8rem;
    max-height: 1.8rem;
}
.award_logo.logo3 {
    width: 9.0625rem;
    height: 2rem;
    max-height: 2rem;
}
.award_logo.logo4 {
    width: 8.125rem;
    height: 1.7rem;
    max-height: none;
}
.award_logo.logo5 {
    width: 5rem;
    height: 1rem;
    max-height: 1rem;
}
.award_logo.logo6 {
    width: 5.625rem;
    height: 1.4rem;
    max-height: 1.4rem;
}
.about-social-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    border-radius: 5px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
    overflow: visible;
}
.about-left-content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: flex;
    position: relative;
   
}
.about-left-content p:first-of-type{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.about-left-content p:nth-child(2){
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.services_component {
    grid-column-gap: 2.6rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
}
.services_content-left {
    position: -webkit-sticky;
    position: sticky;
    top: 35%;
}
.services_content-left.is-sticky-20 {
    top: 40%;
}
.services_content-left.is-sticky-20.not-sticky {
    position: static;
}
.services_content-left.is-sticky-6rem {
    top: 6rem;
}
.services_content-item {
    grid-row-gap: 4rem;
    border: 1px solid var(--grey-line);
    background-color: white;
    border-radius: 25px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2rem;
    padding: 49px 24px 53px 53px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.services_content-item.content-item-1 {
    grid-row-gap: 4rem;
    top: 30%;
}
.services_content-item.content-item-1.margin-3 {
    grid-row-gap: 3rem;
}
.services_content-item.content-item-2 {
    top: 32%;
}
.services_content-item.content-item-2.margin-3 {
    grid-row-gap: 3rem;
}
.services_content-item.content-item-3 {
    top: 34%;
}
.services_content-item.content-item-3.margin-3 {
    grid-row-gap: 3rem;
}
.services_content-item.content-item-4 {
    top: 36%;
}
.services_content-item.content-item-4.margin-3 {
    grid-row-gap: 3rem;
}
.hero_image-list-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0%;
    display: grid;
}
.about-social-links {
    grid-column-gap: 1rem;
    flex-direction: row;
    display: flex;
}
.service-main-wrapper {
    grid-column-gap: 1.5rem;
    align-items: stretch;
    display: flex;
}
.service-icon-wrapper {
    background-color: var(--black);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    display: flex;
}
.services-tags {
    grid-column-gap: 0.5rem;
    grid-row-gap: 16px;
    flex-flow: wrap;
    display: flex;
}
.services-tags-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    border-radius: 5px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
    overflow: visible;
}
.service-title-wrapper.align-vertical-center {
    align-self: center;
}
.section_cta.background-color-gray {
    position: relative;
}
.cta-image {
    z-index: 0;
    opacity: 0.07;
    object-fit: cover;
    width: 34rem;
    height: 22.3rem;
    position: absolute;
    top: auto;
    bottom: -28%;
    left: 0%;
    right: auto;
}
.cta-image._20--opacity {
    opacity: 0.15;
}
.about-illustration {
    z-index: -3;
    opacity: 0.07;
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: -16%;
    bottom: 0%;
    left: 14%;
    right: 0%;
}

.footer_left-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 0.55fr 0.5fr;
    align-items: start;
}
.footer_logo-link {
    padding-left: 0;
}
.footer_link-list {
    grid-row-gap: 0.25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    align-items: flex-start;
    justify-items: start;
    display: flex;
}
.footer2_right-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
}
.line-divider {
    background-color: #f8f8f8;
    width: 100%;
    height: 6px;
}
.line-divider.dark-divier {
    display: none;
}
.line-divider.margin-top.margin-large.dark-grey-line,
.line-divider.is-dark-grey {
    background-color: var(--grey-line);
}
.line-divider.is-dark-grey.margin-vertical.margin-small.divider-mobile-no-margin {
    margin-top: 1.5rem;
}
.line-divider.is-dark-grey.margin-vertical.margin-small.divider-mobile-no-margin.hide-desktop {
    display: none;
}
.line-divider.line-95vw {
    background-color: var(--dark-grey);
    width: 95vw;
    max-width: 95vw;
}
.line-divider._4rem-padding {
    margin-bottom: 4rem;
}
.footer_bottom-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.footer_legal-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    white-space: normal;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    justify-content: center;
    display: grid;
}
.footer_credit-text {
    font-family: 'Human', sans-serif;
    font-size: 14px;
}
.footer_legal-link {
    border-bottom-width: 1px;
    border-bottom-color: #d2d2d2;
    font-family: 'Human', sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.hero-illustration {
    opacity: 0.17;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 4.5%;
    bottom: auto;
    left: 2%;
    right: 0%;
}
.text-span-4 {
    color: #909090;
}
.text-span-5 {
    color: #909090;
    text-transform: none;
    font-family: 'Human', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
}
.text-span-6 {
    color: var(--dark-grey);
}
.title-container---brix {
    text-align: center;
    max-width: 518px;
}
.multi-step-form-block---brix {
    width: 100%;
    min-height: 44vw;
    margin-top: 20px;
    margin-bottom: 0;
}
.multi-step-form-radio-trigger---brix {
    color: #170f49;
    border: 2px solid transparent;
    border-radius: 16px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 66px;
    padding-right: 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: border-width 0.2s, border-color 0.2s;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 2px 6px 2px rgba(19, 18, 66, 0.07);
}
.multi-step-form-radio-trigger---brix:hover {
    border-color: #bfbaff;
}
.section_contact {
    padding-top: 7rem;
}
.section_contact.background-color-gray.relative {
    position: relative;
}
.content6_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.75fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
    position: relative;
}
.contact_content {
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
}
.contact6_contact-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: grid;
}
.contact6_item {
    align-items: center;
    display: flex;
    gap: 0.8rem;
}
.contact6_icon-wrapper {
    background-color: var(--black);
    border-radius: 5px;
    flex: none;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    display: flex;
}
.form-container {
    z-index: 2;
    object-fit: fill;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0 0%;
    display: block;
    position: relative;
}
.form-wrapper-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.form-3 {
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}
.form-section-wrap-2 {
    margin-bottom: 0;
}
.form-field-heading {
    color: #121212;
    text-transform: uppercase;
    margin-bottom: 1.3rem;
    font-family: Human, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
.form-row-wrap-2 {
    flex-wrap: wrap;
    margin-bottom: 0;
    display: flex;
}
.checkbox-field-2 {
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 0.25rem 1rem;
    transition: all 0.25s;
    position: relative;
}
.checkbox {
    border-color: #f8f8f8 !important;
    background-color: #f8f8f8;
    cursor: pointer;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    transition: all 0.3s;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.checkbox.w--redirected-checked {
    border-color: var(--black);
    background-color: #ddd;
    background-image: none;
}
.check-box {
    z-index: 100;
    color: #0f1529;
    letter-spacing: -0.02em;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-family: 'Human', sans-serif;
    font-size: 0.875rem;
    line-height: 24px;
    display: flex;
    position: relative;
}
.check-box:active {
    background-color: rgba(139, 84, 194, 0.1);
    border-color: #8b54c2;
}
.personal-details {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
}
.text-field-2 {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--grey-line);
    color: var(--black);
    background-color: transparent;
    height: 45px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: 'Human', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    transition: border-color 0.3s;
}
.text-field-2:hover {
    border-bottom-color: #ff0004;
}
.text-field-2:focus {
    border-bottom-color: var(--black);
    color: var(--black);
}
.text-field-2::placeholder {
    color: #909090;
    font-size: 0.9rem;
}
.text-field-2.message {
    height: 110px;
}
.button-wrapper-3 {
    justify-content: space-between;
    align-items: center;
    height: 4rem;
    display: flex;
}
.legal-terms {
    color: rgba(51, 51, 51, 0.6);
    letter-spacing: -0.02em;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.form-checkbox-icon-2 {
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 20px;
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    margin-top: 0;
    margin-left: -1.25rem;
    margin-right: 0.5rem;
    transition: all 0.2s;
}
.form-checkbox-icon-2.w--redirected-checked {
    border-width: 1px;
    border-color: var(--red);
    background-color: var(--red);
    box-shadow: none;
    background-size: 13px 13px;
}
.form-checkbox-icon-2.w--redirected-focus {
    box-shadow: none;
    border-color: #000;
}
.text-size-xsmall {
    font-family: 'Human', sans-serif;
    font-size: 0.9375rem;
}
.link-8 {
    text-decoration: underline;
}
.submit-button {
    background-color: var(--red);
    color: #fff;
    border-radius: 40px;
    padding: 0.25rem 1rem;
    font-family: 'Human', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    transition: all 0.3s;
}
.submit-button:hover {
    transform: rotate(-6deg);
}
.submit-button-divider {
    border-top: 1px solid #cacaca;
}
.submit-button-divider.margin-top.margin-xsmall.mobile-margin-form {
    border-top-color: var(--button-grey);
    margin-top: -1rem;
}
.success-message-3 {
    background-color: rgba(221, 221, 221, 0);
}
.hidden {
    display: none;
}
.alert-regular {
    color: #160042;
    background-color: #121212;
    border-radius: 0.625rem;
    justify-content: space-between;
    align-items: center;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 1.5rem 1rem 1rem;
    display: flex;
    box-shadow: 56px 0 80px -24px rgba(57, 59, 106, 0.08);
}
.alert-success {
    color: #0ebc6e;
    background-color: #ebfff6;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-right: 16px;
    display: flex;
}
.alert-icon {
    width: 16px;
}
.alert-content {
    width: 100%;
}
.paragraph-regular {
    letter-spacing: -0.02em;
    font-size: 16px;
    line-height: 24px;
}
.paragraph-regular.text-weight-medium {
    color: #fff;
    font-size: 1rem;
}
.paragraph-small {
    letter-spacing: -0.01em;
    font-size: 14px;
    line-height: 24px;
}
.paragraph-small.text-color-gray-500 {
    color: #fff;
    font-size: 1rem;
}
.error-message-3 {
    background-color: rgba(255, 222, 222, 0);
}
.alert-regular-2 {
    color: #160042;
    background-color: #121212;
    border-radius: 0.625rem;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 22rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 24px 16px 16px;
    display: flex;
    box-shadow: 56px 0 80px -24px rgba(57, 59, 106, 0.08);
}
.alert-error {
    color: #e72b3b;
    background-color: #fceff0;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-right: 16px;
    display: flex;
}
.icon-alert {
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    display: flex;
}
.contact-image {
    z-index: 0;
    opacity: 1;
    object-fit: cover;
    object-position: 50% 100%;
    width: 38rem;
    height: 32rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 5%;
    right: auto;
    transform: rotate(-180deg);
}
.text-span-87,
.text-span-88,
.text-span-89,
.text-span-90,
.text-span-91 {
    color: #ff0004;
}
.text-span-92 {
    color: #ff0004;
    font-family: 'Human', sans-serif;
    font-weight: 500;
}
.white-background {
    z-index: 1;
    background-color: #fff;
    width: 46vw;
    height: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}
.layout_1row {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
}
.layout_card-3col {
    border-radius: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    height: 50vh;
    display: flex;
    overflow: visible;
}
.layout_image-wrapper-3col {
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 50vh;
    padding: 1px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.portfolio-item {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    border-top: 2px #fff;
    border-bottom: 2px solid #fff;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 0.5fr;
    grid-auto-columns: 1fr;
    align-content: end;
    align-items: end;
    padding: 1.5rem 1rem 0.4rem;
    display: grid;
    position: relative;
}
.portfolio-item.audio {
    border-top: 1px solid #5e5e5e;
    border-bottom-width: 1px;
    border-bottom-color: #5e5e5e;
    justify-content: space-between;
    align-items: center;
    height: 5rem;
    padding: 0 0.5rem;
    display: flex;
}
.portfolio-item.audio.no-top-border {
    border-top-style: none;
}
.portfolio-item-hover-image_wrapper {
    z-index: 2;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 10rem;
    max-width: none;
    height: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0%;
    right: 0%;
}
.text-span-93 {
    text-transform: none;
}
.services-header_content {
    z-index: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 95vw;
    max-width: 95vw;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11rem;
    padding-bottom: 9rem;
    display: flex;
    position: static;
    top: 0;
}
.text-span-95,
.text-span-97 {
    color: var(--dark-grey);
}
.services-image-wrapper {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.services-hero-image {
    object-fit: cover;
    width: 100%;
}
.services-hero-image.parallax.service-responsive-image {
    height: 100%;
}
.services-illustration {
    z-index: -3;
    width: 50rem;
    height: 40rem;
    position: absolute;
    top: 22%;
    bottom: 0%;
    left: 2%;
    right: auto;
    transform: none;
}
.services-illustration.works-page-illustration {
    top: 45%;
}
.services-illustration.project-illustration {
    z-index: 1;
    top: 45%;
}
.services-item_component {
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
}
.services-item_component.grid-sizes {
    grid-template-columns: 0.75fr 1.25fr;
}
.service-layout_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}
.text-span-98 {
    color: var(--dark-grey);
}
.service-intro-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.service-intro-wrapper.align-vertical {
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}
.services_list-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    align-items: start;
    justify-items: stretch;
    display: grid;
}
.services_accordion {
    border-style: none;
    border-width: 1px;
    border-color: var(--grey-line) var(--black) var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.services_question {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    display: flex;
}
.services_icon {
    color: var(--red);
    align-self: flex-start;
    width: 2rem;
    height: 2rem;
    margin-left: 1.5rem;
}
.services_answer {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.project-hero {
    position: relative;
    overflow: hidden;
}
.header-100vh {
    align-items: stretch;
    min-height: 100vh;
    max-height: 60rem;
    display: flex;
}
.project_background-image-wrapper {
    z-index: -1;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}
.image-overlay-layer {
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgb(255 255 255 / 0%) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}
.image-overlay-layer.is-11 {
    background-color: rgba(0, 0, 0, 0.39);
}
.project_background-image {
    /* filter: grayscale(50%); */
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
    transform-origin: center center;
}
.project_background-image.is-11 {
    filter: grayscale(0%);
}
.inner-project-page-intro {
    z-index: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 120rem;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7rem;
    padding-bottom: 2rem;
    display: flex;
    position: static;
    top: 0;
}
.inner-project-page-intro.is-vertical {
    flex-direction: column;
    align-items: stretch;
}
.section-project-info {
    overflow: hidden;
}
.project-info-wrapper {
    width: 95vw;
    max-width: 95vw;
}
.project-details-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 95vw;
    max-width: 95vw;
    display: grid;
}
.project-details-grid.margin-top-1-5rem {
    justify-content: space-between;
    margin-top: 1.5rem;
    display: flex;
}
.details-wrapper {
    grid-row-gap: 0.5rem;
    flex-direction: column;
    display: flex;
}
.inner-project-intro {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.arrow-icon {
    opacity: 0.15;
    width: 6rem;
    height: 6rem;
}
.arrow-icon.is-rotated {
    transform: rotate(-90deg);
}
.arrow-icon.is-rotated._50 {
    opacity: 1;
}
.project-layout_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
}
.project-layout_component {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}
.project-layout_card {
    border-radius: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    height: 85vh;
    display: flex;
    overflow: visible;
}
.project-layout_card.w--current {
    height: 85vh;
}
.project-layout_card._40vh.w--current {
    justify-content: space-between;
    align-items: flex-end;
    height: 85vh;
}
.project_image-wrapper {
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 85vh;
    padding: 1px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.project_image-wrapper._45vh {
    height: 41.5vh;
}
.project_image-wrapper._45vh._50--width {
    align-self: flex-end;
    width: 60%;
    height: 50vh;
}
.project_image {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.project_image.zoom-in {
    object-position: 50% 50%;
    transform: scale(1.3);
}
.project_image.align-left {
    object-position: 0% 50%;
}
.project_image.top-align {
    object-position: 50% 10%;
}
.text-span-107 {
    color: var(--dark-grey);
}
.header_component {
    height: 300vh;
    position: relative;
}
.header_content-wrapper {
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden;
}
.header-content {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}
.header_background-images {
    z-index: -1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}
.header_images-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    transform: scale(3.2);
}
.header_image-wrapper {
    position: relative;
}
.header_image {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.header83_ix-trigger {
    z-index: -1;
    margin-top: 100vh;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.section2_component {
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}
.section2_image-wrapper {
    height: 100%;
}
.section2_image {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.service-intro-wrapper-horizontal {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}
.text-span-115,
.text-span-120,
.text-span-121,
.text-span-123,
.text-span-125,
.text-span-126,
.text-span-127,
.text-span-128,
.text-span-131,
.text-span-132,
.text-span-133 {
    color: var(--dark-grey);
}
.service-intro-wrapper-vertical {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}
.text-span-137,
.text-span-138,
.text-span-139,
.text-span-142,
.text-span-144,
.text-span-145,
.text-span-146,
.text-span-147,
.text-span-148,
.text-span-152,
.text-span-155,
.text-span-156,
.text-span-157,
.text-span-158,
.text-span-159,
.text-span-160,
.text-span-161,
.text-span-162,
.text-span-163,
.text-span-164,
.text-span-165,
.text-span-166,
.text-span-167,
.text-span-168,
.text-span-169,
.text-span-170,
.text-span-171,
.text-span-172,
.text-span-173,
.text-span-174,
.text-span-175,
.text-span-176,
.text-span-177,
.text-span-178,
.text-span-179,
.text-span-180,
.text-span-181,
.text-span-182,
.text-span-183,
.text-span-184,
.text-span-185,
.text-span-186,
.text-span-187,
.text-span-189,
.text-span-190,
.text-span-191,
.text-span-192,
.text-span-193,
.text-span-194,
.text-span-195,
.text-span-196,
.text-span-197,
.text-span-198,
.text-span-199,
.text-span-200,
.text-span-201,
.text-span-202,
.text-span-204,
.text-span-207,
.text-span-208,
.text-span-212,
.text-span-213,
.text-span-214,
.text-span-215,
.text-span-216,
.text-span-217,
.text-span-218,
.text-span-219,
.text-span-220,
.text-span-221,
.text-span-222,
.text-span-223,
.text-span-224,
.text-span-225 {
    color: var(--dark-grey);
}
.text-span-226 {
    color: transparent;
    background-image: url(../63fe1e82ad49f99c6caa5528_Sademoji.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
}
.text-span-227,
.text-span-228,
.text-span-229,
.text-span-230,
.text-span-231,
.text-span-234 {
    color: var(--dark-grey);
}
.cookies-wrapper {
    display: flex;
}
.fs-cc-banner2_component {
    z-index: 1500;
    border: 1px none var(--dark-grey);
    background-color: var(--black);
    color: #fff;
    border-radius: 100rem;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    display: none;
    position: fixed;
    top: auto;
    bottom: 1rem;
    left: 2.5%;
    right: 2.5%;
}
.fs-cc-banner2_container {
    grid-column-gap: 2rem;
    grid-row-gap: 5px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.fs-cc-banner2_text {
    font-family: 'Human', sans-serif;
    font-size: 0.875rem;
}
.text-span-9 {
    text-decoration: underline;
}
.fs-cc-banner2_buttons-wrapper {
    grid-column-gap: 1.25rem;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 0;
    display: flex;
}
.fs-cc-banner2_button {
    color: #121212;
    text-align: center;
    text-transform: none;
    background-color: #fff;
    border-radius: 100px;
    flex: 1;
    min-width: 6rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0.125rem 1.25rem;
    font-family: 'Human', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
}
.fs-cc-banner2_button.fs-cc-button-alt {
    background-color: var(--red);
    color: var(--white);
    min-width: 6rem;
    margin-right: 0;
    font-family: 'Human', sans-serif;
    font-weight: 400;
}
.fs-cc-banner_text-link {
    border-bottom: 1px none var(--button-grey);
    color: var(--button-grey);
    margin-right: 0;
    font-family: 'Human', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    text-decoration: none;
}
.fs-cc-prefs_component {
    z-index: 997;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 2rem;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.fs-cc-prefs_form {
    color: #121212;
    background-color: #fff;
    border-radius: 0.625rem;
    width: 100%;
    max-width: 36rem;
    height: 100%;
    max-height: 70vh;
    margin-bottom: 0;
    font-family: Human, sans-serif;
    position: relative;
}
.fs-cc-prefs_close {
    z-index: 1;
    background-color: var(--red);
    color: #333;
    cursor: pointer;
    border-radius: 100%;
    padding: 0.625rem;
    font-size: 1.25rem;
    text-decoration: none;
    position: absolute;
    top: -0.75rem;
    bottom: auto;
    left: auto;
    right: -0.75rem;
    box-shadow: -1px 1px 12px rgba(51, 51, 51, 0.1);
}
.fs-cc-prefs_close-icon {
    color: #fff;
    width: 1rem;
    height: 1rem;
}
.fs-cc-prefs_content {
    height: 100%;
    padding: 2.5rem 2rem;
    overflow: visible;
}
.fs-cc-prefs_space-small {
    margin-bottom: 0.75rem;
}
.fs-cc-prefs_title {
    color: #121212;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2em;
}
.fs-cc-prefs_text {
    color: #656565;
    font-size: 0.75rem;
}
.fs-cc-prefs_space-medium {
    margin-bottom: 2.5rem;
}
.fs-cc-prefs_button {
    background-color: var(--black);
    color: #fff;
    border: 1px solid #121212;
    border-radius: 999rem;
    margin-right: 0.5rem;
    padding: 0.625rem 1.5rem;
    font-family: Human, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
}
.fs-cc-prefs_button.fs-cc-button-alt {
    background-color: var(--button-grey);
    color: #121212;
    border: 1px #cacaca;
    font-family: Human, sans-serif;
}
.fs-cc-prefs_option {
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.fs-cc-prefs_toggle-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    display: flex;
}
.fs-cc-prefs_label {
    color: #121212;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 2rem;
    font-family: Human, sans-serif;
    font-size: 1rem;
    font-weight: 700;
}
.bold-text {
    font-family: Human, sans-serif;
}
.fs-cc-prefs_checkbox-field {
    background-color: #ccc;
    border-radius: 999rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 2.75rem;
    height: 1.5rem;
    margin-bottom: 0;
    padding: 0.125rem;
    display: flex;
    position: relative;
}
.fs-cc-prefs_checkbox {
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.fs-cc-prefs_checkbox-label {
    display: none;
}
.fs-cc-prefs_toggle {
    background-color: #fff;
    border-radius: 999px;
    width: 1.25rem;
    height: 1.25rem;
}
.fs-cc-prefs_buttons-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    margin-top: 2rem;
    margin-right: -0.5rem;
    display: flex;
}
.fs-cc-prefs_submit-hide {
    display: none;
}
.fs-cc-prefs_overlay {
    z-index: -1;
    background-color: rgba(3, 5, 36, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.fs-cc-prefs_trigger {
    display: none;
}
.text-span-236,
.text-span-237 {
    color: var(--dark-grey);
}
.navbar {
    z-index: 100;
    color: #000;
    background-color: #fff;
    justify-content: center;
    align-items: flex-start;
    height: 4rem;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}
.menu-overlay {
    z-index: 5;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    cursor: pointer;
    background-color: rgba(25, 25, 24, 0.59);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.padding-horizontal-2 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.padding-horizontal-2.padding-small {
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.navbar-block {
    justify-content: space-between;
    width: 100%;
    height: 0;
    display: flex;
    position: static;
}
.navbar-base {
    z-index: 10;
    grid-column-gap: 0.5rem;
    justify-content: center;
    align-items: center;
    height: 4rem;
    display: flex;
    position: static;
}
.navbar-base.left-navbar {
    z-index: 100;
    position: relative;
}
.navbar-brand {
    z-index: 100;
    color: #000;
    align-items: center;
    display: flex;
    position: relative;
    font-size: 32px !important;
}
.clip {
    z-index: 10;
    flex-direction: column;
    padding-right: 1px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.menu-logo.menue-logo-bottom {
    position: absolute;
    bottom: -100%;
}
.text-size-small-2 {
    font-size: 1.2rem;
    line-height: 1.6;
}
.text-size-small-2.text-style-allcaps.text-size-logo {
    color: var(--black);
    font-family: Human, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase; 
}
.button-text.button-text-bottom {
    position: absolute;
    bottom: -100%;
}
.menu-dropdown {
    margin-left: 0.625rem;
    position: static;
}
.navbar-toggle {
    z-index: 100;
    border: 1px none var(--grey-light);
    background-color: var(--grey-light);
    border-radius: 89px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
}
.navbar-toggle.w--open {
    color: var(--black);
}
.navbar-menu-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 45%;
    margin-right: 0;
    padding-left: 0;
    display: flex;
}
.navbar-menu-line {
    background-color: var(--black);
    width: 100%;
    height: 1px;
}
.toggle-spacer {
    height: 0.2rem;
}
.menu-dropdown-list.w--open {
    background-color: rgba(221, 221, 221, 0);
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}
.navbar-menu-base {
    z-index: 5;
    background-color: var(--light-grey);
    border-radius: 0.625rem;
    flex-direction: column;
    margin-top: 0.625rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    display: flex;
    position: relative;
    overflow: hidden;
}
.navbar-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
    min-height: 25rem;
    display: flex;
}
.navbar-menu-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    display: grid;
}
.navbar-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #000;
    border-right: 1px solid #d1d1d1;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    align-content: end;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 2.5rem 2.5rem 2rem;
    text-decoration: none;
    display: grid;
    position: relative;
    overflow: hidden;
}
.text-size-large-2 {
    text-transform: uppercase;
    font-family: Human, sans-serif;
    font-size: 24px;
    line-height: 1.35;
}
.text-size-large-2.red-text {
    color: var(--red);
}
.button-icon {
    justify-content: center;
    align-items: center;
    padding: 2px;
    display: flex;
}
.button-icon.button-icon-bottom {
    position: absolute;
    bottom: -100%;
    left: -100%;
}
.icon-1x1-small-2 {
    flex: none;
    width: 0.8rem;
    height: 0.8rem;
}
.menu-action {
    z-index: 10;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-top: 0.4rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    padding: 0;
    display: flex;
    position: absolute;
    top: auto;
    left: 0%;
    right: 0%;
}
.menu-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    background-color: var(--light-grey);
    border-radius: 0.625rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
}
.menu-action-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #000;
    border-right: 1px solid #d1d1d1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2.5rem;
    text-decoration: none;
    display: flex;
}
.text-size-xsmall-2 {
    text-transform: uppercase;
    font-family: Human, sans-serif;
    font-size: 1rem;
}
.text-size-xsmall-2.red-text {
    color: var(--red);
}
.menu-social {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
}
.social-link {
    color: #000;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    display: flex;
}
.text-span-239 {
    color: var(--dark-grey);
}
.profile-pic {
    border-radius: 100rem;
    width: 212px;
    height: 212px;
}
.text-span-240,
.text-span-241,
.text-span-242,
.text-span-243,
.text-span-244,
.text-span-245,
.text-span-246,
.text-span-247,
.text-span-248,
.text-span-249,
.text-span-250,
.text-span-251,
.text-span-252 {
    color: var(--dark-grey);
}
.project-view-hover {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(29, 31, 33, 0.26);
    border: 1px #545454;
    border-radius: 20rem;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    margin-top: 0.5rem;
    padding-bottom: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: absolute;
    top: 28%;
    bottom: auto;
    left: 36%;
    right: auto;
    transform: none;
}
.text-span-253 {
    text-transform: none;
}
.about-intro-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.text-span-254 {
    color: #ff0004;
    text-decoration: underline;
}
.about-image-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 0.75fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: 80vh;
    display: grid;
}
.about-image-holder {
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 1px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.values-image {
    object-fit: cover;
    width: 50%;
    height: 50%;
}
.values_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.text-span-255,
.text-span-256 {
    color: var(--dark-grey);
}
.achievement_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}
.text-span-257 {
    color: var(--dark-grey);
}
.text-span-258 {
    color: var(--red);
    text-decoration: underline;
}
.text-span-259 {
    text-transform: none;
}
.webflow-badge {
    z-index: 100;
    border-radius: 5px;
    max-width: 100%;
    height: 170px;
    position: fixed;
    top: auto;
    bottom: 1%;
    left: auto;
    right: 0.5%;
}
.footer-webflow-badge {
    border-radius: 5px;
    width: 140px;
    margin-left: 1rem;
    display: none;
}
.white-webflow-badge {
    border-radius: 5px;
}
.text-span-260 {
    text-decoration: underline;
}
.text-span-261,
.text-span-262,
.text-span-263,
.text-span-266,
.text-span-267,
.text-span-268 {
    color: var(--dark-grey);
}
.template-category {
    background-color: var(--red);
    border: 1px #545454;
    border-radius: 20rem;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    margin-top: 0.5rem;
    padding-bottom: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: static;
    top: 2.5%;
    bottom: auto;
    left: 3.5%;
    right: auto;
    transform: none;
}
.template-pricing {
    background-color: var(--red);
    border: 1px #545454;
    border-radius: 20rem;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    margin-top: 0.5rem;
    padding-bottom: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: static;
    top: 2.5%;
    bottom: auto;
    left: auto;
    right: 3.5%;
    transform: none;
}
.template-pricing.is-black {
    background-color: var(--black);
}
.template-info-wrapper {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
}
.template-image-link-wrapper {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.template-header {
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}
.template-header-image-wrapper {
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}
.template-preview-image {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.text-span-270 {
    color: var(--dark-grey);
}
.template-tag {
    border: 1px solid var(--grey-line);
    background-color: transparent;
    border-radius: 20rem;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: static;
    top: 2.5%;
    bottom: auto;
    left: 3.5%;
    right: auto;
    transform: none;
}
.template-tag.is-cms {
    background-color: var(--button-grey);
    border-style: none;
}
.template-tags-wrapper {
    grid-column-gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}
.text-span-271,
.text-span-273,
.text-span-274,
.text-span-275,
.text-span-276 {
    color: var(--dark-grey);
}
.text-span-277,
.text-span-278,
.text-span-279,
.text-span-280,
.text-span-281,
.text-span-282,
.text-span-283,
.text-span-284,
.text-span-285,
.text-span-286 {
    font-weight: 500;
}
.text-span-287,
.text-span-288 {
    color: var(--dark-grey);
}
.text-span-289,
.text-span-290,
.text-span-291,
.text-span-292,
.text-span-293,
.text-span-294 {
    font-weight: 500;
}
.text-span-295 {
    color: var(--dark-grey);
}
.text-span-296 {
    font-weight: 500;
}
.text-span-297,
.text-span-298 {
    color: var(--dark-grey);
}
.html-embed {
    width: 50vw;
    height: 50vh;
}
.project-testimonial-wrapper {
    background-color: var(--black);
    border-radius: 10px;
    padding-left: 5%;
    padding-right: 5%;
}
.clients-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.testimonial15_arrow-icon {
    color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
}
.icon-embed-xsmall-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
}
.testimonial15_client-image-wrapper {
    width: 100%;
    height: 100%;
}
.testimonial15_client {
    text-align: left;
    align-items: center;
    display: flex;
}
.testimonial15_rating-wrapper {
    display: flex;
}
.testimonial15_slide {
    height: 100%;
    margin-right: 5rem;
}
.heading-style-h5-2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}
.testimonial15_arrow {
    background-color: white;
    color: var(--black);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    transition: transform 0.3s;
    display: flex;
    top: auto;
    bottom: -23px;
    left: auto;
    right: 0%;
}
.testimonial15_arrow:hover {
    transform: rotate(-20deg);
}
.testimonial15_arrow.is-left {
    color: var(--black);
    right: 7rem;
}
.testimonial15_arrow.w-slider-arrow-right {
    right: 3rem;
    background-color: transparent;
    color: white;
}
.testimonial15_arrow.is-left:hover {
    transform: rotate(20deg);
}
.testimonial15_rating-icon {
    color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0.25rem;
    display: flex;
}
.testimonial15_mask {
    height: 100%;
}
.testimonial15_logo {
    max-height: 3rem;
}
.testimonial15_content-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
}
.testimonial15_divider {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    align-self: stretch;
    width: 1px;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.testimonial15_slide-nav {
    height: 1.75rem;
    font-size: 0.5rem;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}
.testimonial15_content {
    grid-column-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
    justify-items: center;
    height: 100%;
    display: grid;
}
.container-large-2 {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
.testimonial15_client-image {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.testimonial15_component {
    background-color: transparent;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 4rem;
    padding: 4.375rem 4.375rem 6rem 4.375rem;
    display: flex;
    border: 1px solid #d9d9d9;
    border-radius: 60px;
}
.text-weight-semibold {
    font-weight: 600;
}

.text-span-299 {
    text-decoration: underline;
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 3.25rem;
    }
    h2 {
        font-size: 2.75rem;
    }
    h3 {
        font-size: 2.25rem;
    }
    h4 {
        font-size: 1.75rem;
    }
    .max-width-full.text-align-left.horizontal-align {
        grid-row-gap: 1.5rem;
        flex-direction: column;
        grid-template-columns: 1fr;
        align-items: flex-start;
    }
    .max-width-full.text-align-left.horizontal-align.who-we-are-intro {
        grid-row-gap: 2.25rem;
        grid-template-columns: 1fr;
    }
    .max-width-full.text-align-left.horizontal-align.smaller-grid {
        grid-template-columns: 1.02fr;
    }
    .max-width-full.full-height {
        height: 90%;
    }
    .hide-tablet {
        display: none;
    }
    .max-width-full-tablet {
        width: 100%;
        max-width: none;
    }
    .margin-large {
        margin: 2.5rem;
    }
    .margin-xlarge {
        margin: 3.5rem;
    }
    .margin-xxlarge {
        margin: 4.5rem;
    }
    .margin-huge {
        margin: 5rem;
    }
    .margin-xhuge {
        margin: 6rem;
    }
    .margin-xxhuge {
        margin: 7.5rem;
    }
    .padding-large {
        padding: 2.5rem;
    }
    .padding-xlarge {
        padding: 3.5rem;
    }
    .padding-xxlarge {
        padding: 4.5rem;
    }
    .padding-huge {
        padding: 5rem;
    }
    .padding-xhuge {
        padding: 6rem;
    }
    .padding-xxhuge {
        padding: 7.5rem;
    }
    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .margin-bottom.margin-xxlarge.max-width-90vw {
        max-width: 90vw;
    }
    .margin-bottom.align-horizontal {
        grid-row-gap: 1.5rem;
        flex-direction: column;
    }
    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }
    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    .margin-vertical {
        margin-left: 0;
        margin-right: 0;
    }
    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0;
    }
    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
    .padding-vertical {
        padding-left: 0;
        padding-right: 0;
    }
    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0;
    }
    .text-size-medium.max-width-medium.full-width-responsive {
        max-width: none;
    }
    .text-size-medium.max-width-medium.full-width-responsive.text-color-white.text-style-allcaps.text-weight-medium.text-size-12px,
    .text-size-medium.max-width-medium.full-width-responsive.text-color-white.text-size-12px {
        font-size: 14px;
    }
    .text-size-medium.max-width-medium.full-width-responsive._50rem {
        max-width: 100%;
    }
    .heading-style-h2 {
        font-size: 2.75rem;
    }
    .rl-styleguide_icons-list {
        grid-auto-flow: row;
    }
    .heading-style-h1 {
        font-size: 3.25rem;
    }
    .heading-style-h1.text-weight-semibold.text-style-allcaps.h1-title,
    .heading-style-h1.text-weight-semibold.text-style-allcaps.services-h1-title,
    .heading-style-h1.text-weight-semibold.text-style-allcaps.services-h1-title.template-h1,
    .heading-style-h1.text-weight-semibold.text-style-allcaps.project-h1-title {
        font-size: 6.3vw;
    }
    .heading-style-h1.text-weight-semibold.text-style-allcaps.project-intro-text,
    .heading-style-h1.text-weight-semibold.text-style-allcaps.project-intro-text._3-1vw {
        font-size: 5vw;
    }
    .heading-style-h1.text-weight-semibold.text-style-allcaps.landing-page-h1 {
        font-size: 6.3vw;
    }
    .button.nav-link {
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: flex;
    }
    .button.nav-link.w--current {
        justify-content: center;
    }
    .button.nav-link.nav-link-mobile,
    .button.nav-link.nav-link-mobile.w--current {
        padding-top: 0;
    }
    .button.nav-link.nav-link-mobile.contact-page-links {
        padding-bottom: 0;
    }
    .heading-style-h4 {
        font-size: 1.75rem;
    }
    .text-size-regular.text-weight-medium.text-style-allcaps.max-width-xxsmall.full-width-responsive {
        max-width: none;
    }
    .text-size-regular.text-weight-medium.text-style-allcaps.max-width-xxsmall.full-width-responsive.mobile-font-nocaps {
        text-transform: none;
    }
    .text-size-regular.max-width-medium.full-width-reponsive {
        max-width: none;
    }
    .heading-style-h3 {
        font-size: 2.25rem;
    }
    .button-group.hide-desktop {
        display: block;
    }
    .text-align-center.margin-bottom-xxlarge {
        margin-bottom: 4.5rem;
    }
    .padding-section-medium {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .padding-section-large {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .navbar_component {
        padding-left: 5%;
        padding-right: 5%;
    }
    .navbar_container {
        grid-template-columns: 0.25fr 1fr;
        display: flex;
    }
    .navbar_menu {
        background-color: var(--white);
        -webkit-text-fill-color: inherit;
        background-clip: border-box;
        border-bottom: 1px solid #000;
        justify-content: center;
        padding: 1rem 5% 2.5rem;
        display: flex;
        position: absolute;
        overflow: auto;
    }
    .navbar_menu.is-page-height-tablet {
        border: 1px solid var(--grey-line);
        background-color: var(--light-grey);
        border-radius: 10px;
        height: 14.1rem;
        margin-top: 2%;
        margin-left: 5%;
        margin-right: 5%;
        padding-bottom: 12rem;
        overflow: visible;
    }
    .navbar_link {
        text-align: center;
        padding: 1rem 0;
        font-size: 1.125rem;
    }
    .navbar_menu-dropdown {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 1rem;
        font-size: 1.125rem;
        display: flex;
    }
    .navbar_dropdwn-toggle {
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        padding: 1rem 2rem 1rem 0;
        display: flex;
    }
    .dropdown-icon {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        top: auto;
        bottom: auto;
        left: auto;
        right: 0%;
    }
    .navbar2_dropdown-list {
        position: static;
        overflow: hidden;
    }
    .navbar2_dropdown-list.w--open {
        border-style: none;
        padding: 0;
        position: static;
    }
    .navbar2_dropdown-link {
        text-align: center;
        width: auto;
        padding: 0.75rem 0;
        font-size: 16px;
    }
    .navbar_button-wrapper {
        align-items: center;
    }
    .navbar_menu-button {
        padding: 0;
    }
    .navbar_menu-button.w--open {
        background-color: transparent;
    }
    .menu-icon {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        margin-right: -0.5rem;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }
    .menu-icon_line-top {
        background-color: var(--red);
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }
    .menu-icon_line-middle {
        background-color: var(--black);
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 2px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }
    .menu-icon_line-middle-inner {
        width: 4px;
        height: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .menu-icon_line-bottom {
        background-color: var(--red);
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }
    .hero_image-wrapper {
        max-width: 160vw;
        height: 70vh;
    }
    .header_content {
        width: 90vw;
        min-height: auto;
        padding-top: 10rem;
        padding-bottom: 3rem;
    }
    .about-hero-info-wrapper {
        grid-row-gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }
    .hero-info-wrapper {
        grid-row-gap: 2rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .layout_component {
        grid-template-columns: 1fr;
    }
    .layout_row {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
    }
    .layout_image-wrapper {
        height: 100%;
    }
    .layout_card-content {
        padding: 2rem 0;
    }
    .awards_list {
        grid-row-gap: 0rem;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .logo_wrapper.no-left-border {
        border-left-style: solid;
    }
    .logo_wrapper.no-left-border.mobile-no-right-border {
        border-right-style: solid;
    }
    .logo_wrapper.no-left-border.mobile-no-right-border.right-corner-rounded {
        border-top-right-radius: 10px;
    }
    .logo_wrapper.no-left-border.mobile-no-right-border.right-corner-rounded.tablet {
        border-top-right-radius: 0;
    }
    .logo_wrapper.no-left-border.mobile-top-border {
        border-right-style: none;
    }
    .logo_wrapper.no-left-border.align-vertical {
        border-top-right-radius: 0;
    }
    .logo_wrapper.no-left-border.left-corner-rounded {
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
    }
    .logo_wrapper.no-left-border.left-corner-rounded.tablet {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }
    .logo_wrapper.no-left-border.left-corner-rounded.tablet2 {
        border-bottom-left-radius: 0;
    }
    .logo_wrapper.mobile-no-right-border {
        border-right-style: none;
    }
    .logo_wrapper.mobile-no-right-border.left-corners-rounded {
        border-bottom-left-radius: 0;
    }
    .award_logo._9 {
        height: 1.6rem;
    }
    .about-social-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 1rem;
        flex-direction: row;
    }
    .about-left-content {
        grid-row-gap: 2rem;
    }
    .services_component {
        grid-column-gap: 3rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        min-height: auto;
    }
    .services_content-left {
        position: static;
    }
    .about-social-links.grid {
        flex-wrap: wrap;
    }
    .cta-image {
        z-index: 0;
        left: 21%;
    }
    .about-illustration {
        z-index: -5;
        left: 26%;
    }
    .footer_left-wrapper {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        grid-template-columns: 0.75fr 0.5fr;
    }
    .footer2_right-wrapper {
        align-items: flex-end;
    }
    .line-divider.dark-divier {
        background-color: var(--grey-line);
        display: block;
    }
    .line-divider.is-dark-grey.margin-vertical.margin-small.divider-mobile-no-margin {
        margin-top: 0;
    }
    .line-divider.is-dark-grey.margin-vertical.margin-small.divider-mobile-no-margin.hide-desktop {
        display: block;
    }
    .footer_bottom-wrapper {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
    }
    .multi-step-form-radio-trigger---brix {
        padding-left: 64px;
        padding-right: 24px;
        font-size: 16px;
    }
    .content6_component {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        min-height: auto;
    }
    .contact_content {
        position: static;
    }
    .contact6_contact-list {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-direction: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        width: auto;
        display: grid;
    }
    .form-container {
        width: 100%;
        margin-top: 1rem;
        padding-left: 0%;
    }
    .form-wrapper-2 {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        display: flex;
    }
    .button-wrapper-3 {
        flex-wrap: wrap;
    }
    .submit-button {
        margin-bottom: 0;
    }
    .form-block-2 {
        width: 100%;
    }
    .contact-image {
        z-index: 0;
        height: 9rem;
        display: none;
        left: 6%;
    }
    .white-background {
        display: none;
    }
    .layout_1row {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
    }
    .layout_image-wrapper-3col {
        height: 100%;
    }
    .portfolio-item.audio {
        grid-template-columns: 2.25fr 1.5fr;
        align-content: center;
        align-items: center;
        padding-top: 0.5rem;
        padding-bottom: 0.6rem;
    }
    .portfolio-item-hover-image_wrapper {
        display: none;
    }
    .services-header_content {
        width: 90vw;
        min-height: auto;
        padding-top: 8rem;
        padding-bottom: 3rem;
    }
    .services-image-wrapper {
        height: auto;
    }
    .services-hero-image.parallax.service-responsive-image {
        object-position: 50% 50%;
        transform: scale(1.2);
    }
    .services-illustration {
        z-index: -5;
        width: 35rem;
        height: 34rem;
        top: 24%;
        left: 26%;
    }
    .services-item_component {
        grid-column-gap: 3rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
    }
    .services-item_component.margin-top.margin-large.more-margin-top-mobile {
        margin-top: 4rem;
    }
    .services-item_component.margin-top.margin-large.more-margin-top-mobile.less-margin-responsive {
        grid-row-gap: 1rem;
    }
    .services-item_component.margin-top.margin-large.more-margin-top-mobile.less-margin-responsive.less-padding-top {
        margin-top: 2.5rem;
    }
    .services-item_component.margin-top.margin-large.more-margin-top-mobile.less-margin-responsive.less-padding-top.is-template {
        grid-row-gap: 3rem;
    }
    .services-item_component.margin-bottom.margin-large.less-margin-responsive {
        grid-row-gap: 1rem;
    }
    .services-item_component.margin-bottom.margin-large.less-margin-responsive.is-template {
        grid-row-gap: 3rem;
    }
    .services-item_component.margin-vertical.margin-large.more-margin-top-mobile.less-margin-responsive {
        grid-row-gap: 1rem;
    }
    .services-item_component.margin-vertical.margin-large.more-margin-top-mobile.less-margin-responsive.is-template {
        grid-row-gap: 3rem;
    }
    .services-item_component.grid-sizes {
        grid-template-columns: 1fr;
    }
    .service-intro-wrapper {
        grid-row-gap: 1.5rem;
        flex-direction: column;
        display: flex;
    }
    .services_list-grid {
        grid-row-gap: 0rem;
    }
    .project_background-image-wrapper {
        position: absolute;
    }
    .project_background-image {
        display: block;
    }
    .inner-project-page-intro {
        width: 90vw;
        min-height: auto;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .inner-project-page-intro.is-vertical.is-project-testimonial {
        width: auto;
    }
    .project-details-grid.margin-top-1-5rem {
        flex-direction: column;
        width: 60vw;
        max-width: 60vw;
    }
    .details-wrapper {
        grid-row-gap: 0rem;
    }
    .inner-project-intro {
        grid-row-gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }
    .inner-project-intro.z-index-2 {
        grid-row-gap: 3rem;
    }
    .arrow-icon {
        order: 1;
        width: 5rem;
        height: 5rem;
    }
    .arrow-icon.is-rotated.hide-tablet2 {
        display: none;
    }
    .project-layout_row {
        grid-row-gap: 1rem;
        grid-template-columns: 1fr;
    }
    .project-layout_component {
        grid-template-columns: 1fr;
    }
    .project_image-wrapper {
        height: 100%;
    }
    .project_image-wrapper._45vh._50--width {
        width: 100%;
        height: 100%;
    }
    .section2_component {
        grid-column-gap: 3rem;
        grid-row-gap: 0rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        min-height: auto;
    }
    .section2_content.padding-vertical.padding-xlarge.no-padding-responsive {
        padding-top: 0;
    }
    .service-intro-wrapper-horizontal,
    .service-intro-wrapper-vertical {
        grid-row-gap: 1.5rem;
        flex-direction: column;
        display: flex;
    }
    .cookies-wrapper {
        display: block;
    }
    .fs-cc-banner2_component {
        z-index: 1001;
        border-radius: 0.7rem;
        width: auto;
        padding: 1rem;
        display: none;
    }
    .fs-cc-banner2_container {
        align-items: center;
    }
    .fs-cc-banner2_text {
        text-align: left;
    }
    .fs-cc-prefs_component {
        z-index: 1000;
        display: none;
    }
    .fs-cc-prefs_buttons-wrapper {
        justify-content: flex-start;
    }
    .navbar {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
    .padding-horizontal-2 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-base {
        height: 4rem;
    }
    .navbar-brand {
        padding-top: 0.1rem;
        padding-left: 0;
    }
    .menu-dropdown {
        margin-left: 0.4rem;
    }
    .navbar-menu-base {
        margin-top: 0.4rem;
        margin-left: 0.4rem;
        margin-right: 0.4rem;
    }
    .navbar-menu {
        min-height: auto;
    }
    .navbar-menu-grid {
        grid-auto-flow: row;
    }
    .navbar-link {
        border-bottom: 1px solid #d2d2cf;
        min-height: 20vh;
    }
    .text-size-large-2 {
        font-size: 1.625rem;
    }
    .menu-action {
        margin-left: 0.4rem;
        margin-right: 0.4rem;
    }
    .menu-bottom {
        grid-template-columns: 1fr 1fr 1fr 1.5fr;
    }
    .profile-pic {
        position: static;
    }
    .about-intro-wrapper {
        grid-row-gap: 1.5rem;
        flex-direction: column;
        display: flex;
    }
    .about-image-wrapper {
        grid-column-gap: 3rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        height: auto;
        min-height: auto;
    }
    .about-image-holder {
        height: 100%;
    }
    .values_component {
        grid-template-rows: auto;
    }
    .values_row {
        grid-template-columns: 1fr 1fr;
    }
    .achievement_component {
        grid-column-gap: 3rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        min-height: auto;
    }
    .webflow-badge {
        height: 155px;
    }
    .template-header {
        grid-row-gap: 4rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        min-height: auto;
    }
    .clients-list {
        grid-row-gap: 0rem;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .testimonial15_mask {
        width: 100%;
    }
    .testimonial15_content-right {
        padding-top: 0;
        padding-bottom: 0;
    }
    .testimonial15_content {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
        flex-flow: column;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        min-height: auto;
        display: flex;
    }
    .testimonial15_component {
        padding-bottom: 4rem;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2.25rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1.125rem;
    }
    .hide-mobile-landscape {
        display: none;
    }
    .max-width-full-mobile-landscape {
        width: 100%;
        max-width: none;
    }
    .margin-xsmall {
        margin: 0.75rem;
    }
    .margin-small {
        margin: 1.25rem;
    }
    .margin-medium {
        margin: 1.5rem;
    }
    .margin-large {
        margin: 2rem;
    }
    .margin-xlarge {
        margin: 2.5rem;
    }
    .margin-xxlarge {
        margin: 3rem;
    }
    .margin-huge {
        margin: 3.5rem;
    }
    .margin-xhuge {
        margin: 4rem;
    }
    .margin-xxhuge {
        margin: 5rem;
    }
    .padding-xsmall {
        padding: 0.75rem;
    }
    .padding-small {
        padding: 1.25rem;
    }
    .padding-medium {
        padding: 1.5rem;
    }
    .padding-large {
        padding: 2rem;
    }
    .padding-xlarge {
        padding: 2.5rem;
    }
    .padding-xxlarge {
        padding: 3rem;
    }
    .padding-huge {
        padding: 3.5rem;
    }
    .padding-xhuge {
        padding: 4rem;
    }
    .padding-xxhuge {
        padding: 5rem;
    }
    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }
    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    .margin-vertical {
        margin-left: 0;
        margin-right: 0;
    }
    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0;
    }
    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
    .padding-vertical {
        padding-left: 0;
        padding-right: 0;
    }
    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0;
    }
    .text-size-medium {
        font-size: 1rem;
    }
    .text-style-quote {
        font-size: 1.125rem;
    }
    .heading-style-h2 {
        font-size: 2.25rem;
    }
    .heading-style-h2.text-weight-medium.text-style-allcaps.mobile-text-6-5vw.hide-desktop {
        display: block;
    }
    .heading-style-h2.text-weight-medium.text-style-allcaps.mobile-text-6-5vw.landing-page-haedings {
        font-size: 1.9rem;
    }
    .heading-style-h6 {
        font-size: 1.125rem;
    }
    .heading-style-h5 {
        font-size: 1.25rem;
    }
    .heading-style-h1 {
        font-size: 2.5rem;
    }
    .heading-style-h1.text-weight-semibold.text-style-allcaps.h1-title,
    .heading-style-h1.text-weight-semibold.text-style-allcaps.services-h1-title,
    .heading-style-h1.text-weight-semibold.text-style-allcaps.project-h1-title,
    .heading-style-h1.text-weight-semibold.text-style-allcaps.project-intro-text,
    .heading-style-h1.text-weight-semibold.text-style-allcaps.landing-page-h1 {
        line-height: 1;
    }
    .button.is-small.is-icon.is-button-grey.nav-button-mobile {
        padding-right: 1rem;
    }
    .button.nav-link {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .heading-style-h4 {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .heading-style-h3 {
        font-size: 2rem;
    }
    .text-style-nowrap {
        white-space: normal;
    }
    .text-align-center.margin-bottom-xxlarge {
        margin-bottom: 3rem;
    }
    .text-size-large {
        font-size: 1.125rem;
    }
    .padding-section-small {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .padding-section-medium {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .padding-section-large {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .padding-section-large.padding-bottom-3rem {
        padding-top: 6rem;
    }
    .navbar_component {
        min-height: 4rem;
    }
    .navbar_menu-dropdown {
        align-items: flex-start;
        padding-left: 1rem;
    }
    .icon-wrapper.absolute {
        display: none;
    }
    .hero_component {
        height: auto;
        max-height: none;
    }
    .hero-header_image-wrapper {
        width: 18rem;
    }
    .header_content {
        padding-top: 8rem;
        padding-bottom: 2rem;
    }
    .about-hero-info-wrapper {
        margin-left: 0;
    }
    .layout_component {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        padding: 20px;
    }
    .layout_row {
        grid-column-gap: 1.5rem;
        grid-row-gap: 2.5rem;
        grid-template-columns: 1fr;
    }
    .layout_card {
        grid-template-columns: 1fr;
    }
    .layout_card-content {
        padding: 1.5rem;
    }
    .awards_list {
        grid-template-columns: 1fr 1fr;
    }
    .logo_wrapper {
        padding-bottom: 0.25rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .logo_wrapper.no-left-border.mobile-no-right-border.right-corner-rounded {
        border-top-right-radius: 0;
    }
    .logo_wrapper.no-left-border.mobile-no-right-border.bottom-left-corner-rounded {
        border-bottom-left-radius: 10px;
    }
    .logo_wrapper.no-left-border.mobile-top-border {
        border-right-style: solid;
    }
    .logo_wrapper.no-left-border.mobile-top-border.top-right-corner-rounded {
        border-top-right-radius: 10px;
    }
    .logo_wrapper.no-left-border.left-corner-rounded {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .award_logo {
        max-height: 3rem;
    }
    .about-social-wrapper {
        flex-direction: column;
    }
    .services_component {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }
    .services_content-left {
        position: static;
    }
    .services_content-item.content-item-1,
    .services_content-item.content-item-2,
    .services_content-item.content-item-3 {
        grid-row-gap: 3rem;
    }
    .about-social-links.grid {
        flex-wrap: wrap;
    }
    .service-main-wrapper {
        grid-row-gap: 1rem;
        flex-direction: column;
    }
    .cta-image {
        width: 27rem;
        height: 16rem;
        bottom: -21%;
        left: 49px;
    }
    .footer_left-wrapper {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }
    .footer_bottom-wrapper {
        flex-direction: row-reverse;
        align-items: flex-end;
        padding-bottom: 1rem;
    }
    .footer_legal-list {
        grid-column-gap: 0rem;
        grid-row-gap: 1rem;
        grid-auto-flow: row;
    }
    .footer_credit-text {
        margin-top: 1rem;
    }
    .multi-step-form-block---brix {
        min-height: auto;
    }
    .content6_component {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }
    .contact6_contact-list {
        grid-column-gap: 2rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    .form-container {
        width: 100%;
    }
    .button-wrapper-3 {
        grid-row-gap: 1.75rem;
        flex-flow: column;
        align-items: flex-start;
    }
    .submit-button-divider.margin-top.margin-xsmall.mobile-margin-form {
        margin-top: 1.5rem;
    }
    .contact-image {
        width: 27rem;
        height: 6.9rem;
        bottom: 0%;
        left: 49px;
    }
    .layout_1row {
        grid-column-gap: 1.5rem;
        grid-row-gap: 2.5rem;
        grid-template-columns: 1fr;
    }
    .layout_card-3col {
        grid-template-columns: 1fr;
    }
    .portfolio-item.audio {
        padding: 0.5rem;
    }
    .services-header_content {
        padding-top: 8rem;
        padding-bottom: 2rem;
    }
    .services-item_component {
        grid-template-columns: 1fr;
    }
    .services_question {
        padding: 1rem 1.25rem;
    }
    .services_icon {
        width: 1.75rem;
    }
    .services_answer {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .inner-project-page-intro {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .inner-project-intro {
        margin-left: 0;
    }
    .project-layout_row {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1rem;
        grid-template-columns: 1fr;
    }
    .project-layout_component {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }
    .project-layout_card {
        grid-template-columns: 1fr;
    }
    .section2_component {
        grid-row-gap: 0rem;
        grid-template-columns: 1fr;
    }
    .cookies-wrapper {
        display: block;
    }
    .fs-cc-banner2_component {
        width: auto;
        display: none;
    }
    .fs-cc-banner2_container {
        grid-row-gap: 2rem;
        flex-direction: column;
        align-items: center;
    }
    .fs-cc-banner2_text {
        text-align: center;
    }
    .fs-cc-prefs_title {
        font-size: 1.25rem;
    }
    .padding-horizontal-2 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-base {
        height: 4rem;
    }
    .navbar-menu {
        padding-top: 4.5rem;
    }
    .navbar-menu-grid {
        grid-template-columns: 1fr;
    }
    .navbar-link {
        border-top: 1px solid #d2d2cf;
        border-bottom-style: none;
        min-height: auto;
        padding: 1.5rem;
    }
    .text-size-large-2 {
        font-size: 1.5rem;
    }
    .menu-bottom {
        grid-row-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .menu-action-content {
        border-bottom: 1px solid #d2d2cf;
        border-right-style: none;
        padding: 1.25rem 1.5rem;
    }
    .social-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .about-image-wrapper {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
    }
    .values_component {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }
    .values_row {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        grid-template-columns: 1fr 1fr;
    }
    .achievement_component {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
    }
    .webflow-badge {
        display: none;
    }
    .template-header {
        grid-row-gap: 3rem;
    }
    .clients-list {
        grid-template-columns: 1fr 1fr;
    }
    .testimonial15_client {
        align-items: center;
        width: 100%;
    }
    .testimonial15_slide {
        padding-left: 0;
        padding-right: 0;
    }
    .heading-style-h5-2 {
        font-size: 1.25rem;
    }
    .testimonial15_arrow {
        top: 0%;
        bottom: auto;
        left: auto;
        right: 0%;
    }
    .testimonial15_arrow.is-left {
        right: 3.5rem;
    }
    .testimonial15_slide-nav {
        top: 0%;
        bottom: auto;
        left: 0%;
        right: auto;
    }
    .testimonial15_content {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }
    .testimonial15_component {
        padding-top: 5rem;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 479px) {
    h1 {
        font-size: 2.5rem;
    }
    .max-width-full.text-align-left.horizontal-align {
        grid-row-gap: 2rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .max-width-full.full-height {
        height: 80%;
    }
    .hide-mobile-portrait {
        display: none;
    }
    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .margin-bottom.margin-xxlarge.mobile-margin-4rem {
        margin-bottom: 4rem;
    }
    .margin-bottom.margin-xxlarge.max-width-90vw {
        max-width: 89vw;
    }
    .margin-bottom.align-horizontal {
        grid-row-gap: 1.25rem;
        flex-direction: column;
    }
    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }
    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    .margin-vertical {
        margin-left: 0;
        margin-right: 0;
    }
    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0;
    }
    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
    .padding-vertical {
        padding-left: 0;
        padding-right: 0;
    }
    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0;
    }
    .max-width-full-mobile-portrait {
        width: 100%;
        max-width: none;
    }
    .text-size-medium.max-width-medium.full-width-responsive.text-color-white.text-style-allcaps.text-weight-medium.text-size-12px,
    .text-size-medium.max-width-medium.full-width-responsive.text-color-white.text-size-12px {
        font-size: 13px;
    }
    .heading-style-h2.text-weight-medium.text-style-allcaps.mobile-text-6-5vw {
        font-size: 1.9rem;
    }
    .heading-style-h2.text-weight-medium.text-style-allcaps.mobile-text-6-5vw.landing-page-haedings {
        font-size: 1.5rem;
    }
    .heading-style-h2.text-weight-medium.text-style-allcaps.mobile-text-6-5vw.landing-page-haedings.max-width-large.no-max-width {
        max-width: none;
    }
    .heading-style-h2.text-weight-medium.text-style-allcaps.mobile-text-6-5vw.mobile-title-8vw {
        font-size: 7vw;
    }
    .heading-style-h2.text-weight-medium.text-style-allcaps.mobile-text-6-5vw.margin-bottom.margin-xxsmall.value-title {
        font-size: 1.25rem;
    }
    .heading-style-h5.text-style-allcaps.text-weight-medium.mobile-text-1-5rem {
        font-size: 1.4rem;
        line-height: 1;
    }
    .heading-style-h1.text-weight-semibold.text-style-allcaps.h1-title {
        font-size: 7.8vw;
        line-height: 1;
    }
    .heading-style-h1.text-weight-semibold.text-style-allcaps.services-h1-title {
        font-size: 8vw;
        line-height: 1;
    }
    .heading-style-h1.text-weight-semibold.text-style-allcaps.services-h1-title.template-h1 {
        font-size: 8vw;
    }
    .heading-style-h1.text-weight-semibold.text-style-allcaps.project-h1-title {
        font-size: 2.3rem;
        line-height: 1;
    }
    .heading-style-h1.text-weight-semibold.text-style-allcaps.project-intro-text {
        font-size: 5.9vw;
        line-height: 1;
    }
    .heading-style-h1.text-weight-semibold.text-style-allcaps.project-intro-text._3-1vw {
        font-size: 5.9vw;
    }
    .heading-style-h1.text-weight-semibold.text-style-allcaps.project-intro-text.testimonial,
    .heading-style-h1.text-weight-semibold.text-style-allcaps.project-intro-text.project-testimoniak {
        font-size: 6.3vw;
    }
    .heading-style-h1.text-weight-semibold.text-style-allcaps.landing-page-h1 {
        font-size: 11vw;
        line-height: 1;
    }
    .button.is-small.is-icon.is-button-grey {
        padding-left: 1rem;
    }
    .button.is-small.is-icon.is-button-grey.nav-button-mobile {
        grid-column-gap: 0.5rem;
        padding: 0.3rem 0.25rem 0.3rem 0.7rem;
    }
    .button.is-small.is-icon.is-button-grey.is-outline {
        padding-top: 0.18rem;
        padding-bottom: 0.18rem;
        padding-right: 0.18rem;
    }
    .button.nav-link {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-left: 0;
    }
    .button.nav-link.nav-link-mobile,
    .button.nav-link.nav-link-mobile.w--current {
        padding-bottom: 0.5rem;
    }
    .text-size-regular.text-weight-medium.text-style-allcaps.max-width-xxsmall.full-width-responsive.mobile-font-nocaps {
        text-transform: none;
    }
    .text-size-regular.max-width-medium.mobile-max-width-small {
        max-width: 82vw;
    }
    .button-group.is-center.margin-top.margin-large.less-margin-mobile {
        /* justify-content: flex-start; */
        justify-content: center;
        margin-top: 1rem;
    }
    .button-group.tag-item {
        transform: rotate(5deg);
    }
    .button-group.tag-item2 {
        transform: rotate(-5deg);
    }
    .button-group.tag-item3 {
        transform: rotate(5deg);
    }
    .button-group.hide-desktop {
        order: 1;
    }
    .icon-embed-xsmall.nav-icon {
        width: 1.2rem;
        height: 1.2rem;
        padding-bottom: 2px;
    }
    .text-size-large.text-style-allcaps.award-title-size {
        font-size: 0.9rem;
    }
    .padding-section-large.padding-bottom-3rem {
        padding-top: 7rem;
    }
    .text-block-2 {
        font-size: 0.8rem;
        text-align: center;
        /* font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; */
    }
    .button-icon-wrapper.icon-secondary.is-icon-wraper-grey.icon-border-dark.nav-icon-wrapper {
        width: 1.2rem;
        height: 1.2rem;
    }
    .navbar_component {
        padding-left: 5%;
        padding-right: 5%;
    }
    .navbar_container {
        grid-column-gap: 0px;
    }
    .navbar_logo {
        width: 200px;
        height: 35px;
    }
    .navbar_menu.is-page-height-tablet {
        height: 13.6rem;
        padding-top: 2rem;
        padding-bottom: 13.6rem;
    }
    .navbar_menu-dropdown {
        align-items: center;
    }
    .navbar_button-wrapper {
        grid-column-gap: 0.5rem;
        margin-left: 1.5rem;
    }
    .button-wrapper {
        flex-direction: row;
        justify-content: center;
        width: auto;
    }
    .button-wrapper.mobile-button-wrapper-7rem {
        width: 7.2rem;
    }
    .button-wrapper.mobile-button-wrapper-7rem.no-max-width,
    .button-wrapper.mobile-button-wrapper-7rem.call-button,
    .button-wrapper.mobile-button-wrapper-7rem.free-call-button {
        width: auto;
    }
    .hero_image-wrapper {
        max-width: 203vw;
        height: 49vh;
    }
    .hero_images-layout {
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
    }
    .hero_image-list {
        grid-row-gap: 0.5rem;
    }
    .hero-header_image-wrapper {
        border-radius: 3px;
        width: 65vw;
        max-width: 65vw;
    }
    .hero_image {
        border-radius: 3px;
    }
    .header_content {
        width: 90vw;
        padding-top: 7rem;
        padding-bottom: 4rem;
    }
    .about-hero-info-wrapper {
        grid-row-gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }
    .hero-info-wrapper {
        grid-row-gap: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .button-wrapper-horizontal.is-aligned-center.landing-page-button-align {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        flex-direction: column;
    }
    .section-name-wrapper,
    .section-name-wrapper.background-color-black.margin-0 {
        transform: none;
    }
    .layout_row {
        grid-row-gap: 2rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
    .layout_card {
        height: 50vh;
    }
    .layout_card.is-template-card {
        height: 55vh;
    }
    .layout_image-wrapper {
        height: 50vh;
    }
    .layout_image-wrapper.is-template-height {
        height: 100%;
    }
    .layout_card-content {
        padding-left: 0;
        padding-right: 0;
    }
    .layout_card-content-top {
        grid-row-gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .awards_list {
        grid-row-gap: 0rem;
    }
    .logo_wrapper {
        justify-content: center;
        align-items: center;
        padding-bottom: 0.25rem;
    }
    .logo_wrapper.no-left-border {
        border-top-style: none;
        border-left-style: solid;
    }
    .logo_wrapper.no-left-border.mobile-no-right-border {
        border-right-style: none;
    }
    .logo_wrapper.no-left-border.mobile-no-right-border.right-corner-rounded.tablet._5rem {
        border-top-style: solid;
        border-right-style: solid;
        border-top-right-radius: 10px;
        height: 6rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .logo_wrapper.no-left-border.mobile-no-right-border.bottom-left-corner-rounded._5rem {
        border-bottom-left-radius: 0;
        height: 6rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .logo_wrapper.no-left-border.mobile-top-border {
        border-top-style: solid;
        border-right-style: solid;
    }
    .logo_wrapper.no-left-border.mobile-top-border.top-right-corner-rounded._5rem {
        border-top-right-radius: 0;
        height: 6rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .logo_wrapper.no-left-border.align-vertical.no-round-bottom._5rem,
    .logo_wrapper.no-left-border.align-vertical.round-top-0._5rem {
        height: 6rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .logo_wrapper.no-left-border.left-corner-rounded.tablet._5rem {
        border-top-right-radius: 0;
        height: 6rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .logo_wrapper.no-left-border.left-corner-rounded.tablet2._5rem {
        height: 6rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .logo_wrapper.no-left-border.left-corner-rounded.tablet2._5rem.rounded {
        border-bottom-left-radius: 10px;
    }
    .logo_wrapper.no-left-border.left-corner-rounded._5rem {
        height: 6rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .logo_wrapper.mobile-no-right-border {
        border-right-style: none;
    }
    .logo_wrapper.mobile-no-right-border.left-corners-rounded.no-bottom-round._5rem {
        height: 6rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .award_logo.logo4 {
        height: 1.6rem;
    }
    .award_logo.logo6 {
        max-height: 1.3rem;
    }
    .award_logo._1 {
        height: 1.3rem;
        max-height: 1.1rem;
    }
    .award_logo._2 {
        height: 1.5rem;
        max-height: 1.3rem;
    }
    .award_logo._4 {
        height: 1.8rem;
        max-height: 1.5rem;
    }
    .award_logo._5 {
        height: 1.9rem;
        max-height: 1.6rem;
    }
    .award_logo._7 {
        height: 1.7rem;
        max-height: 1.5rem;
    }
    .award_logo._8 {
        height: 1.6rem;
        max-height: 1.6rem;
    }
    .award_logo._9 {
        height: 1.2rem;
        max-height: 1.1rem;
    }
    .award_logo._12 {
        height: 3.7rem;
        max-height: 3.7rem;
    }
    .award_logo._14 {
        height: 1.5rem;
        max-height: 1.3rem;
    }
    .award_logo._15 {
        height: 1.6rem;
        max-height: 1.5rem;
    }
    .award_logo._16 {
        height: 1.4rem;
        max-height: 1.2rem;
    }
    .about-social-wrapper {
        grid-row-gap: 0.75rem;
        flex-direction: column;
    }
    .about-left-content {
        grid-row-gap: 1rem;
    }
    .services_component {
        grid-template-columns: 1fr;
    }
    .services_content-item.content-item-1,
    .services_content-item.content-item-2,
    .services_content-item.content-item-3 {
        grid-row-gap: 2rem;
        padding: 1.25rem 1rem;
        top: 13%;
    }
    .services_content-item.content-item-4 {
        grid-row-gap: 2rem;
        top: 13%;
    }
    .about-social-links.grid {
        grid-column-gap: 1rem;
        grid-row-gap: 16px;
        flex-wrap: wrap;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex;
    }
    .service-main-wrapper {
        grid-row-gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
        display: flex;
    }
    .services-tags {
        grid-column-gap: 1rem;
        grid-row-gap: 1.25rem;
        flex-flow: wrap;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex;
    }
    .service-title-wrapper {
        grid-row-gap: 0.5rem;
        flex-direction: column;
        align-items: flex-start;
        display: flex;
    }
    .cta-image {
        z-index: 0;
        width: 19rem;
        height: 12rem;
        bottom: -34px;
        left: 16px;
        transform: rotate(-10deg);
    }
    .about-illustration {
        left: 10%;
    }
    .footer_left-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 40px;
        grid-template-columns: 1fr;
        justify-content: space-between;
        display: flex;
    }
    .footer2_right-wrapper {
        align-items: flex-start;
    }
    .line-divider.is-dark-grey.margin-vertical.margin-small.divider-mobile-no-margin {
        margin-top: 0;
    }
    .footer_bottom-wrapper {
        grid-row-gap: 6px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .multi-step-form-radio-trigger---brix {
        text-align: left;
        white-space: nowrap;
        padding-left: 60px;
        padding-right: 16px;
        font-size: 16px;
        line-height: 1.5;
    }
    .content6_component {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
    }
    .form-container {
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 0%;
    }
    .form-3 {
        grid-row-gap: 2rem;
    }
    .form-field-heading {
        text-align: center;
        font-size: 1.2rem;
    }
    .form-row-wrap-2 {
        margin-bottom: 0;
    }
    .checkbox-field-2 {
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }
    .personal-details {
        grid-template-columns: 1fr;
    }
    .text-field-2 {
        text-align: center;
    }
    .text-field-2.message {
        height: 200px;
    }
    .button-wrapper-3 {
        grid-row-gap: 1.75rem;
        text-align: center;
        align-items: center;
    }
    .legal-terms {
        text-align: center;
    }
    .submit-button-divider.margin-top.margin-xsmall.mobile-margin-form {
        text-align: center;
        margin-top: 1rem;
    }
    .contact-image {
        z-index: 0;
        width: 19rem;
        height: 9.8rem;
        bottom: 0;
        left: auto;
    }
    .layout_1row {
        grid-row-gap: 2rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
    .layout_card-3col,
    .layout_image-wrapper-3col {
        height: 50vh;
    }
    .portfolio-item.audio {
        grid-column-gap: 1rem;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 0.7fr;
        grid-auto-columns: 1fr;
        padding-bottom: 0.8rem;
        display: grid;
    }
    .portfolio-item.audio.no-top-border {
        grid-column-gap: 1rem;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 0.8fr;
        grid-auto-columns: 1fr;
        padding-bottom: 0.5rem;
        display: grid;
    }
    .services-header_content {
        width: 90vw;
        padding-top: 7rem;
        padding-bottom: 4rem;
    }
    .services-image-wrapper {
        height: 50vh;
    }
    .services-illustration {
        width: 46rem;
        height: 31rem;
        top: 17%;
        left: 42%;
    }
    .services-illustration.works-page-illustration,
    .services-illustration.project-illustration {
        top: 22%;
    }
    .services-item_component {
        grid-row-gap: 1rem;
        grid-template-columns: 1fr;
    }
    .services-item_component.margin-top.margin-large.more-margin-top-mobile {
        margin-top: 4rem;
    }
    .services-item_component.margin-bottom.margin-large.less-margin-responsive.is-template,
    .services-item_component.more-margin-mobile {
        grid-row-gap: 2rem;
    }
    .service-intro-wrapper {
        grid-row-gap: 1.5rem;
        flex-direction: column;
    }
    .services_list-grid {
        grid-row-gap: 0rem;
    }
    .services_question,
    .services_answer {
        padding-left: 0;
        padding-right: 0;
    }
    .project_background-image-wrapper {
        position: absolute;
    }
    .image-overlay-layer {
        background-color: rgba(0, 0, 0, 0.75);
    }
    .project_background-image {
        display: block;
    }
    .inner-project-page-intro {
        width: 90vw;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .project-details-grid {
        grid-row-gap: 2rem;
        flex-direction: column;
        grid-template-columns: 1fr 1fr;
        display: flex;
    }
    .project-details-grid.margin-top-1-5rem {
        grid-row-gap: 1rem;
        width: 90vw;
        max-width: 90vw;
        margin-top: 1.5rem;
    }
    .details-wrapper {
        grid-row-gap: 0rem;
    }
    .inner-project-intro {
        grid-row-gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }
    .arrow-icon.is-rotated {
        order: -1;
        width: 3rem;
        height: 3rem;
    }
    .arrow-icon.is-rotated.hide-tablet2 {
        display: block;
    }
    .project-layout_row {
        grid-row-gap: 1rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
    .project-layout_card,
    .project_image-wrapper {
        height: 50vh;
    }
    .header_content-wrapper {
        height: 100vh;
    }
    .header_images-layout {
        transform: scale(3.4);
    }
    .header_images-layout.background-color-black {
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
    }
    .header_image {
        border-radius: 5px;
    }
    .section2_component {
        grid-template-columns: 1fr;
    }
    .section2_image-wrapper {
        height: 45vh;
    }
    .service-intro-wrapper-horizontal,
    .service-intro-wrapper-vertical {
        grid-row-gap: 1.5rem;
        flex-direction: column;
    }
    .cookies-wrapper {
        display: block;
    }
    .fs-cc-banner2_component {
        z-index: 1001;
        width: auto;
        height: auto;
        display: none;
        left: 3%;
        right: 3%;
    }
    .fs-cc-banner2_text {
        font-size: 12px;
    }
    .fs-cc-banner2_buttons-wrapper {
        grid-row-gap: 2rem;
        flex-flow: row;
        justify-content: center;
        width: 100%;
    }
    .fs-cc-banner2_button {
        min-width: 4.5rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 14px;
    }
    .fs-cc-banner2_button.fs-cc-button-alt {
        min-width: 4rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .fs-cc-banner_text-link {
        font-size: 14px;
    }
    .fs-cc-prefs_component {
        z-index: 1000;
        padding: 1.5rem;
        display: none;
    }
    .fs-cc-prefs_content {
        padding: 1.5rem;
    }
    .fs-cc-prefs_title {
        font-weight: 500;
    }
    .fs-cc-prefs_space-medium {
        grid-row-gap: 0.5rem;
        flex-direction: column;
        display: flex;
    }
    .fs-cc-prefs_button {
        text-align: center;
        width: 100%;
        margin-bottom: 0.5rem;
        margin-right: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        font-family: 'Human', sans-serif;
        font-weight: 400;
    }
    .fs-cc-prefs_buttons-wrapper {
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        margin-right: 0;
    }
    .navbar {
        height: 4rem;
    }
    .padding-horizontal-2 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .padding-horizontal-2.padding-small {
        padding-left: 5%;
        padding-right: 5%;
    }
    .navbar-base {
        grid-column-gap: 0.5rem;
        height: 4rem;
    }
    .navbar-brand.w--current {
        padding-top: 0;
    }
    .text-size-small-2.text-style-allcaps.text-size-logo {
        font-size: 1.2rem;
    }
    .navbar-toggle {
        width: 1.7rem;
        height: 1.7rem;
    }
    .text-size-large-2,
    .text-size-xsmall-2 {
        font-size: 0.9rem;
    }
    .profile-pic {
        width: 8rem;
        height: 8rem;
        margin-top: 1.5rem;
    }
    .project-view-hover {
        transform: none;
    }
    .about-intro-wrapper {
        grid-row-gap: 1.5rem;
        flex-direction: column;
    }
    .about-image-wrapper {
        grid-row-gap: 1rem;
        grid-template-columns: 1fr;
    }
    .about-image-holder,
    .values-image {
        height: 50vh;
    }
    .values_row {
        flex-direction: column;
        grid-template-columns: 1fr;
        display: flex;
    }
    .achievement_component {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }
    .webflow-badge {
        height: 120px;
        display: block;
        bottom: 3%;
        right: 2%;
    }
    .footer-webflow-badge {
        width: 160px;
        margin-top: 1rem;
        margin-bottom: 0;
        margin-left: 0;
        display: block;
    }
    .template-category,
    .template-pricing {
        transform: none;
    }
    .template-header {
        grid-template-columns: 1fr;
    }
    .template-tag {
        margin-top: 0.6rem;
        margin-bottom: 0;
        transform: none;
    }
    .template-tags-wrapper {
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .clients-list {
        grid-row-gap: 0rem;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .testimonial15_client-image-wrapper {
        height: 35vh;
    }
    .testimonial15_arrow {
        top: auto;
        bottom: 0%;
        left: auto;
        right: 0%;
    }
    .testimonial15_arrow.is-left {
        top: auto;
        bottom: 0%;
        left: auto;
        right: 3.5rem;
    }
    .testimonial15_divider {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .testimonial15_slide-nav {
        top: auto;
        bottom: 0%;
        left: 0%;
        right: auto;
    }
    .testimonial15_content {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
    }
    .testimonial15_component {
        padding-top: 0;
        padding-bottom: 5.5rem;
    }
    .textimonial-text {
        font-size: 1.25rem;
    }
    .expertise-wrapper .expertise-pill {
        margin-top: 10px;
    }
    .vertical_bar_wrapper{
        display: none !important;
    }
}
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c18-b799cb68 {
    align-self: auto;
}
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c19-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c1a-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c1b-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c1c-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c1d-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c1f-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c21-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c22-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c23-b799cb68,
#w-node-_6fbb1401-e6eb-d52c-18cf-61425c9248e8-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c25-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c27-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c29-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c2b-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c2d-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c2f-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c30-b799cb68,
#w-node-c4be4c1e-d91d-d5d4-dc36-5b0465e44c31-b799cb68,
#w-node-_6c769991-6771-41cf-c14c-d11092d6378d-b799cb68,
#w-node-_6c769991-6771-41cf-c14c-d11092d6378f-b799cb68,
#w-node-_6c769991-6771-41cf-c14c-d11092d63791-b799cb68,
#w-node-_6c769991-6771-41cf-c14c-d11092d63793-b799cb68,
#w-node-_6c769991-6771-41cf-c14c-d11092d63795-b799cb68,
#w-node-_6c769991-6771-41cf-c14c-d11092d63796-b799cb68,
#w-node-_6c769991-6771-41cf-c14c-d11092d63797-b799cb68,
#w-node-_6c769991-6771-41cf-c14c-d11092d63798-b799cb68,
#w-node-_6c769991-6771-41cf-c14c-d11092d63799-b799cb68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_01bb05cb-3436-5d7b-375c-567ba57f1bc2-b799cb68,
#w-node-_01bb05cb-3436-5d7b-375c-567ba57f1bc4-b799cb68,
#w-node-_4b41e440-d2be-a31b-b133-f7731305e091-b799cb68,
#w-node-d46300de-323e-53cb-b86f-c8b47e448664-b799cb68 {
    justify-self: center;
}
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2dba-b799cb68,
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d9e-b799cb68,
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d90-b799cb68,
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2dac-b799cb68,
#w-node-_318bef03-a0bb-c4f2-9a7c-5e559af0a338-b799cb68,
#w-node-_7c2090e7-38a6-d971-48b2-41fb4b8c1b2b-b799cb68 {
    align-self: start;
}
#w-node-_5dc16257-c8eb-b61e-3495-8de538f19eae-b799cb68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e21320ba-1749-7e8c-a712-232f489a1edc-b799cb68,
#w-node-e21320ba-1749-7e8c-a712-232f489a1ede-b799cb68,
#w-node-e21320ba-1749-7e8c-a712-232f489a1ee0-b799cb68,
#w-node-ae521412-271f-1265-5a3a-e9e60994da07-b799cb68,
#w-node-_60c6a7d2-8166-ffb4-63b2-06e2d764482a-b799cb68,
#w-node-e21320ba-1749-7e8c-a712-232f489a1ee2-b799cb68,
#w-node-_5c816b6b-7d97-17d0-1b28-9a8ac51e8ac7-b799cb68,
#w-node-_7c410fc8-b76a-7146-18cc-b0f6114687b5-b799cb68,
#w-node-b8c01979-cb6e-a048-cb30-0620e9e25adc-b799cb68,
#w-node-fb170dbf-abde-fe1e-0026-76739239495d-b799cb68,
#w-node-a44e8d2f-6325-0645-ba21-1cdfb32a7e3f-b799cb68,
#w-node-_337d5523-cbef-9825-60e2-74bc9e983b5f-b799cb68,
#w-node-_3f3904fd-d397-6c51-1480-37c7f171cb40-b799cb68 {
    justify-self: center;
}
#w-node-f604a249-a824-9d7a-48f8-a6d0434dab1f-b799cb68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f604a249-a824-9d7a-48f8-a6d0434dab38-b799cb68 {
    grid-area: 1/3/2/4;
}
#w-node-f604a249-a824-9d7a-48f8-a6d0434dab46-b799cb68 {
    grid-area: 2/2/3/3;
}
#w-node-f604a249-a824-9d7a-48f8-a6d0434dab52-b799cb68 {
    grid-area: 2/3/3/4;
}
#w-node-f604a249-a824-9d7a-48f8-a6d0434dab5e-b799cb68 {
    grid-area: 2/4/3/5;
}
#w-node-_5382566c-3c22-b63f-2c36-6efa5bba36c2-5bba369a,
#w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d0bb-cec1d086,
#w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d0c9-cec1d086,
#w-node-_5d30e05e-dcd1-2769-0fc6-e0a8bc947836-cec1d086,
#w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d0d7-cec1d086,
#w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d0e6-cec1d086 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d0e7-cec1d086,
#w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d0e8-cec1d086 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d0f6-cec1d086,
#w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d0f7-cec1d086,
#w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d0ff-cec1d086,
#w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d100-cec1d086,
#w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d108-cec1d086,
#w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d109-cec1d086 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8f58bf86-ce59-f838-a791-e7a5b31d77ea-dc99cb73 {
    align-self: start;
}
#w-node-_0274a0fb-6da7-f0ca-ee81-9f67305efa2f-dc99cb73,
#w-node-_185ad7f8-7dda-5a75-16fa-1b6f7ed5e049-dc99cb73,
#w-node-_642c362b-f5a7-f720-575f-b40ea1ec6e70-dc99cb73 {
    align-self: end;
}
#w-node-_0274a0fb-6da7-f0ca-ee81-9f67305efa33-dc99cb73,
#w-node-_0274a0fb-6da7-f0ca-ee81-9f67305efa37-dc99cb73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_0274a0fb-6da7-f0ca-ee81-9f67305efa3d-dc99cb73 {
    grid-area: 4/1/5/3;
}
#w-node-_03725071-f602-c61a-4a21-d59a87e1b504-dc99cb73 {
    grid-area: 5/1/6/3;
}
#w-node-_0274a0fb-6da7-f0ca-ee81-9f67305efa6a-dc99cb73,
#w-node-_017ffa2b-7d5c-6972-74aa-ca3d67b67872-8499cb76,
#w-node-a7dbaf2f-9f2b-2ae1-03b4-4de9b7df3a41-8499cb76,
#w-node-_0b74a519-b032-5a08-7a7f-dd8ecdfff8de-8499cb76,
#w-node-ce355794-de6c-bc7e-c7e7-b4ee453c6c20-8499cb76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c9-8499cb76,
#w-node-_5d062769-4160-8596-ecbd-7573b6c254db-8499cb76 {
    align-self: start;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-8499cb76 {
    grid-area: 2/1/3/3;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0db-8499cb76 {
    align-self: start;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389a-8499cb76 {
    grid-area: 3/1/4/2;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389b-8499cb76,
#w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7631-8499cb76 {
    align-self: start;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-8499cb76 {
    grid-area: 4/1/5/3;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2c-8499cb76 {
    align-self: start;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de542-8499cb76 {
    justify-self: end;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de54c-8499cb76,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de55f-8499cb76,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de572-8499cb76 {
    align-self: start;
}
#w-node-_017ffa2b-7d5c-6972-74aa-ca3d67b67872-f299cb77,
#w-node-a7dbaf2f-9f2b-2ae1-03b4-4de9b7df3a41-f299cb77,
#w-node-_0b74a519-b032-5a08-7a7f-dd8ecdfff8de-f299cb77,
#w-node-ce355794-de6c-bc7e-c7e7-b4ee453c6c20-f299cb77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c9-f299cb77,
#w-node-_5d062769-4160-8596-ecbd-7573b6c254db-f299cb77 {
    align-self: start;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-f299cb77 {
    grid-area: 2/1/3/3;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0db-f299cb77 {
    align-self: start;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389a-f299cb77 {
    grid-area: 3/1/4/2;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389b-f299cb77,
#w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7631-f299cb77 {
    align-self: start;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-f299cb77 {
    grid-area: 4/1/5/3;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2c-f299cb77 {
    align-self: start;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de542-f299cb77 {
    justify-self: end;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de54c-f299cb77,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de55f-f299cb77,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de572-f299cb77 {
    align-self: start;
}
#w-node-_017ffa2b-7d5c-6972-74aa-ca3d67b67872-da99cb84,
#w-node-a7dbaf2f-9f2b-2ae1-03b4-4de9b7df3a41-da99cb84,
#w-node-_0b74a519-b032-5a08-7a7f-dd8ecdfff8de-da99cb84,
#w-node-ce355794-de6c-bc7e-c7e7-b4ee453c6c20-da99cb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c8-da99cb84 {
    grid-area: 1/1/2/2;
}
#w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c9-da99cb84,
#w-node-_5d062769-4160-8596-ecbd-7573b6c254db-da99cb84 {
    align-self: start;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-da99cb84 {
    grid-area: 2/1/3/3;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0db-da99cb84 {
    align-self: start;
}
#w-node-c5e32314-a2ca-cd1d-ba42-3299b5cae2cd-da99cb84 {
    grid-area: 3/1/4/3;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389a-da99cb84 {
    grid-area: 4/1/5/2;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389b-da99cb84 {
    align-self: start;
}
#w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7630-da99cb84 {
    grid-area: 4/2/5/3;
}
#w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7631-da99cb84 {
    align-self: start;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-da99cb84 {
    grid-area: 5/1/6/3;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2c-da99cb84 {
    align-self: start;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de542-da99cb84 {
    justify-self: end;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de54c-da99cb84,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de55f-da99cb84,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de572-da99cb84 {
    align-self: start;
}
#w-node-_017ffa2b-7d5c-6972-74aa-ca3d67b67872-5199cb89,
#w-node-a7dbaf2f-9f2b-2ae1-03b4-4de9b7df3a41-5199cb89,
#w-node-_0b74a519-b032-5a08-7a7f-dd8ecdfff8de-5199cb89,
#w-node-ce355794-de6c-bc7e-c7e7-b4ee453c6c20-5199cb89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c9-5199cb89,
#w-node-_5d062769-4160-8596-ecbd-7573b6c254db-5199cb89 {
    align-self: start;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-5199cb89 {
    grid-area: 2/1/3/3;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0db-5199cb89 {
    align-self: start;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389a-5199cb89 {
    grid-area: 3/1/4/2;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389b-5199cb89,
#w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7631-5199cb89 {
    align-self: start;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-5199cb89 {
    grid-area: 4/1/5/3;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2c-5199cb89 {
    align-self: start;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de54c-5199cb89,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de55f-5199cb89,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de572-5199cb89 {
    align-self: start;
}
#w-node-_017ffa2b-7d5c-6972-74aa-ca3d67b67872-6d99cb8a,
#w-node-a7dbaf2f-9f2b-2ae1-03b4-4de9b7df3a41-6d99cb8a,
#w-node-_0b74a519-b032-5a08-7a7f-dd8ecdfff8de-6d99cb8a,
#w-node-ce355794-de6c-bc7e-c7e7-b4ee453c6c20-6d99cb8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c9-6d99cb8a,
#w-node-_5d062769-4160-8596-ecbd-7573b6c254db-6d99cb8a {
    align-self: start;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-6d99cb8a {
    grid-area: 2/1/3/3;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0db-6d99cb8a {
    align-self: start;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389a-6d99cb8a {
    grid-area: 3/1/4/2;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389b-6d99cb8a,
#w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7631-6d99cb8a {
    align-self: start;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-6d99cb8a {
    grid-area: 4/1/5/3;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2c-6d99cb8a {
    align-self: start;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de542-6d99cb8a {
    justify-self: end;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de54c-6d99cb8a,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de55f-6d99cb8a,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de572-6d99cb8a {
    align-self: start;
}
#w-node-_1d3638ad-0162-b524-baa6-dfe51649420c-3d99cb8b,
#w-node-_1c38e4d5-dd5a-ae67-c183-b1e3c7acb989-3d99cb8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-db6fa046-72a6-f095-754f-7e5c3082a1a4-3d99cb8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-db6fa046-72a6-f095-754f-7e5c3082a1b8-3d99cb8b {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_1533e1c8-4b7a-075f-3d44-04f6d86da2c0-3d99cb8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_1533e1c8-4b7a-075f-3d44-04f6d86da2c7-3d99cb8b {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_2e7466d9-7449-57f1-5c51-d805ff196e9a-3d99cb8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2e7466d9-7449-57f1-5c51-d805ff196ea4-3d99cb8b {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-aae9f569-33e7-f4ba-f43e-58386e58bb5e-3d99cb8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-aae9f569-33e7-f4ba-f43e-58386e58bb68-3d99cb8b {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_7c406de9-02d3-ff49-962f-da90ebc1bc34-3d99cb8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7c406de9-02d3-ff49-962f-da90ebc1bc3e-3d99cb8b {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_7e2a8079-040a-0630-7001-2a2c0612ba0d-3d99cb8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7e2a8079-040a-0630-7001-2a2c0612ba17-3d99cb8b {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-aea7f3b3-acb7-fdea-a7d6-cb916c8bee8c-3d99cb8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-aea7f3b3-acb7-fdea-a7d6-cb916c8bee96-3d99cb8b {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-aef6e5b3-85c9-bb5f-dff2-55620e0f2890-3d99cb8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-aef6e5b3-85c9-bb5f-dff2-55620e0f289a-3d99cb8b {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-d9a60fe1-0059-c612-8918-fbefd4192a5d-3d99cb8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-d9a60fe1-0059-c612-8918-fbefd4192a64-3d99cb8b {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-a78aac6a-210c-4532-901a-a61b1b1bf3f8-3d99cb8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a78aac6a-210c-4532-901a-a61b1b1bf3ff-3d99cb8b {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d90-3d99cb8b,
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d9e-3d99cb8b,
#w-node-c01d71bb-51cf-5d27-1e29-4376400372fb-3d99cb8b {
    align-self: start;
}
#w-node-_017ffa2b-7d5c-6972-74aa-ca3d67b67872-0799cba5,
#w-node-a7dbaf2f-9f2b-2ae1-03b4-4de9b7df3a41-0799cba5,
#w-node-_0b74a519-b032-5a08-7a7f-dd8ecdfff8de-0799cba5,
#w-node-ce355794-de6c-bc7e-c7e7-b4ee453c6c20-0799cba5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c9-0799cba5,
#w-node-_5d062769-4160-8596-ecbd-7573b6c254db-0799cba5 {
    align-self: start;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-0799cba5 {
    grid-area: 2/1/3/3;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0db-0799cba5 {
    align-self: start;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389a-0799cba5 {
    grid-area: 3/1/4/2;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389b-0799cba5,
#w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7631-0799cba5 {
    align-self: start;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-0799cba5 {
    grid-area: 4/1/5/3;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2c-0799cba5 {
    align-self: start;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de542-0799cba5 {
    justify-self: end;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de54c-0799cba5,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de55f-0799cba5,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de572-0799cba5 {
    align-self: start;
}
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bb-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bc-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bd-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bf-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c1-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c2-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c3-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c4-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c5-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c6-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c7-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c8-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c9-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85ca-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cb-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cc-1199cba7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d90-1199cba7,
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d9e-1199cba7,
#w-node-c01d71bb-51cf-5d27-1e29-4376400372fb-1199cba7 {
    align-self: start;
}
#w-node-ab6ee7c2-b85b-7898-5d8b-180cf6b7452e-1199cba7,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bb-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bc-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bd-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bf-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c1-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c2-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c3-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c4-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c5-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c6-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c7-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c8-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c9-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85ca-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cb-d599cba8,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cc-d599cba8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d90-d599cba8,
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d9e-d599cba8,
#w-node-c01d71bb-51cf-5d27-1e29-4376400372fb-d599cba8 {
    align-self: start;
}
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bb-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bc-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bd-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bf-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c1-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c2-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c3-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c4-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c5-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c6-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c7-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c8-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c9-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85ca-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cb-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cc-ed99cba9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d90-ed99cba9,
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d9e-ed99cba9,
#w-node-c01d71bb-51cf-5d27-1e29-4376400372fb-ed99cba9 {
    align-self: start;
}
#w-node-ab6ee7c2-b85b-7898-5d8b-180cf6b7452e-ed99cba9,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bb-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bc-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bd-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bf-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c1-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c2-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c3-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c4-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c5-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c6-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c7-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c8-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c9-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85ca-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cb-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cc-6599cbaa {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d90-6599cbaa,
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d9e-6599cbaa,
#w-node-c01d71bb-51cf-5d27-1e29-4376400372fb-6599cbaa {
    align-self: start;
}
#w-node-ab6ee7c2-b85b-7898-5d8b-180cf6b7452e-6599cbaa,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bb-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bc-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bd-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bf-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c1-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c2-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c3-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c4-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c5-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c6-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c7-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c8-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c9-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85ca-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cb-6499cbab,
#w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cc-6499cbab {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b8e98125-184a-268b-b52b-f717b19f0757-6499cbab,
#w-node-b8e98125-184a-268b-b52b-f717b19f076a-6499cbab,
#w-node-b8e98125-184a-268b-b52b-f717b19f077d-6499cbab,
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d90-6499cbab,
#w-node-_0a8d4646-a119-63db-59f6-176ef3cb2d9e-6499cbab,
#w-node-c01d71bb-51cf-5d27-1e29-4376400372fb-6499cbab {
    align-self: start;
}
#w-node-ab6ee7c2-b85b-7898-5d8b-180cf6b7452e-6499cbab {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7beea181-a82b-f88a-a05f-8402f4d9964a-8499cbac,
#w-node-_1daae3ce-e479-87ce-40c6-7e6c0d99e6e4-8499cbac,
#w-node-da086385-8093-46cd-4190-d5f58b51e9ef-8499cbac,
#w-node-e0f3bfd2-91a0-ac8b-127c-8c78b42670b1-8499cbac,
#w-node-_2109eb27-a14a-eb4d-9138-7898ea8ee698-8499cbac,
#w-node-_2109eb27-a14a-eb4d-9138-7898ea8ee6d1-8499cbac,
#w-node-_2109eb27-a14a-eb4d-9138-7898ea8ee6ab-8499cbac,
#w-node-_636ae425-a385-ea8a-c6d6-baae617f2530-8499cbac,
#w-node-_2109eb27-a14a-eb4d-9138-7898ea8ee6be-8499cbac,
#w-node-_24e221a7-af03-7bee-29c4-dfd4d5f40217-8499cbac,
#w-node-e0fcfe5d-cde1-89ed-193c-0cec8aaf7b65-8499cbac {
    align-self: start;
}
#w-node-_2388905c-c889-ea67-beec-69c07c31c02c-926353d2 {
    grid-area: 2/1/3/3;
}
#w-node-_2388905c-c889-ea67-beec-69c07c31c040-926353d2,
#w-node-_2388905c-c889-ea67-beec-69c07c31c043-926353d2 {
    align-self: start;
}
#w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40a87-926353d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40a9c-926353d2 {
    grid-area: 1/3/2/4;
}
#w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40aa8-926353d2 {
    grid-area: 2/2/3/3;
}
#w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40ab2-926353d2 {
    grid-area: 2/3/3/4;
}
#w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40abc-926353d2 {
    grid-area: 2/4/3/5;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec59311775eb-926353d2 {
    align-self: start;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec59311775f0-926353d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec59311775f7-926353d2 {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-f476b000-7e2b-0969-4cdf-4831cfbececc-926353d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f476b000-7e2b-0969-4cdf-4831cfbeced3-926353d2 {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-cf1af2f2-9d58-f8ff-54bd-f2ce609ff9bd-926353d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-cf1af2f2-9d58-f8ff-54bd-f2ce609ff9c7-926353d2 {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec59311775f9-926353d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec5931177603-926353d2 {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec5931177605-926353d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec593117760c-926353d2 {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec593117760e-926353d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec5931177615-926353d2 {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec5931177617-926353d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec5931177621-926353d2 {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec5931177623-926353d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec593117762a-926353d2 {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec593117762c-926353d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec5931177633-926353d2 {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec5931177635-926353d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9280a1a6-b717-0cc2-ff91-ec593117763c-926353d2 {
    align-self: stretch;
    justify-self: stretch;
}
#w-node-_017ffa2b-7d5c-6972-74aa-ca3d67b67872-3da4548c,
#w-node-a7dbaf2f-9f2b-2ae1-03b4-4de9b7df3a41-3da4548c,
#w-node-_0b74a519-b032-5a08-7a7f-dd8ecdfff8de-3da4548c,
#w-node-ce355794-de6c-bc7e-c7e7-b4ee453c6c20-3da4548c {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c9-3da4548c,
#w-node-_5d062769-4160-8596-ecbd-7573b6c254db-3da4548c {
    align-self: start;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-3da4548c {
    grid-area: 2/1/3/3;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0db-3da4548c {
    align-self: start;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389a-3da4548c {
    grid-area: 3/1/4/2;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389b-3da4548c,
#w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7631-3da4548c {
    align-self: start;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-3da4548c {
    grid-area: 4/1/5/3;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2c-3da4548c {
    align-self: start;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de542-3da4548c {
    justify-self: end;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de54c-3da4548c,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de55f-3da4548c,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de572-3da4548c,
#w-node-_2109eb27-a14a-eb4d-9138-7898ea8ee6ab-15da59e2,
#w-node-_0ec3003b-d178-8046-219e-99f82687430c-15da59e2,
#w-node-_878671a5-5fbf-79df-a608-a96ccdb767e4-15da59e2 {
    align-self: start;
}
#w-node-_01461c53-6d41-08cc-09bb-7495b069e297-15da59e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_01461c53-6d41-08cc-09bb-7495b069e2b0-15da59e2 {
    grid-area: 1/3/2/4;
}
#w-node-_01461c53-6d41-08cc-09bb-7495b069e2be-15da59e2 {
    grid-area: 2/2/3/3;
}
#w-node-_01461c53-6d41-08cc-09bb-7495b069e2ca-15da59e2 {
    grid-area: 2/3/3/4;
}
#w-node-_01461c53-6d41-08cc-09bb-7495b069e2d6-15da59e2 {
    grid-area: 2/4/3/5;
}
#w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e148-e723c24d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e15f-e723c24d {
    grid-area: 1/3/2/4;
}
#w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e16c-e723c24d {
    grid-area: 2/2/3/3;
}
#w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e177-e723c24d {
    grid-area: 2/3/3/4;
}
#w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e182-e723c24d {
    grid-area: 2/4/3/5;
}
#w-node-_56b98187-191c-2afe-9703-d27cc6151794-b31ec2ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_56b98187-191c-2afe-9703-d27cc61517ab-b31ec2ea {
    grid-area: 1/3/2/4;
}
#w-node-_56b98187-191c-2afe-9703-d27cc61517b8-b31ec2ea {
    grid-area: 2/2/3/3;
}
#w-node-_56b98187-191c-2afe-9703-d27cc61517c3-b31ec2ea {
    grid-area: 2/3/3/4;
}
#w-node-_56b98187-191c-2afe-9703-d27cc61517ce-b31ec2ea {
    grid-area: 2/4/3/5;
}
#w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc485420c-65efcc15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc4854223-65efcc15 {
    grid-area: 1/3/2/4;
}
#w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc4854230-65efcc15 {
    grid-area: 2/2/3/3;
}
#w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc485423b-65efcc15 {
    grid-area: 2/3/3/4;
}
#w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc4854246-65efcc15 {
    grid-area: 2/4/3/5;
}
#w-node-_017ffa2b-7d5c-6972-74aa-ca3d67b67872-a23251c5,
#w-node-a7dbaf2f-9f2b-2ae1-03b4-4de9b7df3a41-a23251c5,
#w-node-_0b74a519-b032-5a08-7a7f-dd8ecdfff8de-a23251c5,
#w-node-ce355794-de6c-bc7e-c7e7-b4ee453c6c20-a23251c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c9-a23251c5,
#w-node-_5d062769-4160-8596-ecbd-7573b6c254db-a23251c5 {
    align-self: start;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-a23251c5 {
    grid-area: 2/1/3/3;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0db-a23251c5 {
    align-self: start;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389a-a23251c5 {
    grid-area: 3/1/4/2;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389b-a23251c5,
#w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7631-a23251c5 {
    align-self: start;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-a23251c5 {
    grid-area: 4/1/5/3;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2c-a23251c5 {
    align-self: start;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de542-a23251c5 {
    justify-self: end;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de54c-a23251c5,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de55f-a23251c5,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de572-a23251c5 {
    align-self: start;
}
#w-node-_017ffa2b-7d5c-6972-74aa-ca3d67b67872-615edcf4,
#w-node-a7dbaf2f-9f2b-2ae1-03b4-4de9b7df3a41-615edcf4,
#w-node-_0b74a519-b032-5a08-7a7f-dd8ecdfff8de-615edcf4,
#w-node-ce355794-de6c-bc7e-c7e7-b4ee453c6c20-615edcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c9-615edcf4,
#w-node-_5d062769-4160-8596-ecbd-7573b6c254db-615edcf4 {
    align-self: start;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-615edcf4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0db-615edcf4 {
    align-self: start;
}
#w-node-b0a6ef62-ee8e-1ecb-c634-0fecf7b42d84-615edcf4 {
    grid-area: 3/1/4/3;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389a-615edcf4 {
    grid-area: 4/1/5/2;
}
#w-node-b9964852-2409-388e-9212-4cefaef9389b-615edcf4 {
    align-self: start;
}
#w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7630-615edcf4 {
    grid-area: 4/2/5/3;
}
#w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7631-615edcf4 {
    align-self: start;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-615edcf4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2c-615edcf4 {
    align-self: start;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de542-615edcf4 {
    justify-self: end;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de54c-615edcf4,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de55f-615edcf4,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de572-615edcf4 {
    align-self: start;
}
#w-node-_017ffa2b-7d5c-6972-74aa-ca3d67b67872-1dc508ba,
#w-node-a7dbaf2f-9f2b-2ae1-03b4-4de9b7df3a41-1dc508ba,
#w-node-_0b74a519-b032-5a08-7a7f-dd8ecdfff8de-1dc508ba,
#w-node-ce355794-de6c-bc7e-c7e7-b4ee453c6c20-1dc508ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe514-1dc508ba {
    grid-area: 1/1/2/2;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe515-1dc508ba,
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe519-1dc508ba {
    align-self: start;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe51c-1dc508ba {
    grid-area: 2/1/3/3;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe51d-1dc508ba {
    align-self: start;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe520-1dc508ba {
    grid-area: 3/1/4/3;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe536-1dc508ba {
    grid-area: 4/1/5/2;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe537-1dc508ba {
    align-self: start;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe53a-1dc508ba {
    grid-area: 4/2/5/3;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe53b-1dc508ba {
    align-self: start;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe53e-1dc508ba {
    grid-area: 5/1/6/3;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe53f-1dc508ba {
    align-self: start;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de542-1dc508ba {
    justify-self: end;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de54c-1dc508ba,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de55f-1dc508ba,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de572-1dc508ba {
    align-self: start;
}
#w-node-_017ffa2b-7d5c-6972-74aa-ca3d67b67872-e5df4dcf,
#w-node-a7dbaf2f-9f2b-2ae1-03b4-4de9b7df3a41-e5df4dcf,
#w-node-_0b74a519-b032-5a08-7a7f-dd8ecdfff8de-e5df4dcf,
#w-node-ce355794-de6c-bc7e-c7e7-b4ee453c6c20-e5df4dcf {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe514-e5df4dcf {
    grid-area: 1/1/2/2;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe515-e5df4dcf,
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe519-e5df4dcf {
    align-self: start;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe51c-e5df4dcf {
    grid-area: 2/1/3/3;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe51d-e5df4dcf {
    align-self: start;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe520-e5df4dcf {
    grid-area: 3/1/4/3;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe536-e5df4dcf {
    grid-area: 3/1/4/2;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe537-e5df4dcf {
    align-self: start;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe53a-e5df4dcf {
    grid-area: 3/2/4/3;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe53b-e5df4dcf {
    align-self: start;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe53e-e5df4dcf {
    grid-area: 4/1/5/3;
}
#w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe53f-e5df4dcf {
    align-self: start;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de542-e5df4dcf {
    justify-self: end;
}
#w-node-_09207a88-6a07-8118-e976-3fb85d7de54c-e5df4dcf,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de55f-e5df4dcf,
#w-node-_09207a88-6a07-8118-e976-3fb85d7de572-e5df4dcf {
    align-self: start;
}
@media screen and (max-width: 991px) {
    #w-node-f604a249-a824-9d7a-48f8-a6d0434dab20-b799cb68 {
        grid-area: 1/1/2/3;
    }
    #w-node-f604a249-a824-9d7a-48f8-a6d0434dab2c-b799cb68 {
        grid-area: 1/3/2/5;
    }
    #w-node-f604a249-a824-9d7a-48f8-a6d0434dab38-b799cb68 {
        grid-area: 2/1/3/3;
    }
    #w-node-f604a249-a824-9d7a-48f8-a6d0434dab44-b799cb68 {
        grid-area: 1/1/2/3;
    }
    #w-node-f604a249-a824-9d7a-48f8-a6d0434dab46-b799cb68 {
        grid-column: 3/5;
    }
    #w-node-f604a249-a824-9d7a-48f8-a6d0434dab52-b799cb68 {
        grid-area: 3/1/4/3;
    }
    #w-node-f604a249-a824-9d7a-48f8-a6d0434dab5e-b799cb68 {
        grid-row: 3/4;
        grid-column-start: 3;
    }
    #w-node-f604a249-a824-9d7a-48f8-a6d0434dab6a-b799cb68 {
        grid-area: 1/1/2/3;
    }
    #w-node-_5382566c-3c22-b63f-2c36-6efa5bba36a0-5bba369a {
        grid-area: 1/1/2/4;
    }
    #w-node-_5382566c-3c22-b63f-2c36-6efa5bba36a2-5bba369a {
        grid-area: 2/1/3/3;
    }
    #w-node-_5382566c-3c22-b63f-2c36-6efa5bba36db-5bba369a {
        grid-area: 2/3/3/4;
    }
    #w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c8-8499cb76 {
        grid-area: 1/1/2/3;
    }
    #w-node-_5d062769-4160-8596-ecbd-7573b6c254da-8499cb76 {
        grid-area: 2/1/3/3;
    }
    #w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-8499cb76 {
        grid-row: 3/4;
    }
    #w-node-b9964852-2409-388e-9212-4cefaef9389a-8499cb76 {
        grid-row: 4/5;
        grid-column-end: 3;
    }
    #w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7630-8499cb76 {
        grid-area: 5/1/6/3;
    }
    #w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-8499cb76 {
        grid-row: 6/7;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-8499cb76 {
        justify-self: auto;
    }
    #w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c8-f299cb77 {
        grid-area: 1/1/2/3;
    }
    #w-node-_5d062769-4160-8596-ecbd-7573b6c254da-f299cb77 {
        grid-area: 2/1/3/3;
    }
    #w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-f299cb77 {
        grid-row: 3/4;
    }
    #w-node-b9964852-2409-388e-9212-4cefaef9389a-f299cb77 {
        grid-row: 4/5;
        grid-column-end: 3;
    }
    #w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7630-f299cb77 {
        grid-area: 5/1/6/3;
    }
    #w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-f299cb77 {
        grid-row: 6/7;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-f299cb77 {
        justify-self: auto;
    }
    #w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c8-da99cb84 {
        grid-area: 1/1/2/3;
    }
    #w-node-_5d062769-4160-8596-ecbd-7573b6c254da-da99cb84 {
        grid-area: 2/1/3/3;
    }
    #w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-da99cb84 {
        grid-row: 3/4;
    }
    #w-node-c5e32314-a2ca-cd1d-ba42-3299b5cae2cd-da99cb84 {
        grid-area: 4/1/5/3;
    }
    #w-node-b9964852-2409-388e-9212-4cefaef9389a-da99cb84 {
        grid-row: 5/6;
        grid-column-end: 3;
    }
    #w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7630-da99cb84 {
        grid-area: 6/1/7/3;
    }
    #w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-da99cb84 {
        grid-row: 7/8;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-da99cb84 {
        justify-self: auto;
    }
    #w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c8-5199cb89 {
        grid-area: 1/1/2/3;
    }
    #w-node-_5d062769-4160-8596-ecbd-7573b6c254da-5199cb89 {
        grid-area: 2/1/3/3;
    }
    #w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-5199cb89 {
        grid-row: 3/4;
    }
    #w-node-b9964852-2409-388e-9212-4cefaef9389a-5199cb89 {
        grid-row: 4/5;
        grid-column-end: 3;
    }
    #w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7630-5199cb89 {
        grid-area: 5/1/6/3;
    }
    #w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-5199cb89 {
        grid-row: 6/7;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-5199cb89 {
        justify-self: auto;
    }
    #w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c8-6d99cb8a {
        grid-area: 1/1/2/3;
    }
    #w-node-_5d062769-4160-8596-ecbd-7573b6c254da-6d99cb8a {
        grid-area: 2/1/3/3;
    }
    #w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-6d99cb8a {
        grid-row: 3/4;
    }
    #w-node-b9964852-2409-388e-9212-4cefaef9389a-6d99cb8a {
        grid-row: 4/5;
        grid-column-end: 3;
    }
    #w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7630-6d99cb8a {
        grid-area: 5/1/6/3;
    }
    #w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-6d99cb8a {
        grid-row: 6/7;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-6d99cb8a {
        justify-self: auto;
    }
    #w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c8-0799cba5 {
        grid-area: 1/1/2/3;
    }
    #w-node-_5d062769-4160-8596-ecbd-7573b6c254da-0799cba5 {
        grid-area: 2/1/3/3;
    }
    #w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-0799cba5 {
        grid-row: 3/4;
    }
    #w-node-b9964852-2409-388e-9212-4cefaef9389a-0799cba5 {
        grid-row: 4/5;
        grid-column-end: 3;
    }
    #w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7630-0799cba5 {
        grid-area: 5/1/6/3;
    }
    #w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-0799cba5 {
        grid-row: 6/7;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-0799cba5 {
        justify-self: auto;
    }
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bd-1199cba7,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bf-1199cba7,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c1-1199cba7,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c3-1199cba7,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c5-1199cba7,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c7-1199cba7,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c9-1199cba7,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cb-1199cba7 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    #w-node-da036270-02d5-811f-74c6-b4bd91a51fa5-1199cba7,
    #w-node-_6f439179-3ac2-63d9-9220-630282a71bde-1199cba7 {
        order: -9999;
    }
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bd-d599cba8,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bf-d599cba8,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c1-d599cba8,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c3-d599cba8,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c5-d599cba8,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c7-d599cba8,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c9-d599cba8,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cb-d599cba8 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    #w-node-da036270-02d5-811f-74c6-b4bd91a51fa5-d599cba8,
    #w-node-_6f439179-3ac2-63d9-9220-630282a71bde-d599cba8 {
        order: -9999;
    }
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bd-ed99cba9,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bf-ed99cba9,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c1-ed99cba9,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c3-ed99cba9,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c5-ed99cba9,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c7-ed99cba9,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c9-ed99cba9,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cb-ed99cba9 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    #w-node-da036270-02d5-811f-74c6-b4bd91a51fa5-ed99cba9,
    #w-node-_6f439179-3ac2-63d9-9220-630282a71bde-ed99cba9 {
        order: -9999;
    }
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bd-6599cbaa,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bf-6599cbaa,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c1-6599cbaa,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c3-6599cbaa,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c5-6599cbaa,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c7-6599cbaa,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c9-6599cbaa,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cb-6599cbaa {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    #w-node-da036270-02d5-811f-74c6-b4bd91a51fa5-6599cbaa,
    #w-node-_6f439179-3ac2-63d9-9220-630282a71bde-6599cbaa {
        order: -9999;
    }
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bd-6499cbab,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85bf-6499cbab,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c1-6499cbab,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c3-6499cbab,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c5-6499cbab,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c7-6499cbab,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85c9-6499cbab,
    #w-node-caaf6f2b-b7de-7ad6-86f9-53481faa85cb-6499cbab {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    #w-node-da036270-02d5-811f-74c6-b4bd91a51fa5-6499cbab,
    #w-node-_970c66b2-a6d6-8376-41e8-dd994e645537-6499cbab {
        order: -9999;
    }
    #w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40a88-926353d2 {
        grid-area: 1/1/2/3;
    }
    #w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40a92-926353d2 {
        grid-area: 1/3/2/5;
    }
    #w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40a9c-926353d2 {
        grid-area: 2/1/3/3;
    }
    #w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40aa6-926353d2 {
        grid-area: 1/1/2/3;
    }
    #w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40aa8-926353d2 {
        grid-column: 3/5;
    }
    #w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40ab2-926353d2 {
        grid-area: 3/1/4/3;
    }
    #w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40abc-926353d2 {
        grid-row: 3/4;
        grid-column-start: 3;
    }
    #w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40ac6-926353d2,
    #w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c8-3da4548c {
        grid-area: 1/1/2/3;
    }
    #w-node-_5d062769-4160-8596-ecbd-7573b6c254da-3da4548c {
        grid-area: 2/1/3/3;
    }
    #w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-3da4548c {
        grid-row: 3/4;
    }
    #w-node-b9964852-2409-388e-9212-4cefaef9389a-3da4548c {
        grid-row: 4/5;
        grid-column-end: 3;
    }
    #w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7630-3da4548c {
        grid-area: 5/1/6/3;
    }
    #w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-3da4548c {
        grid-row: 6/7;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-3da4548c {
        justify-self: auto;
    }
    #w-node-_01461c53-6d41-08cc-09bb-7495b069e298-15da59e2 {
        grid-area: 1/1/2/3;
    }
    #w-node-_01461c53-6d41-08cc-09bb-7495b069e2a4-15da59e2 {
        grid-area: 1/3/2/5;
    }
    #w-node-_01461c53-6d41-08cc-09bb-7495b069e2b0-15da59e2 {
        grid-area: 2/1/3/3;
    }
    #w-node-_01461c53-6d41-08cc-09bb-7495b069e2bc-15da59e2 {
        grid-area: 1/1/2/3;
    }
    #w-node-_01461c53-6d41-08cc-09bb-7495b069e2be-15da59e2 {
        grid-column: 3/5;
    }
    #w-node-_01461c53-6d41-08cc-09bb-7495b069e2ca-15da59e2 {
        grid-area: 3/1/4/3;
    }
    #w-node-_01461c53-6d41-08cc-09bb-7495b069e2d6-15da59e2 {
        grid-row: 3/4;
        grid-column-start: 3;
    }
    #w-node-_01461c53-6d41-08cc-09bb-7495b069e2e2-15da59e2,
    #w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e149-e723c24d {
        grid-area: 1/1/2/3;
    }
    #w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e154-e723c24d {
        grid-area: 1/3/2/5;
    }
    #w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e15f-e723c24d {
        grid-area: 2/1/3/3;
    }
    #w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e16a-e723c24d {
        grid-area: 1/1/2/3;
    }
    #w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e16c-e723c24d {
        grid-column: 3/5;
    }
    #w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e177-e723c24d {
        grid-area: 3/1/4/3;
    }
    #w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e182-e723c24d {
        grid-row: 3/4;
        grid-column-start: 3;
    }
    #w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e18d-e723c24d,
    #w-node-_56b98187-191c-2afe-9703-d27cc6151795-b31ec2ea {
        grid-area: 1/1/2/3;
    }
    #w-node-_56b98187-191c-2afe-9703-d27cc61517a0-b31ec2ea {
        grid-area: 1/3/2/5;
    }
    #w-node-_56b98187-191c-2afe-9703-d27cc61517ab-b31ec2ea {
        grid-area: 2/1/3/3;
    }
    #w-node-_56b98187-191c-2afe-9703-d27cc61517b6-b31ec2ea {
        grid-area: 1/1/2/3;
    }
    #w-node-_56b98187-191c-2afe-9703-d27cc61517b8-b31ec2ea {
        grid-column: 3/5;
    }
    #w-node-_56b98187-191c-2afe-9703-d27cc61517c3-b31ec2ea {
        grid-area: 3/1/4/3;
    }
    #w-node-_56b98187-191c-2afe-9703-d27cc61517ce-b31ec2ea {
        grid-row: 3/4;
        grid-column-start: 3;
    }
    #w-node-_56b98187-191c-2afe-9703-d27cc61517d9-b31ec2ea,
    #w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc485420d-65efcc15 {
        grid-area: 1/1/2/3;
    }
    #w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc4854218-65efcc15 {
        grid-area: 1/3/2/5;
    }
    #w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc4854223-65efcc15 {
        grid-area: 2/1/3/3;
    }
    #w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc485422e-65efcc15 {
        grid-area: 1/1/2/3;
    }
    #w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc4854230-65efcc15 {
        grid-column: 3/5;
    }
    #w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc485423b-65efcc15 {
        grid-area: 3/1/4/3;
    }
    #w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc4854246-65efcc15 {
        grid-row: 3/4;
        grid-column-start: 3;
    }
    #w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc4854251-65efcc15,
    #w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c8-a23251c5 {
        grid-area: 1/1/2/3;
    }
    #w-node-_5d062769-4160-8596-ecbd-7573b6c254da-a23251c5 {
        grid-area: 2/1/3/3;
    }
    #w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-a23251c5 {
        grid-row: 3/4;
    }
    #w-node-b9964852-2409-388e-9212-4cefaef9389a-a23251c5 {
        grid-row: 4/5;
        grid-column-end: 3;
    }
    #w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7630-a23251c5 {
        grid-area: 5/1/6/3;
    }
    #w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-a23251c5 {
        grid-row: 6/7;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-a23251c5 {
        justify-self: auto;
    }
    #w-node-ef1a9b17-1272-732d-efc3-e7e8b1f907c8-615edcf4,
    #w-node-_5d062769-4160-8596-ecbd-7573b6c254da-615edcf4 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
    #w-node-_893b8e0c-7a10-2b0f-6731-6605127cb0da-615edcf4 {
        grid-row: 3/4;
    }
    #w-node-b0a6ef62-ee8e-1ecb-c634-0fecf7b42d84-615edcf4,
    #w-node-b9964852-2409-388e-9212-4cefaef9389a-615edcf4,
    #w-node-c643ed0d-c9e2-ab8d-3bed-1bc388fe7630-615edcf4 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
    #w-node-_7599574a-119e-5301-0a6e-1682cbaf3e2b-615edcf4 {
        grid-row: 6/7;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-615edcf4 {
        justify-self: auto;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe514-1dc508ba {
        grid-area: 1/1/2/3;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe518-1dc508ba {
        grid-area: 2/1/3/3;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe51c-1dc508ba {
        grid-row: 3/4;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe520-1dc508ba {
        grid-area: 4/1/5/3;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe536-1dc508ba {
        grid-row: 5/6;
        grid-column-end: 3;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe53a-1dc508ba {
        grid-area: 6/1/7/3;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe53e-1dc508ba {
        grid-row: 7/8;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-1dc508ba {
        justify-self: auto;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe514-e5df4dcf {
        grid-area: 1/1/2/3;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe518-e5df4dcf {
        grid-area: 2/1/3/3;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe51c-e5df4dcf {
        grid-row: 3/4;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe520-e5df4dcf {
        grid-area: 4/1/5/3;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe536-e5df4dcf {
        grid-row: 4/5;
        grid-column-end: 3;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe53a-e5df4dcf {
        grid-area: 5/1/6/3;
    }
    #w-node-_1a800e06-85dc-b6ff-5824-50f5ef0fe53e-e5df4dcf {
        grid-row: 6/7;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-e5df4dcf {
        justify-self: auto;
    }
}
@media screen and (max-width: 767px) {
    #w-node-_0917d74e-d7a8-f0e4-4a88-0a5d3a97ea9a-b799cb68,
    #w-node-_0917d74e-d7a8-f0e4-4a88-0a5d3a97ea8a-b799cb68,
    #w-node-_0917d74e-d7a8-f0e4-4a88-0a5d3a97ea7a-b799cb68 {
        order: -9999;
    }
    #w-node-_5382566c-3c22-b63f-2c36-6efa5bba36a0-5bba369a {
        grid-area: 1/1/2/4;
    }
    #w-node-_5382566c-3c22-b63f-2c36-6efa5bba36db-5bba369a {
        grid-column-start: 2;
    }
    #w-node-_5382566c-3c22-b63f-2c36-6efa5bba36f0-5bba369a {
        grid-area: 4/1/5/2;
    }
    #w-node-_2c5ab271-6501-b728-21ed-c1b3cec1d0f5-cec1d086 {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }
}
@media screen and (max-width: 479px) {
    #w-node-f604a249-a824-9d7a-48f8-a6d0434dab20-b799cb68,
    #w-node-f604a249-a824-9d7a-48f8-a6d0434dab44-b799cb68,
    #w-node-f604a249-a824-9d7a-48f8-a6d0434dab6a-b799cb68 {
        grid-area: 1/1/2/3;
    }
    #w-node-_5382566c-3c22-b63f-2c36-6efa5bba36a0-5bba369a {
        grid-area: 1/1/2/4;
    }
    #w-node-_5382566c-3c22-b63f-2c36-6efa5bba36a2-5bba369a {
        grid-area: 3/1/4/4;
    }
    #w-node-_5382566c-3c22-b63f-2c36-6efa5bba36db-5bba369a {
        grid-row-start: 2;
        grid-column-start: 1;
    }
    #w-node-_0274a0fb-6da7-f0ca-ee81-9f67305efa2b-dc99cb73,
    #w-node-_0274a0fb-6da7-f0ca-ee81-9f67305efa2f-dc99cb73,
    #w-node-_185ad7f8-7dda-5a75-16fa-1b6f7ed5e049-dc99cb73,
    #w-node-_642c362b-f5a7-f720-575f-b40ea1ec6e70-dc99cb73,
    #w-node-_0274a0fb-6da7-f0ca-ee81-9f67305efa33-dc99cb73,
    #w-node-_0274a0fb-6da7-f0ca-ee81-9f67305efa37-dc99cb73 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
    #w-node-_0274a0fb-6da7-f0ca-ee81-9f67305efa3d-dc99cb73 {
        grid-row: 5/6;
    }
    #w-node-_03725071-f602-c61a-4a21-d59a87e1b504-dc99cb73 {
        grid-row: 6/7;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-da99cb84,
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-6d99cb8a {
        justify-self: auto;
    }
    #w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40a88-926353d2,
    #w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40aa6-926353d2,
    #w-node-_579e3adf-cc9c-490d-5b03-4bb57cc40ac6-926353d2 {
        grid-area: 1/1/2/3;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-3da4548c {
        justify-self: auto;
    }
    #w-node-_01461c53-6d41-08cc-09bb-7495b069e298-15da59e2,
    #w-node-_01461c53-6d41-08cc-09bb-7495b069e2bc-15da59e2,
    #w-node-_01461c53-6d41-08cc-09bb-7495b069e2e2-15da59e2,
    #w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e149-e723c24d,
    #w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e16a-e723c24d,
    #w-node-_22d1f237-59b4-2c5b-2e8f-475c34c8e18d-e723c24d,
    #w-node-_56b98187-191c-2afe-9703-d27cc6151795-b31ec2ea,
    #w-node-_56b98187-191c-2afe-9703-d27cc61517b6-b31ec2ea,
    #w-node-_56b98187-191c-2afe-9703-d27cc61517d9-b31ec2ea,
    #w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc485420d-65efcc15,
    #w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc485422e-65efcc15,
    #w-node-_9cbe3f62-203a-4bf2-49e1-dbbfc4854251-65efcc15 {
        grid-area: 1/1/2/3;
    }
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-a23251c5,
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-615edcf4,
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-1dc508ba,
    #w-node-_09207a88-6a07-8118-e976-3fb85d7de542-e5df4dcf {
        justify-self: auto;
    }
}
@media (min-width: 992px) {
    html.w-mod-js:not(.w-mod-ix)
        [data-w-id="0276f624-6f96-0ec8-c680-fc2387b47051"] {
        opacity: 0;
    }
    html.w-mod-js:not(.w-mod-ix)
        [data-w-id="cec5dce6-3258-5e00-01f0-90e7a4f12a99"] {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0deg) skew(0, 0);
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0deg) skew(0, 0);
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0deg) skew(0, 0);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
            rotateZ(0deg) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
        [data-w-id="09207a88-6a07-8118-e976-3fb85d7de54d"] {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
            rotateZ(0) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
        [data-w-id="09207a88-6a07-8118-e976-3fb85d7de551"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
            rotateZ(0) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
        [data-w-id="09207a88-6a07-8118-e976-3fb85d7de560"] {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
            rotateZ(0) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
        [data-w-id="09207a88-6a07-8118-e976-3fb85d7de564"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
            rotateZ(0) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
        [data-w-id="09207a88-6a07-8118-e976-3fb85d7de573"] {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
            rotateZ(0) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
        [data-w-id="09207a88-6a07-8118-e976-3fb85d7de577"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0)
            rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
            rotateZ(0) skew(0, 0);
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    html.w-mod-js:not(.w-mod-ix)
        [data-w-id="0276f624-6f96-0ec8-c680-fc2387b47051"] {
        opacity: 0;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    html.w-mod-js:not(.w-mod-ix)
        [data-w-id="0276f624-6f96-0ec8-c680-fc2387b47051"] {
        opacity: 0;
    }
}
@media (max-width: 479px) {
    html.w-mod-js:not(.w-mod-ix)
        [data-w-id="0276f624-6f96-0ec8-c680-fc2387b47051"] {
        opacity: 0;
    }
}
@media (min-width: 992px) {
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="0274a0fb-6da7-f0ca-ee81-9f67305efa1e"] {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0deg) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="0274a0fb-6da7-f0ca-ee81-9f67305efa1f"] {
      border-color: rgb(190, 190, 190);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="0274a0fb-6da7-f0ca-ee81-9f67305efa22"] {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0deg) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="0274a0fb-6da7-f0ca-ee81-9f67305efa23"] {
      border-color: rgb(190, 190, 190);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="0274a0fb-6da7-f0ca-ee81-9f67305efa49"] {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0deg) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="0274a0fb-6da7-f0ca-ee81-9f67305efa4a"] {
      border-color: rgb(190, 190, 190);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="0274a0fb-6da7-f0ca-ee81-9f67305efa4d"] {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0deg) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="0274a0fb-6da7-f0ca-ee81-9f67305efa4e"] {
      border-color: rgb(190, 190, 190);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="0274a0fb-6da7-f0ca-ee81-9f67305efa55"] {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0deg) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="0274a0fb-6da7-f0ca-ee81-9f67305efa56"] {
      border-color: rgb(190, 190, 190);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="0274a0fb-6da7-f0ca-ee81-9f67305efa51"] {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0deg) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="0274a0fb-6da7-f0ca-ee81-9f67305efa52"] {
      border-color: rgb(190, 190, 190);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="03725071-f602-c61a-4a21-d59a87e1b50c"] {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0deg) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="03725071-f602-c61a-4a21-d59a87e1b50d"] {
      border-color: rgb(190, 190, 190);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="03725071-f602-c61a-4a21-d59a87e1b510"] {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0deg) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="03725071-f602-c61a-4a21-d59a87e1b511"] {
      border-color: rgb(190, 190, 190);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="03725071-f602-c61a-4a21-d59a87e1b514"] {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0deg) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="03725071-f602-c61a-4a21-d59a87e1b515"] {
      border-color: rgb(190, 190, 190);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="03725071-f602-c61a-4a21-d59a87e1b518"] {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0deg) skew(0, 0);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0deg) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix)
      [data-w-id="03725071-f602-c61a-4a21-d59a87e1b519"] {
      border-color: rgb(190, 190, 190);
    }
}


@font-face {
    font-family: "Human";
    src: url('../fonts/HumanSans-ExtraLight.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Human";
    src: url('../fonts/HumanSans-Light.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Human";
    src: url('../fonts/HumanSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Human";
    src: url('../fonts/HumanSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Human";
    src: url('../fonts/HumanSans-Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Human";
    src: url('../fonts/HumanSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Human";
    src: url('../fonts/HumanSans-Bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/* @font-face {
    font-family: "Satoshi";
    src: url("../img/63fe1e82ad49f9e378aa548c_Satoshi-Bold.woff")
        format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Satoshi";
    src: url("../img/63fe1e82ad49f9374caa548d_Satoshi-Medium.woff")
        format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Generalsans";
    src: url("../img/63fe1e82ad49f950feaa548f_GeneralSans-Light.woff")
        format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Generalsans";
    src: url("../img/63fe1e82ad49f9151caa5490_GeneralSans-Regular.woff")
        format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Generalsans";
    src: url("../img/63fe1e82ad49f96cefaa5491_GeneralSans-Medium.woff")
        format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */
