:root {
  --white: white;
  --noto-sans: Notosans, sans-serif;
  --dim-grey: #5c5b60;
  --burntsienna: #d66851;
  --dark-salmon: #cd856c;
  --snow: #f9f5f6;
  --buttons: #c2817c;
  --border-radius: 6px;
  --light-coral-2: #df948f;
  --light-coral: #df948f;
  --peach-puff: #ffdac0;
  --pink: #eebbb7;
  --black-2: #40362d;
  --gray-warm-900: #1c1917;
  --gainsboro: #ddd9da;
  --light-slate-grey: #7c7ea7;
  --dark-salmon-2: #da9985;
  --line-height: 1.5rem;
  --coral: #ff744826;
  --slate-blue: #6248ff26;
  --white-smoke: #f0f0f0;
  --silver: #c5b4aa;
  --dim-grey-2: #766c63;
  --grey: #90867d;
  --peach-puff-2: #f6c1b1;
  --light-salmon-2: #ffa97e;
  --black: #40362d;
  --noto-sans-condensed: "Notosans Condensed", sans-serif;
  --sienna: #9a6247;
  --dark-grey: #b4b3bb;
  --rosy-brown: #bfa1a3;
  --rosy-brown-2: #d3a8af;
  --misty-rose: #f2d8d9;
  --misty-rose-2: #ffe1e3;
  --9e716b: #9e716b;
  --grey-2: #8c8c8c;
  --olive-drab: #7b8e00;
  --dark-khaki: #94a861;
  --plum: #ad9de6;
  --dark-slate-blue: #535274;
  --khaki: #d3da3f;
  --lavender: #dad3fc;
  --3f3e42: #3f3e42;
  --dark-moss: #4a5728;
  --playfair: Playfairdisplay, sans-serif;
  --light-salmon: #ffad89;
  --gainsboro-2: #dadada;
  --silver-light: #dcd2cc;
  --mesveda: Mesveda, sans-serif;
  --stroke: 6px;
}

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

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

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

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

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

.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-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-usersignupverificationmessage {
  display: none;
}

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

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

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

.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 {
  background-color: var(--white);
  font-family: var(--noto-sans);
  color: var(--dim-grey);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h1 {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 300;
}

h2 {
  letter-spacing: .02rem;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 400;
}

h3, h4, h5 {
  letter-spacing: .02rem;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 400;
}

h6 {
  letter-spacing: .02rem;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 400;
  text-decoration: none;
}

p {
  letter-spacing: .04rem;
  margin-bottom: .3rem;
}

a {
  color: var(--burntsienna);
  letter-spacing: .05rem;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 1.1rem;
}

ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 1rem;
}

li {
  margin-bottom: 8px;
}

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

label {
  letter-spacing: normal;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--dark-salmon);
  background-color: var(--snow);
  color: #202020;
  letter-spacing: normal;
  border-radius: 0;
  margin-bottom: 24px;
  padding: 1rem 24px .8rem;
  font-family: Mesveda, sans-serif;
  font-weight: 300;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: Delycost, sans-serif;
  font-size: 1.7rem;
}

.link-item-inner {
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.page-wrapper {
  position: relative;
}

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

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

.padding-global.vh-100 {
  height: 100vh;
}

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

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

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

.heading-style-h6 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.button {
  border: 1px solid var(--buttons);
  border-radius: var(--border-radius);
  background-color: var(--burntsienna);
  color: var(--snow);
  text-align: center;
  padding: .75rem 1.5rem .5rem;
  line-height: 1.3rem;
}

.button:hover {
  background-color: var(--light-coral-2);
  color: var(--white);
}

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

.button.is-secondary.is-small.is-icon {
  border-color: var(--buttons);
  color: var(--buttons);
}

.button.is-secondary.is-small.is-icon.back.is-link {
  margin-top: 2rem;
  padding-left: 0;
}

.button.is-secondary.is-small.is-icon.back-step3.is-link.reset {
  padding-left: 0;
}

.button.is-secondary.is-alternate {
  border-color: var(--light-coral);
  color: var(--peach-puff);
  background-color: #0000;
}

.button.is-secondary.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

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

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

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

.button.is-link.is-icon-only {
  color: var(--burntsienna);
}

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

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

.button.is-tertiary {
  background-color: var(--burntsienna);
  color: var(--white);
  border-color: #0000;
}

.button.is-alternate {
  background-color: var(--pink);
  color: var(--black-2);
}

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

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

.button.is-event {
  display: inline-block;
}

.button.is-block {
  display: block;
}

.button.is-block.align-center {
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
}

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

.rl-styleguide_heading {
  z-index: 4;
  background-color: var(--gray-warm-900);
  color: #fff;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

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

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

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

.rl-styleguide_label {
  background-color: var(--light-slate-grey);
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  border-radius: 6px;
  padding: .4rem .5rem;
  font-size: .75rem;
  line-height: 1rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: var(--dark-salmon-2);
}

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

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

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

.heading-style-h4 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.heading-style-h5.is-linktree {
  display: none;
}

.heading-style-h5.is-accordion {
  font-size: 1rem;
  font-weight: 700;
}

.text-size-large {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.9rem;
}

.text-size-medium {
  letter-spacing: .02rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.text-size-regular {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-size-regular.button.is-link {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.text-style-allcaps {
  letter-spacing: .04rem;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

.text-rich-text h2 {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}

.text-rich-text strong {
  letter-spacing: .03rem;
  font-weight: 600;
}

.text-rich-text h3 {
  font-size: 1rem;
  font-weight: 700;
}

.text-rich-text h4 {
  font-size: 1rem;
  font-weight: 500;
}

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

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

.rl-styleguide_color.is-graywarm50 {
  background-color: #fafaf9;
}

.rl-styleguide_color.is-graywarm100 {
  background-color: #f5f5f4;
}

.rl-styleguide_color.is-graywarm200 {
  background-color: #e7e5e4;
}

.rl-styleguide_color.is-graywarm300 {
  background-color: #d7d3d0;
}

.rl-styleguide_color.is-graywarm400 {
  background-color: #a9a29d;
}

.rl-styleguide_color.is-graywarm500 {
  background-color: #79716b;
}

.rl-styleguide_color.is-graywarm600 {
  background-color: #57534e;
}

.rl-styleguide_color.is-graywarm700 {
  background-color: #44403c;
}

.rl-styleguide_color.is-graywarm800 {
  background-color: #292524;
}

.rl-styleguide_color.is-graywarm900 {
  background-color: #1c1917;
}

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

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

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

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

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

.background-color-black {
  color: #fff;
  background-color: #1c1917;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-group.margin-top.margin-medium.align-left {
  flex-direction: column;
  align-items: flex-start;
}

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

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

.form-field-wrapper {
  position: relative;
}

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

.form-input {
  border: 1px solid var(--silver);
  -webkit-text-stroke-color: var(--silver);
  background-color: #fff;
  border-radius: 6px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .3rem;
  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: 3rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.form-input.is-search {
  padding-left: 3rem;
}

.form-checkbox {
  padding-top: 0;
}

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

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

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

.form-checkbox-label {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3rem;
}

.form-checkbox-label.text-size-small {
  color: var(--black-2);
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--snow);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

.margin-0 {
  margin: 0;
}

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

.background-color-graywarm25 {
  background-color: #fdfdfc;
}

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

.background-color-graywarm50 {
  background-color: #fafaf9;
}

.background-color-graywarm100 {
  background-color: #f5f5f4;
}

.background-color-graywarm200 {
  background-color: #e7e5e4;
}

.background-color-graywarm300 {
  background-color: #d7d3d0;
}

.background-color-graywarm400 {
  background-color: #a9a29d;
}

.background-color-graywarm500 {
  background-color: #79716b;
}

.background-color-graywarm600 {
  background-color: #57534e;
}

.background-color-graywarm700 {
  background-color: #44403c;
}

.background-color-graywarm800 {
  background-color: #292524;
}

.background-color-graywarm900 {
  background-color: #1c1917;
}

.is-black {
  color: #1c1917;
}

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

.is-gray {
  background-color: var(--white-smoke);
}

.text-style-deco {
  font-family: Delycost, sans-serif;
  font-size: 1.9rem;
}

.section_home_1_hero-header {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 40vw;
  position: relative;
  overflow: hidden;
}

.section_home_2_how-it-works {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.home_2_how-it-works_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  display: grid;
}

.home_2_how-it-works_timeline-wrapper {
  position: relative;
}

.home_2_how-it-works_progress-bar-wrapper {
  z-index: -1;
  background-color: #00000026;
  width: 2px;
  height: 92%;
  display: none;
  position: absolute;
  top: 4%;
  left: 21.4375rem;
  right: auto;
}

.home_2_how-it-works_progress-bar {
  background-color: var(--silver);
  width: 1px;
  height: 100%;
}

.home_2_how-it-works_timeline-step {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-width: 1px;
  border-color: var(--grey);
  background-color: #0000;
  border-top-style: solid;
  grid-template-rows: 1fr;
  grid-template-columns: 2fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  display: grid;
}

.home_2_how-it-works_timeline-step.register {
  text-decoration: none;
}

.home_2_how-it-works_timeline-step.full-width {
  display: block;
}

.home_2_how-it-works_timeline-step.last {
  border-bottom-style: solid;
}

.home_2_how-it-works_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.home_2_how-it-works_timeline-icon-wrapper {
  z-index: 1;
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_2_how-it-works_timeline-right {
  border: 1px none var(--peach-puff-2);
  color: var(--black-2);
  border-radius: 6px;
  padding: 0;
}

.home_2_how-it-works_text-wrapper {
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.hero-image {
  z-index: 4;
  width: 100%;
  max-width: none;
  position: absolute;
}

.logo {
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-decoration: none;
  position: relative;
}

.christiansen {
  text-shadow: none;
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  bottom: -1%;
  left: 43%;
}

.christiansen.i-am {
  background-color: var(--burntsienna);
  color: var(--burntsienna);
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Mesveda, sans-serif;
  font-size: 1.5rem;
}

.logo-container {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 40vw;
  padding-bottom: 10rem;
  display: grid;
  position: relative;
}

.welcome {
  color: var(--black);
  text-align: left;
  font-family: Dream Avenue, sans-serif;
  font-size: 3.7rem;
  line-height: 4.4rem;
}

.welcome.is-subheading {
  font-family: var(--noto-sans-condensed);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.welcome.is-links {
  font-family: var(--noto-sans-condensed);
  padding-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}

.i-am {
  text-align: left;
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 0;
  font-family: Delycost, sans-serif;
  font-size: 3rem;
  line-height: 5.7rem;
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-left: 2rem;
  display: flex;
}

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

.arrow {
  width: 4rem;
  height: 6rem;
  position: absolute;
  bottom: -24%;
  left: 34%;
  transform: rotate(6deg);
}

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

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

.footer4_legal-link {
  color: var(--burntsienna);
  letter-spacing: .07rem;
  font-size: .9rem;
  text-decoration: underline;
}

.footer4_legal-link:hover {
  color: var(--sienna);
  font-size: .9rem;
  font-weight: 600;
}

.footer4_legal-link.w--current {
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.collection-item {
  padding-top: 0;
  padding-bottom: 0;
}

.home_2_how-it-works_h6 {
  color: var(--black-2);
  margin-bottom: 0;
  font-family: Mesveda, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.home_2_how-it-works_paragraph {
  color: var(--black);
  letter-spacing: .05rem;
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.3rem;
  text-decoration: none;
}

.collection-list {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.wave {
  z-index: 5;
  background-image: url('../images/Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 5vw;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

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

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

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

.navbar1_logo-link {
  padding: 1rem 1rem .6rem 0;
  display: flex;
}

.section_legal1-header {
  border-bottom: 1px solid var(--gainsboro);
}

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

.is-peachpuff {
  background-color: var(--peach-puff);
}

.is-dimgrey {
  background-color: var(--dim-grey);
}

.is-lightcoral {
  background-color: var(--light-coral);
}

.is-snow {
  background-color: var(--snow);
}

.is-rosybrown {
  background-color: var(--rosy-brown);
}

.is-rosybrown02 {
  background-color: var(--rosy-brown-2);
}

.is-mistyrose {
  background-color: var(--misty-rose);
}

.is-mistyroselight {
  background-color: var(--misty-rose-2);
}

.is-darkgrey {
  background-color: var(--dark-grey);
}

.is-gainsboro {
  background-color: var(--gainsboro);
}

.is-whitesmoke {
  background-color: var(--white-smoke);
}

.is--9e716b {
  background-color: var(--9e716b);
}

.is-pink {
  background-color: var(--pink);
}

.is-darksalmon {
  background-color: var(--dark-salmon);
}

.is-burntsienna {
  background-color: var(--burntsienna);
}

.is-lightsalmon {
  background-color: var(--light-salmon-2);
}

.is-sienna {
  background-color: var(--sienna);
}

.is-darksalmon02 {
  background-color: var(--dark-salmon-2);
}

.is-peachpuff02 {
  background-color: var(--peach-puff-2);
}

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

.is-grey02 {
  background-color: var(--grey-2);
}

.is-olive {
  background-color: var(--olive-drab);
}

.is-lightslate {
  background-color: var(--light-slate-grey);
}

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

.is-darkkhaki {
  background-color: var(--dark-khaki);
}

.is-plum {
  background-color: var(--plum);
}

.is-darkslate {
  background-color: var(--dark-slate-blue);
}

.is-khaki {
  background-color: var(--khaki);
}

.is-lavender {
  background-color: var(--lavender);
}

.is-bgdimgrey {
  background-color: var(--dim-grey-2);
}

.is-silver {
  background-color: var(--silver);
}

.is-greywarm {
  background-color: var(--3f3e42);
}

.heading {
  color: var(--black-2);
  text-align: left;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
  display: flex;
}

.image {
  width: 6rem;
  height: 6rem;
}

.slogan-wrapper {
  padding-top: 2.4rem;
  padding-bottom: 0;
  padding-left: .5rem;
}

.slogan-vorname {
  font-family: Delycost, sans-serif;
  font-size: 2.5rem;
  line-height: 1.8rem;
}

.slogan-nachname {
  margin-left: 2.4rem;
  font-weight: 300;
}

.fs-cc-manager_component {
  z-index: 1;
  display: flex;
  position: relative;
}

.fs-cc-manager_button {
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_component {
  z-index: 50000;
  background-color: #5c5b60bd;
  border-top: 1px solid #4353ff29;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
}

.fs-cc-banner_component.visible {
  display: flex;
}

.fs-cc-banner_component.visible.components {
  margin-top: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.fs-cc-banner_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_component.fs-cc-preference_component {
  background-color: #5c5b60bd;
  display: none;
}

.fs-cc-prefs_content {
  border-radius: 6px;
  padding: 40px 32px;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_text.is-position-absolute {
  color: var(--black);
  font-size: .8rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
}

.fs-cc-prefs_option {
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-field.is-position-absolute {
  z-index: 1000;
  position: absolute;
  top: -2px;
  right: 0;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 32px;
  margin-right: 0;
  display: grid;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_form {
  background-color: var(--white);
  border: 1px solid #0000;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 700px;
  max-height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.cookie-banner-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.cookie-banner-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.cookie-banner-heading-text {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8125rem;
}

.text-style-paragraph {
  color: #4f5459;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.text-style-paragraph.text-size-small {
  color: var(--black-2);
  font-size: 1rem;
  line-height: 1.5rem;
}

.fs-cc-accordion_item {
  flex: 1;
  margin-top: 0;
  display: block;
}

.accordion-toogle {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding: 0 40px 0 0;
  display: flex;
}

.accordion-toogle.w--open {
  display: flex;
}

.cookies-dropdown-icon {
  background-color: #0000;
  margin-left: 10px;
  position: static;
}

.fs-cc-accordion_content {
  background-color: #0000;
}

.fs-cc-accordion_content.w--open {
  position: static;
}

.cookies-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #dee2e6;
  border-radius: 6px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.cookies-table_heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cookies-table_heading.is-content {
  border-top-style: none;
  border-left: 1px #000;
  border-right: 1px #000;
  border-bottom-color: var(--gainsboro);
}

.cookies-table-heading {
  padding: .625rem 1rem .3rem;
  font-weight: 600;
  line-height: 16.8px;
}

.cookies-table-heading.is-content {
  text-transform: none;
  border: 1px #000;
  font-weight: 400;
}

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

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

.button-3.is-secondary.is-fs-cc-cookie {
  font-size: 1rem;
}

.button-3.is-fs-cc-cookie {
  text-align: center;
  flex: 0 auto;
}

.fs-cc-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.navbar-logo.max-width-full {
  border-bottom: 1px solid var(--light-coral);
  justify-content: center;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-icon-wrapper {
  position: absolute;
  inset: auto auto auto 12px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 500px;
  display: flex;
}

.all-month {
  float: left;
  flex-direction: row;
  height: 480px;
  margin-left: 4%;
  margin-right: 4%;
  display: block;
}

.page {
  flex-direction: row;
  flex: 1;
  height: 100%;
  display: flex;
}

.month {
  float: left;
  flex-direction: column;
  width: 50%;
  display: block;
}

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

.row {
  justify-content: center;
  align-self: stretch;
  height: 62px;
  padding-bottom: 25px;
  display: flex;
}

.date {
  color: var(--black);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 30px;
  margin-right: 20px;
  text-decoration: none;
  transition: transform .5s;
  display: flex;
}

.date:hover {
  transform: translate(0, -5px);
}

.date.thursday {
  color: var(--black);
}

.date-value {
  margin-bottom: 10px;
  text-decoration: none;
}

.date-value.today {
  font-weight: 700;
}

.date-value.prev {
  color: var(--dark-grey);
  background-image: none;
}

.date-value.prev:hover {
  transform: none;
}

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

.left {
  background-image: url('../images/arrow-left_1arrow-left.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 4%;
  height: 90%;
  transition: transform .5s;
}

.left:hover {
  transform: translate(-5px);
}

.right {
  float: left;
  background-image: url('../images/arrow-right_1arrow-right.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 4%;
  height: 90%;
  transition: transform .5s;
}

.right:hover {
  transform: translate(5px);
}

.event-titel {
  border: 1px #000;
  font-weight: 500;
  text-decoration: none;
}

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

.error-text {
  color: #e23939;
}

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

.contact-modal4_component.show {
  display: flex;
}

.contact-modal4_content-wrapper {
  background-color: var(--white);
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 2rem 4rem 5rem;
  position: absolute;
  overflow: scroll;
}

.contact-modal4_content-wrapper.is-events {
  max-width: 40rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

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

.contact-modal4_close-button {
  z-index: 900;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal4_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cog-button {
  background-color: #c2817c;
  border-radius: 6px;
}

.cog-button.cog-button--navigation {
  border: 1px solid var(--light-coral);
  color: var(--burntsienna);
  background-color: #0000;
}

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

.termine-container {
  text-align: left;
  width: 100%;
  max-width: 100%;
  padding: 3rem;
  display: flex;
  overflow: auto;
}

.termine-form {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.termine-step, .termine-step.is-start {
  display: block;
}

.termine-step.is-step_02 {
  flex-direction: column;
  flex: 1;
}

.termine-step.is-step_03 {
  display: none;
}

.termin-fresh_date {
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.termin-fresh_business_date {
  display: none;
}

.termin-auswahl {
  border: 1px solid var(--rosy-brown);
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  height: 7rem;
  margin-bottom: 0;
  padding: 1rem;
  position: relative;
}

.termin-auswahl-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.termin-label {
  font-weight: 700;
}

.termin-content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  display: flex;
}

.display-inlineblock {
  margin-right: .25rem;
  display: inline-block;
}

.hidden-fields, .termin-tellz_me, .termin-live {
  display: none;
}

.event-aufzeichnung {
  border-style: none;
  border-width: 1px;
  border-color: var(--dark-grey) black black;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 1rem;
  display: flex;
}

.display-inline.text-size-regular {
  padding-right: .25rem;
  display: inline;
}

.recording-container {
  padding-left: 0;
}

.event-description {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2rem;
  text-decoration: none;
  display: flex;
}

.event-datetime {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.event-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--rosy-brown);
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.event-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid var(--rosy-brown-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-day {
  color: var(--black);
  text-align: center;
  padding-left: 0;
  font-family: Dream Avenue, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.9rem;
  display: inline-block;
}

.event-day.is-month {
  padding-left: .8rem;
}

.event-date {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.event-time {
  margin-left: -2.95rem;
  padding-bottom: 1.7rem;
  position: absolute;
  right: 0;
}

.event-success {
  text-align: left;
  background-color: #0000;
  width: 100%;
  padding: 0;
}

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

.email {
  font-weight: 700;
}

.error-message-register {
  background-color: #0000;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.error {
  background-color: var(--black-2);
  color: var(--white);
  padding: .5rem 1rem;
}

.termine-form-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  display: block;
  position: relative;
}

.button-event {
  color: #2d2c4e;
  background-color: #0000;
  border: .0625rem solid #dadada;
  border-radius: .375rem;
  margin-bottom: .625rem;
  padding: .75rem 1.125rem .75rem 3.25rem;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.button-event:hover {
  background-color: #ecebf0;
  border-color: #2d2c4e;
}

.button-event.google {
  background-image: url('../images/google-calendar.svg');
  background-position: 1rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

.button-event.apple {
  background-image: url('../images/apple-calendar.svg');
  background-position: .625rem;
  background-repeat: no-repeat;
  background-size: 2rem;
}

.button-event.outlook {
  background-image: url('../images/outlook-calendar.svg');
  background-position: 1rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

.event-date-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

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

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

.form-field-3col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.section-header2_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.section-header2_content-right {
  align-items: center;
  display: flex;
}

.section-header2_form-block {
  margin-bottom: 0;
  margin-right: 1rem;
}

.section-header2_search {
  align-items: center;
  display: flex;
  position: relative;
}

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

.dropdown2_toggle {
  grid-column-gap: .5rem;
  border: 1px solid #000;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown2_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #0000;
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown2_dropdown-list.is-right {
  right: 0;
}

.dropdown2_dropdown-link {
  padding: .5rem;
}

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

.stacked-list5_list {
  border-top: 1px solid #0000;
}

.stacked-list5_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.stacked-list5_content-left {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.stacked-list5_date-wrapper {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.stacked-list5_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

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

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown1_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #0000;
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown1_dropdown-list.is-right {
  right: 0;
}

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

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

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

.list1_item {
  display: flex;
}

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

.divider {
  background-color: var(--dark-moss);
  width: 3rem;
  height: .3rem;
}

.scroll-to-top {
  z-index: 999;
  background-color: var(--white);
  opacity: 0;
  border-radius: 50px;
  padding: .25rem;
  position: fixed;
  inset: auto 1rem 1rem auto;
  box-shadow: 1px 2px 5px #0003;
}

.letter {
  font-family: var(--playfair);
  text-align: right;
  padding-bottom: 12px;
  font-size: 3rem;
  line-height: 2rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }

  h3 {
    font-size: 40px;
    line-height: 48px;
  }

  h4 {
    font-size: 32px;
    line-height: 40px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
  }

  h6, p {
    font-size: 16px;
    line-height: 24px;
  }

  ul {
    padding-left: 40px;
  }

  .link-item-inner {
    background-color: #f1f1f1;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .section_home_1_hero-header {
    overflow: hidden;
  }

  .section_home_2_how-it-works {
    padding-top: 1rem;
  }

  .home_2_how-it-works_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_2_how-it-works_timeline-step {
    grid-column-gap: 24px;
  }

  .hero-image {
    width: auto;
    max-width: none;
    height: 50vw;
    min-height: 50vw;
    left: -5vw;
  }

  .christiansen.i-am {
    font-size: 1rem;
    bottom: 2%;
    left: 41%;
  }

  .welcome {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .welcome.is-subheading {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .welcome.is-links {
    font-size: .8rem;
    line-height: 1.4rem;
  }

  .i-am {
    font-size: 2.5rem;
  }

  .arrow {
    width: 3rem;
    height: 8.9rem;
    bottom: -89px;
    left: 33%;
  }

  .footer4_bottom-wrapper {
    grid-template-columns: auto;
  }

  .footer4_credit-text {
    line-height: 1.2rem;
  }

  .collection-list {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    display: flex;
  }

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

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

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

  .fs-cc-banner_form {
    max-height: 100vh;
  }

  .text-style-paragraph {
    font-size: 1.1rem;
    line-height: 1.59375rem;
  }

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

  .section-header2_form-block {
    z-index: 999;
  }

  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }
}

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

  h2 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  h5 {
    font-size: 20px;
    line-height: 32px;
  }

  p {
    font-size: 1rem;
    line-height: 1.4rem;
  }

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

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

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

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

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

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

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

  .heading-style-h5.is-linktree {
    text-align: center;
    margin-top: 1rem;
    font-family: Mesveda, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3;
    display: block;
  }

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

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

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

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

  .icon-1x1-medium {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .home_2_how-it-works_component {
    grid-template-columns: 1fr;
  }

  .home_2_how-it-works_progress-bar-wrapper {
    left: 3.2rem;
  }

  .home_2_how-it-works_timeline-step {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .home_2_how-it-works_timeline-icon-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image {
    min-height: 54vw;
    left: -18.2vw;
  }

  .christiansen.i-am {
    font-size: .8rem;
    line-height: 1.5rem;
    bottom: 20%;
    left: 46%;
  }

  .logo-container {
    height: auto;
    min-height: 30vw;
    padding-bottom: 0;
  }

  .welcome {
    font-size: 1.5rem;
    line-height: 3rem;
    display: inline-block;
  }

  .welcome.is-subheading {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .welcome.is-links {
    font-size: .7rem;
    line-height: .9rem;
    display: none;
  }

  .i-am {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .arrow {
    bottom: -85px;
    left: 32%;
  }

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

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

  .footer4_legal-link {
    margin-bottom: 0;
  }

  .collection-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home_2_how-it-works_h6 {
    font-size: 1.1rem;
  }

  .home_2_how-it-works_paragraph {
    margin-bottom: .5rem;
    line-height: 1.2rem;
  }

  .collection-list {
    padding-top: 2rem;
  }

  .wave {
    display: none;
  }

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

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

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

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }

  .fs-cc-prefs_buttons-wrapper {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-banner_form {
    max-width: 100vw;
  }

  .fs-cc-accordion_item {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .accordion-toogle {
    white-space: break-spaces;
    flex-wrap: nowrap;
    padding-right: 0;
  }

  .accordion-toogle.w--open {
    padding-right: 60px;
  }

  .cookies-table {
    min-width: 500px;
    overflow: auto;
  }

  .fs-cc-buttons {
    flex-direction: column;
  }

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

  .contact-modal4_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .display-inline.text-size-regular {
    line-height: 1.3rem;
  }

  .event-datetime {
    font-size: .9rem;
  }

  .event-item {
    grid-template-columns: 9.75rem 1fr;
  }

  .event-day {
    font-size: 2.5rem;
  }

  .event-day.is-month {
    font-size: 1.9rem;
  }

  .section-header2_component, .section-header2_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .section-header2_content-right, .stacked-list5_content-right {
    justify-content: space-between;
  }
}

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

  h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  h5 {
    font-size: 20px;
    line-height: 32px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

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

  .button {
    text-align: left;
    white-space: break-spaces;
    max-width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button.is-secondary.is-icon {
    display: flex;
  }

  .button.is-event.is-link {
    font-size: .9rem;
  }

  .heading-style-h4 {
    line-height: 1.8rem;
  }

  .heading-style-h4.is-event {
    margin-top: 5px;
    font-size: 1.4rem;
  }

  .heading-style-h5.is-linktree {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
  }

  .text-weight-bold {
    line-height: 1.3rem;
  }

  .text-rich-text h3 {
    line-height: var(--line-height);
  }

  .field-label {
    font-weight: 500;
    line-height: 1.2rem;
  }

  .form-checkbox {
    display: flex;
  }

  .form-checkbox-icon {
    display: inline-block;
  }

  .form-checkbox-label {
    word-break: break-all;
    display: inline-block;
  }

  .icon-1x1-medium {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section_home_1_hero-header {
    min-height: 53vw;
    position: relative;
    overflow: hidden;
  }

  .home_2_how-it-works_component {
    grid-template-columns: 1fr;
  }

  .home_2_how-it-works_progress-bar-wrapper {
    z-index: -1;
    left: 48%;
  }

  .home_2_how-it-works_timeline-step {
    grid-column-gap: .5rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    padding-left: .25rem;
    display: flex;
  }

  .home_2_how-it-works_timeline-step.full-width {
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .home_2_how-it-works_timeline-left {
    align-items: flex-start;
  }

  .home_2_how-it-works_timeline-icon-wrapper {
    align-items: flex-start;
    padding-bottom: .5rem;
  }

  .home_2_how-it-works_timeline-right {
    width: 100%;
  }

  .hero-image {
    width: 200%;
    height: auto;
    min-height: auto;
    margin-left: -37%;
    position: static;
    inset: 0% auto 0% -22vw;
  }

  .logo {
    padding-right: 0;
  }

  .christiansen.i-am {
    font-size: .7rem;
    line-height: 1.3rem;
    bottom: 18%;
    left: 49%;
  }

  .logo-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 1rem;
    display: grid;
    position: absolute;
    top: 6%;
  }

  .welcome {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .welcome.is-subheading {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .i-am {
    padding-top: .25rem;
    padding-left: .8rem;
    font-size: 1.6rem;
    line-height: 2.3rem;
  }

  .logo-wrapper {
    margin-top: 0;
    padding-left: 0;
  }

  .arrow {
    width: 1.5rem;
    height: 3rem;
    bottom: auto;
    left: 46%;
  }

  .footer4_component {
    overflow: hidden;
  }

  .footer4_bottom-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .footer4_credit-text {
    overflow-wrap: anywhere;
  }

  .image {
    align-self: center;
    width: 4rem;
    height: 4rem;
  }

  .slogan-vorname.modal {
    font-size: 1.7rem;
  }

  .slogan-nachname.modal {
    margin-left: 1.7rem;
    font-size: .7rem;
    line-height: .3rem;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-prefs_text.is-position-absolute {
    text-align: right;
    max-width: 80px;
  }

  .cookie-banner-header {
    flex-direction: column;
  }

  .text-style-paragraph {
    padding-top: 10px;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .accordion-toogle {
    flex-wrap: nowrap;
    padding-right: 60px;
  }

  .cookies-dropdown-icon {
    margin: auto;
  }

  .cookies-table {
    border-style: none;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    min-width: auto;
  }

  .cookies-table_heading {
    display: block;
  }

  .cookies-table_heading.is-content {
    flex-direction: column;
    display: flex;
  }

  .cookies-table-heading {
    display: block;
  }

  .cookies-table-heading.is-content {
    display: flex;
  }

  .navbar-logo.max-width-full.modal {
    justify-content: flex-start;
  }

  .event-titel {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .termine-container {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: auto;
  }

  .termine-step, .termine-step.is-start, .termine-step.is-step_02 {
    padding-bottom: 2rem;
  }

  .termin-auswahl {
    width: 100%;
    height: auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .termin-auswahl-container {
    flex-direction: column;
    display: flex;
  }

  .termin-label {
    line-height: 1.2rem;
  }

  .termin-content.hover {
    position: relative;
  }

  .recording-container {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .event-item {
    flex-direction: column;
    grid-template-columns: 8.25rem 1fr;
    align-items: flex-end;
    padding-top: 2rem;
    padding-bottom: 1.3rem;
    padding-right: 2rem;
    display: flex;
  }

  .event-day {
    font-size: 1.9rem;
    display: inline-block;
  }

  .event-day.is-month {
    margin-top: -30px;
    padding-left: 2.8rem;
    font-size: 1.6rem;
    display: block;
  }

  .event-date {
    align-items: stretch;
    padding-top: 17px;
  }

  .field-label-2 {
    font-weight: 500;
    line-height: 1.2rem;
  }

  .list1_item {
    flex-direction: column;
  }

  .letter {
    font-size: 1.7rem;
  }
}

#w-node-_7cb3c5b2-0a31-b824-4c76-23c1fdca481c-645021d7 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-d0e5fa54-e6bd-a462-dc60-bf1c96d427d5-645021d7 {
  align-self: stretch;
}

#w-node-_9810b8bd-69a5-6421-bf57-5177c1e0273d-c1e02722 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9810b8bd-69a5-6421-bf57-5177c1e0273e-c1e02722, #w-node-_9810b8bd-69a5-6421-bf57-5177c1e02740-c1e02722, #w-node-_9810b8bd-69a5-6421-bf57-5177c1e02742-c1e02722, #w-node-c549323a-e42e-d759-263b-2c141876e0f3-c1e02722, #w-node-c549323a-e42e-d759-263b-2c141876e0f5-c1e02722, #w-node-c549323a-e42e-d759-263b-2c141876e0f7-c1e02722, #w-node-_9981d6d6-96b5-5e89-dca1-407a14b8e6bc-c1e02722, #w-node-_9981d6d6-96b5-5e89-dca1-407a14b8e6be-c1e02722, #w-node-_9981d6d6-96b5-5e89-dca1-407a14b8e6c0-c1e02722, #w-node-b08e711b-8814-5bc0-db7d-72eafe231548-c1e02722, #w-node-b08e711b-8814-5bc0-db7d-72eafe23154a-c1e02722, #w-node-b08e711b-8814-5bc0-db7d-72eafe23154c-c1e02722 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f889f-c1e02722 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f88a0-c1e02722, #w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f88a2-c1e02722, #w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f88a4-c1e02722, #w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f88a7-c1e02722, #w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f88a9-c1e02722, #w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f88ab-c1e02722, #w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f88ae-c1e02722, #w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f88b0-c1e02722, #w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f88b2-c1e02722, #w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f88b5-c1e02722, #w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f88b7-c1e02722, #w-node-_43cdd6c0-7f0a-4bc4-53fc-332cd30f88b9-c1e02722 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200589-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20058b-645021e0 {
  justify-self: center;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005a3-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005a4-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005a8-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005a9-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005ad-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005ae-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005b2-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005b3-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005b7-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005b8-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005bc-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005bd-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005c7-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005c8-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005cc-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005cd-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005d1-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005d2-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005d6-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005d7-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005db-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005dc-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005e0-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005e1-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005eb-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005ec-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005f0-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005f1-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005f5-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005f6-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005fa-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2005fb-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200604-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200605-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20060e-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20060f-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200621-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200622-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200626-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200627-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20062b-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20062c-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200630-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200631-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200635-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200636-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200640-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200641-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200645-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200646-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20064a-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20064b-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20064f-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200650-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200654-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200655-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200659-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20065a-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200665-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200666-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20066a-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20066b-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20066f-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200670-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200674-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200675-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200679-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20067a-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20067e-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20067f-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200683-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200684-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200688-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200689-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20068d-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20068e-645021e0 {
  justify-self: start;
}

#w-node-b0d2baff-5d10-b2e5-8df6-ebc30af6ed24-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0d2baff-5d10-b2e5-8df6-ebc30af6ed25-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200698-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200699-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20069d-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20069e-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2006a2-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2006a3-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2006aa-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2006ab-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2006ef-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20070f-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e730c-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e730f-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7310-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7313-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7314-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7317-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7318-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e731b-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e731c-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e731f-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7320-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7323-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7324-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7327-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7328-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e732b-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e732c-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e732f-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7330-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7333-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7334-645021e0, #w-node-_57735544-72bf-43ba-8b3e-dca0a17e7337-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200717-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200718-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20071d-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20071e-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20072d-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200739-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200743-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200746-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200747-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20074a-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20074b-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20074e-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20074f-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200753-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200756-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200757-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20075a-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20075b-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20075e-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200766-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200767-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200768-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20076a-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20076d-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20076e-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20076f-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200773-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200776-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200777-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200778-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20077c-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200780-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200781-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200787-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20078a-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20078b-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20078c-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200790-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200793-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200794-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200795-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20079b-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20079f-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007a0-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007a4-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007a7-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007ac-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007ad-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007ae-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007b2-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007b5-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007b6-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007b7-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007bd-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007c0-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007c1-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007c2-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007c8-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007cb-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007cc-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007cd-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007d5-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007d8-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007d9-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007da-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007e6-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007e7-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007e8-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007ec-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007f1-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007f2-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007f3-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007f9-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007fe-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2007ff-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200800-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200806-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20080b-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20080c-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20080d-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200815-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20081b-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20081c-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200822-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200827-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200828-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200829-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20082d-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200830-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200831-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200832-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200838-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20083b-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20083c-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20083d-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200843-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200846-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200847-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200848-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200850-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200853-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200854-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200855-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20085b-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20085e-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20085f-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200860-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200868-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20086c-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20086d-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200873-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20087b-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20087c-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20087d-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20087e-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200880-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200883-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200887-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200888-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200889-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200892-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200893-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200894-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20089d-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20089e-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20089f-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2008a0-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2008a6-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2008a7-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2008a8-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2008a9-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2008ab-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2008af-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2008b0-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2008b1-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2008b2-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2008b4-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200920-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200924-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200925-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200927-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200929-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20092a-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20092c-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20092e-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20092f-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200931-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200933-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200934-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200936-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200938-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200939-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20093b-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20093d-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20093e-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200940-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200942-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200943-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200945-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200946-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200948-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200949-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20094b-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20094c-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20094e-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20094f-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200951-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200952-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200954-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200955-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200957-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20095d-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200961-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200962-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200964-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200966-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200967-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200969-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20096b-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20096c-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20096e-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200970-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200971-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200973-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200975-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200976-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200978-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20097a-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20097b-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20097d-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20097f-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200980-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200982-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200984-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200985-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200987-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200989-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20098a-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20098c-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20098e-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20098f-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200991-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200993-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200994-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200996-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20099b-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a20099f-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009a1-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009a4-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009a9-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009ae-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009b3-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009b8-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009bf-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009c0-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009c2-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009c3-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009c5-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009c6-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009c8-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009c9-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009cb-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009cc-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009ce-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009cf-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009d1-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009d2-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009d4-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009d5-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009d7-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009d8-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009da-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009db-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009dd-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009de-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009e0-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009e1-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009e3-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009e4-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009e6-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009e7-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009e9-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009ea-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009ec-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009ed-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009ef-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009f0-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009f2-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009f3-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009f5-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009f6-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009f8-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009f9-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009fb-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009fc-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009fe-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a2009ff-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a01-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a02-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a04-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a05-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a07-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a08-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a0a-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a0b-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a0d-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a0e-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a10-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a11-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a13-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a14-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a16-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a17-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a1c-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a20-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a22-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a25-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a2a-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a2f-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a34-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a39-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a40-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a41-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a43-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a44-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a46-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a47-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a49-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a4a-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a4c-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a4d-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a4f-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a50-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a52-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a53-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a55-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a56-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a58-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a59-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a5b-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a5c-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a5e-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a5f-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a61-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a62-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a64-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a65-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a67-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a68-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a6a-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a6b-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a6d-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a6e-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a70-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a71-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a73-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a74-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a76-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a77-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a79-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a7a-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a7c-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a7d-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a7f-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a80-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a82-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a83-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a85-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a86-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a88-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a89-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a8b-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a8c-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a8e-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a8f-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a91-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a92-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a94-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a95-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a97-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a98-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200a9d-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200aa0-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200aa1-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200aa3-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200aa4-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200aa6-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200aa7-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200aa9-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200aaa-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200aac-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200aad-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200aaf-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ab0-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ab2-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ab3-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ab5-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ab6-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ab8-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ab9-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200abb-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200abc-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200abe-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200abf-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ac1-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ac2-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ac4-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ac5-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ac7-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ac8-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200aca-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200acb-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200acd-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ace-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ad0-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ad1-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ad3-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ad4-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ad6-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ad7-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ad9-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ada-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200adc-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200add-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200adf-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200ae0-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bd2-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bd6-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bd7-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bdb-645021e0, #w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bdd-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bde-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200be2-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200be3-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200be7-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200be8-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bec-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bed-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bf1-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bf2-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bf6-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bf7-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bfb-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200bfc-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c00-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c01-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c05-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c06-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c0a-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c0b-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c0e-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c0f-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c12-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c13-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c17-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c18-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c1c-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c1d-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c21-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c22-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c26-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c27-645021e0 {
  justify-self: start;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c2b-645021e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10ce98f6-0399-0b2f-7d0e-8b226a200c2c-645021e0 {
  justify-self: start;
}

#w-node-_7cb3c5b2-0a31-b824-4c76-23c1fdca481c-8773ecb7 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_5346b348-3b08-c2f9-8e5a-71a05b7e3525-8773ecb7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80067cbe-b4ea-7a5a-a4f4-aafed49bc59d-8773ecb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1bc77e3-ac1a-3ea7-5b46-9c2aa2fa6a29-8773ecb7, #w-node-becf5ff9-221b-280f-ae49-9d5ebe56332c-8773ecb7, #w-node-_23abd1eb-f09e-3c4d-f714-7cbeacd7197c-8773ecb7, #w-node-a1f7e429-ef02-d97f-738b-9171a24596b6-8773ecb7 {
  align-self: center;
}

#w-node-d924e190-1276-d476-9818-7fcc55c20120-8773ecb7, #w-node-_7bafde34-2790-c973-634a-4a9732cd4a69-8773ecb7, #w-node-_9b6db9dd-d36e-43ae-cabf-5c2c28ef1857-8773ecb7, #w-node-f98cddc2-a4b9-74e8-cf73-fb2889c0e4ac-8773ecb7, #w-node-_17ad98d3-172b-3978-f5f2-4a72869eafbd-8773ecb7, #w-node-d4f128f8-9657-83d9-1b9d-84422d11b450-8773ecb7, #w-node-_514b6113-c388-52cf-df68-1146ee79da34-8773ecb7, #w-node-_12d0ad10-3619-3de5-0678-c5dd068e1c66-8773ecb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7f84507-5598-b97c-a873-8afe96c40456-d69e8db5 {
  justify-self: center;
}

#w-node-_34dcb8c1-342f-5722-841a-eae29dd70b48-d69e8db5, #w-node-b647edb5-cebc-9d85-c6fa-ec4dc3acb2b2-93d1b153, #w-node-b647edb5-cebc-9d85-c6fa-ec4dc3acb2b7-93d1b153, #w-node-b647edb5-cebc-9d85-c6fa-ec4dc3acb2ca-93d1b153, #w-node-b647edb5-cebc-9d85-c6fa-ec4dc3acb2cf-93d1b153, #w-node-b647edb5-cebc-9d85-c6fa-ec4dc3acb2e2-93d1b153, #w-node-b647edb5-cebc-9d85-c6fa-ec4dc3acb2e7-93d1b153, #w-node-b647edb5-cebc-9d85-c6fa-ec4dc3acb2fa-93d1b153, #w-node-b647edb5-cebc-9d85-c6fa-ec4dc3acb2ff-93d1b153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cb3c5b2-0a31-b824-4c76-23c1fdca481c-da4d8398 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_80067cbe-b4ea-7a5a-a4f4-aafed49bc59d-da4d8398 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1bc77e3-ac1a-3ea7-5b46-9c2aa2fa6a29-da4d8398, #w-node-becf5ff9-221b-280f-ae49-9d5ebe56332c-da4d8398, #w-node-_23abd1eb-f09e-3c4d-f714-7cbeacd7197c-da4d8398, #w-node-a1f7e429-ef02-d97f-738b-9171a24596b6-da4d8398 {
  align-self: center;
}

#w-node-d924e190-1276-d476-9818-7fcc55c20120-da4d8398, #w-node-_7bafde34-2790-c973-634a-4a9732cd4a69-da4d8398, #w-node-_5346b348-3b08-c2f9-8e5a-71a05b7e3525-da4d8398, #w-node-_47a56bb0-8fb2-2ab1-3563-af9221103657-da4d8398, #w-node-_17ad98d3-172b-3978-f5f2-4a72869eafbd-da4d8398, #w-node-d4f128f8-9657-83d9-1b9d-84422d11b450-da4d8398, #w-node-_514b6113-c388-52cf-df68-1146ee79da34-da4d8398, #w-node-_12d0ad10-3619-3de5-0678-c5dd068e1c66-da4d8398 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f5565b2-55d7-3270-d7b4-bbea8118bfbf-d62fcdaf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1e0f67c-d296-c21b-9413-e110f4fe3072-d62fcdaf, #w-node-d1e0f67c-d296-c21b-9413-e110f4fe3078-d62fcdaf, #w-node-d1e0f67c-d296-c21b-9413-e110f4fe307e-d62fcdaf, #w-node-_75153dc6-e41d-9847-67b0-e1c1174ca49a-d62fcdaf, #w-node-_75153dc6-e41d-9847-67b0-e1c1174ca4a2-d62fcdaf, #w-node-_75153dc6-e41d-9847-67b0-e1c1174ca4aa-d62fcdaf, #w-node-f7159587-6c43-b46a-3218-21a8244b22dd-d62fcdaf, #w-node-_95036082-9bf1-829e-6e73-88b6403b48f7-d62fcdaf, #w-node-d2fe84b8-35f4-5b65-b57b-4d3b6981bd01-d62fcdaf {
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_0524e801-9625-ace3-f13e-ad39c2f5fb49-645021d7 {
    place-self: center start;
  }

  #w-node-_0a920066-cd75-3658-a145-b7958765c1c0-8765c1ba {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_02a7a0e6-7e38-5f6d-ffa0-b001f4831652-8773ecb7, #w-node-_7bafde34-2790-c973-634a-4a9732cd4a6b-8773ecb7, #w-node-_47a56bb0-8fb2-2ab1-3563-af9221103659-8773ecb7, #w-node-_17ad98d3-172b-3978-f5f2-4a72869eafbf-8773ecb7, #w-node-d4f128f8-9657-83d9-1b9d-84422d11b452-8773ecb7, #w-node-_514b6113-c388-52cf-df68-1146ee79da36-8773ecb7, #w-node-_12d0ad10-3619-3de5-0678-c5dd068e1c68-8773ecb7, #w-node-_02a7a0e6-7e38-5f6d-ffa0-b001f4831652-da4d8398, #w-node-_7bafde34-2790-c973-634a-4a9732cd4a6b-da4d8398, #w-node-_5346b348-3b08-c2f9-8e5a-71a05b7e3527-da4d8398, #w-node-_47a56bb0-8fb2-2ab1-3563-af9221103659-da4d8398, #w-node-_17ad98d3-172b-3978-f5f2-4a72869eafbf-da4d8398, #w-node-d4f128f8-9657-83d9-1b9d-84422d11b452-da4d8398, #w-node-_514b6113-c388-52cf-df68-1146ee79da36-da4d8398, #w-node-_12d0ad10-3619-3de5-0678-c5dd068e1c68-da4d8398 {
    place-self: center start;
  }
}


@font-face {
  font-family: 'Delycost';
  src: url('../fonts/Delycost.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Bold.ttf') format('truetype'), url('../fonts/NotoSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-BoldItalic.ttf') format('truetype'), url('../fonts/NotoSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-ExtraCondensedThinItalic.ttf') format('truetype'), url('../fonts/NotoSans-CondensedThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedExtraBold.ttf') format('truetype'), url('../fonts/NotoSans-CondensedBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedBlack.ttf') format('truetype'), url('../fonts/NotoSans-ExtraCondensedBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-Condensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedBoldItalic.ttf') format('truetype'), url('../fonts/NotoSans-CondensedExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedSemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans-ExtraCondensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans-CondensedSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedBoldItalic.ttf') format('truetype'), url('../fonts/NotoSans-ExtraCondensedExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedBold.ttf') format('truetype'), url('../fonts/NotoSans-ExtraCondensedExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ExtraCondensed';
  src: url('../fonts/NotoSans-ExtraCondensedSemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extra';
  src: url('../fonts/NotoSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans SemiCondensed';
  src: url('../fonts/NotoSans-SemiCondensedBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiBoldItalic.ttf') format('truetype'), url('../fonts/NotoSans-SemiCondensedSemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedBold.ttf') format('truetype'), url('../fonts/NotoSans-SemiCondensedExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedExtraBoldItalic.ttf') format('truetype'), url('../fonts/NotoSans-SemiCondensedBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extra';
  src: url('../fonts/NotoSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans-SemiCondensedMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Din 2014 Light';
  src: url('../fonts/DIN2014.otf') format('opentype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dream Avenue';
  src: url('../fonts/Dream-Avenue-.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesveda';
  src: url('../fonts/Mesveda-Bold.otf') format('opentype'), url('../fonts/Mesveda-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesveda';
  src: url('../fonts/Mesveda-ExtraBoldItalic.otf') format('opentype'), url('../fonts/Mesveda-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mesveda';
  src: url('../fonts/Mesveda-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesveda';
  src: url('../fonts/Mesveda-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mesveda';
  src: url('../fonts/Mesveda-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mesveda';
  src: url('../fonts/Mesveda-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mesveda';
  src: url('../fonts/Mesveda-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesveda';
  src: url('../fonts/Mesveda-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesveda';
  src: url('../fonts/Mesveda-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mesveda';
  src: url('../fonts/Mesveda-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesveda';
  src: url('../fonts/Mesveda-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesveda';
  src: url('../fonts/Mesveda-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplaysc';
  src: url('../fonts/PlayfairDisplaySC-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplaysc';
  src: url('../fonts/PlayfairDisplaySC-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplaysc';
  src: url('../fonts/PlayfairDisplaySC-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplaysc';
  src: url('../fonts/PlayfairDisplaySC-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplaysc';
  src: url('../fonts/PlayfairDisplaySC-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplaysc';
  src: url('../fonts/PlayfairDisplaySC-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}