/*! 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: #0e0e0e;
}
/**
 * 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;
}
/* ===== Self-hosted Poppins (woff2, subset latin + latin-ext) =====
   Font files live in /fonts and are served from this repo, so rendering is
   identical for every visitor and independent of the Google Fonts CDN. */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/poppins-200.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/poppins-200-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/poppins-300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/poppins-300-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins-400-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/poppins-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/poppins-500-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins-600-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/poppins-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/poppins-700-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@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: #f8f8f7;
}
.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: #f8f8f7;
}
.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: #f8f8f7;
}
.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;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## 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;
}
:root {
  --color-scheme-1--background\<deleted\|relume-variable-color-scheme-1-background\>: var(--_primitives---colors--white);
  --_typography---font-styles--body: Poppins, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Poppins, sans-serif;
  --color-scheme-1--primary: #f24622;
  --color-scheme-1--black: #0e0e0e;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: #0e0e0e;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --color-scheme-1--gray-light: #d1dde8;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground\<deleted\|relume-variable-color-scheme-1-foreground\>: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --color-scheme-1--gray-dark: #708090;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent\<deleted\|relume-variable-color-scheme-1-accent\>: var(--_primitives---colors--neutral-darkest);
  --button: var(--_typography---font-styles--body);
  --color-scheme-1--primary-light: #fcd7cf;
  --_primitives---colors--neutral-darker: #222;
  --_ui-styles---stroke--divider-width: 1px;
  --color-scheme-1--black-light: #0e0e0e;
  --color-scheme-1--gray: #98a3ae;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_typography---font-styles--font-family: Poppins, sans-serif;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

html {
  background-color: #0e0e0e;
}

body {
  background-color: #0e0e0e;
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  /* avoid a "widow" — a lone last word on a paragraph's final line. Chrome/Safari honour this;
     unsupported engines (e.g. Firefox) just fall back to normal wrapping. Covers every <p>
     paragraph site-wide (bk-copy__body, hero-subtitle, key-features__text, scenarios-card__text,
     team4_bio, footer, …). Headings and manually line-split blocks (about-quote, tech-intro,
     streaming-headline) are left alone — their breaks are authored by hand. */
  text-wrap: pretty;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--color-scheme-1--primary);
  cursor: pointer;
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-xlarge.align-center {
  max-width: 90rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  height: auto;
  display: flex;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  background-color: #0e0e0e;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-fullwidth {
  max-width: none;
}

.container-large.is-video {
  z-index: 99;
  height: NaN% ;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  z-index: 98;
  background-color: #0e0e0e;
  margin-top: -99px;
  position: static;
  inset: -99px 0% auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin: 0;
}

.margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-small.is-horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-xxsmall {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-medium {
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-small {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  width: 100%;
  padding: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 0px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--color-scheme-1--primary);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 50rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0em;
  gap: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .5s;
}

.button:hover {
  opacity: .8;
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  border-width: 1.5px;
  border-color: var(--color-scheme-1--gray-light);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-1--gray-light);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 4px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.text-color-white {
  color: var(--_primitives---colors--white);
}

.background-color-white {
  background-color: var(--_primitives---colors--white);
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground\<deleted\|relume-variable-color-scheme-1-foreground\>);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--primary);
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.25rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

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

.rl-styleguide_spacing-all {
  display: none;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.is-hero {
  padding-top: 10rem;
}

.padding-global.is-video {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.padding-global.is-tech {
  z-index: 100;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.padding-section-large.is-team {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground\<deleted\|relume-variable-color-scheme-1-foreground\>);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background\<deleted\|relume-variable-color-scheme-1-background\>);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}



.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}











.text-style-tagline {
  color: var(--color-scheme-1--gray-dark);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background\<deleted\|relume-variable-color-scheme-1-background\>);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground\<deleted\|relume-variable-color-scheme-1-foreground\>);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent\<deleted\|relume-variable-color-scheme-1-accent\>);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
  background-color: var(--color-scheme-1--foreground\<deleted\|relume-variable-color-scheme-1-foreground\>);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
  cursor: pointer;
  padding: 0;
}

.tab-link:hover {
  color: var(--color-scheme-1--primary);
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
  background-color: var(--color-scheme-1--background\<deleted\|relume-variable-color-scheme-1-background\>);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
  background-color: var(--color-scheme-1--foreground\<deleted\|relume-variable-color-scheme-1-foreground\>);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
  background-color: var(--color-scheme-1--foreground\<deleted\|relume-variable-color-scheme-1-foreground\>);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}



.header26_image {
  aspect-ratio: 16 / 9;
  object-fit: scale-down;
  width: 60%;
  height: 100%;
  overflow: visible;
}

.header26_image.is-mobile {
  display: none;
}

.section_header26 {
  color: var(--color-scheme-1--text);
}

.hero-title-gap {
  margin-bottom: 2.5rem;
}

.hero-button-gap {
  margin-top: 5rem;
}

.header26_component {
  font-family: var(--button);
  color: var(--_primitives---colors--white);
  flex-direction: column;
  align-items: center;
  font-size: .875rem;
}

.header26_image-wrapper {
  z-index: 98;
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-1 {
  background-image: linear-gradient(83deg, var(--color-scheme-1--primary) 45%, var(--_primitives---colors--white) 71%, var(--color-scheme-1--primary-light));
  color: var(--color-scheme-1--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4rem;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -0.02em;
}

.header-1.is-small {
  color: var(--_primitives---colors--white);
  font-size: 3.5rem;
  font-weight: 600;
}

.header-1.is-light {
  color: var(--_primitives---colors--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.header-3 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--white);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0em;
  display: block;
}

.header-3.is-red {
  color: var(--color-scheme-1--primary);
}

.header-3.is-dark {
  color: var(--_primitives---colors--neutral-darkest);
  font-weight: 400;
}

.header-3.is-dark.is-center {
  text-align: center;
}

.body {
  background-color: #0e0e0e;
}

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

.number-grid_container.is-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.number-grid_container.is-6-column, .number-grid_container.is-7-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.number-grid_container.is-8-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.number_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.number_container.is-align-horizontal {
  flex-flow: row;
}

.number_container.is-align-horizontal.is-top-margin {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.header-number {
  color: var(--_primitives---colors--white);
  font-size: 5.25rem;
  font-weight: 400;
}

.header-number.is-center {
  text-align: center;
}

.paragraph {
  color: var(--color-scheme-1--gray-light);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 180%;
}

.paragraph.is-capitalized {
  color: var(--_primitives---colors--white);
  text-transform: uppercase;
}

.paragraph.is-capitalized.is-center {
  text-align: center;
}

.paragraph.is-small {
  font-size: .875rem;
}

.paragraph.is-bold {
  color: var(--_primitives---colors--white);
  font-weight: 500;
}

.paragraph.is-dark {
  color: var(--_primitives---colors--neutral-darker);
  font-size: 1.2rem;
  font-weight: 400;
}

.paragraph.is-dark.is-center {
  text-align: center;
}

.paragraph.is-light {
  color: var(--_primitives---colors--white);
}








.header-2 {
  background-image: linear-gradient(108deg, var(--color-scheme-1--primary) 2%, #ffefef 33%, #f24621 49%, var(--color-scheme-1--gray-light) 80%, var(--color-scheme-1--primary));
  color: var(--color-scheme-1--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.header-2.is-white {
  color: var(--_primitives---colors--white);
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
}

.header-2.is-big {
  background-image: linear-gradient(316deg, var(--color-scheme-1--primary) 2%, #ffefef 33%, #f24621 49%, var(--color-scheme-1--primary));
  font-size: 4rem;
  font-weight: 600;
}

.header-2.is-big.is-work {
  color: var(--_primitives---colors--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 300;
  line-height: 1.1;
}

.header-2.is-light {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout1_content.is-1-3 {
  grid-template-columns: .5fr 1fr;
  width: 100%;
  max-width: 90rem;
  height: 100%;
}



.section_layout1 {
  color: var(--color-scheme-1--text);
}

.layout1_component {
  z-index: 99;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.layout1_component.is-video {
  height: Infinity% ;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 90rem;
  position: static;
  inset: 0% 0% auto;
}

.layout1_content-left {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout1_content-left.is-solution {
  flex-flow: column;
  display: block;
}

.layout1_content-left.is-horizotantal {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.layout1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.layout1_image-wrapper.is-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.layout1_image {
  aspect-ratio: auto;
  background-color: var(--color-scheme-1--black);
  object-fit: fill;
  width: 100%;
  height: auto;
  overflow: visible;
}

.section_layout192 {
  background-image: linear-gradient(180deg, black, #3a1009 53%, var(--_primitives---colors--neutral-darkest));
}

.layout192_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.layout192_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.layout192_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}



.navbar2_menu-button {
  padding: 0;
}





.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_logo {
  height: 40px;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar2_container.is-light {
  padding-left: 0;
  padding-right: 0;
}

.navbar2_link {
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0em;
  padding: .5rem 0;
}

.navbar2_link:hover {
  color: var(--_primitives---colors--white);
}

.navbar2_link.w--current {
  color: var(--color-scheme-1--primary);
}

.navbar2_link.is-light {
  color: var(--color-scheme-1--text);
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  color: var(--color-scheme-1--primary-light);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}





.nav-link {
  color: var(--color-scheme-1--primary-light);
  font-size: 1.1rem;
}















.section-tech {
  z-index: 99;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.header-4 {
  color: var(--color-scheme-1--gray-dark);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 150%;
}

.header-4.is-align-left {
  text-align: left;
}

.header-4.is-black {
  color: #0e0e0e;
  font-weight: 700;
}

.header-4.is-center {
  text-align: center;
}



.section-aether {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2000px;
  display: flex;
  position: relative;
  overflow: visible;
}







.section_header66 {
  position: relative;
}

.section_header66.text-color-alternate {
  width: 100%;
  height: 100vh;
  display: block;
}

.section_header66.text-color-alternate.is-contact {
  display: none;
}





.text-disclaimer {
  color: #3e404c;
}











.success-text {
  font-weight: 600;
}













.text-size-medium-2.is-center {
  text-align: center;
}

.text-size-medium-2.is-center.is-dark {
  color: #000f0f;
}

.text-size-medium-2.is-center.is-white {
  color: #fff;
}

.text-size-medium-2.is-lime {
  color: #e6ffa5;
}

.text-size-medium-2.is-align-left {
  color: #fff;
  text-align: left;
  font-size: 1.2rem;
}

.text-size-medium-2.is-white {
  color: #fff;
}









.error-text {
  color: #e23939;
}













.video-overlay-layer-3 {
  z-index: 1;
  background-color: #000000d4;
  position: absolute;
  inset: 0%;
}







.link {
  color: var(--color-scheme-1--primary);
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.link.is-small {
  color: var(--color-scheme-1--gray-light);
  font-size: .875rem;
  font-weight: 300;
}



.header {
  color: #e6ffa5;
}

.header.is-hero-header {
  color: #fff;
  font-size: 3.9rem;
  font-weight: 300;
}





.padding-section-large-2.is-left {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  justify-content: center;
  align-items: flex-start;
  display: block;
}











.section-about {
  background-image: linear-gradient(#000 26%, #e6ffa5 44%, #e6ffa5);
}

















.icon-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}









.header-6.is-white {
  color: #fff;
  font-size: 2.8rem;
  line-height: 140%;
}

.header-6.is-lime {
  color: #e6ffa5;
}





.page-padding {
  padding-left: 0%;
  padding-right: 0%;
}



.padding-global-2.is-top {
  z-index: 100;
  padding-left: 6rem;
  padding-right: 6rem;
  position: absolute;
}























.section-stat {
  background-image: linear-gradient(#000 45%, #424b28 77%, #9db460);
  height: auto;
}



















.form_input-2.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.section-footer {
  height: 220px;
}

.table-header-text {
  color: #e6ffa5;
  text-transform: uppercase;
}











.max-width-large-2.align-center {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
}

.max-width-large-2.align-left {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
}









.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color-scheme-1--gray-dark);
  text-transform: uppercase;
  border: 0 solid #ccc;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 .5rem 0 0;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.tag-2.is-dark {
  color: #6b7094;
  background-color: #000;
  border-width: 1px;
  border-color: #24262d;
}









.header-8.is-white {
  color: #fff;
  font-weight: 400;
}

.header-8.is-white.is-small {
  width: auto;
  font-size: 4rem;
}







.footer3_link-list {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}





.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}





.footer3_component {
  color: var(--color-scheme-1--text);
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: center stretch;
}



.footer3_logo {
  height: 50px;
}



.footer3_left-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}





.footer3_details-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.footer3_link {
  color: var(--color-scheme-1--gray-light);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
}

.div-block-159 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.image-container {
  border-radius: 12px;
  width: 100%;
}

.tabs-menu-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 0;
  display: flex;
  top: 1.5rem;
}















.tabs-content {
  margin-top: 4rem;
  display: flex;
}



.div-block-161 {
  padding-top: 0;
}

.div-block-162 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}











.div-block-163 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.icons-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.div-block-164 {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: #ddd0;
}

.tab-link-tab-1-2.w--current {
  background-color: #2a1c19;
  border-radius: 6px;
}

.tab-link-tab-2-2 {
  color: var(--_primitives---colors--white);
  background-color: #ddd0;
}

.tab-link-tab-2-2:hover {
  background-color: #2a1c19;
  border: 0 solid #2a1c19;
  border-radius: 6px;
}

.tab-link-tab-2-2.w--current {
  background-color: #2a1c19;
  border-radius: 6px;
}

.page-wrapper-3 {
  background-color: #52d427;
  margin-top: -75px;
  position: static;
  inset: 0% 0% auto;
}

.page-wrapper-3.is-full-size {
  margin-top: 0;
}

.div-block-107 {
  z-index: 99;
  background-color: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form_checkbox-icon-4 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon-4.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon-4.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.max-width-large-3 {
  width: 100%;
  max-width: 48rem;
  padding-left: 0;
}

.max-width-large-3.is-contact-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 99.9998%;
  padding: 6rem 4rem;
  display: flex;
}

.div-block-108 {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.link-block {
  cursor: pointer;
}

.form_radio-icon-4 {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon-4.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon-4.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.padding-section-large-3 {
  grid-column-gap: 6.1rem;
  grid-row-gap: 6.1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.padding-section-large-3.is-no-padding {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-global-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.padding-global-4.is-top {
  z-index: 100;
  padding-left: 6rem;
  padding-right: 6rem;
  position: absolute;
}

.padding-global-4.is-fullwidth {
  padding-left: 0%;
  padding-right: 0%;
}

.form_field-label-3 {
  color: #0e0e0e;
  margin-bottom: .5rem;
  font-weight: 400;
}

.container-large-6 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-9 {
  color: #0e0e0e;
  font-size: 4.8rem;
  font-weight: 600;
}

.header-9.is-small {
  text-align: left;
  font-size: 3.8rem;
  font-weight: 600;
}

.header-9.is-small.is-white {
  color: var(--color-scheme-1--primary);
  font-size: 3.8rem;
  font-weight: 600;
}

.contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-109 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.form_field-wrapper-4 {
  width: 100%;
  position: relative;
}

.logo-contact {
  width: 120px;
}

.header-10 {
  font-size: 8rem;
}

.header-10.is-hero-header {
  color: #fff;
  font-size: 5.2rem;
  font-weight: 600;
}

.header66_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-67 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all .4s;
}

.button-67:hover {
  background-color: var(--color-scheme-1--primary);
  border-width: 1px;
  border-color: #fff;
}

.header66_background-video-wrapper-2 {
  z-index: 50;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header66_background-video-wrapper-2.is-small.is-contact {
  width: 50%;
  height: 100%;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact4_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.form_checkbox-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.paragraph-2 {
  color: #222;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 160%;
  display: inline-block;
}

.paragraph-2.is-gray {
  color: var(--_primitives---colors--white);
}

.tag-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #666;
  background-color: #eee;
  border: 0 solid #ccc;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.tag-3.is-dark {
  color: #52d427;
  background-color: #000;
  border-color: #52d427;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.design-components_hero-header_content-left-2 {
  z-index: 99;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: static;
}

.contact1-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact1-header_component.is-full-height {
  grid-column-gap: 0px;
  width: 100%;
  height: 100%;
  position: relative;
}

.section_contact1-header {
  background-color: #eee;
  height: 100vh;
}

.form_input-3 {
  color: #0e0e0e;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-3:focus {
  border-color: #000;
}

.form_input-3::placeholder {
  color: #0009;
}

.form_input-3.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input-3.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.header-11 {
  color: #0e0e0e;
  font-size: 1.4rem;
  line-height: 1.5;
}

.header-11.is-light {
  color: #fff;
  font-weight: 300;
}

.header-11.is-white {
  color: #fff;
  text-decoration: none;
}

.video-overlay-layer-2 {
  z-index: 1;
  background-color: #0000009e;
  position: absolute;
  inset: 0%;
}

.main-wrapper-3 {
  z-index: 99;
  position: relative;
  inset: 0% 0% auto;
}

.logo {
  height: 40px;
}

.cta-banner {
  flex-flow: column;
  display: flex;
}

.app-image {
  object-fit: contain;
  border-radius: 8px;
  width: 960px;
}











.layout484_text {
  color: var(--_primitives---colors--white);
  font-weight: 400;
  line-height: 180%;
}

.section_layout484 {
  color: var(--color-scheme-1--text);
}

.layout484_split-text {
  display: none;
}



.text-size-medium-3 {
  color: var(--color-scheme-1--gray-dark);
  font-size: 1.8rem;
  font-weight: 200;
}

.text-size-medium-3.is-small {
  font-size: 1.2rem;
  font-weight: 300;
}













.team4_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team4_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.section_team4 {
  background-color: var(--color-scheme-1--background\<deleted\|relume-variable-color-scheme-1-background\>);
  color: var(--color-scheme-1--text);
}





.team4_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.padding-section-large-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.team4_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}



.team4_title-wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  display: flex;
}

.team4_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

.div-block-165 {
  display: flex;
}







.navbar2_link-2 {
  color: #f24622;
  padding: .5rem 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0em;
}

.navbar2_link-2:hover {
  color: #fff;
}

.navbar2_link-2.w--current {
  color: #f24622;
}





.navbar2_menu-2.is-page-height-tablet {
  color: #fcd7cf;
}

.grid {
  flex-flow: column;
  display: flex;
}

.contact19_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.max-width-large-6 {
  width: 100%;
  max-width: 48rem;
}

.contact19_grid-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.section_contact19 {
  background-color: var(--color-scheme-1--background\<deleted\|relume-variable-color-scheme-1-background\>);
  color: var(--color-scheme-1--text);
}



.video-container {
  z-index: 98;
  opacity: .29;
  object-fit: contain;
  width: 100%;
  height: 600px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}





.text-size-large-2 {
  color: #8bacff;
  font-size: 1.5rem;
  line-height: 140%;
}

.text-size-large-2.text-weight-light {
  color: var(--_primitives---colors--white);
  line-height: 160%;
}

.padding-section-large-7 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 8rem 0;
  display: flex;
}

.padding-section-large-7.is-solution-hero {
  padding-bottom: 0;
}

.container-large-7 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large-7.is-hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-large-7.is-hero.is-solutions {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  position: static;
}

.header9_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.header9_content-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}





.header9_component {
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: relative;
}

.gradient-container {
  z-index: 97;
  background-image: linear-gradient(0deg, #070f1d, #070f1d 38%, #070f1d00);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.header9_content-left {
  width: 50%;
}

.header9_image-wrapper {
  flex: 0 auto;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.header9_content-wrapper {
  z-index: 98;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  place-items: flex-start stretch;
  padding-bottom: 5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.header9_background-image-wrapper {
  z-index: -1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.heading {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 110%;
  display: block;
}

.heading.text-color-alternate {
  color: var(--color-scheme-1--primary);
  overflow-wrap: normal;
  display: inline;
}

.section_contact9 {
  background-color: var(--_primitives---colors--white);
}

.form_checkbox-3 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.contact9_heading-wrapper {
  padding-bottom: 24px;
}

.contact9_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}



.form_field-label-4 {
  color: var(--color-scheme-1--black-light);
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_message-success-3 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.contact9_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.text-style-link-2 {
  text-decoration: underline;
}

.contact9_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_checkbox-icon-5 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon-5.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon-5.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.contact9_image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.contact9_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form_message-error-3 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.navigation {
  z-index: 9999999;
  background-color: transparent;
  padding: 40px 12px 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.navigation a,
.navigation button,
.navigation .navbar2_menu-button {
  pointer-events: auto;
}

.faq13_grid-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.faq13_grid-list.is-5-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}







.section_faq13 {
  background-color: var(--color-scheme-1--background\<deleted\|relume-variable-color-scheme-1-background\>);
  color: var(--color-scheme-1--text);
}

.max-width-large-7 {
  width: 100%;
  max-width: 48rem;
}

.faq13_item {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}













.layout1_component-2 {
  flex-flow: row;
  display: flex;
}

.layout1_content-left-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.layout1_image-wrapper-2 {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.layout1_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.section-feature {
  background-color: var(--_primitives---colors--white);
}

.section-feature.is-dark {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.list-item {
  color: var(--color-scheme-1--gray-light);
}

.list-item.is-dark {
  color: var(--color-scheme-1--text);
}

.list-2 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  margin-top: 1.6rem;
  display: flex;
}

.div-block-167 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 590px;
  display: flex;
}

.image-39 {
  border-radius: 10px;
  width: 590px;
}

.banner {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-top: 4rem;
  display: flex;
}

.div-block-168 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-169 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.list-3 {
  list-style-type: disc;
}

.arrow-down, .arrow-down-2 {
  display: none;
}

.div-block-170 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.icon {
  background-color: var(--_primitives---colors--neutral-lightest);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.img {
  width: 32px;
  height: 32px;
}

.arrow-icon {
  width: 36px;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .max-width-large.align-center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }

  .main-wrapper {
    width: 100%;
    position: static;
  }

  .padding-vertical.padding-xxlarge {
    width: 100%;
  }

  .padding-global.is-tech {
    inset: 0%;
  }

  .layout1_image-wrapper.is-grid {
    flex-flow: column;
    place-items: center stretch;
    display: flex;
  }

  

  .section-tech {
    height: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  

  

  

  

  .tag-2 {
    border-width: 0;
    border-color: #ccc;
    border-radius: 20px;
  }

  .tag-2.is-dark {
    border-width: 1px;
  }

  .header-8.is-white {
    font-weight: 400;
  }

  .header-8.is-white.is-small {
    font-size: 2.6rem;
  }

  .footer3_link-list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .footer3_top-wrapper {
    grid-column-gap: 4vw;
    place-items: start stretch;
  }

  

  

  .page-wrapper-3 {
    z-index: 99;
    position: static;
  }

  .form_checkbox-icon-4 {
    border-color: #aaa;
    border-radius: 4px;
  }

  .link-block, .link-block.w--current {
    text-decoration: none;
  }

  .padding-global-4 {
    justify-content: center;
    align-items: center;
  }

  .padding-global-4.is-fullwidth {
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global-4.is-fullwidth.is-contact {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-large-6.is-full {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .header-9.is-small.is-white {
    font-size: 3.8rem;
  }

  .tag-3 {
    background-color: #eee;
    border-width: 0;
    border-color: #ccc;
    border-radius: 20px;
  }

  .tag-3.is-dark {
    border-width: 1px;
  }

  .header-11.is-white:hover {
    color: #52d427;
  }

  .main-wrapper-3 {
    z-index: 99;
    position: relative;
    inset: 0% 0% auto;
  }

  

  .container-large-7 {
    display: block;
  }

  .container-large-7.is-hero {
    align-self: center;
    height: 100%;
  }

  .gradient-container {
    background-image: linear-gradient(0deg, #070f1d, #070f1d 38%, #070f1d00);
  }

  .header9_content-wrapper {
    padding-bottom: 5rem;
  }

  .header9_background-image-wrapper {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .navigation {
    background-color: transparent;
    width: 100%;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 12px;
  }

  .section-feature {
    background-color: var(--_primitives---colors--white);
  }

  .list-item {
    color: var(--color-scheme-1--gray-light);
    line-height: 1.7;
  }

  .list-item.is-dark {
    color: var(--color-scheme-1--text);
  }

  .list, .list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .div-block-167 {
    border-radius: 0;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .image-39 {
    background-color: var(--color-scheme-1--primary-light);
    object-fit: fill;
    border-radius: 20px;
    overflow: visible;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .max-width-large.align-center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }

  .main-wrapper {
    height: 100%;
  }

  .padding-bottom.padding-xxlarge {
    padding-bottom: 0;
  }

  .padding-global.is-tech {
    position: relative;
  }

  .tab-link {
    color: var(--_primitives---colors--white);
    cursor: pointer;
    padding: 0;
  }

  .header26_image-wrapper {
    position: relative;
  }

  .header-3 {
    line-height: 150%;
  }

  .number-grid_container.is-8-column {
    place-items: center;
  }

  .paragraph.is-small {
    font-size: 1rem;
  }

  .layout1_image-wrapper {
    height: auto;
  }

  .layout1_image {
    object-fit: scale-down;
    height: 800px;
  }

  

  

  .section-tech {
    height: auto;
    position: relative;
  }

  .header-4.is-black {
    font-weight: 700;
  }

  .text-size-medium-2.is-center.is-dark {
    color: #000f0f;
  }

  .text-size-medium-2.is-center.is-white {
    color: #fff;
  }

  .header.is-hero-header {
    font-size: 4.1rem;
    line-height: 140%;
  }

  .padding-section-large-2.is-left {
    font-size: 4rem;
  }

  .section-about {
    background-image: linear-gradient(#000 20%, #e6ffa5 48%, #e6ffa5);
  }

  

  

  

  

  .header-8.is-white {
    text-decoration: none;
  }

  

  

  .footer3_link-list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
  }

  

  .footer3_menu-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: start stretch;
    height: 100%;
    display: grid;
  }

  .footer3_details-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .div-block-159 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-container {
    width: 100%;
  }

  .tabs-menu-2 {
    border-radius: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5rem 1.5rem 1.5rem 0;
    display: flex;
  }

  .tabs {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    display: flex;
  }

  

  

  

  

  

  

  .div-block-162 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  

  .div-block-163 {
    z-index: 97;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .link-block {
    text-decoration: none;
  }

  .header-11.is-white:hover {
    color: #52d427;
  }

  .layout484_component {
    width: 100%;
  }

  

  .padding-section-large-7 {
    justify-content: center;
    align-items: flex-start;
  }

  .container-large-7 {
    display: block;
  }

  

  .gradient-container {
    background-image: linear-gradient(0deg, #000, #070f1dd9 38%, #070f1d00);
    height: 100vh;
  }

  .navigation {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 12px;
  }

  .image-39 {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  

  

  

  

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .number-grid_container.is-8-column {
    flex-flow: column;
    display: flex;
  }

  .layout1_content, .layout192_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  

  .menu-icon2_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  

  

  .menu-icon2_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
    background-color: var(--color-scheme-1--background\<deleted\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  

  

  

  

  

  

  

  

  

  

  .padding-global-2, .padding-global-2.is-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  

  

  

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .tabs-menu-2 {
    flex-flow: wrap;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-global-4, .padding-global-4.is-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header-9 {
    font-size: 5rem;
  }

  .contact1-header_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  

  .team4_list {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  

  

  .navbar2_link-2 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  

  

  .navbar2_menu-2.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  

  .contact19_grid-list {
    grid-column-gap: 2rem;
  }

  

  .padding-section-large-7 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 6rem 0;
  }

  .container-large-7 {
    max-width: none;
  }

  .container-large-7.is-hero {
    align-self: stretch;
    align-items: stretch;
    height: 100vh;
  }

  .header9_component {
    height: 100svh;
    min-height: 100vh;
  }

  .header9_image-wrapper {
    height: 100%;
  }

  .header9_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading.text-color-alternate {
    font-size: 4.8rem;
  }

  .contact9_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq13_grid-list {
    grid-column-gap: 2rem;
  }

  
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  

  

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  

  .layout1_content, .layout192_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact1-header_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact1-header_component.is-full-height {
    grid-auto-flow: row;
  }

  

  .text-size-medium-3 {
    font-size: 1rem;
  }

  

  .team4_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .team4_image-wrapper {
    height: 100%;
  }

  .navbar2_menu-2.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .contact19_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .padding-section-large-7 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-large-7.is-hero {
    height: 100%;
  }

  .header9_background-image {
    height: 100%;
    display: block;
    position: static;
  }

  .header9_content-right {
    height: auto;
    display: block;
  }

  

  .header9_component {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    height: 100svh;
    min-height: auto;
    position: relative;
  }

  .gradient-container {
    height: 100%;
  }

  .header9_content-left {
    height: 100%;
    display: flex;
  }

  .header9_image-wrapper {
    object-fit: fill;
    flex: 1;
    width: 100%;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .header9_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: row;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .header9_background-image-wrapper {
    height: 100svh;
    position: static;
    inset: 0% 0% auto;
  }

  .heading, .heading.text-color-alternate {
    font-size: 3rem;
  }

  .contact9_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq13_grid-list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

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

  .max-width-medium.align-center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .main-wrapper {
    margin-top: -100px;
    position: static;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.is-horizontal {
    order: 1;
  }

  .margin-bottom.margin-small.is-horizontal.is-footer {
    flex-flow: wrap;
  }

  .margin-bottom.margin-small.is-left {
    justify-content: center;
    align-items: flex-start;
  }

  .margin-bottom.margin-xsmall {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    order: -1;
  }

  .margin-bottom.margin-small {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    object-fit: fill;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    object-fit: fill;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 99.9998%;
    height: auto;
  }

  .margin-bottom.margin-small.is-center {
    justify-content: center;
    align-items: center;
  }

  .margin-bottom.margin-small {
    justify-content: center;
    align-items: flex-start;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xxlarge {
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button.is-nav {
    height: 30px;
    display: none;
  }

  .text-size-large.text-weight-semibold {
    text-align: center;
    font-size: 1.4rem;
  }

  

  .header26_image {
    flex: 0 auto;
    display: none;
  }

  .header26_image.is-mobile {
    aspect-ratio: auto;
    width: 100%;
    display: block;
  }

  .hero-title-gap {
    width: 100%;
  }

  .header-1 {
    width: 100%;
    font-size: 11.5vw;
    font-weight: 400;
    line-height: 105%;
    text-align: center;
  }

  .header-1 .hero-line {
    white-space: nowrap;
  }

  .header-1.is-small {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 90%;
  }

  .header-3 {
    text-align: left;
    font-size: 1.2rem;
  }

  .header-3.is-center {
    text-align: center;
  }

  .number-grid_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .number-grid_container.is-7-column {
    order: 0;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .number-grid_container.is-8-column {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .header-number.is-center {
    font-size: 2.8rem;
  }

  .paragraph.is-dark.is-center {
    text-align: center;
  }

  .header-2 {
    text-align: left;
    text-transform: none;
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    line-height: 130%;
  }

  .header-2.is-big {
    font-size: 3rem;
    font-weight: 400;
  }

  .layout1_content {
    grid-template-columns: 1fr;
  }

  .layout1_content.is-1-3 {
    flex-flow: column;
    display: flex;
  }

  .layout1_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .layout1_content-left, .layout1_content-left.is-horizotantal {
    flex-flow: column;
    display: flex;
  }

  .layout1_image-wrapper {
    order: -1;
  }

  .layout1_image-wrapper.is-grid {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .layout192_content {
    grid-template-columns: 1fr;
  }

  .menu-icon2_line-bottom {
    background-color: var(--_primitives---colors--white);
    color: var(--_primitives---colors--white);
  }

  

  .menu-icon2_line-top {
    background-color: var(--_primitives---colors--white);
    color: var(--_primitives---colors--white);
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: var(--_primitives---colors--neutral-darkest);
  }

  .menu-icon2_line-middle {
    background-color: var(--_primitives---colors--white);
    color: var(--_primitives---colors--white);
  }

  

  

  .header-4 {
    text-align: left;
    font-size: 1.4rem;
  }

  .header-4.is-align-left, .header-4.is-black {
    font-size: 1.8rem;
  }

  .header-4.is-center {
    font-size: 1.2rem;
  }

  

  .section-aether {
    height: 2390px;
  }

  

  

  

  .section_header66.text-color-alternate {
    width: 100%;
    height: 100svh;
    display: block;
    top: 0;
  }

  .section_header66.text-color-alternate.is-contact {
    display: block;
  }

  

  

  

  

  

  

  

  

  .text-size-medium-2.is-center {
    text-align: left;
    font-size: 1.4rem;
  }

  

  

  

  

  

  

  

  .header.is-hero-header {
    width: 100%;
    font-size: 2rem;
    line-height: 130%;
  }

  

  

  

  .section-about {
    background-image: linear-gradient(#000 18%, #e6ffa5 29%, #e6ffa5);
  }

  

  

  

  

  

  .header-6.is-white {
    color: #fff;
    font-size: 2.2rem;
  }

  

  .padding-global-2.is-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  

  

  

  

  

  

  

  .section-stat {
    height: auto;
  }

  

  

  

  

  

  .section-footer {
    height: auto;
  }

  

  

  .max-width-large-2.align-center {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  

  

  .tag-2 {
    border-radius: 6px;
    order: -1;
    font-size: 1rem;
    line-height: 1.8;
  }

  .tag-2.is-dark {
    color: #006638;
    text-decoration: none;
  }

  

  .header-8.is-white {
    font-size: 2.7rem;
  }

  .header-8.is-white.is-small.is-banner {
    font-size: 2.4rem;
  }

  .footer3_link-list {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer3_left-wrapper {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
  }

  .div-block-159 {
    width: 100%;
  }

  .tabs-menu-2 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-162 {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  

  .tab-pane-tab-1 {
    width: 100%;
  }

  .page-wrapper-3 {
    margin-top: 0;
  }

  .div-block-107 {
    width: 100%;
    position: static;
  }

  .max-width-large-3.is-contact-left {
    height: auto;
  }

  .div-block-108 {
    height: 100%;
    display: none;
    position: absolute;
  }

  .padding-section-large-3 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 100%;
  }

  .padding-global-4, .padding-global-4.is-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global-4.is-fullwidth.is-contact {
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header-9 {
    text-align: left;
    font-size: 3rem;
  }

  .header-9.is-small {
    font-size: 3rem;
  }

  .header-9.is-small.is-white {
    font-size: 2.4rem;
  }

  .header-10 {
    font-size: 3.8rem;
  }

  .header-10.is-hero-header {
    font-size: 2.8rem;
    font-weight: 500;
  }

  .header66_background-video {
    z-index: 3;
    position: absolute;
    inset: 0% 0% auto;
  }

  .header66_background-video-wrapper-2 {
    height: 100%;
  }

  .header66_background-video-wrapper-2.is-small.is-contact {
    flex-flow: row;
    width: 100%;
    height: 100svh;
    display: none;
    position: static;
  }

  .contact4_component {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-2 {
    font-size: 1.2rem;
  }

  .paragraph-2.is-gray {
    color: #aaa;
  }

  .tag-3 {
    order: -1;
  }

  .design-components_hero-header_content-left-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .contact1-header_component {
    grid-template-columns: 1fr;
  }

  .contact1-header_component.is-full-height {
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: flex;
    position: static;
  }

  .section_contact1-header {
    height: auto;
  }

  .header-11.is-light {
    width: 100%;
    font-size: 1.2rem;
  }

  .video-overlay-layer-2 {
    z-index: 4;
    background-color: #000000b0;
    height: 100%;
  }

  .layout484_text {
    font-size: 1.9rem;
    line-height: 156%;
  }

  .text-size-medium-3 {
    font-size: 1.4rem;
  }

  .text-size-medium-3.is-small {
    text-align: center;
  }

  .team4_list {
    grid-template-columns: 1fr;
  }

  .team4_item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .team4_image-wrapper {
    width: 100%;
  }

  .team4_title-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  

  

  

  .text-size-large-2.text-weight-light {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .padding-section-large-7 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 4rem 0;
    display: flex;
  }

  .container-large-7 {
    max-width: none;
    height: auto;
  }

  .container-large-7.is-hero {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .container-large-7.is-hero.is-solutions {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-bottom: 0;
  }

  .header9_background-image {
    object-fit: cover;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
  }

  .header9_content-right {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  

  .header9_component {
    width: 100%;
    height: 100svh;
    position: relative;
    overflow: hidden;
  }

  .header9_content-left {
    width: 100%;
  }

  .header9_image-wrapper {
    position: absolute;
    inset: 0% 0% auto;
  }

  .header9_content-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .header9_background-image-wrapper {
    height: 100%;
    display: block;
    position: static;
  }

  .heading {
    align-self: baseline;
    height: auto;
    font-size: 2.875rem;
  }

  .heading.text-color-alternate {
    color: var(--_primitives---colors--white);
    font-size: 2.875rem;
    font-weight: 500;
    display: inline;
  }

  .contact9_content {
    grid-template-columns: 1fr;
  }

  .contact9_image {
    border-radius: 4px;
  }

  .faq13_grid-list.is-5-column {
    flex-flow: column;
    display: flex;
  }

  .faq13_item {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .list-item {
    color: var(--color-scheme-1--gray-light);
  }

  .div-block-167 {
    width: auto;
  }

  .tab-pane-tab-5 {
    width: 100%;
  }

  .banner {
    flex-flow: column;
    height: auto;
    padding-top: 4rem;
  }

  .div-block-168 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .div-block-169 {
    flex-flow: column;
  }

  .arrow-right {
    order: 0;
    display: none;
  }

  .arrow-down {
    display: block;
  }

  .image-41 {
    display: none;
  }

  .arrow-down-2 {
    display: block;
  }

  .div-block-170 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }
}

#w-node-_90476486-4cf3-b174-7358-2566cb9461b8-cb9461b3 {
  justify-self: center;
}

#w-node-_90476486-4cf3-b174-7358-2566cb9461c1-cb9461b3 {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-d4ce1033 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-d4ce1033 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-d4ce1033 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-d4ce1033 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-d4ce1033, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-d4ce1033, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-d4ce1033 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-d4ce1033, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-d4ce1033, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-d4ce1033 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-d4ce1033, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-d4ce1033, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-d4ce1033 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-d4ce1033, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-d4ce1033, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-d4ce1033 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-d4ce1033, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-d4ce1033 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-d4ce1033, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-d4ce1033, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-d4ce1033 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-d4ce1033, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-d4ce1033 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-d4ce1033, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-d4ce1033 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-d4ce1033, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-d4ce1033, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-d4ce1033, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-d4ce1033, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-d4ce1033, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-d4ce1033, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-d4ce1033, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-d4ce1033 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-d4ce1033 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-d4ce1033 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-d4ce1033 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-d4ce1033 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-d4ce1033, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-d4ce1033 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-d4ce1033, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-d4ce1033, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-d4ce1033, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-d4ce1033, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-d4ce1033, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-d4ce1033, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-d4ce1033 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-d4ce1033, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-d4ce1033, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-d4ce1033 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-d4ce1033, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-d4ce1033, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-d4ce1033 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-d4ce1033, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-d4ce1033, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-d4ce1033 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-d4ce1033, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-d4ce1033, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-d4ce1033 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-d4ce1033, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-d4ce1033, #w-node-ee961e8d-845a-edc3-3307-509470022457-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-d4ce1033 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-d4ce1033, #w-node-ee961e8d-845a-edc3-3307-50947002245b-d4ce1033, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-d4ce1033 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-d4ce1033, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-d4ce1033, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-d4ce1033 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-d4ce1033, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-d4ce1033, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-d4ce1033 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-d4ce1033, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-d4ce1033, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-d4ce1033 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-d4ce1033, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-d4ce1033, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-d4ce1033 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-d4ce1033, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-d4ce1033, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-d4ce1033 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-d4ce1033 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-d4ce1033 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-d4ce1033 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-d4ce1033 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-d4ce1033 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-d4ce1033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-d4ce1033, #w-node-c5a9af28-4f24-5a75-b2b4-3641ed5118b9-f10278a5 {
  justify-self: start;
}

#w-node-a9ff4f33-059a-e789-1540-61954f9ac010-855d95ef {
  justify-self: center;
}

#w-node-a9ff4f33-059a-e789-1540-61954f9ac019-855d95ef {
  justify-self: end;
}

#w-node-eeec3564-d79f-00fc-94f5-7d05edb99c1e-855d95ef {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_1a0733ae-49f7-8dd8-2bf2-f504f3092776-d4ce102b, #w-node-bc6a1439-8ab3-02d2-9e02-6c4e0334795c-d4ce102b {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8263c249-a8b9-fc2a-9fe9-aa86451f44d4-d4ce102b, #w-node-_1a0733ae-49f7-8dd8-2bf2-f504f3092774-d4ce102b, #w-node-db9eb10e-1dc2-ed65-0769-8d8bfac3c189-d4ce102b, #w-node-bc6a1439-8ab3-02d2-9e02-6c4e0334795a-d4ce102b, #w-node-_04737483-b839-0694-bf50-d77f75fd7e02-d4ce102b, #w-node-a3aaf5db-0072-3f54-cf3e-5e802538f44c-2538f446, #w-node-_04737483-b839-0694-bf50-d77f75fd7e02-70cd2fa5, #w-node-_04737483-b839-0694-bf50-d77f75fd7e02-855d95ef, #w-node-_183d05db-6a04-269f-0383-a763ef955f5d-1cc28e50, #w-node-a5584eef-1acf-7355-cfba-7f0c544f8546-1cc28e50, #w-node-_1f47765b-a97f-dc5d-f52b-cdcb1bed8cd5-1cc28e50, #w-node-_04737483-b839-0694-bf50-d77f75fd7e02-1cc28e50, #w-node-_183d05db-6a04-269f-0383-a763ef955f5d-6687b297, #w-node-_04737483-b839-0694-bf50-d77f75fd7e02-6687b297, #w-node-_04737483-b839-0694-bf50-d77f75fd7e02-1042115e {
    order: -9999;
  }
}


/* ===== SITE NAVBAR ===== */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 14px 24px;
  background-color: #0e0e0e;
  transition: transform 0.35s ease;
}

/* NB: no transform/will-change in the base rule on purpose — a transform here
   would make .site-nav the containing block for the position:fixed mobile menu
   (a descendant), so the fullscreen panel would size to the navbar instead of the
   viewport. Only apply transform when actually hiding the bar (scroll is locked
   while the menu is open, so the bar never hides mid-menu). */
.site-nav.is-hidden {
  transform: translateY(-100%);
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .site-nav { transition: none; }
}

/* Kill the mobile tap-highlight flash — the translucent box iOS/Android paint over a link or
   button on tap (looks bad on the dark UI). Set globally: the property inherits, so this one
   rule covers nav, the scenario arrows/pills/CTAs, footer links — everything tappable. Focus
   outlines (:focus-visible) are a different property and stay intact, so keyboard a11y is kept. */
html {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/* White curtain shown while navigating away via the mobile menu: as the panel
   slides up it reveals #fafafa (not the old page's content), with the navbar
   still on top. Sits below the navbar (z 9999) but above all page content. */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9990;
  background-color: #fafafa;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.nav-navigating::after {
  opacity: 1;
  visibility: visible;
}

.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}

.site-nav__logo img {
  height: 36px;
  width: auto;
  display: block;
}

.site-nav__menu {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  /* centred across the whole bar, independent of logo/CTA widths */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.site-nav__link {
  position: relative;
  z-index: 0;
  font-family: Poppins, sans-serif;
  color: #92979f;
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-nav__link:hover,
.site-nav__link.is-active {
  color: #fafafa;
}

/* Notion-style highlight: a rounded rectangle behind the word, fades in on hover */
.site-nav__link::after {
  content: '';
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: -14px;
  right: -14px;
  border-radius: 50rem;
  background-color: #1d1d1e;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: -1;
}

.site-nav__link:hover::after,
.site-nav__link.is-active::after {
  opacity: 1;
}

/* while hovering the menu, dim the active page's highlight so only the hovered item shows */
.site-nav__menu:hover .site-nav__link.is-active:not(:hover)::after {
  opacity: 0;
}

.site-nav__right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
}

/* CTA button */
.site-nav__cta {
  background-color: #f24622;
  color: #fff;
  border: none;
  border-radius: 50rem;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
  white-space: nowrap;
  align-self: center;
  display: inline-flex;
  align-items: center;
}

.site-nav__cta:hover {
  background-color: #f8f8f7;
  color: #F24622;
  opacity: 1;
}

/* Burger button */
.site-nav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  width: 32px;
  height: 32px;
}

.site-nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.2s;
}

.site-nav__burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-nav__burger.is-open span:nth-child(2) {
  opacity: 0;
}

.site-nav__burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile CTA (inside menu) — hidden on desktop */
.site-nav__cta--mobile {
  display: none;
}

/* ===== Business Scenarios dropdown ===== */
.site-nav__item--has-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.site-nav__link--menu {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

/* the dropdown trigger gets the same hover highlight as the other links */

.site-nav__caret {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  transition: transform 0.25s ease;
}

.site-nav__item--has-menu:hover .site-nav__caret {
  transform: rotate(180deg);
}

.site-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);   /* constant — no transform animation, so no layer-repaint flash */
  padding-top: 14px;          /* transparent bridge so the hover doesn't break over the gap */
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;       /* visibility gates interactivity while closed */
  transition: opacity 0.22s ease, visibility 0.22s;
  transition-delay: 0.18s;    /* hover-intent: stay open through brief pointer slips */
  z-index: 50;
}

.site-nav__item--has-menu:hover .site-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;       /* open immediately, fade in */
}

.site-nav__dropdown-panel {
  background: #191919;
  border: 1px solid rgba(250, 250, 250, 0.08);
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  gap: 0;                /* contiguous items — no dead-zone between them to flicker the hover */
  min-width: 232px;
  /* pin to its own GPU layer so the page's constant repaints (hero canvas + comet SMIL)
     don't re-rasterise the panel and make the hover highlight flicker */
  transform: translateZ(0);
  backface-visibility: hidden;
  isolation: isolate;
  /* reveal top -> bottom like a curtain: clip the panel to zero height (from the bottom)
     while closed, then wipe it open. clip-path stays on this composited layer, so no
     page repaint; `round 16px` preserves the rounded corners through the wipe. */
  clip-path: inset(0 0 100% 0 round 16px);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav__item--has-menu:hover .site-nav__dropdown-panel {
  clip-path: inset(0 0 0 0 round 16px);
}

.site-nav__dropdown-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  border-radius: 10px;
  color: #9aa0a8;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

/* hover: gray -> white (no background layer, so nothing to flicker) */
.site-nav__dropdown-link:hover {
  color: #ffffff;
}

.site-nav__dropdown-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  object-fit: contain;
  display: block;
}

/* mobile: Business Scenarios is a plain link (no accordion / sub-menu) — hide the
   caret and dropdown; the link just navigates to index.html#solutions */
@media (max-width: 767px) {
  .site-nav__item--has-menu {
    flex-direction: column;
    width: 100%;
  }
  .site-nav__link--menu {
    justify-content: center;
    width: 100%;
    padding: 14px 0;
  }
  .site-nav__caret {
    display: none;
  }
  .site-nav__dropdown {
    display: none;
  }
}

/* ===== HERO HEADING ANIMATION ===== */
.section_header26 {
  transform: translateZ(0);
  backface-visibility: hidden;
}

@keyframes heroLineIn {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-line {
  display: block;
  opacity: 0;
  background-image: linear-gradient(83deg, #f24622 45%, #fff 71%, #fcd7cf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: heroLineIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-line:nth-child(1) { animation-delay: 0.2s; }
.hero-line:nth-child(2) { animation-delay: 0.3s; }
.hero-line:nth-child(3) { animation-delay: 0.4s; }

.hero-subtitle {
  opacity: 0;
  animation: heroLineIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}

.hero-button-gap .button {
  opacity: 0;
  animation: heroLineIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}

/* ===== HERO SPACING ===== */
.hero-title-gap {
  margin-bottom: 40px !important;
  align-items: center;
}

.hero-button-gap {
  margin-top: 80px !important;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .site-nav {
    padding: 16px 20px;
  }

  .site-nav__menu {
    /* full-screen panel that slides down from the top on open */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    background: #0e0e0e;
    padding: 120px 20px 48px;
    overflow-y: auto;
    transform: translateY(-100%);
    visibility: hidden;
    /* CLOSE: a touch quicker than the open (0.4s vs 0.5s), easeIn */
    transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19), visibility 0s linear 0.4s;
  }

  .site-nav__menu.is-open {
    transform: translateY(0);
    visibility: visible;
    /* OPEN: 0.5s power2.out (easeOutCubic) — matches the team reveals */
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0s;
  }

  .site-nav__link {
    width: 100%;
    padding: 14px 0;
    font-size: 1.25rem;
    text-align: center;
    color: #fafafa;
  }

  .site-nav__link::after {
    display: none;
  }

  .site-nav__right {
    margin-left: auto;
  }

  /* keep the CTA out of the top bar, but show it as a button inside the menu */
  .site-nav__right .site-nav__cta {
    display: none;
  }
  .site-nav__cta--mobile {
    display: inline-flex;
    margin-top: auto;
    margin-bottom: 6vh;
    font-size: 1rem;
    padding: 16px 32px;
  }

  .site-nav__logo,
  .site-nav__burger {
    position: relative;
    z-index: 101;
  }

  .site-nav__burger {
    display: flex;
  }

  .site-nav__burger:focus {
    outline: none;
  }

  /* page names slide up + fade in AFTER the panel has dropped (base delay ~0.4s),
     staggered — like gv.com. `both` keeps each hidden during the panel slide.
     Target direct children so Business Scenarios, Technology, Team and the
     Contact us button are all in the cascade. */
  @keyframes navLinkIn {
    from {
      opacity: 0;
      transform: translateY(-24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* hidden only when fully closed, so before the first open they're ready to
     stagger in (and don't peek before the panel opens) */
  .site-nav__menu > * {
    opacity: 0;
  }

  .site-nav__menu.is-open > * {
    /* same easing as the panel + team reveals: power2.out (easeOutCubic) */
    animation: navLinkIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }

  /* while closing, items stay visible (no animation) and just ride the panel up
     together with it — no opacity snap, so no flashing boxes */
  .site-nav__menu.is-closing > * {
    opacity: 1;
    animation: none;
  }

  .site-nav__menu.is-open > *:nth-child(1) { animation-delay: 0.40s; }
  .site-nav__menu.is-open > *:nth-child(2) { animation-delay: 0.48s; }
  .site-nav__menu.is-open > *:nth-child(3) { animation-delay: 0.56s; }
  .site-nav__menu.is-open > *:nth-child(4) { animation-delay: 0.64s; }
  .site-nav__menu.is-open > *:nth-child(5) { animation-delay: 0.72s; }
}

@media (max-width: 479px) {
  .site-nav__logo img {
    height: 28px;
  }
}

/* Guard: keep any horizontal overflow from widening the layout viewport.
   On mobile a too-wide element expands the ICB, which stretches the fixed
   navbar (right:0) and pushes its right-aligned burger off-screen.
   `clip` (not `hidden`) keeps native vertical scroll intact — safe with Lenis,
   which only runs on non-touch devices anyway. */
html {
  overflow-x: clip;
}

/* The CTA heading reuses the index hero's mobile rule (font-size: 11.5vw +
   .hero-line { white-space: nowrap }). That size is tuned for the hero's lines;
   the CTA copy is longer, so nowrap overflowed the viewport. Let it wrap on
   phones — the hero on index keeps its nowrap fill-the-width effect. */
@media (max-width: 767px) {
  .section_layout192 .hero-line {
    white-space: normal;
  }
}

/* ===== SITE FOOTER ===== */
.site-footer {
  background-color: #0e0e0e;
  color: #ffffff;
  padding: clamp(28px, 3vw, 44px) clamp(20px, 3vw, 40px) clamp(20px, 2vw, 24px);
  font-family: 'Poppins', sans-serif;
}

.site-footer__inner {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 3vw, 40px);
}

.site-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(32px, 5vw, 64px);
}

.site-footer__logo {
  flex-shrink: 0;
  display: inline-block;
}

.site-footer__logo img {
  height: 28px;
  width: auto;
  display: block;
}

.site-footer__nav {
  display: flex;
  gap: clamp(40px, 5vw, 80px);
  flex-shrink: 0;
}

.site-footer__nav-col {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}

.site-footer__nav-link:hover {
  opacity: 0.6;
}

.site-footer__label-short {
  display: none;
}

.site-footer__bottom {
  margin: 0;
  font-size: 13px;
  color: rgba(250, 250, 250, 0.5);
  line-height: 1.5;
}

@media (max-width: 767px) {
  .site-footer__top {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }
  .site-footer__nav {
    gap: 16px;
    text-align: right;
  }
  .site-footer__nav-col {
    gap: 4px;
  }
  .site-footer__nav-col li {
    margin: 0;
    padding: 0;
  }
  .site-footer__nav-link {
    font-size: 12px;
    line-height: 1.3;
  }
  .site-footer__inner {
    gap: 24px;
  }
  .site-footer__bottom {
    text-align: center;
  }
  .site-footer__label-full {
    display: none;
  }
  .site-footer__label-short {
    display: inline;
  }
}

/* ===== ABOUT — section heading (matches index orange eyebrow) ===== */
.about-board-heading {
  display: block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(13px, 1.4vw, 17px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #f24622;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
/* "Management Board" eyebrow sits just above the team grid */
.team4_component .about-board-heading {
  margin-bottom: clamp(28px, 3.5vw, 48px);
}
@media (min-width: 768px) {
  /* desktop: raise the heading (less section top padding) and open the gap to the photos */
  .padding-section-large.is-team {
    padding-top: 2rem;
  }
  .team4_component .about-board-heading {
    margin-bottom: clamp(64px, 6.5vw, 96px);
  }
}
/* "Management Board" is a desktop-only heading */
@media (max-width: 767px) {
  .team4_component .about-board-heading {
    display: none;
  }
}

/* heading block was capped at 48rem & left-aligned — let it span full width so the centered heading sits mid-page */
.section_team4 .max-width-large-5 {
  max-width: none;
}

/* unify page background with the CTA / index light theme (#f8f8f7) */
.section_team4 {
  background-color: #f8f8f7;
}

/* square photo cells; members without a photo yet fall back to a light-gray placeholder */
.section_team4 .team4_image-wrapper {
  aspect-ratio: 1;
}
.section_team4 .team4_image-wrapper--placeholder {
  background-color: #e8e8e8;
}
.section_team4 .team4_image-wrapper--placeholder .team4_image {
  display: none;
}

/* team member name — bolder & brand orange */
.section_team4 .team4_title-wrapper .text-size-large {
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  color: #f24622;
}

/* tighten the gap between name and role under each photo */
.section_team4 .team4_title-wrapper {
  grid-row-gap: 2px;
  gap: 2px;
}

/* team member role — matches "Co-Founder AHG Group USA" under the quote */
.section_team4 .team4_title-wrapper .text-size-medium-3 {
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.4;
  color: #0e0e0e;
}

/* short bio under the role for key board members — gray secondary text,
   same tone as the scenario card body (#5b6770), a touch smaller than the role */
.section_team4 .team4_bio {
  margin: 10px 0 0;
  max-width: 32ch;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  font-weight: 400;
  color: #5b6770;
  /* avoid a lone last word (orphan) on its own line */
  text-wrap: pretty;
}

/* contact icons (email + LinkedIn) under a member's bio, bottom-left */
.team4_socials {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}
.team4_social {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s ease;
}
.team4_social:hover,
.team4_social:focus-visible {
  opacity: 0.65;
}
/* the LinkedIn icon is brand-orange (recolored in the SVG file); +30% larger than the old 17px */
.team4_social-icon {
  height: 22px;
  width: auto;
  display: block;
}

/* Mobile: name + role bigger and left-aligned to the photo's left edge.
   Overrides the <=479 centering (.team4_item align-items:center,
   .text-size-medium-3.is-small text-align:center). Placed after the base team4
   sizing rules above so the larger font sizes win on phones. Sizes are in vw
   (capped) — tune the multipliers to taste. */
@media (max-width: 767px) {
  .section_team4 .team4_item {
    /* stretch so the photo's 66% resolves against a definite full-cell width */
    align-items: stretch;
    text-align: left;
  }
  /* photo full container width */
  .section_team4 .team4_image-wrapper {
    width: 100%;
    align-self: center;
  }
  /* text block matches the photo width so name/role/bio line up with its left edge */
  .section_team4 .team4_title-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    text-align: left;
  }
  .section_team4 .team4_title-wrapper .text-size-large {
    font-size: clamp(20px, 8.5vw, 38px);
    letter-spacing: -0.02em;
  }
  .section_team4 .team4_title-wrapper .text-size-medium-3 {
    font-size: clamp(14px, 5vw, 22px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
  }
  .section_team4 .team4_bio {
    font-size: clamp(12px, 3.4vw, 14px);
    line-height: 1.65;
    margin-top: 18px;
    /* wider line than the 32ch base so ~5–7 words fit per row */
    max-width: 42ch;
  }
  /* match the role→bio gap */
  .section_team4 .team4_socials {
    margin-top: 18px;
  }
}

/* ===== CTA (Endless Data) — light variant, ported from index.html ===== */
.section_layout192.is-cta-light { background-color: #f8f8f7; background-image: none; }
.section_layout192.is-cta-light .header-1 {
  background-image: none;
  -webkit-text-fill-color: #f24622;
  color: #f24622;
}
.section_layout192.is-cta-light .hero-line {
  background-image: none;
  -webkit-text-fill-color: #f24622;
  color: #f24622;
  animation: none;
  opacity: 1;
}
.section_layout192.is-cta-light .hero-subtitle {
  color: #0e0e0e;
  animation: none;
  /* match about.html exactly: its CTA subtitle is a plain .header-3 (weight 400, size
     1.25rem). index and the business pages carry a global `.hero-subtitle { font-weight:
     300; font-size: clamp(1rem,4vw,1.2rem) }`, which made this paragraph lighter AND
     slightly smaller than on about. Pin weight + size here (higher specificity than the
     global rule) so the CTA subtitle is identical across every page. */
  font-weight: 400;
  font-size: 1.25rem;
}
.section_layout192.is-cta-light .hero-button-gap .button {
  animation: none;
  opacity: 1;
  transition: background-color 0.4s, color 0.4s, box-shadow 0.4s;
}
/* on hover the bg turns near-white and blends into the light section — add a thin inner orange outline */
.section_layout192.is-cta-light .hero-button-gap .button:hover {
  box-shadow: inset 0 0 0 1px #f24622;
}
/* initial state for the scroll-triggered reveal */
.w-mod-js .section_layout192.is-cta-light .hero-line,
.w-mod-js .section_layout192.is-cta-light .hero-subtitle,
.w-mod-js .section_layout192.is-cta-light .hero-button-gap .button {
  opacity: 0;
  transform: translateY(12px);
}

/* Mobile: size the CTA heading so its longest (2nd) nowrap line — "Possibilities
   For The" — spans the full container width (~90vw after padding-global 5%). The
   base mobile .header-1 (11.5vw) overflowed; 9vw lands the line flush. Capped at
   64px (= desktop 4rem) so there's no jump across the 767→768 breakpoint. Subtitle
   wraps naturally on mobile by dropping its hard <br>. */
@media (max-width: 767px) {
  .section_layout192.is-cta-light .header-1 {
    font-size: clamp(18px, 9vw, 64px);
  }
  .section_layout192.is-cta-light .hero-subtitle br {
    display: none;
  }
}

/* ===== ABOUT QUOTE ===== */
.about-quote {
  background-color: #f8f8f7;
  padding: 18rem clamp(20px, 5vw, 40px) clamp(80px, 12vw, 180px);
  font-family: 'Poppins', sans-serif;
}

.about-quote__inner {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, 4vw, 56px);
}

.about-quote__line {
  display: block;
}

/* scroll-triggered reveal (translateY 12px, power2.out). On desktop the quote
   streams in line by line (.about-quote__line hidden); on mobile it reveals as a
   whole block (see the max-width:767px override below). Then the signature, then
   the rest on scroll. */
.w-mod-js .about-quote__line,
.w-mod-js .about-quote__sign,
.w-mod-js .about-quote__cta,
.w-mod-js .about-board-heading,
.w-mod-js .section_team4 .team4_item {
  opacity: 0;
  transform: translateY(12px);
}

.about-quote__text {
  margin: 0;
  padding: 0;
  border: none;
  color: #0e0e0e;
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.about-quote__sign {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.about-quote__name {
  color: #f24622;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 600;
  line-height: 1.3;
}

.about-quote__role {
  color: #0e0e0e;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.4;
}

/* The quote ships two hand-broken versions (see the two <blockquote>s in the
   markup): 7 lines for desktop, 8 for mobile. Each keeps block .about-quote__line
   spans so the per-line reveal (translateY) works. Show one per breakpoint. */
.about-quote__text--mobile {
  display: none;
}

@media (max-width: 767px) {
  /* lift the quote + signature closer to the navbar (base top padding is 18rem) */
  .about-quote {
    padding-top: 13rem;
    /* pull the team grid up toward the "Co-Founder…" line (base bottom is 80px) */
    padding-bottom: 48px;
  }
  /* mobile reveal: the lines flow inline (no per-line stream), so reveal the
     quote as one block instead — lines stay visible, the block is what's hidden */
  .w-mod-js .about-quote__line {
    opacity: 1;
    transform: none;
  }
  .w-mod-js .about-quote__text {
    opacity: 0;
    transform: translateY(12px);
  }
  /* left-aligned, flush to the container's left edge (quote + signature) */
  .about-quote__inner {
    align-items: stretch;
    text-align: left;
  }
  .about-quote__text--desktop {
    display: none;
  }
  .about-quote__text--mobile {
    display: block;
    font-size: clamp(21px, 6vw, 30px);
    line-height: 1.3;
  }
  /* natural wrap — no hard line breaks. The spans just flow inline; ::after
     restores the spaces that are missing between them in the markup. */
  .about-quote__text--mobile .about-quote__line {
    display: inline;
    white-space: normal;
  }
  .about-quote__text--mobile .about-quote__line::after {
    content: " ";
  }
  .about-quote__name {
    font-size: clamp(13px, 3.6vw, 20px);
  }
  .about-quote__role {
    font-size: clamp(12px, 2.8vw, 16px);
  }
}

/* Desktop: left-align the quote (and the Gene Harris signature) to the container's
   left edge, and match technology.html's intro type exactly — Poppins 40px, weight
   200, line-height 1.35, letter-spacing -0.04em. Scoped to min-width:768px so the
   mobile styling from the max-width:767px block above is untouched. */
@media (min-width: 768px) {
  /* match technology.html's intro container so the left edge lines up exactly:
     same horizontal padding + wide centred inner (.tech-intro uses 4vw/56px + 110rem) */
  .about-quote {
    padding-left: clamp(20px, 4vw, 56px);
    padding-right: clamp(20px, 4vw, 56px);
  }
  .about-quote__inner {
    max-width: 110rem;
    align-items: stretch;
    text-align: left;
  }
  .about-quote__text {
    font-size: 40px;
    font-weight: 200;
    line-height: 1.35;
    letter-spacing: -0.04em;
  }
  .about-quote__sign {
    align-items: flex-start;
    text-align: left;
  }
}

/* ===== TECHNOLOGY PAGE — intro ===== */
/* Full-width white intro that replaces the old image hero. Left-aligned, and its
   left/right edges line up with the sections below (5% padding + 80rem centred
   container = the site's `.padding-global` + `.container-large`). */
.tech-intro {
  background-color: #f8f8f7;
  padding: 18rem clamp(20px, 4vw, 56px) clamp(64px, 10vw, 130px);
  font-family: 'Poppins', sans-serif;
}
.tech-intro__inner {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  text-align: left;
}
.tech-intro__text {
  max-width: none;
  margin: 0;
  color: #0e0e0e;
  font-family: 'Poppins', sans-serif;
  /* fixed size, not width-driven */
  font-size: 40px;
  font-weight: 200;
  line-height: 1.35;
  letter-spacing: -0.04em;
}
/* each line is its own block so it can stream in on its own (matches about.html) */
.tech-intro__line {
  display: block;
}
/* on phones: flow the lines together (natural wrap) and match the about-quote
   mobile text EXACTLY — size, weight, line-height, letter-spacing, top offset */
@media screen and (max-width: 767px) {
  .tech-intro {
    padding-top: 13rem; /* same gap under the navbar as the team quote */
  }
  .tech-intro__line {
    display: inline;
  }
  .tech-intro__text {
    font-size: clamp(21px, 6vw, 30px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.03em;
  }
}

/* ===== TECHNOLOGY PAGE — scroll reveals ===== */
/* Initial hidden state for the ScrollTrigger reveals (translateY 12px, matches
   index.html / about.html). Gated by `.w-mod-js` so content stays visible with
   JS disabled, and scoped to `.page-technology` so the shared section classes
   (also used by ecosystem.html) are untouched elsewhere. */
.w-mod-js .page-technology .tech-intro__line,
.w-mod-js .page-technology .tech-intro__cta,
.w-mod-js .page-technology .tech-card {
  opacity: 0;
  transform: translateY(12px);
}
/* CTA under the intro text — same top gap as the about-quote signature rhythm */
.tech-intro__cta {
  margin-top: clamp(32px, 4vw, 56px);
}
/* mobile: the lines flow inline (no per-line stream), so reveal the intro as one
   block instead — lines stay visible, the block is what's hidden */
@media screen and (max-width: 767px) {
  .w-mod-js .page-technology .tech-intro__line {
    opacity: 1;
    transform: none;
  }
  .w-mod-js .page-technology .tech-intro__text {
    opacity: 0;
    transform: translateY(12px);
  }
}

/* whole technology page uses the CTA's "paper" background; only the cards stay white */
.body.page-technology {
  background-color: #f8f8f7;
}

/* ===== TECHNOLOGY PAGE — capability cards (Stripe-style 2 + 3 grid) ===== */
.section-cards {
  background-color: #f8f8f7;
  padding: clamp(32px, 5vw, 72px) clamp(20px, 4vw, 56px) clamp(80px, 12vw, 160px);
}
.tech-cards {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.6vw, 28px);
}
/* two rows of three equal cards */
.tech-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #ffffff;
  border-radius: 16px;
  /* extra 60px at the bottom is reserved air for visuals added later */
  padding: clamp(24px, 2.2vw, 40px) clamp(24px, 2.2vw, 40px) 60px;
  color: #0e0e0e;
  font-family: 'Poppins', sans-serif;
}
/* three pastel diagonal gradients (135°) spread so identical ones never sit next to
   each other in the 3-wide grid — row 2 is shifted: G1 G2 G3 / G2 G3 G1 */
.tech-card:nth-child(1),
.tech-card:nth-child(6) {
  background: linear-gradient(135deg, #d1e0f6, #ebe8f6);   /* G1 */
}
.tech-card:nth-child(2),
.tech-card:nth-child(4) {
  background: linear-gradient(135deg, #e0fbf5, #f1f0fe);   /* G2 */
}
.tech-card:nth-child(3),
.tech-card:nth-child(5) {
  background: linear-gradient(135deg, #c9d6ff, #cbf2ff);   /* G3 */
}
/* on hover the whole card background fades to a soft rose tint */
.tech-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-color: #FBEDEF;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.tech-card:hover::before {
  opacity: 1;
}
.tech-card > * {
  position: relative;
  z-index: 1;
}
/* icon sits above the title, aligned to the left edge */
.tech-card__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(14px, 1.4vw, 20px);
}
.tech-card__icon {
  flex: none;
  width: clamp(42px, 3.6vw, 51px);
  height: auto;
}
.tech-card__title {
  /* bottom margin is the minimum gap before the points when a card is content-tall */
  margin: 0 0 clamp(28px, 3vw, 44px);
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0e0e0e;
  transition: color 0.3s ease;
}
.tech-card__points {
  list-style: none;
  /* margin-top:auto pins the points to the bottom-left, so shorter cards never
     leave an empty bottom corner (cards in a row are equal height via grid stretch) */
  margin: auto 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tech-card__points li {
  padding: 16px 0;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  color: #0e0e0e;
  transition: color 0.3s ease;
}
/* thin divider between bullets */
.tech-card__points li + li {
  border-top: 1px solid rgba(14, 14, 14, 0.12);
  transition: border-color 0.3s ease;
}
/* bullet name is a semibold brand-orange label; its elements go on the line below.
   both are plain blocks starting at the same left edge, so name and description align by word */
.tech-card__point-label {
  display: block;
  margin-bottom: 4px;
  color: #0e0e0e;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.tech-card__point-desc {
  display: block;
  color: #0e0e0e;
  font-weight: 400;
  text-wrap: pretty;   /* not a <p>, so pin the widow-avoidance here too */
  transition: color 0.3s ease;
}
/* two columns on tablet, single column on mobile */
@media screen and (max-width: 991px) {
  .tech-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .tech-cards {
    grid-template-columns: 1fr;
  }
}
/* desktop only: tighten the gap between the cards and the closing CTA.
   the CTA uses the global .padding-section-large (8rem top) shared with index/about,
   so its override is scoped to the technology page and gated to >=992px — tablet/mobile
   keep their existing responsive paddings untouched. */
@media screen and (min-width: 992px) {
  .page-technology .section-cards {
    padding-bottom: 104px;
  }
  .page-technology .section_layout192.is-cta-light .padding-section-large {
    padding-top: 5.5rem;
  }
}
