:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---colors--neutral-darkest: #000;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---colors--black: #000;
  --_primitives---colors--black-dark: #000;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---colors--neutral-lightest: #f2f2f2;
  --_primitives---colors--black-light: #4c4c4c;
  --_primitives---colors--neutral-lighter: #d8d8d8;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 0;
  --color-scheme-1--border: var(--_primitives---opacity--neutral-darkest-15);
  --_ui-styles---radius--medium: 16px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 16px;
  --_ui-styles---radius--large: 16px;
  --color-scheme-1--accent: var(--_primitives---colors--black);
  --color-scheme-2--background: var(--_primitives---colors--black-darkest);
  --color-scheme-2--text: var(--_primitives---colors--white);
  --color-scheme-3--background: var(--_primitives---colors--black-darker);
  --color-scheme-3--text: var(--_primitives---colors--white);
  --color-scheme-4--background: var(--_primitives---colors--neutral-lighter);
  --color-scheme-4--text: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--neutral: #7f7f7f;
  --color-scheme-5--text: var(--_primitives---colors--white);
  --color-scheme-6--background: var(--_primitives---colors--azure-radiance-dark);
  --color-scheme-6--text: var(--_primitives---colors--white);
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---colors--azure-radiance-lighter: #cee6ff;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--black-lighter: #ccc;
  --_primitives---colors--neutral-dark: #4c4c4c;
  --_primitives---colors--neutral-light: #b2b2b2;
  --_primitives---colors--neutral-darker: #191919;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --color-scheme-2--border: var(--_primitives---opacity--white-20);
  --color-scheme-2--accent: var(--_primitives---colors--white);
  --color-scheme-2--foreground: var(--_primitives---colors--black-darker);
  --color-scheme-3--accent: var(--_primitives---colors--white);
  --color-scheme-3--foreground: var(--_primitives---colors--black-darkest);
  --color-scheme-3--border: var(--_primitives---opacity--white-20);
  --color-scheme-4--accent: var(--_primitives---colors--black);
  --color-scheme-4--border: var(--_primitives---opacity--neutral-darkest-15);
  --color-scheme-4--foreground: var(--_primitives---colors--neutral-lightest);
  --color-scheme-5--background: var(--_primitives---colors--black);
  --color-scheme-5--border: var(--_primitives---opacity--white-20);
  --color-scheme-5--accent: var(--_primitives---colors--white);
  --color-scheme-5--foreground: var(--_primitives---colors--black-dark);
  --color-scheme-6--accent: var(--_primitives---colors--white);
  --color-scheme-6--foreground: var(--_primitives---colors--azure-radiance-dark);
  --color-scheme-6--border: var(--_primitives---opacity--white-20);
  --_primitives---colors--black-lightest: #e5e5e5;
  --_primitives---colors--black-darker: #000;
  --_primitives---colors--black-darkest: #000;
  --_primitives---colors--azure-radiance-lightest: #e6f2ff;
  --_primitives---colors--azure-radiance: #0a84ff;
  --_primitives---colors--azure-radiance-dark: #0869cc;
  --_primitives---colors--azure-radiance-darkest: #03274c;
  --_primitives---colors--azure-radiance-darker: #043466;
  --_primitives---colors--azure-radiance-light: #53a8ff;
  --_primitives---ffffff: var(--_primitives---colors--azure-radiance-darker);
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

h2 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.03rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.025rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

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

h5 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.015rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0125rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

.margin-bottom.margin-xxsmall {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.t {
  text-align: center;
  font-size: 1.125rem;
}

.t.p-journey {
  margin-top: 2.5rem;
}

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

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

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

.hero-seo-line {
  display: block;
  color: #ffffffaa;
  margin-bottom: 0.75rem;
  font-size: 0.32em;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.heading-style-h2 {
  text-align: center;
  letter-spacing: -.03rem;
  text-transform: uppercase;
  font-size: 3.15rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h2-pricing {
  text-align: center;
  letter-spacing: -.03rem;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

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

.heading-style-h7 {
  text-align: center;
  letter-spacing: -.0125rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.heading-style-h5 {
  letter-spacing: -.015rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.heading-style-h1 {
  letter-spacing: -.035rem;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  width: 85%;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  cursor: pointer;
  border-radius: 2px;
  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:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

.form_checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
}

.form_checkbox-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--white-10);
}

.form_checkbox-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

.form_checkbox-icon.is-alternate.w--redirected-checked {
  background-color: var(--_primitives---colors--white);
}

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

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

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

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

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---colors--black);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  border-color: var(--_primitives---colors--black-dark);
  background-color: var(--_primitives---colors--black-dark);
}

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

.button.is-link:hover {
  text-decoration: underline;
}

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

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

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

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

.button.is-secondary {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

.button.is-secondary.is-small.is-alternate.is-nav {
  background-color: var(--_primitives---opacity--white-15);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.button.is-secondary.is-small.nav {
  background-color: var(--_primitives---opacity--white-20);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--_primitives---colors--neutral-lightest);
  font-weight: 500;
}

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

.button.is-small:hover {
  background-color: var(--_primitives---colors--black-light);
}

.button.is-secondary {
  background-color: var(--_primitives---colors--white);
  opacity: 1;
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary:hover {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--neutral-lighter);
}

.button.is-secondary.is-small.is-nav {
  background-color: var(--_primitives---opacity--white-50);
}

.button.is-secondary.is-apply {
  margin-top: .6rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.1rem;
}

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

.heading-style-h4 {
  letter-spacing: -.02rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h3 {
  letter-spacing: -.025rem;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.cta-subline {
  width: 80%; 
  margin: 0 auto;
  font-size: 1.2rem;
}

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

.form_input {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 6px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .2s, background-color .2s;
}

.form_input:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

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

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

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

.form_input.is-select-input {
  background-image: none;
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: none;
}

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

.form_input.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

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

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

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

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

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

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

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

.get-in-touch {
  margin-bottom: -0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_radio-icon {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_radio-icon:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

.form_radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
}

.form_radio-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--white-10);
}

.form_radio-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

.form_radio-icon.is-alternate.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

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

.text-align-center.info {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-align-center.faq {
  margin-top: 1rem;
}

.text-align-center.transformation {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

.text-rich-text h1 {
  letter-spacing: -.035rem;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

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

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

.text-rich-text h4 {
  letter-spacing: -.02rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

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

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

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

.i {
  background-image: url('../images/bullseye_icon.png');
  background-position: 0 0;
  background-size: auto;
  width: 3rem;
  height: 3rem;
}

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

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

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

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

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

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

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

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

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

.padding-global {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 20vh auto 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.padding-global.pillars {
  margin-top: 0;
}

.padding-global.cta {
  margin-top: 0;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.padding-global.pillars.process {
  background-color: #f2f2f2f2;
}

.padding-global.coaching {
  margin-top: 0;
}

.padding-global.pricing {
  background-color: var(--_primitives---colors--white);
  margin-top: 0;
}

.padding-global.transformation, .padding-global.faq, .padding-global.footer {
  margin-top: 0;
}

.padding-global.hero {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

.padding-section-large.about {
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-style-tagline.text-color-white {
  color: var(--_primitives---colors--neutral-lighter);
  text-shadow: 1px 1px 2px #000;
}

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

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

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

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

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

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

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

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

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

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

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

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

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

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

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

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

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 6px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  background-color: var(--_primitives---opacity--transparent);
  border: 1px solid #0000;
  border-radius: 4px;
  padding: .625rem 1.5rem;
}

.tab-link.w--current {
  background-color: var(--color-scheme-1--background);
  font-weight: 500;
}

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

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

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

.category-filter-link.w--current {
  background-color: var(--color-scheme-1--foreground);
  font-weight: 500;
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--background);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

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

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

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

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

.rl-styleguide_logo {
  width: 10rem;
}

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

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

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

.color-scheme-5 {
  background-color: var(--_primitives---colors--neutral);
  color: var(--color-scheme-5--text);
}

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

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

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

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar1_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_component.color-scheme-1 {
  background-color: var(--_primitives---opacity--transparent);
}

.navbar1_component.color-scheme-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_primitives---opacity--transparent);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0%;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo.nav-logo-phone {
  width: 30%;
  padding-top: .5%;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_link {
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1.2rem;
  font-weight: 500;
}

.navbar1_link:hover {
  color: #cacaca;
}

.navbar1_link.w--current {
  color: var(--_primitives---colors--white);
}

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

.navbar1_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: .5rem;
}

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

.header30_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  display: flex;
  position: relative;
}

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

.header30_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.section_header30 {
  position: relative;
}

.section_header30.text-color-white.color-scheme-2 {
  background-color: var(--_primitives---opacity--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  color: var(--_primitives---colors--black);
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.img-coaching {
  height: 0;
}

.layout238_item-icon-wrapper {
  display: inline-block;
}

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

.layout238_component {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.layout238_item {
  text-align: center;
  width: 100%;
}

.layout536_content {
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.layout536_image-wrapper {
  z-index: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  position: relative;
}

.section_layout536.color-scheme-5 {
  background-color: var(--_primitives---colors--black);
}

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

.layout328_component {
  z-index: 1;
  margin-top: 1rem;
  margin-bottom: 2rem;
  position: relative;
}

.layout328_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

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

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

.layout328_item-icon-wrapper {
  display: inline-block;
}

.section_layout328 {
  position: relative;
}

.layout328_item {
  text-align: center;
  width: 100%;
}

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

.pricing30_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing30_feature {
  display: flex;
}

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

.pricing30_plan {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 1.5rem;
  display: block;
  position: static;
  overflow: hidden;
}

.pricing30_plan._1on1 {
  background-color: #1D2128;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: relative;
  overflow: visible;
  color: #fff;
}

.pricing30_plan .heading-style-h5 {
  margin-bottom: .8rem;
  font-size: 1.8rem;
}

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  width: 100%;
}

.divider-horizontal._1on1 {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: rgba(255,255,255,0.16);
  width: 100%;
}

.pricing30_component {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.consent {
    margin: 0 auto;
    font-weight: 500;
    font-size: .75rem;
    font-style: italic;
    width: 60%;
    color: lightgray;
}

.consent a {
    text-decoration: underline;  
}

.gallery25_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.gallery25_content-left {
  justify-content: flex-end;
  margin-top: 3rem;
  display: flex;
}

.gallery25_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 6rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.section_gallery25 {
  overflow: hidden;
}

.section_gallery25.color-scheme-5 {
  background-color: var(--_primitives---colors--black);
}

.section_cta25 {
  position: relative;
}

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

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

.faq4_accordion {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

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

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

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

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

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

.footer4_bottom-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_link {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_link2 {
  text-align: center;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.button-apply {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--black);
  text-align: center;
  text-transform: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-apply:hover {
  border-color: var(--_primitives---colors--black-dark);
  background-color: var(--_primitives---colors--black-dark);
}

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

.button-apply.is-link:hover {
  text-decoration: underline;
}

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

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

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

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

.button-apply.is-secondary {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-apply.is-secondary:hover {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

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

.button.is-secondary.is-alternate.view-plans-btn {
 border: 1px solid rgba(255, 255, 255, 0.6);
 background-color: var(--_primitives---opacity--neutral-darkest-50);
}

.button.is-secondary.is-alternate.view-plans-btn:hover {
 background-color: rgba(0, 0, 0, 0.6);
}

.button.is-secondary.is-alternate.apply-now-btn {
 background-color: rgba(255, 255, 255, 0.18);
}

.button-apply.is-secondary.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

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

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

.button-apply.is-alternate:hover {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--neutral-lighter);
}

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

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  color: var(--_primitives---colors--neutral);
}

.p-pricing {
  padding-top: .5rem;
}

.tag-popular {
  z-index: 10;
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: absolute;
  inset: -1.4rem 0% auto;
  overflow: visible;
}

.image {
  box-sizing: border-box;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
  position: static;
  overflow: visible;
}

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

.div-block {
  color: var(--_primitives---colors--black-lighter);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block:hover {
  justify-content: center;
  display: flex;
}

.paragraph {
  padding-left: .5rem;
}

.p-instagram {
  color: var(--_primitives---colors--black-lighter);
  font-size: 1.125rem;
}

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

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

.code-embed:hover {
  transform: translate(3px);
}

.instagram-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram-arrow {
  font-size: 1.2rem;
  font-weight: 700;
}

.instagram-text {
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: underline;
}

.code-embed-2 {
  display: flex;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_primitives---colors--black-lighter);
  justify-content: center;
  align-items: center;
  margin-top: 1.65rem;
  font-size: 1.4rem;
  display: flex;
}

.price-pound {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 700;
  margin-top: auto; 
  line-height: 1.1;
}

.link-block:hover {
  color: var(--_primitives---colors--white);
  display: flex;
}

.text-span-5 {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---opacity--neutral-darkest-60);
  font-size: 1.5rem;
}

.text-block {
  color: var(--_primitives---colors--neutral-dark);
  margin-bottom: .2rem;
  font-size: 0.9rem;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-2 {
  display: block;
  position: relative;
  inset: auto 0%;
}

.image-2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-2 {
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  text-decoration: none;
}

.text-span-6 {
  margin-left: 1rem;
  display: block;
}

.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
  margin-top: 0;
}

.text-block-2, .text-block-3 {
  margin-top: 1rem;
  font-size: 1.05rem;
  font-weight: 500;
}

.text-block-4 {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 2rem;
}

.text-block-5 {
  margin-top: 5.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

/* Featured pricing card */
.featured-plan-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-self: stretch;
  height: calc(100% + 2.9rem);
  margin-top: -2.9rem;
  padding: 0.18rem;
  border-radius: 16px;
  background: #0869cc;
  overflow: visible;
  box-sizing: border-box;
}

.featured-plan-label {
  display: flex;
  align-items: center;
  height: 2.6rem;
  padding: 0 0 0 1.5rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin: 0;
  border-radius: 16px 16px 0 0;
  background: #0869cc;
  box-sizing: border-box;
}

.featured-plan-shell .pricing30_plan._1on1 {
  flex: 1;
  height: auto;
  margin: 0;
  border-radius: 16px;
  border: 0;
  box-sizing: border-box;
}

  /* JOURNEY GALLERY REBUILD */
.journey-gallery {
  width: 100%;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.journey-gallery_viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
}

.journey-gallery_track {
  display: flex;
  width: 100%;
  transition: transform 0.38s ease;
  will-change: transform;
}

.journey-gallery_slide {
  flex: 0 0 100%;
  width: 100%;
}

.journey-gallery_image-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #111;
}

.journey-gallery_image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.journey-gallery_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.25rem;
  height: 3.25rem;
  border: 0;
  border-radius: 0.7rem;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.journey-gallery_arrow:hover {
  background: rgba(20, 20, 20, 0.96);
}

.journey-gallery_arrow-left {
  left: 0.15rem;
}

.journey-gallery_arrow-right {
  right: 0.15rem;
}

.journey-gallery_dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1rem;
}

.journey-gallery_dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.journey-gallery_dot.is-active {
  background: #fff;
}

/* Keep section balanced */
.gallery25_component {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.gallery25_content-left {
  justify-content: flex-end;
  margin-top: 0;
}

.button.is-contact {
    margin-top: -1.5rem;
  }

/* Large screens */
@media screen and (min-width: 1280px) {
  .gallery25_component {
    grid-template-columns: minmax(0, 44rem) minmax(0, 30rem);
    column-gap: 7.5rem;
    justify-content: center;
    align-items: center;
  }

  .gallery25_content-left {
    justify-content: center;
  }

  .gallery25_heading-wrapper {
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
  }

  .journey-gallery {
    max-width: 30rem;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Tablet */
@media screen and (max-width: 991px) {
  .gallery25_component {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }

  .text-block-5 {
    margin-top: 4.5rem;
  }

  .gallery25_content-left {
    justify-content: center;
  }

  .gallery25_heading-wrapper {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .journey-gallery {
    max-width: 30rem;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
.hero-seo-line {
  margin-bottom: 0.75rem;
  font-size: 0.36em;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

  .journey-gallery {
    max-width: 28rem;
  }

  .journey-gallery_arrow {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.45rem;
  }

  .journey-gallery_arrow-left {
    left: 0.15rem;
  }

  .journey-gallery_arrow-right {
    right: 0.15rem;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-medium.align-center {
    text-align: center;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .t {
    text-align: center;
    justify-content: flex-start;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

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

  .layout328_list p {
    width: 28rem;
    margin: 0 auto;
}

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

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

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

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

  .navbar1_logo.nav-logo-phone {
    width: 30%;
    padding-top: .5%;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

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

  .navbar1_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

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

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

  .layout238_list {
    grid-column-gap: 2rem;
  }

  .layout536_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .layout536_image-wrapper {
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .pricing30_grid-list {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .pricing30_grid-list > :nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 24rem);
  }

  .gallery25_slide-nav {
    right: 2rem;
  }

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

  .gallery25_slide {
    padding-right: 2rem;
  }

  .gallery25_content-left {
    text-align: center;
    justify-content: center;
  }

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

  .gallery25_mask {
    width: 50%;
  }

  .gallery25_heading-wrapper {
    grid-column-gap: 3rem;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

@media screen and (max-width: 479px) {

  .journey-gallery_arrow {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.65rem;
    font-size: 1.3rem;
  }

  .journey-gallery_arrow-left {
    left: 0.15rem;
  }

  .journey-gallery_arrow-right {
    right: 0.15rem;
  }
}

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .tag-popular {
    top: -1.8rem;
  }

  .image-2 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translate(0, .8rem);
  }

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

  .layout238_item p {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .t {
    font-size: 1rem;
  }
  

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

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

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

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

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

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

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

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

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

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

  .price-pound {
    font-size: clamp(36px, 2.5vw, 34px);
    line-height: 1.1;
  }

  .consent {
    width: 90%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo.nav-logo-phone {
    width: 30%;
    padding-top: .5%;
  }

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

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

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

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

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

  .pricing30_grid-list {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .pricing30_grid-list > :nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 24rem);
  }

  .gallery25_slide-nav {
    right: 5%;
  }

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

  .gallery25_slide {
    padding-right: 1.5rem;
  }

  .gallery25_mask {
    width: 80%;
  }

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

  .faq4_question {
    padding: 1rem 1.25rem;
  }

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

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }


  .tag-popular {
    width: 100%;
    top: -1.7rem;
  }

  .image-2 {
    width: 35%;
    transform: translate(0, .5rem);
  }

  .grid {
    padding-top: 2rem;
  }

  .pricing30_grid-list .heading-style-h5 {
    font-size: 1.8rem;
  }

  .section_pricing30 .text-block-4 {
    font-size: 0.98rem;
    line-height: 1.45;
    font-weight: 600;
  }

  .featured-plan-label {
    font-size: 1.35rem;
  }

  .featured-plan-shell {
    padding-top: 0.4rem;
  }

  .instagram-text {
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: underline;
  }

  .cta-subline {
    width: 95%;
    font-size: 1.08rem;
  }

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

@media screen and (max-width: 479px) {
  .button-group {
    grid-column-gap: 0.6rem;
    margin-top: 0.2rem;
  }

  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .text-block-5 {
    margin-top: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .t {
    font-size: 1rem;
  }

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

  .heading-style-h2.h2-transformation-phone {
    font-size: 2.2rem;
  }

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

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

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

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

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

  .heading-style-h1 {
    text-align: center;
    font-size: 2.2rem;
  }

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

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

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

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

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

  .text-size-bestfor {
    font-size: .825rem;
  }

  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

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

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

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

  .navbar1_logo.nav-logo-phone {
    width: 35%;
    padding-top: .5%;
  }

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

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

  .layout536_image-wrapper {
    min-height: 70vh;
  }

  .layout536_component, .layout328_list {
    grid-template-columns: 1fr;
  }

  .gallery25_mask {
    width: 95%;
  }

  .gallery25_heading-wrapper {
    margin-bottom: 3.75rem;
}

  .journey-gallery_slide {
    max-width: 100%;
    margin-top: 0;
  }

  .tag-popular {
    width: 100%;
    top: -1.2rem;
  }

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

  .pricing30_grid-list > :nth-child(3) {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
  }

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

  .link-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: var(--_primitives---colors--white);
    font-size: 1.2rem;
  }

  .image-2 {
    width: 50%;
    transform: translate(0, .2rem);
  }

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

#w-node-_78506e73-fc0b-a104-e3cb-298783882fc3-cd9eedc5 {
  justify-self: end;
}

#w-node-_78506e73-fc0b-a104-e3cb-298783882fdb-cd9eedc5 {
  align-self: auto;
}

#w-node-_78506e73-fc0b-a104-e3cb-29878388302f-cd9eedc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78506e73-fc0b-a104-e3cb-298783883046-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-29878388304b-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-298783883050-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-298783883055-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-29878388305a-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-29878388305f-cd9eedc5, #w-node-_7540696e-3d63-4655-36d8-143bb31d1cfa-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-298783883077-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-29878388307c-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-298783883081-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-298783883086-cd9eedc5, #w-node-_3081dfc1-87c6-8b44-dad2-c90ff86df707-cd9eedc5, #w-node-_88777aaf-7cae-02d2-885f-f6a3eadfd41a-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-2987838830aa-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-2987838830af-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-2987838830b4-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-2987838830b9-cd9eedc5, #w-node-c2b4c2b4-4992-2be4-f9b6-95d4911964e1-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-2987838830d8-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-2987838830dd-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-2987838830e2-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-2987838830e7-cd9eedc5, #w-node-_94d4270c-99ce-40e6-169d-bdc48655eb70-cd9eedc5 {
  align-self: start;
}

#w-node-_78506e73-fc0b-a104-e3cb-2987838831d2-cd9eedc5 {
  justify-self: start;
}

#w-node-_78506e73-fc0b-a104-e3cb-2987838831e1-cd9eedc5 {
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header30_content .t {
  opacity:0;
  margin: 0 auto;
  width: 70%;
}

.hero-cta {
  margin-top: 3.3rem;
}

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  #w-node-_78506e73-fc0b-a104-e3cb-298783882fc3-cd9eedc5 {
    justify-self: center;
  }

  #w-node-_78506e73-fc0b-a104-e3cb-2987838830f4-cd9eedc5 {
    justify-self: auto;
  }

  #w-node-_78506e73-fc0b-a104-e3cb-2987838831d2-cd9eedc5, #w-node-_78506e73-fc0b-a104-e3cb-2987838831e1-cd9eedc5 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78506e73-fc0b-a104-e3cb-2987838831e7-cd9eedc5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  .heading-style-h1 {
    width: 93%;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_78506e73-fc0b-a104-e3cb-2987838831d2-cd9eedc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* =========================================================
   APP SHOWCASE — PREMIUM MMB VERSION
   ========================================================= */

.section_app-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 18%,
      rgba(8, 105, 204, 0.08),
      transparent 34rem
    ),
    #000;
  color: #fff;
}

#coaching-app {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.margin-section-app {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.app-showcase_component {
  width: 100%;
}

.app-showcase_heading-wrap {
  width: min(100% - 2rem, 58rem);
  margin: 0 auto 4rem;
  text-align: center;
}

.app-showcase_eyebrow {
  margin-bottom: 1.35rem;
  color: #0869cc;
  font-family: var(--_typography---font-styles--heading);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.app-showcase_heading {
  margin: 0;
  color: #fff;
}

.app-showcase_intro {
  max-width: 48rem;
  margin: 1.55rem auto 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.7;
}

/* Moving viewport */

.app-showcase_marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;

  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 2.5%,
    #000 97.5%,
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 2.5%,
    #000 97.5%,
    transparent 100%
  );
}

.app-showcase_loop {
  display: flex;
  align-items: stretch;
  gap: 1.4rem;
  width: max-content;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

/* Cards */

.app-showcase_card {
  position: relative;
  flex: 0 0 16rem;
  display: flex;
  flex-direction: column;
  min-height: 35rem;
  padding: 1rem 1rem 1.35rem;
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.25rem;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.10) 0%,
      rgba(255, 255, 255, 0.045) 100%
    );

  box-shadow:
    0 24px 55px -30px rgba(0, 0, 0, 0.95),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.app-showcase_card::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 34%;
  width: 15rem;
  height: 15rem;
  transform: translate(-50%, -50%);
  pointer-events: none;

  background: radial-gradient(
    circle,
    rgba(8, 105, 204, 0.19) 0%,
    rgba(8, 105, 204, 0.07) 38%,
    transparent 70%
  );

  filter: blur(12px);
}

.app-showcase_card > * {
  position: relative;
  z-index: 1;
}

.app-showcase_card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 1.35rem;
  margin-bottom: 0.6rem;
}

.app-showcase_card-index {
  color: #0869cc;
  font-family: var(--_typography---font-styles--heading);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.app-showcase_card-category {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.app-showcase_phone-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 22.5rem;
  margin-bottom: 1rem;
}

.app-showcase_phone {
  display: block;
  width: 88%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 18px 22px rgba(0, 0, 0, 0.34))
    drop-shadow(0 2px 5px rgba(0, 0, 0, 0.28));
}

.app-showcase_card-body {
  display: grid;
  gap: 0.55rem;
  margin-top: auto;
  text-align: left;
}

.app-showcase_card-title {
  margin: 0;
  color: #fff;
  font-family: var(--_typography---font-styles--heading);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
}

.app-showcase_card-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.55;
}

/* Footer statement */

.app-showcase_footer {
  width: min(100% - 2rem, 64rem);
  margin: 3.4rem auto 0;
  text-align: center;
}

.app-showcase_footer-line {
  width: 3rem;
  height: 2px;
  margin: 0 auto 1.7rem;
  background: #0869cc;
}

.app-showcase_statement {
  margin: 0;
  color: #fff;
  font-family: var(--_typography---font-styles--heading);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.app-showcase_note {
  max-width: 48rem;
  margin: 0.85rem auto 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.65;
}

/* Desktop card interaction */

@media screen and (min-width: 992px) {
  .app-showcase_card {
    transition:
      border-color 0.25s ease,
      background-color 0.25s ease,
      transform 0.25s ease;
  }

  .app-showcase_card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.18);

    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.09) 0%,
        rgba(255, 255, 255, 0.035) 100%
      );
  }
}

/* Tablet and mobile: manual swipe */

@media screen and (max-width: 991px) {
  .margin-section-app {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .app-showcase_heading-wrap {
    margin-bottom: 3rem;
  }

  .app-showcase_marquee {
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -webkit-mask-image: none;
    mask-image: none;
    scrollbar-width: none;
  }

  .app-showcase_marquee::-webkit-scrollbar {
    display: none;
  }

  .app-showcase_loop {
    gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .app-showcase_loop [aria-hidden="true"] {
    display: none;
  }

  .app-showcase_card {
    flex: 0 0 15rem;
    min-height: 33.5rem;
    scroll-snap-align: start;
  }

  .app-showcase_card:last-child {
    scroll-snap-align: end;
  }

  .app-showcase_phone-wrap {
    min-height: 23rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-cta {
    margin-top: 2.8rem;
  }

  .margin-section-app {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .app-showcase_heading-wrap {
    width: min(100% - 2.5rem, 38rem);
    margin-bottom: 2.75rem;
  }

  .app-showcase_eyebrow {
    margin-bottom: 1.1rem;
    font-size: 0.72rem;
  }

  .app-showcase_heading {
    font-size: 2.25rem;
  }

  .app-showcase_intro {
    margin-top: 1.3rem;
    font-size: 1rem;
    line-height: 1.65;
  }

  .app-showcase_card {
    flex: 0 0 14rem;
    min-height: 32rem;
    padding: 0.9rem 0.9rem 1.2rem;
  }

  .app-showcase_phone-wrap {
    min-height: 21.5rem;
  }

  .app-showcase_card-title {
    font-size: 1.02rem;
  }

  .app-showcase_card-text {
    font-size: 0.84rem;
  }

  .app-showcase_footer {
    margin-top: 2.8rem;
  }

  .app-showcase_statement {
    font-size: 1rem;
  }

  .app-showcase_note {
    font-size: 0.88rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-section-app {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .app-showcase_heading-wrap {
    width: calc(100% - 2rem);
    margin-bottom: 2.4rem;
  }

  .app-showcase_heading {
    font-size: 2.05rem;
  }

  .app-showcase_marquee {
    padding-left: 1rem;
    padding-right: 1rem;
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .app-showcase_loop {
    gap: 0.8rem;
  }

  .app-showcase_card {
    flex: 0 0 13.25rem;
    min-height: 30.5rem;
    border-radius: 1.1rem;
  }

  .app-showcase_phone-wrap {
    min-height: 20rem;
  }

  .app-showcase_card-topline {
    margin-bottom: 0.4rem;
  }

  .app-showcase_card-index {
    font-size: 0.76rem;
  }

  .app-showcase_card-category {
    font-size: 0.62rem;
  }

  .app-showcase_footer {
    width: calc(100% - 2rem);
    margin-top: 2.5rem;
  }

  .app-showcase_statement {
    font-size: 0.94rem;
    letter-spacing: 0.035em;
  }
}

/* Accessibility: disable non-essential motion */

@media (prefers-reduced-motion: reduce) {
  .app-showcase_loop {
    transform: none !important;
  }

  .app-showcase_card {
    transition: none;
  }

  .app-showcase_card:hover {
    transform: none;
  }
}

/* MEET THE COACH – SINGLE FRAMED IMAGE */
.layout536_component {
  grid-template-columns: minmax(0, 1fr) minmax(0, 30rem);
  column-gap: 5.5rem;
  align-items: center;
  justify-content: center;
}

.layout536_content {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.layout536_image-wrapper {
  width: 100%;
  max-width: 26rem;
  min-height: auto;
  height: auto;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.coach-photo-frame {
  width: 100%;
  max-width: 30rem;
  aspect-ratio: 4 / 5;
  border-radius: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  background: #111;
}

.coach-photo-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Large desktop */
@media screen and (min-width: 1440px) {
  .layout536_component {
    grid-template-columns: minmax(0, 42rem) minmax(0, 28rem);
    column-gap: 5.5rem;
    justify-content: center;
  }

  .coach-photo-frame {
    max-width: 28rem;
  }
}

/* Tablet */
@media screen and (max-width: 991px) {
  .layout536_component {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .layout536_content {
    max-width: 42rem;
    text-align: center;
  }

  .layout536_image-wrapper {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .coach-photo-frame {
    max-width: 28rem;
    aspect-ratio: 4 / 5;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

/* Mobile/Tablet */
@media screen and (max-width: 767px) {
  .coach-photo-frame {
    max-width: 30rem;
    border-radius: 1.1rem;
  }

  .layout536_image-wrapper {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .coach-photo-frame {
    max-width: 80%;
    aspect-ratio: 4 / 5;
    border-radius: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .gallery25_component {
    row-gap: 3.5rem !important;
  }
}

@media screen and (max-width: 479px) {
  .gallery25_component {
    row-gap: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .journey-gallery {
    width: calc(100% - 3rem) !important;
    max-width: calc(100% - 3rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .journey-gallery_viewport,
  .journey-gallery_image-wrap {
    border-radius: 1rem;
  }

  .journey-gallery_arrow-left {
    left: 0.15rem;
  }

  .journey-gallery_arrow-right {
    right: 0.15rem;
  }
}

@media screen and (max-width: 479px) {
  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top,
  .menu-icon1_line-middle,
  .menu-icon1_line-bottom {
    background-color: #fff !important;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    display: flex;
  }

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

  .navbar1_menu-button,
  .navbar1_menu-button.w-nav-button {
    display: block !important;
    background-color: transparent !important;
    position: relative;
    z-index: 1002;
  }

  .navbar1_menu-button.w--open {
    background-color: transparent !important;
  }

  .navbar1_menu {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-color: #000 !important;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    overflow: auto;
    z-index: 1001;
  }

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

  .navbar1_menu-links {
    width: 100%;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
    color: #fff !important;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
    display: flex;
  }

  .navbar1_logo.nav-logo-phone {
    width: 35%;
    padding-top: 0.5%;
  }
}

@media screen and (max-width: 479px) {
  .header30_content .t {
    opacity:0;
    margin: 0 auto;
    width: 88%;
  }

  .layout536_content {
    margin-bottom: -1rem;
  }

  .layout536_content .t {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery25_content-left .t {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer4_top-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2rem !important;
  }

  .footer4_logo-link {
    display: flex !important;
    justify-content: center !important;
  }

  .footer4_link-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1.5rem !important;
  }

  .footer4_social-list {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    grid-template-columns: none !important;
    grid-auto-flow: row !important;
  }
}

/* FREE GUIDE SECTION */

.section-free-guide {
  background-color: #f2f2f2f2;
  color: #000;
  overflow: hidden;
  margin-top: 0.5rem;
}

.padding-global.free-guide-padding {
  margin-top: 4rem;
}

.free-guide-container {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  align-items: center;
  margin-top: -2rem;
  padding-bottom: 2rem;
}

.free-guide-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 34rem;
  padding: 2rem;
  border-radius: 16px;
  background:
    radial-gradient(
      circle at center,
      rgba(0, 0, 0, 0.055),
      rgba(0, 0, 0, 0) 66%
    );
}

.free-guide-mockup {
  display: block;
  width: min(100%, 29rem);
  height: auto;
  filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.18));
  transition: transform 0.3s ease;
}

.free-guide-content {
  max-width: 37rem;
}

.free-guide-eyebrow {
  margin-bottom: 1rem;
  color: #000;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.free-guide-title.heading-style-h2 {
  text-align: left;
  max-width: 35rem;
}

.free-guide-description {
  max-width: 35rem;
  margin-top: 1.5rem;
  color: #333;
  font-size: 1.125rem;
  line-height: 1.65;
  width: 90%;
}

.free-guide-benefits {
  margin: 1.5rem 0 2rem;
  padding: 0;
  list-style: none;
}

.free-guide-benefits li {
  position: relative;
  margin: 0.75rem 0;
  padding-left: 1.75rem;
  color: #111;
  font-size: 1rem;
}

.free-guide-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.free-guide-form-placeholder {
  width: 100%;
  max-width: 35rem;
}

.free-guide-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.free-guide-input.form_input {
  width: 100%;
  min-height: 3.25rem;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.35);
  background-color: #fff;
}

.free-guide-input.form_input:hover {
  background-color: #e9e9e9;
}

.free-guide-input.form_input:focus {
  border-color: #000;
  background-color: #fff;
}

.free-guide-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 1rem;
  color: #666;
  font-size: 0.76rem;
  line-height: 1.45;
  font-weight: 400;
}

.free-guide-consent input {
  flex: 0 0 auto;
  margin-top: 0.18rem;
  accent-color: #000;
}

.free-guide-button {
  width: 100%;
  min-height: 3.3rem;
  margin-top: 1.15rem;
  border: 0;
  background-color: #0869cc;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}

.free-guide-button:hover:not(:disabled) {
  background-color: #0e7deb;
}

.free-guide-button:disabled,
.free-guide-button:disabled:hover,
.free-guide-button:disabled:focus,
.free-guide-button:disabled:active {
  background-color: #0869cc;
  color: #fff;
  opacity: .46;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.free-guide-note {
  margin-top: 0.7rem;
  color: #777;
  text-align: center;
  font-size: 0.72rem;
}

/* Tablet */

@media screen and (max-width: 991px) {
  .free-guide-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
  }

  .free-guide-visual {
    min-height: auto;
    padding: 1rem;
  }

  .free-guide-mockup {
    width: min(82%, 31rem);
  }

  .free-guide-content {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .free-guide-title.heading-style-h2 {
    max-width: 40rem;
    text-align: center;
  }

  .free-guide-description,
  .free-guide-form-placeholder {
    margin-left: auto;
    margin-right: auto;
  }

  .free-guide-benefits {
    display: inline-block;
    text-align: left;
  }
}

/* Mobile */

@media screen and (max-width: 767px) {
  .button.is-contact {
    margin-top: 1rem;
  }

  .free-guide-container {
    margin-top: -3rem;
    gap: 2.5rem;
    padding-bottom: 2rem;
  }

  .free-guide-visual {
    padding: 0;
  }

  .free-guide-mockup {
    width: min(92%, 25rem);
  }

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

  .free-guide-description {
    font-size: 1rem;
  }

  .free-guide-form-row {
    grid-template-columns: 1fr;
  }

  .free-guide-eyebrow{
    margin-top: 0.15rem;
  }
}

@media screen and (max-width: 479px) {
  .free-guide-title.heading-style-h2 {
    font-size: 2.1rem;
  }

  .free-guide-benefits li {
    font-size: 0.95rem;
  }
}

.free-guide-success {
  max-width: 35rem;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #f4f4f4;
  text-align: left;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .4s ease, transform .4s ease;
}

.free-guide-success.show {
  opacity: 1;
  transform: translateY(0);
}

.free-guide-success h3 {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.free-guide-success p {
  margin-bottom: 0.75rem;
  color: #333;
  line-height: 1.6;
}

.free-guide-success p:last-child {
  margin-bottom: 0;
}

.free-guide-loading {
  width: 100%;
  min-height: 3.3rem;
  margin-top: 1.15rem;
  border: 0;
  border-radius: 6px;
  background: #777;
  color: #fff;
}

.free-guide-error {
  margin-top: 0.75rem;
  color: #9b1c1c;
  font-size: 0.85rem;
  line-height: 1.45;
  text-align: center;
}

.plans-shared-inclusion {
  width: min(92%, 980px);
  margin: 32px auto 24px;
  padding: 24px 30px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;

  background: #f6f6f6;
  border: 1px solid #dddddd;
  border-left: 4px solid #0f73d8;
  border-radius: 12px;

  text-align: left;
}

.plans-shared-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
}

.plans-shared-icon svg {
  width: 31px;
  height: 31px;
  display: block;
}

.plans-shared-icon svg,
.plans-shared-icon svg path {
  fill: #1473e6 !important;
}

.plans-shared-content {
  max-width: 760px;
}

.plans-shared-eyebrow {
  display: block;
  margin-bottom: 5px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0f73d8;
}

.plans-shared-content h3 {
  margin: 0 0 7px;

  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
}

.plans-shared-content p {
  margin: 0 0 7px;

  font-size: 15px;
  line-height: 1.55;
  color: #323232;
}

.plans-shared-note {
  display: block;

  font-size: 13px;
  line-height: 1.4;
  font-style: italic;
  color: #666666;
}

.manual-format {
  font-size: 0.72em;
  font-weight: 500;
  color: #777;
}

@media (max-width: 768px) {
  .plans-shared-inclusion {
    margin: 0 auto;
    padding: 1.5rem 1.5rem;
    padding-bottom: 1.8rem;

    flex-direction: column;
    gap: 1rem;

    text-align: center;
    border-left: 1px solid #dddddd;
    border-top: 4px solid #0f73d8;
  }

  .plans-shared-content h3 {
    font-size: 1.12rem;
    line-height: 1.2;
    padding-bottom: 0.2rem;
  }

  .plans-shared-content p {
    font-size: 0.86rem;
  }

  .manual-format {
    display: inline;
    font-size: 0.56em;
    font-weight: 500;
    color: #777;
    white-space: nowrap;
  }
}

/* =========================================
   COOKIE CONSENT
========================================= */

.cookie-consent-banner {
  position: fixed;
  z-index: 99999;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  width: auto;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background: #15191f;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 3px solid #0869cc;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.cookie-consent-banner[hidden] {
  display: none;
}

.cookie-consent-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.35rem 1.5rem;
}

.cookie-consent-copy {
  max-width: 46rem;
}

.cookie-consent-copy h2 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: normal;
  text-transform: none;
}

.cookie-consent-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.6;
}

.cookie-consent-policy-link {
  display: inline-block;
  margin-top: 0.55rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  flex-shrink: 0;
  gap: 0.7rem;
}

.cookie-button {
  min-height: 2.8rem;
  padding: 0.7rem 1.15rem;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.cookie-button-reject {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.cookie-button-reject:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cookie-button-accept {
  color: #fff;
  background: #0869cc;
  border: 1px solid #0869cc;
}

.cookie-button-accept:hover {
  background: #075caf;
  border-color: #075caf;
}

.cookie-button:focus-visible,
.cookie-consent-policy-link:focus-visible {
  outline: 2px solid #53a8ff;
  outline-offset: 3px;
}

@media screen and (max-width: 767px) {
  .cookie-consent-banner {
    left: 1.1rem;
    right: 1.1rem;
    bottom: 0.75rem;
  }

  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1.1rem;
    padding: 1.25rem;
  }

  .cookie-consent-actions {
    width: 100%;
  }

  .cookie-button {
    flex: 1;
  }

  .journey-link .instagram-text,
.journey-link .instagram-text:hover {
  font-size: .95rem;
}
}

@media screen and (max-width: 479px) {
  .cookie-consent-copy h2 {
    font-size: 1.05rem;
  }

  .cookie-consent-copy p {
    font-size: 0.82rem;
  }

  .cookie-consent-actions {
    flex-direction: column-reverse;
  }

  .cookie-button {
    width: 100%;
  }
}

.journey-link,
.journey-link:hover,
.journey-link:focus,
.journey-link:active {
  display: flex !important;
  align-items: center;
  justify-content: center;

  width: max-content !important;
  max-width: calc(100% - 2rem);

  margin: 2.4rem auto 0 !important;
  padding: 0.85rem 1.35rem;

  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;

  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

.journey-link,
.journey-link:focus,
.journey-link:active {
  background-color: #11151b;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.journey-link .instagram-text,
.journey-link .instagram-text:hover {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none !important;
}

.journey-link:hover {
  background-color: rgba(8, 105, 204, 0.20);
  border-color: #0869cc;
  box-shadow: 0 10px 28px rgba(8, 105, 204, 0.16);
}

.journey-link,
.journey-link:hover,
.journey-link:focus,
.journey-link:active {
  transform: none !important;
}

/* APP CARDS — UNIFORM TWO-LINE TITLES */

.app-showcase_card {
  display: grid;
  grid-template-rows:
    auto
    23rem
    auto
    auto;

  min-height: 0;
  height: auto;
}

.app-showcase_phone-wrap {
  width: 100%;
  height: 23rem;
  min-height: 0;
  margin: 0;

  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.app-showcase_phone {
  display: block;
  width: auto;
  max-width: 88%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.app-showcase_card-body {
  display: contents;
}

.app-showcase_card-title {
  display: block;
  margin: 0;
  padding-top: 1.2rem;

  font-size: 1.15rem;
  line-height: 1.08;
}

.app-showcase_card-text {
  margin: 0;
  padding-top: 0.35rem;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .app-showcase_card {
    grid-template-rows:
      auto
      22rem
      auto
      auto;
  }

  .app-showcase_phone-wrap {
    height: 22rem;
  }
}

@media screen and (max-width: 767px) {
  .app-showcase_card {
    grid-template-rows:
      auto
      21rem
      auto
      auto;
  }

  .app-showcase_phone-wrap {
    height: 21rem;
  }

  .app-showcase_card-title {
    padding-top: 1rem;
    font-size: 1.02rem;
  }

  .app-showcase_card-text {
    padding-top: 0.35rem;
  }
}

@media screen and (max-width: 479px) {
  .app-showcase_card {
    grid-template-rows:
      auto
      20rem
      auto
      auto;
  }

  .app-showcase_phone-wrap {
    height: 20rem;
  }
}

/* =========================================================
   MOBILE NAVIGATION — PREMIUM FULL-SCREEN MENU
   ========================================================= */

/* Hidden outside mobile navigation */
.mobile-menu-brand,
.mobile-menu-social {
  display: none;
}

@media screen and (max-width: 767px) {

  /* Full-screen mobile menu */
  .navbar1_menu,
  .navbar1_menu.is-page-height-tablet {
    position: fixed !important;
    z-index: 1001;

    inset: 0 !important;
    top: 0 !important;

    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;

    padding:
      max(4.5rem, env(safe-area-inset-top))
      1.5rem
      max(3rem, env(safe-area-inset-bottom))
      !important;

    overflow-y: auto;
    overflow-x: hidden;

    background: #000 !important;
    border: 0 !important;

    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-align: center;

    -webkit-overflow-scrolling: touch;
  }

  /* Keep menu hidden while closed */
  .navbar1_menu:not([data-nav-menu-open]) {
    display: none !important;
  }

  /* Show menu when Webflow opens it */
  .navbar1_menu[data-nav-menu-open] {
    display: flex !important;
  }

  /* Keep hamburger / close button above menu */
  .navbar1_menu-button,
  .navbar1_menu-button.w-nav-button {
    position: relative;
    z-index: 1003;
  }

  /* Centred smaller logo */
  .mobile-menu-brand {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    margin: 0 auto 1.6rem;
    margin-bottom: 1.9rem;
  }

  .mobile-menu-logo {
    display: block;

    width: 8rem;
    max-width: 40vw;
    height: auto;

    object-fit: contain;
  }

  /* Centred navigation links */
  .navbar1_menu-links {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    gap: 0.1rem;

    margin: 0 auto;
    padding: 0;
  }

  .mobile-menu-brand,
  .navbar1_menu-links,
  .navbar1_menu-buttons,
  .mobile-menu-social {
    position: relative;
    top: -1.25rem;
  }

  .navbar1_link,
  .navbar1_link.w-nav-link {
    width: auto !important;

    margin: 0 !important;
    padding: 0.65rem 1rem !important;

    color: rgba(255, 255, 255, 0.9) !important;

    text-align: center !important;
    text-decoration: none;

    font-family: var(--_typography---font-styles--body);
    font-size: 1.05rem !important;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.025em;

    transition:
      color 0.2s ease,
      opacity 0.2s ease;
  }

  .navbar1_link:hover,
  .navbar1_link:focus-visible {
    color: #fff !important;
  }

  .navbar1_link.ga-free-guide-view {
    color: #fff !important;
    font-weight: 600;
  }

  /* Centred Apply Now button */
  .navbar1_menu-buttons {
    display: flex !important;
    justify-content: center;
    align-items: center;

    width: min(100%, 17rem);

    margin: 1.25rem auto 0;
  }

  .navbar1_menu-buttons .apply-now-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 3rem;

    margin: 0 !important;
    padding: 0.75rem 1.5rem !important;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.75rem;

    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;

    font-size: 1rem;
    font-weight: 600;

    box-shadow: none;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .navbar1_menu-buttons .apply-now-btn:hover,
  .navbar1_menu-buttons .apply-now-btn:focus-visible {
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.16) !important;
  }

  /* Centred Instagram icon */
  .mobile-menu-social {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;

    margin: 1.5rem auto 0;
    padding: 0;
    margin-top: 1.25rem;
  }

  .mobile-menu-instagram {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 2.6rem;
    height: 2.6rem;

    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;

    color: #fff;
    text-decoration: none;

    transition:
      border-color 0.2s ease,
      background-color 0.2s ease,
      transform 0.2s ease;
  }

  .mobile-menu-instagram svg {
    display: block;

    width: 1.3rem;
    height: 1.3rem;

    overflow: visible;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-menu-instagram .instagram-dot {
    fill: currentColor;
    stroke: none;
  }

  .mobile-menu-instagram:hover,
  .mobile-menu-instagram:focus-visible {
    background: rgba(8, 105, 204, 0.2);
    border-color: #0869cc;
    transform: translateY(-2px);
  }

  /* Hamburger changes into X */
  .navbar1_menu-button.w--open .menu-icon1_line-top {
    transform: translateY(8px) rotate(45deg);
  }

  .navbar1_menu-button.w--open .menu-icon1_line-middle {
    opacity: 0;
  }

  .navbar1_menu-button.w--open .menu-icon1_line-bottom {
    transform: translateY(-8px) rotate(-45deg);
  }

  .menu-icon1_line-top,
  .menu-icon1_line-middle,
  .menu-icon1_line-bottom {
    transform-origin: center;

    transition:
      transform 0.25s ease,
      opacity 0.2s ease;
  }
}