:root {
  --black: black;
  --grey-400: #a3a3a3;
  --white: white;
  --grey-300: #c7c7c7;
  --yellow-200: #f5ffd8;
  --grey-700: #484848;
  --grey-25: #fcfcfc;
  --grey-50: #f9f9f9;
  --grey-100: whitesmoke;
  --grey-500: #838383;
  --grey-600: dimgrey;
  --grey-800: #212121;
  --grey-900: #070707;
  --yellow-50: #fdfff9;
  --yellow-100: #faffec;
  --yellow-300: #efffc4;
  --yellow-400: #eaffb1;
  --yellow-500: #dcff7d;
  --grey-200: #e5e5e5;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.015em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: .96;
}

h2 {
  letter-spacing: -.015em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  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);
  text-decoration: none;
}

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: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.form-message-error {
  border-radius: 12px;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
}

.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 {
  width: 4rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.container-small.is-hero {
  max-width: 52rem;
}

.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-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-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-small {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.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 {
  letter-spacing: -.015em;
  font-family: Barlow Condensed, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  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: #f4f4f4;
}

.heading-style-h6 {
  text-transform: none;
  font-family: Aeonik;
  font-size: 1.25rem;
  font-weight: 500;
  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 {
  text-transform: none;
  font-family: Aeonik;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

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

.heading-style-h1 {
  letter-spacing: -.015em;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: .96;
}

.form-checkbox-icon {
  border: 1px solid var(--grey-400);
  cursor: pointer;
  border-radius: 4px;
  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;
}

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

.heading-style-h4 {
  text-transform: none;
  font-family: Aeonik;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

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

.icon-1x1-xxsmall {
  flex: none;
  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 {
  text-transform: none;
  font-family: Aeonik;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.form-input {
  border: 1px solid var(--grey-300);
  color: var(--grey-300);
  background-color: #0000;
  border-radius: 12px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .75rem .9rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: var(--yellow-200);
  box-shadow: 0 0 16px #dcff7d99;
}

.form-input::placeholder {
  color: var(--grey-700);
}

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

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

.rl-styleguide_color.is-gray25 {
  background-color: var(--grey-25);
}

.rl-styleguide_color.is-gray50 {
  background-color: var(--grey-50);
}

.rl-styleguide_color.is-gray100, .rl-styleguide_color.is-gray200 {
  background-color: var(--grey-100);
}

.rl-styleguide_color.is-gray300 {
  background-color: var(--grey-300);
}

.rl-styleguide_color.is-gray400 {
  background-color: var(--grey-400);
}

.rl-styleguide_color.is-gray500 {
  background-color: var(--grey-500);
}

.rl-styleguide_color.is-gray600 {
  background-color: var(--grey-600);
}

.rl-styleguide_color.is-gray700 {
  background-color: var(--grey-700);
}

.rl-styleguide_color.is-gray800 {
  background-color: var(--grey-800);
}

.rl-styleguide_color.is-gray900 {
  background-color: var(--grey-900);
}

.rl-styleguide_color.is-yellow50 {
  background-color: var(--yellow-50);
}

.rl-styleguide_color.is-yellow100 {
  background-color: var(--yellow-100);
}

.rl-styleguide_color.is-yellow200 {
  background-color: var(--yellow-200);
}

.rl-styleguide_color.is-yellow300 {
  background-color: var(--yellow-300);
}

.rl-styleguide_color.is-yellow400 {
  background-color: var(--yellow-400);
}

.rl-styleguide_color.is-yellow500 {
  background-color: var(--yellow-500);
}

.rl-styleguide_color.is-yellow600 {
  background-color: var(--grey-600);
}

.rl-styleguide_color.is-yellow700 {
  background-color: var(--grey-700);
}

.rl-styleguide_color.is-yellow800 {
  background-color: var(--grey-800);
}

.rl-styleguide_color.is-yellow900 {
  background-color: var(--grey-900);
}

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

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

.button-group.is-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.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 {
  flex: none;
  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 {
  color: var(--grey-300);
  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;
}

.text-size-large.text-color-graytrue300 {
  font-family: "Inter 1", Impact, sans-serif;
}

.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: 5%;
  padding-right: 5%;
}

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

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

.section_home-hero {
  position: relative;
}

.rl-styleguide_color-sample-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-gray25 {
  background-color: var(--grey-25);
}

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

.background-color-gray50 {
  background-color: var(--grey-50);
}

.background-color-gray100 {
  background-color: var(--grey-100);
}

.background-color-gray200 {
  background-color: var(--grey-200);
}

.background-color-gray300 {
  background-color: var(--grey-300);
}

.background-color-gray400 {
  background-color: var(--grey-400);
}

.background-color-gray500 {
  background-color: var(--grey-500);
}

.background-color-gray600 {
  background-color: var(--grey-600);
}

.background-color-gray700 {
  background-color: var(--grey-700);
}

.background-color-gray800 {
  background-color: var(--grey-800);
}

.background-color-gray900 {
  background-color: var(--grey-900);
}

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

.text-color-graytrue25 {
  color: var(--grey-25);
}

.text-color-graytrue50 {
  color: var(--grey-50);
}

.text-color-graytrue100 {
  color: var(--grey-100);
}

.text-color-graytrue200 {
  color: var(--grey-200);
}

.text-color-graytrue300 {
  color: var(--grey-300);
}

.text-color-graytrue400 {
  color: var(--grey-400);
}

.text-color-graytrue500 {
  color: var(--grey-500);
}

.text-color-graytrue600 {
  color: var(--grey-600);
}

.text-color-graytrue700 {
  color: var(--grey-700);
}

.text-color-graytrue800 {
  color: var(--grey-800);
}

.text-color-graytrue900 {
  color: var(--grey-900);
}

.background-color-yellow50 {
  background-color: var(--yellow-50);
}

.background-color-yellow100 {
  background-color: var(--yellow-100);
}

.background-color-yellow200 {
  background-color: var(--yellow-200);
}

.background-color-yellow300 {
  background-color: var(--yellow-300);
}

.background-color-yellow400 {
  background-color: var(--yellow-400);
}

.background-color-yellow500 {
  background-color: var(--yellow-500);
}

.text-color-yellow50 {
  color: var(--yellow-50);
}

.text-color-yellow100 {
  color: var(--yellow-100);
}

.text-color-yellow200 {
  color: var(--yellow-200);
}

.text-color-yellow300 {
  color: var(--yellow-300);
}

.text-color-yellow400 {
  color: var(--yellow-400);
}

.text-color-yellow500 {
  color: var(--yellow-500);
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--yellow-500);
  text-align: center;
  background-color: #0000;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  min-height: 2.1rem;
  padding: .75rem 1.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.is-small {
  border-radius: 12px;
  padding: .5rem 1.25rem;
}

.button.is-secondary {
  border-color: var(--grey-700);
  background-color: var(--grey-800);
}

.button.is-secondary.is-alternate {
  border-color: var(--grey-400);
  background-color: var(--grey-100);
}

.button.is-glow {
  transition: all .25s;
  box-shadow: inset 0 0 12px #efffc440, 0 0 16px #efffc459;
}

.button.is-glow:hover {
  border-color: var(--yellow-300);
  background-color: #eaffb10d;
  box-shadow: inset 0 0 12px #efffc440, 0 0 30px 3px #efffc44d;
}

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

.clip {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.is-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

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

.navbar {
  z-index: 100;
  color: #000;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.menu-overlay {
  z-index: 5;
  cursor: pointer;
  background-color: #0c0e06bf;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar_component {
  justify-content: space-between;
  width: 100%;
  height: 0;
  display: flex;
  position: static;
}

.navbar_base {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 6rem;
  display: flex;
  position: static;
}

.navbar_base.is-left {
  z-index: 100;
  position: relative;
}

.navbar_logo-link {
  z-index: 100;
  border: 1px solid var(--grey-600);
  font-variation-settings: "wght" 400;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  position: relative;
}

.navbar_logo.is-bottom {
  position: absolute;
  bottom: -100%;
}

.navbar_button {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--yellow-500);
  color: var(--white);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_menu-dropdown {
  flex-direction: column;
  align-items: flex-end;
  margin-left: .625rem;
  display: flex;
  position: relative;
}

.navbar_toggle {
  z-index: 100;
  border: 1px solid var(--grey-400);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
}

.navbar_menu-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

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

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

.navbar_toggle-spacer {
  height: .325rem;
}

.navbar_menu-dropdown-list.w--open {
  background-color: #ddd0;
  margin-top: -1rem;
  margin-right: -1rem;
  position: absolute;
  bottom: auto;
}

.navbar_menu-base {
  z-index: 5;
  background-color: var(--grey-400);
  border-radius: .625rem;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  display: flex;
}

.navbar_menu-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  min-width: 25rem;
  display: grid;
}

.navbar_link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--white);
  border-right: 1px none var(--white);
  color: var(--white);
  letter-spacing: .02rem;
  text-transform: uppercase;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  padding: 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.navbar_link.w--current {
  color: var(--yellow-500);
}

.navbar_right-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--grey-600);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff08;
  border-radius: 10px;
  align-items: center;
  padding: .375rem;
  display: flex;
}

.gradient {
  width: 70vw;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gradient.is-home-hero {
  width: auto;
  top: -9.2rem;
  transform: translate(0, -14rem);
}

.gradient.is-testimonials {
  width: 85vw;
  transform: translate(0, -25rem);
}

.gradient.is-about {
  display: none;
  top: -65%;
}

.edit-me {
  display: none;
}

.linear-grad {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.radial-blur {
  z-index: 3;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-half {
  filter: brightness(157%);
  width: 50%;
}

.glow {
  z-index: 10;
  opacity: .5;
  filter: blur(210px);
  border-radius: 100%;
  width: 100%;
  height: 18%;
  position: absolute;
  inset: 50% 0% 0%;
}

.home-hero_component {
  z-index: 99;
  position: relative;
}

.home-hero_padding {
  padding-top: 14rem;
  padding-bottom: 7rem;
}

.text-condensed-small {
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.text-condensed-medium {
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.1;
}

.text-condensed-normal {
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.home-about_component {
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-about_content {
  flex-direction: column;
  justify-content: space-between;
  max-width: 31rem;
  display: flex;
}

.home-about_image-wrapper {
  border-radius: 12px;
  height: 40rem;
  position: relative;
  overflow: hidden;
}

.home-about_image {
  object-fit: cover;
  width: 110%;
  max-width: none;
  height: 110%;
  position: absolute;
  inset: -5% 0% 0% -5%;
}

.home-about_h2 {
  letter-spacing: -.075rem;
  font-family: Aeonik;
  font-size: 3.25rem;
  font-weight: 400;
}

.img-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-whipe.background-color-black {
  transform: translate(0, 100%);
}

.section_home-services {
  z-index: 15;
  position: relative;
}

.home-services_component {
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-right: 17.5rem;
  display: grid;
  position: relative;
}

.home-services_list {
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-services_list-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 0;
  display: flex;
  position: relative;
  top: 50vh;
}

.home-services_list-text-wrapper {
  opacity: .2;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  position: relative;
}

.home-services_list-text-wrapper.is-active {
  opacity: 1;
}

.home-services_display-title {
  border-bottom: 2px solid var(--yellow-500);
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 3.675rem;
  font-weight: 600;
  line-height: .9;
  display: inline-block;
}

.home-services_content {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30vh;
  padding-bottom: 30vh;
  display: grid;
}

.home-services_card {
  opacity: .28;
}

.home-services_card.is-active {
  opacity: 1;
}

.home-services_left-title-line {
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.section_testimonials {
  position: relative;
}

.testimonials_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.testimonials_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonials_content {
  -webkit-backdrop-filter: blur(56px);
  backdrop-filter: blur(56px);
  text-align: center;
  background-color: #00000026;
  border: 1px solid #9c9c9c66;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem 4.5rem;
  display: flex;
}

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

.testimonials_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonials_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonials_arrow {
  background-color: #a3a3a324;
  border: 1px solid #c7c7c74d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.testimonials_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonials_wrapper {
  z-index: 15;
  position: relative;
}

.testimonials_arrow-img {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
}

.testimonials_arrow-img.is-left {
  transform: rotate(180deg);
}

.home-process_card-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.home-process_card-wrapper._1 {
  position: sticky;
  top: 20vh;
}

.home-process_card-wrapper._2 {
  position: sticky;
  top: 22vh;
}

.home-process_card-wrapper._3 {
  position: sticky;
  top: 24vh;
}

.home-process_card-wrapper._4 {
  position: sticky;
  top: 26vh;
}

.home-process_card-wrapper._5 {
  position: sticky;
  top: 28vh;
}

.home-process_card {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #00000026;
  border: 1px solid #9c9c9c66;
  border-radius: 12px;
  margin-bottom: 6.25rem;
  padding: 5rem 6rem;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 15px #13131380;
}

.home-process_title-line {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 2rem;
  display: flex;
}

.home-process_sticky-wrapper {
  position: sticky;
  top: 1vh;
}

.home-process_card-glow {
  opacity: .65;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-process_title-wrapper {
  position: sticky;
  top: 10vh;
}

.faqs_content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--grey-400);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  padding: .75rem;
  display: flex;
}

.faqs_item {
  border: 1px solid var(--white);
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faqs_item-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.faqs_question {
  text-transform: none;
  font-size: 1.625rem;
  font-weight: 400;
}

.faqs_top-icon {
  border: 1px solid var(--yellow-500);
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
  margin-left: 1.5rem;
  display: flex;
  position: relative;
}

.faqs_top-icon-line-v {
  width: 1px;
  height: 1rem;
  position: absolute;
}

.faqs_top-icon-line-h {
  width: 1rem;
  height: 1px;
  position: absolute;
}

.faqs_item-bottom-inner {
  padding: 2rem 5rem;
}

.section_home-faqs {
  background-color: var(--grey-300);
}

.footer {
  color: #fff;
  background-color: #000;
  width: 100%;
}

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

.footer_left {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: flex-start;
  display: grid;
}

.footer_right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer_navigation-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_navlink {
  color: var(--yellow-500);
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.1;
}

.footer_h1 {
  transform-origin: 0 100%;
}

.work_embed {
  display: none;
}

.work_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
}

.work_card-border_glow {
  z-index: 2;
  background-color: var(--black);
  border: 0 #0000;
  border-radius: 13px;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.work_card-hover {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--grey-700);
  perspective: 1000px;
  letter-spacing: .25px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work_thumbnail-img-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work_card-glow-background {
  z-index: 1;
  background-color: var(--grey-300);
  filter: blur(80px);
  border-radius: 50%;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.work_thumbnail-img {
  object-fit: cover;
  width: 108%;
  max-width: none;
  height: 108%;
  position: absolute;
  inset: -4% 0% 0% -4%;
}

.work_project-title {
  font-size: 1.75rem;
  font-weight: 500;
}

.work_tag-wrapper {
  border: 1px solid var(--grey-500);
  background-color: var(--grey-600);
  border-radius: 6px;
  padding: .175rem .5rem;
}

.work_tags-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.work_card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.work_title-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.work_scroll-wrapper {
  padding-left: 5%;
  padding-right: 5%;
}

.about-hero_image-wrapper {
  border-radius: 12px;
  width: 22.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}

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

.section_about-hero, .section_about-quote {
  position: relative;
}

.about-quote_component {
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.about-quote_content {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.about-quote_h2 {
  z-index: 1;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 11rem;
  font-weight: 500;
  line-height: .95;
  position: relative;
}

.about-quote_image-wrapper {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 15rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.about-quote_image-wrapper._1 {
  top: 7%;
  left: 12.5%;
}

.about-quote_image-wrapper._2 {
  bottom: 10%;
  right: 17.5%;
}

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

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

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

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

.logos_embed-small {
  color: var(--grey-400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3rem;
  display: flex;
}

.section_about-numbers {
  position: relative;
}

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

.about-numbers_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_about-bio {
  z-index: 10;
  position: relative;
}

.about-bio_component {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 12.5rem;
  display: grid;
}

.about-bio_content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.about-bio_image-wrapper {
  border-radius: 12px;
  height: 40rem;
  position: relative;
  overflow: hidden;
}

.about-bio_image {
  object-fit: cover;
  width: 110%;
  max-width: none;
  height: 110%;
  position: absolute;
  inset: -5% 0% 0% -5%;
}

.hero-paragraph-wrapper {
  padding-left: 6rem;
  padding-right: 6rem;
}

.about-quote_image {
  object-fit: cover;
  width: 110%;
  max-width: none;
  height: 110%;
  position: absolute;
  inset: -5% 0% 0% -5%;
}

.resources_scroll-wrapper {
  padding-left: 5%;
  padding-right: 5%;
}

.resources_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.resources_card {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--grey-700);
  background-color: var(--grey-700);
  perspective: 500px;
  letter-spacing: .25px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.resources_card:hover {
  border-color: var(--grey-400);
  background-color: var(--grey-600);
}

.resources_thumbnail-img-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resources_thumbnail-img-wrapper.is-transparent-bg {
  width: 7.5rem;
  height: 7.5rem;
  padding-top: 0%;
}

.resources_thumbnail-img {
  object-fit: cover;
  width: 108%;
  max-width: none;
  height: 108%;
  position: absolute;
  inset: -4% 0% 0% -4%;
}

.resources_card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.resources_title-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.contact-page_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--grey-300);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact-page_item {
  align-items: flex-start;
  display: flex;
}

.contact-page_icon-wrapper {
  color: var(--grey-50);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact-page_form-block {
  flex-direction: column;
  align-items: stretch;
}

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

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.resources_item {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  background-color: #ffffff08;
  background-image: linear-gradient(#fff0, #ffffff0d);
  border-radius: .63rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-section-xlarge {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.padding-section-xxlarge {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.home-hero_h1 {
  text-shadow: 0 0 20px #00000012;
  font-family: "Podiumsharp 211 1", Impact, sans-serif;
}

.cs-hero_wrapper {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  display: flex;
}

.cs-hero_visual-outer-wrapper {
  padding-top: 52.5%;
  position: relative;
  overflow: hidden;
}

.cs-hero_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.cs-hero_component {
  z-index: 10;
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.cs-hero_top {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cs-hero_top-wrapper {
  width: 80%;
}

.cs-hero_h1 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}

.cs-hero_bottom {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6em;
  display: grid;
}

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

.cs-img_wrapper {
  width: 100%;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

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

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

.cs-std-chapter_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-std-chapter_top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.cs-std-chapter_number {
  font-family: Staffcondensed;
  line-height: 2.35;
  position: absolute;
  left: -2.25rem;
}

.cs-std-chapter_h2 {
  font-size: 3.25rem;
}

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

.transition {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-trigger {
  display: none;
}

.transition_top-tab {
  z-index: 2;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.transition_bottom-tab {
  z-index: 1;
  background-color: var(--yellow-500);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.transition_home-logo {
  z-index: 3;
  color: var(--grey-400);
  letter-spacing: .01rem;
  font-family: Staffxcondensed;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.2;
}

.transition_home-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonials_overflow-hidden {
  width: 100vw;
  overflow: hidden;
}

.hero-name {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Staffxcondensed;
  font-size: 7rem;
  line-height: .8;
  display: inline-block;
}

.hero-main-text {
  text-transform: uppercase;
}

.image-11 {
  margin: 0 auto;
}

.image-3, .image-10 {
  margin-left: auto;
  margin-right: auto;
}

.motto-wrap {
  text-align: center;
  border-radius: 18px;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-18 {
  color: #212529;
  text-align: center;
  margin: auto 140px;
  padding-bottom: 40px;
  font-size: 83px;
  font-weight: 800;
  line-height: 91px;
}

.heading-29 {
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.heading-16 {
  margin-left: -149px;
  margin-right: -104px;
  font-family: "Podiumsharp 211 1", Impact, sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 5.9rem;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e73904;
  border-radius: 18px;
  padding: 12px 25px;
  font-size: 78px;
  line-height: 63px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.heading-17 {
  margin: .8rem -44px 0 -83px;
  padding-top: 1px;
  padding-bottom: 13px;
  font-family: "Podiumsharp 211 1", Impact, sans-serif;
  font-size: 91px;
  font-weight: 800;
  line-height: 84px;
}

.heading {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.code-embed {
  margin-left: -113px;
}

.heading-21 {
  color: #333;
  text-align: left;
  margin-left: 140px;
  margin-right: 140px;
  font-size: 26px;
  line-height: 40px;
}

.heading-6 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.heading-22 {
  color: #333;
  text-align: left;
  margin-left: 140px;
  margin-right: 140px;
  font-size: 26px;
  line-height: 40px;
}

.bold-text-6 {
  font-size: 44px;
  line-height: 44px;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-heading-center {
  background-color: #f3f3f3;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e73904;
  border-radius: 18px;
  padding: 12px 25px;
  font-size: 60px;
  line-height: 60px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-20 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin: 4.5rem 140px 0;
  padding-bottom: 0;
  font-family: "Inter 1", Impact, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.heading-4 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.heading-8 {
  margin-left: auto;
  margin-right: auto;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-7 {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.heading-24 {
  color: #333;
  text-align: left;
  margin-left: 140px;
  margin-right: 140px;
  font-size: 26px;
  line-height: 32px;
}

.heading-25 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-left: 140px;
  margin-right: 140px;
  font-family: "Inter 1", Impact, sans-serif;
  font-size: 1.625rem;
  line-height: 2rem;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e73904;
  border: 0 solid #000;
  border-radius: 18px;
  padding: 12px 25px;
  font-size: 67px;
  line-height: 63px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.heading-3 {
  margin-left: 77px;
  margin-right: 11px;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-4 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e73904;
  border: 1px solid #07060605;
  border-radius: 18px;
  padding: 12px 25px;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  margin-left: 20px;
  margin-right: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 84px;
  line-height: 84px;
}

.bold-text-5 {
  font-size: 40px;
  font-weight: 400;
}

.heading-26 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-left: 140px;
  margin-right: 140px;
  font-family: "Inter 1", Impact, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

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

.text-condensed-medium-2 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.1;
}

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

.text-color-yellow500-2 {
  color: #dcff7d;
  font-family: "Podiumsharp 211 1", Impact, sans-serif;
  font-size: 4rem;
  font-weight: 800;
}

.home-process_title-line-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.text-color-graytrue300-2 {
  color: #c7c7c7;
  text-align: left;
}

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

.heading-30 {
  color: #f5f2f2;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 14.0625rem 15.5rem 12.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.heading-31 {
  margin-bottom: 1.6rem;
  margin-left: -149px;
  margin-right: -104px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4.4rem;
}

.button-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  background-color: #0000;
  border: 1px solid #dcff7d;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  min-height: 2.1rem;
  padding: .75rem 1.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-2.is-glow {
  transition: all .25s;
  box-shadow: inset 0 0 12px #efffc440, 0 0 16px #efffc459;
}

.button-2.is-glow:hover {
  background-color: #eaffb10d;
  border-color: #efffc4;
  box-shadow: inset 0 0 12px #efffc440, 0 0 30px 3px #efffc44d;
}

.heading-32 {
  color: #f3eeee;
  text-align: left;
  letter-spacing: 1px;
  margin-left: 140px;
  margin-right: 140px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.heading-33 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-left: 140px;
  margin-right: 140px;
  font-family: "Inter 1", Impact, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.heading-34 {
  letter-spacing: 0;
  margin-bottom: 1rem;
  margin-left: -83px;
  margin-right: -44px;
  font-family: "Podiumsharp 211 1", Impact, sans-serif;
  font-size: 102px;
  font-weight: 800;
  line-height: 93px;
}

.card-wrap {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  margin-left: 60px;
  display: flex;
  position: relative;
  inset: 0%;
}

.card {
  background-image: url('../images/Beige-Minimalist-Online-Fashion-Brand-Email-Newsletter.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 250px;
  height: 400px;
  position: absolute;
  transform: rotate(-2deg);
  box-shadow: 0 1px 8px #1a00014d;
}

.card.bottom {
  background-image: url('../images/Beige-Modern-Customer-Appreciation-Email-Newsletter.png');
}

.card.top {
  background-image: url('../images/Brown-and-Beige-Minimalist-Online-Fashion-Brand-Email-Newsletter.png');
  margin-left: 0;
}

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

  h2 {
    font-size: 3rem;
  }

  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: 3rem;
  }

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

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

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

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

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

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

  .navbar {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .navbar_base {
    height: 5rem;
  }

  .navbar_menu-dropdown {
    margin-left: .4rem;
  }

  .navbar_toggle {
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_menu {
    min-height: auto;
  }

  .navbar_menu-grid {
    grid-auto-flow: row;
    min-width: 50vw;
  }

  .navbar_link {
    border-bottom: 1px #d2d2cf;
  }

  .gradient.is-home-hero {
    width: 100vw;
    margin-top: 1.6rem;
    top: 0;
  }

  .gradient.is-testimonials {
    width: 100vw;
    max-width: none;
    transform: translate(0, -28rem);
  }

  .home-hero_component {
    padding-top: 5rem;
  }

  .home-hero_padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .home-services_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-right: 0;
  }

  .faqs_item-bottom-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .work_card-hover {
    padding: 1.25rem;
  }

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

  .about-quote_h2 {
    font-size: 7.5rem;
  }

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

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

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

  .about-numbers_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .about-bio_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-bottom: 10rem;
  }

  .hero-paragraph-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .resources_card {
    padding: 1.25rem;
  }

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

  .resources_item {
    height: 20rem;
  }

  .padding-section-xlarge {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .padding-section-xxlarge {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .home-hero_h1 {
    font-size: 3.75rem;
  }

  .cs-hero_top-wrapper {
    width: auto;
  }

  .cs-std-text_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .cs-std-chapter_number {
    left: -1.5rem;
  }

  .cs-std-chapter_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .hero-name {
    font-size: 6rem;
  }

  .text-block-18, .heading-16 {
    font-size: 70px;
    line-height: 70px;
  }

  .heading-17 {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-20 {
    font-size: 1.625rem;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .heading-25 {
    font-weight: 400;
    line-height: 2.5rem;
  }

  .container-5 {
    max-width: 728px;
  }

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

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

  .heading-31 {
    font-size: 70px;
    line-height: 70px;
  }

  .heading-34 {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

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

  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: 3rem;
  }

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

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

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

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

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

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

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

  .navbar_base {
    height: 5rem;
  }

  .navbar_button {
    display: none;
  }

  .navbar_menu-dropdown {
    margin-left: 1px;
  }

  .navbar_toggle {
    border-radius: 6px;
  }

  .navbar_menu-grid {
    grid-template-columns: 1fr;
    min-width: 60vw;
  }

  .navbar_link {
    min-height: auto;
    padding: 1.5rem;
  }

  .gradient {
    width: 100vw;
  }

  .gradient.is-home-hero {
    transform: translate(0, -9.6rem);
  }

  .gradient.is-testimonials {
    transform: translate(0, -25rem);
  }

  .gradient.is-about {
    top: -54%;
  }

  .home-hero_padding {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }

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

  .home-about_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column-reverse;
  }

  .home-about_h2 {
    font-size: 2.75rem;
  }

  .home-services_component {
    grid-template-columns: 1fr;
    padding-bottom: 4rem;
  }

  .home-services_list {
    display: none;
  }

  .home-services_content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-services_card {
    opacity: 1;
  }

  .testimonials_component {
    padding-bottom: 3rem;
  }

  .testimonials_mask {
    overflow: visible;
  }

  .testimonials_slide {
    margin-right: 2.5%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials_content {
    padding: 2.5rem;
  }

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

  .testimonials_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonials_client-info {
    margin-bottom: 1rem;
  }

  .home-process_card {
    padding: 2.5rem;
  }

  .faqs_question {
    font-size: 1.25rem;
    font-weight: 500;
  }

  .faqs_item-bottom-inner {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer_right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: left;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .footer_h1 {
    font-size: 3.2rem;
  }

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

  .about-hero_image-wrapper {
    width: auto;
    padding-top: 80%;
  }

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

  .about-quote_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column-reverse;
    width: 100%;
  }

  .about-quote_image-wrapper {
    width: 55vw;
  }

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

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

  .logos_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

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

  .about-numbers_component {
    grid-template-columns: 1fr;
  }

  .about-bio_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-bottom: 7.5rem;
  }

  .about-bio_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .resources_card:hover {
    border-color: var(--grey-700);
    background-color: var(--grey-700);
  }

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

  .resources_item {
    height: 12.5rem;
  }

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

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

  .home-hero_h1 {
    font-size: 3rem;
  }

  .cs-hero_bottom, .cs-std-text_component, .cs-std-chapter_bottom {
    grid-template-columns: 1fr;
  }

  .transition_home-logo {
    font-size: 1.5rem;
  }

  .hero-name {
    font-size: 5.5rem;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .container {
    text-align: center;
  }

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

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

@media screen and (max-width: 479px) {
  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-large.text-color-graytrue300 {
    font-size: .9rem;
  }

  .padding-global {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .navbar_menu-dropdown {
    margin-left: 0;
    position: static;
  }

  .navbar_menu-dropdown-list.w--open {
    margin-top: 3.5rem;
    padding-left: .8rem;
  }

  .navbar_menu-base {
    padding-top: 0;
  }

  .navbar_menu-grid {
    width: 96%;
    min-width: 35vw;
  }

  .navbar_link.top-item {
    border-top-style: none;
  }

  .gradient.is-home-hero {
    max-width: none;
    margin-top: 0;
    transform: translate(0, -11.8rem);
  }

  .gradient.is-testimonials {
    opacity: .9;
    transform: translate(0, -33rem);
  }

  .gradient.is-about {
    top: -62%;
  }

  .glow {
    margin-top: 0;
    margin-bottom: 1px;
    padding-bottom: 0;
  }

  .home-hero_padding {
    padding-top: 6rem;
  }

  .home-about_component {
    grid-template-columns: 1fr;
  }

  .home-about_image-wrapper {
    height: 27.5rem;
  }

  .home-about_h2 {
    font-size: 2.25rem;
  }

  .home-services_component {
    grid-template-columns: 1fr;
  }

  .testimonials_content {
    padding: 1.5rem;
  }

  .home-process_card {
    padding: 1.75rem;
  }

  .home-process_title-line {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer_left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer_navlink._2 {
    top: 80px;
  }

  .footer_navlink._3 {
    top: 140px;
  }

  .footer_navlink._4 {
    top: 200px;
  }

  .footer_navlink._5 {
    top: 260px;
  }

  .work_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    width: 400%;
  }

  .work_grid.is-6-items {
    grid-template-columns: 1fr;
    width: 600%;
  }

  .work_card-border_glow {
    border-radius: 8px;
  }

  .work_card-hover {
    border-radius: 8px;
    padding: 1rem;
  }

  .work_thumbnail-img-wrapper {
    border-radius: 6px;
  }

  .work_card-glow-background._2 {
    top: 80px;
  }

  .work_card-glow-background._3 {
    top: 140px;
  }

  .work_card-glow-background._4 {
    top: 200px;
  }

  .work_scroll-wrapper {
    overflow: scroll;
  }

  .about-hero_image-wrapper {
    padding-top: 125%;
  }

  .about-quote_component {
    grid-template-columns: 1fr;
  }

  .about-quote_image-wrapper {
    width: 80%;
    padding-top: 45%;
  }

  .logos_logo-list {
    justify-content: center;
  }

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

  .about-numbers_component, .about-numbers_item-list {
    grid-template-columns: 1fr;
  }

  .about-bio_component {
    grid-template-columns: 1fr;
    padding-bottom: 5rem;
  }

  .resources_scroll-wrapper {
    overflow: scroll;
  }

  .resources_grid {
    grid-template-rows: auto;
    grid-auto-flow: column;
  }

  .resources_grid.is-6-items {
    width: 600%;
  }

  .resources_card {
    border-radius: 8px;
    padding: 1rem;
  }

  .resources_thumbnail-img-wrapper {
    border-radius: 6px;
  }

  .resources_thumbnail-img-wrapper.is-transparent-bg {
    width: 5rem;
    height: 5rem;
  }

  .contact-page_component {
    grid-template-columns: 1fr;
  }

  .resources_item {
    height: 19rem;
  }

  .home-hero_h1 {
    font-size: 2.2rem;
    line-height: 1;
  }

  .cs-hero_wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 5rem;
  }

  .cs-hero_bottom, .cs-std-text_component {
    grid-template-columns: 1fr;
  }

  .cs-std-chapter_top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .cs-std-chapter_number {
    position: static;
  }

  .cs-std-chapter_bottom {
    grid-template-columns: 1fr;
  }

  .hero-name {
    font-size: 4.5rem;
  }

  .image-3 {
    margin-top: 20px;
  }

  .text-block-18 {
    color: #212529;
    width: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 39px;
    font-weight: 800;
    line-height: 40.8px;
  }

  .heading-29 {
    font-size: 41px;
    line-height: 43px;
  }

  .heading-16 {
    color: #212529;
    margin-left: auto;
    margin-right: auto;
    font-size: 41px;
    font-weight: 400;
    line-height: 41px;
  }

  .button-primary-4 {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-17 {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.6rem;
    line-height: 2.5625rem;
  }

  .heading {
    color: #212529;
    width: 127%;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 51px;
    font-weight: 700;
    line-height: 46px;
  }

  .code-embed {
    margin-left: auto;
  }

  .heading-21 {
    color: #333;
    margin-bottom: 10px;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-6 {
    width: 127%;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 41px;
    font-weight: 400;
    line-height: 41px;
  }

  .heading-22 {
    margin-left: -37px;
    margin-right: -43px;
    font-size: 22px;
    line-height: 32px;
  }

  .button-primary-3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-20 {
    text-align: left;
    margin: 3rem -43px 0 -37px;
    padding-top: 0;
    padding-bottom: 100px;
    padding-right: 0;
    font-family: "Inter 1", Impact, sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .heading-4 {
    width: 127%;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 43px;
    line-height: 43px;
  }

  .heading-8 {
    width: 127%;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 41px;
    line-height: 41px;
  }

  .container {
    margin-top: auto;
  }

  .heading-7 {
    margin-left: -37px;
    margin-right: -43px;
    font-size: 41px;
    line-height: 41px;
  }

  .heading-24 {
    margin-left: -37px;
    margin-right: -43px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-25 {
    color: #fff;
    margin-bottom: 10px;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 21.6px;
    line-height: 32.4px;
  }

  .button-primary-5 {
    font-size: 13px;
    font-weight: 800;
    line-height: 35px;
  }

  .heading-3 {
    text-align: center;
    width: 127%;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 41px;
    font-weight: 400;
    line-height: 43px;
  }

  .container-5 {
    max-width: none;
  }

  .bold-text-4 {
    text-align: center;
    font-weight: 400;
    line-height: 40px;
  }

  .image-9 {
    text-align: center;
    width: auto;
    margin-left: -32px;
    margin-right: auto;
  }

  .button-primary-2 {
    margin-left: -38px;
    margin-right: -38px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
  }

  .image-8 {
    object-fit: fill;
    margin-left: -32px;
    padding-right: 0;
  }

  .heading-5 {
    margin-left: -37px;
    margin-right: -43px;
    font-size: 41px;
    font-weight: 800;
    line-height: 41px;
  }

  .heading-26 {
    width: auto;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 22px;
  }

  .padding-section-large-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .text-color-yellow500-2 {
    letter-spacing: 0;
    font-size: 2.5rem;
    line-height: 2.3rem;
  }

  .home-process_title-line-2 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .heading-30 {
    color: #f5f4f4;
    margin-bottom: 491px;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 21.6px;
    line-height: 32.4px;
  }

  .heading-31 {
    color: #eff1f3;
    margin-left: auto;
    margin-right: auto;
    font-size: 41px;
    font-weight: 400;
    line-height: 41px;
  }

  .heading-32 {
    text-align: left;
    margin-bottom: 10px;
    margin-left: -37px;
    margin-right: -43px;
    padding-right: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .heading-33 {
    text-align: left;
    margin: 20px -33px 10px -24px;
    padding-right: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .heading-34 {
    margin-left: auto;
    margin-right: auto;
    font-size: 53px;
    line-height: 53px;
  }

  .heading-35 {
    font-family: "Podiumsharp 211 1", Impact, sans-serif;
  }
}

#w-node-_31ad5eb7-fb7b-1530-2d97-6210d0d647ea-c29e90a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f49fff61-01b7-62af-f2a1-59730bfba964-0bfba95f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f49fff61-01b7-62af-f2a1-59730bfba965-0bfba95f, #w-node-f49fff61-01b7-62af-f2a1-59730bfba966-0bfba95f, #w-node-f49fff61-01b7-62af-f2a1-59730bfba978-0bfba95f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f49fff61-01b7-62af-f2a1-59730bfba97a-0bfba95f, #w-node-f49fff61-01b7-62af-f2a1-59730bfba982-0bfba95f {
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-c29e90bb, #w-node-_2bf9bed7-4ecb-6a56-1bb6-0064849ef5cb-c29e90bb, #w-node-_2bf9bed7-4ecb-6a56-1bb6-0064849ef5ce-c29e90bb, #w-node-_19a4b6f0-8047-25c2-18dd-6f725d793fff-c29e90bb, #w-node-_19a4b6f0-8047-25c2-18dd-6f725d794002-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e52-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e55-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e56-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e59-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e5a-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e5d-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e5e-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e61-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e62-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e65-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e66-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e69-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e6a-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e6d-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e6e-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e71-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e72-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e75-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e76-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e79-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e7a-c29e90bb, #w-node-_773d1e7c-a347-115a-aa70-35d9a9720e7d-c29e90bb, #w-node-_88c52b67-a564-33b4-8f71-0125ae2be717-c29e90bb, #w-node-_88c52b67-a564-33b4-8f71-0125ae2be71a-c29e90bb, #w-node-_88c52b67-a564-33b4-8f71-0125ae2be71b-c29e90bb, #w-node-_88c52b67-a564-33b4-8f71-0125ae2be71e-c29e90bb, #w-node-_88c52b67-a564-33b4-8f71-0125ae2be71f-c29e90bb, #w-node-_88c52b67-a564-33b4-8f71-0125ae2be722-c29e90bb, #w-node-_88c52b67-a564-33b4-8f71-0125ae2be723-c29e90bb, #w-node-_88c52b67-a564-33b4-8f71-0125ae2be726-c29e90bb, #w-node-_88c52b67-a564-33b4-8f71-0125ae2be727-c29e90bb, #w-node-_88c52b67-a564-33b4-8f71-0125ae2be72a-c29e90bb, #w-node-_88c52b67-a564-33b4-8f71-0125ae2be72b-c29e90bb, #w-node-_88c52b67-a564-33b4-8f71-0125ae2be72e-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-c29e90bb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-c29e90bb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-c29e90bb, #w-node-_814cfdd3-e4cc-674a-d222-8205b8d273ac-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273ad-c29e90bb {
  justify-self: start;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273b1-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273b2-c29e90bb {
  justify-self: start;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273b6-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273b7-c29e90bb {
  justify-self: start;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273bb-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273bc-c29e90bb {
  justify-self: start;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273c0-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273c1-c29e90bb {
  justify-self: start;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273c5-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273c6-c29e90bb {
  justify-self: start;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273ca-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273cb-c29e90bb {
  justify-self: start;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273cf-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273d0-c29e90bb {
  justify-self: start;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273d4-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273d5-c29e90bb {
  justify-self: start;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273d9-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273da-c29e90bb {
  justify-self: start;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273de-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814cfdd3-e4cc-674a-d222-8205b8d273df-c29e90bb {
  justify-self: start;
}

#w-node-d382e7d4-9ac2-cb42-1672-3f09453e0727-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d382e7d4-9ac2-cb42-1672-3f09453e0728-c29e90bb {
  justify-self: start;
}

#w-node-d382e7d4-9ac2-cb42-1672-3f09453e072c-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d382e7d4-9ac2-cb42-1672-3f09453e072d-c29e90bb {
  justify-self: start;
}

#w-node-d382e7d4-9ac2-cb42-1672-3f09453e0731-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d382e7d4-9ac2-cb42-1672-3f09453e0732-c29e90bb {
  justify-self: start;
}

#w-node-d382e7d4-9ac2-cb42-1672-3f09453e0736-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d382e7d4-9ac2-cb42-1672-3f09453e0737-c29e90bb {
  justify-self: start;
}

#w-node-d382e7d4-9ac2-cb42-1672-3f09453e073b-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d382e7d4-9ac2-cb42-1672-3f09453e073c-c29e90bb {
  justify-self: start;
}

#w-node-d382e7d4-9ac2-cb42-1672-3f09453e0740-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d382e7d4-9ac2-cb42-1672-3f09453e0741-c29e90bb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-c29e90bb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-c29e90bb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-c29e90bb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-c29e90bb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-c29e90bb, #w-node-_3b8d5b4b-6a04-688c-fd45-2b5d1072f6fa-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b8d5b4b-6a04-688c-fd45-2b5d1072f6fb-c29e90bb {
  justify-self: start;
}

#w-node-_3b8d5b4b-6a04-688c-fd45-2b5d1072f6fd-c29e90bb, #w-node-_3b8d5b4b-6a04-688c-fd45-2b5d1072f6fe-c29e90bb, #w-node-_4e085716-b54c-ae03-161a-6f5c216fe646-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e085716-b54c-ae03-161a-6f5c216fe647-c29e90bb {
  justify-self: start;
}

#w-node-_4e085716-b54c-ae03-161a-6f5c216fe649-c29e90bb, #w-node-_4e085716-b54c-ae03-161a-6f5c216fe64a-c29e90bb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-c29e90bb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-c29e90bb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-c29e90bb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-c29e90bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-c29e90bb {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-d4f36b72-dbcb-3d74-b5bb-8c5967704cc8-c29e90bc, #w-node-ab5ae993-4938-2bdf-2c21-eb2ebbf77221-c29e90bc, #w-node-_98701182-5974-d26d-8087-da01fb2afa50-c29e90bc, #w-node-f84c517c-0176-1967-fcd4-5d00593b4e35-c29e90bc, #w-node-e7d08b45-d37b-07ff-7a91-c2a7bf2d2689-c29e90bc, #w-node-_1683b34e-6753-7100-9009-97380bf76c87-c29e90bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4235e1af-d844-3b65-2cf0-a534df5db3a0-c29e90bd {
  align-self: stretch;
}

#w-node-_59a8725e-f929-43eb-4181-d9753a22ec52-c29e90bd, #w-node-a7651712-5be2-cde4-33f5-8cc420c54dc6-c29e90bd, #w-node-_654d9f56-4487-4146-6a92-46f125628457-c29e90bd, #w-node-_8cef96bc-e6dc-4ee9-5c13-8f945b9a0bc3-c29e90bd, #w-node-f994d036-0b4e-f92a-3f9e-2f41f3bce3d3-c29e90bd {
  justify-self: center;
}

#w-node-_56a9b0f9-f42b-9fe5-6d86-84fb3889a445-c29e90bf, #w-node-_56a9b0f9-f42b-9fe5-6d86-84fb3889a44a-c29e90bf, #w-node-_56a9b0f9-f42b-9fe5-6d86-84fb3889a44f-c29e90bf {
  align-self: start;
}

#w-node-_56a9b0f9-f42b-9fe5-6d86-84fb3889a495-c29e90bf {
  justify-self: start;
}

#w-node-_70e47476-cbf4-d7b6-bacb-fb83569ddeda-c29e90d3, #w-node-f91d1e5e-1eff-9e5f-2dd4-423fed2937f6-c29e90d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-f49fff61-01b7-62af-f2a1-59730bfba97a-0bfba95f, #w-node-f49fff61-01b7-62af-f2a1-59730bfba982-0bfba95f {
    justify-self: start;
  }

  #w-node-_9f8fd6a9-c285-add6-8e40-0b738de4657c-c29e90bd {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f49fff61-01b7-62af-f2a1-59730bfba965-0bfba95f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f49fff61-01b7-62af-f2a1-59730bfba9a2-0bfba95f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Podiumsharp 211 1';
  src: url('../fonts/PODIUMSharp-211-1.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 1';
  src: url('../fonts/Inter-Regular-1.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 1';
  src: url('../fonts/Inter-Bold-1.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}