@import url("https://rsms.me/inter/inter.css");

:root {
    font-family: Inter, sans-serif;
    font-feature-settings:
        "liga" 1,
        "calt" 1,
        "ss02" 1,
        "ss03" 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
    :root {
        font-family: InterVariable, sans-serif;
    }
}

legend,
td,
th {
    padding: 0;
}

.w-button,
a {
    text-decoration: none;
}

.w-slider,
.w-slider-nav {
    -webkit-tap-highlight-color: transparent;
}

.w-lightbox-backdrop,
.w-webflow-badge,
.w-webflow-badge * {
    text-indent: 0;
    text-shadow: none;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
}

.w-inline-block,
.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,
img {
    max-width: 100%;
}

h2,
h3 {
    margin-bottom: 16px;
}

h5,
h6 {
    text-transform: uppercase;
}

body,
h5,
label,
mark {
    color: #000;
}

.tagline.s,
label,
li {
    margin-bottom: 8px;
}

.error,
.error-2,
.horizontal-tabs,
.w-layout-grid {
    grid-template-columns: 1fr 1fr;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

.w-block,
.w-dropdown-list.w--open,
.w-richtext figure.w-richtext-align-fullwidth > figcaption,
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;
}

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-hidden,
.w-lightbox-hide,
[hidden],
template {
    display: none;
}

.w-button,
.w-inline-block,
img {
    display: inline-block;
}

a {
    background-color: rgba(0, 0, 0, 0);
    color: #024a70;
}

.w-dropdown-link:focus,
.w-dropdown-toggle:focus,
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus,
a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
optgroup,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

.w-lightbox-noscroll,
.w-richtext ol,
.w-richtext ul,
.w-widget-twitter,
svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 32px 0;
}

pre,
textarea {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

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"] {
    appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

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"] {
    appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.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;
}

body {
    min-height: 100%;
    margin: 0;
    background-color: #fff;
    color: #000;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25;
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}

.w-clearfix:after,
.w-clearfix:before,
.w-container:after,
.w-container:before,
.w-embed:after,
.w-embed:before,
.w-nav:after,
.w-nav:before,
.w-radio:after,
.w-radio:before,
.w-richtext:after,
.w-richtext:before,
.w-row:after,
.w-row:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-clearfix:after,
.w-container:after,
.w-embed:after,
.w-nav:after,
.w-radio:after,
.w-richtext figure.w-richtext-align-normal,
.w-richtext:after,
.w-row:after {
    clear: both;
}

.w-button {
    color: #fff;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
}

input.w-button {
    appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
    z-index: auto;
    visibility: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    float: none;
    clear: none;
    box-shadow: none;
    direction: ltr;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    text-transform: inherit;

    cursor: inherit;
    white-space: inherit;
    background: 0 0;
    border: 0 transparent;
    border-radius: 0;
    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-form-done,
.w-slider,
.w-widget-map .gm-style-iw,
.w-widget-twitter-count-shim,
figcaption {
    text-align: center;
}

.w-webflow-badge,
.w-webflow-badge > img {
    visibility: visible !important;
    display: inline-block !important;
}

.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);
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    margin: 0 !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 16px !important;
    text-decoration: none !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 {
    vertical-align: middle !important;
}

figure {
    margin: 0 0 10px;
}

figcaption {
    margin-top: 5px;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

h4,
h5,
ul {
    margin-top: 0;
    margin-bottom: 12px;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative;
}

.w-video embed,
.w-video iframe,
.w-video object {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

[type="button"],
[type="reset"],
button {
    cursor: pointer;
    appearance: button;
    border: 0;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    background-color: #ddd;
    padding: 20px;
    display: none;
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

.w-input,
.w-select {
    width: 100%;
    height: 38px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 16px;
    display: block;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0;
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee;
}

.w-select[multiple],
textarea.w-input,
textarea.w-select {
    height: auto;
}

.w-select {
    background-color: #f3f3f3;
}

.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-input {
    margin: 3px 0 0 -20px;
    float: left;
}

.w-file-upload {
    margin-bottom: 10px;
    display: block;
}

.w-file-upload-input {
    width: 0.1px;
    height: 0.1px;
    z-index: -100;
    position: absolute;
    overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
    color: #333;
    display: inline-block;
}

.w-file-upload-error {
    margin-top: 10px;
    display: block;
}

.w-file-upload-file,
.w-file-upload-uploading-btn {
    margin: 0;
    display: flex;
    background-color: #f8fcff;
    border: 1px solid #ccc;
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 400;
}

.w-file-upload-file {
    flex-grow: 1;
    justify-content: space-between;
    padding: 8px 9px 8px 11px;
}

.w-file-upload-file-name {
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.w-file-remove-link {
    width: auto;
    height: auto;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 16px;
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
}

.w-file-upload-info {
    padding: 0 12px;
    display: inline-block;
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #f8fcff;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 16px;
    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 .w-row {
    margin-left: -10px;
    margin-right: -10px;
}

.button.no-margin,
.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%;
}

.column.desk-11,
.w-col-11 {
    width: 91.6667%;
}

.ds-menu,
.vertical-tab,
.w-col-12,
.w-richtext figure img,
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
}

.w-hidden-main,
.w-widget-map .gm-style-iw > button {
    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;
    }

    .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-hidden-main,
    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: none !important;
    }

    .w-container .w-row,
    .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%;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

.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-twitter-count-shim {
    vertical-align: top;
    width: 28px;
    height: 20px;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    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-size: 16px;
    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: 16px;
}

.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):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    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:after,
.w-widget-twitter-count-shim.w--vertical:before {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    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;
}

.blog-rich-text h4,
.field-label,
.paragraph.l,
.paragraph.large,
.paragraph.medium,
.paragraph.s,
.paragraph.small,
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 16px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
}

.w-background-video {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.w-background-video > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    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: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.w-background-video--control > [hidden] {
    display: none !important;
}

.w-slider {
    height: 300px;
    clear: both;
    background: #ddd;
    position: relative;
}

.w-slide,
.w-slider-mask {
    height: 100%;
    position: relative;
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    display: block;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-slide {
    vertical-align: top;
    width: 100%;
    white-space: normal;
    text-align: left;
    display: inline-block;
}

.w-slider-nav {
    z-index: 2;
    height: 40px;
    text-align: center;
    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 {
    width: auto;
    height: auto;
    font-size: inherit;
    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 {
    width: 1em;
    height: 1em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    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-nav-button.w--open,
.w-tab-link.w--current {
    background-color: #c8c8c8;
}

.w-slider-dot:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff;
}

.w-checkbox-input--inputType-custom.w--redirected-focus,
.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.w-slider-dot:focus.w-active {
    box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    width: 80px;
    cursor: pointer;
    color: #fff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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-left [class^="w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^="w-icon-"] {
    position: absolute;
}

.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);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.w-dropdown,
.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.w-slider-force-show {
    display: block !important;
}

.w-dropdown {
    z-index: 900;
    display: inline-block;
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
    vertical-align: top;
    color: #222;
    white-space: nowrap;
    padding: 20px;
    text-decoration: none;
}

.w-dropdown-toggle {
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
}

.w-lightbox-backdrop,
.w-nav-button {
    user-select: none;
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.w-dropdown-list {
    min-width: 100%;
    background: #ddd;
    display: none;
    position: absolute;
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
}

.w-dropdown-link.w--current,
.w-nav-link.w--current {
    color: #0082f3;
}

.w-lightbox-backdrop {
    cursor: auto;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    user-select: none;
    background: rgba(0, 0, 0, 0.9);
    outline: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0);
}

.footer-link,
.lightbox-link,
.nav-dropdown,
.nav-link,
.question-box,
.question-container,
.social-link,
.w-lightbox-group .w-lightbox-figure,
.w-lightbox-item,
.w-nav-button,
.w-tab-link {
    cursor: pointer;
}

.w-lightbox-caption,
.w-lightbox-strip {
    white-space: nowrap;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.w-lightbox-view {
    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-checkbox,
h6 {
    margin-bottom: 5px;
}

.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}

.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;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5em 1em;
    position: absolute;
    overflow: hidden;
}

.button.arrow,
.tick-list li,
.w-lightbox-control {
    background-repeat: no-repeat;
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-lightbox-control {
    width: 4em;
    cursor: pointer;
    background-position: center;
    background-size: 24px;
    transition: 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-item,
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
}

.w-lightbox-close {
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    right: 0;
}

.w-lightbox-strip {
    padding: 0 1vh;
    position: absolute;
    overflow-x: auto;
    overflow-y: hidden;
}

.w-lightbox-item {
    width: 10vh;
    box-sizing: content-box;
    padding: 2vh 1vh;
    transform: translate3d(0, 0, 0);
}

.w-lightbox-thumbnail {
    height: 10vh;
    background: #222;
    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: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
}

.w-lightbox-spinner {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation: 0.8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
}

.w-nav,
.w-nav-brand,
.w-nav-link,
.w-nav-menu {
    position: relative;
}

.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;
}

@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 {
        display: block;
    }
}

.w-richtext[contenteditable="true"]:after,
.w-richtext[contenteditable="true"]:before {
    white-space: initial;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
    outline: #2895f7 solid 2px;
}

.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 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 > 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-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    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-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;
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
}

.w-nav-link,
.w-tab-link {
    vertical-align: top;
    color: #222;
    text-decoration: none;
}

.w-nav-link {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: inline-block;
}

.w-nav-menu {
    float: right;
}

[data-nav-menu-open] {
    text-align: center;
    min-width: 200px;
    background: #c8c8c8;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
}

.answer,
.featured-card,
.float-card,
.question-container,
.section.blue,
.tab-text-boxes,
.w-nav-overlay,
.w-tab-content {
    overflow: hidden;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .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,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
}

.w-nav-button {
    float: right;
    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;
}

.desktop-hidden,
.mobile-visible,
.nav-link.dropdown,
.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse="all"] .w-nav-button {
    display: block;
}

.w--nav-dropdown-list-open {
    position: static;
}

.hero-image-div,
.section,
.section.dark-blue,
.w-tab-content,
.w-tab-link,
.w-tab-menu,
.w-tab-pane,
.w-tabs,
.wrapper {
    position: relative;
}

.w-tabs:after,
.w-tabs:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-tabs:after {
    clear: both;
}

.w-tab-link {
    text-align: left;
    background-color: #ddd;
    padding: 9px 30px;
    display: inline-block;
}

.w-tab-link:focus {
    outline: 0;
}

.w-tab-content {
    display: block;
}

.w-tab-pane {
    display: none;
}

.w--tab-active {
    display: block;
}

.w-ix-emptyfix:after {
    content: "";
}

.w-checkbox:after,
.w-checkbox:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
}

.w-checkbox,
ul {
    padding-left: 20px;
}

.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
    display: none !important;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
}

.feature-left,
.feature-right {
    grid-column-gap: 72px;
    grid-row-gap: 54px;
}

.error,
.error-2,
.horizontal-tabs,
.wrapper.symbols {
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
}

.w-form-formradioinput--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-width: 4px;
    border-color: #3898ec;
}

.w-checkbox {
    display: block;
}

.w-checkbox:after {
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
}

.pricing-grid,
.text-box.center-align,
.text-box.centered {
    margin-left: auto;
    margin-right: auto;
}

.w-checkbox-input--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.button,
.spacer._32,
.spacer._54,
.spacer._72 {
    border-radius: 6px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url("/_assets/img/checkmark.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}

h1 {
    margin: 0 0 16px;
    font-size: 48px;
}

h2 {
    margin-top: 0;
    font-size: 32px;
}

h3 {
    margin-top: 0;
    font-size: 24px;
}

.button,
.tagline.s,
blockquote,
h4,
h5,
h6,
label,
li {
    font-size: 16px;
}

h6 {
    color: #868c92;
    margin-top: 0;
}

.button,
p {
    margin-bottom: 16px;
}

p {
    margin-top: 0;
    font-weight: 400;
}

.button,
label {
    font-weight: 700;
}

ul {
    flex-direction: column;
    display: flex;
}

label {
    display: block;
}

blockquote {
    margin: 0 0 16px;
    color: #535d66;
    border-left: 5px solid #5da1fa;
    padding: 10px 20px;
}

.wrapper {
    width: 100%;
    min-height: 80vh;
}

.wrapper.symbols {
    min-height: 100vh;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #e1e5e8;
    grid-template-columns: 1fr;
    align-content: start;
    align-items: start;
    padding-bottom: 32px;
    display: grid;
}

.wrapper.symbols.large {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-bottom: 64px;
}

.section {
    z-index: 0;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section.light-gray,
.section.light-grey {
    background-color: #f8fcff;
    position: relative;
}

.section.small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.button.dark,
.button.dark:active,
.color-block.hard-blue,
.section.small.dark-blue,
.small-button:active,
.subscribe-button.blue:active,
.subscribe-button.dark:active {
    background-color: #0288d1;
}

.button,
.section.blue {
    color: #fff;
    background-color: #0069a8;
}

.section.dark-blue {
    color: #fff;
    background-color: #0288d1;
}

.section.white {
    color: #24282a;
    background-color: #fff;
}

.color-block.back-blue,
.section.light-blue {
    background-color: #e7f5ff;
}

.section.large {
    padding-top: 110px;
    padding-bottom: 110px;
}

.section.medium {
    padding-top: 60px;
    padding-bottom: 60px;
}

.button {
    text-align: center;
    border-style: none;
    flex: none;
    padding: 7px 32px;
    transition:
        color 0.2s,
        box-shadow 0.2s,
        background-color 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.button:hover,
.small-button:hover {
    background-color: #024a70;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
}

.button:active {
    box-shadow: none;
    background-color: #0288d1;
}

.button.minimal {
    max-width: 300px;
    box-shadow: none;
    color: #0069a8;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 22px;
    padding-right: 22px;
}

.blue,
.button.minimal:hover,
.heading.s.home:hover,
.service-link:hover {
    color: #024a70;
}

.button.minimal:active {
    color: #0288d1;
}

.button.dark:hover,
.color-block.dark-blue,
.nav-link.primary:hover,
.subscribe-button.blue:hover,
.subscribe-button.dark:hover {
    background-color: #024a70;
}

.button.light,
.small-button.light {
    box-shadow: none;
    color: #0069a8;
    background-color: #cbe5ff;
}

.button.arrow,
.column.desk-1,
.column.desk-10,
.column.desk-2,
.column.desk-3,
.column.desk-4,
.column.desk-5,
.column.desk-6,
.column.desk-7,
.column.desk-8,
.column.desk-9,
.spacer,
.spacer._128,
.spacer._16,
.spacer._24,
.spacer._32,
.spacer._36,
.spacer._48,
.spacer._54,
.spacer._72 {
    background-color: rgba(0, 0, 0, 0);
}

.button.light:hover,
.small-button.light:hover {
    color: #024a70;
    background-color: #94c1ff;
}

.button.light:active,
.small-button.light:active {
    color: #0288d1;
    background-color: #5da1fa;
}

.button.outline,
.small-button.outline {
    color: #0069a8;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 1px #5da1fa;
}

.button.outline:hover {
    color: #e7f5ff;
    background-color: #5da1fa;
}

.button.outline:active,
.small-button.outline:active {
    background-color: #0069a8;
    box-shadow: inset 0 0 0 1px #0069a8;
}

.button.arrow {
    box-shadow: none;
    color: #0069a8;
    background-image: url("/_assets/img/arrow.svg");
    background-position: 100%;
    background-size: 7px;
    padding: 4px 15px 4px 0;
    transition:
        padding-right 0.2s,
        color 0.2s;
}

.button.arrow:hover {
    color: #024a70;
    padding-right: 22px;
}

.spacer {
    width: 48px;
    height: 48px;
}

.error-1,
.text-box {
    width: 100%;
    position: relative;
}

.spacer._54 {
    width: 54px;
    height: 54px;
}

.spacer._36 {
    width: 36px;
    height: 36px;
}

.spacer._72 {
    width: 72px;
    height: 72px;
}

.spacer._128 {
    width: 128px;
    height: 128px;
}

.spacer._16 {
    width: 16px;
    height: 16px;
}

.spacer._24 {
    width: 24px;
    height: 24px;
}

.spacer._32 {
    width: 32px;
    height: 32px;
}

.spacer._48 {
    width: 48px;
}

.spacer._80 {
    width: 80px;
    height: 80px;
}

.spacer._96 {
    width: 96px;
    height: 96px;
}

.spacer._64 {
    width: 64px;
    height: 64px;
}

.text-box {
    z-index: 1;
    max-width: 750px;
}

.text-box.center-align {
    text-align: center;
    align-self: center;
}

.text-box._500px {
    max-width: 500px;
}

.text-box._600px {
    max-width: 600px;
}

.text-box._700px {
    max-width: 700px;
}

.text-box._650px {
    max-width: 650px;
}

.text-box._400px {
    max-width: 400px;
}

.text-box._1000px {
    max-width: 1000px;
}

._12-columns {
    flex-flow: wrap;
    align-content: stretch;
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
}

._12-columns.align-top {
    align-items: flex-start;
}

._12-columns.align-left,
._12-columns.align-top.align-left {
    justify-content: flex-start;
}

._12-columns.align-stretch {
    align-items: stretch;
}

._12-columns.justified-ends {
    justify-content: space-between;
}

.error-1 {
    z-index: 2;
    max-width: 1280px;
    min-height: 32px;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
}

.white {
    color: #fff;
}

.column {
    width: 120px;
    min-height: 24px;
    flex-flow: column;
    flex: 0 auto;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: relative;
}

.column.desk-10 {
    width: 83.33%;
}

.column.desk-1 {
    width: 8.33%;
    flex: 0 auto;
}

.column.desk-4 {
    width: 33.33%;
    position: static;
}

.column.desk-9 {
    width: 75%;
}

.column.desk-3 {
    width: 25%;
    flex: none;
}

.column.desk-2 {
    width: 16.66%;
}

.column.desk-7 {
    width: 58.3333%;
}

.column.desk-8 {
    width: 100%;
}

.column.desk-6 {
    width: 50%;
    flex: none;
}

.column.desk-5 {
    width: 41.6667%;
}

.terms-rich-text {
    text-align: left;
}

.banner,
.tab-link {
    text-align: center;
}

.terms-rich-text h2 {
    font-size: 30px;
}

.terms-rich-text h3 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
}

.nav-content {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.nav-content.center-align,
.simple-footer-links.center-align {
    justify-content: center;
}

.nav-content.right-align,
.nav-content.symbols {
    justify-content: flex-end;
}

.nav-cta-button-container,
.nav-menu {
    align-items: center;
    display: flex;
}

.menu-button.w--open {
    color: rgba(9, 106, 208, 0.2);
    background-color: #fff;
}

.navigation {
    height: 80px;
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.logo-link {
    margin-top: -2px;
    transition: opacity 0.2s;
}

.footer-link {
    color: #000;
    margin-right: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
    display: block;
}

.dropdown-link:hover,
.ds-menu-link:hover,
.footer-link:hover,
.heading.s.home,
.nav-link:hover,
.text-link:hover {
    color: #0069a8;
}

.footer-link.w--current {
    font-weight: 700;
    color: #0069a8;
}

.footer-links-container {
    flex-direction: column;
    display: flex;
}

.footer-section {
    z-index: 0;
    background-color: #f8fcff;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
}

.icon {
    width: 75px;
    height: 75px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
}

.banner,
.dropdown-icon,
.dropdown-link,
.footer-header,
.nav-link,
.tab-link,
.text-area,
.text-link {
    font-size: 16px;
}

.icon.tab {
    width: 35px;
    height: 35px;
    margin-bottom: 12px;
    margin-right: 12px;
}

.icon.small {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.icon.side {
    width: 42px;
    height: 42px;
    margin-right: 20px;
}

.banner,
.banner-container,
.icon.centered,
.logos-div {
    margin-left: auto;
    margin-right: auto;
}

.icon.centered {
    margin-bottom: 12px;
}

.logos-div {
    width: 100%;
    max-width: 1230px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
}

.banner-section {
    background-color: #e7f5ff;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.banner-container {
    max-width: 1080px;
    flex: 1;
    display: block;
}

.banner {
    color: #000;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 700;
    display: flex;
}

.tab-text-boxes {
    height: 78px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 22px 22px 9px;
    font-style: normal;
    transition: 0.2s;
}

.tabs-images,
.tabs-text-boxes {
    padding-left: 18px;
    padding-right: 18px;
}

.tab-text-boxes:hover {
    background-color: #f8fcff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.01);
}

.tab-text-boxes.w--current {
    height: auto;
    background-color: #fff;
    border: 1px solid #edf0f3;
    box-shadow: 0 4px 20px rgba(44, 50, 58, 0.06);
}

.tabs-text-boxes {
    width: 41.6667%;
    flex: none;
}

.tabs-images {
    width: 58.3333%;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    position: relative;
}

.horizontal-tabs {
    justify-content: space-between;
    align-items: center;
    margin-left: -18px;
    margin-right: -18px;
    display: flex;
}

.horizontal-tabs.switch {
    flex-direction: row-reverse;
}

.nav-dropdown {
    border-radius: 5px;
    padding: 0;
    transition: color 0.15s;
    position: relative;
}

.nav-dropdown.w--current {
    color: #096ad0;
    font-weight: 700;
    transition-property: none;
}

.dropdown-icon {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
}

.center-image.no-margin,
.feature-horizontal.no-margin,
.form,
.heading._2xs.no-margin,
.heading.l.no-margin,
.heading.xl.no-margin,
.no-margin,
.small-button.outline.no-margin {
    margin-bottom: 0;
}

.small-button.no-margin,
.tab-link {
    margin-right: 0;
}

.dropdown-list.w--open {
    width: 225px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.dropdown-list.dark {
    color: #fff;
    background-color: #0288d1;
    border-color: #024a70;
}

.logo-container {
    padding-left: 24px;
    padding-right: 24px;
}

.no-margin {
    margin-top: 0;
}

.form-success {
    color: #24282a;
    background-color: #cbe5ff;
    border-radius: 4px;
    padding: 32px;
}

.float-card {
    width: 100%;
    min-height: 50px;
    min-width: 50px;
    color: #000;
    background-color: #fff;
    border: 1px solid #edf0f3;
    border-radius: 8px;
    flex-direction: column;
    transition: transform 0.2s;
    box-shadow: 0 0 20px rgba(105, 115, 124, 0.1);
}

.tab-link,
.tab-link.w--current,
.text-area {
    background-color: rgba(0, 0, 0, 0);
}

.float-card:hover {
    transform: translate(0, -5px);
}

.card-thumbnail {
    height: 22vw;
    max-height: 250px;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.card,
.text-area {
    border: 1px solid #edf0f3;
}

.card-thumbnail.large {
    height: 24vw;
    max-height: 360px;
}

.card-text-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 28px 22px;
}

.text-area {
    min-height: 120px;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
}

.text-area:focus,
.text-input:focus {
    border-color: #94c1ff;
}

.text-area::-ms-input-placeholder {
    color: #bac5ca;
}

.text-area::placeholder {
    color: #bac5ca;
}

.tabs-menu {
    width: 100%;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 48px;
    display: flex;
}

.question-arrow-icon,
.tick-list ul {
    margin-top: 8px;
}

.tab-link {
    color: #bac5ca;
    border-bottom: 2px solid #edf0f3;
    flex: 0 auto;
    margin-left: 0;
    padding: 15px 20px;
    transition:
        border-color 0.2s,
        color 0.2s,
        background-color 0.2s;
}

.card,
.featured-card {
    background-color: #fff;
}

.center-image,
.container-footer {
    margin-left: auto;
    margin-right: auto;
}

.tab-link:hover {
    color: #000;
    border-bottom-color: #000;
}

.tab-link.w--current {
    color: #0069a8;
    border-bottom-color: #5da1fa;
    font-weight: 700;
}

.answer,
.card,
.dropdown-link.w--current,
.footer-header,
.grey-text,
.nav-link,
.nav-link.w--current,
.question,
.tagline.m,
.tick-list li {
    color: #000;
}

.question {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.answer {
    padding-right: 50px;
    display: block;
}

.question-container {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #edf0f3;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 15px;
    text-decoration: none;
    display: flex;
}

.tab-header {
    align-items: center;
    margin-bottom: 4px;
    display: flex;
}

.tick-list li {
    background-image: url("/_assets/img/tick.svg");
    background-position: 0 6px;
    background-size: 16px;
    margin-bottom: 8px;
    padding-left: 28px;
    font-weight: 700;
}

.tick-list ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.center-image {
    margin-bottom: 16px;
    display: block;
}

.error-2 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}

.dropdown-link {
    color: #000;
    margin: 4px 0;
    padding: 6px 9px;
    display: block;
}

.dropdown-link.white {
    color: #fff;
}

.nav-link {
    padding: 6px 19px;
    transition:
        opacity 0.2s,
        color 0.2s;
    display: inline-block;
}

.nav-link.secondary {
    color: #0069a8;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
}

.nav-link.outline,
.nav-link.primary {
    border-radius: 6px;
    margin-left: 8px;
    padding-left: 20px;
    padding-right: 20px;
    transition:
        background-color 0.2s,
        color 0.2s;
    font-weight: 700;
}

.nav-link.primary {
    color: #fff;
    background-color: #0069a8;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
}

.nav-link.outline:active,
.nav-link.primary:active {
    background-color: #0288d1;
    box-shadow: 0 0 rgba(0, 0, 0, 0.1);
}

.nav-link.outline {
    color: #0069a8;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 1px #0069a8;
}

.nav-link.outline:hover {
    color: #fff;
    background-color: #024a70;
}

.nav-link.white {
    color: #e7f5ff;
}

.image-cover {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.error {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}

.footer-header {
    text-transform: capitalize;
    margin-bottom: 16px;
    font-weight: 700;
}

.card {
    border-radius: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 32px;
    display: flex;
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.container-footer,
.nav-container {
    padding-left: 40px;
    padding-right: 40px;
    top: 0;
    left: 0;
    right: 0;
}

.card.soft-blue {
    box-shadow: none;
    background-color: #e7f5ff;
}

.card.light-grey {
    box-shadow: none;
    background-color: #f8fcff;
}

.utility-page-wrap {
    width: 100vw;
    height: 90vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.utility-page-content {
    width: 260px;
    text-align: center;
    flex-direction: column;
    display: flex;
}

.feature-left,
.intro-buttons {
    align-items: center;
}

.container-footer {
    width: 100%;
    max-width: 1230px;
    flex-direction: column;
    justify-content: center;
    display: block;
    position: relative;
}

._2-grid,
._3-grid {
    grid-auto-columns: 1fr;
    display: grid;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    grid-template-rows: auto;
}

.feature-left {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}

.feature-right {
    grid-template-rows: auto;
    grid-template-columns: 0.25fr 1fr;
    align-items: center;
}

._3-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: stretch;
}

._2-grid {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: stretch;
}

.nav-container {
    width: 100%;
    max-width: 1280px;
    min-height: 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.wave-image {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.wave-image.bottom {
    z-index: 0;
    top: auto;
    bottom: 0;
}

.wave-div {
    width: 100%;
    margin-bottom: 128px;
}

.ds-section-header,
.wave-div.half-way-up {
    margin-bottom: 50px;
}

.text-field-div {
    margin-bottom: 24px;
    position: relative;
}

.social-grid {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 24px 24px 24px 24px;
    grid-auto-columns: 24px;
    justify-content: end;
    align-items: start;
    justify-items: end;
    display: grid;
}

.footer-social-section {
    justify-content: flex-start;
    display: flex;
}

.social-link {
    width: 24px;
    height: 24px;
    transition: opacity 0.2s;
}

.section-top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
}

.heading._3xs,
.heading.xl,
.text-link {
    margin-bottom: 12px;
}

.text-link {
    color: #0069a8;
    font-weight: 700;
    display: block;
}

.nav-cta-container-mobile {
    align-items: center;
    display: none;
}

.heading {
    font-weight: 700;
}

.heading.s {
    font-size: 24px;
    font-weight: 700;
}

.blog-rich-text h2,
.heading.m {
    font-size: 32px;
}

.heading._2xl {
    font-size: 48px;
}

.heading._3xl {
    font-size: 40px;
}

.heading._3xs {
    font-size: 16px;
    font-weight: 700;
}

.heading.xl {
    font-size: 32px;
}

.heading._2xs,
.heading.l,
.heading.xs {
    font-size: 24px;
    margin-bottom: 12px;
}

.heading._2xs,
.heading.xs {
    font-weight: 700;
}

.tagline {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tagline.m.grey {
    color: #446b7a;
}

.tagline.light-blue {
    color: #5da1fa;
}

.display {
    font-size: 40px;
    font-weight: 700;
}

.display.l {
    margin-bottom: 24px;
    font-size: 40px;
}

.featured-card {
    border: 1px solid #edf0f3;
    border-radius: 12px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    transition: transform 0.2s;
    display: flex;
    position: relative;
    box-shadow: 0 1px 32px rgba(0, 0, 0, 0.1);
}

.featured-card:hover {
    transform: translate(0, -4px);
}

.featured-card-image-div {
    width: 40%;
    min-height: 420px;
    position: relative;
    overflow: hidden;
}

.featured-card-text-div {
    color: #24282a;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    padding: 55px;
    display: flex;
}

.progress-bar {
    z-index: 40;
    width: 100%;
    height: 6px;
    background-color: #f8fcff;
    position: fixed;
    top: 80px;
}

.progress-line {
    z-index: 30;
    width: 100%;
    height: 6px;
    background-color: #0069a8;
    position: relative;
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.footer-container {
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 39px;
    padding-right: 39px;
    display: block;
    position: relative;
}

.error-3,
.error-4 {
    max-width: 1230px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.questions-section {
    text-align: left;
    margin-bottom: 36px;
}

.blog-rich-text blockquote {
    background-color: #f8fcff;
    border-left-style: none;
    border-radius: 6px;
    padding: 35px;
}

.blog-rich-text p,
.rich-text p {
    margin-bottom: 24px;
    font-size: 16px;
}

.blog-post-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.error-3 {
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}

.error-4,
.field-block {
    flex-direction: column;
}

.tabs-content {
    height: auto;
    background-color: #f8fcff;
    border-radius: 8px;
    padding: 32px 24px 24px;
}

.rich-text h4 {
    margin-top: 32px;
}

.regular {
    font-weight: 400;
}

.error-4 {
    min-height: 50px;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}

.small-button {
    text-align: center;
    background-color: #0069a8;
    border-radius: 5px;
    flex: none;
    margin-bottom: 16px;
    padding: 6px 23px;
    font-size: 16px;
    font-weight: 700;
    transition:
        border-color 0.2s,
        color 0.2s,
        box-shadow 0.2s,
        background-color 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.small-button.outline:hover {
    color: #fff;
    background-color: #5da1fa;
}

.field-block {
    z-index: 1;
    min-height: 20px;
    min-width: 50px;
    border: 1px solid transparent;
    align-items: stretch;
    margin-bottom: 8px;
    display: flex;
}

._1-2-grid,
.error-5 {
    flex-direction: column;
}

.form-dropdown,
.text-field {
    margin-bottom: 16px;
    font-size: 16px;
}

.error-5 {
    width: 100%;
    max-width: 1500px;
    min-height: 50px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.form-error {
    color: #101113;
    background-color: #ffd4d4;
    border-radius: 4px;
    padding: 14px;
    font-size: 16px;
}

.form-dropdown {
    width: 100%;
    height: 48px;
    color: #000;
    background-color: #fff;
    border: 1px solid #edf0f3;
    border-radius: 6px;
    padding: 8px 12px;
    position: relative;
}

.form-dropdown:focus,
.form-dropdown:hover {
    color: #37474e;
}

.form-dropdown::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
}

.form-dropdown::placeholder {
    color: #999;
    font-size: 16px;
}

.text-field {
    height: 44px;
    border: 1px solid #dde2e7;
    border-radius: 5px;
}

.text-field::-ms-input-placeholder {
    color: #a6afb6;
}

.text-field::placeholder {
    color: #a6afb6;
}

.ds-nav {
    width: 240px;
    background-color: #fff;
    border-right: 1px solid #ced5db;
    padding-top: 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    overflow: auto;
}

.ds-menu-brand {
    width: 160px;
    margin-bottom: 50px;
    margin-left: 30px;
}

.ds-menu-link {
    width: 100%;
    color: #333b4a;
    border-left: 4px solid transparent;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 27px;
}

.ds-menu-link.w--current {
    color: #0069a8;
    background-color: #e7f5ff;
    padding-right: 0;
    font-weight: 700;
}

.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #1d1916;
    margin-bottom: 36px;
}

.horizontal-line.design-system {
    position: relative;
    bottom: -80px;
}

.ds-block {
    margin-bottom: 28px;
    font-size: 16px;
}

.ds-description {
    max-width: 400px;
    color: #929aa1;
}

._1-2-grid,
._2-1-grid {
    max-width: 1000px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: auto;
}

.ds-wrapper {
    width: 100%;
    min-height: 100vh;
}

._1-2-grid {
    grid-template-columns: 1fr 2fr;
    justify-content: center;
    align-items: stretch;
    position: relative;
}

._2-1-grid,
.ds-module {
    flex-direction: column;
    position: relative;
}

.form-checkbox,
.form-radio-button {
    margin-bottom: 16px;
    padding-left: 24px;
}

._2-1-grid {
    grid-template-columns: 2fr 1fr;
    justify-content: center;
    align-items: stretch;
}

.text-input {
    border: 1px solid #edf0f3;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 21px 16px;
    font-size: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
}

.ds-module,
.visible-spacer {
    border-radius: 5px;
    background-color: #cbe5ff;
}

.text-input::-ms-input-placeholder {
    color: #bac5ca;
}

.text-input::placeholder {
    color: #bac5ca;
}

.check-box,
.radio-button {
    width: 20px;
    height: 20px;
    border-color: #bac5ca;
    margin-top: 0;
    margin-left: -24px;
    margin-right: 10px;
}

.ds-colour-grid,
.icon-grid {
    margin-top: 24px;
}

.radio-button.w--redirected-checked {
    border-width: 6px;
    border-color: #2b95ff;
}

.visible-spacer {
    margin-bottom: 24px;
    display: inline-block;
}

.ds-module {
    min-height: 100px;
    min-width: 100px;
    display: flex;
}

.ds-colour-block {
    width: 12.5%;
    padding-right: 16px;
    display: inline-block;
}

.check-box.w--redirected-checked {
    background-color: #2b95ff;
    background-position: 50%;
    background-size: 16px;
    border-color: #2b95ff;
}

.visible-block-styleguide {
    width: 100%;
    height: 50px;
    background-color: #cbe5ff;
    border-radius: 6px;
    margin-bottom: 20px;
}

.color-block {
    width: 100%;
    height: 60px;
    background-color: #24282a;
    border-radius: 5px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
}

.color-block.soft-grey {
    background-color: #bac5ca;
}

.color-block.back-grey {
    background-color: #f8fcff;
    border: 1px solid #edf0f3;
}

.color-block.dark-grey,
.color-block.grey,
.color-block.light-grey {
    background-color: #000;
}

.color-block.blue {
    background-color: #0069a8;
}

.color-block.silver {
    background-color: #edf0f3;
}

.color-block.white {
    background-color: #fff;
    border: 1px solid #f8fcff;
}

.color-block.light-blue {
    background-color: #5da1fa;
    border-style: none;
}

.color-block.soft-blue {
    background-color: #94c1ff;
}

.color-block.pale-blue {
    background-color: #cbe5ff;
}

.ds-content {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 240px;
    display: flex;
    position: relative;
}

.ds-section {
    z-index: 0;
    text-align: left;
    padding: 60px 80px 48px 60px;
    position: relative;
}

.ds-section.header,
.subscribe-button.blue {
    color: #fff;
    background-color: #0069a8;
}

.ds-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
    margin-right: 24px;
    display: inline-block;
}

.ds-colour-grid {
    flex-wrap: wrap;
    display: flex;
}

.ds-title {
    color: #3f3b35;
    margin-bottom: 8px;
}

.left-nav-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    display: flex;
    position: relative;
}

.left-nav-content.right-align {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 36px;
}

.right-nav-content {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    display: flex;
}

.right-nav-content.left-aligned {
    text-align: left;
    justify-content: flex-start;
    margin-left: 32px;
    margin-right: auto;
}

.simple-footer-links {
    text-align: right;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-end;
    align-items: center;
    justify-items: end;
    margin-right: -24px;
    display: flex;
}

.symbols-navigation {
    z-index: 201;
    height: 80px;
    background-color: #0288d1;
    border-bottom: 1px solid #024a70;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

.email-subscribe {
    align-items: flex-start;
    display: flex;
    position: relative;
}

.email-form {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.subscribe-button {
    color: #0069a8;
    text-align: center;
    background-color: #e7f5ff;
    border-style: none;
    border-radius: 6px;
    flex: none;
    margin-bottom: 16px;
    margin-left: -10px;
    padding: 7px 24px;
    font-size: 16px;
    font-weight: 700;
    transition:
        color 0.2s,
        box-shadow 0.2s,
        background-color 0.2s;
}

.subscribe-button:hover {
    color: #024a70;
    background-color: #cbe5ff;
}

.subscribe-button:active {
    box-shadow: none;
    color: #0288d1;
    background-color: #94c1ff;
}

.subscribe-button.dark {
    color: #fff;
    background-color: #0288d1;
}

.lightbox-link {
    justify-content: center;
    align-items: center;
    display: flex;
}

.play-button {
    transition: transform 0.2s;
    position: absolute;
}

.play-button:hover {
    transform: scale(1.05);
}

.lightbox-image {
    filter: brightness(85%);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    transition: filter 0.2s;
}

.lightbox-image:hover {
    filter: brightness(95%);
}

.container {
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    min-height: 40px;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    position: relative;
}

.container.center-align {
    text-align: center;
    align-items: center;
    display: flex;
}

._4-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.email-subscribe-banner {
    width: 100%;
    align-items: flex-start;
    margin-bottom: -16px;
    display: flex;
    position: relative;
}

.sign-in-div {
    text-align: right;
    align-items: center;
    display: flex;
}

.center-card {
    max-width: 450px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 36px;
    display: flex;
    position: relative;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
}

.center-card-section {
    min-height: 100vh;
    background-color: #e7f5ff;
    justify-content: center;
    align-items: center;
    padding: 140px 64px 120px;
    display: flex;
    position: relative;
}

.question-box,
.sign-up-form {
    flex-direction: column;
    display: flex;
}

.sign-up-form {
    text-align: left;
    flex: 1;
    justify-content: center;
    align-items: stretch;
}

.sign-up-nav {
    width: 100%;
    height: auto;
    justify-content: space-between;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: absolute;
    top: 0;
}

.feature-horizontal {
    align-items: flex-start;
    margin-bottom: 12px;
    display: flex;
}

.icon-side {
    width: 30px;
    height: 30px;
    margin-right: 16px;
}

.feature-equal {
    grid-column-gap: 72px;
    grid-row-gap: 54px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.questions-box {
    width: 100%;
    border: 1px solid #dee5eb;
    border-radius: 4px;
    margin-bottom: 48px;
}

.question-box {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dee5eb;
    justify-content: space-between;
    margin-bottom: -1px;
    padding: 28px 28px 16px;
    text-decoration: none;
    overflow: hidden;
}

.licenses-grid,
.pricing-grid-block.title {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
}

.licenses-grid {
    grid-column-gap: 96px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
}

.pricing-grid-block {
    min-height: 64px;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    display: flex;
}

.pricing-grid-block.title {
    min-height: auto;
    text-align: left;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.pricing-grid-tick {
    width: 18px;
}

.plan-header {
    border-bottom: 3px solid #edf0f3;
    border-right: 1px solid #edf0f3;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 12px 16px 8px;
    display: flex;
}

.plan-header.last {
    border-right-style: none;
}

.pricing-grid-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #edf0f3;
    border-bottom: 1px solid #edf0f3;
    grid-template: "." /2.5fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -1px;
    display: grid;
}

.pricing-grid-row.top {
    border-top-style: none;
}

.pricing-grid-main {
    margin-bottom: 48px;
}

._2-column-dropdown-list.w--open {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    flex-direction: row;
    padding: 10px;
    display: flex;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.dropdown-column {
    margin-right: 24px;
}

.nav-banner {
    z-index: 3000;
    color: #000;
    background-color: #ffcdd2;
    padding-left: 50px;
    padding-right: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
}

.banner-content {
    width: 100%;
    grid-column-gap: 24px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    display: flex;
}

.banner-link {
    color: #024a70;
    border-bottom: 1px solid #94c1ff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    transition: border-color 0.2s;
    display: inline-block;
}

.banner-link:hover {
    border-bottom-color: #024a70;
}

@media screen and (min-width: 1280px) {
    .banner-container {
        max-width: 1140px;
    }
}

@media screen and (max-width: 991px) {
    .container,
    .container-footer,
    .error-1,
    .error-4,
    .error-5,
    .footer-container,
    .logos-div,
    .nav-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    ._12-columns.justified-ends.tab-center,
    .banner-container,
    .dropdown-link,
    .nav-dropdown,
    .nav-link,
    .nav-menu {
        text-align: center;
    }

    ul {
        align-items: center;
    }

    .button,
    .subscribe-button {
        box-shadow: none;
        position: relative;
    }

    .left-nav-content,
    .nav-content {
        box-shadow: 0 3px 3px rgba(1, 8, 11, 0.1);
    }

    ._12-columns {
        flex-flow: wrap;
    }

    ._12-columns.tab-swap {
        flex-direction: column-reverse;
    }

    ._12-columns.justified-ends.tab-center,
    .intro-buttons {
        justify-content: center;
    }

    .column,
    .column.desk-4.tab-6,
    .column.desk-5.tab-6,
    .column.desk-6.tab-6 {
        width: 50%;
    }

    .column.desk-1.tab-0,
    .column.desk-2.tab-0,
    .right-nav-content {
        display: none;
    }

    .column.desk-4.tab-12,
    .column.desk-5.tab-12,
    .column.desk-6.tab-12,
    .column.desk-7.tab-12,
    .column.desk-8.tab-12,
    .dropdown,
    .ds-nav,
    .tab-text-boxes {
        width: 100%;
    }

    .column.desk-4.tab-5 {
        width: 41.6667%;
    }

    .column.desk-3,
    .column.desk-6 {
        flex-wrap: nowrap;
    }

    .column.desk-2.tab-4,
    .column.desk-3.tab-4 {
        width: 33.3333%;
    }

    .column.desk-2.tab-1 {
        width: 8.33333%;
    }

    .column.desk-2.tab-3 {
        width: 25%;
    }

    .column.desk-6.tab-7,
    .column.desk-8.tab-7 {
        width: 58.3333%;
    }

    .menu-icon {
        color: #096ad0;
    }

    .nav-content {
        background-color: #f7fcfd;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
    }

    .nav-content.symbols {
        background-color: #0288d1;
        border-top-style: none;
        border-top-color: #024a70;
        border-bottom-color: #024a70;
    }

    .menu-button {
        color: #2e323c;
        margin-right: -12px;
    }

    .menu-button.w--open {
        color: #096ad0;
        background-color: rgba(0, 0, 0, 0);
    }

    .navigation {
        background-color: #fff;
    }

    .logo-link {
        width: 150px;
        flex: 1;
    }

    .footer-links-container {
        flex-direction: column;
        align-items: flex-start;
        display: flex;
    }

    .logos-div {
        flex-wrap: wrap;
    }

    .banner-section,
    .nav-banner {
        padding-left: 60px;
        padding-right: 60px;
    }

    .nav-dropdown {
        flex: 1;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }

    .dropdown-icon {
        margin-top: 16px;
        margin-right: 40px;
    }

    ._2-column-dropdown-list,
    .dropdown-list {
        background-color: #cbe5ff;
        padding: 10px;
        position: relative;
    }

    ._2-column-dropdown-list.w--open,
    .dropdown-list.w--open {
        box-shadow: none;
        background-color: #cbe5ff;
        border-style: none;
        border-radius: 0;
        display: none;
        position: relative;
    }

    .logo-container {
        width: 33%;
        justify-content: center;
        margin-top: 25px;
        margin-bottom: 25px;
        display: flex;
    }

    .desktop-hidden,
    .ds-menu {
        display: block;
    }

    .featured-card,
    .nav-menu {
        flex-direction: column;
    }

    .tick-list ul {
        align-items: flex-start;
    }

    .dropdown-link {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .nav-link {
        margin-top: 3px;
        margin-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .nav-link.secondary {
        padding-left: 14px;
        padding-right: 14px;
    }

    .nav-link.outline,
    .nav-link.primary {
        margin-right: 12px;
    }

    .nav-link.dropdown {
        margin-top: 6px;
        margin-bottom: 6px;
        padding-top: 0;
        padding-bottom: 0;
        display: inline-block;
    }

    .nav-link.dropdown.w--current {
        color: #446b7a;
    }

    .intro-buttons.left-align {
        justify-content: flex-start;
    }

    .feature-equal,
    .feature-left,
    .feature-right {
        text-align: center;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    ._3-grid,
    ._4-grid {
        grid-template-columns: 1fr 1fr;
    }

    .featured-card-image-div {
        width: 100%;
        height: 400px;
        min-height: auto;
    }

    .error-3 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .small-button {
        margin-left: 6px;
        margin-right: 6px;
        position: relative;
    }

    ._1-2-grid,
    ._2-1-grid,
    .ds-content {
        margin-left: 0;
    }

    .partner-logo {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ds-nav {
        z-index: 10;
        padding-top: 20px;
        position: -webkit-sticky;
        position: sticky;
        bottom: auto;
        left: auto;
        overflow: visible;
    }

    .ds-menu-brand {
        margin-bottom: 20px;
    }

    .ds-menu {
        z-index: 500;
        background-color: #fff;
        border-bottom: 1px solid #ece7e0;
        padding-top: 17px;
        padding-bottom: 17px;
        position: absolute;
        top: 80px;
        bottom: auto;
        left: 0;
        right: auto;
    }

    .ds-menu-button {
        margin-right: 12px;
        top: -10px;
    }

    .ds-menu-button.w--open {
        background-color: #2b95ff;
        border-radius: 40px;
    }

    .ds-block {
        margin-bottom: 40px;
    }

    .ds-content {
        position: static;
    }

    .left-nav-content {
        background-color: #f7fcfd;
        border-top: 1px solid #cbe5ff;
        border-bottom: 1px solid #cbe5ff;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
    }

    .left-nav-content.right-align {
        margin-right: 0;
    }

    .email-subscribe-banner {
        width: auto;
    }

    .licenses-grid {
        grid-column-gap: 40px;
        margin-left: 0;
    }

    .pricing-grid-row {
        grid-template-columns: 2.5fr 1fr 1fr 1fr;
    }

    #w-node-_1ed3fe4a-fa89-d196-8480-c205190a91d8-a9d047d4,
    #w-node-_30a14d9b-37d4-3cdb-a52f-e5752ff8f51d-2075a028,
    #w-node-_549b2577-face-ea10-1b0a-8735e953e1ee-e953e1de,
    #w-node-_9841d869-7dd6-b581-23d8-292c468e2367-468e2364,
    #w-node-a4355792-fc57-816c-771f-057160b71395-d351a390,
    #w-node-a599452a-95d2-c95e-d399-a2d4a7f963b4-a7f963a8,
    #w-node-bbf70247-03b2-64fe-67da-515fb85fc0af-b85fc09d,
    #w-node-f4695e0d-277d-dd12-5fa7-f33139ce54de-39ce54d4 {
        order: -9999;
    }
}

@media screen and (max-width: 767px) {
    .mobile-hidden,
    .nav-cta-button-container,
    .right-nav-content,
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .dropdown,
    .dropdown-icon,
    .mobile-visible,
    .nav-cta-container-mobile,
    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }

    .spacer,
    .spacer._54 {
        height: 32px;
    }

    .nav-link.secondary,
    .tab-link.w--current {
        background-color: #cbe5ff;
    }

    h1 {
        font-size: 48px;
    }

    .heading.xl,
    h2 {
        font-size: 32px;
    }

    .heading.s,
    h3 {
        font-size: 24px;
    }

    .dropdown-link,
    .heading._2xs,
    .paragraph,
    .paragraph.large,
    p {
        font-size: 16px;
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .button,
    .subscribe-button {
        box-shadow: none;
    }

    .button.minimal {
        margin-right: 20px;
    }

    .spacer._48,
    .spacer._54 {
        width: 32px;
    }

    .spacer._36 {
        width: 24px;
        height: 24px;
    }

    .spacer._128 {
        width: 80px;
        height: 80px;
    }

    .spacer._80 {
        width: 64px;
        height: 64px;
    }

    ._12-columns {
        flex-wrap: wrap;
    }

    ._12-columns.mob-swap {
        flex-direction: column-reverse;
    }

    ._12-columns.mob-swap.mob-center,
    .container.mobile-center {
        text-align: center;
    }

    .container,
    .error-1,
    .footer-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .column.desk-1.tab-1.mob-12,
    .column.desk-10.mob-12,
    .column.desk-2.tab-2.mob-12,
    .column.desk-3,
    .column.desk-4.mob-12,
    .column.desk-4.tab-5,
    .column.desk-4.tab-6.mob-12,
    .column.desk-5,
    .column.desk-6.tab-6,
    .column.desk-6.tab-7,
    .column.desk-7.mob-12,
    .column.desk-8,
    .column.desk-8.tab-7,
    .tabs-text-boxes,
    .text-field {
        width: 100%;
    }

    .column.desk-2.tab-2.mob-6,
    .column.desk-2.tab-3.mob-6,
    .column.desk-2.tab-4.mob-6,
    .column.desk-3.tab-4.mob-6,
    .column.desk-4.tab-4.mob-6 {
        width: 50%;
    }

    .column.desk-3.tab-4.mob-8 {
        width: 66.6667%;
    }

    .menu-button {
        width: 56px;
        height: 56px;
        justify-content: center;
        align-items: center;
        padding: 16px;
    }

    .logo-link.mobile-center {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-links-container {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 32px;
        display: flex;
    }

    .ds-section,
    .footer-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .icon {
        width: 45px;
        height: 45px;
        margin-bottom: 16px;
    }

    .logos-div {
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }

    .banner-container {
        text-align: left;
    }

    .tabs-images {
        width: 100%;
        margin-top: 40px;
    }

    .featured-card,
    .horizontal-tabs,
    .horizontal-tabs.switch,
    .sign-up-form {
        flex-direction: column;
    }

    .logo-container {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .card-thumbnail {
        height: 30vw;
    }

    .card-thumbnail.large {
        height: 50vw;
    }

    .tabs-menu {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }

    .tab-link {
        width: auto;
        border-bottom-width: 0;
        border-radius: 6px;
        margin-bottom: 8px;
        margin-left: 4px;
        margin-right: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dropdown-link {
        text-align: center;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .nav-link.secondary {
        border-radius: 6px;
        margin: 12px 16px 8px;
        padding: 10px 0;
        display: block;
    }

    .nav-link.outline,
    .nav-link.primary {
        margin-left: 16px;
        margin-right: 16px;
        display: block;
    }

    .nav-link.primary {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .intro-buttons.left-align {
        align-items: flex-start;
    }

    ._3-grid,
    .licenses-grid {
        grid-template-columns: 1fr;
        margin-left: 0;
    }

    ._1-2-grid,
    ._2-1-grid,
    ._2-grid {
        grid-template-columns: 2fr;
        margin-left: 0;
    }

    .wave-div {
        margin-bottom: 80px;
    }

    .social-grid {
        justify-content: center;
        justify-items: center;
    }

    .footer-social-section {
        margin-top: 16px;
    }

    .section-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-image-div {
        margin-top: -40px;
        margin-bottom: -80px;
    }

    .heading._2xl {
        font-size: 48px;
    }
}

.heading._3xl {
    font-size: 40px;
}

.heading.l,
.heading.m {
    font-size: 24px;
}

.display.l {
    font-size: 45px;
}

.featured-card-text-div {
    padding: 24px;
}

.tabs-content {
    background-color: rgba(0, 0, 0, 0);
}

.partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.field-block {
    min-height: auto;
}

.ds-menu-brand.w--current {
    margin-top: 14px;
}

.ds-menu {
    background-color: #fff;
    padding: 16px 24px 24px;
}

.plan-header,
.pricing-grid-block {
    padding-left: 0;
}

.ds-colour-block {
    width: 25%;
}

.ds-content {
    margin-left: 0;
}

.simple-footer-links {
    justify-content: center;
    display: flex;
}

.email-subscribe-banner {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.feature-equal {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.pricing-grid-block.title {
    padding-top: 24px;
    padding-bottom: 0;
}

.plan-header {
    border-right-style: none;
}

.pricing-grid-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 8px;
}

.nav-banner {
    text-align: left;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
}

.banner-content {
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
}

#w-node-_1ec58694-7a9a-0792-bb9d-b7fd8831b0e4-ceb76a44,
#w-node-_23e76642-b277-3315-ea23-17f9bda2d18c-ceb76a44,
#w-node-_64befae3-9143-82d3-dfea-e04071cfa45e-ceb76a44,
#w-node-_8186557e-5e2f-56bd-20d2-3fb974e5e38c-ceb76a44,
#w-node-_8186557e-5e2f-56bd-20d2-3fb974e5e39a-ceb76a44,
#w-node-_8186557e-5e2f-56bd-20d2-3fb974e5e3a7-ceb76a44,
#w-node-_8186557e-5e2f-56bd-20d2-3fb974e5e3b4-ceb76a44,
#w-node-c6a2da8b-8360-1b28-22c9-ff38c81efe02-ceb76a44,
#w-node-c7bcfdd2-a313-7a00-73a0-d29dc76f55aa-ceb76a44,
#w-node-f4baf600-be5a-a3ec-08ad-56260c26056c-ceb76a44 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

@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;
    }

    .column.desk-5.tab-6,
    .text-area,
    .text-field,
    .text-input,
    .w-col,
    .w-col-tiny-12 {
        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%;
    }

    .column.desk-3.tab-4.mob-8,
    .w-col-tiny-10 {
        width: 83.3333%;
    }

    .w-col-tiny-11 {
        width: 91.6667%;
    }

    .nav-cta-button-container,
    .right-nav-content,
    .sign-in-div,
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button,
    .w-tab-link {
        display: block;
    }

    .column,
    .logo-container,
    .tab-header {
        margin-bottom: 0;
    }

    .container,
    .container-footer,
    .error-1,
    .error-3,
    .error-4,
    .error-5,
    .footer-container,
    .nav-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-button {
        flex: 0 auto;
    }

    .ds-section,
    .footer-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .banner-section {
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    .tab-text-boxes {
        height: 70px;
        padding-top: 18px;
        padding-left: 17px;
        padding-right: 17px;
    }

    .tabs-text-boxes {
        max-width: 100%;
        text-align: center;
    }

    .logo-container {
        margin-top: 0;
    }

    .color-block,
    .partner-logo {
        margin-bottom: 20px;
    }

    .card-thumbnail {
        height: 50vw;
    }

    .answer {
        padding-left: 0;
    }

    .question-arrow-icon {
        margin-left: 16px;
    }

    .card {
        box-shadow: none;
        padding: 24px;
    }

    .center-card,
    .featured-card {
        box-shadow: none;
        padding: 0;
    }

    .intro-buttons {
        flex-direction: column;
    }

    ._3-grid,
    ._4-grid {
        grid-template-columns: 1fr;
    }

    .heading.xl {
        font-size: 32px;
    }

    .featured-card-image-div {
        height: 240px;
    }

    .partner-logo {
        width: 90px;
        margin-top: 20px;
    }

    .email-form,
    .email-subscribe,
    .email-subscribe-banner,
    .feature-horizontal {
        width: 100%;
        flex-direction: column;
    }

    .subscribe-button {
        width: 100%;
        margin-left: 0;
    }

    .center-card {
        background-color: rgba(0, 0, 0, 0);
    }

    .center-card-section {
        background-image: none;
        align-items: flex-start;
        padding: 120px 24px 64px;
    }

    .sign-up-nav {
        flex-direction: column;
        align-items: center;
    }

    .pricing-grid-row {
        grid-column-gap: 0px;
    }

    .nav-banner {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-content {
        text-align: left;
        justify-content: space-between;
    }

    .banner-link {
        width: 100%;
        flex: 0 auto;
    }
}

#w-node-_568af145-4187-be93-81fb-5e52e5648cab-c82c6bdd,
#w-node-_568af145-4187-be93-81fb-5e52e5648cad-c82c6bdd,
#w-node-_568af145-4187-be93-81fb-5e52e5648caf-c82c6bdd,
#w-node-_568af145-4187-be93-81fb-5e52e5648cb0-c82c6bdd,
#w-node-_868ee727-34ac-076f-1ff6-2b6767547798-c82c6bdd,
#w-node-_868ee727-34ac-076f-1ff6-2b676754779a-c82c6bdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
