:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --base-color-brand--black: black;
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --text-blue: #3b5984;
  --border-color--border-primary: var(--base-color-neutral--black);
  --red: #ef6b50;
  --base-color-neutral--white: white;
  --base-color-neutral--black: #000;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: #e8e4db;
  --deep-blue: #293242;
  --base-color-brand--white: white;
  --background-color--background-alternate: #293241;
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-alternate: var(--red);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --bg-neutral: #e8e4db;
  --cream: #fffcf4;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --text-color--text-secondary: var(--base-color-neutral--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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--base-color-brand--black);
  letter-spacing: .015em;
  font-family: Manifold CF, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: .025em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geogrotesque exp, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: .025em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geogrotesque exp, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geogrotesque exp trial Bdadlamunjoinedlatin, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geogrotesque exp trial Bdadlamunjoinedlatin, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geogrotesque exp trial Bdadlamunjoinedlatin, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geogrotesque exp trial Bdadlamunjoinedlatin, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--base-color-brand--black);
  font-weight: 400;
  text-decoration: underline;
}

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

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-size: 1.125rem;
}

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(--text-color--text-primary);
  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 {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

.max-width-large {
  width: 100%;
  max-width: 55vw;
}

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

.main-wrapper {
  overflow: clip;
}

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

.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-top.margin-medium, .margin-top.margin-small {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-size: 1.4vw;
}

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

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

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

.heading-style-h2 {
  color: var(--text-blue);
  font-size: 3.2vw;
}

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

.rl-styleguide_heading {
  z-index: 4;
  color: var(--base-color-brand--black);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

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

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

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

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

.heading-style-h1 {
  white-space: nowrap;
  font-size: 3vw;
  display: inline-block;
}

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

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

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

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

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

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

.button {
  background-color: var(--red);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 8px;
  padding: .75rem 1.5rem .65rem;
  font-family: Geogrotesque wide, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  background-color: var(--text-blue);
}

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

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  text-transform: uppercase;
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 0;
  font-weight: 500;
}

.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 {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

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

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

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

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

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

.button.submit {
  padding-top: 1rem;
  padding-bottom: .85rem;
}

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

.heading-style-h4 {
  text-transform: capitalize;
  font-size: 3vw;
  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: #ebeffa;
  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 {
  color: var(--text-blue);
  letter-spacing: .025em;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.form_input {
  z-index: 1;
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  border-radius: 4px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.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(--base-color-brand--black);
}

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--deep-blue);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_checkbox-item {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-brand--white);
  cursor: pointer;
  border-radius: 5px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_checkbox-item.w--redirected-checked {
  background-color: var(--background-color--background-secondary);
  background-image: url('../images/IcBaselineCheckBox-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130% 130%;
}

.form_checkbox-item.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: #000;
  margin-top: 0;
}

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

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

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

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

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

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

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

.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;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

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

.text-color-secondary {
  color: var(--deep-blue);
}

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  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 {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  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: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  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;
}

.header-103-instructions-delete {
  text-align: left;
  padding: 2rem;
}

.portfolio21_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.portfolio21_instructions-callout-image {
  margin-top: 1.5rem;
}

.header103_auto-change {
  margin-bottom: 0;
  display: none;
}

.header103_tab-change {
  display: none;
}

.header103_tabs {
  min-height: 100vh;
}

.header103_tabs-content {
  min-height: 100vh;
  max-height: 60rem;
  overflow: visible;
}

.header103_tab-pane {
  position: absolute;
  inset: 0%;
}

.header103_tab-content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

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

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

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

.header103_tab-overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.header103_tabs-menu {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 5rem;
}

.header103_tab-link {
  color: #fffc;
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding: 1rem 2rem;
}

.header103_tab-link.w--current {
  background-color: #0000;
}

.header103_tab-load-base {
  background-color: #fff3;
  width: 100%;
  height: .25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.header103_tab-load {
  background-color: #fff;
  width: 0%;
  height: .25rem;
}

.section_gallery17 {
  overflow: hidden;
}

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

.gallery17_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery17_mask {
  width: 50%;
  overflow: visible;
}

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

.gallery17_lightbox-link, .gallery17_image-wrapper {
  width: 100%;
}

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

.gallery17_arrow {
  color: #000;
  background-color: #ffffff40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery17_arrow.hide-mobile-landscape {
  bottom: 4rem;
}

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

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

.section_gallery19 {
  overflow: hidden;
}

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

.gallery19_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery19_mask {
  width: 25%;
  overflow: visible;
}

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

.gallery19_lightbox-link, .gallery19_image-wrapper {
  width: 100%;
}

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

.gallery19_arrow {
  color: #000;
  background-color: #ffffff40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery19_arrow.hide-mobile-landscape {
  bottom: 4rem;
}

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

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

.header139_component {
  flex-direction: column;
  align-items: center;
  height: 150vh;
  display: flex;
  position: relative;
}

.header139_content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 90vh;
  margin-top: 5vh;
  margin-bottom: -5vh;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.header139_background-image {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Placeholder-Image---Landscape.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header139_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
}

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

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.header139_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

.layout487_content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding-top: 60vh;
}

.layout487_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.layout487_mobile-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

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

.heading-medium {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.layout487_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout487_image {
  width: 100%;
  position: absolute;
}

.layout487_content-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 110vh;
}

.layout486_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.layout486_content-left {
  align-items: flex-start;
  height: 14rem;
  display: flex;
  position: sticky;
  top: 20%;
  overflow: hidden;
}

.layout486_number {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
}

.layout486_number.show-mobile-landscape {
  display: none;
}

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

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

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

.layout486_progress-wrapper {
  width: 100%;
  height: 2px;
  margin-bottom: 2rem;
}

.layout486_progress-bar {
  width: 2rem;
  height: 2px;
}

.layout488_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
  position: relative;
}

.layout488_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 40% max-content 40%;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.layout488_heading {
  z-index: 1;
  white-space: nowrap;
  font-size: 6rem;
  position: relative;
}

.layout488_heading.show-mobile-landscape {
  display: none;
}

.layout488_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 4rem;
  max-width: 24rem;
  display: flex;
  position: relative;
}

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

.layout488_circle {
  z-index: -1;
  background-color: #f4f4f4;
  border-radius: 99999px;
  width: 4vh;
  height: 4vh;
  position: absolute;
}

.layout488_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header107_component {
  height: 250vh;
  position: relative;
}

.header107_content-bottom {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header107_image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 50% 30% 20%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: 100%;
  height: 80vh;
  display: grid;
}

.header107_image-group-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.header107_image-wrapper {
  flex: none;
  width: 22vw;
  position: relative;
}

.header107_image-wrapper.is-image1 {
  top: 5%;
}

.header107_image-wrapper.is-image2, .header107_image-wrapper.is-image3 {
  width: 15vw;
}

.header107_image-wrapper.is-image4 {
  top: 15%;
}

.header107_image-wrapper.is-image5 {
  width: 30vw;
  height: 100%;
}

.header107_image-wrapper.is-image6 {
  top: 5%;
}

.header107_image1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.header107_small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -5%;
}

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

.header107_image3 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

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

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

.header107_image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.header107_image6 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.header107_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header109_component {
  flex-direction: column;
  align-items: center;
  height: 300vh;
  display: flex;
  position: relative;
}

.header109_inner-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.header109_video-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.header109_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

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

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

.header109_content {
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 7rem;
  position: relative;
}

.header109_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section_timeline18 {
  overflow: hidden;
}

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

.timeline18_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.timeline18_fade-overlay-left {
  z-index: 2;
  background-image: linear-gradient(90deg, , #fff0);
  width: 4rem;
  height: 100%;
  position: absolute;
  left: 0%;
}

.timeline18_fade-overlay-right {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff0, );
  width: 4rem;
  height: 100%;
  position: absolute;
  right: 0%;
}

.timeline18_mask {
  width: 33.33%;
  overflow: visible;
}

.timeline18_item {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.timeline18_image-wrapper {
  width: 60%;
  overflow: hidden;
}

.timeline18_image {
  width: 100%;
}

.timeline18_progress-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
}

.timeline18_progress-line {
  background-color: #000;
  width: 100%;
  height: 3px;
}

.timeline18_circle {
  z-index: 2;
  background-color: #000;
  border-radius: 100%;
  flex: none;
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px;
}

.timeline18_item-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.timeline18_arrow {
  background-color: #fff;
  border: .25px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.timeline18_arrow.is-left {
  inset: 0% auto 0% 0%;
}

.timeline18_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.timeline18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  right: auto;
}

.section_layout352 {
  z-index: -3;
  position: relative;
}

.layout-352-instructions-delete {
  text-align: left;
  padding: 2rem;
}

.layout352_instructions-list {
  padding-left: 1.25rem;
}

.layout352_instructions-list-item {
  padding-left: .5rem;
}

.timeline-on-page {
  z-index: 0;
  position: relative;
}

.layout352_timeline {
  z-index: -3;
}

.layout352_layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout352_progress {
  z-index: -2;
  background-color: #b3b3b3;
  width: 3px;
  height: 100%;
  position: absolute;
}

.layout352_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.layout352_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(to bottom, , #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: 0% 0% auto;
}

.layout352_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, , #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.layout352_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

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

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

.layout352_circle {
  border-radius: 100%;
  width: .9375rem;
  height: .9375rem;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px;
}

.layout352_image-wrapper {
  overflow: hidden;
}

.layout357_component {
  position: sticky;
  top: 0%;
}

.layout357_anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.layout357_content-item {
  background-color: #fff;
  border-top: 1px solid #000;
  position: sticky;
}

.layout357_content-item.content-item-1 {
  margin-bottom: 12rem;
  top: 0;
}

.layout357_content-item.content-item-2 {
  margin-top: -8rem;
  margin-bottom: 8rem;
  top: 4rem;
}

.layout357_content-item.content-item-3 {
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 8rem;
}

.layout357_content-item.content-item-4 {
  margin-bottom: 4rem;
  top: 0;
}

.layout357_sticky-top {
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

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

.layout357_image-wrapper {
  position: relative;
}

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

.layout408_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.layout408_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-top-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.layout408_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout408_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout-423-instructions-delete {
  text-align: left;
  padding: 2rem;
}

.layout423_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.layout423_instructions-callout-image {
  margin-top: 1.5rem;
}

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

.layout423_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.layout423_card {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout423_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layout423_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.layout423_card-content {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 70vh;
  padding: 2rem;
  display: flex;
  position: relative;
}

.layout423_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout423_hover-content {
  display: none;
}

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

.layout121_timeline-wrapper {
  position: relative;
}

.layout121_progress-bar-wrapper {
  background-color: #00000026;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.layout121_progress-bar {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.layout121_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.layout121_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.layout121_timeline-icon-wrapper {
  z-index: 1;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.layout121_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

.layout380_card-large {
  border-style: solid;
  border-width: 1px;
  border-top-color: #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout380_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout380_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout380_card-small {
  border-style: solid;
  border-width: 1px;
  border-top-color: #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.layout380_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.layout380_card-medium {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-style: solid;
  border-width: 1px;
  border-top-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout380_card-medium-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.layout380_card-medium-content {
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.section_event15 {
  overflow: hidden;
}

.event15_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;
  display: grid;
}

.event15_heading {
  flex: 1;
}

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

.event15_button-row.hide-mobile-landscape {
  bottom: 4rem;
}

.event15_button-row.show-mobile-landscape {
  display: none;
}

.event15_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 8rem;
  position: relative;
}

.event15_mask {
  width: 33.33%;
  overflow: visible;
}

.event15_slide {
  padding-right: 2rem;
}

.event15_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.event15_image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.event15_date-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 7rem;
  padding: .75rem .25rem;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.event15_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.event15_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  display: flex;
}

.event15_category-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.event15_category-link.w--current {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.event15_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.event15_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.event15_arrow {
  background-color: #000;
  border: .5px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.event15_arrow.left {
  right: 4rem;
}

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

.event15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 8rem 2rem;
  display: flex;
}

.div-block {
  width: 80%;
}

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

.shorts {
  aspect-ratio: 2.8 / 3.65;
  border-radius: 18px;
  max-width: 30%;
  overflow: hidden;
}

.lightbox-link {
  aspect-ratio: 16 / 9;
  width: 100%;
}

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

.slider {
  background-color: #ddd0;
  width: 100%;
  min-height: 80vh;
}

.mask {
  background-color: #0000;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide {
  background-color: #f4f4f4;
  margin-right: 4rem;
}

.icon-2 {
  color: #000;
}

.modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

.modal1_background-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal2_component {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal2_content-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 5rem 4rem;
  position: absolute;
  overflow: scroll;
}

.modal2_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal2_background-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal3_component {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal3_content-wrapper {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.modal3_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal3_background-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar1_menu-button {
  mix-blend-mode: difference;
  padding: 0;
}

.navbar1_menu-links {
  display: flex;
}

.navbar1_menu {
  mix-blend-mode: difference;
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  align-self: center;
}

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

.navbar1_component {
  z-index: 900;
  background-color: #fff0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 3.25rem;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0000;
}

.navbar1_logo-link {
  color: var(--base-color-brand--white);
  mix-blend-mode: difference;
  padding-left: 0;
}

.navbar1_link {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  mix-blend-mode: difference;
  padding: .5rem 1rem;
  font-family: Geogrotesque ext, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.navbar1_link.w--current {
  color: var(--base-color-brand--white);
  font-weight: 400;
}

.navbar1_link.no-link {
  cursor: default;
}

.header33_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
}

.section_header33 {
  z-index: 1;
  color: var(--base-color-brand--white);
  width: 100%;
  height: 110vh;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

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

.header33_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100svh;
  max-height: 50rem;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.home_stats_component {
  margin-bottom: 8rem;
}

.home_stats_logo-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 60vw;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.home_stats_logo {
  opacity: .6;
  max-width: 9rem;
  max-height: 3rem;
}

.home_stats_logo.alltrails {
  opacity: .6;
}

.home_stats_logo.wide {
  max-width: 11rem;
}

.home_stats_logo.narrow {
  max-width: 7rem;
}

.home_stats_logo.square {
  max-width: 11rem;
  max-height: 5rem;
}

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

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

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

.home_layout-1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home_layout-1_image-wrapper {
  aspect-ratio: 2 / 1.65;
  border: 1px solid var(--background-color--background-secondary);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.home_layout-2_item {
  color: var(--text-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Geogrotesque ext, sans-serif;
  font-weight: 600;
  display: flex;
}

.home_layout-3_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 90%;
  display: grid;
}

.home_layout-2_component {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home_layout-2_number {
  color: var(--red);
  font-family: Geogrotesque exp trial Bdadlamunjoinedlatin, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1;
}

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

.home_contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.error-text {
  color: #e23939;
}

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

.home_contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.hero-text-animation {
  border-bottom-width: 5px;
  border-bottom-color: var(--base-color-brand--white);
  display: inline-block;
  position: relative;
}

.texture {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.texture._180 {
  margin-top: -1px;
  margin-bottom: 0;
  inset: 0% 0% auto;
  transform: rotate(180deg);
}

.stat-card-bg {
  z-index: 0;
  object-fit: cover;
  border-radius: 18px;
  flex: 1;
  align-self: center;
  width: 100%;
  min-width: 100%;
  min-height: 20rem;
  position: absolute;
  inset: 0%;
}

.stat-card-bg.show-mobile-portrait {
  display: none;
}

.stat-card {
  z-index: 2;
  color: var(--base-color-brand--white);
  text-align: center;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  max-width: 100rem;
  height: 22rem;
  min-height: 22rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -5rem;
  overflow: clip;
}

.heading-style-statcard {
  z-index: 5;
  font-family: Geogrotesque exp, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  position: relative;
}

.section_stat-slider {
  z-index: 1;
  background-color: var(--background-color--background-secondary);
  padding-bottom: 10rem;
  position: relative;
}

.stat-slider {
  background-color: #ddd0;
  flex: 1;
  width: 100%;
}

.stat-slide {
  min-height: 35rem;
}

.stat_slider-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.stat_slider-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_layout-3-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 90%;
  display: grid;
}

.statement-card {
  z-index: 2;
  color: var(--base-color-brand--white);
  text-align: center;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  height: 30rem;
  min-height: 30rem;
  max-height: 30rem;
  padding-left: 12vw;
  padding-right: 12vw;
  font-family: Geogrotesque sharp, sans-serif;
  font-size: 3.75vw;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
  position: relative;
  top: -10rem;
  overflow: clip;
}

.section_brand-overview {
  z-index: 1;
  background-color: var(--background-color--background-secondary);
  min-height: 45rem;
  margin-top: 0;
  position: relative;
}

.section_partners {
  z-index: 1;
  background-color: var(--deep-blue);
  color: var(--base-color-brand--white);
  position: relative;
}

.section_statimg, .section_opportunities {
  z-index: 1;
  background-color: var(--base-color-brand--white);
  position: relative;
}

.section_statement {
  z-index: 1;
  background-color: var(--deep-blue);
  background-image: url('../images/frame-14980-full-2_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  max-height: 20rem;
  position: relative;
}

.partner_logo {
  width: 14vw;
  min-width: 14vw;
  padding-left: 1rem;
  padding-right: 1rem;
}

.partner_logo.square {
  width: 13vw;
  min-width: 13vw;
  max-width: 13vw;
  padding-left: 2rem;
  padding-right: 2rem;
}

.partner_logo.less-padding {
  padding-left: .5rem;
  padding-right: .5rem;
  transform: scale(1.15);
}

.partner_logo.small-square {
  width: 10vw;
  min-width: 10vw;
  max-width: 10vw;
  padding-left: 2rem;
  padding-right: 2rem;
}

.partner_logo.lulu {
  padding-left: 1rem;
  padding-right: 1rem;
  transform: scale(1.15);
}

.cases-slider {
  background-color: var(--base-color-neutral--white);
  border-radius: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100rem;
  height: 73vh;
  min-height: 34rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: clip;
}

.cases-card-layout {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.case-card-image-wrapper {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.case-card-image-wrapper.hide-mobile-portrait {
  height: 66vh;
  min-height: 30rem;
}

.case-card-image-wrapper.show-mobile-portrait {
  display: none;
}

.cases-card-content {
  color: var(--text-blue);
  flex-direction: column;
  justify-content: space-between;
  padding: 2vh 1rem 2vh 3rem;
  line-height: 1.2;
  display: flex;
}

.cases-card {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem;
  position: absolute;
  inset: 0%;
}

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

.eyebrow {
  margin-bottom: .5rem;
  font-family: Acumin Pro Wide, sans-serif;
  font-size: .75rem;
  font-weight: 500;
}

.main-stat {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Geogrotesque ext, sans-serif;
  font-weight: 600;
  display: flex;
}

.cases_number {
  color: var(--text-blue);
  font-family: Geogrotesque exp trial Bdadlamunjoinedlatin, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1;
}

.scope-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 45%;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Geogrotesque ext, sans-serif;
  font-weight: 400;
  line-height: 1;
  display: grid;
}

.cases-list {
  color: var(--base-color-brand--black);
  flex-flow: column;
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: Manifold CF, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.icon-3 {
  background-color: var(--base-color-neutral--white);
  color: var(--text-blue);
  border-radius: 100%;
}

.left-arrow {
  border: .5px solid var(--deep-blue);
  background-color: var(--base-color-brand--white);
  color: var(--text-blue);
  border-radius: 100%;
  justify-content: space-between;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  left: .5rem;
  box-shadow: 0 2px 5px #0003;
}

.left-arrow.audience {
  transition: all .2s;
  left: -1rem;
}

.left-arrow.audience:hover {
  background-color: var(--background-color--background-secondary);
}

.right-arrow {
  border: .5px solid var(--deep-blue);
  background-color: var(--base-color-brand--white);
  color: var(--text-blue);
  border-radius: 100%;
  align-self: center;
  width: 4rem;
  height: 4rem;
  right: .5rem;
  box-shadow: 0 2px 5px #0003;
}

.right-arrow.audience {
  transition: all .2s;
  right: -1rem;
}

.right-arrow.audience:hover {
  background-color: var(--background-color--background-secondary);
}

.contact-form-component {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_form {
  z-index: 1;
  background-color: var(--background-color--background-secondary);
  position: relative;
}

.display-content {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  background-color: #284268;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.9rem;
  position: absolute;
}

.opportunities-controls {
  color: var(--base-color-neutral--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-opportunitycard {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-family: Geogrotesque sharp, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.opportunitycard-content-grid {
  color: var(--base-color-brand--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1.35vw;
  display: flex;
}

.display-img-1 {
  z-index: 1;
  min-width: 26vw;
  max-width: 26vw;
  margin-top: -10vh;
  margin-right: -11vw;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.display-img-2 {
  z-index: 2;
  max-width: 9vw;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: -4vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.display-imgs-wrap {
  z-index: 1;
  flex: 1;
  align-self: stretch;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.underline {
  background-color: var(--base-color-brand--white);
  width: 0%;
  height: 6px;
  position: absolute;
  inset: auto 19% -6px 51%;
}

.div-block-4 {
  position: relative;
}

.display-card-button {
  z-index: 10;
  border: 2.5px solid var(--base-color-neutral--white);
  pointer-events: none;
  cursor: pointer;
  background-image: url('../images/icon_close-modal-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
  position: relative;
  transform: rotate(45deg);
}

.display-card-button:hover {
  border-width: 3px;
}

.branded-content {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  background-color: #eb582d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.9rem;
  position: absolute;
}

.branded-img-1 {
  z-index: 1;
  min-width: 11vw;
  max-width: 11vw;
  margin-top: -8vh;
  margin-right: 2vw;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.branded-img-2 {
  z-index: 2;
  max-width: 11vw;
  margin-top: 3rem;
  margin-bottom: -5vh;
  margin-left: -5vw;
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.opportunitycard-title-wrapper {
  min-height: 7rem;
  margin-bottom: 1rem;
}

.branded-card-button {
  z-index: 10;
  border: 2.5px solid var(--base-color-neutral--white);
  pointer-events: none;
  cursor: pointer;
  background-image: url('../images/icon_close-modal-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
  position: relative;
  transform: rotate(45deg);
}

.branded-card-button:hover {
  border-width: 3px;
}

.distribution-content {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  background-color: #284268;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.9rem;
  position: absolute;
}

.distribution-img-1 {
  z-index: 1;
  min-width: 11vw;
  max-width: 11vw;
  margin-top: -8vh;
  margin-right: 2vw;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.distribution-img-2 {
  z-index: 2;
  max-width: 11vw;
  margin-top: 3rem;
  margin-bottom: -5vh;
  margin-left: -5vw;
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.distribution-card-button {
  z-index: 10;
  border: 2.5px solid var(--base-color-neutral--white);
  pointer-events: none;
  cursor: pointer;
  background-image: url('../images/icon_close-modal-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
  position: relative;
  transform: rotate(-45deg);
}

.distribution-card-button:hover {
  border-width: 3px;
}

.interaction-content {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  background-color: #2b3e29;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.9rem;
  position: absolute;
}

.interaction-img-1 {
  z-index: 1;
  max-width: 22vw;
  margin-top: -19rem;
  margin-right: -10vw;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(15deg);
}

.interaction-img-2 {
  z-index: 2;
  max-width: 19vw;
  margin-bottom: -7rem;
  margin-left: -10vw;
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(15deg);
}

.interaction-card-button {
  z-index: 10;
  border: 2.5px solid var(--base-color-neutral--white);
  pointer-events: none;
  cursor: pointer;
  background-image: url('../images/icon_close-modal-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
  position: relative;
  transform: rotate(-45deg);
}

.interaction-card-button:hover {
  border-width: 3px;
}

.text-span {
  font-family: Manifold CF, sans-serif;
}

.screen-animation-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 2.5%;
  display: flex;
  position: absolute;
  inset: auto;
}

.screen-animation-wrapper.vc {
  flex-flow: column;
  max-height: 100%;
  padding-top: 10%;
  padding-left: 0%;
  padding-right: 0%;
}

.screen-animation-wrapper.columbia {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-left: 2.5%;
  padding-right: 0%;
}

.screen-animation-wrapper.averton {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-left: 2.5%;
}

.screen-animation-wrapper.rei {
  flex-flow: column;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 10%;
  padding-left: 0%;
  padding-right: 0%;
}

.cases-img-1 {
  max-width: 65%;
  margin-bottom: 35%;
  position: relative;
}

.cases-img-2 {
  max-width: 32.5%;
  margin-top: 35%;
}

.cases-vc-1 {
  max-width: 40%;
}

.cases-vc-2 {
  max-width: 60%;
}

.cases-vc-3 {
  max-width: 90%;
  margin-left: 10%;
}

.cases-c-1 {
  max-width: 46%;
}

.cases-c-2 {
  max-width: 21%;
  margin-bottom: 15%;
}

.cases-c-3 {
  max-width: 21%;
  margin-top: 15%;
}

.cases-rei-2 {
  max-width: 100%;
  margin-left: 10%;
}

.brand-link {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 18vw;
  max-width: 18vw;
  min-height: 10vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.brand-link.square {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.tooltip1_component {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tooltip1_element-wrapper {
  color: var(--red);
}

.alltrails-logo-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dividerline-brand {
  background-color: var(--base-color-brand--black);
  opacity: .6;
  color: #293a16;
  width: 100%;
  height: 2px;
}

.tooltip-wrapper {
  z-index: 50;
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2vw;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.partners-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  margin-top: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

._60 {
  opacity: .6;
  padding-top: 2px;
  line-height: 0;
}

.cases-card-paragraph {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.trails-background {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--background-color--background-secondary) 52%, #e8e4db00 67%), url('../images/topography_1-2.svg');
  pointer-events: none;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.trails-background.z-0 {
  z-index: 0;
}

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

.cases-rei-1 {
  max-width: 100%;
  margin-left: 10%;
}

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

.heading-form {
  color: var(--text-blue);
  font-size: 3.2vw;
}

.text-card-subheading {
  font-size: 1.5vw;
  font-weight: 600;
}

.trails-background-form {
  z-index: 0;
  pointer-events: none;
  background-image: url('../images/topography-form-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.advertising-title-wrapper {
  width: 100%;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.heading-opportunitycard-front {
  text-transform: capitalize;
  font-family: Geogrotesque sharp, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.form-title-wrapper {
  width: 100%;
  max-width: 60vw;
}

.stat-slide-title-wrapper {
  margin: 0 0 1rem;
}

.section-cs-header {
  min-height: 27rem;
  max-height: 27rem;
  position: relative;
  overflow: clip;
}

.portfolio-header8_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: var(--base-color-brand--white);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center stretch;
  width: 100%;
  padding-bottom: 2rem;
  display: grid;
}

.portfolio-header8_content-left {
  justify-content: flex-start;
  align-items: center;
  max-width: 20rem;
  display: flex;
}

.portfolio-header8_metatag-list {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center start;
  font-size: 1.125rem;
  display: grid;
}

.portfolio-metatag-item {
  font-size: 1.35rem;
}

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

.portfolio-header8_overlay {
  z-index: 1;
  background-image: linear-gradient(#0000 64%, #0000004d 87%, #0006);
  position: absolute;
  inset: 0%;
}

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

.portfolio-header8_layout {
  z-index: 1;
  align-items: flex-end;
  height: 60svh;
  max-height: 27rem;
  display: flex;
  position: relative;
}

.cs-small-heading {
  text-transform: capitalize;
  margin-bottom: .25rem;
  font-family: Geogrotesqueexttrial Smbdadlamunjoinedlatin, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.4;
}

.cs-heading-h1 {
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 600;
}

.cs-brand {
  max-width: 280px;
  max-height: 2.5rem;
  position: absolute;
  inset: 5rem 0% auto auto;
}

.section-cs-objectives {
  background-color: var(--bg-neutral);
  position: relative;
}

.portfolio-content_layout {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

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

.cs-heading-h2 {
  text-transform: none;
  font-size: 2rem;
  font-weight: 600;
}

.horizontal-divide {
  background-color: var(--base-color-brand--black);
  width: 100%;
  height: .75px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.cs-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-right: 9vw;
  display: flex;
}

.cs-heading-h3 {
  text-transform: capitalize;
  font-family: Geogrotesque ext, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
}

.cs-objectives-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 40vw;
}

.cs-heading-h4 {
  text-transform: capitalize;
  font-family: Geogrotesque exp, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.cs-solution-lists {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 1rem;
  display: flex;
}

.cs-solution-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.section-cs-outcomes {
  background-color: var(--base-color-brand--white);
  position: relative;
}

.cs-stat-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--text-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 27vw;
  font-family: Geogrotesque ext, sans-serif;
  font-weight: 600;
  display: flex;
}

.section-cs-morecases {
  background-color: var(--deep-blue);
  color: var(--base-color-brand--white);
  padding-bottom: 4rem;
  position: relative;
}

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

.stat-card-bg-mobile {
  z-index: 0;
  object-fit: cover;
  border-radius: 18px;
  flex: 1;
  align-self: center;
  width: 100%;
  min-width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.reach-card-bg {
  z-index: 0;
  object-fit: cover;
  border-radius: 18px;
  flex: 1;
  align-self: center;
  width: 100%;
  min-width: 100%;
  min-height: 20rem;
  position: absolute;
  inset: 0%;
}

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

.section_caseshero {
  z-index: 1;
  background-color: var(--deep-blue);
  color: var(--base-color-brand--white);
  padding-top: 4rem;
  position: relative;
}

.cs-card-grid {
  width: 100%;
  margin-top: 2rem;
}

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

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

.cs-card {
  aspect-ratio: 4 / 5;
  color: var(--base-color-neutral--white);
  border-radius: 9px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout520_background-image-wrapper {
  z-index: 0;
  aspect-ratio: 4 / 5;
  background-image: linear-gradient(#00000080, #00000080);
  flex: 1;
  position: absolute;
  inset: 0%;
}

.layout520_background-image-wrapper.chevrolet {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.layout520_background-image {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
  right: auto;
}

.layout520_card-content {
  color: var(--base-color-brand--white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.cs-card-heading {
  text-transform: capitalize;
  font-family: Geogrotesque ext, sans-serif;
  font-size: 2.6vw;
  font-weight: 600;
}

.cs-link-button {
  border-bottom: 1px solid var(--base-color-brand--white);
  color: var(--base-color-neutral--white);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #3898ec00;
  padding: 0 0 .25rem;
  font-family: Geogrotesque wide, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.cs-link-button:hover {
  border-bottom-color: var(--text-blue);
  color: var(--text-blue);
}

.cs-back-wrapper {
  position: absolute;
  inset: 5rem auto auto 0%;
}

.portfolio-morecases_layout {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.swiper {
  width: 100%;
  margin-top: 2rem;
}

.swiper.cs-swiper {
  padding-left: 2%;
  padding-right: 5%;
}

.swiper-slide {
  flex: 1;
  min-width: 27vw;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
}

.more-cases-title-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

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

.swiper-button-next, .swiper-button-prev {
  display: none;
}

.cs-text {
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.25vw;
}

@media screen and (min-width: 1280px) {
  .heading-style-h2 {
    font-size: 3.2vw;
  }

  .navbar1_menu-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .navbar1_component {
    min-height: 3.5rem;
  }

  .home_stats_logo.wide {
    max-width: 14rem;
    max-height: 7rem;
  }

  .home_stats_logo.square {
    max-width: 11rem;
    max-height: 4rem;
  }

  .stat-card-bg {
    min-height: 25rem;
  }

  .stat-card {
    height: 25rem;
    min-height: 25rem;
    top: -7rem;
  }

  .heading-style-statcard {
    font-size: 3vw;
  }

  .statement-card {
    height: 30rem;
    min-height: 30rem;
    padding-left: 12vw;
    padding-right: 12vw;
    font-size: 3.4vw;
  }

  .partner_logo {
    width: 12vw;
    min-width: 12vw;
  }

  .partner_logo.less-padding {
    width: 14vw;
    min-width: 14vw;
  }

  .partner_logo.small-square {
    width: 9vw;
    min-width: 9vw;
    max-width: 9vw;
  }

  .partner_logo.lulu {
    width: 14vw;
    min-width: 14vw;
  }

  .cases-slider {
    min-height: 37rem;
  }

  .case-card-image-wrapper.hide-mobile-portrait {
    height: 67vh;
    min-height: 33rem;
  }

  .cases-list {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .opportunitycard-content-grid {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .display-img-2 {
    margin-left: -5vw;
  }

  .branded-img-1 {
    margin-right: 1.5vw;
  }

  .branded-img-2 {
    max-width: 12vw;
    margin-bottom: -2.5vh;
    margin-left: -5vw;
  }

  .opportunitycard-title-wrapper {
    min-height: 8rem;
    margin-bottom: 3rem;
  }

  .distribution-img-2 {
    margin-bottom: -2.5vh;
  }

  .screen-animation-wrapper.rei {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 5%;
  }

  .cases-img-2 {
    max-width: 30%;
    margin-top: 25%;
  }

  .cases-rei-2 {
    max-width: 80%;
  }

  .brand-link.square {
    min-height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .partners-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cases-card-paragraph {
    font-size: 1.2rem;
  }

  .cases-rei-1 {
    max-width: 80%;
  }

  .heading-form {
    font-size: 3.2vw;
  }

  .reach-card-bg {
    min-height: 25rem;
  }

  .cs-link-button:hover {
    border-bottom-color: var(--red);
    color: var(--red);
  }
}

@media screen and (min-width: 1440px) {
  .text-style-link {
    font-weight: 600;
    text-decoration: none;
  }

  .max-width-medium {
    max-width: 55rem;
  }

  .heading-style-h2 {
    font-size: 3.2vw;
  }

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

  .heading-style-h1 {
    font-size: 3.3vw;
  }

  .button.submit {
    padding-top: 1rem;
    padding-bottom: .85rem;
  }

  .form_checkbox-item {
    background-color: var(--base-color-neutral--white);
    border-radius: 5px;
  }

  .navbar1_menu-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .navbar1_component {
    min-height: 3.65rem;
  }

  .navbar1_logo-link {
    min-width: 10.5rem;
    max-width: 10.5rem;
  }

  .navbar1_link {
    font-size: .85vw;
  }

  .header33_content {
    max-height: 60rem;
  }

  .home_stats_logo {
    min-width: 11rem;
  }

  .home_stats_logo.alltrails {
    min-width: 10rem;
    max-width: 10rem;
  }

  .home_stats_logo.square {
    max-width: 11rem;
    max-height: 4rem;
  }

  .home_layout-1_grid-list {
    width: 100%;
  }

  .home_contact_form-block {
    font-size: 1.25rem;
  }

  .stat-card-bg {
    min-height: 30rem;
  }

  .stat-card-bg.hide-mobile-portrait {
    min-width: 120%;
    left: -10%;
  }

  .stat-card {
    height: 30rem;
    min-height: 30rem;
    top: -8rem;
  }

  .heading-style-statcard {
    font-size: 2.8rem;
  }

  .statement-card {
    max-width: 80rem;
    height: 28.25rem;
    min-height: 28.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 11vw;
    padding-right: 11vw;
    font-size: 3vw;
  }

  .section_brand-overview, .section_partners {
    min-height: 50rem;
  }

  .partner_logo {
    width: 11vw;
    min-width: 11vw;
  }

  .partner_logo.square {
    width: 10vw;
    min-width: 10vw;
    max-width: 10vw;
  }

  .partner_logo.less-padding {
    transform: scale(1.25);
  }

  .partner_logo.small-square {
    width: 8vw;
    min-width: 8vw;
    max-width: 8vw;
  }

  .partner_logo.lulu {
    width: 12vw;
    min-width: 12vw;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transform: scale(1.25);
  }

  .cases-slider {
    min-height: 40rem;
    margin-top: 8rem;
  }

  .case-card-image-wrapper.hide-mobile-portrait {
    height: 66vh;
    min-height: 36rem;
  }

  .cases-card-content {
    padding-left: 4rem;
  }

  .cases_number {
    font-size: 3vw;
  }

  .scope-wrapper {
    grid-column-gap: 3rem;
  }

  .left-arrow {
    width: 5rem;
    height: 5rem;
    left: 1rem;
  }

  .left-arrow:hover {
    box-shadow: 0 0 2px #0006;
  }

  .right-arrow {
    width: 5rem;
    height: 5rem;
    right: 1rem;
  }

  .right-arrow:hover {
    box-shadow: 0 0 2px #0006;
  }

  .contact-form-component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section_form {
    background-color: var(--background-color--background-secondary);
  }

  .display-content {
    padding: 3.5rem;
  }

  .heading-opportunitycard {
    font-size: 2.25vw;
  }

  .branded-content {
    padding: 3.5rem;
  }

  .branded-img-1 {
    margin-top: -10vh;
  }

  .distribution-content {
    padding: 3.5rem;
  }

  .distribution-img-1 {
    margin-top: -10vh;
  }

  .distribution-img-2 {
    max-width: 12vw;
    margin-left: -6vw;
  }

  .interaction-content {
    padding: 3.5rem;
  }


  .partners-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    max-width: 80vw;
  }

  ._60 {
    font-size: 1.1vw;
  }

  .heading-form {
    font-size: 3.2vw;
  }

  .text-card-subheading {
    font-size: 1.65vw;
  }

  .heading-opportunitycard-front {
    font-size: 2.25vw;
  }

  .section-cs-header {
    min-height: 27rem;
    max-height: 27rem;
  }

  .portfolio-metatag-item {
    font-size: 1.25vw;
  }

  .portfolio-header8_layout {
    max-height: 27rem;
  }

  .cs-small-heading {
    font-size: 1.25vw;
  }

  .cs-heading-h1 {
    font-size: 2.5vw;
  }

  .cs-brand {
    max-height: none;
  }

  .cs-heading-h3 {
    font-size: 2vw;
  }

  .cs-heading-h4 {
    font-size: 1.1vw;
  }

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

  .stat-card-bg-mobile {
    min-width: 110%;
  }

  .reach-card-bg {
    min-height: 30rem;
  }

  .section_caseshero {
    min-height: 50rem;
  }

  .cs-link-button {
    font-size: .85vw;
  }

  .swiper-wrapper {
    padding-right: 5vw;
  }

  .cs-text {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.35vw;
  }

  ol {
    padding-left: 2.75rem;
    font-size: 1.35rem;
  }

  .max-width-medium {
    max-width: 70rem;
  }

  .max-width-large {
    max-width: 65rem;
  }

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

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

  .button {
    padding: 1rem 1.75rem;
    font-size: 1.4rem;
  }

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

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

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

  .navbar1_component {
    min-height: 4rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .navbar1_logo-link {
    min-width: 13rem;
    max-width: 13rem;
  }

  .header33_content {
    max-height: 80rem;
  }

  .home_stats_logo-row {
    max-width: 55rem;
  }

  .home_stats_logo {
    min-width: 12rem;
    max-width: 12rem;
    max-height: 5vh;
  }

  .home_stats_logo.alltrails {
    min-width: 9rem;
    max-width: 9rem;
    max-height: 3vh;
  }

  .home_stats_logo.narrow {
    max-width: 12rem;
  }

  .home_layout-2_item {
    font-size: 1.4rem;
  }

  .home_layout-2_number {
    font-size: 3.6rem;
  }

  .stat-card-bg {
    align-self: center;
    min-width: 110%;
    margin-left: -10%;
  }

  .stat-card-bg.hide-mobile-portrait {
    min-width: 140%;
    left: 0%;
  }

  .stat-card {
    height: 37.5rem;
    min-height: 37.5rem;
    overflow: clip;
  }

  .heading-style-statcard {
    font-size: 3.6rem;
    line-height: 1.2;
  }

  .statement-card {
    max-width: 100rem;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .partner_logo {
    min-width: auto;
    max-width: 11rem;
  }

  .partner_logo.square {
    width: 8.5vw;
    min-width: auto;
    max-width: 11rem;
  }

  .partner_logo.less-padding {
    min-width: auto;
    max-width: 15rem;
  }

  .partner_logo.small-square {
    width: 6vw;
    min-width: auto;
    max-width: 11rem;
  }

  .partner_logo.lulu {
    width: 13vw;
    min-width: auto;
    max-width: 12rem;
  }

  .cases-slider {
    height: 61vh;
    min-height: 46rem;
  }

  .case-card-image-wrapper.hide-mobile-portrait {
    height: 54vh;
    min-height: 40rem;
  }

  .cases-card-content {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .cases-card {
    padding: 3rem;
  }

  .eyebrow {
    letter-spacing: .035em;
    font-size: 1vw;
  }

  .cases_number {
    font-size: 3rem;
  }

  .scope-wrapper {
    grid-column-gap: 4rem;
  }

  .cases-list {
    font-size: 1.4rem;
  }

  .contact-form-component {
    max-width: 60rem;
  }

  .heading-opportunitycard {
    font-size: 3rem;
  }

  .opportunitycard-content-grid {
    font-size: 1.6rem;
  }
/* Advertising Opportunities section */
  .branded-img-2 {
    margin-left: -6rem;
    max-width: 13rem;
    margin-bottom: -1rem;
    overflow: visible;
  }

  .branded-img-1 {
    min-width: 1rem;
    max-width: 13rem;
    margin-right: 4rem;
    margin-top: -5rem;
  }

  .display-img-2 {
    margin-left: -8rem;
    max-width: 11rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .display-img-1 {
    margin-top: -7rem;
    margin-right: -6rem;
    max-width: 26rem;
    min-width: 26rem;
}

  .distribution-img-2 {
    margin-left: -7rem;
    max-width: 14rem;
    margin-bottom: -2rem;
    overflow: visible;
  }

  .distribution-img-1 {
    margin-top: -6rem;
    min-width: 5rem;
    max-width: 13rem;
    margin-right: 4rem;
  }

  .interaction-img-2 {
    max-width: 22rem;
    margin-bottom: -6rem;
    margin-left: -8rem;
    margin-top: 3rem;
  }

  .interaction-img-1 {
    max-width: 25rem;
    margin-top: -18rem;
    margin-right: -11rem;
  }

  .screen-animation-wrapper.vc, .screen-animation-wrapper.rei {
    max-height: 100%;
  }

  .cases-img-1 {
    max-width: 32rem;
    margin-bottom: 25%;
  }

  .cases-img-2 {
    max-width: 12rem;
  }

  .brand-link {
    min-width: 16rem;
    max-width: 16rem;
    min-height: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tooltip1_component {
    z-index: 50;
  }

  .alltrails-logo-wrapper {
    font-size: 1.25vw;
  }

  .partners-list {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  ._60 {
    font-size: 1rem;
  }

  .cases-card-paragraph {
    font-size: 1.4rem;
  }

  .heading-form {
    font-size: 3.6rem;
  }

  .text-card-subheading {
    font-size: 1.6rem;
  }

  .advertising-title-wrapper {
    max-width: 70rem;
  }

  .heading-opportunitycard-front {
    font-size: 3rem;
  }

  .form-title-wrapper {
    max-width: 65rem;
  }

  .section-cs-header {
    min-height: 40rem;
    max-height: 40rem;
  }

  .portfolio-header8_content-wrapper {
    padding-bottom: 3rem;
  }

  .portfolio-header8_layout {
    max-width: 100rem;
    max-height: 40rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cs-brand {
    max-height: none;
    top: 6rem;
  }

  .portfolio-content_layout {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cs-layout {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .cs-heading-h2 {
    font-size: 2.25vw;
  }

  .horizontal-divide {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .cs-solution-lists {
    margin-top: 2rem;
  }

  .cs-stat-item {
    width: 20rem;
    font-size: 1.4rem;
  }

  .stat-card-bg-mobile {
    align-self: center;
    min-width: 120%;
    min-height: 140%;
    margin-left: -10%;
  }

  .reach-card-bg {
    align-self: center;
  }

  .layout520_row {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cs-card-heading {
    font-size: 2vw;
  }

  .cs-list-item {
    padding-left: 0;
  }

  .portfolio-morecases_layout {
    justify-content: flex-start;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .swiper.cs-swiper {
    padding-left: 5%;
  }

  .swiper-slide {
    min-width: 21.5vw;
  }

  .more-cases-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6rem;
  }

  .stat-row {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1900px) {
  .interaction-content p {
    max-width: 32vw;
  }
}


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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  ul {
    line-height: 1.2;
  }

  ol {
    font-size: 1rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium {
    font-size: 2vw;
  }

  .heading-style-h2 {
    font-size: 4vw;
  }

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

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

  .heading-style-h4, .heading-style-h3 {
    font-size: 5vw;
  }

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

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

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

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

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

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

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

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

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

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

  .header103_tabs-menu {
    max-width: none;
    bottom: 4rem;
  }

  .header103_tab-link {
    min-width: 8rem;
  }

  .gallery17_arrow.hide-mobile-landscape, .gallery19_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .header139_content {
    justify-content: center;
  }

  .header139_lightbox {
    max-width: 14rem;
  }

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

  .heading-medium {
    font-size: 1.75rem;
  }

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

  .layout488_content {
    height: 100svh;
  }

  .layout488_heading {
    font-size: 4rem;
  }

  .header107_image-list {
    height: 70vh;
  }

  .header107_image-wrapper {
    width: 25vw;
  }

  .header109_video-wrapper {
    justify-content: center;
  }

  .header109_content {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .timeline18_fade-overlay-left, .timeline18_fade-overlay-right {
    width: 2rem;
  }

  .timeline18_item, .layout352_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

  .layout357_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .layout357_content-item.content-item-1 {
    margin-bottom: 0;
  }

  .layout357_content-item.content-item-2, .layout357_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .layout357_content-item.content-item-4 {
    margin-bottom: 0;
  }

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

  .layout357_image {
    height: 30rem;
  }

  .layout408_card-content {
    padding: 2rem;
  }

  .layout423_row {
    flex-direction: column;
  }

  .layout423_card {
    width: 100%;
  }

  .layout423_image {
    object-fit: cover;
  }

  .layout423_card-content {
    padding: 2rem;
  }

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

  .layout121_timeline-step {
    grid-column-gap: 24px;
  }

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

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

  .layout380_card-large-content, .layout380_card-small-content {
    padding: 2rem;
  }

  .event15_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .event15_heading {
    margin-right: 3rem;
  }

  .event15_button-row {
    flex: none;
  }

  .event15_button-row.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

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

  .event15_mask {
    width: 50%;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal2_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .modal3_content-wrapper {
    padding: 4rem 5%;
  }

  .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 {
    z-index: 1000;
  }

  .navbar1_menu-button.w--open {
    z-index: 2147483647;
    background-color: #0000;
  }

  .navbar1_menu-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .navbar1_menu.is-page-height-tablet {
    z-index: 900;
    mix-blend-mode: normal;
    flex: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    height: 110dvh;
    margin-top: -4rem;
    padding-top: 5rem;
    padding-bottom: 6.5rem;
    transition: height .5s;
    position: fixed;
    inset: 0%;
  }

  .menu-icon1_line-top, .menu-icon1_line-bottom {
    background-color: var(--base-color-brand--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_component {
    z-index: 800;
    justify-content: center;
    align-items: flex-start;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .navbar1_link {
    text-transform: capitalize;
    width: auto;
    padding: .75rem 0;
    font-size: 3vw;
    font-weight: 600;
  }

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

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

  .home_stats_component {
    margin-bottom: 6rem;
  }

  .home_stats_logo-row {
    max-width: 85vw;
  }

  .home_layout-2_item {
    text-align: center;
    font-size: 1.5vw;
  }

  .home_layout-3_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    width: 75%;
  }

  .home_layout-2_number {
    font-size: 3.8vw;
  }

  .heading-style-statcard {
    font-size: 4.2vw;
  }

  .stat-slide {
    min-height: 25rem;
  }

  .home_layout-3-list {
    grid-column-gap: 2rem;
  }

  .statement-card {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section_opportunities {
    margin-top: -1rem;
  }

  .partner_logo {
    width: 17.5vw;
    min-width: 17.5vw;
  }

  .partner_logo.square {
    width: 18vw;
    min-width: 18vw;
    max-width: 18vw;
  }

  .partner_logo.less-padding {
    width: 20vw;
    min-width: 20vw;
  }

  .partner_logo.small-square {
    width: 14vw;
    min-width: 14vw;
    max-width: 14vw;
  }

  .partner_logo.lulu {
    width: 20vw;
    min-width: 20vw;
  }

  .cases-slider {
    height: auto;
    overflow: visible;
  }

  .cases-card-layout {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .case-card-image-wrapper {
    min-height: 28rem;
  }

  .cases-card-content {
    min-height: 30rem;
    padding: 3rem;
  }

  .cases-card {
    min-height: auto;
  }

  .main-stat {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cases_number {
    font-size: 5vw;
  }

  .scope-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow {
    z-index: 50;
    left: -1.5rem;
    transform: scale(.9);
  }

  .left-arrow.audience {
    transform: scale(.9);
  }

  .right-arrow {
    right: -1.5rem;
    transform: scale(.9);
  }

  .right-arrow.audience {
    transform: scale(.9);
  }

  .cases-slide {
    min-height: 65rem;
  }

  .display-content {
    padding: 1.5rem;
  }

  .opportunities-controls {
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-opportunitycard {
    font-size: 3vw;
  }

  .opportunitycard-content-grid {
    font-size: 1.4vw;
  }

  .display-img-1 {
    margin-top: -6vh;
  }

  .display-img-2 {
    max-width: 10vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -2vw;
  }

  .display-imgs-wrap {
    z-index: 3;
  }

  .underline {
    height: 3px;
    bottom: -3px;
  }

  .display-card-button {
    width: 2rem;
    height: 2rem;
  }

  .branded-content {
    padding: 1.5rem;
  }

  .branded-img-1 {
    margin-top: -5vh;
  }

  .branded-img-2 {
    margin-left: -5vw;
  }

  .opportunitycard-title-wrapper {
    min-height: 6rem;
    margin-bottom: 1rem;
  }

  .branded-card-button {
    width: 2rem;
    height: 2rem;
  }

  .distribution-content {
    padding: 1.5rem;
  }

  .distribution-img-1 {
    max-width: 12vw;
    margin-top: -7vh;
    margin-right: 2vw;
  }

  .distribution-img-2 {
    max-width: 12vw;
    margin-top: 0;
    margin-bottom: -2vh;
    margin-left: -5.5vw;
  }

  .distribution-card-button {
    width: 2rem;
    height: 2rem;
  }

  .interaction-content {
    padding: 1.5rem;
  }

  .interaction-card-button {
    width: 2rem;
    height: 2rem;
  }

  .brand-link {
    min-width: 26vw;
    max-width: 26vw;
  }

  .alltrails-logo-wrapper {
    font-size: 1vw;
  }

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

  ._60 {
    font-size: 1.7vw;
  }

  .mask-2 {
    overflow: visible;
  }

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

  .heading-form {
    font-size: 4vw;
  }

  .heading-opportunitycard-front {
    font-size: 3vw;
  }

  .stat-slide-title-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-cs-header {
    min-height: auto;
    max-height: none;
  }

  .portfolio-header8_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    place-items: flex-start stretch;
    display: flex;
  }

  .portfolio-metatag-item {
    font-size: 1.125rem;
  }

  .portfolio-header8_layout {
    height: 80svh;
    max-height: 35rem;
  }

  .cs-small-heading {
    font-size: 1.125rem;
  }

  .cs-heading-h1 {
    margin-bottom: .5rem;
  }

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

  .cs-objectives-img {
    max-width: 60vw;
  }

  .cs-stat-item {
    text-align: center;
    font-size: 2vw;
  }

  .cs-row {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout520_grid-list, .layout520_row {
    grid-template-columns: 1fr 1fr;
  }

  .swiper-slide {
    min-width: 34vw;
  }

  .stat-row {
    grid-template-columns: max-content 1fr 1fr;
  }

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

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

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

  ul {
    line-height: 1.3;
  }

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

  .max-width-large {
    max-width: 95vw;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 6vw;
  }

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

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

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

  .heading-style-h4 {
    font-size: 6vw;
    line-height: 1.4;
  }

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

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

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

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

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

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

  .header103_tabs-menu {
    bottom: 3rem;
  }

  .header103_tab-link {
    min-width: 0;
  }

  .header103_tab-load-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery17_slider {
    padding-bottom: 3rem;
  }

  .gallery17_mask {
    width: 100%;
  }

  .gallery17_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery19_slider {
    padding-bottom: 3rem;
  }

  .gallery19_mask {
    width: 50%;
  }

  .gallery19_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .header139_lightbox {
    display: none;
    position: relative;
    left: 5%;
    right: auto;
  }

  .layout487_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .layout487_content-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .layout487_item {
    justify-content: center;
    height: auto;
  }

  .layout487_mobile-image-wrapper {
    margin-bottom: 2rem;
    display: flex;
  }

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

  .layout487_image-wrapper {
    display: none;
  }

  .layout487_image.image1 {
    height: 50vh;
  }

  .layout487_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

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

  .layout486_content-left {
    display: none;
    position: static;
  }

  .layout486_number {
    font-size: 6rem;
  }

  .layout486_number.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

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

  .layout486_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout486_progress-wrapper {
    margin-top: 2rem;
  }

  .layout488_component {
    height: 200vh;
  }

  .layout488_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 60%;
  }

  .layout488_heading {
    font-size: 3rem;
  }

  .layout488_heading.heading-1, .layout488_heading.heading-2 {
    display: none;
  }

  .layout488_heading.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .header107_image-list {
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

  .header107_image-wrapper.is-image1 {
    display: none;
  }

  .header107_image-wrapper.is-image2, .header107_image-wrapper.is-image3 {
    width: 30vw;
  }

  .header107_image-wrapper.is-image4 {
    display: none;
  }

  .header107_image-wrapper.is-image5 {
    width: 50vw;
  }

  .header107_image-wrapper.is-image6 {
    width: 40vw;
  }

  .header109_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .timeline18_mask {
    width: 50%;
  }

  .timeline18_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
    margin-bottom: 1rem;
  }

  .timeline18_item-content {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .timeline18_arrow.is-left {
    right: 5.5rem;
  }

  .layout352_progress {
    left: .375rem;
  }

  .layout352_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

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

  .layout352_centre {
    justify-content: flex-start;
  }

  .layout357_content-item {
    padding-bottom: 2rem;
  }

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

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

  .layout408_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .layout408_card-content {
    padding: 1.5rem;
  }

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

  .layout423_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .layout423_card {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .layout423_card-content {
    padding: 1.5rem;
  }

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

  .layout121_progress-bar-wrapper {
    left: 2rem;
  }

  .layout121_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

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

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

  .layout380_card-large-content {
    padding: 1.5rem;
  }

  .layout380_card-small {
    grid-template-columns: 1fr;
  }

  .layout380_card-small-content {
    padding: 1.5rem;
  }

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

  .event15_heading {
    margin-right: 0;
  }

  .event15_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .event15_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .event15_component {
    padding-bottom: 6rem;
  }

  .event15_mask {
    width: 80%;
  }

  .event15_slide {
    padding-right: 1.5rem;
  }

  .event15_arrow.left {
    right: 3.5rem;
  }

  .modal1_component {
    align-items: flex-start;
  }

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

  .modal2_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .modal3_content-wrapper {
    padding-bottom: 7rem;
  }

  .navbar1_menu-links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

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

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

  .navbar1_link {
    font-size: 5vw;
  }

  .home_stats_component {
    z-index: 500;
    margin-bottom: 4rem;
    position: relative;
  }

  .home_stats_logo-row {
    z-index: 20;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    position: relative;
  }

  .home_layout-1_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .home_layout-2_item {
    font-size: 3vw;
    line-height: 1.3;
  }

  .home_layout-3_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }

  .home_layout-2_number {
    font-size: 5vw;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .stat-card-bg {
    height: 100%;
  }

  .stat-card {
    border-radius: 24px;
    height: 24rem;
    min-height: 24rem;
    top: -5rem;
    overflow: clip;
  }

  .heading-style-statcard {
    font-size: 5.6vw;
  }

  .stat_slider-wrapper {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding-top: 4rem;
  }

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

  .statement-card {
    height: 20rem;
    min-height: 20rem;
    max-height: 20rem;
    padding-left: 10vw;
    padding-right: 10vw;
    top: -7rem;
  }

  .section_opportunities {
    margin-top: -2rem;
  }

  .section_statement {
    margin-bottom: -10vh;
  }

  .partner_logo {
    width: 30vw;
    min-width: 30vw;
  }

  .partner_logo.square {
    width: 25vw;
    min-width: 25vw;
    max-width: 25vw;
  }

  .partner_logo.small-square {
    width: 20vw;
    min-width: 20vw;
    max-width: 20vw;
  }

  .cases-slider {
    min-height: 62rem;
  }

  .case-card-image-wrapper.hide-mobile-portrait {
    height: auto;
    min-height: 26rem;
  }

  .cases-card-content {
    padding: 2rem;
  }

  .cases-card {
    min-height: 62rem;
  }

  .main-stat {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cases_number {
    font-size: 6vw;
  }

  .scope-wrapper {
    place-items: start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-3 {
    z-index: 1;
    margin-right: 11.5px;
    position: relative;
    right: -.25rem;
    transform: scale(1.3);
  }

  .left-arrow {
    left: -1rem;
    transform: scale(.7);
  }

  .left-arrow.audience {
    transform: scale(.7);
  }

  .right-arrow {
    right: -1rem;
    transform: scale(.7);
  }

  .right-arrow.audience {
    transform: scale(.7);
  }

  .cases-slide {
    min-height: 62rem;
  }

  .heading-opportunitycard {
    font-size: 5vw;
  }

  .opportunitycard-content-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    font-size: 3vw;
  }

  .display-img-1 {
    min-width: 50vw;
    max-width: 50vw;
    margin-top: -11vh;
    margin-right: -21vw;
  }

  .display-img-2 {
    max-width: 22vw;
    margin-left: -10vw;
  }

  .branded-img-1 {
    min-width: 26vw;
    max-width: 26vw;
    margin-top: -10vh;
  }

  .branded-img-2 {
    max-width: 26vw;
    margin-left: -10vw;
  }

  .opportunitycard-title-wrapper {
    min-height: auto;
    margin-bottom: 3rem;
  }

  .distribution-img-1 {
    min-width: 26vw;
    max-width: 26vw;
    margin-top: -10vh;
    margin-right: 3vw;
  }

  .distribution-img-2 {
    max-width: 26vw;
    margin-left: -12vw;
  }

  .interaction-img-1 {
    max-width: 45vw;
    margin-right: -12vw;
  }

  .interaction-img-2 {
    max-width: 45vw;
    margin-bottom: -10vh;
    margin-left: -20vw;
  }

  .brand-link {
    z-index: 100;
    border-style: none;
    border-radius: 12px;
    min-width: 30vw;
    max-width: 30vw;
    position: relative;
  }

  .tooltip1_component {
    z-index: 50;
    justify-content: space-between;
    align-items: center;
  }

  .tooltip-wrapper {
    position: relative;
  }

  ._60 {
    font-size: 2.25vw;
  }

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

  .div-block-7 {
    margin-top: 1rem;
  }

  .heading-form {
    font-size: 6vw;
  }

  .text-card-subheading {
    font-size: 3vw;
  }

  .advertising-title-wrapper {
    max-width: 95vw;
  }

  .heading-opportunitycard-front {
    font-size: 5vw;
  }

  .form-title-wrapper {
    max-width: 95vw;
  }

  .stat-slide-title-wrapper {
    min-height: 65px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-header8_content-wrapper {
    grid-template-columns: 1fr;
  }

  .portfolio-header8_metatag-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cs-small-heading {
    font-size: 1.125rem;
  }

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

  .cs-objectives-img {
    max-width: none;
  }

  .cs-stat-item {
    width: auto;
    font-size: 2.5vw;
    line-height: 1.3;
  }

  .stat-card-bg-mobile, .reach-card-bg {
    height: 100%;
  }

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

  .layout520_grid-list, .layout520_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cs-card {
    padding: 1.5rem;
  }

  .swiper.cs-swiper {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .swiper-slide {
    min-width: 36vw;
  }

  .more-cases-title-wrapper {
    margin-bottom: 0;
  }

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

  .swiper-button-next {
    z-index: 1;
    color: var(--text-blue);
    border: .5px solid #000;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% -1.5rem 0% auto;
    box-shadow: 0 2px 5px #0003;
  }

  .swiper-button-next.custom-swiper-next {
    top: auto;
    bottom: auto;
  }

  .swiper-button-prev {
    z-index: 1;
    border: .5px solid #000;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    padding: 0;
    display: flex;
    position: absolute;
    inset: 0% auto 0% -1.5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .swiper-button-prev.custom-swiper-prev {
    top: auto;
    bottom: auto;
  }

  .icon-5 {
    z-index: 1;
    position: relative;
    left: .25rem;
    transform: scale(1.3);
  }
}

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

  p {
    font-size: 4.5vw;
  }

  ul {
    line-height: 1.2;
  }

  li {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.animate-text {
    display: block;
  }

  .heading-style-h2 {
    font-size: 6.5vw;
  }

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

  .button {
    min-width: 80vw;
  }

  .button.submit {
    margin-top: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 7vw;
    line-height: 1;
  }

  .heading-style-h3 {
    max-width: 80vw;
    font-size: 6vw;
  }

  .heading-style-h3.text-color-alternate.animate-text {
    font-family: Geogrotesque exp, sans-serif;
  }

  .heading-style-h3.animate-text {
    font-size: 6.5vw;
  }

  .form_checkbox-item {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
  }

  .text-align-center {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .padding-global.remove-mobile {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .header103_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header139_content {
    height: auto;
  }

  .header139_lightbox {
    position: relative;
    right: auto;
  }

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

  .layout487_item {
    height: auto;
  }

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

  .layout486_content {
    height: auto;
  }

  .layout488_content {
    grid-row-gap: 1rem;
  }

  .layout488_heading {
    font-size: 1.75rem;
  }

  .header107_image-wrapper {
    width: 40vw;
  }

  .timeline18_mask {
    width: 100%;
  }

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

  .timeline18_item-content {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .layout357_content-layout {
    grid-template-columns: 1fr;
  }

  .layout357_image {
    height: 25rem;
  }

  .layout423_row, .layout121_component, .layout380_column {
    grid-template-columns: 1fr;
  }

  .layout380_card-large {
    flex-direction: column;
    display: flex;
  }

  .layout380_card-large-content {
    display: block;
  }

  .layout380_card-medium {
    flex-direction: column;
    display: flex;
  }

  .layout380_card-medium-content {
    display: block;
  }

  .event15_mask {
    width: 95%;
  }

  .icon-2 {
    color: var(--text-blue);
    transform: scale(1.8);
  }

  .modal1_component, .modal2_component {
    display: none;
  }

  .navbar1_logo-link {
    max-width: 8rem;
  }

  .navbar1_link {
    font-size: 7vw;
  }

  .header33_background-video {
    height: 60vh;
    min-height: 60svh;
    display: inline-block;
  }

  .section_header33 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
    display: flex;
  }

  .header33_background-video-wrapper {
    min-height: 60vh;
  }

  .header33_content {
    height: 60svh;
    max-height: 40rem;
    padding-bottom: 0;
  }

  .home_stats_component {
    margin-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .home_stats_logo-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 4rem;
  }

  .home_stats_logo {
    max-width: 32vw;
    min-height: 7vh;
    max-height: 7vh;
  }

  .home_stats_logo.alltrails {
    min-width: 30vw;
    max-width: 30vw;
    min-height: auto;
    max-height: none;
  }

  .home_stats_logo.wide {
    min-width: 32vw;
    max-width: 32vw;
  }

  .home_stats_logo.narrow {
    max-width: 33vw;
  }

  .header69_component {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .home_layout-1_image {
    aspect-ratio: 1 / 1.25;
  }

  .home_layout-1_image-wrapper {
    aspect-ratio: 1 / 1.2;
  }

  .home_layout-2_item {
    font-size: 4vw;
  }

  .home_layout-3_list {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }

  .home_layout-2_number {
    font-size: 6vw;
  }

  .home_cta_card-content-top {
    width: 80vw;
  }

  .form_field-2col {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .home_contact_form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .texture {
    display: inline-flex;
    inset: auto 0% 0%;
  }

  .stat-card-bg {
    height: 100%;
    display: none;
  }

  .stat-card-bg.show-mobile-portrait {
    min-width: 120%;
    min-height: 120%;
    margin-left: -10%;
    display: block;
  }

  .stat-card {
    justify-content: center;
    align-items: center;
  }

  .heading-style-statcard {
    font-size: 6.75vw;
    line-height: 1.3;
  }

  .section_stat-slider {
    padding-bottom: 8rem;
  }

  .stat-slider, .stat-slide {
    min-height: 26rem;
  }

  .stat_slider-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 4rem;
  }

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

  .statement-card {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section_brand-overview {
    background-position: 0 100%;
    background-size: 200%;
  }

  .section_opportunities {
    margin-top: -4rem;
    padding-top: 4rem;
  }

  .section_statement {
    margin-bottom: -10vh;
  }

  .partner_logo {
    width: 34vw;
    min-width: auto;
    max-width: 8rem;
  }

  .partner_logo.square {
    width: 40vw;
    min-width: auto;
    max-width: 8.5rem;
  }

  .partner_logo.less-padding {
    width: 34vw;
    min-width: 30vw;
    padding-left: 0;
    padding-right: 0;
  }

  .partner_logo.small-square {
    width: 32vw;
    min-width: auto;
    max-width: 7.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .partner_logo.lulu {
    width: 34vw;
    min-width: 30vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cases-slider {
    justify-content: center;
    align-items: stretch;
    width: 95%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cases-card-layout {
    grid-template-columns: 1fr;
    align-content: space-between;
    height: auto;
  }

  .case-card-image-wrapper {
    border-radius: 0;
    min-height: auto;
  }

  .case-card-image-wrapper.hide-mobile-portrait {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .case-card-image-wrapper.show-mobile-portrait {
    aspect-ratio: 1.4;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cases-card-content {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: auto;
    padding: 1rem;
  }

  .cases-card {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding: 1rem 0;
    display: flex;
    position: static;
  }

  .eyebrow {
    margin-bottom: .25rem;
  }

  .main-stat {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .cases_number {
    font-size: 7vw;
  }

  .scope-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: .5rem;
    place-content: center start;
    place-items: start stretch;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cases-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    max-width: 40vw;
    margin-top: 0;
    font-size: .875rem;
  }

  .icon-3 {
    transform: scale(1.3);
  }

  .left-arrow {
    margin-bottom: 25vh;
    inset: auto auto auto -.75rem;
    transform: scale(.6);
  }

  .left-arrow.audience {
    inset: 0% auto 0% -1.25rem;
    transform: scale(.6);
  }

  .right-arrow {
    margin-bottom: 25vh;
    inset: auto -.75rem auto auto;
    transform: scale(.6);
  }

  .right-arrow.audience {
    inset: 0% -1.25rem 0% auto;
    transform: scale(.6);
  }

  .cases-slide {
    height: 100%;
    min-height: auto;
  }

  .display-content {
    flex: 1;
  }

  .opportunities-controls {
    padding-bottom: .75rem;
    padding-right: 1rem;
  }

  .heading-opportunitycard {
    margin-bottom: .5rem;
    font-size: 6.5vw;
  }

  .opportunitycard-content-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    font-size: 4vw;
  }

  .display-img-1 {
    min-width: 60vw;
    max-width: 60vw;
    margin-top: -7vh;
    margin-right: -25vw;
  }

  .display-img-2 {
    max-width: 26vw;
    margin-left: -3vw;
  }

  .branded-img-1 {
    margin-top: 0;
  }

  .branded-img-2 {
    margin-bottom: -7vh;
    margin-left: -5vw;
  }

  .opportunitycard-title-wrapper {
    margin-bottom: 1rem;
    font-size: 4vw;
    line-height: 1.3;
  }

  .distribution-img-1 {
    margin-top: -3vh;
  }

  .distribution-img-2 {
    margin-left: -5vw;
  }

  .interaction-img-1 {
    margin-right: -28vw;
  }

  .brand-link {
    border-radius: 8px;
    min-width: 32vw;
    max-width: 32vw;
    min-height: 5rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .dividerline-brand {
    height: 1.5px;
  }

  .partners-list {
    grid-column-gap: 0rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-bottom: 4rem;
  }

  ._60 {
    font-size: 3vw;
  }

  .cases-card-paragraph {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    font-size: .875rem;
  }

  .mask-2 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7, .list, .list-2 {
    margin-top: .5rem;
  }

  .heading-form {
    font-size: 6vw;
  }

  .text-card-subheading {
    text-align: left;
    font-size: 3.8vw;
  }

  .heading-opportunitycard-front {
    margin-bottom: .5rem;
    font-size: 6.5vw;
  }

  .stat-slide-title-wrapper {
    min-height: 60px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-cs-header {
    min-height: 36rem;
  }

  .portfolio-header8_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 4rem;
  }

  .portfolio-header8_metatag-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    justify-items: stretch;
    min-width: 90vw;
    font-size: 4vw;
  }

  .portfolio-metatag-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .portfolio-header8_layout {
    justify-content: center;
    align-items: flex-end;
  }

  .cs-small-heading {
    margin-bottom: 0;
  }

  .cs-heading-h1 {
    margin-bottom: .25rem;
    font-size: 8vw;
  }

  .cs-brand {
    max-width: 60vw;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    top: 4rem;
    right: auto;
  }

  .portfolio-content_layout {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cs-heading-h2 {
    font-size: 8vw;
  }

  .cs-content-wrapper {
    text-align: left;
    padding-right: 0;
  }

  .cs-heading-h3 {
    font-size: 6vw;
  }

  .cs-solution-lists {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .cs-solution-list {
    min-width: 46vw;
  }

  .cs-stat-item {
    font-size: 4vw;
  }

  .stat-card-bg-mobile {
    height: 100%;
    display: block;
  }

  .reach-card-bg {
    height: 100%;
    display: none;
  }

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

  .cs-card {
    aspect-ratio: 2 / 2.6;
  }

  .cs-card-heading {
    font-size: 7vw;
  }

  .cs-link-button {
    font-size: 3.5vw;
  }

  .cs-back-wrapper {
    inset: auto auto 1rem 0%;
  }

  .portfolio-morecases_layout {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .swiper.cs-swiper {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-left: 5%;
    display: flex;
    position: relative;
  }

  .swiper-slide {
    min-width: 90vw;
  }

  .more-cases-title-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .stat-row {
    grid-template-columns: 1fr;
  }

  .swiper-button-next {
    background-color: var(--base-color-brand--white);
    color: var(--text-blue);
    border: .5px solid #000;
    border-radius: 100%;
    justify-content: space-between;
    align-items: stretch;
    padding: .125rem;
    display: inline-flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
  }

  .swiper-button-prev {
    background-color: var(--base-color-brand--white);
    color: var(--text-blue);
    border: .5px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: auto;
  }

  .icon-5 {
    transform: scale(1.3);
  }
}

#w-node-_5c6fac5e-6002-3fbe-f5b3-89c33eb2c50f-c79ae684 {
  justify-self: end;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5a04-c79ae684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5a5c-c79ae684 {
  justify-self: end;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5a61-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5a63-c79ae684 {
  justify-self: start;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5a79-c79ae684 {
  justify-self: end;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5a7c-c79ae684 {
  align-self: center;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5a85-c79ae684 {
  justify-self: start;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5ac7-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5ad6-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5ae5-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5af4-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b03-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b12-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b5f-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b64-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b65-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b73-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b78-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b79-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b87-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b8c-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b8d-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b9b-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5ba0-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5ba1-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5baf-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5bb4-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5bb5-c79ae684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5cc4-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5cd8-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5cec-c79ae684 {
  align-self: start;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d53-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d54-c79ae684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d55-c79ae684 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d68-c79ae684 {
  align-self: start;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d8a-c79ae684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d8b-c79ae684 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d8c-c79ae684 {
  align-self: start;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d9d-c79ae684 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5db0-c79ae684 {
  align-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-c79ae6a1, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-c79ae6a1, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-c79ae6a1, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-c79ae6a1, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-c79ae6a1, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-c79ae6a1, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-c79ae6a1, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-c79ae6a1, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-c79ae6a1, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-c79ae6a1, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-c79ae6a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-c79ae6a1 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-c79ae6a1 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-c79ae6a1 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-c79ae6a1, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-c79ae6a1, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-c79ae6a1 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-c79ae6a1, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-c79ae6a1, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-c79ae6a1 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-c79ae6a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-c79ae6a1, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-c79ae6a1, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-c79ae6a1 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-c79ae6a1, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-c79ae6a1, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-c79ae6a1 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-c79ae6a1, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-c79ae6a1, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-c79ae6a1 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-c79ae6a1, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-c79ae6a1, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-c79ae6a1 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-c79ae6a1, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-c79ae6a1, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-c79ae6a1 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-c79ae6a1, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-c79ae6a1, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-c79ae6a1 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-c79ae6a1, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-c79ae6a1 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-c79ae6a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-c79ae6a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-c79ae6a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-c79ae6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-f3f15267-6167-f7cf-cf17-c5b6d4a90494-f175a1b5, #w-node-_7b4b7d53-9126-c9cd-fdcf-9e79e678922d-f175a1b5, #w-node-_860d5f68-780a-f2f7-f064-8d0a9eb1df3c-f175a1b5, #w-node-_53091e6e-26f2-0693-94bb-cf43860ffd1e-f175a1b5, #w-node-_1fe57334-53d2-b0ed-f581-3f18ff97978a-f175a1b5, #w-node-_5c7fa7d4-32f0-70f2-f328-c7e83a1df39b-f175a1b5, #w-node-_7fb2f1ce-866a-5e4c-dfc0-7a7f21dba101-f175a1b5, #w-node-_7cad0b6e-1896-dd6c-008c-a959db5e83db-f175a1b5, #w-node-_1aba0d07-8232-276f-4fe9-b5d21f599a16-f175a1b5, #w-node-cb483527-14ae-98d5-bd5e-1e82a5e7764e-f175a1b5, #w-node-_73976fb6-fcda-475e-150d-8273a4d79518-f175a1b5, #w-node-a4ac52ad-0562-da13-7610-590b2954abbf-f175a1b5, #w-node-b434a11e-0eac-b318-30cc-ae82ce025715-f175a1b5, #w-node-_929316a7-cf1a-3738-ca99-8878506c4a4f-f175a1b5, #w-node-_1a909e93-96f8-ec42-fdd3-ccd2d119adfe-f175a1b5, #w-node-_4c8e8b27-b5a3-3b7e-158c-ebdb4150d066-f175a1b5, #w-node-_29beb569-e0a8-0460-9218-b39566050762-f175a1b5, #w-node-_2a2fcffa-a4d9-356f-83fd-d62fcf4d0363-f175a1b5, #w-node-eaa57a20-301d-e1ea-1dd6-04f25078bb3f-f175a1b5, #w-node-fb83cb9e-7184-9bda-66e8-a98382275b2b-f175a1b5 {
  justify-self: center;
}

#w-node-_860d5f68-780a-f2f7-f064-8d0a9eb1dfaa-f175a1b5 {
  justify-self: stretch;
}

#w-node-_37dab224-65b2-404f-94a5-b452effaca5e-a6fff8da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_37dab224-65b2-404f-94a5-b452effaca6f-a6fff8da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_37dab224-65b2-404f-94a5-b452effaca70-a6fff8da, #w-node-_37dab224-65b2-404f-94a5-b452effaca76-a6fff8da, #w-node-_37dab224-65b2-404f-94a5-b452effaca7c-a6fff8da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40fbdd66-b694-ba47-2604-0407b19027de-a6fff8da, #w-node-_72a56b84-dd72-4141-55b5-b2e1f663ad73-a6fff8da, #w-node-_6a65582f-a68d-4426-dc3a-755d5d98bfdc-a6fff8da {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa46f63f-806b-9178-08cf-9d0265e87415-a6fff8da, #w-node-aa46f63f-806b-9178-08cf-9d0265e87425-a6fff8da, #w-node-aa46f63f-806b-9178-08cf-9d0265e87434-a6fff8da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37dab224-65b2-404f-94a5-b452effaca5e-244038e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_37dab224-65b2-404f-94a5-b452effaca6f-244038e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_37dab224-65b2-404f-94a5-b452effaca70-244038e0, #w-node-_37dab224-65b2-404f-94a5-b452effaca76-244038e0, #w-node-_37dab224-65b2-404f-94a5-b452effaca7c-244038e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40fbdd66-b694-ba47-2604-0407b19027de-244038e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0ee0b05-aa19-8a51-99d5-5b9bfb169b4e-244038e0 {
  justify-self: end;
}

#w-node-_72a56b84-dd72-4141-55b5-b2e1f663ad73-244038e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73a84537-6400-c9ec-9f4e-5b9297b4f626-244038e0 {
  justify-self: end;
}

#w-node-d3ea827e-fb81-b933-7cb4-686587e521ad-244038e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cdc17ed6-ca9b-753f-ef01-32d41402a60e-244038e0, #w-node-f86ed756-0fcb-59b2-a9fb-7d0cc7269137-244038e0, #w-node-_4c532dd8-1cc0-b7b6-2ee0-d28f9a6bc25e-244038e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b26500c-9bcb-1159-6ab3-988684191f7d-ca977297 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6b26500c-9bcb-1159-6ab3-988684191f7e-ca977297, #w-node-_0b479ac8-c5c2-b85f-3ab1-36bb051165ef-ca977297, #w-node-_51d92ff0-0d92-d88c-c328-556fa35727f6-ca977297, #w-node-c4f1e62e-b154-22ab-932a-de94eb4520bb-ca977297, #w-node-_7ba51ffe-ee97-941d-6afd-1375e564baa1-ca977297, #w-node-_99d8b47b-e984-5d32-376b-5480a770761f-ca977297, #w-node-_2251b70f-5720-b0f3-2c14-8aae8c88eae7-ca977297, #w-node-c7e3dbff-d469-bbfd-b9e4-8df8eb187dcf-ca977297, #w-node-fea07c84-30de-b2c7-2d6f-605197ce9215-ca977297, #w-node-b03999fd-5a88-2450-f21a-eb735b1c60ae-ca977297, #w-node-d1a5bb24-9b43-81f3-1d46-603469c38073-ca977297, #w-node-e2482c05-e4e6-b2ae-3c1b-05ceead14cb9-ca977297, #w-node-a6945ccb-bbdc-c3fb-4fef-1d944f57255d-ca977297, #w-node-_79e012b5-bc56-0ab7-2c37-31213aacbdc5-ca977297, #w-node-f08731e0-b7ca-1be8-3d1b-9c54eec6636c-ca977297, #w-node-_11f95ac3-c676-f6b1-daae-3539e74b1339-ca977297, #w-node-aae976c8-236d-2733-b81a-7e01f3ad9a75-ca977297, #w-node-_40386e81-f32d-72ad-b10b-44139235a8c4-ca977297 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e0ee0b05-aa19-8a51-99d5-5b9bfb169b4e-244038e0 {
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_860d5f68-780a-f2f7-f064-8d0a9eb1dfaa-f175a1b5 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5c6fac5e-6002-3fbe-f5b3-89c33eb2c50f-c79ae684 {
    justify-self: start;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d55-c79ae684 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d6a-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d7a-c79ae684 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d9d-c79ae684 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_860d5f68-780a-f2f7-f064-8d0a9eb1df3c-f175a1b5, #w-node-_53091e6e-26f2-0693-94bb-cf43860ffd1e-f175a1b5, #w-node-_1fe57334-53d2-b0ed-f581-3f18ff97978a-f175a1b5, #w-node-_5c7fa7d4-32f0-70f2-f328-c7e83a1df39b-f175a1b5, #w-node-_7fb2f1ce-866a-5e4c-dfc0-7a7f21dba101-f175a1b5, #w-node-_7cad0b6e-1896-dd6c-008c-a959db5e83db-f175a1b5, #w-node-_1aba0d07-8232-276f-4fe9-b5d21f599a16-f175a1b5, #w-node-cb483527-14ae-98d5-bd5e-1e82a5e7764e-f175a1b5, #w-node-_73976fb6-fcda-475e-150d-8273a4d79518-f175a1b5, #w-node-a4ac52ad-0562-da13-7610-590b2954abbf-f175a1b5, #w-node-b434a11e-0eac-b318-30cc-ae82ce025715-f175a1b5, #w-node-_929316a7-cf1a-3738-ca99-8878506c4a4f-f175a1b5, #w-node-_1a909e93-96f8-ec42-fdd3-ccd2d119adfe-f175a1b5, #w-node-_4c8e8b27-b5a3-3b7e-158c-ebdb4150d066-f175a1b5, #w-node-_29beb569-e0a8-0460-9218-b39566050762-f175a1b5, #w-node-_2a2fcffa-a4d9-356f-83fd-d62fcf4d0363-f175a1b5, #w-node-eaa57a20-301d-e1ea-1dd6-04f25078bb3f-f175a1b5, #w-node-fb83cb9e-7184-9bda-66e8-a98382275b2b-f175a1b5 {
    align-self: center;
  }

  #w-node-d3ea827e-fb81-b933-7cb4-686587e521ad-244038e0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6b26500c-9bcb-1159-6ab3-988684191f7d-ca977297 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5a5e-c79ae684 {
    order: -9999;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5a63-c79ae684 {
    justify-self: center;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b5f-c79ae684 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b62-c79ae684 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b73-c79ae684 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b76-c79ae684 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b87-c79ae684 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b8a-c79ae684 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b9b-c79ae684 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5b9e-c79ae684 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5baf-c79ae684 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5bb2-c79ae684 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5c7b-c79ae684 {
    order: 9999;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d55-c79ae684 {
    grid-column: span 2 / span 2;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d6a-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d7a-c79ae684 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d8b-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d9d-c79ae684 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6a65582f-a68d-4426-dc3a-755d5d98bfdc-a6fff8da, #w-node-_40fbdd66-b694-ba47-2604-0407b19027de-244038e0, #w-node-_72a56b84-dd72-4141-55b5-b2e1f663ad73-244038e0 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e59c7-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d55-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d8b-c79ae684, #w-node-_31c1d090-4cbe-0d33-9a33-26e2b49e5d9d-c79ae684 {
    grid-column: span 1 / span 1;
  }

  #w-node-_359960eb-7dda-d4d7-b61f-1e4c7b90c694-f175a1b5 {
    align-self: stretch;
  }

  #w-node-_359960eb-7dda-d4d7-b61f-1e4c7b90c696-f175a1b5 {
    place-self: center;
  }

  #w-node-_37dab224-65b2-404f-94a5-b452effaca70-244038e0 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Geogrotesque sharp';
  src: url('../fonts/geogrotesquesharptrial-extmdAdlamUnjoinedlatin.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro Wide';
  src: url('../fonts/acumin-pro-wide-boldAdlamUnjoinedadlam.woff2') format('woff2'), url('../fonts/acumin-pro-wide-boldAdlamUnjoinedlatin.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro Wide Ext';
  src: url('../fonts/acumin-pro-wide-mediumAdlamUnjoinedlatin-ext.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro Wide 3 ';
  src: url('../fonts/acumin-pro-wide-semibold-3AdlamUnjoinedlatin.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro Wide Ext';
  src: url('../fonts/acumin-pro-wide-boldAdlamUnjoinedlatin-ext.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro Wide';
  src: url('../fonts/acumin-pro-wide-mediumAdlamUnjoinedlatin.woff2') format('woff2'), url('../fonts/acumin-pro-wide-mediumAdlamUnjoinedadlam.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro Wide ';
  src: url('../fonts/acumin-pro-wide-semibold-3AdlamUnjoinedlatin-ext.woff2') format('woff2'), url('../fonts/acumin-pro-wide-semibold-3AdlamUnjoinedadlam.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp trial Bdadlamunjoinedlatin';
  src: url('../fonts/geogrotesqueexptrial-bdAdlamUnjoinedlatin.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesqueexttrial Smbdadlamunjoinedlatin';
  src: url('../fonts/geogrotesqueexttrial-smbdAdlamUnjoinedlatin.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Manifold CF';
  src: url('../fonts/fonnts.com-Manifold_CF_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manifold CF';
  src: url('../fonts/fonnts.com-Manifold_CF_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manifold CF';
  src: url('../fonts/fonnts.com-Manifold_CF_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manifold CF';
  src: url('../fonts/fonnts.com-Manifold_CF_Demi_Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manifold CF';
  src: url('../fonts/fonnts.com-Manifold_CF_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manifold CF';
  src: url('../fonts/fonnts.com-Manifold_CF_Extra_Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext ';
  src: url('../fonts/GeogrotesqueExtTRIAL-ThIt.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide ';
  src: url('../fonts/GeogrotesqueWideTRIAL-Md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp ';
  src: url('../fonts/GeogrotesqueExpTRIAL-LtIt.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext ';
  src: url('../fonts/GeogrotesqueExtTRIAL-UltLt.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide';
  src: url('../fonts/GeogrotesqueWideTRIAL-SmBd.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext';
  src: url('../fonts/GeogrotesqueExtTRIAL-SmBd.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp';
  src: url('../fonts/GeogrotesqueExpTRIAL-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide';
  src: url('../fonts/GeogrotesqueWideTRIAL-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp';
  src: url('../fonts/GeogrotesqueExpTRIAL-Th.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide';
  src: url('../fonts/GeogrotesqueWideTRIAL-SmBdIt.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide';
  src: url('../fonts/GeogrotesqueWideTRIAL-UltLtIt.otf') format('opentype'), url('../fonts/GeogrotesqueWideTRIAL-UltLt.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext';
  src: url('../fonts/GeogrotesqueExtTRIAL-SmBdIt.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext';
  src: url('../fonts/GeogrotesqueExtTRIAL-BdIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp';
  src: url('../fonts/GeogrotesqueExpTRIAL-Md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext';
  src: url('../fonts/GeogrotesqueExtTRIAL-MdIt.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext';
  src: url('../fonts/GeogrotesqueExtTRIAL-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext ';
  src: url('../fonts/GeogrotesqueExtTRIAL-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp';
  src: url('../fonts/GeogrotesqueExpTRIAL-UltLt.otf') format('opentype'), url('../fonts/GeogrotesqueExpTRIAL-UltLtIt.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide';
  src: url('../fonts/GeogrotesqueWideTRIAL-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext';
  src: url('../fonts/GeogrotesqueExtTRIAL-Md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp';
  src: url('../fonts/GeogrotesqueExpTRIAL-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp';
  src: url('../fonts/GeogrotesqueExpTRIAL-MdIt.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext';
  src: url('../fonts/GeogrotesqueExtTRIAL-UltLtIt.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp';
  src: url('../fonts/GeogrotesqueExpTRIAL-BdIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide';
  src: url('../fonts/GeogrotesqueWideTRIAL-LtIt.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide';
  src: url('../fonts/GeogrotesqueWideTRIAL-BdIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide';
  src: url('../fonts/GeogrotesqueWideTRIAL-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext';
  src: url('../fonts/GeogrotesqueExtTRIAL-LtIt.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp';
  src: url('../fonts/GeogrotesqueExpTRIAL-SmBd.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp';
  src: url('../fonts/GeogrotesqueExpTRIAL-RgIt.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext';
  src: url('../fonts/GeogrotesqueExtTRIAL-Th.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide';
  src: url('../fonts/GeogrotesqueWideTRIAL-ThIt.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp';
  src: url('../fonts/GeogrotesqueExpTRIAL-SmBdIt.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide';
  src: url('../fonts/GeogrotesqueWideTRIAL-MdIt.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide';
  src: url('../fonts/GeogrotesqueWideTRIAL-RgIt.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext';
  src: url('../fonts/GeogrotesqueExtTRIAL-RgIt.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque wide';
  src: url('../fonts/GeogrotesqueWideTRIAL-Th.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque ext';
  src: url('../fonts/GeogrotesqueExtTRIAL-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp';
  src: url('../fonts/GeogrotesqueExpTRIAL-ThIt.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque exp';
  src: url('../fonts/GeogrotesqueExpTRIAL-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}