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

h1 {
  margin-top: 20px;
  margin-bottom: .63rem;
  font-family: Sora, sans-serif;
  font-size: 2.38rem;
  font-weight: 700;
  line-height: 2.75rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: .63rem;
  font-family: Sora, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: .63rem;
  font-family: Sora, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.88rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: .63rem;
  font-family: Sora, sans-serif;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h5 {
  margin-top: 10px;
  margin-bottom: .63rem;
  font-family: Sora, sans-serif;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.25rem;
}

h6 {
  margin-top: 10px;
  margin-bottom: .63rem;
  font-family: Sora, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.13rem;
}

p {
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
}

a {
  font-family: Sora, sans-serif;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

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

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

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

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

.text-color-secondary {
  color: #000;
}

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

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

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

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

.padding-xlarge {
  padding: 4rem;
}

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

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

.padding-0 {
  padding: 0;
}

.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_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

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

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

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

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

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

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

.form_checkbox-icon.is-alternate {
  border-color: #fff;
}

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

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

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

.text-color-primary {
  color: #000;
}

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

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

.margin-xsmall {
  margin: 1rem;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.padding-small {
  padding: 1.5rem;
}

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

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

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

.background-color-secondary {
  background-color: #eee;
}

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

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

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

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

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

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

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

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

.form_field-label.is-alternate {
  color: #fff;
}

.background-color-tertiary {
  background-color: #aaa;
}

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

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

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

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

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

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

.background-color-black {
  background-color: #000;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

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

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

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

.margin-huge {
  margin: 6rem;
}

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

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

.hide {
  display: none;
}

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

.background-color-primary {
  background-color: #fff;
}

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

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

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

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

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

.form_input.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

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

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

.form_radio.is-alternate {
  color: #fff;
}

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

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

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

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

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

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

.rl-styleguide_nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.margin-xxhuge {
  margin: 10rem;
}

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

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

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

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

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

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

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

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

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

.form_checkbox.is-alternate {
  color: #fff;
}

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

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

.margin-0 {
  margin: 0;
}

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

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

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

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

.background-color-white {
  background-color: #fff;
}

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

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

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

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

.form_field-wrapper {
  position: relative;
}

.padding-xhuge {
  padding: 7rem;
}

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.w--current {
  border-bottom: 2px solid #000;
}

.tag.is-alternate {
  background-color: #fff;
  border-color: #fff;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: #fff;
  background-color: #fff0;
}

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

.margin-xhuge {
  margin: 7rem;
}

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

.padding-large {
  padding: 3rem;
}

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

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

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

.padding-xsmall {
  padding: 1rem;
}

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

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

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

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

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

.text-color-alternate {
  color: #fff;
}

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #000;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #000;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

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

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

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

.form_radio-icon.is-alternate {
  border-color: #fff;
}

.overflow-auto {
  overflow: auto;
}

.background-color-alternative {
  background-color: #000;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.margin-large {
  margin: 3rem;
}

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

.margin-medium {
  margin: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #eee;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

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

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

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

.padding-medium {
  padding: 2rem;
}

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

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

.padding-huge {
  padding: 6rem;
}

.margin-small {
  margin: 1.5rem;
}

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

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

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

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

.header-play-button {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
}

.text-color-accent {
  color: #ff6c0a;
}

.header-component {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.header-lightbox-link {
  aspect-ratio: 2;
  background-color: #7fc05c;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-lightbox-link.hide {
  display: none;
}

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

.header-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.carousel-overlay {
  background-image: linear-gradient(90deg, #f3f3f5, #fff0);
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-overlay.right {
  background-image: linear-gradient(90deg, #fff0, #f3f3f5);
  inset: 0% 0% 0% auto;
}

.dot-orange {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.code-embed {
  display: none;
}

.text-color-disabled {
  color: #cfd2d6;
}

.caption-regular {
  font-size: 16px;
  line-height: 24px;
}

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

.h3-heading {
  color: #1e2022;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

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

.section-regular {
  background-color: #f3f3f5;
  padding: 72px 5%;
  position: relative;
}

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

.carousel-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-video-thumbnail {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.caption-small {
  font-size: 14px;
  line-height: 20px;
}

.max-width-large-2 {
  width: 100%;
  max-width: 600px;
}

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

.icon-small.text-color-greenlight {
  color: #7fc05c;
}

.header-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.header-carousel-large {
  width: 100%;
  max-width: 770px;
  position: relative;
  overflow: hidden;
}

.container-large-2 {
  color: #000;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a3325;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.55, .055, .675, .19), background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #7fc05c;
  box-shadow: inset 0 1px 4px 3px #fff3;
}

.navigation-link {
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0000;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.55, .055, .675, .19), background-color .25s cubic-bezier(.55, .055, .675, .19);
}

.navigation-link:hover {
  outline-offset: 0px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #2a3325;
  background-image: linear-gradient(200deg, #ffffff0d, #0000);
  background-clip: border-box;
  outline: 1px solid #2a3325;
  font-size: 1.13rem;
  line-height: 1.5rem;
  box-shadow: inset 0 1px 2px 3px #ffffff0d;
}

.navigation-link.w--current {
  color: #7fc05c;
}

.dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ababab;
  border-radius: 8px;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-link:hover {
  background-color: #ffffff14;
}

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

.button-secondary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #000c;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: inline-flex;
  position: relative;
}

.button-secondary-large:hover {
  background-color: #000;
  border-color: #ffffff1f;
}

.button-secondary-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-secondary-large.hide {
  display: none;
}

.paragraph-x-small {
  letter-spacing: .04px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small.text-color-gray-300 {
  color: #d1d1d1;
}

.navigation-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

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

.button-secondary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #e3e3e3;
  letter-spacing: -.25px;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-secondary-small:hover {
  background-color: #ffffff1f;
  border-color: #ffffff1f;
}

.button-secondary-small.w--current {
  background-color: #344256;
  border-color: #48566a;
}

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

.dropdown-card-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #141414;
  background-image: radial-gradient(circle at 0 100%, #5e5e5e24, #5e5e5e00), radial-gradient(circle at 50% 100%, #ffffff12, #fff0 62%);
  border-radius: 16px;
  flex-direction: column;
  min-width: 552px;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

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

.dropdown-title-wrapper {
  padding: 8px;
  line-height: 18px;
}

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

.navigation-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

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

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

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#ffffff14, #ffffff14), radial-gradient(circle at 50% 100%, #ffffff12, #fff0 30%);
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 32px;
  display: flex;
  position: relative;
}

.dropdown-link-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.navigation-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0000;
  border-radius: 8px;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #2a3325;
  outline: 1px solid #384033;
  box-shadow: inset 0 1px 4px 3px #fff3;
}

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

.navigation-dropdown-toggle.w--open {
  background-color: #52525252;
}

.navigation-dropdown-toggle.hide {
  display: none;
}

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

.navigation {
  background-color: #2a514c;
  padding: 16px 5%;
}

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: inline-flex;
  position: relative;
}

.button-primary-small:hover {
  background-color: #36178c7a;
  border-color: #ffffff1f;
}

.button-primary-small.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.dropdown-block-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #ffffff14;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.dropdown-icon-block {
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.navigation-logo {
  width: 48px;
}

.subheading-regular {
  color: #e3e3e3;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.caption-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small-2.text-color-gray-700 {
  color: #5f5e5d;
}

.caption-small-2.text-color-gray-700.is2 {
  font-size: 16px;
  line-height: 22px;
}

.grid-four-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-height: 440px;
}

.section-regular-2 {
  padding: 96px 5%;
}

.h5-heading {
  color: #000;
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.feature-image {
  border-radius: 12px;
  height: 100%;
  max-height: 120px;
}

.feature-image.is-3 {
  max-height: none;
}

.feature-image.is4, .feature-image._5 {
  object-fit: cover;
  max-height: none;
}

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

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

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

.feature-footer {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-top: 88px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.text-color-red-500 {
  color: #ff443d;
}

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

.feature-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  border: 1px solid #d6d3d1;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

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

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

.text-field-left-icon {
  color: #000;
  letter-spacing: -.006em;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  min-height: 52px;
  margin-bottom: 0;
  padding: 12px 10px 12px 38px;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.text-field-left-icon:focus {
  border: 1px solid #ff4b0f;
}

.text-field-left-icon::placeholder {
  color: #8f8f8f;
}

.input-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 15px auto 15px 10px;
}

.cta-card {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  padding: 60px 5%;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small-2.text-color-primary {
  color: #000;
}

.form-input-icon {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.email-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

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

.cta-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-pattern {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section-regular-3.background-secondary {
  background-color: #f5f5f5;
}

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

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

.paragraph-regular-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-regular-2.text-color-tertiary {
  color: #8f8f8f;
}

.h3-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #2a3325;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: none;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary:hover {
  color: #fff;
  background-color: #7fc05c;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f;
}

.email-form-block {
  width: 100%;
  max-width: 376px;
  margin-bottom: 0;
}

.cta-inner-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 584px;
  display: flex;
}

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

.footer-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.subheading-large {
  color: #7fc05c;
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.footer-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  padding: 24px;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.footer-legal-row {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

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

.form-success-message {
  color: #449c46;
  background-color: #f4fcf3;
  border: 1px solid #daf5d6;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-socials {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.badge {
  color: #ff443d;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff7f5;
  border: 1px solid #ffeae6;
  border-radius: 96px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.footer-legal-link {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.footer-legal-link:hover {
  color: #fcd014;
}

.text-color-gray-600 {
  color: #71716f;
}

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

.icon-regular-2:hover {
  color: #fcd014;
}

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

.form-error-message {
  color: #ff443d;
  background-color: #fff7f5;
  border: 1px solid #ffeae6;
  border-radius: 8px;
  padding: 10px 16px;
}

.footer-detail-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #d6d3d1;
  border-bottom: 1px solid #d6d3d1;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

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

.form-text-field-large {
  color: #4d4d4c;
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 12px 12px 44px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-text-field-large:hover {
  border-color: #a5a3a1;
}

.form-text-field-large:focus {
  border-color: #ff443d;
}

.form-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  position: absolute;
  inset: auto auto auto 12px;
}

.footer-link {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-link.w--current {
  color: #7fc05c;
}

.footer-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

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

.footer-section {
  background-color: #2a514c;
  padding: 120px 5% 64px;
}

.footer-form-grid {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.footer-button-wrapper {
  flex-flow: column;
  width: 100%;
  max-width: 242px;
  display: flex;
}

.social-link {
  color: #000;
  border: 1px solid #d6d3d1;
  border-radius: 100%;
  padding: 8px;
  transition: box-shadow .2s, border-color .2s, color .2s, background-color .2s;
}

.social-link:hover {
  color: #fcd014;
  background-color: #1b3835;
  border-color: #fcd014;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.footer-legal-links {
  grid-column-gap: 48px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.button-primary-large-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #1f1e1e;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-2:hover {
  background-color: #ff443d;
}

.footer-top-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.footer-detail-divider {
  background-color: #d6d3d1;
  border-radius: 2px;
  width: 1px;
  height: 26px;
}

.form-checkbox-icon {
  background-color: #f0edea;
  border-color: #d6d3d1;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -10px;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #f0edea;
  background-image: url('../images/Checkbox-Circle.svg');
  border-color: #d6d3d1;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
}

.footer-row {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  display: flex;
}

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

.form-checkbox {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #71716f;
  -webkit-user-select: none;
  user-select: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.badge-icon {
  color: #6173e5;
}

.button-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6173e5;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #eeeffc;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px 8px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.image-cover {
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #fff;
  width: 9.38rem;
  height: 100%;
}

.image-cover.deal {
  object-fit: cover;
  object-position: 50% 50%;
}

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

.header-badge-b {
  color: #fff;
  text-transform: uppercase;
  background-color: #7fc05c;
  border-radius: 99px;
  align-items: center;
  padding: 4px 8px 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.header-button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.header-badge-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 64px 64px auto;
}

.header-badge-link {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.button-play-icon {
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-small-3 {
  color: #7fc05c;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.header-image-wrapper-b {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  height: 560px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.badge-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: left;
  letter-spacing: -.02em;
  background-color: #fff;
  border: .5px solid #ced4da;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.header-badge-link-b {
  grid-column-gap: 8px;
  color: #7fc05c;
  background-color: #7fc05c33;
  border-radius: 99px;
  align-items: center;
  padding: 2px;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

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

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

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.header-wrapper-c {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.h1-heading {
  color: #000;
  letter-spacing: -.04em;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-4.text-color-blue {
  color: #6173e5;
}

.header-badge-wrapper {
  color: #fff;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.feature-card-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #d6d3d1;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.caption-small-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small-3.text-color-gray-700 {
  color: #5f5e5d;
}

.caption-small-3.text-color-gray-700.txt-2 {
  font-size: 22px;
  line-height: 28px;
}

.section-regular-4 {
  padding: 96px 5%;
}

.feature-footnote {
  max-width: 500px;
  margin-top: 88px;
}

.feature-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.title-left-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 640px;
  margin-bottom: 64px;
  display: flex;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.feature-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #d6d3d1;
  border-radius: 24px;
  align-items: center;
  padding: 32px;
  display: flex;
}

.feature-carousel-wrapper {
  margin-top: 48px;
  overflow: hidden;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-arrow {
  color: #ff443d;
  overflow: hidden;
}

.column-tiny-2 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.feature-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.feature-cta.hide {
  display: none;
}

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

.caption-regular-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.caption-regular-2.text-color-gray-700 {
  color: #5f5e5d;
}

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

.feature-illustration {
  width: 132px;
}

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

.paragraph-large-2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-2.text-color-gray-950 {
  color: #1f1e1e;
}

.paragraph-large-2.text-color-gray-950.home {
  text-align: center;
  margin-bottom: 50px;
}

.section-feature {
  padding-top: 96px;
  padding-bottom: 96px;
}

.feature-link-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-image: url('../images/Aldeia_Logo_002.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 190px;
  border: 1px solid #d6d3d1;
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  min-width: 300px;
  height: 220px;
  min-height: 220px;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.feature-link-card:hover {
  background-color: #fff;
}

.feature-link-card._2 {
  background-image: url('../images/braseiro_logo_002.png');
  background-repeat: no-repeat;
  background-size: 190px;
  background-attachment: scroll;
}

.feature-link-card._3 {
  background-image: url('../images/Mais_Brasil_002.png');
  background-size: 190px;
}

.feature-link-card._4 {
  background-image: url('../images/Castelo_Da_Serra_Logo_002.png');
}

.feature-link-card._5 {
  background-image: url('../images/pitmaster_logo.png');
}

.feature-link-card._6 {
  background-image: url('../images/Mineiro_Logo.png');
}

.feature-carousel {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  height: 220px;
  display: flex;
  overflow: hidden;
}

.icon-wrapper-regular {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

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

.paragraph-regular-4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-4.text-color-gray-800 {
  color: #4d4d4c;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.form-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.award {
  background-color: #fff;
  border-radius: 999px;
  padding: 12px;
}

.submit-button {
  color: #fff;
  letter-spacing: -.12px;
  background-color: #ff5805;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

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

.column-gigantic-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

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

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

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

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

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

.paragraph-large-3 {
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-3.text-color-gray-600 {
  color: #59595f;
}

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

.header-gradient-fade {
  display: none;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.header-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 628px;
  display: flex;
}

.header-section-search {
  background-image: radial-gradient(circle farthest-side at 100%, #fff0 30%, #fffc 57%, #fff), none, none, none;
  background-position: 0 0, 50%, 100% 100%, 50%;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 420px, cover;
  padding: 120px 5% 80px;
  position: relative;
}

.header-section-search._80svh {
  min-height: 80svh;
}

.text-color-orange-500 {
  color: #ff5805;
}

.form-field-white {
  color: #000;
  letter-spacing: .08px;
  background-color: #fff;
  border: 1px solid #f5f5f6;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.form-field-white::placeholder {
  color: #59595f;
}

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

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

.icon-small-4 {
  color: #7fc05c;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.badge-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: left;
  letter-spacing: -.02em;
  background-color: #fff;
  border: .5px solid #ced4da;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.container-large-8 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

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

.integration-tab-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: none;
}

.h1-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.integration-tab {
  text-transform: uppercase;
  background-color: #edeef1;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.integration-tab.w--current {
  color: #fff;
  background-color: #81c05d;
}

.integration-form-block {
  margin-bottom: 0;
}

.section-regular-5 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.integration-card-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.jetboost-link {
  color: #ff4b0e;
}

.paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-5.text-color-tertiary {
  color: #5b616e;
}

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

.integration-search-bar {
  width: 100%;
  max-width: 413px;
  margin-top: 24px;
}

.integration-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.h6-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.brand-span {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.icon-xx-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.integration-search-button {
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.jetboost-logo {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.form-success-message-2 {
  color: #31590e;
  text-align: center;
  background-color: #eaffc7;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 14px;
}

.integration-search-fill {
  color: #000;
  background-color: #edeef1;
  border: 1px solid #edeef1;
  border-radius: 8px;
  height: 40px;
  min-height: 40px;
  margin-bottom: 0;
}

.integration-search-fill::placeholder {
  color: #5b616e;
}

.subheading-large-2 {
  color: #000;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-large-2.text-brand-purple {
  color: #6153bd;
}

.jetboost-notice {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  background-color: #edeef1;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.jetboost-notice.w--current {
  color: #fff;
  background-color: #000;
}

.jetboost-notice.hide {
  display: none;
}

.integration-badge {
  text-transform: uppercase;
  background-color: #edeef1;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.integration-badge.w--current {
  color: #fff;
  background-color: #000;
}

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

.subheading-large-3 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-3.text-color-brand-purple {
  color: #6153bd;
}

.max-width-small-2 {
  width: 100%;
  max-width: 450px;
}

.h1-heading-4 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.brand-highlight {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.blog-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

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

.paragraph-small-6 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.blog-card-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.blog-card-row._3rd, .blog-card-row._4th {
  display: none;
}

.button-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #5b616e;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  text-decoration: underline;
  transition: color .3s;
  display: flex;
}

.button-link:hover {
  color: #7fc05c;
  text-decoration: none;
}

.section-regular-6 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.title-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  place-items: end stretch;
  margin-bottom: 64px;
}

.button-primary-large-3 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-large-3:hover {
  background-color: #ff4b0e;
}

.button-wrapper-large {
  width: 100%;
  max-width: 250px;
}

.paragraph-x-large-2 {
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.blog-image-row {
  object-fit: cover;
  border-radius: 12px;
  width: 200px;
}

.blog-description-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 12px;
  display: flex;
}

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

.h1-heading-5 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.button-wrapper-small {
  width: 100%;
  max-width: 200px;
}

.blog-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.paragraph-small-7 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.blog-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.blog-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.section-regular-7 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.button-primary-large-4 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-large-4:hover {
  background-color: #ff4b0e;
}

.blog-title-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-image {
  object-fit: cover;
  height: 310px;
}

.slider-mask {
  overflow: visible;
}

.hide-2 {
  display: none;
}

.icon-button-outline {
  color: #262626;
  border: 1px solid #d4d4d4;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.icon-button-outline:hover {
  color: #0a0a0a;
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
}

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

.container-large-11.relative {
  position: relative;
}

.gallery-lightbox-link-tall {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox-link-tall.small {
  height: 350px;
}

.gallery-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-button-block {
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 64px;
  display: flex;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-slider-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff, #0000);
  width: 5%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-slider-overlay.right {
  background-image: linear-gradient(270deg, #fff, #0000);
  inset: 0% 0% 0% auto;
}

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

.gallery-slider-button-right {
  width: auto;
  margin-left: 4px;
  inset: auto auto 0% 50%;
}

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

.gallery-slider {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  position: static;
}

.gallery-overlay-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.h3-heading-3 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-x-large-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.gallery-slide {
  vertical-align: bottom;
  margin-right: 32px;
}

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

.column-x-small-2.column-center {
  text-align: center;
  align-items: center;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.gallery-slider-button-left {
  width: auto;
  margin-right: 4px;
  inset: auto 50% 0% auto;
}

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

.cta-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-link {
  color: #59595f;
  text-decoration: underline;
}

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

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

.form-text-field {
  color: #252527;
  letter-spacing: .08px;
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  min-height: 44px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.form-text-field::placeholder {
  color: #59595f;
}

.contact-link {
  color: #000;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.form-card {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.cta-block {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.checkbox-label {
  color: #59595f;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.section-cta {
  background-color: #f5f5f6;
  background-image: linear-gradient(#0000004d, #0000004d), none;
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding: 80px 5%;
  position: relative;
}

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

.subheading-regular-2 {
  color: #252527;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular-2.text-color-gray-950 {
  color: #252527;
}

.checkbox {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #ff5805;
  background-image: none;
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

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

.paragraph-regular-5.text-color-gray-600 {
  color: #59595f;
}

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

.input-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

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

.form-field-label {
  color: #252527;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.cta-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.h6-heading-2 {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.alternative-font {
  font-family: Sora, sans-serif;
}

.alternative-font.background-color-green {
  color: #2a3325;
}

.dot-green {
  width: 5px;
  height: 5px;
}

.dot-green.background-color-green {
  background-color: #35402f;
}

.text-color-green {
  color: #357230;
}

.text-color-greenlight {
  color: #7fc05c;
}

.img_hero-privatelabels {
  border-radius: 12px;
  width: 100%;
}

.button-wrapper.display-left-flex {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs {
  display: flex;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
  display: none;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

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

.h3-heading-4 {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

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

.section-large {
  padding: 120px 5%;
  position: relative;
}

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

.gallery-image-small-square {
  width: 220px;
  height: 220px;
}

.text-span {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.paragraph-small-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-8.text-weight-medium {
  font-weight: 500;
}

.content-slide {
  margin-right: 24px;
}

.content-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 128px;
}

.content-badge {
  color: #282c25;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #e0e3de;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: none;
}

.container-small-2 {
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.h5-heading-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.h6-heading-3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.content-link-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.content-link {
  color: #282c25;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.title-wrapper-x-large {
  margin-bottom: 30px;
}

.content-slider-button {
  color: #646e5e;
  background-color: #f7f6f2;
  border: 1px solid #e0e3de;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 82px;
  transition: all .3s;
  display: flex;
  inset: auto 50% 0% auto;
}

.content-slider-button:hover {
  color: #2a514c;
  background-color: #cbd0c8;
  border-color: #cbd0c8;
}

.content-slider-button.right {
  margin-left: 82px;
  margin-right: 0;
  left: 50%;
  right: auto;
}

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

.content-link-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 24px;
  display: flex;
}

.section-regular-9 {
  background-color: #f7f6f2;
  padding: 92px 5%;
  position: relative;
}

.section-regular-9.background-green-500 {
  background-color: #2a514c;
}

.content-mask-x-small {
  max-width: 252px;
  overflow: visible;
}

.content-link-background {
  aspect-ratio: 1;
  background-color: #e0e3de;
  border-radius: 100%;
  width: 13.13rem;
  position: absolute;
}

.content-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 82px;
  display: grid;
}

.content-slide-nav {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  height: 48px;
  display: flex;
}

.content-block {
  background-color: #f7f6f2;
  border-radius: 32px;
  padding: 120px 80px;
  overflow: hidden;
}

.content-slide-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #3c4238;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.max-width-large-3 {
  width: 100%;
  max-width: 650px;
}

.content-link-image {
  z-index: 1;
  object-fit: contain;
  width: 30%;
}

.content-link-image.is1232 {
  width: 60%;
}

.content-link-image.trinfu {
  width: 120px;
}

.content-link-image.julina {
  width: 170px;
}

.content-card-arrow {
  color: #d74747;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.content-slider-dot {
  display: none;
}

.container-x-large-2 {
  background-color: #f7f6f2;
  border-radius: 32px;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container-x-large-2.padding-full {
  padding: 2rem 2rem 2.5rem;
}

.content-slide-image {
  position: relative;
  box-shadow: 0 32px 48px -32px #282c25;
}

.section_logo3 {
  color: #000;
  background-color: #fff;
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_component.relativeup-100 {
  position: relative;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.logo3_wrapper {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.logo3_logo {
  max-height: 3.5rem;
}

.logo-wrapper {
  overflow: visible;
}

.logo-wrapper.relativeup-100 {
  z-index: 11;
  position: relative;
  bottom: 100px;
  overflow: hidden;
}

.section-feature-large {
  padding: 16px;
  position: relative;
}

.feature-block-a {
  background-color: #f4f4f5;
  border-radius: 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 112px 64px;
  position: relative;
}

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

.title-wrapper-regular {
  text-align: center;
  width: 100%;
  max-width: 620px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.feature-grid-a {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 56px;
}

.feature-card-a {
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1.5px solid #131315;
  border-radius: 12px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  box-shadow: 2px 2px #131315;
}

.wrap-h-x-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.feature-icon-a {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.feature-icon-a.icon-green {
  color: #70d789;
  background-color: #d8fde17a;
}

.feature-icon-a.icon-purple {
  color: #8870d7;
  background-color: #e1d8fd7a;
}

.feature-icon-a.icon-red {
  color: #d77070;
  background-color: #fdd8d87a;
}

.margin-bottom-04 {
  margin-bottom: 4px;
}

.paragraph-small-9 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-9.text-color-gray-800 {
  color: #4d4d4c;
}

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

.paragraph-regular-6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.feature-content-wrap {
  text-align: center;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.feature-accent-left {
  position: absolute;
  inset: auto auto 0% 0%;
}

.feature-accent-right {
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-regular-10 {
  background-color: #f3f3f5;
  padding: 72px 5%;
  position: relative;
}

.section-regular-10.white {
  background-color: #fff;
}

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

.article-wrapper {
  grid-column-gap: 64px;
  padding-right: 96px;
  display: flex;
}

.article-social-links {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 64px;
  display: flex;
}

.social-link-large {
  color: #a2ab9c;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
}

.social-link-large:hover {
  color: #45877e;
}

.article-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.breadcrumbs {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  display: flex;
}

.breadcrumb-link {
  color: #282c25;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

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

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.paragraph-large-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-6.text-weight-semi-bold {
  font-weight: 600;
}

.article-author-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  display: flex;
}

.wrap-h-regular.align-c {
  align-items: center;
}

.avatar {
  background-color: #f5f6f4;
  border: 1px solid #e0e3de;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.caption {
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.paragraph-small-10 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.article-image {
  border-radius: 8px;
  height: 610px;
  margin-top: 64px;
  margin-bottom: 32px;
  overflow: hidden;
}

.container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.article-social-group {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section-regular-11 {
  background-color: #f3f3f5;
  padding: 72px 5%;
  position: relative;
}

.section-regular-11.white {
  background-color: #fff;
}

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

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

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

.paragraph-large-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-7.text-weight-semi-bold {
  font-weight: 600;
}

.paragraph-small-11 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.background-video {
  z-index: 10;
  outline-offset: 0px;
  border-radius: 12px;
  outline: 3px solid #7fc05c;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 64px;
}

.text-color-orange {
  color: #fe5b25;
}

.paragraph-large-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.button-primary-large-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a3325;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.55, .055, .675, .19), background-color .3s;
  display: inline-flex;
}

.button-primary-large-6:hover {
  background-color: #7fc05c;
  box-shadow: inset 0 1px 4px 3px #fff3;
}

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

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 2rem;
}

.team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.team-card.hide {
  display: none;
}

.team-avatar-large {
  aspect-ratio: 1.96 / 2.44;
  background-color: #f6f7f9;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.team-avatar-large.green {
  background-color: #ebfff5;
}

.team-avatar-large.purple {
  background-color: #faf5ff;
}

.team-avatar-large.yellow {
  background-color: #fdf9ed;
}

.team-avatar-large.lime {
  background-color: #fbffe6;
}

.team-avatar-large.orange {
  background-color: #fff2eb;
}

.team-avatar-overlay {
  pointer-events: none;
  background-image: linear-gradient(#0000 50%, #d5d9e2);
  position: absolute;
  inset: 0%;
}

.team-avatar-overlay.green {
  background-image: linear-gradient(#0000 50%, #adffd8);
}

.team-avatar-overlay.purple {
  background-image: linear-gradient(#0000 50%, #e9d6ff);
}

.team-avatar-overlay.yellow {
  background-image: linear-gradient(#0000 50%, #f1d998);
}

.team-avatar-overlay.lime {
  background-image: linear-gradient(#0000 50%, #ecfc9c);
}

.team-avatar-overlay.orange {
  background-image: linear-gradient(#0000 50%, #ffcaa8);
}

.team-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team-badge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #23272f;
  letter-spacing: .1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #edeff3;
  border-radius: 96px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.team-badge.green {
  color: #00381e;
  background-color: #d6ffeb;
}

.team-badge.purple {
  color: #390764;
  background-color: #f1e6ff;
}

.team-badge.yellow {
  color: #3d190a;
  background-color: #f8edce;
}

.team-badge.lime {
  color: #222f04;
  background-color: #f6fec8;
}

.team-badge.orange {
  color: #460906;
  background-color: #ffe7d6;
}

.team-badge.green {
  background-image: linear-gradient(#0000 50%, #adffd8);
}

.team-badge.purple {
  background-image: linear-gradient(#0000 50%, #e9d6ff);
}

.team-badge.yellow {
  background-image: linear-gradient(#0000 50%, #f1d998);
}

.team-badge.lime {
  background-image: linear-gradient(#0000 50%, #ecfc9c);
}

.team-badge.orange {
  background-image: linear-gradient(#0000 50%, #ffcaa8);
}

.team-badge-dot {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.paragraph-regular-7 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-7.text-color-gray-800 {
  color: #4d4d4c;
}

.team-socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.team-social-link {
  color: #23272f;
  border: 1px solid #d5d9e2;
  border-radius: 100%;
  padding: 8px;
  transition: border-color .2s;
}

.team-social-link:hover {
  border-color: #b1bbc8;
}

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

.text-color-orange-501 {
  color: #fe5b25;
}

.button-primary-large-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a3325;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.55, .055, .675, .19), background-color .3s;
  display: inline-flex;
}

.button-primary-large-7:hover {
  background-color: #7fc05c;
  box-shadow: inset 0 1px 4px 3px #fff3;
}

.paragraph-regular-8 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-8.text-color-gray-800 {
  color: #4d4d4c;
}

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

.section_header30 {
  position: relative;
}

.section_header30.text-color-alternate._80vh {
  height: 80vh;
}

.header30_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header30_content._80vh {
  min-height: 80svh;
}

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

.image-overlay-layer {
  z-index: 1;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.header30_background-image {
  filter: blur(2px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sucess_wrapper {
  border-radius: 5px;
  font-family: Sora, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

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

  .padding-xlarge {
    padding: 3.5rem;
  }

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

  .margin-xlarge {
    margin: 3.5rem;
  }

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

  .padding-xxlarge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

  .margin-huge {
    margin: 5rem;
  }

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

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

  .margin-xxhuge {
    margin: 7.5rem;
  }

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

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

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

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

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

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

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .margin-xxlarge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .padding-huge {
    padding: 5rem;
  }

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

  .section-regular {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .caption-small {
    font-family: Sora, sans-serif;
  }

  .navigation-link {
    width: 100%;
  }

  .navigation-right {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .dropdown-card-small {
    min-width: auto;
  }

  .navigation-menu {
    background-color: #2a514b;
    border-top: 1px solid #7fc05c;
    border-bottom: 1px #ffffff3d;
    padding: 12px 3%;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .navigation-menu-button {
    color: #fff;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ffffff14;
    border-radius: 12px;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #63be30;
  }

  .navigation-row {
    justify-content: space-between;
    align-items: center;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-dropdown-list {
    padding-top: 0;
  }

  .navigation-dropdown-list.w--open {
    padding-top: 8px;
    position: static;
  }

  .navigation-left {
    align-items: center;
    width: auto;
    display: flex;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .button-primary {
    display: flex;
  }

  .footer-grid-large {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .subheading-large {
    color: #fff;
  }

  .footer-detail-row {
    grid-template-columns: 1.5fr;
  }

  .footer-link.w--current {
    color: #7fc05c;
  }

  .footer-form-grid {
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button-header, .button-primary-2 {
    display: flex;
  }

  .feature-card-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .feature-illustration {
    order: -1;
    width: 300px;
  }

  .feature-carousel {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 1920px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .form-block {
    align-items: center;
  }

  .header-gradient-fade {
    background-image: linear-gradient(#fff0, #ffffffc4 31%, #fff);
    justify-content: center;
    align-items: center;
    height: 200px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .header-gradient-fade.hide {
    display: none;
  }

  .header-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header-section-search {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .button-primary-3 {
    display: flex;
  }

  .integration-card-grid-small {
    grid-template-columns: 1fr 1fr;
  }

  .blog-card-grid, .title-grid {
    grid-template-columns: 1fr;
  }

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

  .form-card {
    max-width: none;
  }

  .cta-block {
    grid-template-columns: 1fr;
  }

  .section-cta {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .content-slider {
    padding-bottom: 64px;
  }

  .content-link-image-wrapper {
    background-color: #fff;
    border-radius: 500px;
    width: 210px;
    height: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .content-link {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
  }

  .title-wrapper-x-large {
    margin-bottom: 82px;
  }

  .content-link-background {
    width: 100%;
    height: 100%;
  }

  .content-links-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 250px 1fr;
  }

  .content-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-link-image {
    object-fit: fill;
    width: auto;
    height: 120px;
    overflow: visible;
  }

  .content-link-image.julina {
    height: auto;
  }

  .feature-grid-a {
    grid-template-columns: 1fr;
  }

  .icon-2 {
    color: #2a514b;
    -webkit-text-stroke-color: #fff;
  }

  .section-regular-10 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .article-wrapper {
    flex-direction: column-reverse;
  }

  .article-social-links {
    flex-direction: row;
    margin-top: 56px;
    padding-top: 0;
  }

  .article-social-group {
    flex-direction: row;
  }

  .section-regular-11 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .team-grid-small {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

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

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

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

  .padding-small {
    padding: 1.25rem;
  }

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

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

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

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

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

  .margin-xxhuge {
    margin: 5rem;
  }

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

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

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

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

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

  .padding-xhuge {
    padding: 4rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

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

  .padding-large {
    padding: 2rem;
  }

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

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

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

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

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

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

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

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

  .margin-large {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

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

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

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

  .h3-heading {
    font-size: 36px;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .dropdown-link-grid {
    grid-template-columns: 1fr;
  }

  .h2-heading {
    font-size: 40px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-image.is4, .feature-image._5 {
    width: 100%;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .footer-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .subheading-large {
    color: #fff;
  }

  .footer-link.w--current {
    color: #7fc05c;
  }

  .footer-detail-divider {
    display: none;
  }

  .footer-row {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .header-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-card-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    flex-flow: column;
  }

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

  .section-feature {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .header-section-search {
    background-size: auto, auto, 250px, cover;
  }

  .h1-heading-3 {
    font-size: 48px;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-4 {
    font-size: 48px;
  }

  .section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-5 {
    font-size: 48px;
  }

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

  .section-regular-7, .section-regular-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-3 {
    font-size: 36px;
  }

  .input-grid, .cta-cards {
    grid-template-columns: 1fr;
  }

  .h3-heading-4 {
    font-size: 40px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-slider {
    width: 100%;
  }

  .h1-heading-6 {
    font-size: 52px;
  }

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

  .title-wrapper-x-large {
    margin-bottom: 64px;
  }

  .content-link-description {
    flex: 1;
  }

  .section-regular-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-block {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-link-image {
    width: 160px;
  }

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

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

  .logo3_logo {
    max-height: 3rem;
  }

  .feature-block-a {
    padding: 64px 32px;
  }

  .feature-accent-right {
    display: none;
  }

  .article-wrapper {
    padding-right: 0;
  }

  .h1-heading-7, .h1-heading-8 {
    font-size: 48px;
  }

  .heading-grid, .team-grid-small {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header-component {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .column-gigantic {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .navigation-button-wrapper, .banner {
    display: none;
  }

  .dropdown-block-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .email-form {
    flex-direction: column;
    align-items: stretch;
  }

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

  .footer-grid-large {
    grid-template-columns: 1fr;
  }

  .subheading-large {
    color: #fff;
  }

  .footer-buttons {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-link.w--current {
    color: #7fc05c;
  }

  .footer-instructor-form {
    flex-flow: column;
  }

  .footer-button-wrapper {
    max-width: none;
  }

  .footer-legal-links {
    grid-column-gap: 32px;
  }

  .button-header {
    width: 100%;
  }

  .header-badge-group {
    left: 32px;
    right: 32px;
  }

  .button-primary-2 {
    width: 100%;
  }

  .feature-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-link-card {
    padding: 16px 12px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .form-row {
    flex-flow: column;
    align-items: stretch;
  }

  .button-primary-3 {
    width: 100%;
  }

  .integration-card-grid-small {
    grid-template-columns: 1fr;
  }

  .integration-card {
    padding: 24px;
  }

  .blog-card-row {
    flex-flow: column;
  }

  .button-wrapper-large {
    max-width: 210px;
  }

  .blog-image-row {
    width: auto;
    height: 200px;
  }

  .button-wrapper-small {
    max-width: 210px;
  }

  .blog-image {
    height: 220px;
  }

  .gallery-lightbox-link-tall {
    height: 330px;
  }

  .gallery-button-block {
    margin-top: 40px;
  }

  .gallery-slider {
    padding-bottom: 60px;
    position: relative;
  }

  .h5-heading-2 {
    font-size: 28px;
  }

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

  .icon-x-small-3.hide {
    display: none;
  }

  .content-mask-x-small {
    max-width: none;
  }

  .content-links-grid {
    margin-top: 42px;
  }

  .content-link-image {
    width: 120px;
  }

  .content-card-arrow.hide {
    display: none;
  }

  .logo3_list {
    justify-content: center;
  }

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

  .feature-block-a {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-h-x-large {
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-heading-7, .h1-heading-8 {
    font-size: 30px;
  }

  .team-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .team-avatar-large {
    max-width: none;
  }
}

#w-node-_56d0d56f-400d-2515-7e8c-66fac9b3cf53-7b5aa78b, #w-node-_56d0d56f-400d-2515-7e8c-66fac9b3cf55-7b5aa78b, #w-node-_56d0d56f-400d-2515-7e8c-66fac9b3cf57-7b5aa78b, #w-node-_56d0d56f-400d-2515-7e8c-66fac9b3cf59-7b5aa78b, #w-node-_56d0d56f-400d-2515-7e8c-66fac9b3cf5b-7b5aa78b, #w-node-_56d0d56f-400d-2515-7e8c-66fac9b3cf5d-7b5aa78b, #w-node-_56d0d56f-400d-2515-7e8c-66fac9b3cf5f-7b5aa78b, #w-node-_85f78310-d0ed-a89e-2e6b-c31cedb34d9d-7b5aa78b, #w-node-d400917d-e05b-2a31-a13a-b96d2581ca5c-7b5aa78b, #w-node-d400917d-e05b-2a31-a13a-b96d2581ca5e-7b5aa78b, #w-node-d400917d-e05b-2a31-a13a-b96d2581ca60-7b5aa78b, #w-node-d400917d-e05b-2a31-a13a-b96d2581ca62-7b5aa78b, #w-node-d400917d-e05b-2a31-a13a-b96d2581ca64-7b5aa78b, #w-node-d400917d-e05b-2a31-a13a-b96d2581ca66-7b5aa78b, #w-node-d400917d-e05b-2a31-a13a-b96d2581ca68-7b5aa78b, #w-node-d400917d-e05b-2a31-a13a-b96d2581ca6a-7b5aa78b, #w-node-d400917d-e05b-2a31-a13a-b96d2581ca6c-7b5aa78b {
  justify-self: center;
}

#w-node-de4b7bfe-91c6-5c88-1baa-de03981c2e6a-7b5aa78b, #w-node-de4b7bfe-91c6-5c88-1baa-de03981c2e77-7b5aa78b, #w-node-de4b7bfe-91c6-5c88-1baa-de03981c2e84-7b5aa78b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84754f54-714a-5bce-fd1b-d77cdde03667-dde03609 {
  justify-self: end;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d6d-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d6f-7b5aa794 {
  justify-self: center;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d83-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d84-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d88-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d89-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d8d-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d8e-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d92-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d93-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d97-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d98-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d9c-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5d9d-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5da7-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5da8-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dac-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dad-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5db1-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5db2-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5db6-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5db7-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dbb-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dbc-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dc0-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dc1-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dcb-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dcc-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dd0-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dd1-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dd5-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dd6-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dda-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ddb-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5de4-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5de5-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5dee-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5def-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e01-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e02-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e06-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e07-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e0b-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e0c-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e10-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e11-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e15-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e16-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e20-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e21-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e25-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e26-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e2a-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e2b-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e2f-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e30-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e34-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e35-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e39-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e3a-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e45-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e46-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e4a-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e4b-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e4f-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e50-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e54-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e55-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e59-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e5a-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e5e-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e5f-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e63-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e64-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e68-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e69-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e6d-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e6e-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e72-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e73-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e7d-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e7e-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e82-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e83-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e87-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e88-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e8f-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5e90-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ed1-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ed4-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ed5-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ed8-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ed9-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5edc-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ee0-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ee1-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ee4-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ee5-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ee8-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5eef-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ef0-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ef5-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ef6-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5efa-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5efb-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5eff-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f00-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f04-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f05-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f15-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f18-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f19-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f1c-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f1d-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f20-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f21-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f25-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f28-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f29-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f2c-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f2d-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f30-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f38-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f39-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f3a-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f3c-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f3f-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f40-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f41-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f45-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f48-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f49-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f4a-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f4e-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f52-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f53-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f59-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f5c-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f5d-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f5e-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f62-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f65-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f66-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f67-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f6d-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f71-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f72-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f76-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f79-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f7e-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f7f-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f80-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f84-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f87-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f88-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f89-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f8f-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f92-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f93-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f94-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f9a-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f9d-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f9e-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5f9f-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fa7-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5faa-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fab-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fac-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fb8-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fb9-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fba-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fbe-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fc3-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fc4-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fc5-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fcb-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fd0-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fd1-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fd2-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fd8-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fdd-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fde-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fdf-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fe7-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fed-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fee-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ff4-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ff9-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ffa-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5ffb-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c5fff-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6002-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6003-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6004-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c600a-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c600d-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c600e-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c600f-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6015-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6018-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6019-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c601a-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6022-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6025-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6026-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6027-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c602d-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6030-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6031-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6032-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c603a-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c603e-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c603f-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6045-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c604e-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c604f-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6050-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6051-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6053-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6056-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c605a-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c605b-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c605c-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6065-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6066-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6067-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6070-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6071-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6072-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6073-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6079-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c607a-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c607b-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c607c-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c607e-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6082-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6083-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6084-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6085-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6087-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6090-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6097-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6098-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6099-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c609a-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c609c-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c609f-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60a3-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60a4-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60a5-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60ae-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60af-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60b0-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60b9-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60ba-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60bb-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60bc-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60c2-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60c3-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60c4-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60c5-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60c7-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60cb-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60cc-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60cd-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60ce-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c60d0-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c611d-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c611e-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6124-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6125-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c612e-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c612f-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6137-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6138-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c616a-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c616e-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c616f-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6171-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6173-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6174-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6176-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6178-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6179-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c617b-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c617d-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c617e-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6180-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6182-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6183-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6185-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6187-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6188-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c618a-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c618c-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c618e-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6190-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6192-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6193-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6195-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6196-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6198-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6199-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c619b-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c619c-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c619e-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c619f-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61a1-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61a2-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61a4-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61a5-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61a7-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61ad-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61b1-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61b2-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61b4-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61b6-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61b7-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61b9-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61bb-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61bc-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61be-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61c0-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61c1-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61c3-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61c5-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61c6-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61c8-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61ca-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61cb-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61cd-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61cf-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61d0-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61d2-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61d4-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61d5-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61d7-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61d9-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61da-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61dc-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61de-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61df-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61e1-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61e3-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61e4-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61e6-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61eb-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61ef-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61f1-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61f4-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61f9-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c61fe-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6203-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6208-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c620f-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6210-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6212-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6213-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6215-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6216-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6218-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6219-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c621b-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c621c-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c621e-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c621f-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6221-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6222-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6224-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6225-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6227-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6228-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c622a-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c622b-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c622d-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c622e-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6230-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6231-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6233-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6234-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6236-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6237-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6239-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c623a-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c623c-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c623d-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c623f-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6240-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6242-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6243-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6245-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6246-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6248-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6249-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c624b-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c624c-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c624e-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c624f-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6251-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6252-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6254-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6255-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6257-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6258-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c625a-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c625b-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c625d-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c625e-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6260-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6261-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6263-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6264-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6266-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6267-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c626c-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6270-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6272-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6275-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c627a-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c627f-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6284-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6289-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6290-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6291-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6293-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6294-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6296-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6297-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6299-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c629a-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c629c-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c629d-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c629f-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62a0-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62a2-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62a3-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62a5-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62a6-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62a8-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62a9-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62ab-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62ac-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62ae-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62af-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62b1-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62b2-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62b4-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62b5-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62b7-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62b8-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62ba-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62bb-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62bd-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62be-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62c0-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62c1-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62c3-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62c4-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62c6-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62c7-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62c9-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62ca-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62cc-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62cd-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62cf-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62d0-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62d2-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62d3-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62d5-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62d6-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62d8-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62d9-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62db-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62dc-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62de-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62df-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62e1-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62e2-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62e4-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62e5-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62e7-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62e8-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62ed-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62f0-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62f1-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62f3-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62f4-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62f6-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62f7-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62f9-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62fa-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62fc-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62fd-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c62ff-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6300-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6302-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6303-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6305-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6306-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6308-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6309-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c630b-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c630c-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c630e-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c630f-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6311-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6312-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6314-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6315-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6317-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6318-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c631a-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c631b-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c631d-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c631e-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6320-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6321-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6323-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6324-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6326-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6327-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6329-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c632a-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c632c-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c632d-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c632f-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6330-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6422-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6426-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6427-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c642b-7b5aa794, #w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c642d-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c642e-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6432-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6433-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6437-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6438-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c643c-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c643d-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6441-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6442-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6446-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6447-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c644b-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c644c-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6450-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6451-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6455-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6456-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c645a-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c645b-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c645e-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c645f-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6463-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6464-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6468-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6469-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c646d-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c646e-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6472-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6473-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6477-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6478-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c647c-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c647d-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6481-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6482-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6486-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6487-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c648b-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c648c-7b5aa794 {
  justify-self: start;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6490-7b5aa794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7fcb87-29f1-0a6b-7a0a-884ecc7c6491-7b5aa794 {
  justify-self: start;
}

#w-node-_22fb47f0-611d-30c2-e25e-7f0e863e3c20-7b5aa795 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_22fb47f0-611d-30c2-e25e-7f0e863e3c20-7b5aa795 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be3bf42e-255a-cfdc-0f3a-c78673d944ff-7b5aa796 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


