@font-face {
  font-family: Fixel;
  src: url('../fonts/FixelVariable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --light: #e5ecff;
  --white: white;
  --black-2: #1b1b1b;
  --primary-500: #21f791;
  --primary-700: #08e37a;
  --accent-300: #615cfc;
  --dark: #101c3e;
  --medium: #3a63d4;
  --dark-transparent: #00000080;
  --mta-dark: #1a1d2c;
  --mta-yellow: #ffcc31;
  --nyu-violet: #57068c;
  --nyu-black: black;
  --edx-blue: #136ca5;
  --edx-maroon: #b82669;
  --gsg-golden: #f79d0d;
  --gsg-green: #009e4f;
  --gsg-dark-green: #2e4239;
  --sm-violet: #473479;
  --sm-orange: #f2723d;
  --star2star-blue: #1f3280;
  --tommy-hilfiger-blue: #1b2651;
  --tommy-hilfiger-red: #cd2028;
}

.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.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-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.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-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: var(--black);
  font-family: Fixel, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 16px;
  font-family: Fixel, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 1.5rem;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: Inter, sans-serif;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.nav-link {
  color: var(--light);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  flex: 0 auto;
}

.brand-link {
  flex-flow: row;
  justify-content: flex-start;
  max-height: 80px;
  display: flex;
}

.site-title {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.menu-button {
  color: var(--light);
}

.site-navigation {
  padding-top: 20px;
}

.navbar-container {
  margin-left: auto;
  margin-right: auto;
}

.project__container {
  perspective: 3500px;
  align-items: center;
  width: 76%;
  min-width: 920px;
  max-width: 1500px;
  height: 42vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.button-2 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.micro-interaction-button {
  color: #000;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.micro-interaction-button.white {
  color: #fff;
  border-color: #fff;
}

.btn-txt-1,
.btn-txt-2 {
  position: absolute;
}

.personas-3xgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtext {
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
}

.subtext.center-align {
  text-align: center;
  margin-bottom: 0;
}

.persona-block {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

._3x-flex-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  display: flex;
}

.persona-image {
  width: 100%;
  margin-top: 10px;
}

._2x-flex-grid {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.half-width-image-wrapper {
  flex: 0 auto;
  align-self: stretch;
  width: 50%;
  max-height: 400px;
  padding: 10px;
  overflow: hidden;
}

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

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

.button-old.primary {
  border: 4px solid var(--black-2);
  background-color: var(--primary-500);
  color: var(--black-2);
  border-radius: 16px;
  padding: 16px 32px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
}

.button-old.primary:hover {
  background-color: var(--primary-700);
}

.button-old.primary:focus {
  box-shadow: 0 0 0 4px var(--accent-300);
}

.password-input {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 20px;
  padding: 24px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.password-input:focus {
  box-shadow: 0 0 0 4px var(--accent-300);
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

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

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.margin-large {
  margin: 3rem;
}

.show-tablet {
  display: none;
}

.overflow-auto {
  overflow: auto;
}

.show {
  display: block;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #505050;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s;
}

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

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

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.padding-custom1 {
  padding: 12rem;
}

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

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

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

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

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

.padding-0 {
  padding: 0;
}

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

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

.padding-huge {
  padding: 6rem;
}

.form-radio-label {
  margin-bottom: 0;
}

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

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

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: 1rem;
}

.icon-medium {
  height: 3rem;
}

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

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

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

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

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

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

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

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

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

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

.rl-styleguide_classes {
  display: none;
}

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

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

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.background-color-black {
  color: #f0f0f0;
  background-color: #000002;
}

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

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

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

.text-lineheight-xtall {
  line-height: 2;
}

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

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

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

.margin-xhuge {
  margin: 7rem;
}

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

.text-lineheight-none {
  line-height: 1;
}

.margin-medium {
  margin: 2rem;
}

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

.rl-styleguide_extension {
  display: none;
}

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

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

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

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

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

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

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

.padding-medium {
  padding: 2rem;
}

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

.icon-large {
  height: 5rem;
}

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

.padding-xsmall {
  padding: 1rem;
}

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

.icon-small {
  height: 2rem;
}

.margin-small {
  margin: 1.5rem;
}

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

.padding-custom3 {
  padding: 12rem;
}

.margin-xxlarge {
  margin: 5rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.text-letterspacing-normal {
  letter-spacing: 0;
}

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

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

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

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

.heading-medium {
  letter-spacing: -.01em;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

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

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

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

.margin-huge {
  margin: 6rem;
}

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

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.icon-xsmall {
  height: 1.5rem;
}

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

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

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

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.text-lineheight-normal {
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-lineheight-xshort {
  line-height: 1.2;
}

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

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

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

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

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

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

.margin-xxhuge {
  margin: 8rem;
}

.icon-xlarge {
  height: 6.5rem;
}

.padding-large {
  padding: 3rem;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

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

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

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

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

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

.padding-xlarge {
  padding: 4rem;
}

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

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

.heading-xlarge {
  letter-spacing: -.01em;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.overflow-scroll {
  overflow: scroll;
}

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

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.text-lineheight-short {
  line-height: 1.3;
}

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

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  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;
}

.form-field-wrapper {
  color: var(--black);
  position: relative;
}

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

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

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

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  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-color: #fff;
  background-image: none;
}

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

.heading-large {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.35;
}

.text-lineheight-tall {
  line-height: 1.7;
}

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

.padding-small {
  padding: 1.5rem;
}

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

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

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

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

.icon-xxsmall {
  height: 1rem;
}

.margin-0 {
  margin: 0;
}

.button-link {
  color: #000;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

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

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-rich-text {
  font-size: 1.125rem;
  line-height: 2;
}

.text-rich-text p {
  font-size: 1.25rem;
  line-height: 2;
}

.text-rich-text a {
  border-bottom: 2px solid #5bceff;
  font-weight: 500;
}

.text-rich-text li {
  font-size: 1.25rem;
  line-height: 2;
}

.text-rich-text figcaption {
  opacity: .8;
}

.padding-xhuge {
  padding: 7rem;
}

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

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

.background-color-lightgrey {
  background-color: #f4f4f4;
}

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

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

.button-tertiary {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

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

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

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

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

.form-checkbox-label {
  margin-bottom: 0;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.hide {
  display: none;
}

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

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

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

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

.section-hero-header {
  flex-direction: column;
  justify-content: space-between;
  min-height: 50svh;
  display: flex;
  position: relative;
}

.section-work-category {
  position: relative;
}

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

.navbar_menu {
  flex: 0 auto;
}

.navbar_component {
  background-color: #0000;
  align-items: center;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar_link {
  color: #fff;
  align-items: center;
  margin-left: 2rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
}

.navbar_link:hover {
  color: var(--light);
}

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

.hero-component {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.full-width-image {
  width: 100%;
  height: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.outline-wrapper {
  background-color: #ffffff14;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 3rem 3rem;
  display: flex;
}

.outline-wrapper.hide {
  display: none;
}

.text-color-green {
  color: #14a80f;
}

.button-link-icon {
  grid-column-gap: .5rem;
  color: #0000;
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 2px solid #5bceff;
  justify-content: center;
  align-items: center;
  padding: .25rem 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link-icon:hover {
  color: #0000;
}

.case-study_content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

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

.button-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

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

.case-study_image-wrapper {
  width: 100%;
  position: relative;
}

.section-project-header {
  overflow: hidden;
}

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

.case-study-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 420px) 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.case-study-grid_content {
  flex-direction: column;
  display: flex;
}

.case-study-grid_table {
  position: relative;
}

.table-of-content {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 0;
}

.toc-item {
  border-radius: 12px;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding: .75rem 1rem;
}

.toc-item:hover {
  background-color: #5bceff0d;
}

.toc-item.w--current {
  background-color: #5bceff33;
}

.work_component {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.case-study-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.case-study-wrapper.no-hover:hover {
  box-shadow: none;
  transform: none;
}

.section-full-screen {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.main-slider {
  background-color: #0000;
  height: auto;
}

._2x-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.is-h4 {
  font-size: 1.9375em;
  font-weight: 300;
  line-height: 1.5;
}

.cta-arrow-up {
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  inset: 1em 1em auto auto;
}

.cta-up {
  transform: rotate(-45deg);
}

.feature-item-info {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  position: relative;
}

.circle-hover {
  background-color: #2a2c34;
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.circle-hover.white {
  z-index: 0;
  background-color: #f0f0f0;
  top: -6vw;
  right: -6vw;
}

.feature-item {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip {
  overflow: hidden;
}

.feature-title-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  -webkit-background-clip: text;
  background-clip: text;
}

.wrap-scrolling-text {
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.card-3 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.tag-wrapper {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.tag-wrapper_line {
  background-image: linear-gradient(to right, #fff0, #fffc);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.case-study_right-arrow {
  background-color: #212232;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.case-study_right-arrow:hover {
  background-color: #2d2e3c;
}

.case-study_left-arrow {
  background-color: #212232;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 0%;
}

.case-study_left-arrow:hover {
  background-color: #2d2e3a;
}

.section-link {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.nav_special-text-wrapper {
  height: 150px;
  overflow: hidden;
}

.hamburger {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 25px;
  height: 10px;
  margin-left: 12.5px;
  display: flex;
}

.nav_link-item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hamburger-line {
  background-color: #fff;
  width: 25px;
  height: 2.22px;
}

.nav__bg {
  z-index: 98;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000002e6;
  position: fixed;
  inset: 0%;
}

.close-btn {
  background-image: url('../images/close-btn-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-left: 12.5px;
}

.hamburger-line-2 {
  background-color: #fff;
  width: 15px;
  height: 2.22px;
}

.navbar_wrapper {
  z-index: 101;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 64px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation__menu-btn {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 25px;
  overflow: hidden;
}

.nav__logo {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Fixel, sans-serif;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
}

.nav_item-text_full {
  color: #fff;
  font-size: 80px;
  line-height: 150px;
  overflow: visible;
}

.nav_container {
  z-index: 97;
  color: #f5f5f5;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.close-wrap {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 25px;
  display: flex;
}

.open-wrap {
  align-items: center;
  height: 25px;
  display: flex;
}

.nav_footer {
  z-index: 99;
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-top: 35px;
  display: flex;
  position: relative;
}

.navigation-text {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.nav_item-text {
  font-size: 80px;
  line-height: 150px;
  display: block;
}

.nav_footer-link {
  color: #a5a3a6;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #1e252c;
  padding-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.nav_items {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-horizontal {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.section_header5 {
  color: var(--white);
  position: relative;
}

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

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

.header5_overlay {
  z-index: 1;
  background-image: linear-gradient(#141520f5, #fff0 28% 72%, #141520f5);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header5_heading {
  z-index: 2;
  text-align: center;
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 50%);
}

.navbar_fixed {
  z-index: 10;
  position: fixed;
  inset: 0% 0% auto;
}

.challenge_grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 400px) 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.challenge_grid.inverted {
  grid-template-columns: 1fr minmax(200px, 400px);
}

.challenge_heading-wrapper {
  position: sticky;
  top: 120px;
}

.challenge_heading {
  z-index: 2;
  text-align: center;
  letter-spacing: -5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
}

.is-h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.5;
}

.text-color-light-gray {
  color: #bbb;
}

.hero-header-light-glow-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.light-glow {
  filter: blur(320px);
  background-color: #0029ff;
  border-radius: 50%;
  width: 400px;
  height: 400px;
}

.hero-scroll-indicaror-wrapper {
  justify-content: flex-end;
  display: flex;
}

.hero-scroll-indicaror {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.scroll-line {
  background-color: var(--white);
  width: 80px;
  height: 1px;
}

.scroll-dot {
  background-color: var(--white);
  width: 3px;
  height: 3px;
  position: absolute;
  top: -1px;
  left: 0;
}

.navbar15_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000002cc;
  border: 1px solid #505050;
  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_menu {
  align-items: center;
}

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

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

.navbar15_link {
  color: #f0f0f0;
  text-align: center;
  align-self: center;
  padding: .5rem 1rem;
}

.navbar15_link:hover {
  outline-offset: 0px;
  outline: 1px solid #505050;
}

.navbar15_link.w--current {
  color: #000002;
  background-color: #f0f0f0;
}

.section-macos {
  background-image: url('../images/bg-webflow_1bg-webflow.webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.dock {
  grid-column-gap: .75rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 1.75rem;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.dock-app-icon-wrapper {
  border-radius: 1.2rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
  transition: transform .2s;
  display: flex;
}

.dock-app-icon {
  transform-origin: 50% 100%;
  max-height: 100%;
  display: block;
}

.seperator {
  background-color: #fff3;
  border-radius: 10px;
  width: 1px;
  max-height: 5rem;
}

.section-personal-intro {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.work_stack {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.section-closing-statement {
  flex-direction: column;
  justify-content: center;
  min-height: 80svh;
  display: flex;
  position: relative;
}

.workcategory_light-glow-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 0;
  padding-right: 20%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_divider {
  z-index: 2;
  background-image: linear-gradient(to right, #fff0, #ffffff4d 50%, #fff0);
  height: 1px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

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

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

.slider_image._4-3-image {
  aspect-ratio: 4 / 3;
}

.slider_image._4-3-image.top-aligned {
  object-position: 50% 0%;
}

.slider_image._16-10-image {
  aspect-ratio: 16 / 10;
}

.slider_image._16-10-image.top-aligned {
  object-position: 50% 0%;
}

.slider_image._3-2-image {
  aspect-ratio: 3 / 2;
}

.slider_component {
  background-color: #fff0;
  width: 100%;
  height: auto;
}

.right-arrow {
  color: #222;
  width: 20%;
}

.slider_slide {
  text-align: center;
  cursor: grab;
  width: 100%;
  margin-right: 1rem;
}

.slide-nav {
  font-size: 9px;
  line-height: 20px;
}

.slider_mask {
  text-align: center;
  width: 80%;
  display: block;
  overflow: visible;
}

.left-arrow {
  color: #222;
  width: 20%;
}

.casestudy_callout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffffff1a;
  border: 1px solid #121212;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 2.5rem;
  display: grid;
}

.casestudy_callout.single-column {
  display: block;
}

.heading-style-h1 {
  letter-spacing: -.09rem;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.3;
}

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

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--white);
  }

  .navbar {
    padding-top: 0;
  }

  .brand-link {
    padding-left: 10px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .project__container {
    width: 90%;
    min-width: auto;
  }

  .personas-3xgrid {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .persona-block {
    flex: 0 auto;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  ._3x-flex-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .half-width-image-wrapper {
    max-height: 300px;
  }

  .auto-margin {
    width: 80%;
    height: auto;
  }

  ._3x-flex-box {
    margin-bottom: 20px;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .show-tablet {
    display: block;
  }

  .hide-tablet {
    display: none;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

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

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

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

  .padding-custom3 {
    padding: 12rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

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

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

  .margin-huge {
    margin: 5rem;
  }

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

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

  .padding-xxlarge {
    padding: 4.5rem;
  }

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

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

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

  .heading-large {
    font-size: 2.25rem;
  }

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

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

  .navbar_menu {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #0000;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .navbar_link {
    width: 100%;
    margin-left: 1rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.125rem;
  }

  .navbar_link:hover {
    color: #0000;
  }

  .hero-component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .outline-wrapper {
    padding: 2rem;
  }

  .case-study_content {
    grid-row-gap: 2rem;
  }

  .case-study_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .case-study-grid {
    grid-template-columns: minmax(160px, 240px) 2fr;
  }

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

  .case-study-wrapper {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .feature-item {
    margin-bottom: 0;
  }

  .card-3 {
    flex: none;
    width: auto;
  }

  .tag-wrapper {
    margin-bottom: 50px;
  }

  .nav_special-text-wrapper {
    height: 120px;
  }

  .nav_item-text_full {
    font-size: 48px;
    line-height: 120px;
  }

  .nav_footer {
    flex-direction: column;
    justify-content: flex-end;
  }

  .nav_item-text {
    font-size: 48px;
    line-height: 120px;
  }

  .header5_heading {
    letter-spacing: -2px;
    font-size: 64px;
  }

  .challenge_grid,
  .challenge_grid.inverted {
    grid-template-columns: 1fr;
  }

  .challenge_heading-wrapper {
    position: static;
  }

  .challenge_heading {
    letter-spacing: -2px;
    font-size: 64px;
  }

  .hero-scroll-indicaror-wrapper {
    display: none;
  }

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

  .navbar15_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .navbar15_menu-link-wrapper {
    background-color: #0000;
    border: 1px solid #000;
    border-top-style: none;
  }

  .navbar15_component {
    display: none;
  }

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

  .slider_mask {
    width: 100%;
  }

  .casestudy_callout {
    padding: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .navbar {
    padding-top: 0;
  }

  .project__container {
    width: 100%;
    min-height: 68vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .persona-block,
  .half-width-image-wrapper {
    width: 100%;
  }

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

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

  .margin-large {
    margin: 2rem;
  }

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

  .padding-xxhuge {
    padding: 5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

  .margin-xlarge {
    margin: 2.5rem;
  }

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

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

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

  .margin-xhuge {
    margin: 4rem;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

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

  .margin-small {
    margin: 1.25rem;
  }

  .padding-custom3 {
    padding: 8rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .heading-small {
    font-size: 1.25rem;
  }

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

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

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

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

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

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

  .heading-large {
    font-size: 2rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

  .container-medium {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_link {
    font-size: 1rem;
  }

  .hero-component {
    flex-direction: column;
    display: flex;
  }

  .button-link-icon {
    font-size: 1rem;
  }

  .button-link-icon:hover {
    color: #0000;
  }

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

  .button-row {
    align-self: stretch;
  }

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

  .case-study-grid {
    flex-direction: column;
    display: flex;
  }

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

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

  .is-h4 {
    font-size: 1.5rem;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .tag-wrapper {
    margin-bottom: 40px;
    font-size: 10px;
  }

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

  .nav_special-text-wrapper {
    height: auto;
  }

  .navbar_wrapper {
    margin-top: 30px;
  }

  .nav_item-text_full {
    font-size: 40px;
    line-height: 80px;
    display: none;
  }

  .nav_item-text {
    font-size: 40px;
    line-height: 80px;
  }

  .nav_items {
    width: 90%;
  }

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

  .header5_heading,
  .challenge_heading {
    font-size: 48px;
  }

  .is-h5 {
    font-size: 1.5rem;
  }

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

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

  .navbar15_component {
    margin-top: 1.25rem;
  }

  .casestudy_callout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding: 1.5rem;
    display: flex;
  }

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.3;
  }

  h4,
  h5 {
    line-height: 1.4;
  }

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

  .brand-link {
    padding-left: 10px;
  }

  .site-title {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .project__container {
    align-items: center;
    width: 100%;
    min-height: 96vh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .persona-block {
    width: 100%;
  }

  .auto-margin {
    width: 100%;
    height: auto;
  }

  .password-input {
    margin-bottom: 12px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

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

  .show-mobile-portrait {
    display: block;
  }

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

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

  .navbar_container {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-end;
  }

  .navbar_menu {
    justify-content: flex-end;
  }

  .navbar_component {
    padding-top: 1rem;
  }

  .navbar_link {
    margin-left: 0;
    margin-right: 1rem;
  }

  .outline-wrapper {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .case-study_content {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .case-study-wrapper {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .is-h4 {
    font-size: 1.5em;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .feature-title-wrapper {
    margin-bottom: 48px;
  }

  .card-3 {
    flex: 1;
    width: 100%;
  }

  .tag-wrapper {
    margin-bottom: 30px;
  }

  .case-study_left-arrow {
    margin-top: -70px;
  }

  .nav_link-item {
    margin-bottom: 20px;
  }

  .nav_item-text_full,
  .nav_item-text {
    font-size: 32px;
    line-height: 64px;
  }

  .header5_heading,
  .challenge_heading {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .is-h5 {
    font-size: 1.5em;
  }

  .casestudy_callout {
    padding: 1.25rem;
  }
}

#w-node-b6a2713d-08e0-3e70-3732-f932fb3346bc-233b4925,
#w-node-b6a2713d-08e0-3e70-3732-f932fb3346cd-233b4925,
#w-node-_8014c939-b918-74f6-c228-0151c75e96e1-233b4926,
#w-node-_8014c939-b918-74f6-c228-0151c75e96f2-233b4926 {
  align-self: stretch;
}

#w-node-_566ea1d8-7249-e793-26a0-a9c97fccc8dd-233b4929,
#w-node-_4c558018-4f93-3988-0397-3eb19b118f22-233b4929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ec38957-cc5b-6d2f-058f-2a96f29834dd-233b492a {
  align-self: start;
}

#w-node-e2999cb0-a1ce-7c31-fb68-897aeed7a0fd-233b492a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_2e20a455-c053-b419-035c-c7fa9d67e6d2-233b492a,
#w-node-_468a8ed2-187f-3edb-b4a1-5f0dac317a06-233b492a,
#w-node-_55825c36-cdf2-be67-5bdf-ff7685f06a02-233b492a,
#w-node-_462b71cf-58be-93d9-69e6-43e4411ee86b-233b492a,
#w-node-_1c5d2cd1-ae2b-982e-5832-b9d56f0317f7-233b492a,
#w-node-_6fc4a653-1717-f705-2121-0febffc352b7-233b492a,
#w-node-_6fc4a653-1717-f705-2121-0febffc352c2-233b492a,
#w-node-_6fc4a653-1717-f705-2121-0febffc352cd-233b492a,
#w-node-_6fc4a653-1717-f705-2121-0febffc352d8-233b492a,
#w-node-_6fc4a653-1717-f705-2121-0febffc352e3-233b492a,
#w-node-_6fc4a653-1717-f705-2121-0febffc352f1-233b492a,
#w-node-_79e35fa1-4818-eb1c-721e-ff8031bf9bd6-233b492a,
#w-node-_3f20bf11-bbed-e2c6-917c-e837063e7017-233b492a,
#w-node-_01cc3085-645d-5c4d-5327-fd11e43cf732-233b492a,
#w-node-_91fee905-7ac0-9f18-083a-38cab48f338d-233b492a,
#w-node-be3b63de-353d-991c-5ea1-074c262561bb-233b492a {
  align-self: start;
}

#w-node-c2f2969d-e28d-6984-f537-2a6000172338-233b492a,
#w-node-c2f2969d-e28d-6984-f537-2a6000172343-233b492a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_6b2e4c7b-2cb5-51e0-0d92-1d704aac102f-233b492a,
#w-node-_6b2e4c7b-2cb5-51e0-0d92-1d704aac103a-233b492a,
#w-node-_6b2e4c7b-2cb5-51e0-0d92-1d704aac1045-233b492a {
  align-self: start;
}

#w-node-_748e179f-4d16-c7b9-6ff0-b0d22af21289-233b492b,
#w-node-_15b94d43-b0b2-9952-8468-fa4d91b8b1ac-233b492b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7df10da-dc6e-3034-ba37-a5c48219191b-233b492c,
#w-node-d7df10da-dc6e-3034-ba37-a5c48219192c-233b492c {
  align-self: stretch;
}

#w-node-_2451cbad-ca52-fbfa-33f8-a1acdbeae6f1-233b492d,
#w-node-_2451cbad-ca52-fbfa-33f8-a1acdbeae70f-233b492d,
#w-node-_2451cbad-ca52-fbfa-33f8-a1acdbeae7ba-233b492d,
#w-node-_2451cbad-ca52-fbfa-33f8-a1acdbeae7c3-233b492d,
#w-node-_2451cbad-ca52-fbfa-33f8-a1acdbeae7cc-233b492d,
#w-node-_2451cbad-ca52-fbfa-33f8-a1acdbeae7d5-233b492d,
#w-node-_1e3d868b-134d-333d-bfd2-39b3c619a5b9-233b492e,
#w-node-f41abfab-d480-c6fb-2e3e-cad1a9053b0f-233b492e,
#w-node-_9a69045a-f564-b78e-b902-4bfe56bcd781-233b492e,
#w-node-_9f1e15e4-da30-d858-6b68-e17bf1644ab7-233b492e,
#w-node-_566ea1d8-7249-e793-26a0-a9c97fccc8dd-233b492f,
#w-node-_4c558018-4f93-3988-0397-3eb19b118f22-233b492f,
#w-node-_539fae25-bcf2-5f1a-e40e-0c8b4df37933-233b492f,
#w-node-_16ca30fd-912e-54ca-2b36-56adf58c2d94-233b492f,
#w-node-_225a43a3-2a88-c3a8-07a0-d3c59b2fdbfd-233b492f,
#w-node-_4ce65bfa-d783-4134-ce79-ee123e8e07c8-233b492f,
#w-node-_566ea1d8-7249-e793-26a0-a9c97fccc8dd-233b4931,
#w-node-_4c558018-4f93-3988-0397-3eb19b118f22-233b4931 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ec38957-cc5b-6d2f-058f-2a96f29834dd-233b4934 {
  align-self: start;
}

#w-node-e2999cb0-a1ce-7c31-fb68-897aeed7a0fd-233b4934 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_2e20a455-c053-b419-035c-c7fa9d67e6d2-233b4934,
#w-node-_468a8ed2-187f-3edb-b4a1-5f0dac317a06-233b4934,
#w-node-_55825c36-cdf2-be67-5bdf-ff7685f06a02-233b4934,
#w-node-_462b71cf-58be-93d9-69e6-43e4411ee86b-233b4934,
#w-node-_1c5d2cd1-ae2b-982e-5832-b9d56f0317f7-233b4934,
#w-node-_6fc4a653-1717-f705-2121-0febffc352b7-233b4934,
#w-node-_6fc4a653-1717-f705-2121-0febffc352c2-233b4934,
#w-node-_6fc4a653-1717-f705-2121-0febffc352cd-233b4934,
#w-node-_6fc4a653-1717-f705-2121-0febffc352d8-233b4934,
#w-node-_6fc4a653-1717-f705-2121-0febffc352e3-233b4934,
#w-node-_6fc4a653-1717-f705-2121-0febffc352f1-233b4934,
#w-node-_79e35fa1-4818-eb1c-721e-ff8031bf9bd6-233b4934,
#w-node-_3f20bf11-bbed-e2c6-917c-e837063e7017-233b4934,
#w-node-_01cc3085-645d-5c4d-5327-fd11e43cf732-233b4934,
#w-node-_91fee905-7ac0-9f18-083a-38cab48f338d-233b4934,
#w-node-be3b63de-353d-991c-5ea1-074c262561bb-233b4934 {
  align-self: start;
}

#w-node-c2f2969d-e28d-6984-f537-2a6000172338-233b4934,
#w-node-c2f2969d-e28d-6984-f537-2a6000172343-233b4934 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_6b2e4c7b-2cb5-51e0-0d92-1d704aac102f-233b4934,
#w-node-_6b2e4c7b-2cb5-51e0-0d92-1d704aac103a-233b4934,
#w-node-_6b2e4c7b-2cb5-51e0-0d92-1d704aac1045-233b4934 {
  align-self: start;
}

#w-node-_2451cbad-ca52-fbfa-33f8-a1acdbeae6f1-233b4935,
#w-node-_2451cbad-ca52-fbfa-33f8-a1acdbeae70f-233b4935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05155e7-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05155e9-233b4936 {
  justify-self: center;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05155fe-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05155ff-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515603-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515604-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515608-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515609-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051560d-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051560e-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515612-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515613-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515617-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515618-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051561f-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515620-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515624-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515625-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515629-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051562a-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051562e-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051562f-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515633-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515634-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515638-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515639-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515640-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515641-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515645-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515646-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051564a-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051564b-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051564f-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515650-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515659-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051565a-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515663-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515664-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515673-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515674-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515678-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515679-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051567d-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051567e-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515682-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515683-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515687-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515688-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051568f-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515690-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515694-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515695-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515699-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051569a-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051569e-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051569f-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156a3-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156a4-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156a8-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156a9-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156b0-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156b1-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156b5-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156b6-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156ba-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156bb-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156bf-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156c0-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156c4-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156c5-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156cc-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156cd-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156d1-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156d2-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156d6-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156d7-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156db-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156dc-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156e0-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156e1-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156e5-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156e6-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156ed-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156ee-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156f2-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156f3-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156f7-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156f8-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156fc-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05156fd-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515701-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515702-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515706-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515707-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051570b-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051570c-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515710-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515711-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515715-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515716-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051571d-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051571e-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515722-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515723-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515727-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515728-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051572f-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515730-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515777-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515794-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515799-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051579a-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051579e-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051579f-233b4936 {
  justify-self: start;
}

#w-node-aceb7710-0cdd-510a-c2fa-93521c318aa3-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb7710-0cdd-510a-c2fa-93521c318aa4-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05157af-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157bb-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157c5-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157c6-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157c9-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157ca-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157cd-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157ce-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157d1-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157d2-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157d5-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157d6-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157d9-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157da-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157dd-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157de-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157e8-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05157e9-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05157eb-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157ee-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157ef-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05157f0-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05157f4-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157f7-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05157f8-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05157fa-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157fd-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05157fe-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05157ff-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515803-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515806-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515807-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515809-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051580c-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051580d-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051580e-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515812-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515815-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515816-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515818-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051581b-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515820-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515821-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515822-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515826-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515829-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051582a-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051582b-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515831-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515834-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515835-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515836-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051583a-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051583d-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051583e-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051583f-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515845-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515848-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515849-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051584a-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051584e-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515851-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515852-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515853-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515859-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051585c-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051585d-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051585e-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515862-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515869-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051586a-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051586b-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051586f-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515870-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515878-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515879-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051587a-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515880-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515889-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051588a-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051588f-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515898-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515899-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158a0-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158a9-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158aa-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158af-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158b8-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158b9-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158c0-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158c1-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158c9-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158ca-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158cf-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158dd-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158de-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158df-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05158e0-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05158e2-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158e5-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158e9-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158ea-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158eb-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05158ec-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05158ee-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158f7-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158f8-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff05158f9-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05158fa-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff05158fc-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515905-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515906-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515907-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515908-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051590a-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051590d-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515914-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515915-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515916-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515917-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515919-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff051591c-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051591d-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515923-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515924-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515925-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515926-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515928-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff051598e-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515af9-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515afa-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515afe-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515aff-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b03-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b04-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b08-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b09-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b0d-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b0e-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b15-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b16-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b1a-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b1b-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b1f-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b20-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b24-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b25-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b29-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b2a-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b2e-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b2f-233b4936 {
  justify-self: start;
}

#w-node-_268f19d6-d388-fac7-8e32-27bff0515b44-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b54-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b64-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b6e-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b6f-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b72-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b73-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b76-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b77-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b7a-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b7b-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b7e-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b7f-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b82-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b83-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b86-233b4936,
#w-node-_268f19d6-d388-fac7-8e32-27bff0515b87-233b4936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b6645f9-36b4-3608-0470-765b82660add-233b493a,
#w-node-_44ceb785-52b6-b8a3-163e-ca56b98df2b9-233b493a,
#w-node-_8a304b95-9c09-18a1-1fe8-a9afbf8cb747-233b493a,
#w-node-dc0013ff-1051-d139-8a3c-1ac763e57881-233b493a,
#w-node-_150f109e-9319-713f-2d58-2025eb1fcfdd-233b493a,
#w-node-e5c1ba1f-c037-1c48-70da-bc0b41371571-233b493a,
#w-node-_79135187-2fe1-a5f4-e10e-353b8c1fee0e-233b493a,
#w-node-_5d1d4022-08ef-d3eb-7ed0-1bbad1e2bb3f-233b493a,
#w-node-_5d1d4022-08ef-d3eb-7ed0-1bbad1e2bb61-233b493a,
#w-node-_9a17229d-a16e-06f9-5c47-2d725dc5d7f5-233b493a,
#w-node-_75ac6eaf-780c-8dd5-1662-3146c4bf8368-233b493a,
#w-node-_75ac6eaf-780c-8dd5-1662-3146c4bf8374-233b493a,
#w-node-_75ac6eaf-780c-8dd5-1662-3146c4bf838d-233b493a,
#w-node-cc2c8484-9b73-b7a7-f871-2883861e7a89-233b493e,
#w-node-_4a38579e-ae92-c721-bcf8-f67205e1ab16-233b493e,
#w-node-e1e0eed6-c6d5-a0bc-747c-1dd5f4caee99-233b493e,
#w-node-_421d0c3b-f1b8-1d11-375a-f6e0317b4a5f-233b493e,
#w-node-_029b5107-85b3-aa61-ee98-091eead9d97c-233b493e,
#w-node-_26120489-bcb1-8141-e995-e7c2dd3218d6-233b493e {
  align-self: stretch;
}

#w-node-_293d6ea4-0a93-6ea3-ea48-7877b7fc5de7-233b4940 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

  #w-node-e2999cb0-a1ce-7c31-fb68-897aeed7a0fd-233b492a,
  #w-node-_2e20a455-c053-b419-035c-c7fa9d67e6d2-233b492a,
  #w-node-_468a8ed2-187f-3edb-b4a1-5f0dac317a06-233b492a,
  #w-node-_55825c36-cdf2-be67-5bdf-ff7685f06a02-233b492a,
  #w-node-_462b71cf-58be-93d9-69e6-43e4411ee86b-233b492a,
  #w-node-_1c5d2cd1-ae2b-982e-5832-b9d56f0317f7-233b492a,
  #w-node-_6fc4a653-1717-f705-2121-0febffc352b7-233b492a,
  #w-node-_6fc4a653-1717-f705-2121-0febffc352c2-233b492a,
  #w-node-_6fc4a653-1717-f705-2121-0febffc352cd-233b492a,
  #w-node-_6fc4a653-1717-f705-2121-0febffc352d8-233b492a,
  #w-node-_6fc4a653-1717-f705-2121-0febffc352e3-233b492a,
  #w-node-_6fc4a653-1717-f705-2121-0febffc352f1-233b492a,
  #w-node-_79e35fa1-4818-eb1c-721e-ff8031bf9bd6-233b492a,
  #w-node-_3f20bf11-bbed-e2c6-917c-e837063e7017-233b492a,
  #w-node-_01cc3085-645d-5c4d-5327-fd11e43cf732-233b492a,
  #w-node-_91fee905-7ac0-9f18-083a-38cab48f338d-233b492a,
  #w-node-be3b63de-353d-991c-5ea1-074c262561bb-233b492a,
  #w-node-c2f2969d-e28d-6984-f537-2a6000172338-233b492a,
  #w-node-c2f2969d-e28d-6984-f537-2a6000172343-233b492a,
  #w-node-_6b2e4c7b-2cb5-51e0-0d92-1d704aac102f-233b492a,
  #w-node-_6b2e4c7b-2cb5-51e0-0d92-1d704aac103a-233b492a,
  #w-node-_6b2e4c7b-2cb5-51e0-0d92-1d704aac1045-233b492a,
  #w-node-e2999cb0-a1ce-7c31-fb68-897aeed7a0fd-233b4934,
  #w-node-_2e20a455-c053-b419-035c-c7fa9d67e6d2-233b4934,
  #w-node-_468a8ed2-187f-3edb-b4a1-5f0dac317a06-233b4934,
  #w-node-_55825c36-cdf2-be67-5bdf-ff7685f06a02-233b4934,
  #w-node-_462b71cf-58be-93d9-69e6-43e4411ee86b-233b4934,
  #w-node-_1c5d2cd1-ae2b-982e-5832-b9d56f0317f7-233b4934,
  #w-node-_6fc4a653-1717-f705-2121-0febffc352b7-233b4934,
  #w-node-_6fc4a653-1717-f705-2121-0febffc352c2-233b4934,
  #w-node-_6fc4a653-1717-f705-2121-0febffc352cd-233b4934,
  #w-node-_6fc4a653-1717-f705-2121-0febffc352d8-233b4934,
  #w-node-_6fc4a653-1717-f705-2121-0febffc352e3-233b4934,
  #w-node-_6fc4a653-1717-f705-2121-0febffc352f1-233b4934,
  #w-node-_79e35fa1-4818-eb1c-721e-ff8031bf9bd6-233b4934,
  #w-node-_3f20bf11-bbed-e2c6-917c-e837063e7017-233b4934,
  #w-node-_01cc3085-645d-5c4d-5327-fd11e43cf732-233b4934,
  #w-node-_91fee905-7ac0-9f18-083a-38cab48f338d-233b4934,
  #w-node-be3b63de-353d-991c-5ea1-074c262561bb-233b4934,
  #w-node-c2f2969d-e28d-6984-f537-2a6000172338-233b4934,
  #w-node-c2f2969d-e28d-6984-f537-2a6000172343-233b4934,
  #w-node-_6b2e4c7b-2cb5-51e0-0d92-1d704aac102f-233b4934,
  #w-node-_6b2e4c7b-2cb5-51e0-0d92-1d704aac103a-233b4934,
  #w-node-_6b2e4c7b-2cb5-51e0-0d92-1d704aac1045-233b4934 {
    grid-column: 1 / 2;
  }
}


@font-face {
  font-family: 'Fixel';
  src: url('../fonts/FixelVariable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}