:root {
  --black: #131313;
  --light-grey: #f4f4f4;
  --white: white;
  --purple: #98a8f8;
  --blackish: #2e2e2e;
  --color: #91f9ed;
  --color-2: #ffce00;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--black);
  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 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

.page-wrapper.navbar-on-page {
  display: flex;
}

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

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

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

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

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

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

.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-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-small.z {
  z-index: 10;
  position: relative;
}

.margin-bottom.margin-small, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-family: Space Grotesk, sans-serif;
  font-size: 1.25rem;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.heading-style-h2 {
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

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

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  font-family: Space Grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.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-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  font-family: Space Grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  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-family: Space Grotesk, sans-serif;
  font-size: .75rem;
}

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

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
  transition: background-color .3s, color .3s;
}

.button:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

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

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

.button.is-link.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  position: relative;
}

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

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

.button.is-secondary.is-alternate {
  border-width: 2.5px;
  border-color: var(--purple);
  color: var(--white);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
  transition: background-color .3s, color .3s;
}

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

.button.is-alternate {
  z-index: 10;
  background-color: var(--white);
  color: #000;
  transition: color .3s, background-color .3s;
  position: relative;
}

.button.is-alternate:hover {
  border-color: var(--white);
  background-color: var(--blackish);
  color: var(--white);
}

.button.is-navbar4-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.heading-style-h4 {
  font-family: Space Grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.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: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.text-size-regular {
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
}

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

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

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

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

.heading-style-h3 {
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-color-white {
  font-family: Space Grotesk, sans-serif;
}

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  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_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

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

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

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

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

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

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

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

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

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

.text-weight-semibold {
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

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

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

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

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

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

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

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

.text-size-small {
  font-family: Space Grotesk, sans-serif;
  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 {
  font-family: Space Grotesk, sans-serif;
  font-size: 1.25rem;
}

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

.text-rich-text blockquote {
  border-left-color: var(--color);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

.text-rich-text a {
  text-decoration: underline;
}

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

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

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

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

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

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

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

.text-size-large {
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.section_layout409 {
  display: none;
}

.layout409_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.section_banner13 {
  display: none;
  overflow: hidden;
}

.banner13_component {
  white-space: nowrap;
  flex-direction: column;
  display: flex;
}

.banner13_heading-top {
  font-family: Space Grotesk, sans-serif;
  font-size: 6rem;
}

.banner13_heading-bottom {
  color: var(--white);
  align-self: flex-end;
  font-family: Space Grotesk, sans-serif;
  font-size: 6rem;
}

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

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

.header-100svh {
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.heroheadingsection {
  display: none;
  position: relative;
}

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

.header5_background-image {
  filter: brightness(350%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bannersection {
  overflow: hidden;
}

.bannersection.background-color-purple {
  display: none;
}

.heading {
  font-family: Space Grotesk, sans-serif;
  font-size: 5rem;
  font-weight: 700;
}

.heading.text-color-white {
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
}

.heading-2 {
  font-family: Space Grotesk, sans-serif;
  font-size: 3.5rem;
}

.heading-3, .heading-4 {
  font-family: Space Grotesk, sans-serif;
}

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

.menu-icon4_line-top {
  background-color: var(--white);
  color: var(--white);
  width: 24px;
  height: 3px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar4_menu-dropdown {
  margin-left: 0;
  font-size: 24px;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar4_menu-button {
  padding: 0;
  display: none;
}

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

.navbar4_logo {
  display: block;
}

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

.navbar4_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  font-size: 24px;
  display: inline-block;
  position: static;
}

.navbar4_link.w--current {
  color: var(--black);
}

.menu-icon4_line-middle {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

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

.navbar4_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar4_dropdown-list.w--open {
  background-color: var(--white);
  position: static;
}

.navbar4_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-icon.is-navbar4 {
  width: 1.5rem;
  height: 1.5rem;
}

.menu-icon4_line-bottom {
  background-color: var(--white);
  width: 24px;
  height: 3px;
}

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: var(--black);
}

.navbar4_menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -4.5rem;
  display: flex;
}

.menu-icon4 {
  border: 3px solid var(--white);
  background-color: #3b3b3b73;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.navbar4_menu {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  display: none;
  position: absolute;
  overflow: auto;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.navbar4_dropdown-toggle {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 4rem .5rem 0;
}

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

.paragraph {
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
}

.link {
  font-family: Space Grotesk, sans-serif;
  font-size: 1.3rem;
}

.block-quote {
  font-family: Courier Prime, sans-serif;
}

.text-span {
  border-bottom: 4px solid var(--purple);
}

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

.footer7_bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

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

.footer7_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

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

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

.footer7_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.line-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

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

.logo2_logo-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-end;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: grid;
}

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

.text-size-medium-2.text-weight-bold {
  font-weight: 700;
}

.socialcreditsection.background-color-purple {
  display: none;
}

.logo2_wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.logo2_content-left {
  max-width: 20rem;
  height: 10%;
}

.logo2_logo {
  max-width: 100%;
  max-height: 100%;
}

.logo2_logo.ksk, .logo2_logo.bww {
  max-width: 75%;
}

.logo2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 20rem;
  display: flex;
}

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

.layout16_item {
  display: flex;
}

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

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

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

.button-2.is-link {
  color: var(--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;
  display: flex;
}

.button-2.is-link.is-icon.is-alternate, .button-2.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button-2.is-navbar14-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.webofferingsection {
  display: none;
}

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

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

.layout180_background-image {
  filter: brightness(350%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.ctasection {
  display: none;
  position: relative;
  overflow: hidden;
}

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

.text-span-2 {
  border-bottom: 3px solid var(--purple);
}

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

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

.layout208_item {
  display: flex;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  display: none;
  position: absolute;
}

.layout208_lightbox-image {
  object-fit: cover;
  display: none;
}

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

.videoofferingsection {
  display: none;
}

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

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

.text-span-3 {
  color: var(--white);
}

.text-span-4 {
  color: var(--black);
}

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

.theprocesssection {
  display: none;
}

.layout353_content-item {
  border: 1px solid var(--black);
  background-color: var(--white);
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.layout353_content-item.content-item-4 {
  top: 36%;
}

.layout353_content-item.content-item-2 {
  top: 32%;
}

.layout353_content-item.content-item-3 {
  top: 34%;
}

.layout353_content-item.content-item-1 {
  top: 30%;
}

.layout353_content-left {
  position: sticky;
  top: 30%;
}

.layout352_timeline {
  z-index: -3;
}

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

.layout352_progress-bar {
  z-index: -1;
  background-color: var(--black);
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

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

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

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

.layout352_image-wrapper {
  overflow: hidden;
}

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

.layout-352-instructions-delete {
  background-color: var(--light-grey);
  text-align: left;
  padding: 2rem;
}

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

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

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

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

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

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

.layout352_circle {
  background-color: var(--black);
  box-shadow: 0 0 0 8px var(--white);
  border-radius: 100%;
  width: .9375rem;
  height: .9375rem;
  position: sticky;
  top: 50vh;
}

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

.logo2_logo-copy {
  max-height: 100%;
}

.faq5_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq5_accordion {
  border: 1px solid var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.section_faq5 {
  position: relative;
}

.faq5_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

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

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

.div-block {
  z-index: -1;
  opacity: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.div-block-2 {
  display: none;
}

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

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

.faq4_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq4_accordion {
  border: 1px solid var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.ctatitlegraphicwrapper {
  position: relative;
}

.image-2 {
  width: 200px;
  position: absolute;
  inset: 0% auto auto -40%;
}

.image-3 {
  width: 200px;
  position: absolute;
  inset: 0% -40% auto auto;
  transform: rotate(16deg);
}

.faqsection {
  display: none;
}

.faq6_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_icon {
  color: var(--purple);
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq6_accordion {
  border: 1px solid var(--black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

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

.faq6_list-grid {
  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;
}

.bulletpoint {
  width: 2rem;
  height: 2rem;
}

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

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

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

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

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

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

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

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

.footer4_bottom-wrapper {
  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: none;
}

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

.navsociallist {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-right: 20px;
  display: grid;
}

.text-block {
  font-family: Space Grotesk, sans-serif;
}

.header81_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.header81_content-right {
  flex: none;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header81_image-wrapper {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header81_component {
  height: 300vh;
  position: relative;
}

.header81_content-left {
  flex: none;
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
  position: relative;
}

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

.header81_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.section_header82 {
  display: block;
}

.header82_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  height: 80vh;
  margin-bottom: -10vh;
  display: none;
  position: sticky;
  top: 10vh;
}

.header82_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

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

.header82_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.lightbox-play-icon-2 {
  z-index: 2;
  color: #fff;
  width: 4rem;
  height: 4rem;
  position: absolute;
}

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

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

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

.html-embed {
  display: block;
}

.div-block-3 {
  width: 100%;
}

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

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -120%;
  display: grid;
}

.header76_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 5vw;
  overflow: hidden;
}

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

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

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

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

.header76_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
}

.header81_image-wrapper-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.header2_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: 1rem;
  display: grid;
}

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

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

.header2_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.header2_image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.header81_image-wrapper-3 {
  width: 100%;
  height: 100%;
  position: relative;
}

.youtube {
  height: 100%;
  display: none;
}

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

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

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

.section_header139 {
  color: #000;
  background-color: #fff;
}

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

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

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

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

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

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

.section_header105 {
  color: #000;
  background-color: #fff;
  position: relative;
}

.header105_heading {
  font-family: Space Grotesk, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header105_heading-span {
  background-image: url('../images/CMP_3287.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 11.5rem;
}

.header105_heading-span01 {
  background-image: url('../images/3.jpg');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 11.5rem;
}

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

.header40_lightbox-image.curvedbottomleft {
  border-bottom-left-radius: 300px;
}

.section_header40 {
  color: #000;
  background-color: #fff;
}

.section_header40.background-color-black {
  background-color: #131313;
}

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

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

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

.header40_component {
  grid-column-gap: 0rem;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.navbar15_menu-button {
  padding: 0;
}

.navbar15_arrow-link {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
}

.navbar15_menu {
  align-items: center;
}

.navbar15_menu-link-wrapper {
  display: flex;
}

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

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar-instructions-delete {
  color: #000;
  text-align: left;
  background-color: #f2f3f3;
  width: 100%;
  padding: 2rem;
}

.navbar15_logo-link {
  padding-left: .5rem;
  display: none;
}

.navbar15_menu-dropdown {
  display: none;
}

.navbar15_component {
  color: #000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
}

.navbar15_component.delete-this-class {
  width: auto;
  display: block;
  position: relative;
}

.navbar15_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.3rem;
  display: flex;
}

.navbar15_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar15_dropdown-link {
  padding: .5rem;
  font-family: Space Grotesk, sans-serif;
}

.navbar15_dropdown-link.w--current {
  color: #000;
}

.navbar15_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #3b3b3b;
  border: 3px solid #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.navbar15_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem 0;
  position: absolute;
  inset: auto 0% 100%;
}

.navbar15_link {
  color: var(--white);
  padding: .5rem 1rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.3rem;
}

.navbar15_link.w--current {
  color: var(--white);
}

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

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

.layout366_card-small-image {
  border: 1px solid var(--white);
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

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

.layout366_card-small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 3px solid var(--white);
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.text-style-tagline.text-color-white {
  font-size: 1.2rem;
}

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

.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;
  font-family: Space Grotesk, sans-serif;
  display: inline-block;
}

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

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

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

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

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

.section_layout366 {
  color: #000;
  background-color: #fff;
}

.section_layout366.background-color-black {
  background-color: var(--black);
}

.layout366_card-large-content {
  background-color: var(--black);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.layout366_card-large {
  border: 3px solid var(--white);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

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

.grain-effect {
  z-index: 100;
  width: auto;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-span-5 {
  color: var(--purple);
}

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

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

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

.cta39_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.section_cta39 {
  color: #000;
  background-color: #fff;
  display: none;
}

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

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

.layout494_paragraph {
  overflow: hidden;
}

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

.layout494_tabs-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.layout494_header {
  margin-bottom: 2rem;
}

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

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

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

.layout494_inner-wrapper {
  width: 50%;
  padding-left: 2.5rem;
}

.layout494_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.layout494_tab-link {
  opacity: .4;
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding: 1rem 0;
}

.layout494_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.section_layout494 {
  color: #000;
  background-color: #fff;
}

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

.layout494_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.layout494_lightbox {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout493_paragraph {
  overflow: hidden;
}

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

.section_layout493 {
  color: #000;
  background-color: #fff;
  display: none;
}

.layout493_header {
  margin-bottom: 2rem;
}

.layout493_inner-wrapper {
  width: 50%;
  padding-right: 2.5rem;
}

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

.layout493_content {
  position: relative;
}

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

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

.layout493_lightbox {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.layout493_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.layout493_tabs-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.layout493_tab-link {
  opacity: .4;
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding: 1rem 0;
}

.layout493_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

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

.layout3_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  width: 100%;
  height: 100%;
}

.section_layout3 {
  color: #000;
  background-color: #fff;
}

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

.portfolio-header5_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.section_portfolio-header5 {
  color: #000;
  background-color: #fff;
}

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

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

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

.layout351_content-wrapper {
  flex-direction: column;
  flex: none;
  width: 40rem;
  height: 100%;
  padding: 4rem 3rem;
  display: flex;
}

.layout351_column-content {
  min-width: 200vw;
  height: 100%;
  overflow: auto;
}

.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(--white);
}

.layout351_column-vertical-text {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  transform: rotate(180deg);
}

.layout-351-instructions-delete {
  color: #000;
  text-align: left;
  background-color: #eee;
  padding: 2rem;
}

.layout351_image-wrapper {
  margin-bottom: 4rem;
}

.layout351_content {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.layout351_column-horiztonal-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: none;
}

.layout351_column {
  z-index: 1;
  cursor: pointer;
  background-color: #252525;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 90vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.layout351_accordion {
  border-right: 3px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  width: 5rem;
  min-width: 5rem;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.layout351_accordion.active {
  border-right-width: 3px;
  width: 100%;
}

.layout351_column-text {
  color: var(--white);
  white-space: nowrap;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout351_vertical-text-styling {
  display: none;
}

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

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

.layout351_image {
  object-fit: cover;
  width: 100%;
  height: 20rem;
}

.text-span-6 {
  color: var(--purple);
}

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

.layout423_card {
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 70vh;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.component-instructions-delete {
  z-index: 1;
  color: #000;
  text-align: left;
  background-color: #f2f3f3;
  padding: 2rem;
  position: relative;
}

.component-instructions-image {
  margin-top: 1.5rem;
}

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

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

.layout423_hover-content {
  display: none;
}

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

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

.layout423_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 19rem;
  display: flex;
  position: relative;
}

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

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

.section_layout423 {
  color: #000;
  background-color: #fff;
}

.hidesite {
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.hidesite.background-color-black {
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: none;
}

.text-span-7 {
  color: var(--purple);
}

.heading-style-h1-3 {
  font-family: Space Grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-3 {
  font-family: Space Grotesk, sans-serif;
  font-size: 1.25rem;
}

.button-3 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
}

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

.lightbox-play-icon-5 {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  display: none;
  position: absolute;
}

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

.header36_image-wrapper {
  overflow: hidden;
}

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

.text-span-8 {
  color: var(--color);
}

.section_content31 {
  color: #000;
}

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

.content31_content {
  margin-bottom: 4rem;
}

.content31_newsletter {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0 0 200px;
  padding: 2rem;
  position: sticky;
  top: 5rem;
  overflow: hidden;
}

.content31_form {
  margin-bottom: 0;
}

.content31_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.button-4 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
}

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

.text-size-tiny-3 {
  font-family: Space Grotesk, sans-serif;
  font-size: .75rem;
}

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

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

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

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

.section_layout484 {
  color: #000;
  background-color: #fff;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.layout484_text {
  font-family: Space Grotesk, sans-serif;
}

.button-5 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
}

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

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

.button-5.is-link.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  position: relative;
}

.layout484_split-text {
  display: none;
}

.purpletext {
  color: var(--purple);
}

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

.paragraph-2 {
  font-family: Space Grotesk, sans-serif;
}

.text-span-10, .text-span-11 {
  color: var(--purple);
}

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

.text-span-12 {
  color: var(--color-2);
}

.hamburgernav {
  color: #000;
  background-color: #ddd0;
  border-bottom: 0 solid #fff;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar21_container {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar21_logo-link {
  z-index: 2;
  padding-left: 0;
  display: none;
}

.navbar21_link-wrapper {
  z-index: 0;
  display: flex;
}

.navbar21_link {
  padding: .5rem 1rem;
}

.navbar21_link.w--current {
  color: #000;
}

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

.navbar21_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.navbar21_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar21_menu {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.navbar21_menu-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.navbar21_menu-left {
  background-color: #ff8c67;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
  display: flex;
  position: relative;
}

.navbar21_menu-links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navbar21_link-large {
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  transition: color .5s;
  position: static;
}

.navbar21_link-large:hover {
  color: var(--white);
}

.navbar21_link-large.w--current {
  color: #000;
}

.navbar21_menu-right {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 8rem 5vw 8rem 2.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.navbar21_menu-right-content-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  max-width: 35rem;
  position: relative;
}

.navbar21_menu-right-content {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar21_menu-right-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar21_menu-right-iimage-wrapper {
  border-radius: 0;
  flex: 1 0 40%;
  width: 100%;
  overflow: hidden;
}

.navbar21_menu-right-image {
  aspect-ratio: 12 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar21_menu-right-text-wrapper {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-6 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
}

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

.button-6.is-link.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  position: relative;
}

.navbar21_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar21_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: flex;
  position: relative;
}

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

.navbar21_bottom-background-overlay-tablet {
  display: none;
}

.navbar21_menu-button {
  z-index: 1;
  padding: 0;
}

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

.menu-icon4_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-middle-base {
  background-color: var(--white);
  width: 24px;
  height: 3px;
  position: absolute;
}

.backgroundvideolightbox {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.navbar21_component {
  color: #000;
  background-color: #fff;
  border-bottom: 0 solid #fff;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar21_menu-left-2 {
  background-color: #ff8c67;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
  display: flex;
  position: relative;
}

.button-7 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
  transition: background-color .3s, color .3s;
}

.button-7:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

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

.button-7.is-link.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  position: relative;
}

.bold-text-2 {
  color: var(--purple);
}

.text-span-13 {
  color: var(--color-2);
}

.section_cta27 {
  position: relative;
}

.section_cta27.text-color-white {
  display: none;
}

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

.heading-style-h2-6 {
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-8 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
  transition: background-color .3s, color .3s;
}

.button-8:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

.button-8.is-alternate {
  z-index: 10;
  background-color: var(--white);
  color: #000;
  transition: color .3s, background-color .3s;
  position: relative;
}

.button-8.is-alternate:hover {
  border-color: var(--white);
  background-color: var(--blackish);
  color: var(--white);
}

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

.button-8.is-secondary.is-alternate {
  border-width: 2.5px;
  border-color: var(--purple);
  color: var(--white);
  background-color: #0000;
}

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

.cta27_background-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_cta21 {
  color: #000;
  background-color: #fff;
}

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

.heading-style-h2-7 {
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-9 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
  transition: background-color .3s, color .3s;
}

.button-9:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

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

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

.cta21_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_cta57 {
  overflow: hidden;
}

.heading-style-h1-4 {
  font-family: Space Grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-10 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
  transition: background-color .3s, color .3s;
}

.button-10:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

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

.tealtext {
  color: var(--color);
}

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

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

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

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

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

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

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

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

  .layout409_card-content {
    padding: 2rem;
  }

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

  .banner13_heading-top, .banner13_heading-bottom {
    font-size: 4rem;
  }

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

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 0;
    font-size: 1.25rem;
    position: static;
  }

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

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

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

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

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .dropdown-icon.is-navbar4 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .menu-icon4_line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

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

  .navbar4_menu {
    z-index: 1;
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .logo2_logo-list {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

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

  .logo2_logo {
    max-width: 60%;
    max-height: 60%;
  }

  .logo2_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    height: auto;
    display: flex;
  }

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

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

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

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

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

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

  .image-2 {
    width: 150px;
    inset: auto auto -210% 0%;
  }

  .image-3 {
    width: 150px;
    inset: auto 0% -208% auto;
  }

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

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

  .header81_content-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 6rem;
    position: static;
  }

  .header81_content-right {
    flex: 0 auto;
    width: 100%;
    position: static;
  }

  .header81_image-wrapper {
    padding-top: 100%;
  }

  .header81_component {
    height: auto;
  }

  .header81_content-left {
    flex: 0 auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header82_content-bottom {
    justify-content: center;
  }

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

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

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

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

  .header81_image-wrapper-2 {
    padding-top: 100%;
  }

  .header2_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header81_image-wrapper-3 {
    padding-top: 100%;
  }

  .header139_lightbox {
    max-width: 14rem;
  }

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

  .header139_card {
    justify-content: center;
  }

  .header105_heading {
    font-size: 3.25rem;
  }

  .header105_heading-span, .header105_heading-span01 {
    padding-right: 7.5rem;
  }

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

  .header40_lightbox-image.curvedbottomleft {
    border-bottom-left-radius: 0;
  }

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

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

  .menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar15_menu-button {
    padding: 0;
  }

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

  .menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar15_arrow-link {
    display: none;
  }

  .navbar15_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar15_menu-link-wrapper {
    background-color: #fff;
    border: 1px solid #000;
    border-top-style: none;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

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

  .navbar15_logo-link {
    display: block;
  }

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

  .navbar15_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar15_component {
    width: 100%;
    margin: 1.5rem auto 0;
    padding-left: 5%;
    padding-right: 5%;
    top: 0%;
    bottom: auto;
  }

  .navbar15_dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .navbar15_button-wrapper {
    align-items: center;
  }

  .navbar15_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar15_container {
    grid-template-columns: auto 1fr;
    width: 100%;
  }

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

  .navbar15_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar15_link {
    text-align: center;
    padding: .75rem 0 1rem;
    font-size: 1.125rem;
  }

  .menu-icon2_line-middle {
    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;
  }

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

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

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

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

  .layout366_card-large-content {
    padding: 2rem;
  }

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

  .cta39_card-content {
    padding: 3rem;
  }

  .cta39_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .layout494_tabs-content {
    padding-right: 1.5rem;
  }

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

  .layout494_inner-wrapper {
    padding-left: 1.5rem;
  }

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

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

  .layout493_inner-wrapper {
    padding-right: 1.5rem;
  }

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

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

  .layout493_tabs-content {
    padding-left: 1.5rem;
  }

  .layout3_content {
    grid-column-gap: 3rem;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

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

  .layout351_content-wrapper {
    width: auto;
    padding: 3rem 2.5rem;
  }

  .layout351_column-content {
    width: 100%;
    min-width: auto;
    height: auto;
    overflow: hidden;
  }

  .layout351_column-vertical-text {
    display: none;
  }

  .layout351_image-wrapper {
    margin-bottom: 0;
  }

  .layout351_content {
    border-top: 0 #0000;
    border-right: 1px solid #000;
    flex-direction: column;
    height: auto;
  }

  .layout351_column-horiztonal-text {
    display: block;
  }

  .layout351_column {
    border-top: 1px solid #000;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 5rem;
  }

  .layout351_accordion {
    border-right-style: none;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .layout351_column-text {
    position: absolute;
    left: 2.5rem;
  }

  .layout423_image {
    object-fit: cover;
  }

  .layout423_card {
    width: 100%;
  }

  .layout423_row {
    flex-direction: column;
  }

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

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

  .text-size-medium-3 {
    font-size: 1.5rem;
  }

  .header36_image {
    height: auto;
    max-height: none;
  }

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

  .content31_content {
    margin-bottom: 3rem;
  }

  .content31_newsletter {
    position: static;
  }

  .navbar21_container {
    grid-auto-columns: 1fr;
  }

  .navbar21_link-wrapper {
    display: none;
  }

  .navbar21_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar21_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

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

  .navbar21_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar21_menu {
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  }

  .navbar21_menu-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .navbar21_menu-left {
    grid-template-columns: 1fr;
    width: 100%;
    padding-bottom: 0;
    padding-right: 5vw;
  }

  .navbar21_menu-links-wrapper {
    padding-top: 2rem;
  }

  .navbar21_link-large {
    font-size: 2.5rem;
  }

  .navbar21_menu-right {
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 5vw;
  }

  .navbar21_menu-right-content-wrapper {
    width: 100%;
    max-width: none;
  }

  .navbar21_menu-right-item, .navbar21_menu-right-text-wrapper {
    width: 100%;
  }

  .navbar21_bottom {
    padding-bottom: 8rem;
    position: static;
  }

  .navbar21_bottom-background-overlay-tablet {
    z-index: -1;
    background-color: #fff;
    min-width: 100vw;
    height: auto;
    margin-left: -5vw;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .navbar21_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-middle-base {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .backgroundvideolightbox {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .navbar21_menu-left-2 {
    grid-template-columns: 1fr;
    width: 100%;
    padding-bottom: 0;
    padding-right: 5vw;
  }

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

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

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

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-navbar4-button {
    padding: .25rem 1rem;
  }

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

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

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

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

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

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

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

  .layout409_card-content {
    padding: 1.5rem;
  }

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

  .layout409_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

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

  .heading.text-color-white {
    font-size: 4rem;
  }

  .navbar4_component {
    min-height: 4rem;
  }

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

  .footer7_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    grid-row-gap: .8rem;
    padding-top: 1rem;
  }

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

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

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

  .logo2_logo {
    max-width: 80%;
    max-height: 70%;
  }

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

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

  .button-2.is-navbar14-button {
    padding: .25rem 1rem;
  }

  .layout208_component, .layout353_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout353_content-left {
    position: static;
  }

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

  .layout352_progress {
    left: .375rem;
  }

  .layout352_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .layout352_centre {
    justify-content: flex-start;
  }

  .logo2_logo-copy {
    max-height: 3rem;
  }

  .faq5_question {
    padding: 1rem 1.25rem;
  }

  .faq5_icon {
    width: 1.75rem;
  }

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

  .faq4_icon {
    width: 1.75rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .image-2, .image-3 {
    width: 80px;
    bottom: -103%;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_icon {
    width: 1.75rem;
  }

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

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

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

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

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

  .header81_content-wrapper {
    padding-top: 4rem;
  }

  .header82_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header76_content-right {
    height: 30rem;
  }

  .header76_component {
    padding-top: 4rem;
  }

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

  .header139_lightbox {
    display: none;
    position: relative;
    left: 5%;
    right: auto;
  }

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

  .header105_heading-span, .header105_heading-span01 {
    padding-right: 5.75rem;
  }

  .header40_content {
    margin-top: 5%;
  }

  .header40_component {
    padding-top: 4rem;
  }

  .navbar15_menu-link-wrapper {
    padding: 1.25rem;
  }

  .navbar15_component {
    margin-top: 1.25rem;
  }

  .navbar15_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

  .layout366_card-large-content {
    padding: 1.5rem;
  }

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

  .layout366_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .cta39_card-content {
    padding: 2rem;
  }

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

  .layout494_tabs-content {
    order: -1;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
    position: relative;
  }

  .layout494_header {
    width: 100%;
  }

  .layout494_tabs-menu {
    place-items: start stretch;
  }

  .layout494_inner-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .layout494_tabs {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

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

  .layout493_header {
    width: 100%;
  }

  .layout493_inner-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .layout493_tabs-menu {
    place-items: start stretch;
    margin-bottom: 2rem;
  }

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

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

  .layout493_tabs {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .layout493_tabs-content {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

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

  .portfolio-header5_content {
    grid-template-columns: 1fr;
  }

  .layout351_content-wrapper {
    padding: 1rem 1.5rem 2rem;
  }

  .layout351_column-vertical-text, .layout351_column-horiztonal-text {
    font-size: 1.25rem;
  }

  .layout351_column {
    height: 4rem;
  }

  .layout351_column-text {
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .layout351_image {
    height: 20rem;
  }

  .layout423_card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

  .layout423_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .layout423_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .text-size-medium-3 {
    font-size: 1.5rem;
  }

  .header36_image {
    aspect-ratio: 2 / 3;
    object-position: 40% 50%;
  }

  .content31_content {
    margin-bottom: 2rem;
  }

  .hamburgernav {
    min-height: 4rem;
  }

  .navbar21_menu-wrapper {
    padding-top: 4rem;
  }

  .navbar21_menu-left {
    grid-row-gap: 2.5rem;
    padding-top: 0;
  }

  .navbar21_menu-links-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .navbar21_link-large {
    font-size: 1.5rem;
  }

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

  .navbar21_menu-right-item {
    grid-template-columns: .6fr 1fr;
  }

  .navbar21_component {
    min-height: 4rem;
  }

  .navbar21_menu-left-2 {
    grid-row-gap: 2.5rem;
    padding-top: 0;
  }

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

  .cta21_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .banner13_heading-top, .banner13_heading-bottom, .heading.text-color-white {
    font-size: 3rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .heading-4 {
    font-size: 2rem;
    display: block;
  }

  .heading-4.text-color-white {
    font-size: 1.7rem;
  }

  .heading-4.logo, .navbar4_logo {
    display: none;
  }

  .navbar4_logo-link {
    padding-left: 0;
    display: block;
  }

  .navbar4_container {
    flex-direction: column;
    margin-right: auto;
  }

  .navbar4_wrapper {
    justify-content: space-between;
  }

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

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

  .logo2_component {
    height: auto;
  }

  .layout16_component, .layout208_component, .layout353_component {
    grid-template-columns: 1fr;
  }

  .layout352_item {
    grid-template-columns: 3rem 1fr;
  }

  .image-2, .image-3 {
    display: none;
  }

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

  .social-icon {
    width: 2rem;
  }

  .header76_component, .header2_component {
    grid-template-columns: 1fr;
  }

  .header2_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .header139_lightbox {
    position: relative;
    right: auto;
  }

  .header139_card {
    height: auto;
  }

  .header105_heading-wrapper {
    grid-row-gap: .25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .header105_heading {
    font-size: 1.75rem;
  }

  .header105_heading-span, .header105_heading-span01 {
    padding-right: 4rem;
  }

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

  .layout366_card-large-image, .layout366_card-small-image {
    aspect-ratio: 1;
  }

  .layout366_card-small {
    flex-direction: column;
    display: flex;
  }

  .layout366_card-small-content, .layout366_card-large-content {
    display: block;
  }

  .cta39_card, .layout494_tabs, .layout493_tabs, .layout3_content, .layout423_row {
    grid-template-columns: 1fr;
  }

  .content31_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .navbar21_menu-left {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar21_menu-links-wrapper {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .navbar21_menu-right-item {
    flex-direction: column;
    display: flex;
  }

  .navbar21_menu-right-text-wrapper {
    margin-top: 1rem;
  }

  .navbar21_menu-left-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

#w-node-_08ad6173-56ee-17d1-a65a-6c2a34dd3efc-df18237b {
  justify-self: end;
}

#w-node-af357657-19e8-ed97-b9c4-99597728e419-df18237b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-af357657-19e8-ed97-b9c4-99597728e41a-df18237b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e49a6484-a091-5a65-cbd5-08c3a8169ccc-df18237b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e49a6484-a091-5a65-cbd5-08c3a8169ccd-df18237b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e49a6484-a091-5a65-cbd5-08c3a8169cce-df18237b, #w-node-e49a6484-a091-5a65-cbd5-08c3a8169ce3-df18237b, #w-node-e49a6484-a091-5a65-cbd5-08c3a8169cf6-df18237b {
  align-self: start;
}

#w-node-_38df6f69-ce14-bf48-6c2c-ad8f4951241c-df18237b {
  justify-self: end;
}

#w-node-_8e8f269c-cf4f-1cef-839d-fcfb7413a05c-df18237b, #w-node-_8e8f269c-cf4f-1cef-839d-fcfb7413a06d-df18237b, #w-node-_8e8f269c-cf4f-1cef-839d-fcfb7413a06e-df18237b, #w-node-_8e8f269c-cf4f-1cef-839d-fcfb7413a074-df18237b, #w-node-_8e8f269c-cf4f-1cef-839d-fcfb7413a07a-df18237b, #w-node-_8e8f269c-cf4f-1cef-839d-fcfb7413a080-df18237b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21a2783f-445d-bbba-4005-c8b66e8702e5-df18237b {
  justify-self: start;
}

#w-node-_21a2783f-445d-bbba-4005-c8b66e8702f2-df18237b {
  justify-self: end;
}

#w-node-a548cfa3-e1dd-5090-d148-ac16b1f91c0f-df18237b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e90661eb-4abe-c2dc-1e9e-626c5ee07581-df18237b {
  justify-self: center;
}

#w-node-_8b1ad867-eb6b-c6b4-0ece-995c8d74193a-df18237b, #w-node-_8b1ad867-eb6b-c6b4-0ece-995c8d741940-df18237b, #w-node-_8b1ad867-eb6b-c6b4-0ece-995c8d741946-df18237b {
  align-self: start;
}

#w-node-_655a6bc1-5c0b-8aac-84c1-6472c39dbc17-df18237b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75733edf-0815-87cb-288d-ab5f8ece4b24-df18237b, #w-node-_75733edf-0815-87cb-288d-ab5f8ece4b2a-df18237b, #w-node-_75733edf-0815-87cb-288d-ab5f8ece4b30-df18237b {
  align-self: start;
}

#w-node-_72895061-deb5-cef6-8eac-afe337c7bd8b-df18237b, #w-node-_88fd3939-4ec8-50e6-7761-04a274f61f8c-74f61f77, #w-node-_88fd3939-4ec8-50e6-7761-04a274f61f8f-74f61f77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-df182392, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-df182392, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-df182392 {
  justify-self: start;
}

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d380-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d382-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d385-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d38a-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d38f-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d394-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d399-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a0-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a1-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a3-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3a4-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3a6-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a7-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a9-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3aa-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ac-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3ad-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3af-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b0-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b2-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3b3-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3b5-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b6-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b8-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3b9-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3bb-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3bc-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3be-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3bf-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3c1-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3c2-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3c4-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3c5-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3c7-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3c8-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ca-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3cb-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3cd-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ce-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3d0-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d1-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d3-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3d4-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3d6-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d7-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d9-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3da-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3dc-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3dd-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3df-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e0-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e2-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3e3-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3e5-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e6-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e8-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3e9-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3eb-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ec-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ee-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3ef-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3f1-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3f2-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3f4-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3f5-df182392 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3f7-df182392, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3f8-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-df182392, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-df182392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_261cebc1-4bcf-5fe1-7cee-bf8d010f06fc-78170ce2 {
  justify-self: end;
}

#w-node-_6ed3e4e8-977e-358e-7228-0213f940bdb5-78170ce2 {
  justify-self: start;
}

#w-node-_6ed3e4e8-977e-358e-7228-0213f940bdb8-78170ce2 {
  justify-self: end;
}

#w-node-_6ed3e4e8-977e-358e-7228-0213f940bdc2-78170ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb42d9a7-7681-8cc1-37ef-a051732d55f0-c513bd5f {
  justify-self: start;
}

#w-node-bb42d9a7-7681-8cc1-37ef-a051732d55f3-c513bd5f {
  justify-self: end;
}

#w-node-bb42d9a7-7681-8cc1-37ef-a051732d55fd-c513bd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaf1bf91-0a1e-3842-1dd0-007bf721cf3b-5d176f68 {
  justify-self: end;
}

#w-node-aaf1bf91-0a1e-3842-1dd0-007bf721d03d-5d176f68 {
  justify-self: start;
}

#w-node-aaf1bf91-0a1e-3842-1dd0-007bf721d040-5d176f68 {
  justify-self: end;
}

#w-node-aaf1bf91-0a1e-3842-1dd0-007bf721d04a-5d176f68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_08ad6173-56ee-17d1-a65a-6c2a34dd3efc-df18237b, #w-node-_38df6f69-ce14-bf48-6c2c-ad8f4951241c-df18237b {
    justify-self: start;
  }

  #w-node-_21a2783f-445d-bbba-4005-c8b66e8702e5-df18237b, #w-node-_21a2783f-445d-bbba-4005-c8b66e8702f2-df18237b {
    justify-self: center;
  }

  #w-node-_261cebc1-4bcf-5fe1-7cee-bf8d010f06fc-78170ce2 {
    justify-self: start;
  }

  #w-node-_6ed3e4e8-977e-358e-7228-0213f940bdb5-78170ce2, #w-node-_6ed3e4e8-977e-358e-7228-0213f940bdb8-78170ce2, #w-node-bb42d9a7-7681-8cc1-37ef-a051732d55f0-c513bd5f, #w-node-bb42d9a7-7681-8cc1-37ef-a051732d55f3-c513bd5f {
    justify-self: center;
  }

  #w-node-aaf1bf91-0a1e-3842-1dd0-007bf721cf3b-5d176f68 {
    justify-self: start;
  }

  #w-node-aaf1bf91-0a1e-3842-1dd0-007bf721d03d-5d176f68, #w-node-aaf1bf91-0a1e-3842-1dd0-007bf721d040-5d176f68 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_307dccaf-bd5e-5e2b-e4f7-35154c1a3f08-df18237b {
    order: 9999;
  }

  #w-node-b03fff35-561d-8948-1e26-f5206058cf17-df18237b {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_21a2783f-445d-bbba-4005-c8b66e8702e5-df18237b, #w-node-_6ed3e4e8-977e-358e-7228-0213f940bdb5-78170ce2, #w-node-bb42d9a7-7681-8cc1-37ef-a051732d55f0-c513bd5f, #w-node-aaf1bf91-0a1e-3842-1dd0-007bf721d03d-5d176f68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


