:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --heading-font: "Lilita One", sans-serif;
  --ash-100: #2c2c2c;
  --text-font: Roboto, sans-serif;
  --orange-100: #fcae7c;
  --orange-80: #fdbe96;
  --orange-40: #fedfcb;
  --yellow-40: #fff5d6;
  --yellow-100: #ffe699;
  --mint-100: #b5ead6;
  --lavendar-100: #d1bdff;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-neutral--white: white;
  --base-color-brand--white: white;
  --base-color-brand--black: black;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --link-color--link-primary: var(--base-color-neutral--black);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --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);
  --navbar-end: #fffffff2;
  --blue-40: #effbff;
  --background-p: #fffdfa;
  --blue-100: #d6f6ff;
  --orange-10: #fff7f2;
  --orange-60: #fdceb0;
  --orange-20: #feefe5;
  --base-color-brand--transparent: #fff0;
  --lavendar-20: #f6f2ff;
  --mint-20: #f0fbf7;
  --yellow-20: #fffaeb;
  --base-color-neutral--neutral: #666;
  --base-color-system--error-red: #b42318;
  --navbar-start: #ffffff80;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --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-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);
}

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

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/wf-checkbox-checkmark.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(--text-color--text-primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--heading-font);
  color: var(--ash-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  font-family: var(--heading-font);
  color: var(--ash-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-family: var(--heading-font);
  color: var(--ash-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--heading-font);
  color: var(--ash-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  font-family: var(--heading-font);
  color: var(--ash-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  font-family: var(--heading-font);
  color: var(--ash-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  font-family: var(--text-font);
  color: var(--ash-100);
  margin-bottom: 0;
}

a {
  font-family: var(--text-font);
  color: var(--orange-100);
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: var(--orange-80);
}

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

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

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

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

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

blockquote {
  border-left: .1875rem solid var(--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(--ash-100);
  font-size: 1.5rem;
  text-decoration: underline;
}

.text-style-link.contact {
  font-size: 1.5rem;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.max-width-large {
  z-index: 1;
  width: 100%;
  max-width: 48rem;
  position: relative;
}

.max-width-large.align-center {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxlarge.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium {
  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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.icon-boxes-padding {
  margin-bottom: 0;
}

.margin-bottom.margin-small.services-text-bg {
  background-image: linear-gradient(145deg, var(--orange-40), var(--yellow-40));
  border-radius: 1rem;
  padding: 20px 20px 40px;
}

.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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xsmall.dld-grid-positioning {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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 {
  text-align: left;
  font-size: 1.25rem;
}

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

.text-size-medium.center-mobile {
  text-align: left;
  font-size: 1.25rem;
}

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

.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 {
  color: var(--ash-100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.heading-style-h2.text-color-orange {
  color: var(--orange-100);
}

.heading-style-h2.center-dlb-mobile {
  text-align: left;
}

.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;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.heading-style-h6.home-heading-orange {
  color: var(--orange-100);
}

.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: 400;
  line-height: 1.4;
}

.heading-style-h5.steps-header1 {
  color: var(--yellow-100);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ash-100);
  font-size: 1.75rem;
}

.heading-style-h5.steps-header2 {
  color: var(--mint-100);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ash-100);
  font-size: 1.75rem;
}

.heading-style-h5.steps-header3 {
  color: var(--orange-100);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ash-100);
  font-size: 1.75rem;
}

.heading-style-h5.steps-header4 {
  color: var(--lavendar-100);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ash-100);
  font-size: 1.75rem;
}

.heading-style-h5.text-align-left.dld-spacing-left {
  padding-left: 10px;
}

.heading-style-h5.mt-4 {
  margin-top: 1rem;
}

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

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

.heading-style-h1.padding-top.padding-20.center-mobile {
  margin-bottom: 2rem;
}

.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 {
  border: 1px solid var(--orange-100);
  background-color: var(--orange-100);
  color: var(--base-color-neutral--black);
  text-align: center;
  border-radius: 1rem;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  text-decoration: none;
}

.button:hover {
  border-color: var(--orange-80);
  background-color: var(--orange-80);
  color: var(--base-color-neutral--white);
}

.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);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--ash-100);
  font-size: 1.25rem;
}

.button.is-link.is-icon:hover {
  color: var(--orange-80);
}

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

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

.button.is-secondary:hover {
  border-color: var(--orange-80);
  background-color: var(--orange-80);
  color: var(--base-color-brand--white);
}

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

.button.is-secondary.is-small.nav-fr {
  font-size: 1rem;
}

.button.is-small {
  color: var(--base-color-brand--black);
  padding: .5rem 1.25rem;
}

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

.button.is-small.navbar, .button.is-small.nav-fr {
  font-size: 1rem;
}

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

.button.is-alternate:hover {
  border-color: var(--orange-80);
  background-color: var(--orange-80);
  color: var(--base-color-brand--white);
}

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

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

.heading-style-h4 {
  color: var(--ash-100);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-style-h4.services-text-padding {
  padding-bottom: 20px;
}

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

.text-size-regular {
  font-family: var(--text-font);
  color: var(--ash-100);
  text-align: left;
  font-size: 1.25rem;
}

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

.text-weight-xbold.footer-text-white {
  color: var(--base-color-brand--white);
  font-size: 1.5rem;
}

.text-weight-xbold.footer-text-white.footer-header-text {
  font-family: var(--text-font);
  color: var(--base-color-brand--black);
  font-size: 1.2rem;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_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-right {
  justify-content: center;
  align-items: center;
}

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

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

.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 {
  color: var(--ash-100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.stars-icons {
  color: var(--orange-100);
}

.icon-embed-xsmall.footer-icon {
  color: var(--base-color-brand--black);
}

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

.background-color-black {
  background-color: var(--base-color-neutral--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);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

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

.form_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: 4rem;
  height: 4rem;
}

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

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

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

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

.padding-section-medium.additional-padding-top {
  padding-top: 7rem;
}

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

.padding-section-large.support-us-removing-bot-padding {
  padding-bottom: 0;
}

.padding-section-large.services-remove-top-padding {
  padding-top: 1rem;
}

.padding-section-large.services-hero-padding-bot {
  padding-top: 7rem;
  padding-bottom: 0;
}

.padding-section-large.remove-bot-padding {
  padding-bottom: 0;
}

.padding-section-large.remove-bot-padding.padding-top-smaller {
  padding-top: 2rem;
}

.padding-section-large.remove-top-padding {
  padding-top: 0;
}

.padding-section-large.remove-top-padding.double-bottom {
  padding-bottom: 14rem;
}

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

.padding-section-large.negative-top-padding {
  margin-top: -7rem;
  padding-top: 0;
}

.padding-section-large.negative-top-padding.double-bottom-padding {
  padding-bottom: 10rem;
}

.padding-section-large.negative-top-padding.remove-bottom-padding {
  padding-bottom: 0;
}

.padding-section-large.double-bottom-padding {
  padding-bottom: 14rem;
}

.padding-section-large.triple-bottom-padding {
  padding-bottom: 21rem;
}

.padding-section-large.xlarge-bot {
  padding-bottom: 8.5rem;
}

.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: #161616;
  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 {
  color: var(--link-color--link-primary);
  background-color: #fff;
}

.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(--text-color--text-secondary);
}

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  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;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  padding: .5rem;
}

.navbar1_menu-button {
  padding: 0;
}

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

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

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

.navbar1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

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

.navbar1_logo {
  height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar1_logo.fr {
  height: 18px;
}

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

.navbar1_link {
  color: var(--ash-100);
  padding: .5rem 1rem;
}

.navbar1_link:hover {
  color: var(--orange-80);
}

.navbar1_link.w--current {
  border-bottom: 1px solid var(--orange-100);
  color: var(--orange-100);
}

.navbar1_link.hidden-link {
  display: none;
}

.navbar1_component {
  z-index: 10;
  border-bottom: 1px none var(--background-color--background-primary);
  background-color: var(--navbar-end);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

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

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

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

.section_header5 {
  position: relative;
}

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

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

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

.home_features-list-1_item-icon-wrapper {
  display: inline-block;
}

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

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

.home_features-list-1_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section_home_features-list-1 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

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

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

.section_cta9 {
  position: relative;
}

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

.cta9_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/group-of-kids.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.cta9_background-image-wrapper.dld_cta_background {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/group-of-people-collabration-to-complete-puzzle.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.cta9_content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.home_cta-1_content-right {
  z-index: 3;
}

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

.home_cta-1_image-wrapper {
  background-image: url('../images/girl-blowing-bubbles-with-letters.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  height: 100%;
  overflow: hidden;
}

.section_home_cta-1 {
  background-color: var(--blue-40);
  background-image: linear-gradient(180deg, var(--blue-40), var(--background-p) 84%);
  color: var(--text-color--text-primary);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

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

.home_cta-1_item-list {
  grid-column-gap: 2.3rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

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

.section_layout271 {
  position: relative;
}

.layout271_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/kidsInClass.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

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

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

.section_home_feature {
  background-color: var(--blue-100);
  background-image: linear-gradient(180deg, var(--blue-100), #f6f2ff 50%);
  position: relative;
  overflow: hidden;
}

.home_feature_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.home_feature_item-content {
  padding-right: 1rem;
}

.home_feature_circle {
  z-index: 2;
  background-color: var(--text-color--text-primary);
  border-radius: 100%;
  flex: none;
  width: .9375rem;
  height: .9375rem;
}

.home_feature_circle.steps-first-circle {
  background-color: var(--yellow-100);
  box-shadow: none;
  margin-right: 5px;
}

.home_feature_circle.steps-second-circle {
  background-color: var(--mint-100);
  margin-left: 5px;
  margin-right: 5px;
}

.home_feature_circle.steps-third-circle {
  background-color: var(--orange-100);
  margin-left: 5px;
  margin-right: 5px;
}

.home_feature_circle.steps-fourth-circle {
  background-color: var(--lavendar-100);
  margin-left: 5px;
  margin-right: 5px;
}

.home_feature_progress-line {
  background-color: var(--text-color--text-primary);
  width: 100%;
  height: 3px;
}

.home_feature_image-wrapper {
  border-radius: 0;
  margin-right: 2.5rem;
  overflow: hidden;
}

.home_feature_progress-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.home_feature_content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.home_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
}

.home_feature_image.member-feature-img {
  width: 50%;
}

.home_feature_fade-overlay-right {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, var(--background-color--background-primary));
  width: 4rem;
  height: 4px;
  position: absolute;
  right: 0%;
}

.home_feature_item {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: 1fr max-content 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 100%;
  display: grid;
  position: relative;
}

.home_timeline_client {
  text-align: left;
}

.home_timeline_rating-wrapper {
  display: flex;
}

.home_timeline_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

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

.section_home_timeline {
  background-color: var(--orange-10);
  background-image: linear-gradient(180deg, var(--orange-10), var(--base-color-brand--white));
  color: var(--text-color--text-primary);
}

.home_timeline_logo {
  max-height: 3rem;
}

.text-weight-semibold {
  font-family: var(--text-font);
  color: var(--ash-100);
  font-weight: 600;
}

.text-weight-semibold.footer-text-white {
  color: var(--base-color-brand--black);
  padding-top: .5rem;
}

.home_timeline_content {
  background-image: linear-gradient(135deg, var(--orange-60), var(--yellow-40));
  border: 1px #000;
  border-radius: 1rem;
  padding: 40px 20px;
  box-shadow: 0 20px 24px #0003, 0 8px 8px #0003;
}

.home_contact_map-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

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

.home_contact_map {
  width: 100%;
  height: 100%;
}

.home_contact_content {
  grid-column-gap: 1.1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

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

.footer9_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer9_bottom-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer9_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  border: 1px none var(--border-color--border-primary);
  background-image: url('../images/footer.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  padding: 1rem 3rem;
}

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

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

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

.footer9_component {
  background-color: var(--background-p);
}

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

.footer9_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer9_link {
  color: var(--base-color-brand--black);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer9_link:hover {
  color: var(--ash-100);
}

.footer9_link.w--current {
  color: var(--base-color-brand--black);
}

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

.footer9_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

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

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

.footer9_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--base-color-brand--white);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer9_social-link:hover {
  color: var(--ash-100);
}

.header36_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.section_header36 {
  background-color: var(--orange-10);
  color: var(--text-color--text-primary);
  background-image: none;
  height: 100vh;
  max-height: 100vh;
  position: relative;
}

.header36_image-wrapper {
  background-image: url('../images/banner1-logo-images.webp');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  overflow: hidden;
}

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.layout520_card-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: relative;
}

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

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

.layout520_card-content-top {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: inline-flex;
  position: relative;
}

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

.layout520_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#f0fbf700 45%, #f0fbf7e6), url('../images/Therapeutic_Focus.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.layout520_background-image-wrapper.home-service-image1 {
  background-image: linear-gradient(180deg, #f0fbf700, var(--base-color-brand--transparent) 19%, #f0fbf7e6 39%), url('../images/Therapeutic_Focus.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.layout520_background-image-wrapper.home-service-image2 {
  background-image: linear-gradient(180deg, #f0fbf700, var(--base-color-brand--transparent) 22%, #f0fbf7e6 42%), url('../images/customized_Approach.webp');
}

.layout520_background-image-wrapper.home-service-image3 {
  background-image: linear-gradient(180deg, #f0fbf700, var(--base-color-brand--transparent) 40%, #f0fbf7e6 44%), url('../images/Effective-Communication.webp');
}

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

.layout520_card {
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout520_card.text-color-alternate {
  border-radius: 1rem;
  height: 450px;
  box-shadow: 0 20px 24px #0003, 0 8px 8px #0003;
}

.section_layout520 {
  background-image: linear-gradient(180deg, var(--lavendar-20), var(--background-p)), linear-gradient(180deg, var(--mint-20), #f0fbf7 90%);
  color: var(--text-color--text-primary);
}

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

.section_layout1 {
  background-color: var(--mint-20);
  background-image: linear-gradient(180deg, var(--blue-100), var(--background-p));
  color: var(--text-color--text-primary);
  position: relative;
}

.layout1_image-wrapper {
  background-image: url('../images/boy-holding-annual-report-with-doodles-charts.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  height: 500px;
  overflow: hidden;
}

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

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

.layout241_item {
  border: 1px solid #000;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout241_item.text-align-center {
  border-style: none;
  border-color: var(--lavendar-100);
  background-image: linear-gradient(#d6f6ff59, #d1bdff59);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 350px;
  padding: 40px 20px;
  display: grid;
}

.section_layout241 {
  background-image: linear-gradient(180deg, var(--blue-100), var(--orange-10));
  color: var(--text-color--text-primary);
  position: relative;
}

.layout241_list {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-bottom: 150px;
  display: grid;
}

.layout241_list.dld {
  padding-bottom: 40px;
}

.div-block {
  position: absolute;
}

.home-divider1 {
  z-index: 2;
  width: 100%;
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-divider2 {
  background-image: url('../images/Blue-devider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 200px;
  margin-bottom: -1px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-divider3 {
  z-index: 1;
  background-image: url('../images/cropped-blue-divider.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-divider4 {
  background-color: var(--lavendar-20);
  background-image: url('../images/orange-devider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.button-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

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

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

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

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

.navbar1_link-2 {
  padding: .5rem 1rem;
}

.navbar1_link-2.w--current {
  color: var(--base-color-neutral--black);
}

.navbar1_component-2 {
  border-bottom: 1px solid var(--background-color--background-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.about_hero-header_image-wrapper {
  flex: 1;
  position: relative;
}

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

.image-overlay-layer-2.hide {
  display: none;
}

.about_hero-header_content-left.text-align-center.padding-bottom-2 {
  padding-bottom: 2rem;
}

.about_hero-header_content-right {
  max-width: 80%;
}

.about_hero-header_content-right.text-align-center.align-center {
  max-width: 90%;
}

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

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

.button-group-2.is-right {
  justify-content: flex-end;
  align-items: center;
}

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

.section_about_hero-header {
  background-image: linear-gradient(180deg, var(--lavendar-20), var(--blue-100));
  color: var(--text-color--text-primary);
}

.about_hero-header_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.about_hero-header_background-image-wrapper {
  z-index: 0;
  background-image: url('../images/ChildrenInClass.webp'), linear-gradient(#00000080, #00000080);
  background-position: 50% 25%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  position: absolute;
  inset: 0%;
}

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

.about_hero-header_content-wrapper {
  z-index: 1;
  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: block;
  position: relative;
}

.about_logo-list_list {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.about_logo-list_logo {
  max-height: 3.5rem;
}

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

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

.layout44_content-left {
  padding-bottom: 50px;
}

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

.section_layout44 {
  position: relative;
}

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

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

.layout44_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/kidsInClass.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.section_about_about-1 {
  background-image: linear-gradient(180deg, var(--blue-100), var(--blue-100));
  color: var(--text-color--text-primary);
  position: relative;
}

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

.about_about-1_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.about_about-1_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

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

.about_about-1_image {
  aspect-ratio: 1;
  background-color: var(--orange-40);
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

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

.about_about-1_title-wrapper.directors-text-block {
  background-color: var(--base-color-brand--white);
  border-radius: 1rem;
  padding: 10px;
}

.about_about-1_item.about-directors-item {
  background-image: linear-gradient(#bfa2db, #00a1ce);
  border-radius: 1rem;
  padding: 3px;
}

.about_about-1_item.about-directors-item.about-extra-spacing, .about_about-1_item.about-directors-item.about-less-spacing {
  padding: 3px;
}

.about_team-2_content {
  background-image: linear-gradient(180deg, var(--orange-40), var(--yellow-40));
  border: 1px #000;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 80px;
  padding-left: 40px;
  display: grid;
}

.about_team-2_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.about_team-2_content-left {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_about_team-2 {
  background-color: var(--lavendar-20);
  background-image: linear-gradient(180deg, var(--orange-10), var(--lavendar-20));
  color: var(--text-color--text-primary);
  position: relative;
}

.about_team-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 100%;
  height: 100%;
}

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

.about_about-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.about_about-2_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.section_about_about-2 {
  background-color: var(--blue-100);
  color: var(--text-color--text-primary);
  position: relative;
}

.about_about-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 80px;
  display: grid;
}

.about_contact_map-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.text-style-link-2 {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.icon-embed-small-2 {
  color: var(--ash-100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.about_contact_map {
  width: 100%;
  height: 100%;
}

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

.footer9_top-wrapper-2 {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  padding: 3rem;
}

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

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

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

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

.footer9_link-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.footer9_social-link-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.navbar1_link-3 {
  padding: .5rem 1rem;
}

.navbar1_link-3.w--current {
  color: var(--base-color-neutral--black);
}

.navbar1_component-3 {
  border-bottom: 1px solid var(--background-color--background-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.dld_hero-header_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.section_dld_hero-header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  background-image: url('../images/What-Is-DLD.webp');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  position: relative;
}

.dld_hero-header_image-wrapper {
  overflow: hidden;
}

.dld_hero-header_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 85vh;
  display: grid;
}

.dld_hero-header_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

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

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

.dld_how-it-works_item {
  background-image: linear-gradient(135deg, var(--orange-40), var(--yellow-40));
  text-align: center;
  border-radius: 1rem;
  width: 100%;
  height: 250px;
  padding: 40px 20px;
}

.section_dld_how-it-works {
  background-image: linear-gradient(180deg, var(--orange-10), var(--blue-100));
  color: var(--text-color--text-primary);
}

.dld_how-it-works_item-icon-wrapper {
  display: inline-block;
}

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

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

.dld_about-1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.section_dld_about-1 {
  background-image: linear-gradient(180deg, var(--blue-100), var(--lavendar-20));
  color: var(--text-color--text-primary);
  position: relative;
}

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

.dld_about-2_content-right {
  z-index: 1;
  position: relative;
}

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

.dld_about-2_image-wrapper {
  border-radius: 0;
}

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

.section_dld_about-2 {
  background-image: linear-gradient(180deg, var(--blue-100), var(--base-color-brand--white) 20%);
  color: var(--text-color--text-primary);
}

.dld_features-list-1_image-wrapper {
  background-image: url('../images/How-DLD.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.dld_features-list-1_right {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.dld_features-list-1_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section_dld_features-list-1 {
  background-image: linear-gradient(180deg, var(--orange-10), var(--lavendar-20) 43%);
  color: var(--text-color--text-primary);
  position: relative;
}

.dld_features-list-1_item-icon-wrapper {
  display: inline-block;
}

.dld_features-list-1_left {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

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

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

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

.dld_features-list-2_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.section_dld_features-list-2 {
  background-image: linear-gradient(180deg, var(--lavendar-20), var(--mint-20));
  color: var(--text-color--text-primary);
}

.dld_features-list-2_content-left {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
}

.dld_features-list-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.dld_features-list-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-image: linear-gradient(135deg, var(--orange-40), var(--yellow-40));
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.dld_faq_accordion {
  border: 1px none var(--border-color--border-primary);
  background-image: linear-gradient(180deg, var(--blue-100), var(--lavendar-20));
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.dld_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

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

.section_dld_faq {
  background-image: linear-gradient(180deg, var(--base-color-neutral--white), white);
  color: var(--text-color--text-primary);
}

.dld_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

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

.dld_contact_map-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

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

.dld_contact_map {
  width: 100%;
  height: 100%;
}

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

.footer9_top-wrapper-3 {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  padding: 3rem;
}

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

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

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

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

.footer9_link-3 {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.careers_job-listings_list-wrapper {
  overflow: hidden;
}

.careers_job-listings_list {
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.careers_job-listings_component {
  padding-top: 20px;
}

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

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

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

.careers_job-listings_detail-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.section_careers_job-listings {
  background-color: var(--background-p);
  color: var(--text-color--text-primary);
}

.careers_job-listings_item {
  border: 1px none var(--border-color--border-primary);
  background-image: linear-gradient(145deg, var(--orange-40), var(--yellow-40));
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.careers_job-listings_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.careers_job-listings_job-details-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.careers_job-listings_icon-wrapper {
  flex: none;
}

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

.careers_about_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.careers_about_image {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

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

.careers_contact_map-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

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

.careers_contact_map {
  width: 100%;
  height: 100%;
}

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

.footer9_top-wrapper-4 {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  padding: 3rem;
}

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

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

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

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

.footer9_link-4 {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.our-services_hero-header_image-wrapper {
  background-image: url('../images/Supporting-You.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 700px;
  overflow: hidden;
}

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

.section_our-services_hero-header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  height: 100vh;
}

.our-services_hero-header_content {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.our-services_features-list-1_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section_our-services_features-list-1 {
  background-image: linear-gradient(180deg, var(--mint-100), var(--blue-40) 52%, var(--blue-100));
  color: var(--text-color--text-primary);
  position: relative;
}

.our-services_features-list-1_card-small {
  border: 1px none var(--border-color--border-primary);
  background-image: linear-gradient(145deg, var(--orange-40), var(--yellow-40));
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

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

.our-services_features-list-1_column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
}

.our-services_features-list-1_card-large-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.our-services_features-list-1_card-small-content, .our-services_features-list-1_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.our-services_features-list-1_card-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px none var(--border-color--border-primary);
  background-color: var(--yellow-40);
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

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

.our-services_features-list-1_item-icon-wrapper {
  display: inline-block;
}

.our-services_features-list-2_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.our-services_features-list-2_item.services-middle-item {
  margin-top: -75px;
}

.our-services_features-list-2_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.our-services_features-list-2_image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.our-services_features-list-2_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 100px;
  display: grid;
}

.section_our-services_features-list-2 {
  background-image: linear-gradient(180deg, var(--blue-100), var(--lavendar-20) 90%, var(--base-color-brand--white) 104%);
  color: var(--text-color--text-primary);
  position: relative;
}

.our-services_contact_map-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.our-services_contact_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-services_contact_map {
  width: 100%;
  height: 100%;
}

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

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

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

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

.header54_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/group-of-kids.webp');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

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

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

.section_header54 {
  position: relative;
}

.section_header54.text-color-alternate {
  padding-top: 140px;
}

.become-member_feature_content-left {
  width: 100%;
}

.become-member_feature_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  z-index: 99999;
  background-image: none;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 40px;
  display: grid;
}

.become-member_feature_content.padding-top.padding-2 {
  padding-top: 7rem;
}

.become-member_feature_icon-wrapper {
  display: inline-block;
}

.section_become-member_feature {
  background-color: var(--background-p);
  color: var(--text-color--text-primary);
  z-index: 99999;
}

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

.become-member_timeline_list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.section_become-member_timeline {
  background-image: linear-gradient(180deg, var(--mint-20), var(--lavendar-20));
  overflow: hidden;
}

.become-member_timeline_progress-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.become-member_timeline_fade-overlay-left {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--background-color--background-primary), #fff0);
  width: 4rem;
  height: 4px;
  position: absolute;
  top: .375rem;
  left: 0%;
}

.become-member_timeline_progress-line {
  background-color: var(--text-color--text-primary);
  width: 100%;
  height: 3px;
}

.become-member_timeline_item {
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.become-member_timeline_content {
  display: flex;
  position: relative;
}

.become-member_timeline_fade-overlay-right {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, var(--background-color--background-primary));
  width: 4rem;
  height: 4px;
  position: absolute;
  top: .375rem;
  right: 0%;
}

.become-member_timeline_item-content {
  text-align: center;
  padding-left: .75rem;
  padding-right: .75rem;
}

.become-member_timeline_circle {
  z-index: 2;
  background-color: var(--text-color--text-primary);
  box-shadow: 0 0 0 8px var(--background-color--background-primary);
  border-radius: 100%;
  flex: none;
  width: .9375rem;
  height: .9375rem;
}

.section_layout275 {
  position: relative;
}

.section_layout275.text-color-alternate {
  background-image: linear-gradient(180deg, var(--lavendar-20), white);
}

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

.layout275_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-bottom: 100px;
  display: grid;
}

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

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

.layout275_background-image-wrapper {
  z-index: 0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

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

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

.section_become-member_pricing-2 {
  background-color: var(--background-p);
  color: var(--text-color--text-primary);
}

.section_become-member_pricing-2.membership-plans-bg {
  background-color: var(--orange-10);
  background-image: linear-gradient(180deg, var(--background-p), var(--orange-40));
  padding-bottom: 100px;
  position: relative;
}

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

.become-member_pricing-2_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.become-member_pricing-2_plan {
  border: 3px solid var(--orange-60);
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  overflow: hidden;
}

.become-member_pricing-2_plan.member-family-card {
  background-color: var(--orange-10);
}

.become-member_pricing-2_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

.become-member_pricing-2_divider {
  background-color: var(--ash-100);
  width: 100%;
  height: 1px;
}

.become-member_contact_map-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.become-member_contact_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.become-member_contact_map {
  width: 100%;
  height: 100%;
}

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

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

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

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

.support-us_about-1_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.support-us_about-1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.support-us_about-1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.support-us_about-1_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 70vh;
  margin-bottom: 15vh;
  display: grid;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.support-us_about-1_card.card-1 {
  background-color: var(--yellow-20);
  border-style: none;
  border-radius: 1rem;
  margin-bottom: 5vh;
  position: static;
  top: 15%;
}

.support-us_about-1_card.card-2 {
  background-color: var(--orange-20);
  border-style: none;
  border-radius: 1rem;
  margin-bottom: 5vh;
  position: static;
  top: 18%;
}

.support-us_about-1_card.card-3 {
  background-color: var(--yellow-20);
  border-style: none;
  border-radius: 1rem;
  margin-bottom: 5vh;
  position: static;
  top: 21%;
}

.support-us_about-1_card.card-4 {
  background-color: var(--orange-20);
  border-style: none;
  border-radius: 1rem;
  margin-bottom: 5vh;
  position: static;
  top: 24%;
}

.section_support-us_about-1 {
  background-color: var(--background-p);
  color: var(--text-color--text-primary);
  padding-top: 20px;
}

.support-us_about-1_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.support-us_about-2_content {
  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;
}

.support-us_about-2_icon-wrapper {
  display: inline-block;
}

.section_support-us_about-2 {
  background-color: var(--background-p);
  color: var(--text-color--text-primary);
}

.support-us_about-2_component {
  background-image: linear-gradient(145deg, var(--orange-40), var(--yellow-40));
  border-radius: 1rem;
  padding: 40px;
}

.support-us_contact_map-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.support-us_contact_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.support-us_contact_map {
  width: 100%;
  height: 100%;
}

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

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

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

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

.page_featured-blog-list-header_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.category-filter-link {
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current, .category-filter-link.current {
  border-color: var(--border-color--border-primary);
  background-color: #fff;
}

.page_featured-blog-list-header_item-link {
  text-decoration: none;
}

.page_featured-blog-list-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page_featured-blog-list-header_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.page_featured-blog-list-header_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

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

.section_page_featured-blog-list-header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.page_featured-blog-list-header_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

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

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

.blog-post-header5_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.blog-post-header5_author-text {
  display: inline-block;
}

.blog-post-header5_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.section_blog-post-header5 {
  position: relative;
}

.blog-post-header5_background-image-wrapper {
  z-index: 0;
  margin-top: 74px;
  position: absolute;
  inset: 0%;
}

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

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

.blog-post-header5_component {
  z-index: 1;
  position: relative;
}

.page_blog-post-body_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.page_blog-post-body_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.page_blog-post-body_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.page_blog-post-body_content-wrapper {
  margin-bottom: 4rem;
}

.page_blog-post-body_divider {
  background-color: var(--ash-100);
  width: 100%;
  max-width: 48rem;
  height: 1px;
}

.section_page_blog-post-body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.page_blog-post-body_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.page_blog-post-body_tag-list-wrapper {
  width: 50%;
}

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

.page_blog-post-body_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.page_blog-post-body_social-link {
  background-color: #fff;
  border-radius: 20px;
  padding: .25rem;
}

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

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

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

.section_logo3 {
  background-color: var(--mint-20);
  color: var(--text-color--text-primary);
  overflow: hidden;
}

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

.logo3_logo {
  max-height: 3.5rem;
}

.logo3_component {
  display: flex;
}

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

.logo3_component-2 {
  display: flex;
}

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

.about-divider1 {
  z-index: 2;
  background-image: url('../images/cropped-mint-divider.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
  margin-bottom: -1px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.about-divider2 {
  z-index: 2;
  background-image: url('../images/cropped-blue-divider.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 10rem;
  position: absolute;
  inset: auto 0% 0%;
}

.about-divider3 {
  background-image: url('../images/blue100-divider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 7rem;
  position: absolute;
  inset: auto 0% 0%;
}

.about-divider4 {
  background-image: url('../images/white-divider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 7rem;
  margin-bottom: -1px;
  position: absolute;
  inset: auto 0% 0%;
}

.dld-divider1 {
  z-index: 2;
  background-image: url('../images/cropped-orange-divider.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 14rem;
  position: absolute;
  inset: auto 0% 0%;
}

.dld-divider2 {
  z-index: 2;
  background-image: url('../images/cropped-blue-divider.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.dld-divider3 {
  z-index: 2;
  background-image: url('../images/cropped-white-fill-orange-dotted-divider.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 14rem;
  position: absolute;
  inset: auto 0% 0%;
}

.services-divider1 {
  z-index: 2;
  background-image: url('../images/orange-devider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 10rem;
  position: absolute;
  inset: auto 0% 0%;
}

.services-divider2 {
  background-image: url('../images/cropped-blue-divider.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 14rem;
  position: absolute;
  inset: auto 0% 0%;
}

.services-divider3 {
  background-image: url('../images/cropped-white-fill-orange-dotted-divider.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 14rem;
  position: absolute;
  bottom: -60px;
}

.member-divider1 {
  z-index: 2;
  background-image: url('../images/orange-devider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 7rem;
  position: absolute;
  inset: auto 0% 0%;
}

.member-divider2 {
  background-image: url('../images/white-divider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 7rem;
  position: absolute;
  inset: auto 0% 0%;
}

.footer4_credit-text-2 {
  color: #636872;
  text-align: center;
  font-size: .875rem;
}

.footer4_legal-link-2 {
  color: var(--orange-100);
  font-size: .875rem;
  text-decoration: none;
}

.footer4_legal-link-2:hover {
  color: var(--orange-80);
}

.footer4_legal-link2-2 {
  color: #636872;
  font-size: .875rem;
  text-decoration: none;
}

.footer4_legal-link2-2:hover {
  color: #636872;
}

.dld-hero-bg-mobile {
  display: none;
}

.privacy-policy-link {
  color: var(--orange-100);
}

.privacy-policy-link:hover {
  color: var(--orange-80);
}

.privacy-policy-list-item {
  font-family: var(--text-font);
  color: var(--ash-100);
}

.section_blog_post-body {
  padding-top: 80px;
  padding-bottom: 60px;
}

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

.top {
  display: none;
}

.back-to-top-wrapper {
  z-index: 999;
  background-color: var(--base-color-neutral--neutral);
  opacity: .75;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  margin-right: 30px;
  position: fixed;
  bottom: 0%;
  right: 0%;
}

.back-to-top-wrapper:hover {
  background-color: var(--orange-100);
  color: var(--orange-100);
}

.code-embed {
  color: var(--orange-100);
}

.unordered-list-1 {
  font-family: var(--text-font);
  color: var(--orange-100);
  font-size: 1.125rem;
}

.unordered-list-item-1.bub-list {
  font-family: var(--text-font);
  color: var(--ash-100);
  margin-left: 40px;
  padding-left: 0;
  list-style-type: square;
}

.list-span1 {
  color: var(--ash-100);
}

.list-span1.text-style-link:hover {
  color: var(--orange-100);
}

.services-title {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}

.services-title.home-heading-orange {
  color: var(--orange-100);
}

.logo3_component-copy {
  display: flex;
}

.logo3_component-bottom {
  margin-top: 2rem;
  display: flex;
}

.logo1_logo {
  max-height: 3.5rem;
}

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

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

.logo1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.logo-container-ribbon2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.carousel-container-ribbon-reverse {
  background-color: #ffe57a;
  display: flex;
  overflow: hidden;
  transform: rotate(5deg);
}

.quality-ribbon {
  color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.quality-ribbon.text-color-primary {
  color: #ffe57a;
}

.quality-ribbon.text-color-grey {
  color: #666;
}

.quality-ribbon.text-color-dark-grey {
  color: #333;
}

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

.carousel-container-ribbon1 {
  background-color: #666;
  display: flex;
  overflow: hidden;
  transform: translate(0, -50px)rotate(-5deg);
}

.logo-container-ribbon1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 10rem;
}

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

.section_logo3-4 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  overflow: hidden;
}

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

.logo3_component-test {
  display: flex;
}

.padding-section-none {
  padding-top: 0;
  padding-bottom: 0;
}

.section_dld_header36 {
  background-color: var(--orange-10);
  color: var(--text-color--text-primary);
  background-image: none;
  height: 100vh;
}

.header36_dld_image-wrapper {
  background-image: url('../images/What-Is-DLD.webp');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  overflow: hidden;
}

.header36_dld_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_home_header36 {
  background-color: var(--orange-10);
  color: var(--text-color--text-primary);
  background-image: none;
  height: 100vh;
}

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

.header36_home_component.mt-4 {
  padding-top: 100px;
}

.home_hero-header_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.home_hero-header_content.mb-2.center-mobile {
  padding-top: 30px;
}

.home_hero-header_content.mb-2.center-mobile.remove-pading {
  margin-left: 0;
}

.header36_home_image-wrapper {
  background-image: url('../images/banner1-logo-images.webp');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  overflow: hidden;
}

.home-divider1-mobile {
  z-index: 2;
  background-image: url('../images/cropped-mint-divider.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 14rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.header_dld_image-wrapper {
  height: 50vh;
}

.home-divider10dld {
  z-index: 2;
  background-image: url('../images/cropped-orange-divider.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 14rem;
  position: absolute;
  inset: auto 0% 0%;
}

.section_dld_header {
  background-color: var(--orange-10);
  color: var(--text-color--text-primary);
  background-image: none;
  height: 50vh;
}

.section_services_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  background-image: none;
}

.header_services_image-wrapper {
  background-image: url('../images/Supporting-You.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  overflow: hidden;
}

.home-divider_servies {
  z-index: 2;
  background-image: url('../images/cropped-white-fill-orange-dotted-divider.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 14rem;
  position: absolute;
  inset: auto 0% 0%;
}

.home-divider1-mobile_dld, .services-divider1-mobile {
  z-index: 2;
  background-image: url('../images/cropped-mint-divider.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 14rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.section_home_feature_mobile {
  background-color: var(--blue-100);
  background-image: linear-gradient(180deg, var(--blue-100), #f6f2ff 50%);
  display: none;
  position: relative;
  overflow: hidden;
}

.not-hiring-tag {
  background-image: linear-gradient(to bottom, var(--base-color-system--error-red), var(--base-color-system--error-red));
  border-radius: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-size-hiring {
  color: var(--base-color-brand--white);
  margin: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-size-hiring.testimonial-text-weight {
  font-weight: 500;
}

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

.home-divider-blue {
  z-index: 2;
  width: 100%;
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.slider6_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

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

.slider6_slide {
  padding-right: 2rem;
}

.slider-content-replace-this-div {
  text-align: center;
  border: 2px dashed #0000001a;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider6_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider6_arrow.left {
  right: 4rem;
}

.slider6_arrow-icon {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

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

.slider-arrow-icon_default {
  color: var(--orange-100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 1.5rem;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--base-color-neutral--black);
  color: var(--text-color--text-primary);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-next {
  border-color: var(--orange-100);
  background-color: var(--orange-10);
  inset: auto 0% 0% 4rem;
}

.slider-arrow.is-bottom-previous {
  border-color: var(--orange-100);
  background-color: var(--orange-10);
  inset: auto 4rem 0% 0%;
}

.gallery23_slide {
  padding-right: 2rem;
}

.section_gallery23 {
  background-image: linear-gradient(180deg, var(--mint-20), var(--blue-100));
  color: var(--text-color--text-primary);
  overflow: hidden;
}

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

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

.gallery23_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.gallery23_lightbox-link {
  width: 100%;
}

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

.gallery23_mask {
  width: 10%;
  overflow: visible;
}

.padding-global-logo {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-global-logo.services-padding-bottom {
  padding-bottom: 200px;
}

.image-2, .image-3 {
  object-fit: cover;
  height: 100%;
}

.image-4 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  display: block;
}

.section_dld_header1 {
  background-color: var(--orange-10);
  color: var(--text-color--text-primary);
  position: relative;
}

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

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

.paragraph, .paragraph-2 {
  text-align: left;
  font-size: 1.15rem;
}

.section_layout22 {
  background-image: linear-gradient(180deg, var(--base-color-brand--white), var(--background-p));
}

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

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

.layout22_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.layout22_icon-wrapper {
  display: inline-block;
}

.banner7_text-wrapper {
  margin-right: .5rem;
}

.banner7_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner7_icon-wrapper {
  flex: none;
}

.banner7_component {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color--border-primary);
  z-index: 10;
  background-color: #fff;
}

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

.banner7_content-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.banner7_close-button {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
}

.timeline13_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.timeline13_item.item-left {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

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

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

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

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

.timeline13_progress-line-cover {
  z-index: 2;
  background-color: var(--background-p);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

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

.component-instructions-delete {
  z-index: 1;
  color: var(--base-color-neutral--black);
  text-align: left;
  background-color: #f2f3f3;
  padding: 2rem;
  position: relative;
}

.section_timeline13 {
  z-index: -3;
  background-image: linear-gradient(180deg, var(--background-p), var(--lavendar-20));
}

.timeline13_circle {
  z-index: 2;
  background-color: var(--text-color--text-primary);
  box-shadow: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.timeline13_circle.yellow {
  background-color: var(--yellow-100);
  box-shadow: none;
}

.timeline13_circle.mint {
  background-color: var(--mint-100);
}

.timeline13_circle.orange {
  background-color: var(--orange-100);
}

.timeline13_circle.purple {
  background-color: var(--lavendar-100);
}

.timeline13_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--background-color--background-primary));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

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

.timeline13_progress-line {
  z-index: 0;
  background-color: var(--text-color--text-primary);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline13_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline13_line {
  background-color: var(--text-color--text-primary);
  opacity: .15;
  width: 3px;
  height: 100%;
}

.timeline13_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--background-color--background-primary), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline13_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

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

.timeline13_image-wrapper {
  border-radius: 0;
  max-width: 250px;
  overflow: hidden;
}

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

.section_timeline13-2 {
  z-index: -3;
}

.timeline13_circle-2 {
  z-index: 2;
  background-color: var(--text-color--text-primary);
  box-shadow: 0 0 0 8px var(--background-color--background-primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.partners-margin {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.member-margin {
  margin-bottom: 2rem;
}

.layout19_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.section_layout19.dld {
  background-image: linear-gradient(180deg, var(--blue-40), var(--orange-10));
}

.layout19_image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.dld-links {
  color: var(--ash-100);
}

.image-6 {
  width: 100%;
}

.home_contact_building {
  border-radius: 0;
  overflow: hidden;
}

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

.layout1_image-wrapper-2 {
  border-radius: 0;
  overflow: hidden;
}

.div-block-3 {
  background-image: linear-gradient(180deg, var(--blue-100), var(--background-p));
}

.navbar5_linkfr {
  color: var(--ash-100);
  padding: 1.5rem 1rem;
  font-weight: 600;
}

.navbar5_linkfr:hover {
  color: #aaa;
}

.navbar5_linkfr.w--current:hover {
  color: #3b73d6;
}

.navbar1_logo-3 {
  height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar1_logo-3.fr {
  height: 43px;
}

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

.navbar1_link-4 {
  color: #2c2c2c;
  padding: .5rem 1rem;
}

.navbar1_link-4:hover {
  color: #fdbe96;
}

.navbar1_link-4.w--current {
  color: var(--ash-100);
  border-bottom: 3px solid #fcae7c;
}

.navbar1_link-4.hidden-link {
  display: none;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #fcae7c;
  border: 1px solid #fcae7c;
  border-radius: 1rem;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  text-decoration: none;
}

.button-3:hover {
  color: #fff;
  background-color: #fdbe96;
  border-color: #fdbe96;
}

.button-3.is-small {
  color: #000;
  padding: .5rem 1.25rem;
}

.button-3.is-small.nav-fr {
  font-size: 1rem;
}

.button-3.is-secondary {
  color: #2c2c2c;
  background-color: #0000;
  border-color: #2c2c2c;
}

.button-3.is-secondary:hover {
  color: #fff;
  background-color: #fdbe96;
  border-color: #fdbe96;
}

.button-3.is-secondary.is-small.nav-fr {
  font-size: 1rem;
}

.navbar5_linkfr-2 {
  color: var(--base-color-neutral--black);
  padding: 1.5rem 0 1.5rem .125rem;
  font-size: 1rem;
  font-weight: 600;
}

.navbar5_linkfr-2:hover {
  color: #aaa;
}

.navbar5_linkfr-2.w--current:hover {
  color: #3b73d6;
}

.navbar1_component-4 {
  z-index: 10;
  background-color: #fffffff2;
  border-bottom: 1px #fff;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

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

.section_become-member_feature-soutenir {
  background-color: var(--background-p);
  background-image: linear-gradient(180deg, var(--background-p), var(--lavendar-20));
  color: var(--text-color--text-primary);
  z-index: 99999;
}

.become-member_feature_content-soutenir {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  z-index: 99999;
  background-image: none;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 40px;
  display: grid;
}

.become-member_feature_content-soutenir.padding-top.padding-2 {
  padding-top: 7rem;
}

.link-underline {
  color: var(--ash-100);
  text-decoration: none;
}

.link-underline:hover {
  color: var(--ash-100);
}

.diff-tdl {
  margin-top: 30px;
}

.section_tdl-txt {
  background-color: var(--lavendar-20);
  color: var(--text-color--text-primary);
  position: relative;
}

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

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

.section_about_about-1-conseil {
  background-image: linear-gradient(180deg, var(--blue-100), var(--background-p));
  color: var(--text-color--text-primary);
  position: relative;
}

@media screen and (min-width: 1280px) {
  .button.is-secondary.is-small.navbar, .button.is-secondary.is-small.nav-fr, .button.is-small.navbar, .button.is-small.nav-fr {
    font-size: 1.1rem;
  }

  .padding-section-large.triple-bottom-padding {
    padding-bottom: 21rem;
  }

  .navbar1_logo {
    height: 70px;
  }

  .navbar1_logo.fr {
    height: 52px;
  }

  .navbar1_link {
    font-size: 1.25rem;
  }

  .header36_component {
    grid-template-columns: 1.25fr 1fr;
  }

  .layout520_background-image-wrapper.home-service-image1 {
    background-image: linear-gradient(180deg, var(--base-color-brand--transparent) 40%, #f0fbf700 20%, #f0fbf7e6 60%), url('../images/Therapeutic_Focus.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .layout520_background-image-wrapper.home-service-image2 {
    background-image: linear-gradient(180deg, var(--base-color-brand--transparent) 40%, #f0fbf700 20%, #f0fbf7e6 60%), url('../images/customized_Approach.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .layout520_background-image-wrapper.home-service-image3 {
    background-image: linear-gradient(180deg, #f0fbf700 20%, var(--base-color-brand--transparent) 40%, #f0fbf7e6 60%), url('../images/Effective-Communication.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .home-divider1 {
    background-image: none;
    height: 200px;
  }

  .home-divider3 {
    background-position: 50% 0;
    height: 200px;
  }

  .dld_how-it-works_item.fr {
    height: 500px;
  }

  .layout275_background-image-wrapper {
    background-image: none;
  }

  .about-divider1 {
    height: 14rem;
  }

  .about-divider2 {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    height: 14rem;
    inset: auto 0% 0%;
  }

  .services-title {
    font-size: 1.8rem;
  }

  .quality-ribbon {
    font-size: 2.5rem;
  }

  .header36_dld_component {
    grid-template-columns: .75fr 1fr;
  }

  .header36_home_component {
    grid-column-gap: 6rem;
    grid-template-columns: .5fr .5fr;
  }

  .header_services_image-wrapper {
    max-width: 600px;
  }

  .home-divider-blue {
    background-image: none;
    height: 200px;
  }

  .padding-global-logo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar1_logo-3 {
    height: 70px;
  }

  .navbar1_logo-3.fr {
    height: 52px;
  }

  .navbar1_link-4, .button-3.is-small.nav-fr, .button-3.is-secondary.is-small.nav-fr {
    font-size: 1.25rem;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .margin-top.margin-medium {
    z-index: 3;
    position: relative;
  }

  .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.center-mobile, .text-size-medium.text-align-left.center-mobile {
    text-align: center;
  }

  .heading-style-h2 {
    justify-content: center;
    align-items: center;
    font-size: 2.75rem;
    display: flex;
  }

  .heading-style-h2.faq-title-mobile, .heading-style-h2.text-align-left {
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading-style-h2.home-annual-report-header, .heading-style-h2.contact-header {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .heading-style-h5.mt-4 {
    margin-top: 2rem;
  }

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

  .heading-style-h1.padding-top.padding-20 {
    margin-top: 20px;
  }

  .heading-style-h1.padding-top.padding-20.center-mobile {
    text-align: center;
  }

  .button.is-link.is-icon {
    z-index: 3;
    position: relative;
  }

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

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

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

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

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

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

  .padding-section-large.services-remove-top-padding {
    padding-bottom: 9rem;
  }

  .padding-section-large.remove-bot-padding {
    padding-bottom: 0;
  }

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

  .padding-section-large.remove-top-padding.small-padding-bot {
    padding-top: 0;
  }

  .padding-section-large.triple-bottom-padding {
    padding-bottom: 18rem;
  }

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

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

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

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

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

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

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

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

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

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

  .navbar1_logo {
    height: 52px;
  }

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

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

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

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

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

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

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

  .home_features-list-1_list {
    grid-column-gap: 2rem;
  }

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

  .home_cta-1_image-wrapper {
    background-position: 50%;
    background-size: contain;
  }

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

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

  .section_home_feature {
    display: none;
  }

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

  .home_feature_image {
    width: 50%;
  }

  .home_feature_item.member-steps-spacing {
    grid-template-rows: .5fr max-content 1fr;
  }

  .home_timeline_grid-list {
    grid-column-gap: 2rem;
  }

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

  .footer9_top-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .header36_image {
    height: auto;
    max-height: none;
  }

  .header36_image-wrapper {
    height: 300px;
    position: relative;
  }

  .header36_component {
    grid-row-gap: 1.2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

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

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

  .layout1_content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout241_item.text-align-center {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .home-divider1 {
    z-index: 2;
    background-image: url('../images/orange-fill-divider.svg');
    height: 100px;
    display: none;
    top: auto;
  }

  .home-divider2 {
    height: 200px;
    bottom: 0;
  }

  .home-divider3 {
    z-index: 1;
    height: 100px;
    bottom: -50px;
  }

  .home-divider4 {
    height: 200px;
    bottom: -50px;
  }

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

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

  .about_hero-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

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

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

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

  .about_about-1_list {
    grid-column-gap: 2rem;
  }

  .about_about-1_list.team-list {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about_team-2_content {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 40px;
  }

  .about_team-2_image {
    object-position: 100% 100%;
  }

  .about_about-2_content, .about_contact_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer9_top-wrapper-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .dld_hero-header_image {
    height: auto;
    max-height: none;
  }

  .section_dld_hero-header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .dld_hero-header_component {
    grid-row-gap: 0rem;
    grid-template-rows: 200px auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .dld_hero-header_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .dld_how-it-works_list {
    grid-column-gap: 2rem;
  }

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

  .dld_how-it-works_item {
    height: 100%;
  }

  .section_dld_how-it-works {
    padding-top: 20px;
  }

  .dld_about-1_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .dld_about-1_image-wrapper {
    position: relative;
  }

  .dld_about-2_content {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .dld_about-2_image-wrapper {
    width: 100%;
    position: relative;
  }

  .dld_features-list-1_content-bottom {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .dld_features-list-2_image-wrapper {
    background-image: url('../images/Hand-Holding-Orange-Bulb.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
  }

  .dld_features-list-2_content-left {
    padding-right: 60px;
  }

  .dld_features-list-2_image {
    display: none;
  }

  .dld_features-list-2_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .footer9_top-wrapper-3 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .careers_about_image-wrapper {
    background-image: url('../images/Charity-Work.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
    height: 400px;
  }

  .careers_about_image {
    width: auto;
    height: 400px;
  }

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

  .footer9_top-wrapper-4 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .our-services_hero-header_image-wrapper {
    background-position: 50% 0;
    width: 300px;
    height: 300px;
  }

  .our-services_hero-header_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .our-services_features-list-1_row {
    grid-template-columns: 1fr;
  }

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

  .our-services_features-list-2_item.services-middle-item {
    margin-top: 0;
  }

  .our-services_features-list-2_image {
    height: 100%;
    display: none;
  }

  .our-services_features-list-2_image-wrapper {
    background-image: url('../images/Workshops.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 350px;
  }

  .our-services_features-list-2_image-wrapper.services-blob-img1 {
    background-image: url('../images/Workshops.webp');
  }

  .our-services_features-list-2_image-wrapper.services-blob-img2 {
    background-image: url('../images/Family-Celebrations.webp');
  }

  .our-services_features-list-2_image-wrapper.services-blob-img3 {
    background-image: url('../images/Language-Stimulation-Activities.webp');
  }

  .our-services_features-list-2_list {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

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

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

  .become-member_timeline_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

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

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

  .support-us_about-1_card-content {
    padding: 2rem;
  }

  .support-us_about-2_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .page_featured-blog-list-header_list {
    grid-template-columns: 1fr 1fr;
  }

  .page_blog-post-body_content-wrapper {
    margin-bottom: 3rem;
  }

  .about-divider1 {
    height: 100px;
    inset: auto 0% 0%;
  }

  .about-divider2 {
    height: 10rem;
  }

  .about-divider3 {
    inset: auto 0% 0%;
  }

  .dld-divider1 {
    z-index: 2;
    height: 10rem;
    inset: auto 0% 0%;
  }

  .dld-divider2 {
    height: 10rem;
    inset: auto 0% 0%;
  }

  .dld-divider3 {
    height: 10rem;
  }

  .services-divider1 {
    height: 7rem;
    inset: auto 0% 0%;
  }

  .services-divider2 {
    height: 10rem;
  }

  .services-divider3 {
    height: 10rem;
    inset: auto 0% 0%;
  }

  .dld-hero-bg-mobile {
    background-image: url('../images/What-Is-DLD.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-2 {
    display: none;
  }

  .section_blog_post-body {
    padding-bottom: 40px;
  }

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

  .services-title {
    font-size: 2rem;
  }

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

  .header36_dld_image-wrapper {
    height: 450px;
    position: relative;
  }

  .header36_dld_component {
    grid-row-gap: 1.2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 10rem;
  }

  .section_home_header36 {
    height: 100%;
  }

  .header36_home_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 2rem;
  }

  .home_hero-header_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .home_hero-header_content.mb-2 {
    margin-bottom: 30px;
  }

  .header36_home_image-wrapper {
    height: 450px;
    position: relative;
  }

  .home-divider1-mobile {
    z-index: 2;
    background-image: url('../images/orange-fill-divider.svg');
    height: 100px;
    display: block;
    top: auto;
  }

  .header_dld_image-wrapper {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 330px;
    background-attachment: scroll;
    height: 400px;
    position: relative;
  }

  .home-divider10dld {
    z-index: 2;
    background-image: url('../images/orange-fill-divider.svg');
    height: 10rem;
    display: none;
    top: auto;
  }

  .section_dld_header, .section_services_header {
    height: 100%;
  }

  .header_services_image-wrapper {
    background-position: 50%;
    background-size: contain;
    height: 400px;
    position: relative;
  }

  .home-divider_servies {
    z-index: 2;
    background-image: url('../images/orange-fill-divider.svg');
    height: 10rem;
    display: none;
    top: auto;
  }

  .home-divider1-mobile_dld {
    z-index: 10;
    background-image: url('../images/orange-fill-divider.svg');
    height: 7rem;
    display: block;
  }

  .services-divider1-mobile {
    z-index: 2;
    background-image: url('../images/cropped-white-fill-orange-dotted-divider.webp');
    height: 7rem;
    display: block;
    top: auto;
  }

  .section_home_feature_mobile {
    display: block;
  }

  .home-divider-blue {
    z-index: 2;
    background-image: url('../images/orange-fill-divider.svg');
    height: 100px;
    display: none;
    top: auto;
  }

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

  .slider6_mask {
    width: 100%;
  }

  .slider6_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .gallery23_mask {
    width: 20%;
  }

  .padding-global-logo.services-padding-bottom {
    padding-bottom: 20px;
  }

  .image-2, .image-3 {
    height: 400px;
  }

  .dld_hero1-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .image-5 {
    height: 300px;
  }

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

  .banner7_icon-wrapper {
    display: none;
  }

  .timeline13_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

  .layout19_content, .layout1_content-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .navbar1_logo-3.fr {
    height: 52px;
  }

  .menu-icon1_line-middle-2 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .menu-icon1_line-bottom-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon1_line-top-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .become-member_feature_content-soutenir {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .dld_about-2_content-fonctions {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .max-width-large.dld-cta-padding {
    padding-bottom: 0;
  }

  .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-size-medium.left-mobile {
    text-align: left;
  }

  .text-size-medium.padding-left {
    padding-left: 20px;
  }

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

  .heading-style-h2 {
    justify-content: center;
    align-items: center;
    font-size: 2.25rem;
  }

  .heading-style-h2.left-mobile {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .heading-style-h5.steps-header1 {
    padding-left: 20px;
  }

  .heading-style-h5.steps-header1.member-steps-header {
    padding-left: 0;
  }

  .heading-style-h5.steps-header2 {
    padding-left: 20px;
  }

  .heading-style-h5.steps-header2.member-steps-header {
    padding-left: 0;
  }

  .heading-style-h5.steps-header3 {
    padding-left: 20px;
  }

  .heading-style-h5.steps-header3.member-steps-header {
    padding-left: 0;
  }

  .heading-style-h5.steps-header4 {
    padding-left: 20px;
  }

  .heading-style-h5.mt-4 {
    margin-top: 2.5rem;
  }

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

  .button.is-alternate.dld-cta-btn {
    margin-bottom: 60px;
  }

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

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

  .button-group.is-right {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

  .padding-section-large.negative-top-padding.padding-bottom-0-mobile {
    padding-bottom: 0;
  }

  .padding-section-large.triple-bottom-padding {
    padding-bottom: 12rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .navbar1_logo {
    height: 52px;
  }

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

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

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

  .home_features-list-1_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta9_background-image-wrapper {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/group-of-kids.webp');
    background-size: auto, cover;
  }

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

  .home_cta-1_image-wrapper {
    min-height: 300px;
  }

  .section_home_cta-1 {
    background-position: 50%, 0 0;
    background-size: contain, auto;
  }

  .home_cta-1_content, .layout271_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_feature_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    display: grid;
  }

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

  .home_feature_circle.steps-first-circle {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .home_feature_circle.steps-second-circle, .home_feature_circle.steps-third-circle, .home_feature_circle.steps-fourth-circle {
    margin: 5px 0;
  }

  .home_feature_progress-line {
    width: 3px;
    height: 100%;
  }

  .home_feature_image-wrapper {
    margin-top: 2rem;
    margin-bottom: 0;
    margin-right: 0;
  }

  .home_feature_image-wrapper.member-steps-img-wrapper {
    margin-bottom: 0;
  }

  .home_feature_progress-wrapper {
    flex-direction: column;
    height: 100%;
  }

  .home_feature_image {
    width: auto;
  }

  .home_feature_image.member-feature-img, .home_feature_image.home-steps-mobile {
    width: 100%;
  }

  .home_feature_fade-overlay-right {
    background-image: linear-gradient(#fff0, #fff);
    width: 60vw;
    height: 4rem;
    bottom: 0%;
    right: 0%;
  }

  .home_feature_item {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr max-content 1.5fr;
    align-items: start;
  }

  .home_feature_item.member-steps-spacing {
    grid-template-rows: 1fr;
    grid-template-columns: .5fr .25fr 1fr;
  }

  .home_timeline_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

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

  .home_contact_map-wrapper {
    height: 25rem;
  }

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

  .footer9_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer9_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer9_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer9_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer9_credit-text {
    margin-top: 1.5rem;
  }

  .header36_image-wrapper {
    height: 400px;
  }

  .header36_component {
    grid-template-rows: auto auto;
    padding-top: 5rem;
  }

  .layout520_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout520_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout520_card {
    padding: 1.5rem;
  }

  .layout1_content, .layout241_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-divider1 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 7rem;
    inset: auto 0% 0%;
  }

  .home-divider2 {
    height: 200px;
  }

  .home-divider3 {
    height: 100px;
    bottom: 0;
  }

  .home-divider4 {
    background-size: cover;
    height: 200px;
  }

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

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

  .about_hero-header_component {
    height: auto;
    max-height: none;
  }

  .about_hero-header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .about_logo-list_list {
    padding-top: 1rem;
  }

  .about_logo-list_logo {
    max-height: 3rem;
  }

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

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

  .layout44_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .about_about-1_list.team-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 45% 45%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
    overflow: hidden;
  }

  .about_about-1_item.about-directors-item.about-extra-spacing {
    margin-bottom: 0;
  }

  .about_team-2_content {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .about_team-2_image-wrapper {
    width: 100%;
  }

  .about_team-2_content-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about_about-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about_contact_map-wrapper {
    height: 25rem;
  }

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

  .footer9_top-wrapper-2 {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

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

  .dld_hero-header_component {
    padding-top: 4rem;
  }

  .dld_how-it-works_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .section_dld_how-it-works {
    padding-top: 60px;
  }

  .dld_about-1_content {
    grid-row-gap: 0rem;
    grid-template-columns: auto;
  }

  .dld_about-1_image-wrapper {
    width: 100%;
    height: 500px;
  }

  .dld_about-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .dld_about-2_image-wrapper {
    height: 500px;
  }

  .dld_features-list-1_right, .dld_features-list-1_left {
    grid-row-gap: 3rem;
  }

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

  .dld_features-list-1_content-bottom {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .dld_features-list-2_content-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dld_features-list-2_content {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .dld_faq_question {
    padding: 1rem 1.25rem;
  }

  .dld_faq_icon-wrapper {
    width: 1.75rem;
  }

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

  .dld_contact_map-wrapper {
    height: 25rem;
  }

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

  .footer9_top-wrapper-3 {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .careers_job-listings_list {
    grid-row-gap: 1.5rem;
  }

  .careers_job-listings_component {
    padding-top: 40px;
  }

  .careers_job-listings_item {
    padding: 1.5rem;
  }

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

  .careers_contact_map-wrapper {
    height: 25rem;
  }

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

  .footer9_top-wrapper-4 {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .our-services_hero-header_content-left {
    padding-top: 40px;
  }

  .our-services_hero-header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .our-services_features-list-1_row, .our-services_features-list-1_column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .our-services_features-list-1_card-small-content, .our-services_features-list-1_card-large-content {
    padding: 1.5rem;
  }

  .our-services_features-list-2_item.services-middle-item {
    margin-top: 0;
  }

  .our-services_features-list-2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .section_our-services_features-list-2 {
    padding-top: 60px;
  }

  .our-services_contact_map-wrapper {
    height: 25rem;
  }

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

  .section_header54.text-color-alternate {
    padding-top: 100px;
  }

  .become-member_feature_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .become-member_timeline_list {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .become-member_timeline_progress-wrapper {
    flex-direction: column;
    width: auto;
    margin-bottom: 0;
  }

  .become-member_timeline_fade-overlay-left {
    display: none;
  }

  .become-member_timeline_progress-line {
    width: 3px;
    height: 100%;
  }

  .become-member_timeline_progress-line.is-small-mobile {
    height: .5rem;
  }

  .become-member_timeline_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    display: flex;
  }

  .become-member_timeline_content {
    flex-direction: column;
  }

  .become-member_timeline_fade-overlay-right {
    display: none;
  }

  .become-member_timeline_item-content {
    text-align: left;
    margin-bottom: 1.5rem;
  }

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

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

  .become-member_pricing-2_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .become-member_pricing-2_grid-list {
    grid-template-columns: 1fr;
  }

  .become-member_contact_map-wrapper {
    height: 25rem;
  }

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

  .support-us_about-1_image-wrapper {
    height: auto;
  }

  .support-us_about-1_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .support-us_about-1_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .section_support-us_about-1 {
    padding-top: 60px;
  }

  .support-us_about-1_card-content {
    padding: 1.5rem;
  }

  .support-us_about-2_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .support-us_contact_map-wrapper {
    height: 25rem;
  }

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

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .category-filter-link.last-link {
    margin-right: 2rem;
  }

  .page_featured-blog-list-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .page_blog-post-body_content-wrapper {
    margin-bottom: 2rem;
  }

  .page_blog-post-body_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .about-divider1 {
    height: 100px;
    inset: auto 0% 0%;
  }

  .about-divider2 {
    height: 7rem;
  }

  .about-divider4 {
    height: 7%;
    inset: auto 0% 0%;
  }

  .dld-divider1, .dld-divider2 {
    height: 7rem;
  }

  .dld-divider3, .services-divider2, .services-divider3 {
    height: 7rem;
    inset: auto 0% 0%;
  }

  .member-divider2 {
    height: 10%;
  }

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

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

  .list-span1 {
    font-size: 1rem;
  }

  .services-title {
    font-size: 2rem;
  }

  .logo1_logo {
    max-height: 3rem;
  }

  .logo1_list {
    padding-top: 1rem;
  }

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

  .padding-section-none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header36_dld_image-wrapper {
    height: 450px;
  }

  .header36_dld_component, .header36_home_component {
    grid-template-rows: auto auto;
    padding-top: 10rem;
  }

  .header36_home_image-wrapper {
    height: 450px;
  }

  .home-divider1-mobile {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    inset: auto 0% 0%;
  }

  .header_dld_image-wrapper {
    height: 400px;
  }

  .home-divider10dld {
    background-repeat: no-repeat;
    background-size: cover;
    height: 7rem;
    inset: auto 0% 0%;
  }

  .header_services_image-wrapper {
    background-position: 50%;
    height: 400px;
  }

  .home-divider_servies, .home-divider1-mobile_dld, .services-divider1-mobile {
    background-repeat: no-repeat;
    background-size: cover;
    height: 7rem;
    inset: auto 0% 0%;
  }

  .text-size-hiring {
    font-family: var(--text-font);
    font-size: 1.1rem;
  }

  .home-divider-blue {
    background-repeat: no-repeat;
    background-size: cover;
    height: 7rem;
    inset: auto 0% 0%;
  }

  .slider6_component {
    padding-bottom: 5rem;
  }

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

  .slider6_arrow.left {
    right: 3.5rem;
  }

  .gallery23_slide {
    padding-right: 1.5rem;
  }

  .gallery23_mask {
    width: 20%;
  }

  .dld_hero1-content {
    grid-row-gap: 0rem;
    grid-template-columns: auto;
  }

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

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

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

  .banner7_content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1.75rem;
  }

  .banner7_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .banner7_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .timeline13_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .timeline13_item.item-left {
    text-align: left;
    align-items: flex-start;
  }

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

  .timeline13_circle {
    margin-top: 1.75rem;
  }

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

  .timeline13_circle-wrapper {
    left: 0;
  }

  .timeline13_image-wrapper {
    width: 100%;
  }

  .timeline13_circle-2 {
    margin-top: 1.75rem;
  }

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

  .home_contact_building {
    height: 25rem;
  }

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

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

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

  .become-member_feature_content-soutenir {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .dld_about-2_content-fonctions, .layout1_content-activities {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

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

  .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 {
    text-align: left;
    font-size: 1.15rem;
  }

  .text-size-medium.padding-left {
    padding-left: 15px;
  }

  .heading-style-h5.steps-header1 {
    padding-left: 10px;
  }

  .heading-style-h5.steps-header1.member-steps-header {
    padding-left: 20px;
  }

  .heading-style-h5.steps-header2 {
    padding-left: 10px;
  }

  .heading-style-h5.steps-header2.member-steps-header {
    padding-left: 20px;
  }

  .heading-style-h5.steps-header3 {
    padding-left: 10px;
  }

  .heading-style-h5.steps-header3.member-steps-header {
    padding-left: 20px;
  }

  .heading-style-h5.steps-header4 {
    padding-left: 10px;
  }

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

  .text-size-regular.member-steps-text {
    padding-left: 20px;
  }

  .text-size-regular.home-side-padding {
    text-align: left;
  }

  .text-weight-xbold.footer-text-white.footer-header-text {
    text-align: center;
  }

  .padding-global.about-team-top-padding {
    padding-top: 0;
  }

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

  .navbar1_logo, .navbar1_logo.fr {
    height: 52px;
  }

  .navbar1_component {
    background-color: var(--navbar-end);
  }

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

  .cta9_background-image-wrapper {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/group-of-kids.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .home_cta-1_content, .home_cta-1_item-list, .layout271_list {
    grid-template-columns: 1fr;
  }

  .home_feature_list {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .home_feature_item-content {
    margin-bottom: 1rem;
  }

  .home_feature_circle.steps-first-circle, .home_feature_circle.steps-second-circle, .home_feature_circle.steps-third-circle, .home_feature_circle.steps-fourth-circle {
    margin-left: -5px;
  }

  .home_feature_progress-line {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .home_feature_image-wrapper {
    display: none;
  }

  .home_feature_progress-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_feature_image {
    display: block;
  }

  .home_feature_image.home-steps-mobile {
    width: 25%;
    display: none;
  }

  .home_feature_fade-overlay-right {
    width: 1rem;
    left: 0%;
  }

  .home_feature_item {
    grid-row-gap: 0rem;
    grid-template-columns: auto 1fr;
    justify-items: stretch;
  }

  .home_feature_item.member-steps-spacing {
    grid-template-columns: auto 1fr;
  }

  .text-weight-semibold.footer-text-white {
    text-align: center;
  }

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

  .footer9_menu-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

  .footer9_top-wrapper {
    grid-row-gap: 0rem;
    background-size: cover;
  }

  .footer9_link, .footer9_link.w--current {
    align-self: center;
  }

  .footer9_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .header36_image-wrapper {
    object-position: 50% 50%;
    background-position: 50%;
    background-size: contain;
    height: 200px;
  }

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

  .section_layout520 {
    position: relative;
  }

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

  .layout1_image-wrapper {
    height: 50vh;
  }

  .layout241_item.text-align-center {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .home-divider1 {
    background-image: url('../images/orange-fill-divider.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 5rem;
    display: none;
  }

  .home-divider2 {
    height: 175px;
  }

  .home-divider3 {
    height: 75px;
    bottom: 0;
  }

  .home-divider4 {
    height: 200px;
  }

  .about_hero-header_content-left.text-align-center {
    margin-bottom: 22px;
  }

  .about_hero-header_content-wrapper {
    grid-template-columns: 1fr;
  }

  .about_logo-list_list {
    justify-content: center;
  }

  .layout44_content, .about_about-1_list, .about_about-1_list.team-list, .about_team-2_content, .about_team-2_item-list, .about_about-2_content, .about_contact_content {
    grid-template-columns: 1fr;
  }

  .footer9_top-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .dld_hero-header_component {
    grid-template-rows: 150px auto;
    grid-template-columns: 1fr;
    height: 70vh;
  }

  .dld_how-it-works_list {
    grid-template-columns: 1fr;
  }

  .section_dld_how-it-works {
    padding-top: 20px;
  }

  .dld_about-1_content {
    grid-template-columns: 1fr;
  }

  .dld_about-1_image-wrapper {
    height: 300px;
  }

  .dld_about-2_content {
    grid-template-columns: 1fr;
  }

  .dld_about-2_image-wrapper {
    height: 300px;
  }

  .dld_features-list-1_content-bottom {
    grid-template-columns: 1fr;
  }

  .dld_features-list-2_content-left {
    padding: 20px;
  }

  .dld_features-list-2_content, .dld_contact_content {
    grid-template-columns: 1fr;
  }

  .footer9_top-wrapper-3 {
    grid-row-gap: 3rem;
  }

  .careers_about_content, .careers_contact_content {
    grid-template-columns: 1fr;
  }

  .footer9_top-wrapper-4 {
    grid-row-gap: 3rem;
  }

  .our-services_hero-header_image-wrapper {
    width: 250px;
    height: 250px;
  }

  .section_our-services_hero-header {
    height: 100%;
  }

  .our-services_hero-header_content, .our-services_features-list-2_list, .our-services_contact_content {
    grid-template-columns: 1fr;
  }

  .header54_background-image-wrapper {
    margin-top: 0;
  }

  .become-member_feature_content {
    grid-template-columns: 1fr;
  }

  .become-member_timeline_item {
    grid-template-columns: 3rem 1fr;
  }

  .layout275_list, .become-member_contact_content, .support-us_about-2_content, .support-us_contact_content {
    grid-template-columns: 1fr;
  }

  .page_featured-blog-list-header_list {
    grid-row-gap: 3rem;
  }

  .page_blog-post-body_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .page_blog-post-body_author-wrapper {
    margin-bottom: 1rem;
  }

  .page_blog-post-body_tag-list {
    justify-content: flex-start;
  }

  .page_blog-post-body_tag-list-wrapper {
    width: 100%;
  }

  .page_blog-post-body_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

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

  .logo3_list {
    justify-content: center;
  }

  .about-divider1 {
    height: 75px;
    inset: auto 0% 0%;
  }

  .about-divider2, .about-divider3, .about-divider4 {
    height: 5rem;
  }

  .dld-divider1 {
    height: 5rem;
    display: none;
    inset: auto 0% 0%;
  }

  .dld-divider2 {
    height: 5rem;
  }

  .dld-divider3 {
    height: 5rem;
    inset: auto 0% 0%;
  }

  .services-divider1 {
    display: none;
  }

  .member-divider1, .member-divider2 {
    height: 5rem;
  }

  .footer4_legal-link-2 {
    position: static;
  }

  .dld-hero-bg-mobile {
    background-position: 50% 0;
    height: 100%;
  }

  .services-title {
    font-size: 1.5rem;
  }

  .logo1_list {
    justify-content: center;
  }

  .section_dld_header36 {
    height: 100%;
  }

  .header36_dld_image-wrapper {
    background-position: 50%;
    background-size: contain;
    height: 350px;
    max-height: 400px;
  }

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

  .section_home_header36 {
    height: 100%;
    min-height: 100vh;
  }

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

  .home_hero-header_content.mb-2 {
    margin-bottom: 30px;
  }

  .header36_home_image-wrapper {
    background-position: 50%;
    background-size: contain;
    height: 300px;
    max-height: 400px;
  }

  .home-divider1-mobile {
    background-image: url('../images/orange-fill-divider.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75px;
    display: block;
  }

  .header_dld_image-wrapper {
    background-position: 50% 0;
    background-size: 250px;
    height: 300px;
    max-height: 400px;
  }

  .home-divider10dld {
    background-image: url('../images/orange-fill-divider.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 5rem;
    display: none;
  }

  .section_dld_header {
    height: 100%;
    min-height: 100vh;
  }

  .section_services_header {
    height: 100%;
  }

  .header_services_image-wrapper {
    background-position: 50%;
    background-size: 200px;
    height: 300px;
    max-height: 400px;
  }

  .home-divider_servies {
    background-image: url('../images/orange-fill-divider.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 5rem;
    display: none;
  }

  .home-divider1-mobile_dld {
    background-image: url('../images/orange-fill-divider.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 5rem;
    display: block;
  }

  .services-divider1-mobile {
    height: 5rem;
    display: block;
  }

  .home-divider-blue {
    background-image: url('../images/orange-fill-divider.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 5rem;
    display: none;
  }

  .slider-arrow.is-bottom-next, .slider-arrow.is-bottom-previous {
    width: 2.5rem;
    height: 2.5rem;
  }

  .gallery23_mask {
    width: 33%;
  }

  .padding-global-logo.about-team-top-padding {
    padding-top: 0;
  }

  .dld_hero1-content, .layout22_content {
    grid-template-columns: 1fr;
  }

  .timeline13_item {
    grid-template-columns: 3rem 1fr;
  }

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

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

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

  .layout1_content-2 {
    grid-template-columns: 1fr;
  }

  .navbar1_component-4 {
    background-color: #fffffff2;
  }

  .become-member_feature_content-soutenir, .dld_about-2_content-fonctions, .layout1_content-activities {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-b533d4bd, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-b533d4bd, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-b533d4bd, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-b533d4bd, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-b533d4bd, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-b533d4bd, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-b533d4bd, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-b533d4bd, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-b533d4bd, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-b533d4bd, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-b533d4bd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-b533d4bd {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-b533d4bd {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-b533d4bd {
  justify-self: start;
}

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-b533d4bd, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-b533d4bd, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-b533d4bd {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-b533d4bd, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-b533d4bd, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-b533d4bd {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-b533d4bd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-b533d4bd, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-b533d4bd, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-b533d4bd {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-b533d4bd, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-b533d4bd, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-b533d4bd {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-b533d4bd, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-b533d4bd, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-b533d4bd {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-b533d4bd, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-b533d4bd, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-b533d4bd {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-b533d4bd, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-b533d4bd, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-b533d4bd {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-b533d4bd, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-b533d4bd, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-b533d4bd {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-b533d4bd, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-b533d4bd {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-b533d4bd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-b533d4bd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-b533d4bd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-b533d4bd, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-b533d4bd, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-b533d4bd, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-b533d4bd {
  justify-self: start;
}

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-b533d4bd, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-b533d4bd, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-b533d4bd {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-b533d4bd, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-b533d4bd, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-b533d4bd {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-b533d4bd, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-b533d4bd, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-b533d4bd {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-b533d4bd, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-b533d4bd, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-b533d4bd {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-b533d4bd, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-b533d4bd, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-b533d4bd {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-b533d4bd, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-b533d4bd, #w-node-ee961e8d-845a-edc3-3307-509470022457-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-b533d4bd {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-b533d4bd, #w-node-ee961e8d-845a-edc3-3307-50947002245b-b533d4bd, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-b533d4bd {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-b533d4bd, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-b533d4bd, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-b533d4bd {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-b533d4bd, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-b533d4bd, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-b533d4bd {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-b533d4bd, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-b533d4bd, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-b533d4bd {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-b533d4bd, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-b533d4bd, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-b533d4bd {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-b533d4bd, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-b533d4bd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-b533d4bd {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-b533d4bd {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-b533d4bd {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-b533d4bd {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-b533d4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-b533d4bd {
  justify-self: start;
}

#w-node-_3f52e6d0-c8b0-e1c3-2a6d-129f414fa235-18e1a4ea {
  align-self: center;
}

#w-node-_12752755-f178-218a-19a2-6387b033ebe5-e0650903 {
  justify-self: start;
}

#w-node-_12752755-f178-218a-19a2-6387b033ebeb-e0650903, #w-node-f6f2da07-c5b8-5726-a45f-458ca4e4d4e2-e0650903, #w-node-f6f2da07-c5b8-5726-a45f-458ca4e4d4e3-e0650903, #w-node-f6f2da07-c5b8-5726-a45f-458ca4e4d4ee-e0650903, #w-node-f6f2da07-c5b8-5726-a45f-458ca4e4d4f9-e0650903 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fcab38d-8288-6411-ad08-59618b4c9637-e0650903 {
  order: 2;
}

#w-node-_5fcab38d-8288-6411-ad08-59618b4c9631-e0650903 {
  order: 2;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ba233f46-6b76-2699-c64d-94f63c283ccd-e0650903 {
  align-self: end;
}

#w-node-_0f31b04c-7483-f86d-a17f-145a8661c0e6-e0650903 {
  order: 2;
}

#w-node-_0f31b04c-7483-f86d-a17f-145a8661c0e9-e0650903 {
  order: 2;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0f31b04c-7483-f86d-a17f-145a8661c0ef-e0650903 {
  align-self: end;
}

#w-node-e6b7cef5-aedf-016a-1910-1184441bc3e9-e0650903 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b7cef5-aedf-016a-1910-1184441bc3eb-e0650903, #w-node-e6b7cef5-aedf-016a-1910-1184441bc406-e0650903, #w-node-e6b7cef5-aedf-016a-1910-1184441bc409-e0650903 {
  justify-self: center;
}

#w-node-e6b7cef5-aedf-016a-1910-1184441bc417-e0650903 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b7cef5-aedf-016a-1910-1184441bc424-e0650903 {
  justify-self: center;
}

#w-node-_09b6077c-3deb-d9a6-831b-56bcdde32016-45e9007b {
  justify-self: start;
}

#w-node-_55e230a6-8ce2-4a48-9e1a-15d8a4008cb3-45e9007b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27d781d7-206a-c200-7b5e-88dd69ab91fa-3c0dea49 {
  justify-self: start;
}

#w-node-_3f5f4746-efd2-ba28-a9f8-a7de3f4bfdcc-3c0dea49, #w-node-_3f5f4746-efd2-ba28-a9f8-a7de3f4bfdd8-3c0dea49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ec70-dca68a9b {
  place-self: center;
}

#w-node-fae512b9-e3cb-32ee-9fd9-fe3d8446368a-dca68a9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fae512b9-e3cb-32ee-9fd9-fe3d8446368c-dca68a9b, #w-node-fae512b9-e3cb-32ee-9fd9-fe3d84463698-dca68a9b, #w-node-fae512b9-e3cb-32ee-9fd9-fe3d844636a4-dca68a9b {
  justify-self: center;
}

#w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ecc6-dca68a9b, #w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8eccf-dca68a9b, #w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ecd8-dca68a9b, #w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ece1-dca68a9b, #w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ecea-dca68a9b, #w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ecf3-dca68a9b {
  align-self: start;
}

#w-node-a00ac210-b59c-e332-bf04-dbd26af34a33-aaa8ccea {
  align-self: center;
}

#w-node-_12752755-f178-218a-19a2-6387b033ebe5-63435f70 {
  justify-self: start;
}

#w-node-_12752755-f178-218a-19a2-6387b033ebeb-63435f70, #w-node-f6f2da07-c5b8-5726-a45f-458ca4e4d4e2-63435f70, #w-node-f6f2da07-c5b8-5726-a45f-458ca4e4d4e3-63435f70, #w-node-f6f2da07-c5b8-5726-a45f-458ca4e4d4ee-63435f70, #w-node-f6f2da07-c5b8-5726-a45f-458ca4e4d4f9-63435f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fcab38d-8288-6411-ad08-59618b4c9637-63435f70 {
  order: 2;
}

#w-node-_5fcab38d-8288-6411-ad08-59618b4c9631-63435f70 {
  order: 2;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ba233f46-6b76-2699-c64d-94f63c283ccd-63435f70 {
  align-self: end;
}

#w-node-_0f31b04c-7483-f86d-a17f-145a8661c0e6-63435f70 {
  order: 2;
}

#w-node-_0f31b04c-7483-f86d-a17f-145a8661c0e9-63435f70 {
  order: 2;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0f31b04c-7483-f86d-a17f-145a8661c0ef-63435f70 {
  align-self: end;
}

#w-node-e6b7cef5-aedf-016a-1910-1184441bc3e9-63435f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b7cef5-aedf-016a-1910-1184441bc3eb-63435f70, #w-node-e6b7cef5-aedf-016a-1910-1184441bc406-63435f70, #w-node-e6b7cef5-aedf-016a-1910-1184441bc409-63435f70 {
  justify-self: center;
}

#w-node-e6b7cef5-aedf-016a-1910-1184441bc417-63435f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b7cef5-aedf-016a-1910-1184441bc424-63435f70 {
  justify-self: center;
}

#w-node-_09b6077c-3deb-d9a6-831b-56bcdde32016-365057c1 {
  justify-self: start;
}

#w-node-_55e230a6-8ce2-4a48-9e1a-15d8a4008cb3-365057c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27d781d7-206a-c200-7b5e-88dd69ab91fa-f9c8c770 {
  justify-self: start;
}

#w-node-_3f5f4746-efd2-ba28-a9f8-a7de3f4bfdcc-f9c8c770, #w-node-_3f5f4746-efd2-ba28-a9f8-a7de3f4bfdd8-f9c8c770 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a00ac210-b59c-e332-bf04-dbd26af34a33-7399ad19 {
  align-self: center;
}

#w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ec70-87527cd1 {
  place-self: center;
}

#w-node-fae512b9-e3cb-32ee-9fd9-fe3d8446368a-87527cd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fae512b9-e3cb-32ee-9fd9-fe3d8446368c-87527cd1, #w-node-fae512b9-e3cb-32ee-9fd9-fe3d84463698-87527cd1, #w-node-fae512b9-e3cb-32ee-9fd9-fe3d844636a4-87527cd1 {
  justify-self: center;
}

#w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ecc6-87527cd1, #w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8eccf-87527cd1, #w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ecd8-87527cd1, #w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ece1-87527cd1, #w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ecea-87527cd1, #w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ecf3-87527cd1 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a08f4d4f-f39b-42f0-401f-419e73474696-420cdab4 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-a08f4d4f-f39b-42f0-401f-419e73474697-420cdab4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_12752755-f178-218a-19a2-6387b033ebe5-e0650903 {
    place-self: start center;
  }

  #w-node-_12752755-f178-218a-19a2-6387b033ebeb-e0650903 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_09b6077c-3deb-d9a6-831b-56bcdde32016-45e9007b {
    place-self: start center;
  }

  #w-node-_55e230a6-8ce2-4a48-9e1a-15d8a4008cb3-45e9007b {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-e6d4f5d7-604a-d099-68be-450bd4a55ad4-45e9007b, #w-node-_448098de-def3-cc73-10e9-105b93daf6f9-45e9007b {
    justify-self: center;
  }

  #w-node-a08f4d4f-f39b-42f0-401f-419e73474696-ef4464e9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-a08f4d4f-f39b-42f0-401f-419e73474697-ef4464e9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f5f4746-efd2-ba28-a9f8-a7de3f4bfd9a-3c0dea49 {
    justify-self: center;
  }

  #w-node-_27d781d7-206a-c200-7b5e-88dd69ab91fa-3c0dea49 {
    place-self: start center;
  }

  #w-node-_41039f1b-fedb-0001-6920-92d10e73e6b1-3c0dea49, #w-node-fac67e65-c3ee-3bb3-7014-bf6bf9bfa763-aaa8ccea {
    justify-self: center;
  }

  #w-node-_12752755-f178-218a-19a2-6387b033ebe5-63435f70 {
    place-self: start center;
  }

  #w-node-_12752755-f178-218a-19a2-6387b033ebeb-63435f70 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_09b6077c-3deb-d9a6-831b-56bcdde32016-365057c1 {
    place-self: start center;
  }

  #w-node-_55e230a6-8ce2-4a48-9e1a-15d8a4008cb3-365057c1 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-e6d4f5d7-604a-d099-68be-450bd4a55ad4-365057c1, #w-node-_448098de-def3-cc73-10e9-105b93daf6f9-365057c1, #w-node-_3f5f4746-efd2-ba28-a9f8-a7de3f4bfd9a-f9c8c770 {
    justify-self: center;
  }

  #w-node-_27d781d7-206a-c200-7b5e-88dd69ab91fa-f9c8c770 {
    place-self: start center;
  }

  #w-node-_41039f1b-fedb-0001-6920-92d10e73e6b1-f9c8c770, #w-node-fac67e65-c3ee-3bb3-7014-bf6bf9bfa763-7399ad19 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a08f4d4f-f39b-42f0-401f-419e73474697-420cdab4, #w-node-_5fcab38d-8288-6411-ad08-59618b4c95d5-e0650903 {
    order: -9999;
  }

  #w-node-_5fcab38d-8288-6411-ad08-59618b4c9631-e0650903, #w-node-_0f31b04c-7483-f86d-a17f-145a8661c0e9-e0650903 {
    order: 9999;
  }

  #w-node-e6b7cef5-aedf-016a-1910-1184441bc3e3-e0650903 {
    justify-self: start;
  }

  #w-node-e6b7cef5-aedf-016a-1910-1184441bc3ed-e0650903 {
    order: -999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e6b7cef5-aedf-016a-1910-1184441bc404-e0650903 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e6b7cef5-aedf-016a-1910-1184441bc40b-e0650903 {
    order: -999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e6b7cef5-aedf-016a-1910-1184441bc417-e0650903 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e6b7cef5-aedf-016a-1910-1184441bc422-e0650903 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_292e82bd-119f-8a17-1aa8-7fb3ad0ce9bc-cb2a7be7 {
    order: -9999;
  }

  #w-node-da532521-2465-63cc-5bcf-bb966af8554f-45e9007b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da532521-2465-63cc-5bcf-bb966af85574-45e9007b, #w-node-_30c4f2d1-0b27-0f0e-fea2-b7801e566743-45e9007b, #w-node-_3dd7414a-959f-26a8-974a-f5f9d7484d2b-45e9007b, #w-node-f2540fec-9090-ee1e-02c2-6245dcf5d3a2-45e9007b, #w-node-ac68de1c-4af1-d37a-f9d2-06c7e7f20ebb-45e9007b, #w-node-a08f4d4f-f39b-42f0-401f-419e73474697-ef4464e9 {
    order: -9999;
  }

  #w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ec70-dca68a9b, #w-node-fae512b9-e3cb-32ee-9fd9-fe3d84463684-dca68a9b {
    justify-self: start;
  }

  #w-node-fae512b9-e3cb-32ee-9fd9-fe3d8446368e-dca68a9b {
    order: -999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-fae512b9-e3cb-32ee-9fd9-fe3d8446369a-dca68a9b {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-fae512b9-e3cb-32ee-9fd9-fe3d844636a6-dca68a9b {
    order: -999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5fcab38d-8288-6411-ad08-59618b4c95d5-63435f70 {
    order: -9999;
  }

  #w-node-_5fcab38d-8288-6411-ad08-59618b4c9631-63435f70, #w-node-_0f31b04c-7483-f86d-a17f-145a8661c0e9-63435f70 {
    order: 9999;
  }

  #w-node-e6b7cef5-aedf-016a-1910-1184441bc3e3-63435f70 {
    justify-self: start;
  }

  #w-node-e6b7cef5-aedf-016a-1910-1184441bc3ed-63435f70 {
    order: -999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e6b7cef5-aedf-016a-1910-1184441bc404-63435f70 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e6b7cef5-aedf-016a-1910-1184441bc40b-63435f70 {
    order: -999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e6b7cef5-aedf-016a-1910-1184441bc417-63435f70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e6b7cef5-aedf-016a-1910-1184441bc422-63435f70 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_292e82bd-119f-8a17-1aa8-7fb3ad0ce9bc-4515320b {
    order: -9999;
  }

  #w-node-da532521-2465-63cc-5bcf-bb966af8554f-365057c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da532521-2465-63cc-5bcf-bb966af85574-365057c1, #w-node-_30c4f2d1-0b27-0f0e-fea2-b7801e566743-365057c1, #w-node-_3dd7414a-959f-26a8-974a-f5f9d7484d2b-365057c1, #w-node-f2540fec-9090-ee1e-02c2-6245dcf5d3a2-365057c1, #w-node-ac68de1c-4af1-d37a-f9d2-06c7e7f20ebb-365057c1 {
    order: -9999;
  }

  #w-node-db7aa3f4-c729-581d-1a55-ca8a5ff8ec70-87527cd1, #w-node-fae512b9-e3cb-32ee-9fd9-fe3d84463684-87527cd1 {
    justify-self: start;
  }

  #w-node-fae512b9-e3cb-32ee-9fd9-fe3d8446368e-87527cd1 {
    order: -999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-fae512b9-e3cb-32ee-9fd9-fe3d8446369a-87527cd1 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-fae512b9-e3cb-32ee-9fd9-fe3d844636a6-87527cd1 {
    order: -999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_01711336-daf3-8011-5c0a-c5813a0af75b-3a0af74f, #w-node-_221646ec-a4c2-4369-93e4-4baa4e6daee0-4e6daed4 {
    justify-self: center;
  }

  #w-node-_5fcab38d-8288-6411-ad08-59618b4c9631-e0650903 {
    order: 3;
  }

  #w-node-ba233f46-6b76-2699-c64d-94f63c283ccd-e0650903 {
    order: 9999;
  }

  #w-node-_0f31b04c-7483-f86d-a17f-145a8661c0e9-e0650903 {
    order: 3;
  }

  #w-node-_0f31b04c-7483-f86d-a17f-145a8661c0ef-e0650903 {
    order: 9999;
  }

  #w-node-_54736b12-2c30-4a16-7eed-cf43c51d557a-c51d556e {
    justify-self: center;
  }

  #w-node-_5fcab38d-8288-6411-ad08-59618b4c9631-63435f70 {
    order: 3;
  }

  #w-node-ba233f46-6b76-2699-c64d-94f63c283ccd-63435f70 {
    order: 9999;
  }

  #w-node-_0f31b04c-7483-f86d-a17f-145a8661c0e9-63435f70 {
    order: 3;
  }

  #w-node-_0f31b04c-7483-f86d-a17f-145a8661c0ef-63435f70 {
    order: 9999;
  }
}


