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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Custom Global Styles
   ========================================================================== */

:root {
  --_typography---font-styles--body: Poppins, Arial, sans-serif;
  --color-scheme-1--text: #fff;
  --_typography---font-styles--heading: Poppins, Arial, sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --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;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --_primitives---colors--neutral-dark: #444;
  --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--background: var(--_primitives---colors--neutral-darker);
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--neutral-darker: #222;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_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;
  --_ui-styles---stroke--divider-width: 1px;
  --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;
}

body {
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  background-color: #fff;
  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;
}

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 {
  text-decoration: underline;
}

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

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

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

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

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

.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.custom {
  max-width: 50rem;
}

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

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

.padding-custom1 {
  padding: 1.5rem;
}

.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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-top.margin-xxlarge {
  margin: 4.4rem 0 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall.custom-bg {
  z-index: 1;
  background-color: #fff;
  margin-bottom: 3rem;
  position: relative;
}

.margin-bottom.margin-custom2, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  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-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-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: 400;
}

.text-weight-medium.custom1 {
  line-height: 1.4;
}

.text-size-medium {
  color: #181e2a;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-size-medium.header-p {
  color: var(--_primitives---colors--white);
  font-size: 1.1rem;
}

.text-size-medium.small {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.6;
}

.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 {
  color: var(--_primitives---colors--neutral-darkest);
  font-size: 2.5rem;
  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 {
  color: #4b5563;
  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: 2.2rem;
  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 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.serve {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.2;
}

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

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

.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: 1px none var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(135deg, #f9f076, #fed844 41%);
  border-radius: 100px;
  width: 100%;
  max-width: 300px;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
}

.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.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-small {
  max-width: 325px;
  padding: 1rem 1.5rem;
}

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

.button.nav-cta {
  padding: .8rem .5rem;
  font-size: .8rem;
}

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: #fed844;
  background-image: none;
  border-style: solid;
  border-color: #fed844;
  max-width: 325px;
}

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

.heading-style-h4 {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h4.additional-options {
  font-size: 1.1rem;
  font-weight: 400;
}

.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: #e8edff;
  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: 1.1rem;
  font-weight: 300;
}

.text-size-regular.timeline {
  color: #e9e6e6;
  line-height: 1.6;
}

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

.heading-style-h3.text-color-black {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  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: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-weight-semibold {
  color: var(--_primitives---colors--neutral-darkest);
  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);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--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 {
  color: var(--_primitives---colors--neutral-darkest);
  font-size: .875rem;
  font-weight: 300;
}

.text-size-small.custom-text-1 {
  color: #4b5563;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.6;
}

.text-size-small.custom-text-1.custom {
  max-width: 100%;
}

.text-size-small.custom-text-2 {
  color: var(--_primitives---colors--neutral-dark);
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7;
}

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

.icon-1x1-medium.review {
  border-radius: 100px;
  width: 4rem;
  height: auto;
}

.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 {
  background-color: #0000;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

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

.padding-section-medium.padding-custom1 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.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);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--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);
}

.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 {
  justify-content: center;
  align-items: center;
  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);
  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);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--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);
}

.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);
  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);
  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);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--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);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--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);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  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;
}

.section_layout13 {
  color: var(--color-scheme-1--text);
  background-color: #fff;
}

.layout13_content {
  grid-column-gap: 2.25rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

.layout13_wrapper {
  background-image: url('../images/bg-header2x.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 32px;
}

.h1-yellow {
  color: #ffcf2e;
  font-family: Poppins, Arial, sans-serif;
}

.h1-block {
  display: inline;
}

.display-flex {
  display: flex;
}

.display-flex.header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.img-neighbors {
  flex: 0 auto;
  width: 80px;
  height: auto;
}

.certifications-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #d7d6d6;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.cartification-block {
  color: #cdced0;
  background-image: url('../images/certification-symbol-left.svg'), url('../images/certification-symbol-right.svg');
  background-position: 0 0, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 2rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.cartification-block.certfication-custom {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-size: 14px;
  line-height: 16px;
}

.cartification-block.certification-custom2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.tiny-p {
  color: #d8d8d8;
  font-size: .95rem;
  font-weight: 300;
}

.layout656_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
  box-shadow: 0 1px 2px #00000014;
}

.layout656_item.arrow {
  box-shadow: none;
  text-align: center;
  background-color: #0000;
  border: 0 #0000;
  align-items: stretch;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.layout656_item.padding-xsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.layout656_item-icon-wrapper {
  border: 0 solid #000;
  flex: none;
  align-self: center;
}

.heading {
  color: var(--_primitives---colors--neutral-darkest);
  font-size: 2.5rem;
  font-weight: 500;
}

.heading.choose {
  position: relative;
}

.heading.small {
     font-size: 1.7rem;
    max-width: 600px;
    margin: 0 auto;
}

.custom-flex-grid-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, .25fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-color-gray {
  color: #4b5563;
  font-size: 1rem;
  font-weight: 300;
}

.text-color-gray.choose {
  font-size: .93rem;
}

.text-color-gray.small-text {
  font-size: .85rem;
}

.text-color-gray.text-custom1 {
  line-height: 1.6;
}

.text-color-gray.system {
  color: #4b5563;
  font-size: 1.05rem;
}

.text-color-gray.system-1 {
  font-size: 1.1rem;
}

.text-color-gray.inverter {
  line-height: 1.7;
}

.section_logo2 {
  background-color: #fff;
}

.logo2_content {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.logo2_content-left {
  max-width: 20rem;
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

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

.logo2_logo {
  max-height: 3.5rem;
}

.text-location-name {
  color: #6b7280;
}

.container-solutions {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.section_layout233 {
  color: var(--color-scheme-1--text);
  background-color: #0000;
}

.layout233_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: stretch start;
  display: grid;
}

.layout233_list.system {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
}

.layout233_item {
  color: var(--_primitives---colors--neutral-darkest);
  background-color: #fff;
  border: 1px #e5e7eb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000000d;
}

.layout233_item.padding-small.padding-custom2 {
  padding-top: 2rem;
  padding-bottom: .5rem;
  display: flex;
}

.layout233_item.padding-small.padding-custom2.system {
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
}

.layout233_item.padding-small.padding-custom2.custom3 {
  padding-top: 2.5rem;
}

.layout233_item.padding-small.padding-custom2.systtem2 {
  border-radius: 12px;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.layout233_item.padding-small.padding-custom1 {
  padding-top: 2.5rem;
  padding-bottom: 0;
}

.layout233_item.padding-small.padding-custom1.system {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
}

.layout233_item-icon-wrapper {
  text-align: center;
  display: inline-block;
  position: absolute;
  inset: -20px 0% auto;
}

.blue-linear-gradient {
  background-image: linear-gradient(#fff, #e6f5ff);
}

.li-item-choose {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.ul-list-choose.custom {
  margin-bottom: 0;
}

.section_timeline6 {
  background-color: #fff;
}

.timeline6_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 48rem;
  display: grid;
}

.timeline6_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: relative;
}

.timeline6_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #001136);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline6_progress-line {
  z-index: 0;
  background-color: #000;
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline6_line {
  opacity: 1;
  background-color: #cfd1d7;
  width: 3px;
  height: 100%;
}

.timeline6_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#d0d1d8, #fff);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline6_progress-line-cover {
  z-index: 2;
  background-color: var(--_primitives---colors--white);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline6_content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline6_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.timeline6_circle-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 2rem;
  height: 100%;
  margin-left: -2rem;
  display: flex;
  position: absolute;
}

.timeline6_circle {
  z-index: 2;
  background-color: var(--color-scheme-1--text);
  background-image: linear-gradient(#001236, #001236);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 3rem;
  display: flex;
}

.timeline6_item {
  z-index: 2;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  background-color: #0000;
  background-image: url('../images/bg-header2x.avif'), linear-gradient(#001236, #001236);
  background-position: 50%, 0 0;
  background-size: 824px, auto;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  margin-left: 3rem;
  padding: 2rem;
  overflow: hidden;
}

.small-text-link {
  color: #4b5563;
}

.button-wrapper {
  display: flex;
}

.button-wrapper.flex-center {
  justify-content: center;
  align-items: stretch;
}

.text-label-choose {
  background-color: #fed845;
  border-radius: 100px;
  padding: 8px 12px;
  font-size: 1rem;
  position: absolute;
  inset: -30% -6% auto auto;
}

.white-line-gradient {
  z-index: 2;
  background-image: linear-gradient(#e6f5ff, #fff);
  position: relative;
}

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

.section_layout311.custom1 {
  background-color: #0000;
}

.layout311_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout311_list.custom-grid1 {
  grid-template-columns: 1fr 1fr;
}

.layout311_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fcfcfc;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  width: 100%;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.layout311_item.padding-xsmall {
  display: block;
}

.layout311_item.padding-xsmall.layout311_custom {
  background-color: #fff;
  padding: 1.5rem;
}

.layout311_item.one-column {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.layout311_item.one-column.padding-custom3 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  padding: 1rem;
}

.layout311_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.layout13_heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.layout13_heading.padding-custom3 {
  padding-top: 1rem;
}

.li-location {
  color: #252525;
  font-size: 1.1rem;
  font-weight: 300;
}

.li-location.bottom {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.ul-location {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: 2rem;
  display: flex;
}

.ul-location.one-column {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  display: grid;
}

.header-badges-review {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.location-icon {
  display: flex;
}

.section_layout18 {
  background-color: #fff;
}

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

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

.layout18_item-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fcfcfc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout18_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.layout18_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

.layout18_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.layout18_heading {
  color: var(--_primitives---colors--neutral-darker);
  font-size: 1.4rem;
  font-weight: 400;
}

.layout18_bg {
  background-color: #fcfcfc;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0 1px 2px #0000000d;
}

.contact23_component {
  color: #000;
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0 1px 2px #0000000d;
}

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

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

.contact23_icon-wrapper {
  vertical-align: top;
  display: inline-block;
}

.additional_options_heading {
  font-size: 1.5rem;
  font-weight: 400;
}

.additional-options-p {
  font-weight: 300;
}

.gallery-grid {
  grid-column-gap: 36px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.gallery-grid.custom {
  grid-template-rows: auto auto;
}

.gallery-caption {
  color: #000;
  font-weight: 300;
}

.gallery-img {
  border-radius: 16px;
  width: 100%;
}

.display-block {
  display: block;
}

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

.table1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 2px 5px #00000014;
}

.table1_content {
  border: 1px solid #e5e5e5;
  border-bottom-style: none;
  flex-direction: column;
  overflow: auto;
}

.table1_header-row {
  border-bottom: 1px solid var(--black-archive\<deleted\|variable-dccb7db6\>);
  background-color: #001a4a;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table1_column {
  color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  font-weight: 300;
  display: flex;
}

.table1_column.is-header-column {
  color: #fff;
  min-height: auto;
}

.table1_column.is-width-large {
  min-width: 12rem;
  max-width: 16rem;
}

.table1_column.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.table1_item {
  border-bottom: 1px solid #e5e5e5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.table1_item.odd {
  background-color: #fcfcfc;
}

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

.table-tiny-text-small {
  font-size: .8rem;
}

.navbar-constraint {
  z-index: 999;
  background-color: #fff;
  border: 1px #fff;
  border-bottom: 1px solid #53535333;
  border-radius: 1px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  z-index: 2147483647;
  color: var(--_primitives---colors--neutral-darkest);
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% 0 auto;
}

.navbar-cotainer {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.navbar-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.navbar-brand {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: none;
  align-self: auto;
  display: flex;
}

.logo-desktop {
  text-align: left;
  height: 50px;
}

.nav-menu-wrapper {
  align-self: auto;
  display: block;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.list-item-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone-nubmer-online {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 385px;
  display: flex;
}

.link-block {
  color: #000;
  flex: 0 auto;
  width: 100%;
  max-width: 175px;
  padding-right: 0;
  text-decoration: none;
}

.phone-number {
  background-image: url('../images/phone-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
  padding-left: 1.5rem;
  font-size: 16px;
  font-weight: 500;
}

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

.green-dot {
  background-color: #0ad046;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 10px 6px #0ad04638;
}

.text-online {
  font-size: .7rem;
  font-weight: 300;
  text-decoration: none;
}

.nav-mobile-btn {
  display: none;
}

.burger-btn-wrapper {
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(225deg, #d1893a, #cec232);
  border-radius: 3px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.burger-line {
  background-color: #fff;
  border-radius: 1px;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.h5-list {
  color: var(--_primitives---colors--neutral-darkest);
  font-size: 1.35rem;
  font-weight: 400;
}

.text-span {
  display: inline;
}

.text-span-2, .text-span-3 {
  display: block;
}

.trust-pilot-badge {
  display: none;
}

.section_faq4 {
  color: var(--color-scheme-1--text);
  background-color: #0000;
}

.text-size-medium-2 {
  color: #181e2a;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
}

.faq4_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_accordion {
  border: var(--_ui-styles---stroke--border-width) solid #e5e7eb;
  color: #4b5563;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000000d;
}

.faq4_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

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

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

.faq-p {
  color: #2e2f2f;
  font-weight: 300;
  line-height: 1.7;
}

.faq-title {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}

.paragraph {
  font-weight: 300;
}

.faq-link {
  color: #2e2f2f;
}

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

.system-img {
  border-radius: 12px;
  width: 100%;
}

.system-one-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.system-one-img {
  border-radius: 16px;
  width: 100%;
  display: block;
}

.system-img-block {
  width: 100%;
  max-width: 800px;
}

.heading-2 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.system-p {
  color: #fff;
}

.text-span-7 {
  display: block;
}

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

.inverters-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-content: start;
  place-items: start stretch;
  margin-top: 2rem;
}

.inverters-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
}

.inverter-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inverter-logo {
  width: 100%;
  max-width: 100px;
}

.inverter-logo.tesla {
  max-width: 50px;
}

.inverter-logo.sungrow {
  max-width: 125px;
}

.inverter-logo.enphase {
  max-width: 50px;
}

.inverter-logo-title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  display: block;
}

@media screen and (max-width: 1100px) {
  .layout311_list {
    grid-template-columns: auto 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;
  }

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

  .text-size-medium.header-p {
    flex: none;
    font-size: 1rem;
  }

  .text-size-medium.subtitle {
    font-size: 1.1rem;
  }

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

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

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

  .icon-embed-medium {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
  }

  .icon-embed-medium.location {
    width: 2.5rem;
    height: 2.5rem;
  }

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

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

  .heading-style-h1 {
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .button.is-small.is-icon {
    font-size: 1rem;
    display: inline-flex;
  }

  .button.nav-cta {
    flex: 0 auto;
    max-width: none;
    display: block;
  }

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

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

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

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

  .heading-style-h3.text-color-black {
    text-align: center;
  }

  .button-group {
    flex-flow: row;
  }

  .text-size-small.custom-text-2 {
    font-size: 1rem;
    line-height: 1.65;
  }

  .icon-1x1-medium.review {
    width: 3rem;
  }

  .padding-global, .padding-global.padding-medium {
    padding-left: 2%;
    padding-right: 2%;
  }

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

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

  .layout13_image {
    box-sizing: border-box;
    aspect-ratio: 2.15;
    object-fit: cover;
    background-image: none;
    display: block;
  }

  .layout656_item.padding-small {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .layout656_item.padding-xsmall {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .heading {
    font-size: 1.65rem;
    line-height: 1.3;
  }

  .heading.choose {
    justify-content: center;
    display: flex;
  }

  .text-color-gray {
    font-size: .9rem;
    line-height: 1.6;
  }

  .text-color-gray.choose {
    font-size: .9rem;
    line-height: 1.5;
  }

  .text-color-gray.text-custom1.system1 {
    font-size: 1.1rem;
  }

  .text-color-gray.local {
    font-size: 1rem;
  }

  .logo2_content {
    grid-column-gap: 3rem;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

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

  .text-location-name {
    font-size: .9rem;
  }

  .layout233_list {
    grid-column-gap: 1.5rem;
  }

  .layout233_list.system {
    grid-template-columns: 1fr;
  }

  .layout233_item.padding-small.padding-custom2 {
    padding-bottom: .25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout233_item.padding-small.padding-custom2.system {
    padding-bottom: 2rem;
  }

  .layout233_item.padding-small.padding-custom1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout233_item.padding-small.padding-custom1.system {
    padding-bottom: 2rem;
  }

  .ul-list-choose.custom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .timeline6_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .text-label-choose {
    text-align: left;
    border-radius: 100px;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-left: 10px;
    padding: 2px 6px;
    font-size: .7rem;
    display: flex;
    position: static;
    right: -5%;
  }

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

  .layout311_item.one-column.padding-custom3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    aspect-ratio: auto;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout13_heading.padding-custom3 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 1rem;
  }

  .li-location, .li-location.bottom {
    font-size: 1rem;
  }

  .ul-location.one-column {
    grid-row-gap: .8rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    padding-left: 2rem;
  }

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

  .layout18_image-wrapper {
    display: none;
    overflow: visible;
  }

  .layout18_heading {
    font-size: 1.1rem;
  }

  .layout18_bg.padding-medium {
    padding: 1.2rem;
  }

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

  .table1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .table1_header-row, .table1_item {
    min-width: 72rem;
  }

  .navbar-cotainer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-desktop {
    height: 40px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .phone-nubmer-online {
    justify-content: flex-start;
    align-items: center;
    width: 380px;
  }

  .link-block {
    max-width: 150px;
  }

  .nav-mobile-btn {
    padding-left: 0;
    padding-right: 0;
  }

  .burger-btn-wrapper {
    background-image: none;
    padding: 5px 5px 5px 16px;
  }

  .burger-line {
    background-color: #000;
  }

  .h5-list {
    font-size: 1rem;
  }

  .text-span-2 {
    display: inline;
  }

  .trust-pilot-badge {
    display: none;
  }

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

  .button-group-2 {
    flex-flow: row;
  }

  .system-one-column {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .inverters-card {
    padding: 1.25rem;
  }

  .inverter-logo {
    max-width: 80px;
  }

  .inverter-logo.tesla {
    max-width: 40px;
  }

  .inverter-logo.sungrow {
    max-width: 100px;
  }

  .inverter-logo.enphase {
    max-width: 40px;
  }

  .inverter-logo-title {
    font-size: 1.1rem;
  }

  .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
    display: inline;
  }
}

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

  .padding-custom1 {
    padding: 1.25rem 1rem;
  }

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

  .margin-top.margin-xxlarge {
    margin-top: 2.5rem;
  }

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

  .margin-bottom.margin-small {
    display: block;
  }

  .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-size-medium.header-p {
    flex: 1;
    font-size: 1rem;
  }

  .text-size-medium.subtitle {
    font-size: 1rem;
    line-height: 1.5;
  }

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

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

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

  .icon-embed-medium {
    width: 2rem;
  }

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

  .heading-style-h1 {
    width: 100%;
    font-size: 1.8rem;
    display: block;
  }

  .button.is-small.is-icon {
    max-width: 320%;
    font-size: .9rem;
  }

  .button.nav-cta {
    flex: 0 auto;
    max-width: 130px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .75rem;
    display: block;
  }

  .button.is-secondary {
    max-width: 100%;
  }

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

  .text-size-regular.timeline {
    color: #e9e6e6;
    line-height: 1.6;
  }

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

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

  .padding-global.padding-medium.custom-header {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .section_layout13 {
    background-color: #0000;
  }

  .layout13_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .layout13_image {
    object-fit: cover;
    overflow: clip;
  }

  .layout13_wrapper {
    border-radius: 0;
  }

  .h1-block {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    display: inline;
  }

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

  .img-neighbors {
    width: 70px;
  }

  .cartification-block {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .cartification-block.certfication-custom {
    background-position: 0 0, 100%;
    background-size: contain, contain;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .cartification-block.certification-custom2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tiny-p {
    color: #d8d8d8;
    text-align: center;
    font-size: .9rem;
    font-weight: 300;
  }

  .layout656_item.padding-small, .layout656_item.padding-xsmall {
    flex-flow: row;
    width: 100%;
  }

  .layout656_item-icon-wrapper {
    transform: rotate(0);
  }

  .heading {
    font-size: 1.5rem;
  }

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

  .custom-flex-grid-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .text-color-gray.credited {
    text-align: center;
  }

  .logo2_content {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding-top: 1rem;
  }

  .logo2_wrapper {
    padding: .75rem 1rem;
  }

  .logo2_logo {
    max-height: 3rem;
  }

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

  .layout233_item.padding-small.padding-custom2 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .layout233_item-icon-wrapper {
    margin-bottom: 0;
    top: -20px;
  }

  .blue-linear-gradient.mobile {
    background-image: linear-gradient(#fff, #e6f5ff 29%);
  }

  .ul-list-choose {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .timeline6_progress {
    left: 0;
  }

  .timeline6_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline6_circle {
    margin-top: 2.25rem;
  }

  .timeline6_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    margin-left: 1rem;
    padding: 1.5rem;
  }

  .text-label-choose {
    justify-content: center;
    align-self: flex-end;
    align-items: center;
  }

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

  .layout311_list.custom-grid1 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .layout311_item.padding-xsmall {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .layout13_heading.padding-custom3 {
    padding-left: 0;
  }

  .ul-location {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 1.5rem;
    display: grid;
  }

  .ul-location.one-column {
    grid-row-gap: .85rem;
    grid-template-columns: auto auto;
    padding-left: 1rem;
  }

  .header-badges-review {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
  }

  .review-badge {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 1;
    align-self: stretch;
    display: flex;
  }

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

  .gallery-grid {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-caption {
    font-size: .9rem;
  }

  .gallery-img {
    border-radius: 8px;
  }

  .display-block {
    display: inline;
  }

  .table1_component {
    grid-row-gap: 3rem;
  }

  .table1_column {
    flex: 1;
    padding: .5rem 1.2rem;
    font-size: .9rem;
  }

  .navbar-constraint {
    min-height: 4rem;
    inset: 0% 0% auto;
  }

  .navbar {
    z-index: 999;
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    position: fixed;
    top: 0%;
    overflow: visible;
  }

  .navbar-cotainer {
    min-height: 4rem;
    padding-left: .75rem;
    padding-right: .75rem;
    position: static;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .logo-desktop {
    height: 30px;
    margin-right: 0;
    display: block;
  }

  .nav-menu {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    background-color: white;
    border: 0 solid #fff;
    border-bottom: 1px solid #fff3;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .nav-link {
    padding: 10px;
    font-size: 20px;
    display: inline-block;
  }

  .phone-nubmer-online {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .phone-number {
    font-size: 14px;
  }

  .nav-mobile-btn {
    z-index: 1;
    padding: 5px 0 5px 12px;
    display: block;
  }

  .nav-mobile-btn.w--open {
    z-index: 1;
    background-color: #0000;
  }

  .burger-btn-wrapper {
    background-image: none;
    padding: 5px;
  }

  .arrow-bills {
    justify-content: center;
    margin-right: 0;
    display: flex;
    transform: rotate(90deg);
  }

  .text-span-3, .text-span-4 {
    display: inline;
  }

  .text-block-2 {
    font-size: .65rem;
  }

  .text-span-5 {
    display: none;
  }

  .text-span-6 {
    display: block;
  }

  .trust-pilot-badge {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: 159px;
    display: block;
    overflow: visible;
  }

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

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-group-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .system-one-column {
    padding: 1rem;
  }

  .system-one-img {
    aspect-ratio: 3 / 2;
  }

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

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

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

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

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

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

  .heading-style-h5, .heading-style-h5.serve {
    font-size: 1.1rem;
  }

  .text-size-regular.timeline {
    font-size: .9rem;
  }

  .heading-style-h3.text-color-black {
    font-size: 1.3rem;
  }

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

  .certifications-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    font-size: 12px;
    display: none;
  }

  .cartification-block {
    background-image: url('../images/certification-symbol-right.svg'), url('../images/certification-symbol-left.svg');
    background-position: 100%, 0%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding: 1rem 1.8rem 1rem 1.6rem;
    font-size: 12px;
    line-height: 16px;
  }

  .cartification-block.certfication-custom {
    background-position: 100%, 0%;
    background-repeat: no-repeat, no-repeat;
    padding: 1rem 1.6rem 1rem 1.5rem;
    font-size: 12px;
  }

  .layout656_item.padding-xsmall {
    width: 100%;
  }

  .heading {
    font-size: 1.4rem;
  }

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

  .logo2_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .timeline6_content-right {
    grid-row-gap: 2rem;
  }

  .timeline6_row {
    grid-column-gap: 1rem;
  }

  .timeline6_item {
    grid-template-columns: 3rem 1fr;
  }

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

  .layout13_heading {
    justify-content: flex-start;
    align-items: center;
  }

  .li-location, .li-location.bottom {
    font-size: .9rem;
  }

  .ul-location {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .additional_options_heading.text-color-black {
    font-size: 1.3rem;
  }

  .gallery-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .gallery-caption {
    font-size: 1rem;
  }

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

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

  .navbar-constraint {
    min-height: 60px;
    inset: 0% 0% auto;
  }

  .navbar {
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    top: 0%;
  }

  .navbar-cotainer {
    min-height: 60px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .nav-menu {
    flex-direction: column;
    display: flex;
  }

  .link-block {
    padding-right: 1rem;
  }

  .phone-number {
    font-size: 15px;
    font-weight: 500;
  }

  .text-online {
    font-size: 9px;
    line-height: 18px;
  }

  .nav-mobile-btn {
    padding: 5px 0 5px 5px;
  }

  .text-size-medium-2 {
    font-size: .95rem;
  }
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-930df24f {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-930df24f {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-930df24f {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-930df24f {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-930df24f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-930df24f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-930df24f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-930df24f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-930df24f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-930df24f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-930df24f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-930df24f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-930df24f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-930df24f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-930df24f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-930df24f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-930df24f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-930df24f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-930df24f, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-930df24f, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-930df24f {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-930df24f, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-930df24f {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-930df24f, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-930df24f {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-930df24f, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-930df24f, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-930df24f, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-930df24f, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-930df24f, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-930df24f, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-930df24f, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-930df24f {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-930df24f {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-930df24f {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-930df24f {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-930df24f {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-930df24f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-930df24f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-930df24f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-930df24f, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-930df24f, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-930df24f, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-930df24f, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-930df24f, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-930df24f {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-930df24f, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-930df24f, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-930df24f {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-930df24f, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-930df24f, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-930df24f {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-930df24f, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-930df24f, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-930df24f {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-930df24f, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-930df24f, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-930df24f {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-930df24f, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-930df24f, #w-node-ee961e8d-845a-edc3-3307-509470022457-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-930df24f {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-930df24f, #w-node-ee961e8d-845a-edc3-3307-50947002245b-930df24f, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-930df24f {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-930df24f, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-930df24f, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-930df24f {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-930df24f, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-930df24f, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-930df24f {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-930df24f, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-930df24f, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-930df24f {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-930df24f, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-930df24f, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-930df24f {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-930df24f, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-930df24f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-930df24f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-930df24f {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-930df24f {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-930df24f {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-930df24f {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-930df24f {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-930df24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-930df24f {
  justify-self: start;
}

#w-node-_42ed7a40-93ac-d570-5708-c64eeac77ec0-94be85cc {
  justify-self: center;
}

#w-node-e4ac3237-32fe-85ee-607e-590bc68550fd-94be85cc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_84ac3f6b-a44c-3f0d-2aaa-da66251241b7-94be85cc {
  align-self: stretch;
}

#w-node-_63e9b2a9-db6e-1f35-9301-28197dc4c63a-94be85cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_63e9b2a9-db6e-1f35-9301-28197dc4c643-94be85cc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_63e9b2a9-db6e-1f35-9301-28197dc4c646-94be85cc {
  align-self: stretch;
}

#w-node-_6d0b1908-c5d7-ed10-a21b-bd31990e45cd-94be85cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6d0b1908-c5d7-ed10-a21b-bd31990e45d6-94be85cc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_6d0b1908-c5d7-ed10-a21b-bd31990e45d9-94be85cc {
  align-self: stretch;
}

#w-node-_78405137-d10e-4404-5346-4019d97c8335-94be85cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_78405137-d10e-4404-5346-4019d97c833e-94be85cc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_6962dcdf-52d9-b5bd-15ca-0fe929db3c61-94be85cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6962dcdf-52d9-b5bd-15ca-0fe929db3c6a-94be85cc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_6962dcdf-52d9-b5bd-15ca-0fe929db3c6d-94be85cc {
  align-self: stretch;
}

#w-node-_6c334994-2207-7de7-4117-aa434ea80902-94be85cc {
  align-self: auto;
}

#w-node-_6c334994-2207-7de7-4117-aa434ea80913-94be85cc {
  align-self: stretch;
}

#w-node-_6c334994-2207-7de7-4117-aa434ea80924-94be85cc {
  align-self: auto;
}

#w-node-b52b7d00-928b-07f3-e42d-05cffc6e135a-94be85cc, #w-node-_0b90266d-2fa5-1306-a1f5-ba35baea697f-94be85cc, #w-node-_0d50eb82-c0d1-5b59-5f13-2574358b9b2a-94be85cc, #w-node-_7ccba2b6-b509-b012-2a40-cdbc94b19e75-94be85cc {
  align-self: stretch;
}

#w-node-_44d161b3-fbab-97a7-6cf4-51d81a61a771-94be85cc, #w-node-ced8b6cb-a8bf-858c-9fdf-f982f138aa7a-94be85cc, #w-node-_32aeb697-2c76-124c-77ee-cfc155da51cc-94be85cc, #w-node-_42ddd882-3b1c-a342-59d8-e40d15cc450e-94be85cc {
  align-self: start;
}

#w-node-_59c8d73b-0877-7367-e6b1-e7c611b2f53e-94be85cc, #w-node-_59c8d73b-0877-7367-e6b1-e7c611b2f558-94be85cc, #w-node-_59c8d73b-0877-7367-e6b1-e7c611b2f572-94be85cc, #w-node-_59c8d73b-0877-7367-e6b1-e7c611b2f58a-94be85cc, #w-node-e4bd9219-2864-f2c4-1b10-626e0c794b8e-94be85cc, #w-node-_1b2d24b8-5fd4-b028-d7de-b075bddeb7f1-94be85cc {
  align-self: stretch;
}

#w-node-_0c5abcae-62d6-2fb7-2028-e2f894cb038c-94be85cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9409abca-4b0b-1c99-81af-9eedc0b99d9b-94be85cc {
  align-self: auto;
}

#w-node-_9409abca-4b0b-1c99-81af-9eedc0b99dba-94be85cc {
  align-self: stretch;
}

#w-node-_9409abca-4b0b-1c99-81af-9eedc0b99dd8-94be85cc {
  align-self: auto;
}

#w-node-ae195141-049c-687f-cf42-61b3595b2d2a-94be85cc {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_6c334994-2207-7de7-4117-aa434ea80902-94be85cc, #w-node-_9409abca-4b0b-1c99-81af-9eedc0b99d9b-94be85cc {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7ccba2b6-b509-b012-2a40-cdbc94b19e89-94be85cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 461px) {
  .button.nav-cta {
    display: none;
  }

}

.faq-image {
  margin-top: 16px;
  border-radius: 16px;
}