:root {
    --neutral--100: white;
    --nreutral--800: #12121;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 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: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .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: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

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;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

.page-wrapper {
    width: 100%;
}

.header-wrapper {
    background-color: var(--neutral--100);
    padding-top: 22px;
    padding-bottom: 22px;
}

.w-container {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.header-content-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.header-logo-link {
    max-width: 203px;
    padding-left: 0;
    transition: transform .3s, color .3s;
}

.header-right {
    align-items: right;
    display: flex;
}

.header-nav-list-item.middle {
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1.111em;
}

.header-nav-menu-list {
    z-index: 1;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
}

.header-nav-list-item.middle {
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1.111em;
}

.header-nav-link {
    color: var(--neutral--800);
    padding: 0;
    transition: opacity .3s, color .3s;
    text-decoration: none;
}

.header-nav-link.w--current {
    opacity: 1;
    color: var(--neutral--800);
    font-weight: 700;
}

.section.pd-top-0---bottom-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.hero-card-bg-image {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    border-radius: 24px;
    padding: 180px 40px;
}

.hero-card-bg-image.hero-home {
    background-image: linear-gradient(rgba(0, 0, 0, .52), rgba(0, 0, 0, .12)), url(../images/home.jpg);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.display-2.color-neutral-100 {
    color: var(--neutral--100);
}

.display-2 {
    color: var(--neutral--800);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.333em;
}