/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
pre.w-code-block code > span {
  display: block !important;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---background: var(--swatch--dark-900);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_theme---text: var(--swatch--light-200);
  --_text-style---font-size: var(--_typography---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_gap---size: var(--site--gutter);
  --_column-count---value: 1;
  --_typography---font-size--h1: clamp(2.5 * 1rem, ((2.5 - ((5 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((5 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 5 * 1rem);
  --_typography---font-size--h2: clamp(2.25 * 1rem, ((2.25 - ((4.25 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((4.25 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 4 * 1rem);
  --swatch--dark-900: #18181b;
  --_theme---brand--heading-feature: var(--swatch--brand-500);
  --_theme---brand--text-feature: var(--swatch--light-400);
  --_typography---line-height--1-3: 1.3;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_spacing---space--6: clamp(2 * 1rem, ((2 - ((2.5 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2.5 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2.5 * 1rem);
  --_spacing---space--7: clamp(2.25 * 1rem, ((2.25 - ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --max-width--main: calc(var(--site--viewport-max) * 1rem);
  --site--margin: clamp(1 * 1rem, ((1 - ((3 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --max-width--small: 50rem;
  --max-width--full: 100%;
  --_spacing---section-space--none: 0px;
  --_spacing---section-space--small: clamp(3 * 1rem, ((3 - ((5 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((5 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 5 * 1rem);
  --_spacing---section-space--main: clamp(4 * 1rem, ((4 - ((7 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((7 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 7 * 1rem);
  --_spacing---section-space--large: clamp(5.5 * 1rem, ((5.5 - ((10 - 5.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((10 - 5.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 10 * 1rem);
  --_spacing---section-space--page-top: clamp(7 * 1rem, ((7 - ((14 - 7) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((14 - 7) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 14 * 1rem);
  --_spacing---space--1: clamp(.375 * 1rem, ((.375 - ((.5 - .375) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((.5 - .375) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), .5 * 1rem);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_spacing---space--2: clamp(.625 * 1rem, ((.625 - ((.75 - .625) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((.75 - .625) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), .75 * 1rem);
  --_spacing---space--9: clamp(4 * 1rem, ((4 - ((6 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((6 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 6 * 1rem);
  --_spacing---space--4: clamp(1.25 * 1rem, ((1.25 - ((1.5 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.5 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.5 * 1rem);
  --site--gutter: 1.25rem;
  --_theme---background-2: var(--swatch--dark-900);
  --_spacing---space--3: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1 * 1rem);
  --_spacing---space--5: clamp(1.75 * 1rem, ((1.75 - ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2 * 1rem);
  --_spacing---space--8: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 4 * 1rem);
  --_typography---font--primary-family: Inter, Arial, sans-serif;
  --_typography---font--primary-regular: 400;
  --_typography---font--primary-medium: 600;
  --_typography---font--primary-bold: 700;
  --swatch--brand-violet: #615fff;
  --radius--small: .3125rem;
  --radius--main: .625rem;
  --radius--round: 100vw;
  --border-width--main: .065rem;
  --_theme---border: var(--swatch--dark-900-o20);
  --swatch--light-100: white;
  --_typography---line-height--1: 1;
  --_typography---font-size--text-small: clamp(.8 * .875rem, ((.8 - ((.875 - .8) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((.875 - .8) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), .875 * 1rem);
  --swatch--transparent: transparent;
  --_theme---text-link--text: var(--swatch--brand-500);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---text: var(--_theme---button-primary--text);
  --_theme---button-h-primary--border: var(--_theme---background);
  --_theme---button-h-primary--brackground: var(--_theme---background);
  --_theme---button-h-primary--text: var(--_theme---text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_theme---button-h-primary--border-hover: var(--_theme---background);
  --_theme---button-h-primary--background-hover: var(--_theme---background);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --swatch--brand-500: #9cfc91;
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--_theme---border);
  --_theme---text-link--text-hover: var(--_theme---text);
  --_typography---font-size--h5: clamp(1.375 * 1rem, ((1.375 - ((1.5 - 1.375) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.5 - 1.375) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.5 * 1rem);
  --focus--offset-inner: -.125rem;
  --swatch--light-200: #eeeef0;
  --_typography---letter-spacing--0-05em: .15em;
  --_typography---font-size--h4: clamp(1.25 * 1rem, ((1.25 - ((2 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2 * 1rem);
  --swatch--dark-600: #767676;
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--dark-900-o85);
  --_theme---brand--hero-bg: var(--swatch--brand-500);
  --swatch--brand-text: var(--swatch--dark-900);
  --_theme---brand--grid: var(--swatch--light-100-o40);
  --_typography---font-size--marquee: clamp(3rem, ((3.5 - ((5 - 3.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((5 - 3.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 5rem);
  --_typography---font-size--text-xsmall: .6rem;
  --_theme---brand--background-marquee: var(--_theme---background);
  --_theme---brand--text-marquee: var(--swatch--brand-500);
  --site--viewport-max: 80;
  --site--viewport-min: 20;
  --swatch--dark-900-o20: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  --_theme---brand--bg-main: var(--_theme---background);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --site--column-count: 12;
  --focus--width: .125rem;
  --focus--offset-outer: .1875rem;
  --swatch--light-100-o30: color-mix(in srgb, var(--swatch--light-100) 30%, transparent);
  --swatch--light-100-o90: color-mix(in srgb, var(--swatch--light-100) 90%, transparent);
  --swatch--light-100-o20: color-mix(in srgb, var(--swatch--light-100) 20%, transparent);
  --swatch--light-100-o40: color-mix(in srgb, var(--swatch--light-100) 40%, transparent);
  --swatch--light-400: #bcbcbc;
  --swatch--light-400-o10: color-mix(in srgb, var(--swatch--light-400) 10%, transparent);
  --swatch--dark-600-o10: color-mix(in srgb, var(--swatch--dark-600) 10%, transparent);
  --swatch--dark-800: #2f2b2d;
  --swatch--dark-900-o85: color-mix(in srgb, var(--swatch--dark-900) 85%, transparent);
  --swatch--brand-400: color-mix(in srgb, var(--swatch--brand-500), white 20%);
  --swatch--brand-300: color-mix(in srgb, var(--swatch--brand-500), white 40%);
  --swatch--brand-600: color-mix(in srgb, var(--swatch--brand-500), black 20%);
  --swatch--brand-text-o20: color-mix(in srgb, var(--swatch--brand-text) 20%, transparent);
  --_alignment---direction: start;
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_typography---font--primary-trim-top: .33em;
  --_typography---font--primary-trim-bottom: .38em;
  --_typography---letter-spacing--0-03em: -.03em;
  --_typography---letter-spacing--0em: 0em;
  --_typography---line-height--1-1: 1.1;
  --_typography---line-height--1-5: 1.5;
  --_typography---font-size--text-main: clamp(.9 * 1rem, ((.9 - ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.125 - .9) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.125 * 1rem);
  --_typography---font-size--text-large: clamp(1.125rem, ((1.125 - ((1.3125 - 1.125) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.3125 - 1.125) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.3125rem);
  --_typography---font-size--h6: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.125 * 1rem);
  --_typography---font-size--h3: clamp(1.85 * 1rem, ((1.85 - ((3 - 1.85) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 1.85) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --_typography---font-size--display: clamp(3rem, ((6.25 - ((6.25 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((6.25 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 6.25rem);
  --_typography---font-size--outline: clamp(4.5rem, ((6.25 - ((6.25 - 4.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((6.25 - 4.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 6.25rem);
  --_typography---font-size--facts: clamp(8.9375rem, ((11.25 - ((11.875 - 11.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((11.875 - 11.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 11.875rem);
  --site--column-width: calc((min(var(--max-width--main), 100% - var(--site--margin) * 2)  - (var(--site--gutter) * (var(--site--column-count)  - 1))) / var(--site--column-count));
  --_typography---text-transform--none: var(--text-transform, none);
  --_typography---text-transform--uppercase: uppercase;
  --_typography---text-transform--capitalize: capitalize;
  --_typography---text-transform--lowercase: lowercase;
}

body {
  background-color: var(--_theme---background);
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  text-transform: var(--_text-style---text-transform, none);
}

h1, h2, h3, h4, h5, h6, p {
  display: flow-root;
}

a {
  color: inherit;
  outline-width: var(--focus--width);
  outline-offset: var(--focus--offset-outer);
  text-decoration: none;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: "";
}

li {
  display: block;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

blockquote {
  border-style: none;
  padding: 0;
}

figure {
  margin-bottom: 0;
}

.c-heading {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.c-heading:where(.w-variant-41c609dc-9c80-9eef-75df-03bf0eea00b4) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--display);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-792802b6-ccdb-f982-5023-5fa970cf03d0) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-433d40c6-c261-f13f-c899-61d2cadf150f) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-701c4b6c-37cf-de59-d80d-80a1822c4994) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-7c7eb163-b37d-338d-2369-5eae7e6d458a) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-326a9562-3263-06da-e8ef-16981fd70f1c) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-823daff2-fd84-8da0-4ed1-92a39b869ad0) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-74a3180a-e505-b452-032f-599c8e557249) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-9027c8ae-1ba5-f702-ea6e-4a1c3fca9f64) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-3fbd0d32-5675-1947-73b3-abb16c1fb986) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.c-paragraph:where(.w-variant-eee56f15-d7ce-d101-2f8c-83b3bbd55d4a) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--display);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-3ddfa43e-abc1-422e-6e6d-23dfb7da71f3) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-efb733fe-da83-69a3-ea4a-b3f2f89d0389) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-ad482112-9d0e-852c-0f6e-ba1e5a3aee59) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-93e8af18-8413-e3ac-0442-72629401a3db) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-5c484503-e2a0-ac99-680d-56013d859efa) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-b8555f10-fa7d-e9ba-e262-f9aa44c27c1c) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-fdb8e663-01e0-aae6-13eb-e6dfca16b689) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-61d538b2-709c-eb7a-4258-8c0890dc07fc) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-4099173f-f581-635c-a5fe-cf4a89c62029) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-grid {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_column-count---value: 1;
  --_gap---size: var(--site--gutter);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(var(--type, auto-fit), minmax(min(max(calc(var(--column-width, 18) * 1rem), (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
  display: grid;
}

.c-grid:where(.w-variant-2d129b71-f389-2bb5-157e-4c6664b6f1f7) {
  --_column-count---value: 2;
}

.c-grid:where(.w-variant-205cb359-64f4-9613-16be-7b6ea21da130) {
  --_column-count---value: 3;
}

.c-grid:where(.w-variant-a43392db-4e92-372b-85af-453fa5f58a0b) {
  --_column-count---value: 4;
}

.c-grid:where(.w-variant-a49c393c-8eb9-9702-a7f7-b0d31c2535b6) {
  --_column-count---value: 5;
}

.c-grid:where(.w-variant-1fa34b50-a837-2ff8-cbdc-a25a0f0f655e) {
  --_column-count---value: 6;
}

.c-grid:where(.w-variant-40a5ac65-6ad6-ab31-f112-a487dd6f4194) {
  --_column-count---value: 7;
}

.c-grid:where(.w-variant-acca940a-8500-4c63-671b-ba41437b73b7) {
  --_column-count---value: 8;
}

.c-grid:where(.w-variant-3f4418b6-400a-afb6-8442-1ca7dcd18498) {
  --_column-count---value: 9;
}

.c-grid:where(.w-variant-6ad0d720-f0d5-1ea4-b1b1-2599a18bd67d) {
  --_column-count---value: 10;
}

.c-grid:where(.w-variant-d8367f61-c746-929f-bff3-d9477c01c581) {
  --_column-count---value: 11;
}

.c-grid:where(.w-variant-fd7db3dc-d58a-e1d7-ed64-9b8a1a6798b5) {
  --_column-count---value: 12;
}

.u-theme-light {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-200);
  --_theme---brand--heading-feature: var(--swatch--brand-500);
  --_theme---brand--text-feature: var(--swatch--light-400);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--dark-900);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--text: var(--swatch--brand-500);
  --_theme---button-h-primary--border: var(--_theme---background);
  --_theme---button-h-primary--brackground: var(--_theme---background);
  --_theme---button-h-primary--text: var(--_theme---text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---background);
  --_theme---button-h-primary--background-hover: var(--_theme---background);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--_theme---border);
  --_theme---text-link--text-hover: var(--_theme---text);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--dark-900-o85);
  --_theme---brand--hero-bg: var(--swatch--brand-500);
  --_theme---brand--grid: var(--swatch--light-100-o40);
  --_theme---brand--background-marquee: var(--_theme---background);
  --_theme---brand--text-marquee: var(--swatch--brand-500);
  --_theme---brand--bg-main: var(--_theme---background);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-theme-dark {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--brand-text);
  --_theme---brand--heading-feature: var(--swatch--brand-violet);
  --_theme---brand--text-feature: var(--swatch--dark-600);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border: var(--_theme---button-primary--border);
  --_theme---button-h-primary--brackground: var(--_theme---button-primary--background);
  --_theme---button-h-primary--text: var(--_theme---button-primary--text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---button-secondary--border-hover);
  --_theme---button-h-primary--background-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--swatch--transparent);
  --_theme---text-link--text-hover: var(--swatch--brand-violet);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--light-100-o90);
  --_theme---brand--hero-bg: var(--swatch--light-100);
  --_theme---brand--grid: var(--swatch--light-400-o10);
  --_theme---brand--background-marquee: var(--swatch--brand-500);
  --_theme---brand--text-marquee: var(--_theme---text);
  --_theme---brand--bg-main: var(--swatch--light-200);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--_theme---text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---text);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-theme-brand {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--brand-text);
  --_theme---brand--heading-feature: var(--swatch--brand-500);
  --_theme---brand--text-feature: var(--swatch--light-400);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border: var(--_theme---background);
  --_theme---button-h-primary--brackground: var(--_theme---background);
  --_theme---button-h-primary--text: var(--_theme---text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---background);
  --_theme---button-h-primary--background-hover: var(--_theme---background);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--_theme---border);
  --_theme---text-link--text-hover: var(--_theme---text);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--dark-900-o85);
  --_theme---brand--hero-bg: var(--swatch--brand-500);
  --_theme---brand--grid: var(--swatch--dark-600-o10);
  --_theme---brand--background-marquee: var(--swatch--dark-900);
  --_theme---brand--text-marquee: var(--swatch--brand-500);
  --_theme---brand--bg-main: var(--_theme---background);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--swatch--brand-text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-text-style-display {
  font-family: var(--_text-style---font-family);
  color: var(--_theme---background);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  -webkit-text-stroke-width: .02em;
  -webkit-text-stroke-color: var(--_theme---text);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--display);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-display.is--stacked {
  visibility: hidden;
  position: absolute;
}

.u-text-style-h1 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: wrap;
  display: flow-root;
}

.u-text-style-h1.u-color-dark {
  color: var(--swatch--dark-900);
}

.u-text-style-h2 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-h2.increased-padding {
  line-height: 1.12;
}

.u-text-style-h3 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-h3.u-color-feature {
  color: var(--_theme---brand--heading-feature);
}

.u-text-style-h3.u-color-feature.is--stacked {
  visibility: hidden;
  position: absolute;
}

.u-text-style-h4 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-h4.u-color-feature {
  color: var(--_theme---brand--heading-feature);
}

.u-text-style-h5 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-h6 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-large {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-large.u-color-dark {
  color: var(--swatch--dark-900);
}

.u-text-style-large.u-color-text-feature {
  color: var(--_theme---brand--text-feature);
}

.u-text-style-main {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-small {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-small.u-color-dark {
  color: var(--swatch--dark-900);
}

.u-text-style-small.u-color-dark.u-line-height-3 {
  line-height: var(--_typography---line-height--1-3);
}

.u-rich-text {
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h1 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h2 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h3 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h4 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h5 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-wrap: var(--_text-style---text-wrap);
  text-transform: var(--_text-style---text-transform, none);
}

.u-rich-text h6 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-wrap: var(--_text-style---text-wrap);
  text-transform: var(--_text-style---text-transform, none);
}

.u-rich-text p {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
}

.u-rich-text blockquote {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--6);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  border-left-style: solid;
  border-left-width: .2rem;
  padding: .5rem 1rem;
}

.u-rich-text ol {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  align-items: var(--_alignment---direction, start);
  flex-flow: column;
  padding-left: 1.2em;
  list-style-type: decimal;
  display: flex;
  overflow: visible;
}

.u-rich-text li {
  margin-top: calc(var(--_text-style---trim-top) * -1);
  margin-bottom: calc(var(--_text-style---trim-bottom) * -1);
  display: list-item;
}

.u-rich-text ul {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  align-items: var(--_alignment---direction, start);
  flex-flow: column;
  padding-left: 1.2em;
  list-style-type: disc;
  display: flex;
  overflow: visible;
}

.u-rich-text figure {
  margin-top: var(--_spacing---space--7);
  margin-bottom: var(--_spacing---space--7);
}

.u-section {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.u-section:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-200);
  --_theme---brand--heading-feature: var(--swatch--brand-500);
  --_theme---brand--text-feature: var(--swatch--light-400);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--dark-900);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--text: var(--swatch--brand-500);
  --_theme---button-h-primary--border: var(--_theme---background);
  --_theme---button-h-primary--brackground: var(--_theme---background);
  --_theme---button-h-primary--text: var(--_theme---text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---background);
  --_theme---button-h-primary--background-hover: var(--_theme---background);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--_theme---border);
  --_theme---text-link--text-hover: var(--_theme---text);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--dark-900-o85);
  --_theme---brand--hero-bg: var(--swatch--brand-500);
  --_theme---brand--grid: var(--swatch--light-100-o40);
  --_theme---brand--background-marquee: var(--_theme---background);
  --_theme---brand--text-marquee: var(--swatch--brand-500);
  --_theme---brand--bg-main: var(--_theme---background);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-section:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--brand-text);
  --_theme---brand--heading-feature: var(--swatch--brand-violet);
  --_theme---brand--text-feature: var(--swatch--dark-600);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border: var(--_theme---button-primary--border);
  --_theme---button-h-primary--brackground: var(--_theme---button-primary--background);
  --_theme---button-h-primary--text: var(--_theme---button-primary--text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---button-secondary--border-hover);
  --_theme---button-h-primary--background-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--swatch--transparent);
  --_theme---text-link--text-hover: var(--swatch--brand-violet);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--light-100-o90);
  --_theme---brand--hero-bg: var(--swatch--light-100);
  --_theme---brand--grid: var(--swatch--light-400-o10);
  --_theme---brand--background-marquee: var(--swatch--brand-500);
  --_theme---brand--text-marquee: var(--_theme---text);
  --_theme---brand--bg-main: var(--swatch--light-200);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--_theme---text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---text);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-section:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-200);
  --_theme---brand--heading-feature: var(--swatch--brand-500);
  --_theme---brand--text-feature: var(--swatch--light-400);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--dark-900);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--text: var(--swatch--brand-500);
  --_theme---button-h-primary--border: var(--_theme---background);
  --_theme---button-h-primary--brackground: var(--_theme---background);
  --_theme---button-h-primary--text: var(--_theme---text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---background);
  --_theme---button-h-primary--background-hover: var(--_theme---background);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--_theme---border);
  --_theme---text-link--text-hover: var(--_theme---text);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--dark-900-o85);
  --_theme---brand--hero-bg: var(--swatch--brand-500);
  --_theme---brand--grid: var(--swatch--light-100-o40);
  --_theme---brand--background-marquee: var(--_theme---background);
  --_theme---brand--text-marquee: var(--swatch--brand-500);
  --_theme---brand--bg-main: var(--_theme---background);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-section:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--brand-text);
  --_theme---brand--heading-feature: var(--swatch--brand-violet);
  --_theme---brand--text-feature: var(--swatch--dark-600);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border: var(--_theme---button-primary--border);
  --_theme---button-h-primary--brackground: var(--_theme---button-primary--background);
  --_theme---button-h-primary--text: var(--_theme---button-primary--text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---button-secondary--border-hover);
  --_theme---button-h-primary--background-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--swatch--transparent);
  --_theme---text-link--text-hover: var(--swatch--brand-violet);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--light-100-o90);
  --_theme---brand--hero-bg: var(--swatch--light-100);
  --_theme---brand--grid: var(--swatch--light-400-o10);
  --_theme---brand--background-marquee: var(--swatch--brand-500);
  --_theme---brand--text-marquee: var(--_theme---text);
  --_theme---brand--bg-main: var(--swatch--light-200);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--_theme---text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---text);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-section:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--brand-text);
  --_theme---brand--heading-feature: var(--swatch--brand-500);
  --_theme---brand--text-feature: var(--swatch--light-400);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border: var(--_theme---background);
  --_theme---button-h-primary--brackground: var(--_theme---background);
  --_theme---button-h-primary--text: var(--_theme---text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---background);
  --_theme---button-h-primary--background-hover: var(--_theme---background);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--_theme---border);
  --_theme---text-link--text-hover: var(--_theme---text);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--dark-900-o85);
  --_theme---brand--hero-bg: var(--swatch--brand-500);
  --_theme---brand--grid: var(--swatch--dark-600-o10);
  --_theme---brand--background-marquee: var(--swatch--dark-900);
  --_theme---brand--text-marquee: var(--swatch--brand-500);
  --_theme---brand--bg-main: var(--_theme---background);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--swatch--brand-text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-container {
  z-index: 1;
  max-width: var(--max-width--main);
  width: calc(100% - var(--site--margin) * 2);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  container: threshold-large / inline-size;
}

.u-container-small {
  z-index: 1;
  max-width: var(--max-width--small);
  width: calc(100% - var(--site--margin) * 2);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  container: threshold-large / inline-size;
}

.u-container-full {
  z-index: 1;
  max-width: var(--max-width--full);
  width: calc(100% - var(--site--margin) * 2);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  container: threshold-large / inline-size;
}

.u-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible !important;
}

.u-sr-only {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.u-section-spacer {
  height: var(--_spacing---section-space--none);
  position: relative;
}

.u-section-spacer:where(.w-variant-d422cbd0-f212-c815-68df-63414354c21d) {
  height: var(--_spacing---section-space--small);
}

.u-section-spacer:where(.w-variant-60a7ad7d-02b0-6682-95a5-2218e6fd1490) {
  height: var(--_spacing---section-space--main);
}

.u-section-spacer:where(.w-variant-8cc18b30-4618-8767-0111-f6abfe45aaa3) {
  height: var(--_spacing---section-space--large);
}

.u-section-spacer:where(.w-variant-41fc0c0a-cac3-53c9-9802-6a916e3fb342) {
  height: var(--site--margin);
}

.u-section-spacer:where(.w-variant-e359d2da-de19-6775-b122-3e06f925f39e) {
  height: var(--_spacing---section-space--page-top);
}

.u-section-spacer.hero {
  height: var(--_spacing---space--1);
}

.u-section-spacer.hero-top {
  height: var(--_spacing---section-space--large);
}

.u-visual-wrap {
  z-index: 1;
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.u-heading-accent strong {
  color: var(--_theme---heading-accent);
  font-weight: inherit;
}

.u-line-clamp-1, .u-line-clamp-2, .u-line-clamp-3, .u-line-clamp-4 {
  display: -webkit-box;
  overflow: hidden;
}

.u-content-wrapper {
  text-align: var(--_alignment---direction, start);
}

.u-content-wrapper:where(.w-variant-67e1f4a6-997b-b215-d348-cc757a57083b) {
  --_alignment---direction: start;
}

.u-content-wrapper:where(.w-variant-4f54624e-ceb1-0769-a238-365d5e220b70) {
  --_alignment---direction: center;
}

.u-content-wrapper:where(.w-variant-405b6754-709a-81de-bf32-f0102c0c7aa2) {
  --_alignment---direction: end;
}

.u-button-group {
  margin-top: var(--_spacing---space--6);
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  align-content: center;
  align-items: center;
  justify-content: var(--_alignment---direction, start);
  flex-flow: wrap;
  display: flex;
}

.u-child-contain {
  justify-content: center;
  align-items: var(--_alignment---direction, start);
  min-width: 100%;
  text-align: var(--_alignment---direction, start);
  flex-flow: column;
  display: flex;
}

.u-flex-horizontal-wrap {
  align-content: center;
  align-items: center;
  justify-content: var(--_alignment---direction, start);
  text-align: var(--_alignment---direction, start);
  flex-flow: wrap;
  display: flex;
}

.u-flex-vertical-nowrap {
  justify-content: center;
  align-items: var(--_alignment---direction, start);
  text-align: var(--_alignment---direction, start);
  flex-flow: column;
  display: flex;
}

.u-flex-vertical-nowrap.u-gap-8.mobile-display {
  display: none;
}

.u-flex-vertical-nowrap.u-gap-9 {
  grid-column-gap: var(--_spacing---space--9);
  grid-row-gap: var(--_spacing---space--9);
}

.u-flex-vertical-nowrap.u-gap-6.mobile-4 {
  position: relative;
}

.u-flex-vertical-nowrap.u-gap-display {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
}

.u-flex-horizontal-nowrap {
  align-content: center;
  align-items: center;
  justify-content: var(--_alignment---direction, start);
  text-align: var(--_alignment---direction, start);
  flex-flow: row;
  display: flex;
}

.u-flex-vertical-wrap {
  justify-content: center;
  align-items: var(--_alignment---direction, start);
  text-align: var(--_alignment---direction, start);
  flex-flow: column wrap;
  display: flex;
}

.u-flex-grow {
  flex: 1;
}

.u-flex-shrink {
  flex: 0 auto;
}

.u-flex-noshrink {
  flex: none;
}

.u-grid-custom {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  --_column-count---value: 12;
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(var(--_column-count---value), minmax(0, 1fr));
  flex-flow: column;
  display: grid;
}

.u-grid-subgrid {
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: subgrid;
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  grid-column: auto / span 1;
  display: grid;
}

.u-grid-autofit {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--site--gutter);
  --_column-count---value: 12;
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(min(max(8rem, (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
  display: grid;
}

.u-grid-autofill {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--site--gutter);
  --_column-count---value: 12;
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(min(max(8rem, (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
  display: grid;
}

.u-grid-above, .u-grid-below {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  --_column-count---value: 12;
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(var(--_column-count---value), minmax(0, 1fr));
  flex-flow: column;
  display: grid;
}

.u-grid-breakout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-breakout);
  display: grid;
}

.u-align-self-variable {
  align-self: var(--_alignment---direction, start);
}

.u-align-self-start {
  align-self: flex-start;
}

.u-align-self-center {
  align-self: center;
}

.u-align-self-end {
  align-self: flex-end;
}

.u-align-self-stretch {
  align-self: stretch;
}

.u-align-items-stretch {
  align-items: stretch;
}

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-center {
  align-items: center;
}

.u-align-items-end {
  align-items: flex-end;
}

.u-align-items-variable {
  align-items: var(--_alignment---direction, start);
}

.u-justify-content-start {
  justify-content: flex-start;
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-justify-content-between {
  justify-content: space-between;
}

.u-justify-content-around {
  justify-content: space-around;
}

.u-justify-content-variable {
  justify-content: var(--_alignment---direction, start);
}

.u-color-inherit {
  color: inherit;
}

.u-color-faded {
  color: color-mix(in srgb, var(--_theme---text) 60%, transparent);
}

.u-background-transparent {
  background-color: #0000;
}

.u-background-1 {
  background-color: var(--_theme---background);
}

.u-background-2 {
  background-color: var(--_theme---background-2);
}

.u-background-skeleton {
  background-color: color-mix(in lab, currentcolor 10%, transparent);
}

.u-gap-0 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: 0rem;
}

.u-gap-inherit {
  grid-column-gap: inherit;
  grid-row-gap: inherit;
}

.u-gap-1 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--1);
}

.u-gap-2 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--2);
}

.u-gap-gutter {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--site--gutter);
}

.u-gap-3 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--3);
}

.u-gap-4 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--4);
}

.u-gap-5 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--5);
}

.u-gap-6 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--6);
}

.u-gap-7 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--7);
}

.u-gap-8 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--8);
}

.u-gap-row-0 {
  grid-row-gap: 0rem;
}

.u-gap-row-inherit {
  grid-row-gap: inherit;
}

.u-gap-row-1 {
  grid-row-gap: var(--_spacing---space--1);
}

.u-gap-row-2 {
  grid-row-gap: var(--_spacing---space--2);
}

.u-gap-row-gutter {
  grid-row-gap: var(--site--gutter);
}

.u-gap-row-3 {
  grid-row-gap: var(--_spacing---space--3);
}

.u-gap-row-4 {
  grid-row-gap: var(--_spacing---space--4);
}

.u-gap-row-5 {
  grid-row-gap: var(--_spacing---space--5);
}

.u-gap-row-6 {
  grid-row-gap: var(--_spacing---space--6);
}

.u-gap-row-7 {
  grid-row-gap: var(--_spacing---space--7);
}

.u-gap-row-8 {
  grid-row-gap: var(--_spacing---space--8);
}

.u-mt-auto {
  margin-top: auto;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-gutter {
  margin-top: var(--site--gutter);
}

.u-mt-text {
  margin-top: var(--_text-style---margin-top);
}

.u-mt-1 {
  margin-top: var(--_spacing---space--1);
}

.u-mt-2 {
  margin-top: var(--_spacing---space--2);
}

.u-mt-3 {
  margin-top: var(--_spacing---space--3);
}

.u-mt-4 {
  margin-top: var(--_spacing---space--4);
}

.u-mt-5 {
  margin-top: var(--_spacing---space--5);
}

.u-mt-6 {
  margin-top: var(--_spacing---space--6);
}

.u-mt-7 {
  margin-top: var(--_spacing---space--7);
}

.u-mt-8 {
  margin-top: var(--_spacing---space--8);
}

.u-mb-auto {
  margin-bottom: auto;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-gutter {
  margin-bottom: var(--site--gutter);
}

.u-mb-text {
  margin-bottom: var(--_text-style---margin-bottom);
}

.u-mb-1 {
  margin-bottom: var(--_spacing---space--1);
}

.u-mb-2 {
  margin-bottom: var(--_spacing---space--2);
}

.u-mb-3 {
  margin-bottom: var(--_spacing---space--3);
}

.u-mb-4 {
  margin-bottom: var(--_spacing---space--4);
}

.u-mb-5 {
  margin-bottom: var(--_spacing---space--5);
}

.u-mb-6 {
  margin-bottom: var(--_spacing---space--6);
}

.u-mb-7 {
  margin-bottom: var(--_spacing---space--7);
}

.u-mb-8 {
  margin-bottom: var(--_spacing---space--8);
}

.u-weight-regular {
  font-family: var(--_typography---font--primary-family);
  font-weight: var(--_typography---font--primary-regular);
}

.u-weight-medium {
  font-family: var(--_typography---font--primary-family);
  font-weight: var(--_typography---font--primary-medium);
}

.u-weight-bold {
  font-family: var(--_typography---font--primary-family);
  font-weight: var(--_typography---font--primary-bold);
}

.u-weight-bold.u-color-violet {
  color: var(--swatch--brand-violet);
}

.u-min-height-screen {
  min-height: 100svh;
}

.u-column-full {
  grid-column: 1 / -1;
}

.u-column-custom {
  grid-column: auto / span 1;
}

.u-column-indent {
  grid-column: 2 / -2;
}

.u-column-1 {
  grid-column: auto / span 1;
}

.u-column-2 {
  grid-column: auto / span 2;
}

.u-column-3 {
  grid-column: auto / span 3;
}

.u-column-4 {
  grid-column: auto / span 4;
}

.u-column-5 {
  grid-column: auto / span 5;
}

.u-column-6 {
  grid-column: auto / span 6;
}

.u-column-7 {
  grid-column: auto / span 7;
}

.u-column-8 {
  grid-column: auto / span 8;
}

.u-column-9 {
  grid-column: auto / span 9;
}

.u-column-10 {
  grid-column: auto / span 10;
}

.u-column-11 {
  grid-column: auto / span 11;
}

.u-column-12 {
  grid-column: auto / span 12;
}

.u-alignment-start {
  --_alignment---direction: start;
  text-align: var(--_alignment---direction, start);
}

.u-alignment-center {
  --_alignment---direction: center;
  text-align: var(--_alignment---direction, start);
}

.u-alignment-end {
  --_alignment---direction: end;
  text-align: var(--_alignment---direction, start);
}

.u-text-transform-none {
  text-transform: none;
}

.u-text-transform-uppercase {
  text-transform: uppercase;
}

.u-text-transform-capitalize {
  text-transform: capitalize;
}

.u-text-transform-lowercase {
  text-transform: lowercase;
}

.u-text-wrap-default {
  text-wrap: wrap;
}

.u-text-wrap-balance {
  text-wrap: balance;
}

.u-text-wrap-pretty {
  text-wrap: pretty;
}

.u-max-width-none {
  max-width: none;
}

.u-max-width-10ch {
  max-width: 10ch;
}

.u-max-width-12ch {
  max-width: 12ch;
}

.u-max-width-14ch {
  max-width: 14ch;
}

.u-max-width-16ch {
  max-width: 16ch;
}

.u-max-width-18ch {
  max-width: 18ch;
}

.u-max-width-20ch {
  max-width: 20ch;
}

.u-max-width-30ch {
  max-width: 30ch;
}

.u-max-width-40ch {
  max-width: 40ch;
}

.u-max-width-50ch {
  max-width: 50ch;
}

.u-max-width-60ch {
  max-width: 60ch;
}

.u-max-width-70ch {
  max-width: 70ch;
}

.u-max-width-80ch {
  max-width: 80ch;
}

.u-radius-none {
  border-radius: 0;
}

.u-radius-inherit {
  border-radius: inherit;
}

.u-radius-small {
  border-radius: var(--radius--small);
}

.u-radius-main {
  border-radius: var(--radius--main);
}

.u-radius-round {
  border-radius: var(--radius--round);
}

.u-overflow-visible {
  overflow: visible;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-clip {
  overflow: clip;
}

.u-overflow-x-auto {
  overflow: auto clip;
}

.u-overflow-y-auto {
  overflow: clip auto;
}

.u-overflow-hidden-left {
  clip-path: polygon(0 0, calc(100% + 100vw) 0, calc(100% + 100vw) 100%, 0% 100%);
}

.u-display-block {
  display: block;
}

.u-display-inline {
  display: inline;
}

.u-display-inline-block {
  display: inline-block;
}

.u-display-inline-flex {
  display: inline-flex;
}

.u-display-inline-grid {
  display: inline-grid;
}

.u-display-contents {
  display: contents;
}

.u-display-none {
  display: none;
}

.u-zindex-negative {
  z-index: -1;
  position: relative;
}

.u-zindex-0 {
  z-index: 0;
  position: relative;
}

.u-zindex-unset {
  z-index: unset;
  position: relative;
}

.u-zindex-1 {
  z-index: 1;
  position: relative;
}

.u-zindex-2 {
  z-index: 2;
  position: relative;
}

.u-zindex-3 {
  z-index: 3;
  position: relative;
}

.u-position-static {
  position: static;
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

.u-position-sticky {
  position: sticky;
  top: 0;
}

.u-position-fixed {
  position: fixed;
}

.u-height-full {
  height: 100%;
}

.u-width-full {
  width: 100%;
}

.u-cover {
  width: 100%;
  height: 100%;
}

.u-cover-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-pointer-on {
  pointer-events: auto;
}

.u-pointer-off {
  pointer-events: none;
}

.u-ratio-1-1 {
  aspect-ratio: 1;
}

.u-ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.u-ratio-3-2 {
  aspect-ratio: 3 / 2;
}

.u-ratio-2-3 {
  aspect-ratio: 2 / 3;
}

.u-ratio-2-1 {
  aspect-ratio: 2;
}

.u-margin-inline-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-order-first {
  order: -1;
}

.u-order-last {
  order: 1;
}

.u-object-fit-cover {
  object-fit: cover;
}

.u-object-fit-contain {
  object-fit: contain;
}

.u-threshold-large {
  container-name: threshold-large;
}

.u-threshold-medium {
  container-name: threshold-medium;
}

.u-threshold-small {
  container-name: threshold-small;
}

.styleguide_subheading {
  margin-bottom: 0;
}

.styleguide_card_wrap {
  height: 100%;
  padding: var(--_spacing---space--5);
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--main);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styleguide_footer {
  border-top: var(--border-width--main) solid var(--_theme---border);
  text-align: center;
}

.tag_wrap {
  border-radius: var(--radius--small);
  background-color: var(--swatch--brand-violet);
  color: var(--swatch--light-100);
  line-height: var(--_typography---line-height--1);
  text-align: center;
  padding: .5rem .75rem .6rem;
  display: inline-block;
}

.tag_wrap.token-01 {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-70%, -4em);
}

.tag_wrap.token-02 {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(50%, -9vw);
}

.tag_wrap.token-03 {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-60%, 9vw);
}

.tag_wrap.token-04 {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(80%, 3em);
}

.tag_wrap.brand {
  margin-bottom: var(--_spacing---space--3);
  border: var(--border-width--main) solid var(--_theme---text);
  background-color: var(--swatch--transparent);
  color: var(--_theme---text-link--text);
  padding-bottom: .5rem;
}

.tag_wrap.is--stacked {
  visibility: hidden;
  position: absolute;
}

.styleguide_font_item {
  padding-top: var(--_spacing---space--5);
  padding-bottom: var(--_spacing---space--5);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  border-bottom: var(--border-width--main) solid var(--_theme---border);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form_main_label_wrap {
  text-align: left;
  width: 100%;
}

.form_main_wrap {
  width: 100%;
  margin-bottom: 0;
}

.form_main_success_wrap {
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--main);
  background-color: var(--swatch--transparent);
  padding: 1.2rem;
}

.form_main_layout {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_main_error_wrap {
  border: var(--border-width--main) solid var(--_theme---border);
  background-color: #0000;
  margin-top: 0;
  padding: .8rem 1.4rem;
}

.form_main_field {
  border-top: 0 solid #000;
  border-bottom-style: solid;
  border-right: 0 solid #000;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--_theme---border);
  width: 100%;
  height: 3rem;
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  color: inherit;
  text-transform: var(--_text-style---text-transform, none);
  background-color: #0000;
  border-left: 0 solid #000;
  border-radius: 0;
  outline-style: none;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.form_main_field:focus {
  border-bottom-color: var(--_theme---text);
}

.form_main_field::placeholder {
  color: color-mix(in srgb, var(--_theme---text) 60%, transparent);
}

.form_main_field.is-textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 5rem;
  max-height: 10rem;
  padding-top: .5rem;
}

.button_main_wrap {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  border: var(--border-width--main) solid var(--_button-style---border);
  border-radius: var(--radius--main);
  background-color: var(--_button-style---background);
  max-height: 2.875rem;
  color: var(--_button-style---text);
  text-align: center;
  vertical-align: middle;
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  line-height: 1;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
}

.button_main_wrap:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab) {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
}

.button_main_wrap:where(.w-variant-2885173c-9c7c-2b5c-d796-6103aed370cb) {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  border-color: var(--_theme---button-h-primary--border);
  background-color: var(--_theme---button-h-primary--brackground);
  color: var(--_theme---button-h-primary--text);
  flex-flow: row-reverse;
}

.button_main_wrap:where(.w-variant-431712d4-f69d-1cfb-2c77-71f46d73b7d9) {
  border-color: var(--_theme---button-h-secondary--border);
  background-color: var(--_theme---button-h-secondary--background);
  color: var(--_theme---button-h-secondary--text);
}

.button_main_wrap:hover {
  border-color: var(--_button-style---border-hover);
  background-color: var(--_button-style---background-hover);
  color: var(--_button-style---text-hover);
}

.button_main_wrap:hover:where(.w-variant-2885173c-9c7c-2b5c-d796-6103aed370cb) {
  border-color: var(--_theme---button-h-primary--border-hover);
  background-color: var(--_theme---button-h-primary--background-hover);
  color: var(--_theme---button-h-primary--text-hover);
}

.button_main_wrap:hover:where(.w-variant-431712d4-f69d-1cfb-2c77-71f46d73b7d9) {
  border-color: var(--_theme---button-h-secondary--border-hover);
  background-color: var(--_theme---button-h-secondary--background-hover);
  color: var(--_theme---button-h-secondary--text-hover);
}

.button_main_wrap.signup {
  min-height: 2.8rem;
  max-height: none;
  font-size: var(--_typography---font-size--text-small);
  line-height: .7;
  font-weight: var(--_typography---font--primary-bold);
}

.button_main_wrap.secondary-hero {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  color: inherit;
  border-color: inherit;
}

.button_main_wrap.secondary-hero:hover {
  background-color: var(--_theme---nav-btn-hover);
}

.button_main_wrap.hero-nav {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  border-color: var(--_theme---brand--heading-feature);
  background-color: var(--_theme---brand--heading-feature);
  color: var(--swatch--dark-900);
  flex-flow: row-reverse;
}

.button_main_wrap.hero-nav:hover {
  border-color: var(--_theme---button-h-primary--border-hover);
  background-color: var(--_theme---button-h-primary--background-hover);
  color: var(--_theme---button-h-primary--text-hover);
}

.button_main_wrap.hero-nav.scroll {
  border-color: var(--swatch--dark-900);
  background-color: var(--swatch--dark-900);
  color: var(--swatch--light-100);
}

.button_main_text {
  z-index: 1;
  font-weight: var(--_typography---font--primary-bold);
  line-height: inherit;
  position: relative;
}

.button_main_text.u-text-style-small {
  font-size: var(--_text-style---font-size);
}

.button_main_text.u-text-style-small:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab), .button_main_text.u-text-style-small.secondary-6 {
  font-weight: var(--_typography---font--primary-regular);
}

.button_toggle_wrap {
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--_button-style---border);
  border-radius: var(--radius--round);
  background-color: var(--_button-style---background);
  width: 5rem;
  color: var(--_button-style---text);
  vertical-align: middle;
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  justify-content: center;
  align-items: center;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
}

.button_toggle_wrap:where(.w-variant-ab355ea0-b722-2f23-3507-f0290f710e57) {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
}

.button_toggle_wrap:hover {
  border-color: var(--_button-style---border-hover);
  background-color: var(--_button-style---background-hover);
  color: var(--_button-style---text-hover);
}

.button_toggle_icon {
  aspect-ratio: 1;
  width: 36%;
  position: relative;
}

.page_wrap {
  flex-flow: column;
  min-height: 100svh;
  display: flex;
  overflow: clip;
}

.page_main {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.styleguide_group {
  padding-top: var(--_spacing---space--7);
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
  flex-flow: column;
  display: flex;
}

.styleguide_visual {
  width: 100%;
  max-height: 7rem;
  padding: var(--_spacing---space--1);
  aspect-ratio: 3 / 1.5;
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--small);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styleguide_icon {
  width: 3rem;
  height: 3rem;
}

.hero_utility-page_wrap {
  text-align: center;
}

.hero_utility-page_contain.u-container {
  align-content: center;
  min-height: 100vh;
}

.hero_utility-page_content {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.styleguide_contain {
  padding-top: var(--_spacing---section-space--small);
  padding-bottom: var(--_spacing---section-space--small);
}

.guide_wrap {
  z-index: 2000;
  pointer-events: none;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.guide_layout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(var(--site--column-count), minmax(0, 1fr));
  display: grid;
}

.guide_column {
  color: #8a8a8a80;
  background-color: #9292920f;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: .6rem;
  padding-bottom: .6rem;
  display: flex;
}

.eyebrow_wrap {
  justify-content: var(--_alignment---direction, start);
  display: flex;
}

.eyebrow_marker {
  width: var(--border-width--main);
  background-color: currentColor;
  flex: none;
  padding-bottom: 0;
  padding-right: 0;
}

.eyebrow_text {
  margin-top: 0;
  margin-bottom: 0;
}

.overlay_wrap {
  background-color: #000;
}

.styleguide_list {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.styleguide_card_visual {
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  width: 100%;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0;
}

.styleguide_flex_wrap {
  aspect-ratio: 1;
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 88%;
  flex-flow: column;
  width: 100%;
  display: flex;
  container-type: inline-size;
}

.styleguide_flex_dot {
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: 16cqw;
  min-height: 16cqw;
  padding: 0;
}

.styleguide_scroll {
  padding-right: var(--site--margin);
  padding-left: var(--site--margin);
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  margin-left: calc(var(--site--margin) * -1);
  scrollbar-color: var(--_theme---text) transparent;
  margin-right: calc(var(--site--margin) * -1);
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, 1fr);
  grid-auto-columns: minmax(16rem, 1fr);
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  overflow: auto clip;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
}

.styleguide_section {
  padding-top: var(--_spacing---space--8);
}

.clickable_wrap {
  z-index: 3;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.clickable_link {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.clickable_btn {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.styleguide_layout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--8);
  --_column-count---value: 12;
  flex-flow: column;
  grid-auto-columns: 1fr;
  align-items: start;
}

.styleguide_content {
  grid-column: 1 / span 8;
  width: 100%;
}

.styleguide_nav_wrap {
  border-top-left-radius: var(--radius--small);
  border-top-right-radius: var(--radius--small);
  border-bottom-left-radius: var(--radius--small);
  border-bottom-right-radius: var(--radius--small);
  width: 100%;
  top: var(--site--margin);
  max-height: calc(100svh - var(--site--margin) * 2);
  order: 1;
  grid-column: 10 / -1;
  padding: 1rem;
  position: sticky;
  overflow: clip auto;
}

.styleguide_nav_list {
  border-left: var(--border-width--main) solid var(--_theme---border);
}

.styleguide_nav_item {
  margin-left: calc(var(--border-width--main) * -.5);
}

.styleguide_nav_link {
  outline-offset: var(--focus--offset-inner);
  padding-top: .125rem;
  padding-bottom: .125rem;
  padding-left: .75rem;
  display: block;
}

.styleguide_nav_link.w--current {
  border-left-style: solid;
  border-left-width: var(--border-width--main);
  border-left-color: currentColor;
}

.styleguide_nav_sub_list {
  overflow: hidden;
}

.styleguide_nav_sub_link {
  opacity: .6;
  outline-offset: var(--focus--offset-inner);
  padding: .125rem 1.1rem;
  line-height: 1.3em;
  display: block;
}

.styleguide_nav_sub_link:hover, .styleguide_nav_sub_link.w--current {
  opacity: 1;
}

.styleguide_nav_sub_wrap {
  grid-template-rows: 0fr;
  grid-template-columns: minmax(0, 1fr);
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: grid;
}

.button_toggle_pause {
  opacity: 0;
  display: block;
}

.button_toggle_play {
  display: block;
}

.eyebrow_layout {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  vertical-align: baseline;
  display: inline-flex;
}

.styleguide_card_inner {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.styleguide_card_hidden {
  display: none;
}

.hero_utility-page_header {
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_contain {
  z-index: 2;
  position: relative;
}

.section_contain.u-container {
  position: relative;
}

.form_main_radio_input {
  z-index: 2;
  cursor: pointer;
  appearance: none;
  outline-style: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form_main_fieldset_wrap {
  width: 100%;
}

.form_main_radio_circle_wrap {
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  padding: 0;
  display: flex;
}

.form_main_radio_label {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  font-weight: inherit;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.form_main_radio_circle_inner {
  aspect-ratio: 1;
  opacity: 0;
  background-color: currentColor;
  border-radius: 100vw;
  width: 80%;
  padding: 0;
}

.form_main_fieldset_list {
  margin-top: var(--_spacing---space--2);
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_main_checkbox_label {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-weight: inherit;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.form_main_checkbox_input {
  z-index: 2;
  cursor: pointer;
  appearance: none;
  outline-style: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form_main_checkbox_box {
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--small);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  padding: 0;
  display: flex;
}

.form_main_checkbox_icon {
  opacity: 0;
  width: 63%;
  color: var(--_theme---background);
  overflow: visible !important;
}

.background_wrap:where(.w-variant-cd5f9287-5b9f-b1bf-cfe9-3449eb06f297) {
  background-color: var(--_theme---background);
}

.background_wrap:where(.w-variant-eb0f2029-84f7-ce58-38ea-0afc3f5a3171) {
  background-color: var(--_theme---background-2);
}

.section_layout {
  z-index: 5;
  position: relative;
}

.section_layout.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(max(8rem, (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
}

.section_layout.u-grid-autofit.banner {
  place-items: center start;
}

.section_layout.u-grid-autofit.hero-partner {
  padding-top: var(--_spacing---space--7);
  border-top: var(--border-width--main) solid var(--swatch--dark-900);
  justify-content: space-between;
  place-items: center start;
  display: flex;
}

.section_layout.u-grid-autofit.roadmap {
  position: relative;
}

.section_layout.u-alignment-center.scroll_content {
  z-index: 5;
  width: 100%;
  position: relative;
}

.form_main_select_wrap {
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.form_main_select_icon {
  pointer-events: none;
  width: .8em;
  margin-right: 0;
  display: block;
  position: absolute;
  overflow: visible !important;
}

.section_wrap {
  background-color: #0000;
}

.section_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-200);
  --_theme---brand--heading-feature: var(--swatch--brand-500);
  --_theme---brand--text-feature: var(--swatch--light-400);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--dark-900);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--text: var(--swatch--brand-500);
  --_theme---button-h-primary--border: var(--_theme---background);
  --_theme---button-h-primary--brackground: var(--_theme---background);
  --_theme---button-h-primary--text: var(--_theme---text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---background);
  --_theme---button-h-primary--background-hover: var(--_theme---background);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--_theme---border);
  --_theme---text-link--text-hover: var(--_theme---text);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--dark-900-o85);
  --_theme---brand--hero-bg: var(--swatch--brand-500);
  --_theme---brand--grid: var(--swatch--light-100-o40);
  --_theme---brand--background-marquee: var(--_theme---background);
  --_theme---brand--text-marquee: var(--swatch--brand-500);
  --_theme---brand--bg-main: var(--_theme---background);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--brand-text);
  --_theme---brand--heading-feature: var(--swatch--brand-violet);
  --_theme---brand--text-feature: var(--swatch--dark-600);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border: var(--_theme---button-primary--border);
  --_theme---button-h-primary--brackground: var(--_theme---button-primary--background);
  --_theme---button-h-primary--text: var(--_theme---button-primary--text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---button-secondary--border-hover);
  --_theme---button-h-primary--background-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--swatch--transparent);
  --_theme---text-link--text-hover: var(--swatch--brand-violet);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--light-100-o90);
  --_theme---brand--hero-bg: var(--swatch--light-100);
  --_theme---brand--grid: var(--swatch--light-400-o10);
  --_theme---brand--background-marquee: var(--swatch--brand-500);
  --_theme---brand--text-marquee: var(--_theme---text);
  --_theme---brand--bg-main: var(--swatch--light-200);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--_theme---text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---text);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-bb2c68bd-fd74-aa1e-69b0-e84595dd4ec8) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--brand-text);
  --_theme---brand--heading-feature: var(--swatch--brand-500);
  --_theme---brand--text-feature: var(--swatch--light-400);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border: var(--_theme---background);
  --_theme---button-h-primary--brackground: var(--_theme---background);
  --_theme---button-h-primary--text: var(--_theme---text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---background);
  --_theme---button-h-primary--background-hover: var(--_theme---background);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--_theme---border);
  --_theme---text-link--text-hover: var(--_theme---text);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--dark-900-o85);
  --_theme---brand--hero-bg: var(--swatch--brand-500);
  --_theme---brand--grid: var(--swatch--dark-600-o10);
  --_theme---brand--background-marquee: var(--swatch--dark-900);
  --_theme---brand--text-marquee: var(--swatch--brand-500);
  --_theme---brand--bg-main: var(--_theme---background);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--swatch--brand-text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap.u-section {
  background-color: var(--_theme---background);
}

.section_wrap.u-section.u-theme-violet {
  background-color: var(--swatch--brand-violet);
}

.section_wrap.u-theme-brand {
  background-color: var(--swatch--brand-500);
  position: relative;
}

.button_link_wrap {
  border-bottom: var(--border-width--main) solid var(--_theme---text-link--border);
  color: var(--_theme---text-link--text);
  padding-top: .5em;
  padding-bottom: .5em;
  display: inline-flex;
  position: relative;
}

.button_link_wrap:hover {
  border-bottom-color: var(--_theme---text-link--border-hover);
  color: var(--_theme---text-link--text-hover);
}

.button_link_wrap.u-flex-horizontal-nowrap.u-gap-text-link {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
}

.button_link_wrap.u-flex-horizontal-nowrap.u-gap-text-link.is--stacked {
  visibility: hidden;
  position: absolute;
}

.button_link_text {
  z-index: 1;
  position: relative;
}

.swiper-wrapper {
  display: flex;
}

.slider_bullet_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: auto !important;
}

.slider_bullet_item {
  aspect-ratio: 1;
  background-color: #eee0;
  border-style: solid;
  border-width: .09rem;
  border-radius: 100vw;
  width: 1rem;
  min-width: 0;
  padding: 0;
}

.slider_bullet_item.is-active {
  background-color: currentColor;
}

.slider_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  container-type: inline-size;
}

.slider_offset {
  margin-left: calc(var(--_gap---size) * -.5);
  margin-right: calc(var(--_gap---size) * -.5);
}

.slider_list.swiper-wrapper {
  display: flex;
}

.slider_controls {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.slider_button_layout {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider_element.swiper {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.slider_element.swiper:where(.w-variant-bfb8c45c-dbfa-13cc-2dfc-0c02a34504e4) {
  overflow: hidden;
}

.slider_element.swiper:where(.w-variant-b8ee48da-439e-7156-5d2e-5b4f080e200e) {
  clip-path: polygon(0 0, calc(100% + 100vw) 0, calc(100% + 100vw) 100%, 0% 100%);
}

.nav_1_buttons_item {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav_1_links_text {
  font-size: var(--_typography---font-size--text-small);
}

.nav_1_dropdown_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_1_btn_line {
  width: 100%;
  height: var(--nav_1--hamburger-thickness);
  background-color: currentColor;
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav_1_desktop_layout {
  z-index: 1;
  flex: 1;
  display: flex;
}

.nav_1_actions_wrap {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  flex-flow: row;
  flex: none;
  display: flex;
}

.nav_1_actions_wrap.is-desktop {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.nav_1_contain {
  grid-column-gap: var(--_spacing---space--3);
  height: var(--nav_1--height);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.nav_1_component {
  z-index: 1000;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
  container-type: inline-size;
}

.nav_1_component.hero {
  color: var(--swatch--dark-900);
}

.nav_1_btn_wrap {
  z-index: 2;
  flex: none;
  width: 2rem;
  padding: 0;
  outline-width: var(--focus--width) !important;
  outline-color: var(--_theme---text) !important;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_1_btn_wrap.w--open {
  color: inherit;
  background-color: #0000;
}

.nav_1_btn_layout {
  grid-row-gap: var(--nav_1--hamburger-gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_1_links_item {
  display: flex;
}

.nav_1_menu_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_1_wrap {
  z-index: 1;
  background-color: var(--swatch--transparent);
  position: relative;
}

.nav_1_wrap.is-desktop {
  display: none;
}

.nav_1_menu_scroll {
  max-height: calc(100svh - var(--nav_1--height-total));
  overflow: hidden auto;
}

.nav_1_links_wrap {
  flex: 1;
}

.nav_1_links_wrap.is-desktop {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav_1_mobile_contain {
  z-index: 2;
  grid-column-gap: var(--_spacing---space--3);
  height: var(--nav_1--height);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.nav_1_mobile_contain.u-container {
  position: static;
}

.nav_1_logo_wrap {
  z-index: 2;
  width: 7.5625rem;
  margin-right: var(--_spacing---space--4);
  outline-offset: var(--focus--offset-inner);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_1_links_component {
  grid-column-gap: var(--_spacing---space--3);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.nav_1_links_component.is-desktop {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.nav_1_links_link {
  z-index: 2;
  width: 100%;
  padding-top: var(--_spacing---space--2);
  padding-right: 0;
  padding-bottom: var(--_spacing---space--2);
  grid-column-gap: var(--_spacing---space--2);
  cursor: pointer;
  color: inherit;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_1_links_link.is-desktop {
  height: 100%;
  padding: 0px var(--_spacing---space--5);
}

.nav_1_menu_wrap {
  background-color: var(--_theme---background);
  text-align: left;
  padding-top: var(--nav_1--height);
  inset: 0% 0% auto;
  transform: none !important;
}

.nav_1_skip_wrap {
  z-index: 2;
  border-width: var(--border-width--main);
  background-color: var(--_theme---background);
  outline-offset: var(--focus--offset-inner);
  color: var(--_theme---text);
  margin: .5rem;
  padding: .5rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-200%);
}

.nav_1_skip_wrap:focus {
  transform: translate(0%);
}

.nav_1_menu_contain {
  padding-top: var(--_spacing---space--3);
  padding-bottom: var(--_spacing---space--8);
}

.banner_col {
  width: auto;
  color: var(--swatch--light-200);
}

.banner_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.u-line-height-1 {
  line-height: var(--_typography---line-height--1);
}

.u-text-style-tag {
  font-family: var(--_text-style---font-family);
  font-size: .75rem;
  line-height: var(--_text-style---line-height);
  font-weight: var(--_typography---font--primary-regular);
  letter-spacing: var(--_typography---letter-spacing--0-05em);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-wrap: var(--_text-style---text-wrap);
  padding-top: .2em;
  display: flow-root;
}

.u-text-style-intro {
  font-size: var(--_typography---font-size--h4);
  position: relative;
  line-height: 1.5 !important;
}

.u-text-style-intro.is--stacked {
  visibility: hidden;
  position: absolute;
}

.u-max-width-66ch {
  max-width: 66ch;
}

.zazoon-logo {
  width: 5rem;
  height: 100%;
}

.u-max-width-42ch {
  max-width: 42ch;
}

.accordion_component {
  border-bottom: var(--border-width--main) solid var(--_theme---brand--heading-feature);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.faq-tab_panel {
  width: 100%;
}

.accordion_body {
  max-width: 80%;
  padding-bottom: 2rem;
}

.accordion_arrow-wrapper {
  border: var(--border-width--main) solid var(--_theme---text);
  border-radius: var(--radius--round);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.faq-tab_wrap {
  border-top-style: solid;
  border-top-width: var(--border-width--main);
  border-top-color: var(--_theme---text);
  border-right-style: solid;
  border-right-width: var(--border-width--main);
  border-right-color: var(--_theme---text);
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--_theme---text);
  border-left-style: solid;
  border-left-width: var(--border-width--main);
  border-left-color: var(--_theme---text);
  border-top-left-radius: var(--radius--small);
  border-top-right-radius: var(--radius--small);
  border-bottom-left-radius: var(--radius--small);
  border-bottom-right-radius: var(--radius--small);
  color: var(--_theme---text);
  text-transform: var(--_text-style---text-transform, );
  text-align: var(--_alignment---direction, center);
  background-color: #0000;
  padding: .6rem .75rem;
  line-height: 1;
  transition-property: color, background-color;
  transition-duration: .25s, .25s;
  transition-timing-function: ease, ease;
}

.faq-tab_wrap.w--current {
  border-color: var(--_theme---brand--heading-feature);
  background-color: var(--_theme---brand--heading-feature);
  color: var(--_theme---background);
}

.faq-tab_content {
  width: 100%;
}

.accordion_item {
  border-top: var(--border-width--main) solid var(--_theme---brand--heading-feature);
  text-align: left;
}

.accordion_content {
  transition: max-height .2s;
  overflow: hidden;
}

.accordion_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  display: flex;
}

.accordion_header:focus-visible, .accordion_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.faq-tab_menu {
  grid-column-gap: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (90 - 20) * 20)) * 1rem + ((1 - .875) / (90 - 20)) * 100vw), 1 * 1rem);
  grid-row-gap: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (90 - 20) * 20)) * 1rem + ((1 - .875) / (90 - 20)) * 100vw), 1 * 1rem);
  justify-content: center;
  align-items: flex-start;
  margin-bottom: clamp(2rem, 1.85714rem + .714286vw, 2.5rem);
  display: flex;
}

.faq-tab_component {
  width: 100%;
}

.feature-component {
  --_alignment---direction: start;
}

.feature-component.u-grid-autofit {
  --_column-count---value: 3;
  text-align: var(--_alignment---direction, start);
}

.feature-item {
  padding-top: 1.75em;
  padding-right: var(--_spacing---space--4);
  padding-left: var(--_spacing---space--4);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  border: var(--border-width--main) solid var(--swatch--dark-600);
  border-radius: var(--radius--main);
  color: var(--_theme---brand--text-feature);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.feature-item.marquee {
  width: 100%;
  height: 100%;
  padding-bottom: var(--_spacing---space--3);
  justify-content: flex-start;
}

.feature-img_wrap {
  width: 75%;
  max-height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.feature-img_wrap.large {
  max-width: 25em;
  max-height: 18em;
  position: absolute;
  inset: auto 2em 0% auto;
}

.feature-img_wrap.medium {
  max-width: 22em;
  max-height: 20em;
  position: absolute;
  inset: auto 2em 0% auto;
}

.feature-img_wrap.xlarge {
  max-width: 30em;
  max-height: 21em;
  position: absolute;
  inset: auto 2em 0% auto;
}

.feature-img_overlay {
  background-image: linear-gradient(180deg, var(--_theme---gradient-1), var(--_theme---gradient-2));
  width: 100%;
  min-height: 90%;
  position: absolute;
  inset: auto 0% 0%;
}

.u-max-width-24ch {
  max-width: 24ch;
}

.button_icon {
  width: 1.5rem;
}

.button_icon:where(.w-variant-2885173c-9c7c-2b5c-d796-6103aed370cb) {
  justify-content: flex-start;
  align-items: center;
  width: .75rem;
  display: flex;
}

.button_icon.hero {
  width: .75rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_wrap-hero {
  padding-bottom: var(--_spacing---space--7);
  background-color: var(--_theme---brand--hero-bg);
}

.section_wrap-hero:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-200);
  --_theme---brand--heading-feature: var(--swatch--brand-500);
  --_theme---brand--text-feature: var(--swatch--light-400);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--dark-900);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--text: var(--swatch--brand-500);
  --_theme---button-h-primary--border: var(--_theme---background);
  --_theme---button-h-primary--brackground: var(--_theme---background);
  --_theme---button-h-primary--text: var(--_theme---text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---background);
  --_theme---button-h-primary--background-hover: var(--_theme---background);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--_theme---border);
  --_theme---text-link--text-hover: var(--_theme---text);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--dark-900-o85);
  --_theme---brand--hero-bg: var(--swatch--brand-500);
  --_theme---brand--grid: var(--swatch--light-100-o40);
  --_theme---brand--background-marquee: var(--_theme---background);
  --_theme---brand--text-marquee: var(--swatch--brand-500);
  --_theme---brand--bg-main: var(--_theme---background);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap-hero:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--brand-text);
  --_theme---brand--heading-feature: var(--swatch--brand-violet);
  --_theme---brand--text-feature: var(--swatch--dark-600);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border: var(--_theme---button-primary--border);
  --_theme---button-h-primary--brackground: var(--_theme---button-primary--background);
  --_theme---button-h-primary--text: var(--_theme---button-primary--text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---button-secondary--border-hover);
  --_theme---button-h-primary--background-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--swatch--transparent);
  --_theme---text-link--text-hover: var(--swatch--brand-violet);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--light-100-o90);
  --_theme---brand--hero-bg: var(--swatch--light-100);
  --_theme---brand--grid: var(--swatch--light-400-o10);
  --_theme---brand--background-marquee: var(--swatch--brand-500);
  --_theme---brand--text-marquee: var(--_theme---text);
  --_theme---brand--bg-main: var(--swatch--light-200);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--_theme---text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---text);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap-hero:where(.w-variant-bb2c68bd-fd74-aa1e-69b0-e84595dd4ec8) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--brand-text);
  --_theme---brand--heading-feature: var(--swatch--brand-500);
  --_theme---brand--text-feature: var(--swatch--light-400);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border: var(--_theme---background);
  --_theme---button-h-primary--brackground: var(--_theme---background);
  --_theme---button-h-primary--text: var(--_theme---text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---background);
  --_theme---button-h-primary--background-hover: var(--_theme---background);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--_theme---border);
  --_theme---text-link--text-hover: var(--_theme---text);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--dark-900-o85);
  --_theme---brand--hero-bg: var(--swatch--brand-500);
  --_theme---brand--grid: var(--swatch--dark-600-o10);
  --_theme---brand--background-marquee: var(--swatch--dark-900);
  --_theme---brand--text-marquee: var(--swatch--brand-500);
  --_theme---brand--bg-main: var(--_theme---background);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--swatch--brand-text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap-hero.u-section {
  background-color: var(--_theme---background);
}

.section_wrap-hero.u-section.hero {
  z-index: 5;
  background-color: var(--_theme---brand--hero-bg);
  color: var(--swatch--brand-text);
}

.u-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.u-max-width-22ch {
  max-width: 22ch;
}

.cta-image_01 {
  z-index: 0;
  aspect-ratio: 245 / 412;
  width: 16vw;
  position: absolute;
  inset: 7vw 10vw auto auto;
}

.cta-image_02 {
  z-index: 0;
  aspect-ratio: 237 / 388;
  width: 17vw;
  position: absolute;
  inset: auto auto 0% 10vw;
}

.cta-image_03 {
  z-index: 0;
  aspect-ratio: 217 / 326;
  width: 16vw;
  position: absolute;
  inset: 8vw auto auto 9vw;
}

.cta-image_04 {
  z-index: 0;
  aspect-ratio: 176 / 327;
  width: 14vw;
  position: absolute;
  inset: auto 10vw 8vw auto;
}

.u-max-width-28ch {
  max-width: 28ch;
}

.hero_visual-wrap {
  z-index: 2;
  aspect-ratio: 674 / 536;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 140%;
  height: 100%;
  position: relative;
  left: -30%;
}

.hero_visual {
  z-index: 2;
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.partner-image {
  opacity: .6;
  color: #18181b;
  width: 100%;
  max-width: 6.5em;
  height: auto;
}

.hero-grid {
  z-index: 0;
  opacity: .05;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: var(--_theme---brand--grid);
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.token-item {
  padding: 1.5em var(--_spacing---space--4);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  border: var(--border-width--main) solid var(--swatch--dark-600);
  border-radius: var(--radius--main);
  color: var(--_theme---brand--text-feature);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.token-component {
  --_alignment---direction: start;
}

.token-component.u-grid-autofit {
  --_column-count---value: 4;
  text-align: var(--_alignment---direction, start);
}

.footer_nav {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--7);
  flex: 500 auto;
  grid-column: span 3;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_bottom_text {
  margin-bottom: 0;
}

.footer_bottom_text.u-text-style-small.u-color-feature {
  color: var(--_theme---brand--heading-feature);
}

.footer_layout {
  grid-row-gap: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (90 - 20) * 20)) * 1rem + ((4 - 2.5) / (90 - 20)) * 100vw), 4 * 1rem);
  grid-column-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.footer_layout.u-grid-custom {
  --_column-count---value: 4;
}

.footer_bottom_layout {
  padding-top: var(--_spacing---space--4);
  padding-bottom: var(--_spacing---space--4);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.footer_group_item {
  display: flex;
}

.footer_group_list {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link_wrap {
  padding-top: var(--_spacing---space--2);
  padding-bottom: var(--_spacing---space--2);
}

.footer_bottom-link {
  text-underline-offset: .2em;
  text-decoration: underline;
}

.footer_divider {
  width: 100%;
  height: var(--border-width--main);
  background-color: var(--_theme---brand--heading-feature);
}

.button_link_icon {
  width: .75rem;
}

.signup_component {
  width: 100%;
  max-width: 30rem;
  margin-bottom: 0;
}

.signup_form {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.signup_form-input {
  border: 1px solid var(--_theme---text);
  border-radius: var(--radius--small);
  background-color: var(--swatch--transparent);
  min-height: 2.8rem;
  margin-bottom: 0;
  padding: .5rem 1rem 8px;
}

.signup_form-input:focus {
  border-color: var(--_theme---brand--heading-feature);
}

.accordion_arrow-icon {
  width: 50%;
  height: var(--border-width--main);
  border-radius: var(--radius--round);
  background-color: var(--_theme---text);
}

.accordion_arrow-icon.vertical {
  width: var(--border-width--main);
  height: 50%;
  position: absolute;
}

.typo_component {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: -4vw;
  display: flex;
  position: relative;
  bottom: -4vw;
}

.typo_component.up {
  margin-top: -2vw;
  bottom: -2vw;
}

.typo_component.footer {
  margin-top: -6vw;
  bottom: -6vw;
}

/* The decorative outline word behind a section heading: one unwrapped line,
   sized to span the viewport. --_typo-scale below is the designed size per
   variant, but it only holds for copy of the length it was tuned against —
   longer strings (German compounds especially) run off both edges at every
   viewport width, because the size is in vw. So cap it at the size that still
   fits: --typo-chars is the string's own length, set by the component so it
   follows the locale, and .58em is this font's average bold glyph advance.
   Whichever is smaller wins; the cap only bites when the copy is too long. */
.u-text-style-typo {
  color: var(--_theme---background);
  line-height: var(--_typography---line-height--1);
  font-weight: var(--_typography---font--primary-bold);
  -webkit-text-stroke-width: .01em;
  -webkit-text-stroke-color: var(--_theme---text);
  white-space: nowrap;
  --_typo-scale: clamp(2rem, 29.5vw, 30rem);
  font-size: min(var(--_typo-scale), calc(100vw / (var(--typo-chars, 1) * .58)));
}

.u-text-style-typo.intro {
  -webkit-text-stroke-width: .01em;
  --_typo-scale: clamp(2rem, 30vw, 30rem);
}

.u-text-style-typo.compliance {
  -webkit-text-stroke-width: .013em;
  --_typo-scale: clamp(2rem, 19.2vw, 30rem);
}

.u-text-style-typo.grc {
  --_typo-scale: clamp(2rem, 21vw, 30rem);
}

.u-text-style-typo.tokenomics {
  -webkit-text-stroke-width: .013em;
  --_typo-scale: clamp(2rem, 18.5vw, 30rem);
}

.u-text-style-typo.faq {
  -webkit-text-stroke-width: .012em;
  --_typo-scale: clamp(2rem, 25.2vw, 34rem);
}

.typo_overlay {
  background-image: linear-gradient(180deg, var(--_theme---gradient-1), var(--_theme---gradient-2) 55%, var(--_theme---background) 80%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.typo_overlay.bottom {
  background-image: linear-gradient(0deg, var(--_theme---gradient-1), var(--_theme---gradient-2) 55%, var(--_theme---background) 80%);
  inset: auto 0% -90%;
}

.display-text_wrap {
  position: relative;
  overflow: clip;
}

.display_overlay {
  background-image: linear-gradient(180deg, var(--_theme---gradient-1), var(--_theme---gradient-2) 70%, var(--_theme---background) 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.display_overlay.bottom {
  background-image: linear-gradient(0deg, var(--_theme---gradient-1), var(--_theme---gradient-2) 55%, var(--_theme---background) 80%);
  inset: auto 0% -90%;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-advanced__item-width {
  justify-content: center;
  align-items: flex-start;
  width: 23em;
  height: 100%;
  margin-left: .6em;
  margin-right: .6vw;
  display: flex;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.marquee-component {
  padding-top: var(--_spacing---space--9);
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.u-text-style-marquee {
  color: var(--_theme---background);
  font-size: var(--_typography---font-size--marquee);
  font-weight: var(--_typography---font--primary-bold);
  -webkit-text-stroke-width: .025em;
  -webkit-text-stroke-color: var(--_theme---text);
}

.u-text-style-xsmall {
  font-family: var(--_text-style---font-family);
  font-size: var(--_typography---font-size--text-xsmall);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_typography---font--primary-regular);
  letter-spacing: var(--_typography---letter-spacing--0-05em);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-wrap: var(--_text-style---text-wrap);
  padding-top: .2em;
  display: flow-root;
}

.marquee-tag_wrap {
  border: 1px solid var(--swatch--brand-500);
  border-radius: var(--radius--small);
  background-color: var(--_theme---brand--background-marquee);
  color: var(--_theme---brand--text-marquee);
  line-height: var(--_typography---line-height--1);
  text-align: center;
  padding: .3rem .5rem .35rem;
  display: inline-block;
}

.section_scroll {
  background-color: #0000;
  width: 100%;
  height: 500vh;
  position: relative;
}

.section_scroll:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-200);
  --_theme---brand--heading-feature: var(--swatch--brand-500);
  --_theme---brand--text-feature: var(--swatch--light-400);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--dark-900);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--text: var(--swatch--brand-500);
  --_theme---button-h-primary--border: var(--_theme---background);
  --_theme---button-h-primary--brackground: var(--_theme---background);
  --_theme---button-h-primary--text: var(--_theme---text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---background);
  --_theme---button-h-primary--background-hover: var(--_theme---background);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--_theme---border);
  --_theme---text-link--text-hover: var(--_theme---text);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--dark-900-o85);
  --_theme---brand--hero-bg: var(--swatch--brand-500);
  --_theme---brand--grid: var(--swatch--light-100-o40);
  --_theme---brand--background-marquee: var(--_theme---background);
  --_theme---brand--text-marquee: var(--swatch--brand-500);
  --_theme---brand--bg-main: var(--_theme---background);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_scroll:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--brand-text);
  --_theme---brand--heading-feature: var(--swatch--brand-violet);
  --_theme---brand--text-feature: var(--swatch--dark-600);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border: var(--_theme---button-primary--border);
  --_theme---button-h-primary--brackground: var(--_theme---button-primary--background);
  --_theme---button-h-primary--text: var(--_theme---button-primary--text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---button-secondary--border-hover);
  --_theme---button-h-primary--background-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--swatch--transparent);
  --_theme---text-link--text-hover: var(--swatch--brand-violet);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--light-100-o90);
  --_theme---brand--hero-bg: var(--swatch--light-100);
  --_theme---brand--grid: var(--swatch--light-400-o10);
  --_theme---brand--background-marquee: var(--swatch--brand-500);
  --_theme---brand--text-marquee: var(--_theme---text);
  --_theme---brand--bg-main: var(--swatch--light-200);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--_theme---text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---text);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_scroll:where(.w-variant-bb2c68bd-fd74-aa1e-69b0-e84595dd4ec8) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--brand-text);
  --_theme---brand--heading-feature: var(--swatch--brand-500);
  --_theme---brand--text-feature: var(--swatch--light-400);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border: var(--_theme---background);
  --_theme---button-h-primary--brackground: var(--_theme---background);
  --_theme---button-h-primary--text: var(--_theme---text);
  --_theme---button-h-secondary--border: var(--swatch--dark-900);
  --_theme---button-h-secondary--background: var(--swatch--transparent);
  --_theme---button-h-secondary--text: var(--swatch--dark-900);
  --_theme---button-h-primary--border-hover: var(--_theme---background);
  --_theme---button-h-primary--background-hover: var(--_theme---background);
  --_theme---button-h-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-h-secondary--border-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--background-hover: var(--swatch--dark-900);
  --_theme---button-h-secondary--text-hover: var(--swatch--brand-500);
  --_theme---nav-btn-hover: color-mix(in srgb, var(--_theme---text) 10%, transparent);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--border-hover: var(--_theme---border);
  --_theme---text-link--text-hover: var(--_theme---text);
  --_theme---gradient-1: var(--swatch--transparent);
  --_theme---gradient-2: var(--swatch--dark-900-o85);
  --_theme---brand--hero-bg: var(--swatch--brand-500);
  --_theme---brand--grid: var(--swatch--dark-600-o10);
  --_theme---brand--background-marquee: var(--swatch--dark-900);
  --_theme---brand--text-marquee: var(--swatch--brand-500);
  --_theme---brand--bg-main: var(--_theme---background);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--swatch--brand-500);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--swatch--brand-text);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_scroll._300vh {
  height: 300vh;
}

.section_scroll.token {
  height: 450vh;
  overflow: clip;
}

.facts-scroll_behind {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: clip;
}

.facts-scroll_graphic {
  width: 90vh;
  max-width: 80em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: translate(0, 1em);
}

.scroll_contain {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.scroll_contain.token {
  justify-content: center;
  align-items: center;
  padding-bottom: 10vh;
  display: flex;
  overflow: hidden;
}

.scroll_content-wrap {
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.scroll-title {
  color: var(--_theme---background);
  line-height: 1;
  font-weight: var(--_typography---font--primary-bold);
  -webkit-text-stroke-width: .016em;
  -webkit-text-stroke-color: var(--_theme---text);
  font-size: clamp(8.9375rem, ((11.25 - ((11.875 - 11.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((11.875 - 11.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 11.875rem);
  margin-top: 0;
  margin-bottom: 0;
}

.scroll-title.is--stacked {
  visibility: hidden;
  position: absolute;
}

.scroll-title-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.scroll-text {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.scroll-text.is--stacked {
  visibility: hidden;
  position: absolute;
}

.hero-grid_overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--swatch--transparent) 20%, var(--_theme---background) 50%, var(--swatch--transparent) 80%);
  position: absolute;
  inset: 0%;
}

.hero-grid_overlay.top {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--swatch--transparent), var(--_theme---background));
  height: 20%;
  inset: 0% 0% auto;
}

.hero-grid_overlay.bottom {
  background-image: linear-gradient(180deg, var(--swatch--transparent), var(--_theme---background));
  height: 20%;
  inset: auto 0% 0%;
}

.u-max-width-74 {
  max-width: 74ch;
}

.u-max-width-66 {
  max-width: 66ch;
}

/* This one wraps, so what has to fit is the longest single word — "Crypto
   Organisations" / "Krypto-Organisationen". The old floor (4rem, raised to 5rem
   under 480px) was wider than a phone, so the headline was clipped on both
   sides with no way to reflow out of it. 11vw keeps the longest word inside the
   viewport at every width; the 8.75rem cap still governs from ~1275px up, so
   the desktop size is unchanged. Both breakpoint overrides are gone — they only
   existed to raise the floor. */
.u-text-style-coin {
  color: var(--_theme---background);
  line-height: 1;
  font-weight: var(--_typography---font--primary-bold);
  -webkit-text-stroke-width: .015em;
  -webkit-text-stroke-color: var(--_theme---text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 11vw, 8.75rem);
}

.token-circle_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 4vw);
}

.token-circle_01 {
  aspect-ratio: 1;
  border: 1px solid var(--swatch--brand-500);
  border-radius: var(--radius--round);
  width: 35em;
  height: 35em;
  position: relative;
}

.token-overlay_wrap {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.token-overlay-01 {
  background-image: linear-gradient(180deg, var(--_theme---background), var(--_theme---gradient-1));
  width: 100%;
  height: 25vw;
  position: absolute;
  inset: 0% 0% auto;
}

.token-overlay-02 {
  background-image: linear-gradient(0deg, var(--_theme---background), var(--_theme---gradient-1));
  width: 100%;
  height: 20vw;
  position: absolute;
  inset: auto 0% 0%;
}

.token-circle_02 {
  aspect-ratio: 1;
  border: 1px solid var(--_theme---brand--text-feature);
  border-radius: var(--radius--round);
  width: 42em;
  height: 42em;
  position: absolute;
}

.token-circle_03 {
  aspect-ratio: 1;
  border: 1px solid var(--swatch--brand-500);
  border-radius: var(--radius--round);
  width: 50em;
  height: 50em;
  position: absolute;
}

.token-circle_04 {
  aspect-ratio: 1;
  border: 1px solid var(--_theme---brand--text-feature);
  border-radius: var(--radius--round);
  width: 58em;
  height: 58em;
  position: absolute;
}

.token-circle_05 {
  aspect-ratio: 1;
  border: 1px solid var(--swatch--brand-500);
  border-radius: var(--radius--round);
  width: 67em;
  height: 67em;
  position: absolute;
}

.token-text_wrap {
  opacity: 1;
  position: relative;
}

.token-img {
  object-fit: contain;
  max-width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.token-circle_06 {
  aspect-ratio: 1;
  border: 1px solid var(--_theme---brand--text-feature);
  border-radius: var(--radius--round);
  width: 77em;
  height: 77em;
  position: absolute;
}

.token-circle_07 {
  aspect-ratio: 1;
  border: 1px solid var(--swatch--brand-500);
  border-radius: var(--radius--round);
  width: 88em;
  height: 88em;
  position: absolute;
}

.token-contents {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.token-content_wrap {
  position: absolute;
}

.token-content_wrap._03, .token-content_wrap._04, .token-content_wrap._05 {
  opacity: 0;
}

.u-max-width-56 {
  max-width: 56ch;
}

.u-max-width-52 {
  max-width: 52ch;
}

.nav_background {
  background-color: var(--_theme---background);
  opacity: 0;
  color: var(--_theme---background);
  position: absolute;
  inset: 0%;
}

.roadmap-image {
  width: 100%;
  max-width: 26em;
  margin-left: auto;
  margin-right: auto;
}

.roadmap-content_left {
  text-align: var(--_alignment---direction, start);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.roadmap-content_item {
  width: 100%;
  padding-bottom: var(--_spacing---space--9);
  position: relative;
}

.u-max-width-36 {
  max-width: 36ch;
}

.roadmap-timeline_progress {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 0%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.roadmap-timeline_line {
  width: var(--border-width--main);
  border: var(--border-width--main) solid var(--swatch--brand-text);
  height: 100%;
}

.roadmap-timeline_line.start {
  border-color: var(--swatch--dark-900-o20);
}

.roadmap-timeline_circle {
  border-radius: var(--radius--round);
  background-color: var(--_theme---text);
  flex: none;
  width: .6rem;
  height: .6rem;
  position: absolute;
}

.signup_success {
  border-radius: var(--radius--main);
  background-color: var(--_theme---brand--heading-feature);
  color: var(--_theme---brand--bg-main);
  padding: 1.25rem;
}

.signup_error {
  border-radius: var(--radius--main);
  background-color: #be1111;
  padding: .625rem;
}

.nav_background-mobile {
  background-color: var(--_theme---background);
  opacity: 0;
  color: var(--_theme---background);
  position: absolute;
  inset: 0%;
}

.animate-headline {
  width: 100%;
}

.roadmap-wrap {
  padding-left: var(--_spacing---space--6);
  justify-content: center;
  align-items: var(--_alignment---direction, start);
  text-align: var(--_alignment---direction, start);
  flex-flow: column;
  display: flex;
  position: relative;
}

.roadmap-sticky {
  position: sticky;
  top: 25vh;
}

.roadmap-content_right {
  text-align: var(--_alignment---direction, start);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section_hero-parallax {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.section_top-trigger {
  pointer-events: none;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.roadmap-timeline {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.roadmap-overlay {
  background-image: linear-gradient(#9cfc9100, #9cfc91b3 10%, #9cfc91b3);
  width: 98%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block {
  transform: translate(0, 3.5vw);
}

.hero-bg {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inline-imgraw-0 {
  width: auto;
  height: 36px;
  display: block;
}

@media screen and (max-width: 991px) {
  .u-text-style-display {
    font-size: var(--_typography---font-size--h1);
  }

  .u-section-spacer.hero {
    height: var(--_spacing---space--7);
  }

  .u-flex-vertical-nowrap.u-gap-8.mobile-display {
    display: none;
  }

  .section_layout.u-grid-autofit.hero-partner {
    padding-top: var(--_spacing---space--5);
  }

  .nav_1_links_text {
    font-size: var(--_typography---font-size--h5);
  }

  .nav_1_btn_line {
    height: var(--border-width--main);
  }

  .nav_1_btn_wrap {
    border-top-style: solid;
    border-top-width: var(--border-width--main);
    border-right-style: solid;
    border-right-width: var(--border-width--main);
    border-bottom-style: solid;
    border-bottom-width: var(--border-width--main);
    border-left-style: solid;
    border-left-width: var(--border-width--main);
    border-top-left-radius: var(--radius--main);
    border-top-right-radius: var(--radius--main);
    border-bottom-left-radius: var(--radius--main);
    border-bottom-right-radius: var(--radius--main);
    border-color: inherit;
    justify-content: center;
    align-items: center;
    width: 3.25rem;
    padding: 1rem .8rem;
    display: flex;
  }

  .nav_1_btn_wrap.w--open {
    color: inherit;
    background-color: #c8c8c800;
  }

  .nav_1_logo_wrap {
    width: 10rem;
    margin-right: var(--_spacing---section-space--none);
  }

  .nav_1_links_component {
    grid-column-gap: var(--_spacing---space--5);
    grid-row-gap: var(--_spacing---space--5);
  }

  .nav_1_menu_wrap.hero {
    background-color: var(--swatch--light-100);
  }

  .accordion_body {
    max-width: 90%;
  }

  .feature-item {
    padding-top: 1.5em;
    padding-right: var(--_spacing---space--2);
    padding-left: var(--_spacing---space--2);
  }

  .feature-img_wrap.large, .feature-img_wrap.medium {
    max-width: 12em;
    max-height: 11em;
  }

  .feature-img_wrap.xlarge {
    max-width: 18em;
    max-height: 12em;
  }

  .u-max-width-28ch {
    max-width: none;
  }

  .hero_visual-wrap {
    left: -20%;
    transform: translate(0%);
  }

  .hero_visual {
    width: 51vw;
  }

  .token-item {
    padding-right: var(--_spacing---space--2);
    padding-left: var(--_spacing---space--2);
  }

  .footer_nav {
    text-align: center;
  }

  .footer_bottom_wrap {
    margin-top: var(--_spacing---space--4);
  }

  .footer_bottom_layout {
    justify-content: center;
    align-items: center;
  }

  .typo_component {
    margin-top: -2vw;
    bottom: -2vw;
  }

  .typo_overlay {
    height: 70%;
  }

  .marquee-advanced__item-width {
    width: 20em;
    margin-left: .5em;
    margin-right: .5em;
  }

  .marquee-component {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .token-circle_wrap {
    transform: scale(.9)translate(0, 5vw);
  }

  .nav_menu-mobile {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .roadmap-content_item.intro {
    padding-bottom: var(--_spacing---space--7);
  }
}

@media screen and (max-width: 767px) {
  .u-section-spacer.hero {
    height: var(--_spacing---space--7);
  }

  .u-flex-vertical-nowrap.u-gap-8.mobile-display {
    padding-top: var(--_spacing---space--9);
    display: flex;
  }

  .u-flex-vertical-nowrap.u-gap-8.desktop-display {
    display: none;
  }

  .section_layout.u-grid-autofit.hero-partner {
    grid-column-gap: var(--_gap---size);
    grid-row-gap: var(--_gap---size);
    grid-template-rows: auto;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(min(max(8rem, (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
    display: grid;
  }

  .section_layout.u-grid-autofit.roadmap {
    --_column-count---value: 1;
  }

  .u-text-style-tag {
    font-size: .7rem;
  }

  .u-max-width-42ch.mobile-full {
    max-width: none;
  }

  .faq-tab_menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-component.u-grid-autofit {
    --_column-count---value: 2;
  }

  .feature-item.marquee {
    padding-right: var(--_spacing---space--2);
    padding-left: var(--_spacing---space--2);
  }

  .feature-img_wrap.large, .feature-img_wrap.medium, .feature-img_wrap.xlarge {
    margin-right: 0;
    position: relative;
  }

  .u-max-width-24ch {
    max-width: 44ch;
  }

  .hero_layout.u-grid-autofit {
    grid-template-columns: 1fr;
  }

  .hero_visual-wrap {
    width: 100%;
    position: static;
    top: auto;
    transform: translate(0%);
  }

  .hero_visual {
    width: 100%;
    transform: translate(0);
  }

  .marquee-advanced__scroll {
    overflow: auto;
  }

  .marquee-advanced__item-width {
    width: 19em;
  }

  .marquee-component {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .section_scroll {
    height: 600vh;
  }

  .section_scroll._300vh {
    height: auto;
  }

  .scroll_contain.mobile-top {
    position: relative;
  }

  .scroll_content-wrap {
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
  }

  .scroll-title {
    font-size: 6em;
  }

  .token-circle_wrap {
    transform: scale(.85)translate(0, 5vw);
  }

  .roadmap-image {
    max-width: 21em;
  }

  .roadmap-content_item.intro {
    padding-bottom: var(--_spacing---space--1);
  }

  .roadmap-sticky {
    position: static;
    top: 0;
  }
}

@media screen and (max-width: 479px) {
  .u-text-style-display {
    font-size: var(--_typography---font-size--h2);
  }

  .u-text-style-h2 {
    text-wrap: wrap;
  }

  .u-text-style-h2.increased-padding {
    width: 100%;
  }

  .u-text-style-h3 {
    text-wrap: wrap;
  }

  .u-flex-vertical-nowrap.u-gap-8.mobile-display {
    padding-top: 0;
  }

  .u-flex-vertical-nowrap.u-gap-9.mobile-6 {
    grid-column-gap: var(--_spacing---space--6);
    grid-row-gap: var(--_spacing---space--6);
  }

  .u-flex-vertical-nowrap.u-gap-6.mobile-4 {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
  }

  .u-max-width-full {
    max-width: 100%;
  }

  .tag_wrap {
    font-size: var(--_typography---font-size--text-small);
  }

  .tag_wrap.token-01 {
    position: relative;
    inset: 0%;
    transform: translate(0%, -3.5em);
  }

  .tag_wrap.token-02 {
    position: relative;
    inset: 0% 0% auto;
    transform: translate(0%, -9vw);
  }

  .tag_wrap.token-03 {
    position: relative;
    inset: auto 0% 0%;
    transform: translate(0%, 9vw);
  }

  .tag_wrap.token-04 {
    position: relative;
    left: 0%;
    right: 0%;
    transform: translate(0%, 3.5em);
  }

  .tag_wrap.token {
    transform: translate(0, -5rem);
  }

  .button_main_wrap.secondary-hero.toggle {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .section_layout.u-grid-autofit.banner {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    place-items: center start;
  }

  .section_layout.u-grid-autofit.hero-partner {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
  }

  .nav_1_actions_wrap.hide-mobile {
    display: none;
  }

  .banner_icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .u-max-width-42ch {
    max-width: none;
  }

  .accordion_body {
    max-width: 100%;
  }

  .accordion_arrow-wrapper {
    width: 1.75rem;
    height: 1.75rem;
  }

  .faq-tab_wrap {
    flex: none;
  }

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

  .faq-tab_menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: .3em;
    overflow: auto;
  }

  .feature-component.u-grid-autofit {
    --_column-count---value: 1;
  }

  .feature-item.u-column-2 {
    grid-column-end: span 1;
  }

  .feature-img_wrap {
    width: 70%;
    max-height: 8.5em;
    margin-right: 0;
  }

  .feature-img_wrap.large {
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

  .feature-img_wrap.xlarge {
    margin-left: auto;
  }

  .u-max-width-24ch, .u-max-width-22ch {
    max-width: none;
  }

  .cta-image_03 {
    width: 20vw;
    top: 6vw;
  }

  .cta-image_04 {
    width: 20vw;
    bottom: 6vw;
  }

  .hero_visual-wrap {
    transform: translate(0%);
  }

  .hero_visual {
    width: 100%;
    transform: scale(1.2)translate(2%, -2%);
  }

  .token-component.u-grid-autofit {
    grid-template-columns: repeat(auto-fit, minmax(min(max(12rem, (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
  }

  .footer_bottom_text {
    text-align: center;
  }

  .footer_bottom_layout {
    padding-bottom: var(--_spacing---space--7);
  }

  .footer_group_list {
    grid-row-gap: var(--_spacing---space--1);
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .display_overlay {
    height: 70%;
  }

  .marquee-advanced__item-width {
    width: 100%;
    min-width: 18em;
  }

  .facts-scroll_graphic {
    width: 220%;
    position: absolute;
  }

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

  .scroll_contain.token {
    justify-content: center;
    align-items: center;
    padding-bottom: 15vh;
  }

  .scroll_contain.mobile-top {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .scroll-title-inner.mobile-max-width {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-grid_overlay {
    background-image: linear-gradient(180deg, var(--swatch--transparent) 20%, var(--_theme---background) 50%, var(--swatch--transparent) 80%);
  }

  .hero-grid_overlay.bottom {
    background-image: linear-gradient(180deg, var(--swatch--transparent), var(--_theme---background));
  }

  .token-circle_wrap {
    height: auto;
    display: flex;
    transform: translate(0, 5vw)scale(.85);
  }

  .token-img {
    max-width: 60%;
  }

  .token-content_wrap {
    width: 90%;
  }

  .roadmap-image {
    max-width: 15em;
  }

  .roadmap-content_item {
    padding-left: var(--_spacing---space--4);
  }

  .div-block {
    transform: translate(0, 10vw)scale(.85);
  }
}

@media screen and (max-width: 767px) {
  #h-04.w-node-_8f0427e3-10e0-659d-73a9-20fe85a84791-1c147cf0, #w-node-_5eba8795-4c7a-9853-794b-f08d8d5be358-1c147cf0, #w-node-_3273dcd2-88a2-4767-5a34-ced4fff9c906-1c147cf0, #w-node-_3b07cc7a-f9cb-4009-f30a-5f41ed9256b3-1c147cf0 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_065a948b-1432-83ad-e9d0-f3e399ce0fbe-1c147cf0, #w-node-_3963e962-c84f-0ed9-5a28-8c3e34fbe752-1c147cf0, #w-node-_205d3b08-2455-e887-d052-6c3b95a4a7f6-1c147cf0, #w-node-_384c13cf-743c-095d-4cd9-d530bb80b2d5-1c147cf0 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}