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

:root {
  --black: #000205;
  --light-grey: #f4f4f4;
  --white-10: #f4f4f41a;
  --white: white;
  --white-80: #f4f4f4cc;
  --grey: #181818;
  --color: #222;
  --rail-red: #e73b23;
  --construction: #d0b601;
  --maintenance: #6f6f6e;
  --surfaces: #74b95b;
  --group: #b99864;
  --logistics: #326e95;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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 {
  background-color: var(--black);
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  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(--black);
  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: 85rem;
  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 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.max-width-large.centre {
  justify-content: center;
  align-items: center;
}

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

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

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

.main-wrapper.minus-menu {
  margin-top: -142px;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 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-bottom.margin-custom2, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-large, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

.padding-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: 500;
}

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

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

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

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

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

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

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

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

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

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

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

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

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

.form-checkbox-icon {
  border: 1px solid var(--black);
  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-label {
  margin-bottom: 0;
}

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

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

.button {
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--light-grey);
  text-align: center;
  padding: .5rem .6rem .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, color .2s;
}

.button:where(.w-variant-38de64b1-e955-c776-5dfd-b6c5f9dafbe0) {
  border: 1px solid var(--white);
}

.button:where(.w-variant-19fbd909-6b79-aea5-d112-5a48faad919c) {
  background-color: #222222bf;
}

.button:hover {
  color: var(--white);
  background-color: #f4f4f433;
}

.button:hover:where(.w-variant-19fbd909-6b79-aea5-d112-5a48faad919c) {
  background-color: var(--black);
}

.button.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white-80);
  background-color: #0000;
}

.button.is-link.is-alternate:hover {
  color: var(--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 {
  background-color: var(--white-80);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  border-color: #0000;
}

.button.is-secondary:hover {
  background-color: var(--white);
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

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

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

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

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

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

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

.form-radio-label {
  margin-bottom: 0;
}

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

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

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

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

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

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

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

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

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

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

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

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

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

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

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

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

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

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

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

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

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

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

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

.text-color-black {
  color: var(--black);
}

.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(--black);
  color: var(--white);
}

.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: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  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;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

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

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

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

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

.form-field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  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;
}

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

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global._4rem-spacing {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

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

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

.body {
  color: var(--light-grey);
  font-family: Lato, sans-serif;
}

.hero_wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 95svh;
  padding-top: 8rem;
  display: flex;
  position: relative;
}

.section_hero-bg {
  position: absolute;
  inset: 0%;
}

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

.section_hero-bg-overlay {
  background-image: linear-gradient(65deg, #1111119e, #11111187), linear-gradient(180deg, #1110, var(--black));
  position: absolute;
  inset: 0%;
}

.section_hero {
  position: relative;
}

.hero_content {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 43rem;
  display: flex;
}

.navbar2_component {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

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

.navbar2_link {
  color: var(--white-80);
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: color .2s;
}

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

.navbar2_link.w--current {
  color: var(--black);
}

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

.section_slider {
  position: relative;
  overflow: hidden;
}

.slider_places {
  position: relative;
}

.swiper.is-places {
  overflow: visible;
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide.is-places {
  flex: none;
  width: 25%;
  height: auto;
  position: relative;
}

.places-card {
  background-color: var(--grey);
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.slider_places-bottom-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2em;
  display: flex;
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.swiper-bullet {
  background-color: var(--color);
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: all .2s;
  display: flex;
}

.swiper-bullet.is-active {
  background-color: var(--white-80);
}

.swiper-drag-wrapper.is-slider-main {
  background-color: var(--color);
  border-radius: 100vw;
  width: 38em;
  max-width: 100%;
  height: .75rem;
}

.swiper-drag.is-slider-main {
  background-color: var(--white-80);
  border-radius: 100vw;
  width: 7em;
  height: 100%;
}

.logo-text {
  width: 10rem;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
}

.section_hero-bg-scroll-overlay {
  background-color: var(--black);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.places-card_image-wrap {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.places-card_image-overlay {
  background-image: linear-gradient(to top, #181818, #1110);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.places-card_content {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.places-card_heading-text {
  font-size: 1.375rem;
  font-weight: 500;
}

.places-card_desc-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.places-card_desc-text {
  opacity: .6;
  margin-top: .5rem;
  font-size: .875rem;
}

.hero_scroll-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.places-card_country-text {
  opacity: .6;
  letter-spacing: .125rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .625rem;
}

.preloader {
  z-index: 2000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.swiper-main_arrow {
  z-index: 2;
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .3s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-50%)rotate(180deg);
}

.swiper-main_arrow:hover {
  background-color: #f4f4f433;
}

.swiper-main_arrow:active {
  transform: scale(.97)translate(-50%)rotate(180deg);
}

.swiper-main_arrow.swiper-next {
  left: auto;
  right: 0;
  transform: translate(50%)rotate(0);
}

.navigation-split {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menu-trigger {
  display: none;
}

.dropdowncard {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: auto;
  flex-direction: column;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.6rem;
  display: flex;
}

.experience-row2-col-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.promo-overlay {
  opacity: .75;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.promo-overlay.z-index-1 {
  z-index: 1;
}

.promo-image-wrapper {
  object-fit: fill;
  background-image: url('../images/way-bg_1way-bg.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-width: 33.33%;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.promo-image-wrapper.two {
  background-image: url('../images/exp-img-1_1exp-img-1.avif');
}

.promo-image-wrapper.three {
  background-image: url('../images/exp-img-2_1exp-img-2.avif');
}

.m-navigation-button-wrapper {
  z-index: 52;
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

._10px-spacer-2 {
  width: 10px;
  height: 10px;
}

.nav-text-wrap {
  flex-direction: column;
  align-items: center;
  height: 18px;
  display: flex;
  overflow: hidden;
}

.dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.experience-row2-content-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.experience-row2-content-2.white {
  color: #fff;
}

.icon-1x1-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.list-wrap-grove {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.list-wrap-grove.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.list-wrap-grove.rail {
  border-top: 3px solid var(--rail-red);
}

.list-wrap-grove.construction {
  border-top: 3px solid var(--construction);
}

.list-wrap-grove.maintenance {
  border-top: 3px solid var(--maintenance);
}

.list-wrap-grove.surfaces {
  border-top: 3px solid var(--surfaces);
}

.promo-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  max-height: 55vh;
  display: flex;
}

.announcement-wrapper {
  z-index: 7;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.announcement-wrapper.blk {
  text-transform: capitalize;
  background-color: #000;
}

.announcement-wrapper.blk:hover {
  background-color: #111;
}

.menu-link {
  font-size: 15px;
  font-weight: 400;
}

.logo-card-2 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  display: flex;
  overflow: visible;
}

.price-card {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-direction: column;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion_title-wrapper-2 {
  z-index: 2;
  border: 1px solid var(--color);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown-list-wide-2 {
  background-color: #0000;
}

.dropdown-list-wide-2.w--open {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0%;
}

.content-grove {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.link-text-hov {
  text-transform: capitalize;
  font-size: .875rem;
  line-height: 1.2;
}

.accordion_arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  display: flex;
}

.hamburger {
  width: 50px;
  height: 50px;
}

.navigation-dropdown-2 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.navigation-dropdown-2.is-static {
  position: static;
}

.navigation-dropdown-2.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-dropdown-2.centre {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion_description-wrapper-2 {
  z-index: 2;
  overflow: hidden;
}

.accordion_description-wrapper-2.white {
  color: #fff;
}

.logo-image {
  flex: none;
  max-width: 150px;
}

.promo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.promo-wrapper:hover {
  flex: 15%;
}

.promo-section {
  cursor: pointer;
}

.list-grove {
  min-width: 140px;
  top: 100%;
}

.list-grove.w--open {
  background-color: #0000;
  min-width: 260px;
  max-height: 100vh;
}

.list-grove.is-partner {
  left: -125%;
}

.list-grove.is-partner.w--open {
  min-width: 400px;
}

.list-grove.is-v2 {
  left: -125%;
}

.link-text {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: .875rem;
  line-height: 1.2;
  display: block;
}

.systemimgxl {
  z-index: 2;
  object-fit: cover;
  border: 5px solid #000;
  border-radius: 250px;
  width: 12rem;
  height: 12rem;
  position: relative;
  overflow: hidden;
}

.progress-bar_wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 2px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.link-3-grove {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  color: var(--black);
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-3-grove:hover {
  color: var(--maintenance);
}

.menu-hidden-desktop {
  color: #e5e5e5;
  letter-spacing: -.02em;
  border: 2px solid #121212;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

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

.progress-bar {
  background-color: #fff;
  border-radius: 600rem;
  width: 0%;
  height: 2px;
}

.div-block-502 {
  padding-top: 1.5rem;
}

.accordion_title {
  color: #ffffffe6;
  letter-spacing: .75px;
  text-transform: uppercase;
  font-size: 1.35rem;
}

.exp-img-2 {
  z-index: 2;
  object-fit: cover;
  border: 5px solid #111;
  border-radius: 250px;
  width: 125px;
  height: 125px;
  position: relative;
}

.more-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: none;
}

.nav-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
}

.nav02 {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  border-bottom: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  height: 90px;
  max-height: 105px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 2px 16px 35px #0907250f;
}

.dropdowncard-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  pointer-events: auto;
  flex-direction: column;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.content-brands {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  display: grid;
}

._1rem-spscer {
  width: 1rem;
  height: 1rem;
}

.navigation-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion_list-wrapper {
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon_wrap {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

.icon_wrap.rel {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion_item-2 {
  position: relative;
  overflow: hidden;
}

._2rem-spacer {
  width: 2rem;
  height: 2rem;
}

.text-color-white-2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-color-white-2.text-align-center.z-index-2 {
  z-index: 2;
  position: relative;
}

.navigation-logo {
  padding-left: 0;
}

.image-53 {
  max-height: 250px;
}

.div-block-173 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 85rem;
}

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

.navigation-side {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.navigation-side.right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
}

.navigation-side.left.show-tablet {
  display: none;
}

.navigation-side.align-left {
  justify-content: flex-start;
}

.navigation-side.mobileonly {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  display: none;
}

.navigation-toggle-3 {
  color: #fff;
  letter-spacing: -.25px;
  border-radius: 8px;
  align-items: center;
  padding: 8px 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-toggle-3.w--current {
  color: #642eff;
}

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

.experience-row2-col-content-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.system-image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-5 {
  background-color: #2a2a2a;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: .6rem;
}

.accordion_title-wrapper {
  z-index: 2;
  border: 1px solid var(--color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: .75rem;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.accordion_title-wrapper:hover {
  color: #4292ff;
}

.accordion_title-wrapper.link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.experience-row2-col-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-menu-beyond {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.paragraph-small-2 {
  color: #222;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.button-2 {
  color: #121212;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: .5rem 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  transition: border-color .2s, background-color .2s, color .2s;
}

.button-2:hover {
  background-color: #0000;
}

.button-2.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #121212;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.button-2.is-icon:hover {
  color: #fff;
}

.button-2.is-icon.is-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: .5rem 1rem;
  font-size: 16px;
  line-height: 1.3;
}

.button-2.is-icon.is-nav:hover {
  color: #fff;
}

.button-2.is-icon.is-nav.is-first {
  color: #091243;
  padding-left: 18px;
  padding-right: 18px;
}

.button-2.is-icon.is-nav.is-first:hover {
  color: #fff;
}

.button-2.is-icon.is-nav.is-second {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #0000;
  padding-left: 18px;
  padding-right: 18px;
}

.button-2.is-icon.is-nav.is-second:hover {
  color: #091243;
  background-color: #fff;
}

.button-2.is-icon.is-secondary {
  color: #fff;
}

.button-2.is-icon.is-secondary:hover {
  color: #091243;
  background-color: #fff;
}

.paragraph-medium {
  letter-spacing: -.08px;
  font-size: 17px;
  line-height: 24px;
}

.paragraph-medium.textcolor-light-gray {
  color: #666;
}

.accordion_item-wrapper {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.accordion_item-wrapper.w--current {
  background-color: #f7f7f4;
  border-bottom-style: none;
  border-radius: 5px;
}

.menu-mob-container {
  z-index: 15;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000205;
  height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  transition: color .2s;
  display: block;
  overflow: visible;
}

.nav-link-3.w--current {
  color: #aae925;
}

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

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.nav-text-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-transform: none;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.logo {
  width: 12rem;
}

.icon-top-bar {
  width: 90px;
  height: 19px;
}

.icon-2 {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.icon-2.space-right {
  margin-right: 5px;
}

.top-bar {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ffffff26;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.nav05_top_left {
  min-width: 200px;
  height: 100%;
  font-weight: 500;
  display: flex;
}

.nav05_top_wrap {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 85rem;
  height: 100%;
  display: flex;
}

.upper-menu-buttons {
  color: #95a3b2;
  border-right: 1px solid #ffffff26;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.upper-menu-buttons:hover {
  color: #333;
}

.upper-menu-buttons.group {
  color: #fff;
  background-color: #f90;
}

.upper-menu-buttons-right {
  border-left: 1px solid #ffffff26;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.upper-menu-buttons-right:hover {
  color: #95a3b2;
}

.social-link {
  border: 1px solid var(--white-10);
  color: #6e6e6e;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  transition: all .25s;
  display: flex;
}

.social-link:hover {
  color: #fff;
}

.footer-link {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .85rem;
  line-height: 1rem;
  text-decoration: none;
  transition: color .25s;
}

.footer-link:hover {
  color: #fff;
}

.footer-policy_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scoial-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  display: flex;
}

.scoial-wrapper:where(.w-variant-be41ab04-4442-e17b-f644-43fff12530ef) {
  margin-bottom: 6rem;
}

.footer-rights {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copy-text {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.line {
  background-color: var(--color);
  width: 100%;
  height: 1px;
}

.footer-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.footer-heading {
  color: #ffffffe6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer {
  background-color: #050505;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 3rem;
  display: flex;
}

.footer-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.privacy-heading {
  color: #a1a1a1;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1.2;
  transition: all .25s;
}

.privacy-heading:hover {
  color: #fff;
}

.logo-copy {
  width: 10rem;
}

.heading-style-h5-2 {
  color: #6e6e6e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 500;
  line-height: 1.2;
}

.headline {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.section-intro {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  padding: 4rem 5%;
  display: flex;
}

.heading-style-h2-2 {
  color: #353535;
  text-transform: uppercase;
  max-width: 45rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2-2.align-middle {
  text-align: center;
}

.text-size-regular-2 {
  color: #ffffffb3;
  max-width: 70ch;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-regular-2.color-black {
  color: #5a5a5a;
}

.section_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-3.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.timeline3_progress-line {
  z-index: 0;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

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

.component-instructions-list {
  padding-left: 1.25rem;
}

.component-instructions-delete {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.timeline3_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--\<unknown\|relume-variable-color-scheme-1-background\>));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline3_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

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

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

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

.timeline3_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-color-scheme-1-background\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline3_content-left {
  padding-right: 1rem;
  position: sticky;
  top: 7rem;
}

.timeline3_content {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.timeline3_item {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.timeline3_line {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  opacity: .15;
  width: 3px;
  height: 100%;
}

.timeline3_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

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

.timeline3_progress-line-cover {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

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

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

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

.component-instructions-item {
  padding-left: .5rem;
}

.button-4 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-4.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

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

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

.layout1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

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

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-5.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.layout89_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.layout89_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.button-6 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-6.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-6.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.layout16_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

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

.layout16_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

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

.layout16_content {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

.cta4_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #000000b8;
  background-image: linear-gradient(90deg, #0000004a, #0000);
  position: absolute;
  inset: 0%;
}

.form_message-error-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-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.error-text {
  color: #e23939;
}

.section_cta4 {
  position: relative;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.form_input.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.form_input.is-alternate::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-white-60\>);
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.cta4_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.cta4_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

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

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

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

.hover-arrow.left-arrow {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.button-main {
  color: #fff;
  background-color: #35a6f5;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: transform .35s;
  display: flex;
}

.hover-text.bottom {
  position: absolute;
  bottom: -100%;
}

.icon-1x1-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  overflow: hidden;
}

.text-size-small-2 {
  padding-top: 0;
}

.clip {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.icon-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-link_circle {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 1px;
  display: flex;
}

.icon-1x1-small-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  overflow: hidden;
}

.footer-form-block-2 {
  border: 2px solid var(--white);
  background-color: #fff0;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.newsletterenvelope {
  width: 26px;
  height: 26px;
  position: absolute;
  inset: auto auto auto 20px;
}

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

.footer-submit-button {
  background-color: var(--white);
  min-height: 54px;
  color: var(--black);
  margin-right: 10px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 1rem;
  transition: background-color .3s;
}

.footer-submit-button:hover {
  background-color: #0d7fce;
}

.messageicon {
  color: var(--white);
}

.footer-form {
  align-items: center;
  display: flex;
}

.footer-text-field-2 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  width: 100%;
  min-height: 70px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 60px;
  font-size: 1rem;
}

.footer-text-field-2::placeholder {
  color: #b4b4b4;
}

.nav-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.code-embed {
  display: none;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.navigation {
  background-color: #0000;
  padding: 24px 5%;
}

.banner {
  color: #fff;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.nav-menu-link {
  color: #51515e;
  letter-spacing: -.006em;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  transition: color .3s;
}

.nav-menu-link:hover {
  color: #1a1925;
}

.button-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #1a1925;
  background-image: linear-gradient(#ffffff1f, #fff0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-secondary:hover {
  background-color: #51515e;
}

.nav-dropdown {
  background-color: #0000;
  border-radius: 16px;
  height: auto;
  transition: all .3s, background-color .3s;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-feature-icon {
  background-color: #f7f7f8;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-dropdown-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.paragraph-x-small {
  color: #51515e;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small.text-color-white {
  color: #fff;
}

.paragraph-x-small.text-color-tertiary {
  color: #73737f;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.banner-block {
  background-color: #1a1925;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.overline {
  color: #73737f;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.divider-secondary {
  background-color: #eeeef0;
  border-radius: 4px;
  flex: none;
  width: 100%;
  height: 1px;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  letter-spacing: -.006em;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 8px 4px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .3s, box-shadow .3s;
  display: flex;
}

.nav-dropdown-toggle:hover, .nav-dropdown-toggle.w--open {
  background-color: #fff;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-regular.row-space-between {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.banner-pattern-left {
  pointer-events: none;
  width: 39%;
  max-width: 558px;
  position: absolute;
  left: 0%;
  right: auto;
}

.nav-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1a1925;
  background-color: #fff;
  border: 1px solid #eeeef0;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dot {
  background-color: #a3a3ae;
  border-radius: 4px;
  width: 2px;
  height: 2px;
}

.navigation-component {
  background-color: #f7f7f8;
}

.banner-close-button {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 6px 0% auto;
}

.nav-grid-top {
  grid-column-gap: 12px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.banner-pattern-right {
  pointer-events: none;
  width: 22%;
  max-width: 316px;
  position: absolute;
  left: auto;
  right: 0%;
}

.nav-grid-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.navigation-container {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #1a1925;
  letter-spacing: -.006em;
  background-color: #0000;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .3s;
}

.nav-link:hover {
  background-color: #fff;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.nav-link.w--current {
  color: #1f62ff;
}

.nav-dropdown-list {
  background-color: #0000;
  padding-top: 12px;
  overflow: hidden;
}

.nav-dropdown-list.w--open {
  left: -40px;
}

.nav-dropdown-list.large.w--open {
  left: -130px;
}

.paragraph-small {
  color: #51515e;
  letter-spacing: -.006em;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

.paragraph-small.text-strong {
  color: #1a1925;
  font-weight: 500;
}

.banner-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.blog-card-small {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e6e6e7;
}

.h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

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

.image-cover.contain {
  object-fit: contain;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large-2 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-image-small {
  aspect-ratio: 2.7 / 1.4;
  object-fit: cover;
  border: .5px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.subheading-x-small {
  color: #000;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.subheading-x-small.text-color-orange-500 {
  color: var(--group);
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large.column-left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.blog-detail {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 8px 8px auto;
}

.subheading-small {
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-small.text-color-black {
  color: #000;
}

.grid-three-column-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.paragraph-regular {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-gray-400 {
  color: #84848b;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.blog-content-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.title-center-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 520px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular {
  padding: 80px 5%;
  position: relative;
}

.section-regular.background-gray-50 {
  background-color: #f5f5f6;
}

.section-regular.grey {
  background-color: #b89664;
  background-image: linear-gradient(90deg, var(--black), #525252);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.paragraph-x-small-2 {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-2.text-color-gray-600 {
  color: #59595f;
}

.h6-heading {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-avatar {
  background-color: #ff5805;
  flex: none;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.navigation-list {
  z-index: 99;
  min-width: 100%;
}

.navigation-list.w--open {
  background-color: #0000;
  min-width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 90px 0 auto;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-2 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.navigation-avatar-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.banner-regular {
  grid-column-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #160042;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.navigation-link-grid {
  grid-template-rows: auto;
  height: 100%;
}

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

.navigation-toggle {
  color: #160042;
  letter-spacing: -.01em;
  border-radius: 50px;
  align-items: center;
  height: 100%;
  padding: 12px 30px 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-toggle:hover {
  background-color: #f3f5fb;
}

.navigation-avatar-website {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.navigation-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.navigation-dropdown-base {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 5px 48px 140px -48px #393b6a14;
}

.navigation-column {
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navigation-cta {
  grid-row-gap: 24px;
  background-color: var(--color);
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 1rem;
  display: flex;
}

.navigation-link-large {
  grid-column-gap: 12px;
  border: 1px solid var(--grey);
  background-color: var(--color);
  width: 100%;
  color: var(--white);
  align-items: center;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.navigation-link-large:hover {
  background-color: #f7f9fd;
}

.banner-badge {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #282556;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.banner-badge:hover {
  background-color: #393b6a;
}

.logo-link-large {
  margin-right: 24px;
}

.navigation-dropdown {
  height: 100%;
  position: static;
}

.logo-2 {
  width: 124px;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-avatar-name {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.navigation-arrow-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6b7094;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navigation-arrow-link:hover {
  color: #642eff;
}

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

.avatar-regular {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-heading-detail {
  color: #b6b9ce;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.navigation-cta-image {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 190px;
  display: flex;
}

.navigation-link {
  color: #160042;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-icon-arrow {
  margin-right: 10px;
}

.navigation-link-block {
  padding: 2rem 1rem;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.nav-link-4 {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-link-4:hover {
  color: #ad9152;
}

.navigation-link-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.navigation-wrapper-2 {
  align-items: center;
  display: flex;
}

.navigation-left {
  align-items: stretch;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.navigation-details {
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
}

.navigation-text-link {
  color: #828282;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.navigation-text-link:hover {
  color: #ad9152;
}

.navigation-wrap {
  z-index: 99;
  background-color: #fbf7ee;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.link-accent {
  position: absolute;
  bottom: 14px;
}

.toggle {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.toggle:hover, .toggle.w--open {
  color: #ad9152;
}

.arrow-gold {
  margin-left: 12px;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: #fbf7ee;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100px 0 auto;
}

.brand {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.container-navigation {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown {
  height: 100%;
  position: static;
}

.arrow-link-wrapper {
  color: var(--white);
  align-items: center;
  margin-top: 24px;
  font-size: 15px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.dropdown-wrapper {
  padding: 2rem 3%;
  overflow: hidden;
  box-shadow: 33px 115px 100px #0414341a;
}

.menu-wrap {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-3 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.search-link {
  margin-right: 24px;
}

.dropdown-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.navigation-title {
  color: var(--white);
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
}

.navigation-column-2 {
  color: var(--white);
  padding-right: 32px;
}

.nav-button {
  color: #fff;
  background-color: #ad9152;
  border-radius: 2px;
  padding: 14px 36px;
  font-size: 16px;
}

.image-square {
  height: 204px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 11px 21px 40px -5px #81818152;
}

.text-logo {
  color: #000;
  font-size: 28px;
}

.navigation-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
}

.navigation-line-break {
  z-index: 9999;
  background-color: #0414341a;
  max-width: 1280px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-text {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: .875rem;
  line-height: 1.2;
  display: block;
}

.reverse {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  width: 100%;
}

.subheading-x-small-2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-line-vertical {
  background-color: #f5f5f6;
  width: 1px;
  height: 100%;
}

.navigation-line-vertical:where(.w-variant-60e81f31-3225-ef3c-5f54-0c01f41c5e3b) {
  background-color: var(--color);
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  padding: 9px 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.paragraph-x-small-3 {
  color: var(--black);
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-3:where(.w-variant-60e81f31-3225-ef3c-5f54-0c01f41c5e3b), .paragraph-x-small-3:where(.w-variant-0443cfee-58f5-fff4-41ed-062d427276f7) {
  color: var(--white);
}

.project-avatar {
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  border-radius: 99px;
  flex: none;
  width: 40px;
  height: 40px;
  margin-left: -16px;
  overflow: hidden;
}

.project-avatar._03 {
  z-index: 3;
  position: relative;
}

.project-avatar._02 {
  z-index: 2;
  position: relative;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  padding-top: 32px;
  display: flex;
  left: -125px;
}

.navigation-grid-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  min-width: 900px;
  padding: 8px;
}

.navigation-grid-3.logistics {
  border-top: 3px solid var(--logistics);
}

.navigation-grid-3.logistics:where(.w-variant-0443cfee-58f5-fff4-41ed-062d427276f7) {
  background-color: var(--black);
}

.navigation-grid-3.group {
  border-top: 3px solid var(--group);
}

.navigation-grid-3.group:where(.w-variant-60e81f31-3225-ef3c-5f54-0c01f41c5e3b) {
  background-color: var(--black);
}

.navigation-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.subheading-small-2 {
  color: #252527;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-small-2.text-color-black {
  color: #000;
}

.icon-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.navigation-card-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #252527;
  border: 1px solid #e6e6e7;
  flex-flow: column;
  padding: 12px;
  transition: border-color .3s;
  display: flex;
}

.navigation-card-outline:where(.w-variant-60e81f31-3225-ef3c-5f54-0c01f41c5e3b) {
  border-color: var(--color);
  background-color: var(--white);
}

.navigation-card-outline:where(.w-variant-0443cfee-58f5-fff4-41ed-062d427276f7) {
  background-color: var(--white);
}

.navigation-card-outline:hover {
  border-color: var(--group);
}

.paragraph-small-3 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-tertiary {
  color: #59595f;
}

.navigation-text-link-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #59595f;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.navigation-text-link-2:where(.w-variant-60e81f31-3225-ef3c-5f54-0c01f41c5e3b) {
  color: var(--white);
  text-decoration: none;
}

.navigation-text-link-2:hover {
  color: #252527;
  background-color: #f5f5f6;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 260px;
  margin-left: auto;
  margin-right: auto;
}

.navigation-badge {
  z-index: 2;
  color: #fff;
  background-color: #252527;
  padding: 6px 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navigation-feature-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button-secondary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.container-large-3 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navigation-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-left-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-dropdown-3 {
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
}

.navigation-heading {
  padding: 8px;
}

.navigation-feature-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.navigation-feature-link:hover {
  background-color: var(--light-grey);
}

.navigation-container-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-image-large {
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.project-avatars {
  padding-left: 16px;
  display: flex;
  position: relative;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-column-3 {
  flex-flow: column;
  width: 30%;
  min-width: 200px;
  display: flex;
}

.banner-2 {
  background-color: #ff5805;
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.dropdown-icon-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-brand-divider {
  background-color: #e6e6e7;
  border-bottom: 1px solid #e6e6e7;
  border-radius: 2px;
  width: 1px;
  height: 24px;
}

.navigation-separator {
  align-self: stretch;
  padding: 8px;
}

.navigation-right-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.banner-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.row.row-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.navigation-4 {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f6;
  padding: 16px 5%;
}

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

.icon-wrapper {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 4px;
}

.navigation-divider {
  width: 100%;
  padding: 8px;
}

.navigation-link-2 {
  color: #434347;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-line {
  background-color: #f5f5f6;
  width: 100%;
  height: 1px;
}

.navigation-line:where(.w-variant-60e81f31-3225-ef3c-5f54-0c01f41c5e3b), .navigation-line:where(.w-variant-0443cfee-58f5-fff4-41ed-062d427276f7) {
  background-color: var(--color);
}

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

.footer-icon-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.footer-line {
  background-color: #d4d4d4;
  width: 1px;
  height: 16px;
}

.footer-title {
  color: #262626;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.container-large-4 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.footer-company-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.footer-logo-2 {
  height: 32px;
}

.legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.legal-links {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-small:hover {
  background-color: #734573;
}

.footer-text-link {
  color: #4b264b;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-2 {
  grid-column-gap: 2px;
  color: #404040;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-link-2:hover {
  color: #734573;
}

.footer-grid-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.paragraph-small-4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-4.text-color-gray-500 {
  color: #737373;
}

.paragraph-small-4.text-color-gray-600 {
  color: #525252;
}

.footer-card-heading {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.legal-link-small {
  grid-column-gap: 2px;
  color: #737373;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.legal-link-small:hover {
  color: #0a0a0a;
}

.footer-image {
  background-image: url('../images/Footer-Image_1Footer Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 320px;
  margin-bottom: 64px;
  padding: 24px;
  display: flex;
}

.footer-bottom-wrapper {
  grid-row-gap: 24px;
  color: #0a0a0a;
  border-top: .5px solid #d4d4d4;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 56px;
  padding-top: 24px;
  display: flex;
}

.legal-copyright {
  max-width: 384px;
}

.section-regular-2 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.h6-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.footer-social-link {
  color: #262626;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #734573;
}

.badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #285d4e;
  white-space: nowrap;
  background-color: #f4faf8;
  border: 1px solid #d6f0e5;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
}

.badge.purple {
  color: #4b264b;
  background-color: #f0ebf0;
  border-color: #e2d9e2;
}

.footer-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  display: flex;
}

.div-block-503 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-504 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.collection-item {
  display: flex;
}

.menu-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.award {
  max-width: 125px;
}

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

._3x-menu-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-image {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.menu-img {
  object-fit: cover;
  width: 3.5rem;
  height: 3.5rem;
}

.video-wrapper {
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.autoplay-code {
  display: none;
}

.video-thumbnail {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumbnail {
  z-index: -1;
  opacity: .4;
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(.4, .01, .165, .99), opacity .7s cubic-bezier(.4, .01, .165, .99);
  position: absolute;
  inset: 0%;
}

.thumbnail:hover {
  opacity: .7;
}

.play-icon {
  color: #fff;
  width: 12%;
  position: relative;
}

.video-embed {
  z-index: 0;
  opacity: 0;
  background-image: none;
  position: relative;
}

.header-image-wrapper {
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-buttons {
  grid-template-rows: auto;
  max-width: 420px;
}

.header-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 8px 24px;
  display: flex;
}

.h1-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.container-large-5 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.paragraph-small-5 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-x-large {
  font-size: 20px;
  line-height: 32px;
}

.text-color-orange-500 {
  color: var(--group);
}

.section-wrapper {
  position: relative;
}

.header-section {
  padding: 160px 5% 64px;
  position: relative;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.12px;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.button-outline-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.column-x-large.column-center {
  justify-content: flex-start;
  align-items: center;
}

.header-content-small {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  text-align: center;
  flex-flow: column;
  max-width: 55%;
  display: flex;
}

.gradient-text {
  background-image: linear-gradient(90deg, var(--group), #dfa954);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-505 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.div-block-506 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.player {
  color: #fff;
  width: 7rem;
  position: relative;
}

.bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dropdown-link-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wrap-v-x-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.google-badge-s {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #fff;
  text-align: center;
  border: 1px solid #bed730;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.google-badge-s.no-outline {
  border-style: none;
}

.google-review-block {
  grid-column-gap: 2px;
  color: #67718e;
  align-items: center;
  display: flex;
}

.div-block-116 {
  align-items: center;
  display: flex;
}

.icon-regular-4 {
  color: #bed730;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.faq-content-2 {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.heading-footer-links {
  color: #bed730;
  font-size: 16px;
  font-weight: 500;
}

.navigation-icon-a-2 {
  background-color: #1d1d1d;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.footer-text-field-3 {
  color: #fff;
  background-color: #030303;
  border: 1px #000;
  width: 100%;
  min-height: 70px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 60px;
  font-size: 1rem;
}

.footer-text-field-3::placeholder {
  color: #b4b4b4;
}

.dropdown-link-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.google-review-detail {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.faq-border {
  width: 100%;
  padding-right: 0;
  transition: all .3s;
  display: block;
}

.menu-link-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #5167f6;
}

._4rem-spacer {
  width: 4rem;
  height: 4rem;
}

.footer-newsletter-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

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

.nav-menu-title {
  color: #bed730;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.google-star-wrap {
  grid-column-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.google-star {
  color: #fbbc04;
  align-items: center;
  display: flex;
}

.faq-tab {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.navbar20_menu-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-bottom: 4.5rem;
}

.accordion_title-3 {
  color: #f5f8fa;
  font-size: 2.5rem;
  font-weight: 700;
}

.div-block-507 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  padding-top: 20px;
  padding-bottom: 2rem;
  display: flex;
  overflow: scroll;
}

._1rem-spacer {
  width: 1rem;
  height: 1rem;
}

.google-icon-large {
  width: 32px;
}

.chevron-menu {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: color .2s;
  display: flex;
}

.accordion-sub-menu {
  color: #f5f8fa;
  font-size: 1.5rem;
  font-weight: 700;
}

.faq-icon {
  color: #bed730;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.footer-form-block-3 {
  background-color: #030303;
  border: 2px solid #bed730;
  margin-bottom: 0;
}

.footer-submit-button-2 {
  color: #030303;
  background-color: #bed730;
  min-height: 54px;
  margin-right: 10px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 1rem;
  transition: background-color .3s;
}

.footer-submit-button-2:hover {
  background-color: #2d2d2d;
}

.gradient-hero {
  background-image: linear-gradient(90deg, var(--group), #dfa954);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.2rem;
}

.div-block-508 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 2px solid var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
}

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

.pattern {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pattern.right-top {
  inset: 0% 0% auto auto;
}

.pattern.left-bottom {
  inset: auto auto 0% 0%;
}

.testimonial-avatar {
  background-color: #e7e7ea;
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.rating-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-ovelay {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(0deg, #f7f7f8 25%, #f7f7f800);
  height: 196px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-small-6 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small-6.text-strong {
  color: #1a1925;
  font-weight: 500;
}

.paragraph-small-6.text-color-tertiary {
  color: #73737f;
}

.rating-stars {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-strong {
  color: #1a1925;
  font-weight: 500;
}

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

.testimonial-text {
  color: #1a1925;
  letter-spacing: -.006em;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-x-small-4 {
  color: #51515e;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small-4.text-color-tertiary {
  color: #73737f;
}

.background {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-large-6 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-three-column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 716px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-award {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.testimonial-award.middle {
  margin-bottom: 24px;
}

.testimonial-section {
  background-color: #f7f7f8;
  padding-top: 128px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.highlight-square {
  background-color: #eeeef0;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
}

.badge-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.paragraph-regular-3 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-3.text-color-tertiary {
  color: #73737f;
}

.h5-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.testimonial-badge {
  color: #1a1925;
  background-color: #f7f7f8;
  border-radius: 99px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.testimonial-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.testimonial-awards {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 48px;
  display: flex;
}

.flourish-divider {
  background-color: #e7e7ea;
  border-radius: 4px;
  width: 1px;
  height: 16px;
}

.testimonial-wrapper {
  max-height: 466px;
  position: relative;
}

.eco-icon {
  width: 6rem;
  height: 6rem;
}

.messageicon-2 {
  color: var(--light-grey);
}

.email-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: none;
}

._12rem-spacer {
  width: 1rem;
  height: 12rem;
}

._20vh {
  height: 20vh;
}

.image-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-510 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.light-border {
  justify-content: center;
  align-items: flex-end;
  margin: -100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.payment-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.paragraph-8 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-8.gray-text-color {
  color: #a9a9ac;
}

.faq_components {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 860px;
  display: flex;
}

.light-border-cover {
  background-color: #060610;
  width: 100%;
  height: 55%;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.payment-wrap {
  background-color: #060610;
  border-radius: 10px;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.btn-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.light-border-inner {
  width: 180px;
  height: 100%;
  position: relative;
}

.payment-right {
  background-color: #0d0d17;
  border: 1px solid #22232e;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 528px;
  padding: .5rem;
  display: flex;
}

.display-4x {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 125%;
}

.display-4x.gradient-light {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #818181, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.about-light-border {
  background-image: linear-gradient(90deg, #fff0, #ffffff8f);
  border-radius: 12px;
  height: 90%;
}

.benefit-grid {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.icon-32 {
  width: 2rem;
  height: 2rem;
}

.button-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #35a6f5;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  overflow: visible;
}

.button-7.c-17 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #08f;
  background-color: #fff0;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.payment-inner-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--black);
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.content-dropdown-tab {
  max-width: 544px;
  padding-bottom: 16px;
}

.square-video {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.chat-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.faq_answers {
  max-width: 660px;
  margin-top: .75rem;
}

.btn-icon-circle {
  padding: .5rem;
}

.faq_body {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.faq_icon {
  transition: all .4s;
}

.payment-inner-wrap {
  z-index: 1;
  background-color: #191928;
  border-radius: 10px;
  padding: 3px;
  position: relative;
}

.benefit-item-list {
  background-image: url('../images/checkbox-circle-fill-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  margin-bottom: 0;
  padding-left: 28px;
  font-size: 14px;
  list-style-type: none;
}

.btn-icon-arrow {
  width: 1.2rem;
  height: 1.2rem;
}

.btn-icon-arrow.hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.chat-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.faq_accordion {
  cursor: pointer;
}

.section-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #086cd9;
  background-color: #0b0b15;
  border: 1px solid #252537;
  border-radius: 8.2px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  display: flex;
}

.content-dropdown-title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq_heading {
  grid-column-gap: 1rem;
  color: #f4f4f4;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-511 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: block;
}

.div-block-511:where(.w-variant-55b1c892-4b9b-8a92-4ea2-9221407c2292) {
  padding-top: 0;
  padding-bottom: 0;
}

.grey-line {
  background-color: var(--color);
  width: 100%;
  height: 1px;
}

._0-5rem-spacer {
  width: .5rem;
  height: .5rem;
}

.desktop-only {
  display: block;
}

.tablet-down {
  display: none;
}

.div-block-512 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.award-float {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.awardicon {
  max-height: 85px;
}

@media screen and (min-width: 1280px) {
  .systemimgxl {
    width: 150px;
    height: 150px;
  }

  .menu-mob-container {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .dropdown-list-wide-2.w--open {
    width: 80vw;
  }

  .systemimgxl {
    margin-left: -1rem;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button-group.centre {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .padding-global._4rem-spacing {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .hero_wrap {
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 100svh;
  }

  .hero_content {
    max-width: none;
  }

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

  .navbar2_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

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

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

  .swiper-slide.is-places {
    width: 33.3333%;
  }

  .swiper-main_arrow {
    display: none;
  }

  .navigation-split {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }

  .menu-trigger {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdowncard {
    max-width: none;
    padding: 12px;
  }

  .m-navigation-button-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 4rem;
    height: 2rem;
    display: flex;
  }

  .m-navigation-button-wrapper.red.is-phone {
    height: 50px;
  }

  .list-wrap-grove {
    box-shadow: none;
  }

  .announcement-wrapper {
    display: none;
  }

  .logo-card-2 {
    min-height: 100px;
  }

  .price-card {
    height: auto;
  }

  .dropdown-list-wide-2.w--open {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .content-grove {
    width: 100%;
  }

  .hamburger {
    z-index: 99;
    position: relative;
  }

  .accordion_description-wrapper-2 {
    padding-top: 10px;
  }

  .promo-section {
    max-width: 100dvw;
  }

  .list-grove.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .systemimgxl {
    width: 140px;
    height: 140px;
  }

  .menu-hidden-desktop {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: block;
  }

  .exp-img-2 {
    width: 140px;
    height: 140px;
  }

  .nav02 {
    position: fixed;
  }

  .dropdowncard-content {
    max-width: none;
    padding: 12px;
  }

  .content-brands {
    width: 100%;
  }

  .div-block-173 {
    border-top: 1px solid var(--color);
  }

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

  .navigation-side {
    justify-content: flex-end;
  }

  .navigation-side.right {
    width: auto;
  }

  .navigation-side.left {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-side.left.show-tablet {
    width: auto;
    display: none;
  }

  .navigation-side.align-left {
    display: none;
  }

  .navigation-side.mobileonly {
    width: auto;
    display: none;
  }

  .navigation-toggle-3 {
    justify-content: space-between;
  }

  .navigation-toggle-3:where(.w-variant-d2cefd0b-c56c-b40c-c10a-d6877b0b53eb) {
    justify-content: center;
  }

  .experience-row2-col-content-2 {
    z-index: 2;
    background-color: #000;
    position: relative;
  }

  .accordion_title-wrapper.link {
    border-bottom: 1px solid #222;
  }

  .nav-menu-beyond {
    background-color: var(--black);
    height: auto;
    display: block;
    position: absolute;
    top: 90px;
  }

  .menu-mob-container {
    overflow: scroll;
  }

  .nav-link-3 {
    align-self: center;
  }

  .logo {
    width: 10rem;
  }

  .top-bar, .nav05_top_left.hide-mobile {
    display: none;
  }

  .nav05_top_wrap {
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 5%;
    padding-right: 5%;
  }

  .upper-menu-buttons, .upper-menu-buttons-right {
    border-right-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-rights {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-column {
    border: 1px solid var(--color);
    padding: 1rem;
  }

  .footer-heading {
    margin-bottom: 24px;
  }

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

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

  .timeline3_circle-wrapper {
    width: 6rem;
    margin-left: -6rem;
  }

  .timeline3_content {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

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

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

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

  .layout89_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

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

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

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

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

  .footer-form-block-2 {
    width: 100%;
  }

  .footer-form {
    justify-content: space-between;
  }

  .menu-button {
    color: #fff;
    background-color: #1a1925;
    background-image: linear-gradient(#ffffff1f, #fff0);
    border-radius: 6px;
    flex: none;
    padding: 8px;
    box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
  }

  .menu-button.w--open {
    background-color: #1f62ff;
    background-image: linear-gradient(#ececec00, #55555514);
    box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
  }

  .button-secondary {
    background-image: linear-gradient(#ffffff1f, #fff0);
  }

  .nav-dropdown {
    width: 100%;
    margin-bottom: 4px;
  }

  .nav-menu {
    background-color: #eeeef0;
    border-radius: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 3% 16px;
    position: absolute;
  }

  .nav-dropdown-card {
    grid-template-columns: 1fr;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    max-height: 50vh;
    overflow: auto;
  }

  .nav-dropdown-toggle {
    padding: 8px 12px 8px 16px;
  }

  .banner-pattern-left, .nav-dot {
    display: none;
  }

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

  .nav-grid-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    margin-bottom: 4px;
    padding: 8px 16px;
  }

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

  .grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .section-regular {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .navigation-list.w--open {
    border-bottom: 4px solid #1a1a1a;
    height: 420px;
    position: static;
    overflow: auto;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-2 {
    position: relative;
  }

  .navigation-avatar-wrapper {
    margin-right: 14px;
  }

  .navigation-toggle {
    justify-content: flex-start;
    width: 100%;
  }

  .navigation-toggle.w--open {
    color: #160042;
    background-color: #f7f9fd;
    width: 100%;
  }

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

  .navigation-dropdown-base {
    box-shadow: none;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .menu-button-2 {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
  }

  .navigation-link-block {
    padding: 24px;
  }

  .nav-link-4 {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }

  .nav-link-4:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .link-accent {
    bottom: 0;
  }

  .toggle {
    justify-content: flex-start;
    width: 100%;
  }

  .toggle:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .toggle.w--open {
    width: 100%;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: static;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-wrap {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .navigation-feature-block {
    display: none;
  }

  .menu-button-3 {
    color: #fff;
    background-color: #ad9152;
    border-radius: 2px;
    margin-left: 14px;
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #8f753a;
  }

  .dropdown-container {
    padding: 0;
  }

  .navigation-grid-2, .reverse {
    grid-template-columns: 1fr;
  }

  .navigation-dropdown-list {
    position: relative;
    top: 0;
    left: auto;
  }

  .navigation-dropdown-list.w--open {
    padding-top: 0;
    position: static;
    top: 0;
  }

  .navigation-grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-width: 100%;
  }

  .navigation-grid-3.logistics:where(.w-variant-0443cfee-58f5-fff4-41ed-062d427276f7), .navigation-grid-3.group:where(.w-variant-60e81f31-3225-ef3c-5f54-0c01f41c5e3b) {
    padding: 0;
  }

  .navigation-menu-2 {
    background-color: #fff;
    padding: 24px 5%;
  }

  .navigation-dropdown-3 {
    width: 100%;
    position: relative;
  }

  .navigation-container-3 {
    position: static;
  }

  .navigation-brand-divider {
    display: none;
  }

  .menu-button-4 {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

  .menu-button-4.w--open {
    background-color: #000;
  }

  .footer-grid-x-large {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-503 {
    display: none;
  }

  ._3x-menu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .menu-img {
    width: 6rem;
    height: 6rem;
  }

  .play-icon {
    width: 8rem;
  }

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

  .header-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .header-content-small {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: none;
  }

  .player {
    width: 8rem;
  }

  .menu-icon-2 {
    justify-content: center;
    align-items: center;
    width: 4rem;
    display: flex;
  }

  .faq-content-2 {
    width: 100%;
  }

  .menu-link-title {
    text-align: left;
  }

  .footer-newsletter-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .navbar20_menu-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .footer-form-block-3 {
    width: 100%;
  }

  .div {
    padding: 1rem;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .messageicon-2 {
    width: 3ch;
  }

  .email-icon {
    display: block;
  }

  .footer-menu-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .payment-right {
    width: 100%;
  }

  .payment-inner-content {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
  }

  .chat-text, .chat-button {
    margin-top: 28px;
  }

  .faq_heading {
    width: 100%;
  }

  .desktop-only {
    display: none;
  }

  .tablet-down {
    display: block;
  }

  .award-float {
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    position: static;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hero_wrap {
    text-align: center;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_button-wrapper {
    font-size: .875rem;
  }

  .swiper-slide.is-places {
    width: 50%;
  }

  .navigation-split {
    grid-template-columns: 1fr 1fr;
  }

  .promo-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    max-height: none;
    display: grid;
  }

  .announcement-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .promo-wrapper {
    min-height: 30dvh;
  }

  .systemimgxl, .exp-img-2 {
    border-width: 5px;
    width: 125px;
    height: 125px;
  }

  .navigation-buttons {
    display: none;
  }

  .navigation-logo.w--current {
    padding-left: 0;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .navigation-side {
    width: 100%;
  }

  .footer-policy_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-rights {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

  .headline, .headline_wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .section-intro {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .heading-style-h2-2.align-middle {
    font-size: 1.6rem;
  }

  .text-size-regular-2, .text-size-regular-2.color-black.align-middle {
    font-size: .8rem;
  }

  .section_image {
    height: 50dvh;
  }

  .timeline3_circle {
    margin-top: .75rem;
  }

  .timeline3_circle-wrapper {
    width: 2rem;
    margin-left: 0;
    display: none;
  }

  .timeline3_content-left {
    z-index: 1;
    padding-right: 0;
    position: relative;
    top: 0;
  }

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

  .timeline3_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .timeline3_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

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

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

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

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

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

  .footer-submit-button {
    margin-right: 0;
  }

  .footer-form {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-grid-top, .nav-grid-bottom {
    grid-template-columns: 1fr;
  }

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

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .banner-regular {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .nav-button {
    display: none;
  }

  .navigation-grid-2, .reverse {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .navigation-line-vertical {
    width: 100%;
    height: 1px;
  }

  .navigation-column-3 {
    width: 100%;
  }

  .navigation-separator {
    width: 100%;
    height: auto;
  }

  .banner-block-2.hide-mobile {
    display: none;
  }

  .row.row-top {
    flex-flow: column;
  }

  .footer-grid-x-large {
    grid-template-columns: 1fr 1fr;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  ._3x-menu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .play-icon {
    width: 5rem;
  }

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

  .player {
    width: 5rem;
  }

  .dropdown-link-grid {
    grid-template-columns: 1fr;
  }

  .footer-newsletter-block {
    flex-flow: column;
  }

  .newsletter-container {
    width: 100%;
  }

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

  .footer-submit-button-2 {
    margin-right: 0;
  }

  .gradient-hero {
    font-size: 1.8rem;
  }

  .hero-head {
    font-size: 3rem;
  }

  .background {
    display: none;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .testimonial-wrapper {
    max-height: none;
  }

  .footer-menu-links {
    grid-template-columns: 1fr 1fr;
  }

  .light-border {
    justify-content: center;
    align-items: center;
  }

  .light-border-inner {
    width: 160px;
  }

  .payment-right {
    height: 450px;
  }

  .display-4x {
    font-size: 1.5rem;
  }

  .chat-text {
    margin-top: 24px;
  }
}

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

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

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

  .hero_wrap {
    min-height: 105svh;
  }

  .swiper-slide.is-places {
    width: 100%;
  }

  .swiper-bullet-wrapper.is-slider-main {
    display: none;
  }

  .swiper-drag-wrapper.is-slider-main {
    height: .625rem;
  }

  .places-card_heading-text {
    font-size: 1.125rem;
  }

  .places-card_desc-text {
    margin-bottom: 0;
  }

  .navigation-split {
    padding-left: .75rem;
    padding-right: .75rem;
    position: sticky;
  }

  .experience-row2-col-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .experience-row2-content-2 {
    background-color: #000;
    position: relative;
  }

  .promo-container {
    display: flex;
  }

  .announcement-wrapper {
    display: none;
  }

  .navigation-logo.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .experience-row2-col-content-2 {
    z-index: 2;
    background-color: #000;
    position: relative;
  }

  .experience-row2-col-2 {
    background-color: #000;
  }

  .button-2.is-icon, .button-2.is-icon.is-secondary {
    flex: 1;
  }

  .button-group-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
  }

  .button-group-2.margin-bottom {
    width: 100%;
  }

  .top-bar, .nav05_top_wrap {
    display: none;
  }

  .footer-rights {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .heading-style-h2-2 {
    text-align: left;
    font-size: 1.3rem;
  }

  .heading-style-h2-2.align-middle {
    font-size: 1.3rem;
  }

  .section_image {
    height: 40dvh;
  }

  .timeline3_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .footer-submit-button {
    width: 100%;
  }

  .footer-form {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .footer-text-field-2 {
    background-image: none;
    width: 100%;
    padding-left: 60px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .navigation {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-dropdown-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-feature {
    flex-flow: column;
  }

  .nav-grid-bottom {
    grid-template-columns: 1fr;
  }

  .hide-mobile {
    display: none;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .title-center-small {
    margin-bottom: 56px;
  }

  .navigation-avatar-wrapper {
    display: none;
  }

  .navigation-link-grid {
    grid-template-columns: 1fr;
  }

  .navigation-cta {
    padding: 24px;
  }

  .navigation-link-block {
    padding-left: 14px;
    padding-right: 14px;
  }

  .navigation-link-grid-2 {
    grid-template-columns: 1fr;
  }

  .navigation-wrapper-2 {
    display: none;
  }

  .navigation-text-link {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .toggle.w--open {
    background-color: #fbf7ee;
  }

  .navigation-title {
    margin-bottom: 20px;
  }

  .navigation-grid-2, .reverse {
    grid-template-columns: 1fr;
  }

  .navigation-feature-link {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .icon-wrapper {
    width: 100%;
  }

  .icon-wrapper:where(.w-variant-0443cfee-58f5-fff4-41ed-062d427276f7) {
    aspect-ratio: 1;
    width: 100%;
  }

  .icon-wrapper.not100 {
    width: auto;
  }

  .footer-line {
    width: 100%;
    height: 1px;
  }

  .footer-company-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .legal-links {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-grid-x-large {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .menu-img, .menu-img:where(.w-variant-0443cfee-58f5-fff4-41ed-062d427276f7) {
    width: 100%;
    height: 100%;
  }

  .video-wrapper {
    height: 55svh;
  }

  .thumbnail {
    object-fit: cover;
  }

  .play-icon {
    width: 3rem;
  }

  .header-buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .header-logos {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary {
    width: 100%;
  }

  .player {
    width: 3rem;
  }

  .footer-text-field-3 {
    background-image: none;
    width: 100%;
    padding-left: 60px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .footer-submit-button-2 {
    width: 100%;
  }

  .gradient-hero {
    font-size: 1.4rem;
  }

  .hero-head {
    font-size: 2.3rem;
  }

  .rating-row {
    grid-column-gap: 16px;
  }

  .testimonial-award.middle {
    margin-bottom: 0;
  }

  .testimonial-awards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flourish-divider {
    display: none;
  }

  .light-border-inner {
    width: 140px;
  }

  .payment-right {
    height: 250px;
  }

  .benefit-grid {
    margin-top: 20px;
  }

  .chat-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 20px;
  }

  .chat-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-badge {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 6px 10px;
  }
}

#w-node-_733e1841-00d7-fdab-02ab-b97495f0f976-95f0f966:where(.w-variant-07ad9d32-055f-ac1e-1e6c-98f98d59cdac) {
  order: -9999;
}

#w-node-e9b2fdd6-cf18-4a0d-7901-56eee20a5236-e20a514d, #w-node-_54fee7b1-42d3-3ca6-0cfc-15b24f30612d-e20a514d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-fe42dac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-fe42dac3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-fe42dac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-fe42dac3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-fe42dac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-fe42dac3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-fe42dac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-fe42dac3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-fe42dac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-fe42dac3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-fe42dac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-fe42dac3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-fe42dac3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-fe42dac3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-fe42dac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-fe42dac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-fe42dac3 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  #w-node-d4ef3d7c-7108-9a97-e0c6-b9bd5b3e6184-248c46cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_733e1841-00d7-fdab-02ab-b97495f0f96b-95f0f966:where(.w-variant-07ad9d32-055f-ac1e-1e6c-98f98d59cdac) {
    order: -9999;
  }

  #w-node-_733e1841-00d7-fdab-02ab-b97495f0f976-95f0f966:where(.w-variant-07ad9d32-055f-ac1e-1e6c-98f98d59cdac) {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_09b4fc28-4628-2159-ccc0-c6561480781f-fe42dac0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Forza';
  src: url('../fonts/Forza-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}