@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,700");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.invisible {
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.fakefield {
    display: none;
}
.left-align {
    text-align: left;
}
.center,
center-align {
    text-align: center;
}
.right-align {
    text-align: right;
}
.stress {
    color: #111;
}
img,
svg {
    max-width: 100%;
}
.container {
    width: 88%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
.row {
    display: block;
    width: 100%;
    clear: both;
}
.half {
    width: 50%;
    overflow: auto;
    float: left;
}
.text-container {
    max-width: 640px;
}
.text-container--center {
    margin-left: auto;
    margin-right: auto;
}
.margin-right {
    margin-right: 8pt;
}
html {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "liga" on;
}
p {
    margin-bottom: 1.3em;
}
h1,
h2,
h3,
h4 {
    line-height: 1.35;
    color: #111;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1.414em 0 0.5em;
    font-weight: 400;
}
h5,
h6 {
    line-height: 1.4;
    color: #666;
}
h1 {
    margin-top: 0;
    font-size: 2.4em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.65em;
}
h4 {
    font-size: 1.35em;
}
h6,
small {
    font-size: 0.833em;
    margin: 0.25em 0;
}
pre {
    font-family: monospace, monospace;
    font-size: 0.85rem;
    color: #111;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    background: #f7f7f7;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    padding: 8pt 16pt;
    width: 100%;
    overflow: auto;
    border: 1px solid #eee;
}
a {
    outline: 0;
    text-decoration: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    color: inherit;
}
.link {
    color: #34457a;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .link:hover {
        color: #445890;
    }
}
.button,
button {
    display: inline-block;
    padding: 6pt 20pt;
    line-height: 1.7;
    border: 1px solid #34457a;
    color: #34457a;
    font-weight: 400;
    -webkit-transition: 0.7s;
    white-space: nowrap;
    cursor: pointer;
    background-color: transparent;
    border-radius: 30px;
    margin-bottom: 1.3em;
    transition: 0.7s;
    text-align: center;
    text-decoration: none;
}
.button:focus,
.button:hover,
button:focus,
button:hover {
    outline: 0;
}
@media (min-width: 992px) {
    .button:hover,
    button:hover {
        border-color: #445890;
        color: #445890;
    }
}
.button__primary {
    background-color: #34457a;
    border-color: #34457a;
    color: #fff;
}
@media (min-width: 992px) {
    .button__primary:hover {
        background-color: #445890;
        border-color: #445890;
        color: #fff;
    }
}
.button__accent {
    background-color: #01a6e2;
    border-color: #01a6e2;
    color: #fff;
}
@media (min-width: 992px) {
    .button__accent:hover {
        background-color: #018bbf;
        border-color: #018bbf;
        color: #fff;
    }
}
.button__delete {
    background-color: tomato;
    border-color: tomato;
    color: #fff;
}
@media (min-width: 992px) {
    .button__delete:hover {
        background-color: #ff5233;
        border-color: #ff5233;
        color: #fff;
    }
}
.button:disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}
.button--fixed {
    width: 160px;
}
.button--fixed2 {
    width: 220px;
}
form {
    margin-bottom: 1.5em;
}
form .double {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
form .double .half {
    max-width: 48%;
}
.form {
    margin-left: auto;
    margin-right: auto;
}
label {
    margin-bottom: 2pt;
    display: block;
    text-align: left;
    color: #666;
    font-size: 0.9em;
    padding-left: 10pt;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eee;
    width: 100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    color: #111;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    padding: 10pt 20pt;
    border-radius: 30px;
    background-color: #f7f7f7;
    margin-bottom: 1.4em;
    display: block;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
    border-color: rgba(108, 99, 255, 0.5);
    outline: 0;
    background-color: #fff;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eee;
    width: 100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    color: #111;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    padding: 12pt 24pt;
    border-radius: 30px;
    background-color: #f7f7f7;
    margin-bottom: 1.4em;
    display: block;
    resize: none;
    min-height: 8em;
    outline: 0;
}
textarea:focus {
    border-color: rgba(108, 99, 255, 0.5);
    outline: 0;
    background-color: #fff;
}
select {
    border: 1px solid #eee;
    width: 100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    color: #111;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    padding: 10pt 20pt;
    margin-bottom: 1.4em;
    display: block;
    border-radius: 30px;
    background-color: #f7f7f7;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="caret-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-caret-down fa-w-10 fa-3x"><path fill="currentColor" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z" class=""></path></svg>');
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 0.8em;
}
select::-ms-expand {
    display: none;
}
::-webkit-input-placeholder {
    font-size: 0.9em;
    opacity: 0.65;
    color: #666;
}
:-moz-placeholder,
::-moz-placeholder {
    font-size: 0.9em;
    opacity: 0.65;
    color: #666;
}
:-ms-input-placeholder {
    font-size: 0.9em;
    opacity: 0.65;
    color: #666;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden;
    -webkit-transition: 0.28s ease;
    transition: 0.28s ease;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    display: inline-block;
    height: 1.7em;
    line-height: 1.7em;
    -webkit-transition: 0.28s ease;
    transition: 0.28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"] + label:after,
[type="radio"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 3px;
    width: 1.2em;
    height: 1.2em;
    z-index: 0;
    -webkit-transition: 0.28s ease;
    transition: 0.28s ease;
}
[type="radio"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:before {
    -webkit-transition: 0.28s ease;
    transition: 0.28s ease;
    border-radius: 50%;
    border: 1px solid #666;
}
[type="radio"]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:before {
    border-radius: 50%;
    border: 1px solid transparent;
}
[type="radio"]:checked + label:after {
    border-radius: 50%;
    border: 1px solid #34457a;
    background-color: #34457a;
    z-index: 0;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
[type="radio"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before {
    background-color: transparent;
    border-color: #eee;
    cursor: default;
}
[type="radio"]:disabled + label {
    color: #eee;
    cursor: default;
}
[type="radio"]:disabled:not(:checked) + label:before {
    border-color: #eee;
}
[type="radio"]:disabled:checked + label:after {
    background-color: #eee;
    border-color: #666;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
[type="checkbox"] + label {
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 0.9em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    width: 15px;
    height: 15px;
    z-index: 0;
    border: 1px solid #666;
    border-radius: 1px;
    margin-top: 4px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
[type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: #eee;
}
[type="checkbox"]:checked + label:before {
    top: -2px;
    left: -2px;
    width: 10px;
    height: 18px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #01a6e2;
    border-bottom: 2px solid #01a6e2;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + label:before {
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
.landing__section {
    padding: 24pt 0;
}
.landing__section:nth-child(odd) {
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.navbar {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.navbar--nofixed {
    position: relative;
    z-index: 3;
}
.navbar__inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 75px;
    color: #34457a;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.navbar__logo {
    font-size: 1.65625rem;
    -webkit-transition: 0;
    transition: 0;
    color: #34457a;
    text-decoration: none;
    display: block;
}
.navbar__logo-img {
    height: 56px;
    width: auto;
    display: block;
}
.navbar__menu {
    display: none;
}
.navbar__menu--noMob {
    display: block;
}
@media (min-width: 992px) {
    .navbar__menu {
        display: block;
    }
}
.navbar__menu li {
    margin-left: 5pt;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
}
@media (min-width: 992px) {
    .navbar__menu li {
        margin-left: 20pt;
    }
}
.navbar__menu a {
    color: #34457a;
    font-size: 1.25rem;
}
@media (min-width: 992px) {
    .navbar__menu a {
        opacity: 0.75;
    }
    .navbar__menu a:hover {
        opacity: 1;
    }
    .navbar__menu a:after {
        display: block;
        content: "";
        border-bottom: 1px solid #34457a;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition:
            transform 0.25s ease-in-out,
            -webkit-transform 0.25s ease-in-out;
    }
    .navbar__menu a:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.navbar__menu-mob {
    display: block;
}
.navbar__menu-mob--noMob {
    display: none;
}
@media (min-width: 992px) {
    .navbar__menu-mob {
        display: none;
    }
}
.navbar--extended {
    background-color: #ffffff;
}
.navbar--extended .navbar__inner {
    height: 75px;
    color: #34457a;
}

/*! responsive-nav.js 1.0.39 by @viljamis */
.nav__mobile ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
    background-color: #1d1d1d;
    color: #fff;
}
.nav__mobile li {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 0;
    display: block;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.nav__mobile li:last-child {
    border-bottom: none;
}
.js .nav__mobile {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}
.nav__mobile.opened {
    max-height: 9999px;
}
.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
@media (min-width: 992px) {
    .js .nav__mobile {
        position: relative;
    }
    .js .nav__mobile.closed {
        max-height: none;
    }
    .nav-toggle {
        display: none;
    }
}
#toggle svg {
    height: 1.5em;
    width: 1.5em;
    vertical-align: middle;
}
.hero {
    position: relative;
    width: 100%;
    background-image: url(../images/home_bg.png);
    -webkit-box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5);
    box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
}
.hero__inner {
    position: relative;
    z-index: 3;
}
.hero__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.96;
    z-index: 1;
    background-color: #34457a;
}
.hero__overlay--gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#34457a),
        to(#26315c)
    );
    background: linear-gradient(90deg, #34457a, #26315c);
}
.hero__overlay--gradientVertical {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#34457a),
        to(#26315c)
    );
    background: linear-gradient(180deg, #34457a, #26315c);
}
.hero > .hero__overlay {
    opacity: 0.6875;
}
.hero__mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="06714b97-aec8-4b7e-bf3d-1e20f95f612e" y1="809.5" x2="958" y2="809.5" gradientTransform="matrix(1, 0, 0, -1, 0, 1082)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#fff" stop-opacity="0.05"/></linearGradient></defs><title>hero</title><rect id="0567095b-2cf7-4407-b8ab-ec2abe52d830" data-name="&lt;Path&gt;" y="545" width="1920" height="535" fill="#fff" opacity="0.05" style="isolation:isolate"/><polygon id="82ca9a61-a0a1-49cc-9805-a3533c693bad" data-name="&lt;Path&gt;" points="958 545 0 545 0 0 770.96 0 958 545" fill="url(#06714b97-aec8-4b7e-bf3d-1e20f95f612e)"/></svg>');
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0.66;
    z-index: 2;
}
.hero__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - 50px);
    padding: 92px 0;
    overflow: auto;
}
.hero__content__inner {
    width: 100%;
    max-width: 600px;
    text-align: center;
}
.hero__title {
    color: inherit;
    margin-bottom: 1.25em;
}
.hero__text {
    opacity: 0.85;
    line-height: 1.7;
    text-align: left;
    font-size: 1.3em;
}
.hero .button {
    margin: 12pt 8pt;
}
.hero__button {
    color: #fff;
    border-color: #fff;
}
@media (min-width: 992px) {
    .hero__button:hover {
        color: #e3e3e3;
        border-color: #e3e3e3;
    }
}
.hero__sub {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}
.hero__sub__down {
    width: 1rem;
    height: 1rem;
    color: #666;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    cursor: pointer;
}
@media (min-width: 992px) {
    .hero__sub__down:hover {
        color: #34457a;
    }
}
#scrollToNext {
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.hero--full .hero__content {
    min-height: 100vh;
}
.hero--full + .hero__sub {
    display: none;
}
.steps {
    text-align: center;
    padding: 16pt 0;
}
@media (min-width: 992px) {
    .steps__inner {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
.step {
    padding: 16pt 0;
    text-align: center;
    width: 100%;
    border-top: 1px solid #eee;
    overflow: auto;
}
.step:first-child {
    border-top: none;
}
@media (min-width: 992px) {
    .step {
        border-top: none;
        width: auto;
    }
}
.step__media {
    margin: 16pt 0;
}
@media (min-width: 992px) {
    .step__media {
        margin: 32pt 0;
    }
}
.step__image {
    max-height: 100px;
    max-width: 222px;
    margin-top: 8pt;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
@media (min-width: 600px) {
    .step__image {
        max-width: none;
    }
}
.step__text {
    max-width: 36ch;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.expanded {
    padding: 72pt 0;
}
.expanded__inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
@media (min-width: 992px) {
    .expanded__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.expanded__media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
}
@media (min-width: 992px) {
    .expanded__media {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }
}
.expanded__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
@media (min-width: 992px) {
    .expanded__content {
        padding: 0 16pt;
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }
}
.expanded:nth-child(2n) .expanded__media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 992px) {
    .expanded:nth-child(2n) .expanded__media {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.expanded__image {
    width: 90%;
    max-width: 220px;
    padding: 16pt 0;
}
@media (min-width: 992px) {
    .expanded__image {
        max-width: 280px;
    }
}
.expanded__title {
    max-width: 550px;
}
.expanded__text {
    max-width: 60ch;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
}
.cta {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#34457a),
        to(#26315c)
    );
    background: linear-gradient(90deg, #34457a, #26315c);
    color: #fff;
    padding: 48pt 0;
    text-align: center;
}
.cta--reverse {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#34457a),
        to(#26315c)
    );
    background: linear-gradient(270deg, #34457a, #26315c);
}
.cta--plain {
    background: #34457a;
}
.cta--secondary {
    background: #26315c;
}
.cta__title {
    color: inherit;
}
.cta__sub {
    opacity: 0.85;
    max-width: 58ch;
    margin: 16pt auto 24pt;
    font-size: 1.2em;
}
.cta__sub--center {
    text-align: center;
}
.footer {
    background-color: #fff;
    padding: 36pt 0;
}
.footer__inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 600px) {
    .footer__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.footer__textLogo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16pt;
    display: block;
    cursor: pointer;
    color: #34457a;
    font-size: 1.225rem;
    min-width: 33%;
    margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
    .footer__textLogo {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .footer__textLogo {
        min-width: 25%;
        font-size: 1.325rem;
    }
}
.footer__data {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.9rem;
}
@media (min-width: 992px) {
    .footer__data {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.footer__data__item {
    padding-bottom: 0.5rem;
    display: inline-block;
    margin-bottom: 8pt;
}
.footer__link {
    color: #34457a;
    border-bottom: 1px dotted #34457a;
    padding-bottom: 1pt;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.footer__link--social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: none;
    padding-bottom: 0;
}
.footer__social-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: currentColor;
}
@media (min-width: 992px) {
    .footer__link:hover {
        color: #fafafa;
        border-color: #fafafa;
    }
}
.footer__row {
    margin-bottom: 8pt;
}
.footer--dark {
    background-color: #1d1d1d;
}
.footer--dark .footer__textLogo {
    color: #fff;
}
.footer__logo-img {
    display: block;
    width: 170px;
    height: auto;
}
.footer--dark .footer__inner {
    color: #d9d9d9;
}
.footer--dark .footer__link {
    color: #d9d9d9;
    border-color: #d9d9d9;
}
@media (min-width: 992px) {
    .footer--dark .footer__link:hover {
        color: #fff;
        border-color: #fff;
    }
}
.auth {
    padding-top: 117.66667px;
}
.auth__inner {
    min-height: calc(100vh - 188px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .auth__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .auth__media {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.auth__media img,
.auth__media svg {
    max-height: 150px;
    max-width: 90%;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width: 600px) {
    .auth__media img,
    .auth__media svg {
        max-height: 300px;
    }
}
@media (min-width: 992px) {
    .auth__media img,
    .auth__media svg {
        max-height: 400px;
    }
}
.auth__auth {
    text-align: center;
}
@media (min-width: 992px) {
    .auth__auth {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.auth__title {
    font-size: 1.728em;
}
.page__header {
    position: relative;
    color: #ffffff;
    box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5);
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.page__header--safelaw {
    background-image: url(../images/safelaw_home.jpg);
}
.page__header--safeenterprise {
    background-image: url(../images/safeenterprise_home.jpg);
}
.page__header__inner {
    padding: 81px 0 0;
    position: relative;
    z-index: 3;
}
.page__header__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32pt 0;
    overflow: auto;
}
.page__header__content__inner {
    width: 100%;
    max-width: 66ch;
    text-align: center;
}
.product-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    padding: 112px 0 48px;
}
.product-intro__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 320px;
    flex: 1 1 320px;
    max-width: 480px;
    text-align: left;
}
.product-intro__media {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 320px;
    flex: 1 1 320px;
    max-width: 480px;
}
.product-intro__img {
    display: block;
    width: 100%;
    aspect-ratio: 7 / 4;
    object-fit: cover;
    object-position: top center;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(12, 20, 45, 0.15);
}
.back-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    margin-bottom: 16px;
    color: #34457a;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}
.back-link:hover {
    text-decoration: underline;
}

.page__header__title {
    color: inherit;
    margin-bottom: 1.25em;
}
.page__header__text {
    opacity: 0.85;
    line-height: 1.7;
    text-align: left;
    font-size: 1.3em;
}
.page {
    padding: 24pt 0;
}
.page--flush {
    padding-top: 81px;
}
.page-top-accent {
    margin-top: 75px;
    height: 4px;
    background-color: #34457a;
}
.page-top-accent--thick {
    height: 50px;
}
@media (min-width: 992px) {
    .page__inner {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.page__menu {
    width: 100%;
    position: relative;
}
@media (min-width: 992px) {
    .page__menu {
        display: block;
        width: 300px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.page__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.page__main__title {
    margin-top: 0.75em;
}
.page__image {
    max-width: 100%;
}
.app__header {
    position: relative;
    color: #fff;
    -webkit-box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5);
    box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5);
    width: 100%;
}
.app__header__inner {
    padding: 66px 0 0;
    position: relative;
    z-index: 3;
}
.app__header__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32pt 0;
    overflow: auto;
}
.app__header__content__inner {
    width: 100%;
    max-width: 66ch;
    text-align: center;
}
.app__header__title {
    color: inherit;
    margin-bottom: 1.25em;
}
.app__header__text {
    opacity: 0.85;
    line-height: 1.7;
    text-align: left;
}
.app {
    padding: 81.33333px 0;
}
@media (min-width: 992px) {
    .app__inner {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.app__menu {
    width: 100%;
    position: relative;
}
@media (min-width: 992px) {
    .app__menu {
        display: block;
        width: 300px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.app__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.app__main__title {
    margin-top: 0.75em;
}
.app__image,
.vMenu {
    max-width: 100%;
}
.vMenu {
    padding: 0;
    list-style-type: none;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
@media (min-width: 992px) {
    .vMenu {
        display: inline-block;
        border-bottom: none;
    }
}
.vMenu li {
    display: inline-block;
    margin-bottom: 1em;
    width: 48%;
    padding-left: 16pt;
}
@media (min-width: 992px) {
    .vMenu li {
        padding-left: 0;
        display: block;
        width: auto;
    }
}
.vMenu a {
    display: block;
}
@media (min-width: 992px) {
    .vMenu a {
        display: inline-block;
        opacity: 0.85;
    }
    .vMenu a:hover {
        opacity: 1;
        color: #34457a;
    }
    .vMenu a:after {
        display: block;
        content: "";
        border-bottom: 1px solid #34457a;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition:
            transform 0.25s ease-in-out,
            -webkit-transform 0.25s ease-in-out;
    }
    .vMenu a:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.vMenu > ul {
    margin-top: -0.65em;
    padding-left: 1.5em;
    margin-bottom: 0.75em;
}
.vMenu > ul li {
    opacity: 0.85;
    font-size: 0.95em;
    margin-bottom: 0.25em;
}
.vMenu > ul li:before {
    content: "-";
    margin-right: 0.5em;
}
.vMenu--active {
    color: #34457a;
}
.vMenu--active:before {
    content: "\2014";
    margin-right: 0.333em;
}
@media (min-width: 992px) {
    .vMenu--active {
        opacity: 1;
        color: #34457a;
    }
    .vMenu--active:after {
        display: block;
        content: "";
        border-bottom: 1px solid #34457a;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
    }
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin: 24px 0;
}
.card {
    width: 100%;
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
}
.card h4 {
    margin-top: 0.5em;
}
.card--urgent {
    border: 2px solid #f5a623;
    background-color: #fff8ec;
}
.card--urgent h4 {
    color: #b3720a;
}
.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    margin: 32px 0;
    text-align: center;
}
.process-step__number {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background-color: #34457a;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
}
.process-step__title {
    margin-bottom: 0.4em;
}
.quote-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 32px 0;
}
.quote-card {
    padding: 24px;
    border-left: 4px solid #34457a;
    background-color: #f7f7f7;
    border-radius: 0 8px 8px 0;
    box-sizing: border-box;
}
.quote-card p {
    font-style: italic;
    margin-bottom: 0.5em;
}
.quote-card__source {
    font-weight: 700;
    color: #34457a;
    font-size: 0.9em;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    margin: 32px 0;
}
.team-grid--exec {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    max-width: 620px;
    margin: 32px auto;
}
.team-card {
    text-align: center;
}
.team-card__avatar {
    width: 140px;
    height: 140px;
    margin: 0 auto 16px;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #eef1f8;
    color: #34457a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.4rem;
}
.team-grid--exec .team-card__avatar {
    width: 160px;
    height: 160px;
    font-size: 1.6rem;
}
.team-card__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.team-card__name {
    margin: 0 0 0.15em;
    font-size: 1.05rem;
}
.team-card__title {
    color: #666;
    font-size: 0.88rem;
    margin-bottom: 0.4em;
}
.team-card__email {
    font-size: 0.85rem;
    word-break: break-word;
}
.team-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 24px 0;
}
.team-member {
    flex: 1 1 180px;
    max-width: 200px;
    text-align: center;
}
.avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #34457a;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 auto 12px;
}
.carousel {
    position: relative;
    overflow: hidden;
    padding: 0 48px;
}
.carousel__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    .carousel__slide {
        min-height: 340px;
    }
}
.carousel__prev,
.carousel__next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #34457a;
    background-color: #fff;
    color: #34457a;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0;
}
.carousel__prev {
    left: 0;
}
.carousel__next {
    right: 0;
}
.carousel__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16pt;
}
.carousel__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #34457a;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}
.carousel__dot--active {
    background-color: #34457a;
}
.product-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 260px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #1c2b52;
    background-size: cover;
    background-position: 50%;
    border: none;
}
.product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(12, 20, 45, 0.95) 15%, rgba(12, 20, 45, 0.55) 65%, rgba(12, 20, 45, 0.25) 100%);
    z-index: 1;
}
.product-card > * {
    position: relative;
    z-index: 2;
}
.product-card h4,
.product-card p {
    color: #fff;
}
a.product-card:hover {
    box-shadow: 0 8px 20px rgba(12, 20, 45, 0.45);
    transform: translateY(-2px);
}
.product-card--disabled {
    opacity: 0.7;
}
.product-card--safelaw {
    background-image: url(../images/safelaw_card.jpg);
}
.product-card--safeenterprise {
    background-image: url(../images/safeenterprise_card.jpg);
}
.product-card--safehealth {
    background-image: url(../images/safehealth_hero.png);
}
.product-card--safetalent {
    background-image: url(../images/safetalent_hero.jpg);
}
.product-card--excess {
    background-image: url(../images/excess_hero.jpg);
}
.product-card--xscrime {
    background-image: url(../images/XS_card.png);
}
.product-logo {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 3.6rem;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 12px;
}
.product-logo--solid {
    background-color: #34457a;
    border-color: #34457a;
    color: #fff;
}
.product-logo--sm {
    min-height: 2.4rem;
    font-size: 0.85rem;
    padding: 0.35rem 0.7rem;
    margin: 0;
}
.promo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
    margin-top: 20px;
}
.promo-item:first-of-type {
    margin-top: 16px;
}
.promo-item__text strong {
    display: block;
    color: #1d1d1d;
    margin-bottom: 0.25em;
}
.promo-item__text p {
    margin-bottom: 0.5em;
    font-size: 0.92em;
}
.product-card__industries {
    font-size: 0.85em;
    color: #cbd5f5;
    min-height: 2.4em;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    margin-bottom: 0.5em;
}
.product-card__soon {
    margin-top: 0.75em;
    color: #fff;
}
.us-map-placeholder {
    max-width: 480px;
    margin: 24px auto 0;
    padding: 48px 24px;
    border: 1px dashed #ccc;
    border-radius: 8px;
    text-align: center;
    color: #999;
}
.logo-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 24pt;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
}
.logo-marquee__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: max-content;
    -webkit-animation: logo-marquee 60s linear infinite;
    animation: logo-marquee 60s linear infinite;
}

.logo-marquee__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 180px;
    height: 64px;
    margin: 0 20px;
    padding: 0 24px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.logo-marquee__item img {
    max-width: 150px;
    height: 42px;
    width: auto;
    object-fit: contain;
}
.logo-marquee__item img.logo-lg {
    max-width: 190px;
    height: 60px;
}
.logo-marquee__item img.logo-xl {
    max-width: 230px;
    height: 78px;
}
.logo-marquee__item img.invert {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.logo-marquee__item img.multiply {
    mix-blend-mode: multiply;
}
@-webkit-keyframes logo-marquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes logo-marquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (prefers-reduced-motion: reduce) {
    .logo-marquee__track {
        -webkit-animation: none;
        animation: none;
    }
}
