:root {
  --primary-color-100: #0d554a;
  --secondary-100: #f2c66d;
  --100-width: 0px;
  --secondary: var(--primary-color-100);
}

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

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

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

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

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

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

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

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

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

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.list-item--bullets {
  margin-bottom: .5em;
  list-style-type: disc;
}

.grid--3-3-3-3 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.is-margin-tb-40 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.is-pad-t-96 {
  padding-top: 6em;
}

.is-h6 {
  color: #000;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.is-h5 {
  color: #000;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.is-h5.absolute {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.is-pad-tb-64 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.is-margin-t-8 {
  margin-top: .5em;
}

.is-pad-t-192 {
  padding-top: 12em;
}

.is-h4 {
  color: var(--primary-color-100);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.is-h4.is-txt-green-100 {
  color: var(--primary-color-100);
}

.is-h4.is-txt-green-100.is-margin-b-16 {
  font-weight: 700;
}

.is-h4.is-txt-green-100.is-margin-b-16.pad {
  margin-top: 10px;
  margin-bottom: .5em;
  font-family: Cormorant Garamond, sans-serif;
}

.is-h4.is-txt-green-100.is-txt-align-center.is-margin-b-16 {
  font-family: Cormorant Garamond, sans-serif;
}

.is-txt-black-75 {
  color: #1d1d1d;
}

.is-margin-b-72 {
  margin-bottom: 4.5em;
}

.is-pad-tb-184 {
  padding-top: 11.5em;
  padding-bottom: 11.5em;
}

.is-bg-green-100 {
  background-color: #dbf40c;
}

.is-margin-b-80 {
  margin-bottom: 5em;
}

.is-pad-b-120 {
  padding-bottom: 7.5em;
}

.is-txt-black-125 {
  color: #101010;
}

.is-margin-tb-216 {
  margin-top: 13.5em;
  margin-bottom: 13.5em;
}

.is-pad-tb-112 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.is-margin-b-200 {
  margin-bottom: 12.5em;
}

.list--bullets {
  padding-left: 1em;
  font-size: 1rem;
}

.is-pad-b-104 {
  padding-bottom: 6.5em;
}

.dsg-color-field {
  width: 100%;
  height: 5.3em;
  border-radius: .5em;
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
}

.is-margin-t-4 {
  margin-top: .25em;
}

.is-margin-tb-256 {
  margin-top: 16em;
  margin-bottom: 16em;
}

.is-bg-green-150 {
  background-color: #839207;
}

.is-pad-t-160 {
  padding-top: 10em;
}

.is-margin-b-136 {
  margin-bottom: 8.5em;
}

.list-item--links {
  margin-bottom: .5em;
  list-style-type: disc;
}

.is-pad-tb-224 {
  padding-top: 14em;
  padding-bottom: 14em;
}

.is-margin-b-32 {
  margin-bottom: 2em;
}

.is-pad-t-224 {
  padding-top: 14em;
}

.is-margin-b-216 {
  margin-bottom: 13.5em;
}

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

.is-pad-tb-40 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.is-margin-b-104 {
  margin-bottom: 6.5em;
}

.is-pad-b-248 {
  padding-bottom: 15.5em;
}

.is-margin-b-112 {
  margin-bottom: 7em;
}

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

.grid--4-4-4.top {
  align-content: start;
}

.is-txt-large {
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
}

.is-margin-t-120 {
  margin-top: 7.5em;
}

.is-margin-t-88 {
  margin-top: 5.5em;
}

.is-margin-t-256 {
  margin-top: 16em;
}

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

.is-pad-t-32 {
  padding-top: 2em;
}

.form-checkbox-icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  color: #181818;
  background-color: #dbf40c;
  background-image: none;
  background-position: 50%;
  background-size: 99% 99%;
  border-color: #4a4a4a;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.dsg-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
}

.dsg-table_row.is-button {
  grid-template-columns: .25fr 1fr;
}

.dsg-table_row.is-dsg-helper {
  grid-template-columns: .3fr 1fr;
}

.dsg-table_row.is-colors {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.is-margin-tb-120 {
  margin-top: 7.5em;
  margin-bottom: 7.5em;
}

.is-margin-tb-16 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.is-pad-t-248 {
  padding-top: 15.5em;
}

.is-pad-tb-216 {
  padding-top: 13.5em;
  padding-bottom: 13.5em;
}

.is-margin-tb-232 {
  margin-top: 14.5em;
  margin-bottom: 14.5em;
}

.is-margin-tb-224 {
  margin-top: 14em;
  margin-bottom: 14em;
}

.is-txt-allcaps {
  text-transform: uppercase;
}

.is-margin-tb-4 {
  margin-top: .25em;
  margin-bottom: .25em;
}

.is-margin-t-152 {
  margin-top: 9.5em;
}

.is-pad-b-64 {
  padding-bottom: 4em;
}

.dsg-main-grid {
  width: 100%;
  max-width: 2440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.is-margin-b-128 {
  margin-bottom: 8em;
}

.is-margin-t-176 {
  margin-top: 11em;
}

.is-txt-small {
  color: rgba(51, 51, 51, .8);
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  line-height: 1.6;
}

.is-pad-tb-8 {
  padding-top: .5em;
  padding-bottom: .5em;
}

.is-bg-white-75 {
  background-color: #f1f1f1;
}

.form-input {
  min-height: 3rem;
  color: #e7e7e7;
  background-color: #fff;
  border: .05rem solid rgba(122, 122, 122, .2);
  border-radius: .5rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: all .2s;
}

.form-input:focus {
  color: #fff;
  border-color: rgba(180, 180, 180, .35);
}

.form-input:focus-visible {
  border-color: rgba(180, 180, 180, .35);
}

.form-input[data-wf-focus-visible] {
  border-color: rgba(180, 180, 180, .35);
}

.form-input::-ms-input-placeholder {
  color: #b0b0b0;
}

.form-input::placeholder {
  color: #b0b0b0;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.is-select-input {
  justify-content: space-between;
}

.is-margin-tb-112 {
  margin-top: 7em;
  margin-bottom: 7em;
}

.is-pad-b-136 {
  padding-bottom: 8.5em;
}

.is-d-visible {
  display: block;
}

.is-margin-t-160 {
  margin-top: 10em;
}

.dsg-popup_logo {
  width: 2em;
  margin-right: .5em;
}

.is-pad-b-232 {
  padding-bottom: 14.5em;
}

.is-txt-green-100 {
  color: #dbf40c;
  flex: 0 auto;
}

.is-pad-b-256 {
  padding-bottom: 16em;
}

.is-pad-t-48 {
  padding-top: 3em;
}

.is-margin-b-8 {
  margin-bottom: .5em;
}

.is-btn-d-fw {
  width: 100%;
}

.spacing-sample {
  height: 1.75em;
  background-color: #919191;
}

.spacing-sample._192px {
  width: 12em;
}

.spacing-sample._88px {
  width: 5.5em;
}

.spacing-sample._80px {
  width: 5em;
}

.spacing-sample._240px {
  width: 15em;
}

.spacing-sample._104px {
  width: 6.5em;
}

.spacing-sample._64px {
  width: 4em;
}

.spacing-sample._40px {
  width: 2.5em;
}

.spacing-sample._224px {
  width: 14em;
}

.spacing-sample._120px {
  width: 7.5em;
}

.spacing-sample._248px {
  width: 15.5em;
}

.spacing-sample._168px {
  width: 10.5em;
}

.spacing-sample._24px {
  width: 1.5em;
}

.spacing-sample._136px {
  width: 8.5em;
}

.spacing-sample._232px {
  width: 14.5em;
}

.spacing-sample._216px {
  width: 13.5em;
}

.spacing-sample._176px {
  width: 11em;
}

.spacing-sample._144px {
  width: 9em;
}

.spacing-sample._256px {
  width: 16em;
}

.spacing-sample._4px {
  width: .25em;
}

.spacing-sample._128px {
  width: 8em;
}

.spacing-sample._32px {
  width: 2em;
}

.spacing-sample._56px {
  width: 3.5em;
}

.spacing-sample._8px {
  width: .5em;
}

.spacing-sample._112px {
  width: 7em;
}

.spacing-sample._152px {
  width: 9.5em;
}

.spacing-sample._208px {
  width: 13em;
}

.spacing-sample._200px {
  width: 12.5em;
}

.spacing-sample._72px {
  width: 4.5em;
}

.spacing-sample._16px {
  width: 1em;
}

.spacing-sample._184px {
  width: 11.5em;
}

.spacing-sample._96px {
  width: 6em;
}

.spacing-sample._160px {
  width: 10em;
}

.spacing-sample._48px {
  width: 3em;
}

.is-pad-tb-80 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.is-margin-t-224 {
  margin-top: 14em;
}

.is-margin-t-40 {
  margin-top: 2.5em;
}

.is-text-link {
  color: var(--primary-color-100);
  text-decoration: underline;
}

.is-text-link.contact-page {
  color: #fff;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.is-pad-t-128 {
  padding-top: 8em;
}

.is-pad-t-8 {
  padding-top: .5em;
}

.is-margin-t-136 {
  margin-top: 8.5em;
}

.is-pad-b-88 {
  padding-bottom: 5.5em;
}

.is-margin-b-64 {
  margin-bottom: 4em;
}

.is-pad-tb-232 {
  padding-top: 14.5em;
  padding-bottom: 14.5em;
}

.is-pad-t-208 {
  padding-top: 13em;
}

.is-txt-black-100 {
  color: #181818;
}

.is-pad-tb-248 {
  padding-top: 15.5em;
  padding-bottom: 15.5em;
}

.is-pad-tb-96 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.is-margin-t-128 {
  margin-top: 8em;
}

.is-margin-tb-144 {
  margin-top: 9em;
  margin-bottom: 9em;
}

.is-margin-b-232 {
  margin-bottom: 14.5em;
}

.is-pad-tb-144 {
  padding-top: 9em;
  padding-bottom: 9em;
}

.is-margin-t-24 {
  margin-top: 1.5em;
}

.is-margin-b-192 {
  margin-bottom: 12em;
}

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

.is-margin-b-144 {
  margin-bottom: 9em;
}

.is-pad-b-240 {
  padding-bottom: 15em;
}

.is-margin-tb-48 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.is-pad-t-144 {
  padding-top: 9em;
}

.is-pad-tb-24 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.is-margin-tb-160 {
  margin-top: 10em;
  margin-bottom: 10em;
}

.is-pad-tb-4 {
  padding-top: .25em;
  padding-bottom: .25em;
}

.is-margin-b-48 {
  margin-bottom: 3em;
}

.is-txt-green-50 {
  color: #f1fb9d;
}

.is-pad-b-224 {
  padding-bottom: 14em;
}

.is-pad-b-56 {
  padding-bottom: 3.5em;
}

.is-txt-green-75 {
  color: #92b22f;
}

.is-pad-b-112 {
  padding-bottom: 7em;
}

.container-fullwidth {
  width: 100%;
  max-width: 100%;
}

.dsg-table-cell {
  padding: 1em;
  font-size: .9rem;
}

.dsg-table-cell.is-dsg-aspect {
  width: 5.9em;
}

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

.dsg-popup {
  max-width: 18em;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #181818;
  border: 1px solid #474747;
  border-radius: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1.2em;
  display: grid;
  position: fixed;
  bottom: 2em;
  right: 2em;
}

.is-pad-tb-176 {
  padding-top: 11em;
  padding-bottom: 11em;
}

.is-h2 {
  color: #000;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-h3 {
  color: #000;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-h3.is-txt-green-100 {
  color: var(--primary-color-100);
}

.is-pad-b-144 {
  padding-bottom: 9em;
}

.is-pad-tb-72 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.is-margin-b-4 {
  margin-bottom: .25em;
}

.is-bg-black-125 {
  background-color: #101010;
}

.form-radio-label {
  font-size: 1rem;
}

.container-col-8 {
  max-width: 1000px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-pad-b-184 {
  padding-bottom: 11.5em;
}

.is-pad-t-120 {
  padding-top: 7.5em;
}

.is-margin-b-40 {
  margin-bottom: 2.5em;
}

.is-bg-white-100 {
  background-color: #e7e7e7;
}

.is-margin-t-72 {
  margin-top: 4.5em;
}

.is-pad-b-152 {
  padding-bottom: 9.5em;
}

.is-margin-t-232 {
  margin-top: 14.5em;
}

.is-txt-green-150 {
  color: #839207;
}

.is-margin-b-240 {
  margin-bottom: 15em;
}

.is-pad-tb-128 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.is-bg-white-150 {
  color: #818181;
}

.is-pad-tb-136 {
  padding-top: 8.5em;
  padding-bottom: 8.5em;
}

.dsg-table_header-headlines-spacing {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
}

.is-pad-t-112 {
  padding-top: 7em;
}

.icon--check-circle {
  width: 1rem;
  flex: none;
  margin-top: -.01rem;
  margin-right: .5rem;
}

.is-bg-black-75 {
  background-color: #1d1d1d;
}

.form-radio-icon {
  width: 1rem;
  height: 1rem;
  background-color: #dbf40c;
  border-color: #4a4a4a;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-color: #000;
  border-width: .25rem;
  border-color: #dbf40c;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.dsg-brand-link {
  height: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.is-d-hidden {
  display: none;
}

.dsg-table_header-headlines {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
}

.dsg-table_row-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
}

.is-margin-b-152 {
  margin-bottom: 9.5em;
}

.grid--dsg-lists {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.is-margin-t-112 {
  margin-top: 7em;
}

.is-pad-t-232 {
  padding-top: 14.5em;
}

.is-pad-tb-240 {
  padding-top: 15em;
  padding-bottom: 15em;
}

.is-margin-tb-248 {
  margin-top: 15.5em;
  margin-bottom: 15.5em;
}

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

.form-field-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.is-margin-tb-24 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.is-pad-t-200 {
  padding-top: 12.5em;
}

.is-pad-tb-104 {
  padding-top: 6.5em;
  padding-bottom: 6.5em;
}

.dsg-subnav-link {
  color: #e7e7e7;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 700;
}

.dsg-subnav-link.w--current {
  color: #dbf40c;
}

.dsg-subnav-link.is-dsg-sub-chapter {
  color: #b0b0b0;
  padding-left: 1em;
  font-weight: 400;
}

.dsg-subnav-link.is-dsg-sub-chapter.w--current {
  color: #dbf40c;
}

.is-margin-tb-136 {
  margin-top: 8.5em;
  margin-bottom: 8.5em;
}

.is-txt-black-150 {
  color: #000;
}

.is-margin-t-56 {
  margin-top: 3.5em;
}

.is-margin-tb-56 {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.dsg-spacing-label {
  color: #b0b0b0;
  font-size: .9rem;
  line-height: 1.6;
}

.dsg-spacing-label.is-txt-green-100 {
  color: #dbf40c;
}

.is-pad-b-128 {
  padding-bottom: 8em;
}

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

.is-bg-green-125 {
  background-color: #afc309;
}

.is-margin-t-48 {
  margin-top: 3em;
}

.is-h1 {
  color: var(--secondary-100);
  text-align: left;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-h1.is-txt-align-center {
  text-align: center;
}

.is-h1.numbers {
  color: var(--primary-color-100);
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.is-h1.is-txt-align-left {
  text-align: left;
}

.is-margin-t-80 {
  margin-top: 5em;
}

.grid--4-8 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

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

.is-margin-tb-152 {
  margin-top: 9.5em;
  margin-bottom: 9.5em;
}

.wrap-flex-vert-c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-margin-tb-184 {
  margin-top: 11.5em;
  margin-bottom: 11.5em;
}

.is-pad-b-168 {
  padding-bottom: 10.5em;
}

.is-pad-tb-200 {
  padding-top: 12.5em;
  padding-bottom: 12.5em;
}

.is-pad-t-56 {
  padding-top: 3.5em;
}

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

.is-margin-b-96 {
  margin-bottom: 6em;
}

.is-pad-b-176 {
  padding-bottom: 11em;
}

.is-margin-tb-8 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.is-bg-white-125 {
  background-color: #b0b0b0;
}

.is-margin-tb-192 {
  margin-top: 12em;
  margin-bottom: 12em;
}

.is-margin-b-176 {
  margin-bottom: 11em;
}

.is-pad-b-24 {
  padding-bottom: 1.5em;
}

.is-pad-b-96 {
  padding-bottom: 6em;
}

.is-pad-t-40 {
  padding-top: 2.5em;
}

.is-margin-tb-96 {
  margin-top: 6em;
  margin-bottom: 6em;
}

.is-txt-white-75 {
  color: #b0b0b0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-75.w--current {
  color: #dbf40c;
}

.is-margin-t-168 {
  margin-top: 10.5em;
}

.is-pad-t-72 {
  padding-top: 4.5em;
}

.form-label {
  margin-bottom: .5em;
  padding-left: 1em;
  font-size: 1rem;
  font-weight: 400;
}

.is-pad-t-152 {
  padding-top: 9.5em;
}

.is-margin-b-56 {
  margin-bottom: 3.5em;
}

.is-margin-tb-88 {
  margin-top: 5.5em;
  margin-bottom: 5.5em;
}

.is-pad-tb-120 {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.is-pad-b-200 {
  padding-bottom: 12.5em;
}

.is-margin-b-224 {
  margin-bottom: 14em;
}

.is-pad-tb-32 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.is-pad-t-88 {
  padding-top: 5.5em;
}

.is-margin-t-184 {
  margin-top: 11.5em;
}

.is-pad-b-48 {
  padding-bottom: 3em;
}

.list--links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.is-txt-white-150 {
  color: #818181;
}

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

.is-txt-green-125 {
  color: #afc309;
}

.is-bg-green-50 {
  background-color: #f1fb9d;
}

.is-bg-white-50 {
  background-color: #fff;
}

.is-txt-black-50 {
  color: #fff;
}

.is-pad-b-8 {
  padding-bottom: .5em;
}

.btn-sec-med {
  border: 1px solid var(--primary-color-100);
  background-color: var(--primary-color-100);
  color: #fff;
  text-align: center;
  border-radius: 12em;
  justify-content: center;
  align-items: center;
  padding: .9rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s linear;
  box-shadow: 0 0 0 0 rgba(219, 244, 12, 0);
}

.btn-sec-med:hover {
  background-color: var(--primary-color-100);
  box-shadow: none;
  color: #fff;
  border-radius: 5.4em;
}

.btn-sec-med:active {
  background-color: var(--primary-color-100);
  color: #fff;
}

.btn-sec-med:focus {
  color: var(--primary-color-100);
  background-color: #f2c66d;
  font-family: Open Sans, sans-serif;
  box-shadow: 0 0 8px 4px #73d2de;
}

.btn-sec-med.no-edge {
  border-style: none;
  border-radius: 4px;
}

.btn-sec-med.no-edge.yello {
  background-color: var(--secondary-100);
}

.is-txt-medium {
  color: rgba(51, 51, 51, .8);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.is-txt-medium.is-dsg-description {
  max-width: 40em;
  font-weight: 300;
}

.is-txt-medium.is-text-link {
  color: var(--primary-color-100);
  text-decoration: none;
}

.is-pad-b-40 {
  padding-bottom: 2.5em;
}

.container-col-10 {
  max-width: 1208px;
  padding-left: 6em;
  padding-right: 6em;
}

.container-col-10.is-pad-tb-64.is-bg-green-100 {
  background-color: var(--primary-color-100);
  border-radius: 8px;
}

.container-col-10.yello-bg {
  background-color: var(--secondary-100);
  border-radius: 8px;
}

.container-col-10.top-outline {
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.is-margin-tb-176 {
  margin-top: 11em;
  margin-bottom: 11em;
}

.dsg-nav_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.is-pad-t-168 {
  padding-top: 10.5em;
}

.is-margin-t-240 {
  margin-top: 15em;
}

.is-margin-tb-104 {
  margin-top: 6.5em;
  margin-bottom: 6.5em;
}

.is-txt-white-125 {
  color: #b0b0b0;
}

.is-hidden {
  display: none;
}

.dsg-navbar {
  z-index: 999;
  width: 100%;
  background-color: #181818;
  padding-top: 1em;
  padding-bottom: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.is-pad-b-216 {
  padding-bottom: 13.5em;
}

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

.dsg-subnav-menu {
  width: 100%;
  background-color: #1d1d1d;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 11.2em;
  padding: 1.6em 3em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
}

.is-pad-t-24 {
  padding-top: 1.5em;
}

.is-margin-t-248 {
  margin-top: 15.5em;
}

.container-col-12 {
  width: 100%;
  max-width: 1416px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-margin-tb-208 {
  margin-top: 13em;
  margin-bottom: 13em;
}

.is-pad-t-64 {
  padding-top: 4em;
}

.grid--6-6 {
  width: 100%;
  min-height: 50vh;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
  align-items: center;
  position: relative;
}

.grid--6-6.top-alighn {
  align-items: start;
}

.grid--6-6.hieght {
  min-height: 0;
}

.is-margin-b-208 {
  margin-bottom: 13em;
}

.is-pad-tb-88 {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.is-margin-t-216 {
  margin-top: 13.5em;
}

.is-margin-b-248 {
  margin-bottom: 15.5em;
}

.is-pad-b-80 {
  padding-bottom: 5em;
}

.is-margin-t-208 {
  margin-top: 13em;
}

.dsg-table-spacing {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1d;
  border-radius: 1em;
  grid-template-columns: 1fr;
}

.dsg-table-spacing.is-headlines {
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.logo-bar {
  width: 0;
  height: 2px;
  background-color: #dbf40c;
  margin-bottom: 6px;
  margin-left: 3px;
}

.is-pad-tb-16 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.is-pad-t-184 {
  padding-top: 11.5em;
}

.is-margin-tb-72 {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}

.dsg-logo {
  width: 8em;
}

.is-pad-tb-160 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.is-txt-white-50 {
  color: #fff;
}

.dsg_containers {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.is-txt-bold {
  font-weight: 700;
}

.is-txt-xlarge {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
  line-height: 1.4;
}

.is-pad-t-216 {
  padding-top: 13.5em;
}

.dsg-aspect-area {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #d2d5c1;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.is-pad-t-80 {
  padding-top: 5em;
}

.is-pad-tb-168 {
  padding-top: 10.5em;
  padding-bottom: 10.5em;
}

.is-margin-tb-200 {
  margin-top: 12.5em;
  margin-bottom: 12.5em;
}

.dsg_container-area {
  width: 100%;
  height: 8rem;
  outline-offset: 0px;
  text-align: center;
  border-radius: 1rem;
  outline: .05rem dashed gray;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.is-bg-black-100 {
  background-color: #181818;
}

.is-margin-t-192 {
  margin-top: 12em;
}

.dsg-table {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1d;
  border-radius: 1em;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.dsg-table.is-dsg-helpers {
  background-color: rgba(29, 29, 29, 0);
  grid-template-rows: .25fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}

.dsg-table.is-dsg-helpers.is-dsg-aspect {
  grid-template-rows: 3.25em;
  grid-auto-rows: 8em;
}

.dsg-table.is-headlines {
  background-color: rgba(29, 29, 29, 0);
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.form-message-success {
  padding: 1.25rem;
}

.is-margin-b-168 {
  margin-bottom: 10.5em;
}

.is-margin-t-32 {
  margin-top: 2em;
}

.is-margin-tb-32 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.is-pad-tb-48 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.is-pad-t-136 {
  padding-top: 8.5em;
}

.is-pad-b-208 {
  padding-bottom: 13em;
}

.container-col-4 {
  max-width: 584px;
  padding-left: 6em;
  padding-right: 6em;
}

.list-item_icon-wrap.is-txt-green-100 {
  padding-top: .2em;
}

.is-display {
  color: var(--primary-color-100);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 10em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.is-margin-b-24 {
  margin-bottom: 1.5em;
}

.is-pad-tb-256 {
  padding-top: 16em;
  padding-bottom: 16em;
}

.is-margin-tb-64 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.grid--8-4 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.is-margin-tb-80 {
  margin-top: 5em;
  margin-bottom: 5em;
}

.is-margin-b-184 {
  margin-bottom: 11.5em;
}

.is-txt-xsmall {
  font-family: Open Sans, sans-serif;
  font-size: .7rem;
  line-height: 1.6;
}

.is-pad-t-240 {
  padding-top: 15em;
}

.is-pad-t-176 {
  padding-top: 11em;
}

.is-txt-white-100 {
  color: #e7e7e7;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-100.w--current {
  color: #dbf40c;
}

.list-item--check {
  margin-bottom: .5rem;
  display: flex;
}

.wrap-flex-hor-c {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-pad-b-32 {
  padding-bottom: 2em;
}

.is-margin-b-160 {
  margin-bottom: 10em;
}

.is-pad-tb-208 {
  padding-top: 13em;
  padding-bottom: 13em;
}

.is-pad-b-16 {
  padding-bottom: 1em;
}

.is-bg-black-50 {
  background-color: #4a4a4a;
}

.is-margin-t-144 {
  margin-top: 9em;
}

.form-checkbox-label {
  font-size: 1rem;
}

.is-pad-b-160 {
  padding-bottom: 10em;
}

.is-margin-b-120 {
  margin-bottom: 7.5em;
}

.is-pad-b-192 {
  padding-bottom: 12em;
}

.dsg-table_header-colors {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.dsg-table_header-colors.is-buttons {
  grid-template-columns: 1fr 3.25fr;
}

.is-pad-tb-152 {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

.dsg-popup_link {
  align-items: center;
  display: flex;
}

.is-margin-tb-168 {
  margin-top: 10.5em;
  margin-bottom: 10.5em;
}

.is-pad-t-4 {
  padding-top: .25em;
}

.is-margin-b-88 {
  margin-bottom: 5.5em;
}

.dsg-column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.is-pad-t-16 {
  padding-top: 1em;
}

.is-bg-green-75 {
  background-color: #e2f63c;
}

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

.is-margin-t-104 {
  margin-top: 6.5em;
}

.is-txt-italic {
  font-style: italic;
}

.is-pad-tb-192 {
  padding-top: 12em;
  padding-bottom: 12em;
}

.is-pad-b-72 {
  padding-bottom: 4.5em;
}

.is-margin-t-96 {
  margin-top: 6em;
}

.is-pad-t-256 {
  padding-top: 16em;
}

.is-pad-b-4 {
  padding-bottom: .25em;
}

.is-margin-tb-240 {
  margin-top: 15em;
  margin-bottom: 15em;
}

.container-col-6 {
  max-width: 792px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-margin-b-256 {
  margin-bottom: 16em;
}

.is-pad-t-104 {
  padding-top: 6.5em;
}

.is-margin-t-200 {
  margin-top: 12.5em;
}

.is-margin-t-64 {
  margin-top: 4em;
}

.is-margin-tb-128 {
  margin-top: 8em;
  margin-bottom: 8em;
}

.is-margin-t-16 {
  margin-top: 1em;
}

.dsg-sidebar {
  background-color: #181818;
  padding-left: 3em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.is-margin-b-16 {
  margin-bottom: 1em;
  font-family: Open Sans, sans-serif;
}

.btn-prm--med {
  background-color: var(--primary-color-100);
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 12em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
}

.btn-prm--med:hover {
  background-color: #000;
}

.btn-prm--med:focus-visible {
  border-radius: 12rem;
}

.btn-prm--med[data-wf-focus-visible] {
  border-radius: 12rem;
}

.dsg-nav-link {
  color: #fff;
  margin-left: 3em;
  padding: 1.25em 0 1.25em 3em;
  font-size: 1rem;
}

.dsg-nav-link.w--current {
  color: #dbf40c;
}

.dsg-nav_menu {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.is-pad-tb-56 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.btn--prm-med {
  color: #151907;
  text-align: center;
  background-color: #f40cbe;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 0 0 0 #92b22f;
}

.btn--prm-med:hover {
  background-color: #dbf40c;
  box-shadow: 0 0 0 .4rem #92b22f;
}

.btn--prm-med:active {
  box-shadow: none;
  background-color: #afc309;
}

.btn--prm-med:focus {
  box-shadow: 0 0 8px 4px #92b22f;
}

.dsg-pop_cta {
  color: #e7e7e7;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.animations_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
}

.pi_animation {
  height: 20rem;
  background-color: #2a2a2a;
  justify-content: space-between;
  align-items: flex-end;
  padding: 3rem;
  display: flex;
  transform: perspective(200px)perspective(200px)perspective(200px);
}

.text_bold {
  font-weight: 700;
}

.description_2-4 {
  font-size: 2.4rem;
}

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

.elth-hero {
  background-color: var(--primary-color-100);
  background-image: url('../images/Image-179.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 60px;
  display: flex;
}

.navbar {
  width: 100%;
  background-color: var(--primary-color-100);
  padding-bottom: 20px;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-family: Cormorant Garamond, sans-serif;
  display: flex;
}

.nav-link {
  color: #f1efeb;
  font-family: Open Sans, sans-serif;
}

.nav-link.w--current {
  color: var(--secondary-100);
  padding-bottom: 20px;
  text-decoration: underline;
}

.nav-link.contact {
  background-color: var(--secondary-100);
  color: var(--primary-color-100);
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 1208px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .67);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-left: 6rem;
  padding-right: 6rem;
}

.nav-logo {
  color: var(--secondary-100);
  text-transform: uppercase;
  font-size: 30px;
}

.elth-logo {
  flex: 1;
  display: flex;
}

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

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

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

.elth-section {
  background-color: #f1efeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.elth-section.about {
  background-color: var(--primary-color-100);
  color: var(--primary-color-100);
  border-radius: 5px;
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
}

.perks-car-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.icon {
  width: 50px;
  height: 24px;
  color: var(--primary-color-100);
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-prdcts-wrapper {
  max-height: 450px;
  object-fit: cover;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 11px -12px rgba(0, 0, 0, .2);
}

.featured-prdcts-image-wrapper {
  width: 100%;
  height: 200px;
  max-height: 200px;
  max-width: 276px;
  position: relative;
  overflow: hidden;
}

.collection-prdct-wrapper {
  object-fit: cover;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.icon-2 {
  width: 24px;
  height: 24px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.icon-2.pad-is-0 {
  padding-top: 0;
}

.featured-prdcts-content-wrapper {
  padding-bottom: 10px;
  padding-left: 10px;
}

.body {
  color: #f1efeb;
  background-color: #f1efeb;
}

.btn-wrapper {
  justify-content: center;
  display: flex;
}

.about-content-wrapper {
  column-count: 2;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 8px;
  overflow: hidden;
}

.div-block-2 {
  padding: 29px;
}

.image {
  border-radius: 8px;
}

.div-block-3 {
  padding: 29px;
}

.order-content-wrapper {
  flex-direction: column;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-4 {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 21px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.f-footer-link {
  width: 100%;
  color: #160042;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #642eff;
}

.f-footer-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f5fb;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-regular {
  background-color: var(--primary-color-100);
  border-radius: 8px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 64px 5%;
  position: relative;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-footer-logo {
  flex: none;
}

.f-footer-title {
  color: #6b7094;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-social {
  width: 48px;
  height: 48px;
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.f-footer-block {
  flex-direction: column;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo {
  border: 1px solid #fff;
  padding-left: 20px;
}

.footer-links {
  flex-direction: column;
  display: flex;
}

.footer-links.l-r-outline {
  border: 1px solid #fff;
  padding-left: 20px;
}

.footer-subscribe-form {
  border: 1px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
}

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

.footer.is-pad-tb-48 {
  overflow: hidden;
}

.footer-nav-link {
  color: #f1efeb;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.form-2 {
  display: flex;
}

.footer-text-field {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px 0 0 20px;
  margin-bottom: 0;
}

.form-block {
  border-radius: 24px;
  overflow: hidden;
}

.submit-button {
  background-color: var(--secondary-100);
  color: var(--primary-color-100);
  padding-left: 20px;
  padding-right: 20px;
}

.get-in-touch-home {
  background-color: var(--secondary-100);
}

.footer-copy {
  color: #fff;
  padding-top: 10px;
}

.footer-icons {
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.footer-grid--3-3-3-3 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .5fr 1fr;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.form-3 {
  flex-direction: column;
  display: flex;
}

.product-image {
  width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  width: 100%;
}

.div-block-5 {
  max-height: 350px;
  border-radius: 8px;
  overflow: hidden;
}

.get-in-touch-contact {
  background-color: var(--primary-color-100);
  background-image: url('../images/Image-179.png');
  background-position: 0 0;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
}

.grid {
  height: 100%;
  grid-row-gap: 10px;
}

.contact-form-images {
  height: 100%;
  object-fit: cover;
}

.elth-hero-contacts {
  background-color: var(--primary-color-100);
  background-image: url('../images/Image-179.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1208px;
  margin-left: 6rem;
}

.container-col-10-contacts {
  width: 100%;
  max-width: 1208px;
  padding-left: 6em;
  padding-right: 6em;
}

.container-col-10-contacts.is-pad-tb-64.is-bg-green-100 {
  background-color: var(--primary-color-100);
  border-radius: 8px;
}

.container-col-10-contacts.yello-bg {
  background-color: var(--secondary-100);
  border-radius: 8px;
}

.container-col-10-contacts.top-outline {
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.grid-2 {
  grid-template-rows: auto;
}

.div-block-6 {
  max-height: 350px;
  overflow: hidden;
}

.icon-3 {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-links {
  border-bottom: 1px solid #fff;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.hero-image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .grid--3-3-3-3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid--4-4-4 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .is-btn-t-fw {
    width: 100%;
  }

  .is-t-visible {
    display: block;
  }

  .dsg-main-grid {
    grid-template-columns: 1fr;
  }

  .dsg-popup {
    bottom: 1.5em;
    right: 1.5em;
  }

  .is-t-hidden {
    display: none;
  }

  .container-col-8 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .dsg-subnav-link {
    font-size: .8rem;
  }

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

  .dsg-menu-button.w--open {
    background-color: #181818;
  }

  .container-col-10 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dsg-subnav-menu {
    border-radius: 0;
    flex-direction: row;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container-col-12, .container-col-4 {
    padding-left: 3em;
    padding-right: 3em;
  }

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

  .container-col-6 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dsg-sidebar {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .dsg-nav-link {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding: 2em 5vw;
    display: flex;
  }

  .dsg-nav_menu {
    background-color: #181818;
    flex-direction: column;
    justify-content: center;
  }

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

  .featured-prdcts-wrapper {
    width: 100%;
  }

  .featured-prdcts-image-wrapper {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .footer-grid--3-3-3-3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .product-image {
    width: 100%;
  }

  .container-col-10-contacts {
    padding-left: 3em;
    padding-right: 3em;
  }

  .icon-4 {
    color: var(--secondary-100);
  }
}

@media screen and (max-width: 767px) {
  .is-h6 {
    font-size: .9rem;
  }

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

  .is-l-hidden {
    display: none;
  }

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

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

  .grid--4-4-4.mobile-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .dsg-table_row.is-button {
    grid-template-columns: 1fr;
  }

  .dsg-table_row.is-dsg-helper {
    grid-template-rows: auto;
    grid-template-columns: .6fr;
  }

  .dsg-table_row.is-colors {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .is-txt-small.is-txt-green-100.is-dsg-sample-label {
    display: none;
  }

  .dsg-table-cell.is-dsg-aspect {
    width: 5em;
  }

  .dsg-popup {
    max-width: 19em;
  }

  .is-h2 {
    font-size: 2.5rem;
  }

  .is-h3 {
    font-size: 2rem;
  }

  .container-col-8 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dsg-table_header-headlines-spacing, .dsg-table_header-headlines, .dsg-table_row-spacing {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 2.25fr;
  }

  .dsg-subnav-link {
    flex: none;
    padding-left: .5em;
    padding-right: .5em;
  }

  .is-h1 {
    font-size: 3rem;
  }

  .grid--4-8 {
    grid-template-columns: 1fr;
  }

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

  .btn-sec-med {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1.1em;
  }

  .is-txt-medium.is-dsg-description {
    max-width: none;
  }

  .container-col-10, .container-col-12 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-btn-l-fw {
    width: 100%;
  }

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

  .is-l-visible {
    display: block;
  }

  .container-col-4 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-display {
    font-size: 3rem;
  }

  .grid--8-4 {
    grid-template-columns: 1fr 1fr;
  }

  .dsg-table_header-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .container-col-6 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dsg-sidebar {
    width: 100%;
    overflow: hidden;
  }

  .btn--prm-med {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1.1em;
  }

  .dsg-pop_cta {
    font-size: .85rem;
  }

  .container.nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-2 {
    width: var(--100-width);
  }

  .container-col-10-contacts {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .grid--3-3-3-3 {
    grid-template-columns: 1fr;
  }

  .grid--3-3-3-3.mobile {
    grid-column-gap: .5em;
    grid-template-columns: 1fr 1fr;
  }

  .is-h6 {
    font-size: .9em;
  }

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

  .is-p-visible {
    display: block;
  }

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

  .is-p-hidden {
    display: none;
  }

  .grid--4-4-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid--4-4-4.mobile-2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr;
  }

  .dsg-table_row.is-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .dsg-table_row.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dsg-popup_logo {
    width: 1.8em;
  }

  .is-btn-p-fw {
    width: 100%;
  }

  .dsg-hor-p-scroll-wrap {
    width: 100%;
    max-width: 90vw;
    overflow: scroll;
  }

  .dsg-table-cell {
    background-color: #1d1d1d;
  }

  .dsg-popup {
    z-index: 99999;
    width: 100%;
    max-width: none;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    bottom: -2px;
    right: auto;
  }

  .is-h2 {
    font-size: 2.5em;
  }

  .is-h3 {
    font-size: 2em;
  }

  .dsg-table_header-headlines.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dsg-table_row-spacing {
    background-color: #1d1d1d;
  }

  .grid--dsg-lists {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .is-h1 {
    font-size: 3em;
  }

  .grid--4-8 {
    grid-template-columns: 1fr;
  }

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

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

  .dsg-table.is-dsg-helpers.is-dsg-aspect {
    grid-template-rows: .25fr;
    grid-auto-rows: 1fr;
  }

  .is-display {
    font-size: 3em;
  }

  .grid--8-4 {
    grid-template-columns: 1fr;
  }

  .form-checkbox-label {
    font-size: 1rem;
  }

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

  .btn--prm-med.is-form-submit {
    font-size: 1.4em;
  }

  .dsg-pop_cta {
    font-size: .7rem;
  }

  .container.nav {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .featured-prdcts-image-wrapper {
    height: 150px;
  }

  .about-content-wrapper {
    flex-direction: row;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .footer-logo {
    padding-bottom: 10px;
  }

  .footer-grid--3-3-3-3 {
    grid-template-columns: 1fr;
  }

  .icon-4 {
    color: var(--secondary-100);
  }
}

#w-node-_945945da-9f5f-bfa1-d687-e2c9c174d37b-939a8dae {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3a6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3ba-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3bb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3be-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3c1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3c4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3c7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3c8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3cb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3ce-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3d1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3d4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3d5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3d8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3db-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3de-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3e1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3e2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3e5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3e8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3eb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3ee-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3ef-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3f2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3f5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3f8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3fb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3fc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3ff-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d402-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d405-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d408-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d409-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d40c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d40f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d412-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d415-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d416-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d419-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d41c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d41f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d435-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d436-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d439-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d43c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d43f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d442-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d443-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d446-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d449-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d44c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d44f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d450-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d453-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d456-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d459-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d45c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d45d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d460-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d463-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d466-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d469-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d46a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d46d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d470-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d473-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d476-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d477-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d47a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d47d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d480-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d48a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d48b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d48e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d491-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d492-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d495-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d498-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d499-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d49c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d49f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4a0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4a3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4a6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4a7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4aa-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4ad-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4ae-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4b1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4b4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4b5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4b8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4bb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4bc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4bf-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4c2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4c3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4c6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4c9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4ca-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4cd-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4d0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4d1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4d4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4d7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4d8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4db-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4de-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4df-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4e2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4e5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4e6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4e9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4f5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4f6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4f8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4f9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4fb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4fc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4fe-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d506-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d507-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d511-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d512-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d549-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d54a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d54b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d54e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d551-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d554-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d557-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d55a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d55b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d563-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d56c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d575-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d57e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d587-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d590-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d591-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d599-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d5a2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d5ab-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d5b4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d5bd-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d5c6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d5c7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d5cf-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d5d8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d5e1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d5ea-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d5f3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d603-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d604-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d607-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d60a-939a8dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_945945da-9f5f-bfa1-d687-e2c9c174d60b-939a8dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_945945da-9f5f-bfa1-d687-e2c9c174d60e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d611-939a8dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_945945da-9f5f-bfa1-d687-e2c9c174d612-939a8dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_945945da-9f5f-bfa1-d687-e2c9c174d615-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d61f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d620-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d623-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d626-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d627-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d62a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d62f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d630-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d633-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d638-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d639-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d63c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d641-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d642-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d645-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6c6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6c7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6ce-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6cf-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6d6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6d7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6de-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6df-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6e0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6e7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6e8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6e9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6ea-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6f1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6f2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6f3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6f4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6f5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d6f6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d702-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d703-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d706-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d709-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d70c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d70f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d712-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d715-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d716-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d719-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d71c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d71f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d722-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d725-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d727-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d728-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d72b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d72e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d731-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d734-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d737-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d739-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d73a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d73d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d740-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d743-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d746-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d749-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d74b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d74c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d74f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d752-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d755-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d758-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d75b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d75d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d75e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d761-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d764-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d767-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d76a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d76d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d76f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d770-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d773-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d776-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d779-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d77c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d77f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d781-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d782-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d785-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d788-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d78b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d78e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d791-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d793-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d794-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d797-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d79a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d79d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7a0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7a3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7a5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7a6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7a9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7ac-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7af-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7b2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7b5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7b7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7b8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7bb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7be-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7c1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7c4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7c7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7c9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7ca-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7cd-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7d0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7d3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7d6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7d9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7db-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7dc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7df-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7e2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7e5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7e8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7eb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7ed-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7ee-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7f1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7f4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7f7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7fa-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7fd-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d7ff-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d800-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d803-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d806-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d809-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d80c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d80f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d811-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d812-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d815-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d818-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d81b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d81e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d821-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d823-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d824-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d827-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d82a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d82d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d830-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d833-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d835-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d836-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d839-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d83c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d83f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d842-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d845-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d847-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d848-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d84b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d84e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d851-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d854-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d857-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d859-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d85a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d85d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d860-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d863-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d866-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d869-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d86b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d86c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d86f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d872-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d875-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d878-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d87b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d87d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d87e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d881-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d884-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d887-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d88a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d88d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d88f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d890-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d893-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d896-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d899-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d89c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d89f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8a1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8a2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8a5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8a8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8ab-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8ae-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8b1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8b3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8b4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8b7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8ba-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8bd-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8c0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8c3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8c5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8c6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8c9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8cc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8cf-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8d2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8d5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8d7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8d8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8db-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8de-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8e1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8e4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8e7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8e9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8ea-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8ed-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8f0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8f3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8f6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8f9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8fb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8fc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d8ff-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d902-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d905-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d908-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d90b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d90d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d90e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d911-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d914-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d917-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d91a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d91d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d91f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d920-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d923-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d926-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d929-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d92c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d92f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d931-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d932-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d935-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d938-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d93b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d93e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d941-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d943-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d944-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d947-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d94a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d94d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d950-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d953-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d955-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d956-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d959-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d95c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d95f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d962-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d965-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d96f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d970-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d973-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d976-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d979-939a8dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_945945da-9f5f-bfa1-d687-e2c9c174d97c-939a8dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_945945da-9f5f-bfa1-d687-e2c9c174d97f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d982-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d983-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d986-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d989-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d98c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d98f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d992-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d994-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d995-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d998-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d99b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d99e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9a1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9a4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9a6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9a7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9aa-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9ad-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9b0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9b3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9b6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9b8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9b9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9bc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9bf-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9c2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9c5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9c8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9ca-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9cb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9ce-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9d1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9d4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9d7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9da-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9dc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9dd-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9e0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9e3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9e6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9e9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9ec-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9ee-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9ef-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9f2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9f5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9f8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9fb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d9fe-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da00-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da01-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da04-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da07-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da0a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da0d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da10-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da12-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da13-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da16-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da19-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da1c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da1f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da22-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da24-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da25-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da28-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da2b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da2e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da31-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da34-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da36-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da37-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da3a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da3d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da40-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da43-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da46-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da48-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da49-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da4c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da4f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da52-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da55-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da58-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da5a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da5b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da5e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da61-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da64-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da67-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da6a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da6c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da6d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da70-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da73-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da76-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da79-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da7c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da7e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da7f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da82-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da85-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da88-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da8b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da8e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da90-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da91-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da94-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da97-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da9a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174da9d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daa0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daa2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daa3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daa6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daa9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daac-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daaf-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dab2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dab4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dab5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dab8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dabb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dabe-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dac1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dac4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dac6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dac7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daca-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dacd-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dad0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dad3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dad6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dad8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dad9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dadc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dadf-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dae2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dae5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dae8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daea-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daeb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daee-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daf1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daf4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174daf7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dafa-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dafc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dafd-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db00-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db03-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db06-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db09-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db0c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db0e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db0f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db12-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db15-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db18-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db1b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db1e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db20-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db21-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db24-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db27-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db2a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db2d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db30-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db32-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db33-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db36-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db39-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db3c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db3f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db42-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db44-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db45-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db48-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db4b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db4e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db51-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db54-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db56-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db57-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db5a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db5d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db60-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db63-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db66-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db68-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db69-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db6c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db6f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db72-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db75-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db78-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db7a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db7b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db7e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db81-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db84-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db87-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db8a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db8c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db8d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db90-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db93-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db96-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db99-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db9c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db9e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174db9f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dba2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dba5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dba8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbab-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbae-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbb0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbb1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbb4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbb7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbba-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbbd-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbc0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbc2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbc3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbc6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbc9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbcc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbcf-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbd2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbde-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbdf-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbe2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbe5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbe8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbe9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbec-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbef-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbf2-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbf3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbf6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbf9-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbfc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dbfd-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc00-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc03-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc06-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc07-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc0a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc0d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc10-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc11-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc14-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc17-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc21-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc22-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc25-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc28-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc29-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc2c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc2f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc30-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc33-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc36-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc37-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc3a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc3d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc3e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc41-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc4b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc4c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc4f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc52-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc53-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc56-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc59-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc5a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc5d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc60-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc61-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc64-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc67-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc68-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc6b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc6e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc6f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc72-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc75-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc76-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc79-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc7c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc7d-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc80-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc83-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc84-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc87-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc8a-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc8b-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc8e-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc91-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc92-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc95-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc98-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc99-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc9c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc9f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dca0-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dca3-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dca6-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dca7-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dcaa-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dcad-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dcae-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dcb1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dcb4-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dcb5-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dcb8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dcbb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dcbc-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dcbf-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f728a-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f7291-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f7298-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f729f-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72a7-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72ae-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72b5-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72bc-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72c4-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72cb-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72d2-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72d9-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72e1-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72e8-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72ef-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72f6-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f72fe-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f7305-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f730c-939a8dae, #w-node-e95ca97b-1f0c-423e-865f-4e76c06f7313-939a8dae, #w-node-_1e03a193-1dca-c72d-10ee-39ce9a8b5675-939a8dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e03a193-1dca-c72d-10ee-39ce9a8b567c-939a8dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_76a7d6c3-87b5-1a7c-4f20-3a4390800420-939a8dae, #w-node-_408f5b01-fdb6-7c7c-f637-64742c825d8a-939a8dae, #w-node-ce7701ec-0545-d5f7-2c00-ad81e7f4ed26-939a8dae, #w-node-_7ac09a20-b9bb-54ec-97c7-4aad66eb5b71-939a8dae, #w-node-_474035c2-cff2-fcce-049f-5f472eb01ce8-939a8dae, #w-node-b77c043f-8163-f920-e735-13893eec078e-939a8dae, #w-node-_9e1ac07e-e641-af06-b453-af30b167db90-939a8dae, #w-node-ab8d747d-427e-5e7e-bdff-29c20fa6de72-939a8dae, #w-node-a8b81eb8-8669-364a-97ad-1159a346456a-939a8dae, #w-node-c15516e4-624a-c2dd-b1a4-4549253cc29e-939a8dae, #w-node-d308ec10-dd86-c2a3-70cd-1a0b64596f9c-939a8dae, #w-node-cd9139a6-0201-ab45-a5ab-6acd27935988-939a8dae, #w-node-_6e54bbd5-ff16-e42b-8153-3ba5c38d9ea6-939a8dae, #w-node-_3538de20-cc9b-d533-783b-6bd50557b352-939a8dae, #w-node-_2dc0d18b-550a-b581-6b2a-6a1c5a5c64a9-939a8dae, #w-node-_454afe41-e21d-3993-64a7-05a13fb7c98e-939a8dae, #w-node-_2e6c1931-6a28-6e6e-84e9-b8752f6b3541-939a8dae, #w-node-d5b4d366-e91f-4b69-5eb2-9b3337fe5680-37fe567d, #w-node-d5b4d366-e91f-4b69-5eb2-9b3337fe5685-37fe567d, #w-node-d5b4d366-e91f-4b69-5eb2-9b3337fe568e-37fe567d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5b4d366-e91f-4b69-5eb2-9b3337fe5697-37fe567d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d5b4d366-e91f-4b69-5eb2-9b3337fe56a8-37fe567d, #w-node-d5b4d366-e91f-4b69-5eb2-9b3337fe56ab-37fe567d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5b4d366-e91f-4b69-5eb2-9b3337fe56ae-37fe567d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_659de254-7827-919d-3681-d6d05a07c313-5a07c30e, #w-node-_659de254-7827-919d-3681-d6d05a07c321-5a07c30e, #w-node-db1adfaa-3db9-a809-655a-a759870283f6-870283f6, #w-node-c3356888-1bfb-a84d-6001-340cfc7a3f7f-fc7a3f7c, #w-node-c3356888-1bfb-a84d-6001-340cfc7a3f85-fc7a3f7c, #w-node-c3356888-1bfb-a84d-6001-340cfc7a3f8b-fc7a3f7c, #w-node-c4bef1f1-cac7-c852-1c84-eb19ca8e2763-093a6f35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4bef1f1-cac7-c852-1c84-eb19ca8e276a-093a6f35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_19e73016-7daa-5276-4144-00fe52eca80b-093a6f35, #w-node-_171abc43-0119-b2e5-e3fa-0efb3419ce49-093a6f35, #w-node-eebca8c8-1af1-6d1e-4519-2adcb329f424-093a6f35, #w-node-_12320f30-0eef-aa1b-a708-3ac181c5dacc-093a6f35, #w-node-_12320f30-0eef-aa1b-a708-3ac181c5dad3-093a6f35, #w-node-d7a07358-6d85-c073-d5c0-ae166cbd11e9-093a6f35, #w-node-d7a07358-6d85-c073-d5c0-ae166cbd11f0-093a6f35, #w-node-_54f27819-589b-1a56-9591-a99fe9b0f1e3-093a6f35, #w-node-_54f27819-589b-1a56-9591-a99fe9b0f1ea-093a6f35, #w-node-bf281dd5-2e3a-ac03-735f-8278aeee48ee-093a6f35, #w-node-bf281dd5-2e3a-ac03-735f-8278aeee48f5-093a6f35, #w-node-eebca8c8-1af1-6d1e-4519-2adcb329f41d-093a6f35, #w-node-f049854d-53ca-6022-1332-7f763ba7c683-093a6f35, #w-node-f049854d-53ca-6022-1332-7f763ba7c659-093a6f35, #w-node-f049854d-53ca-6022-1332-7f763ba7c65c-093a6f35, #w-node-f049854d-53ca-6022-1332-7f763ba7c663-093a6f35, #w-node-f049854d-53ca-6022-1332-7f763ba7c666-093a6f35, #w-node-f049854d-53ca-6022-1332-7f763ba7c66d-093a6f35, #w-node-f049854d-53ca-6022-1332-7f763ba7c670-093a6f35, #w-node-f049854d-53ca-6022-1332-7f763ba7c677-093a6f35, #w-node-f049854d-53ca-6022-1332-7f763ba7c67a-093a6f35, #w-node-f049854d-53ca-6022-1332-7f763ba7c681-093a6f35, #w-node-_43df9e2b-2ba1-50e2-ff88-4954ac27d93e-093a6f35, #w-node-_43df9e2b-2ba1-50e2-ff88-4954ac27d941-093a6f35, #w-node-_43df9e2b-2ba1-50e2-ff88-4954ac27d948-093a6f35, #w-node-_43df9e2b-2ba1-50e2-ff88-4954ac27d94b-093a6f35, #w-node-_43df9e2b-2ba1-50e2-ff88-4954ac27d952-093a6f35, #w-node-_43df9e2b-2ba1-50e2-ff88-4954ac27d955-093a6f35, #w-node-_43df9e2b-2ba1-50e2-ff88-4954ac27d95c-093a6f35, #w-node-_43df9e2b-2ba1-50e2-ff88-4954ac27d95f-093a6f35, #w-node-_43df9e2b-2ba1-50e2-ff88-4954ac27d966-093a6f35, #w-node-_43df9e2b-2ba1-50e2-ff88-4954ac27d968-093a6f35, #w-node-_6a57ba86-3ce9-cfe8-6d57-cb471c727ebc-093a6f35, #w-node-_6a57ba86-3ce9-cfe8-6d57-cb471c727e92-093a6f35, #w-node-_6a57ba86-3ce9-cfe8-6d57-cb471c727e95-093a6f35, #w-node-_6a57ba86-3ce9-cfe8-6d57-cb471c727e9c-093a6f35, #w-node-_6a57ba86-3ce9-cfe8-6d57-cb471c727e9f-093a6f35, #w-node-_6a57ba86-3ce9-cfe8-6d57-cb471c727ea6-093a6f35, #w-node-_6a57ba86-3ce9-cfe8-6d57-cb471c727ea9-093a6f35, #w-node-_6a57ba86-3ce9-cfe8-6d57-cb471c727eb0-093a6f35, #w-node-_6a57ba86-3ce9-cfe8-6d57-cb471c727eb3-093a6f35, #w-node-_6a57ba86-3ce9-cfe8-6d57-cb471c727eba-093a6f35, #w-node-_897a984c-0657-6c05-8bea-d2a3ba26de0e-093a6f35, #w-node-_897a984c-0657-6c05-8bea-d2a3ba26de11-093a6f35, #w-node-_897a984c-0657-6c05-8bea-d2a3ba26de18-093a6f35, #w-node-_897a984c-0657-6c05-8bea-d2a3ba26de1b-093a6f35, #w-node-_897a984c-0657-6c05-8bea-d2a3ba26de22-093a6f35, #w-node-_897a984c-0657-6c05-8bea-d2a3ba26de25-093a6f35, #w-node-_897a984c-0657-6c05-8bea-d2a3ba26de2c-093a6f35, #w-node-_897a984c-0657-6c05-8bea-d2a3ba26de2f-093a6f35, #w-node-_897a984c-0657-6c05-8bea-d2a3ba26de36-093a6f35, #w-node-_897a984c-0657-6c05-8bea-d2a3ba26de38-093a6f35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5d96a6e-5c6a-9422-17b7-febf3d242ec1-3d8cda7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e5d96a6e-5c6a-9422-17b7-febf3d242ec8-3d8cda7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_48a01e6e-cb8e-2d3f-d09c-fe7974a57578-3d8cda7a, #w-node-_84970589-c2f0-64a4-f698-3eb1995ae152-3d8cda7a, #w-node-d1b1dd2b-05da-efb7-34a9-936984d2e6cf-3d8cda7a, #w-node-d1b1dd2b-05da-efb7-34a9-936984d2e6cc-3d8cda7a, #w-node-_1b1c68d3-2f26-a3c5-4a24-76c61e72336a-0ef1515a, #w-node-_1b1c68d3-2f26-a3c5-4a24-76c61e723378-0ef1515a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_504217eb-535b-da71-87c0-cf072a08862b-0ef1515a, #w-node-_4d365ebd-bafc-65e6-532e-e59567ca9318-0ef1515a, #w-node-e0a7b4c2-4c33-8671-be84-b37cdf3498a8-0ef1515a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d37b-939a8dae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc75-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc83-939a8dae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3d1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3de-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3eb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3f8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d405-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d412-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d41f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d44c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d459-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d466-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d473-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d480-939a8dae {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4f8-939a8dae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4fb-939a8dae {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc91-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dc9f-939a8dae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3d1-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3de-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3eb-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d3f8-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d405-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d412-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d41f-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d44c-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d459-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d466-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d473-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d480-939a8dae {
    grid-column-end: 4;
  }

  #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4f8-939a8dae {
    grid-row: 3 / 4;
  }

  #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d4fb-939a8dae {
    grid-row: 5 / 6;
  }

  #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d506-939a8dae {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_945945da-9f5f-bfa1-d687-e2c9c174d511-939a8dae {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dcad-939a8dae, #w-node-_945945da-9f5f-bfa1-d687-e2c9c174dcbb-939a8dae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5b4d366-e91f-4b69-5eb2-9b3337fe56a8-37fe567d {
    justify-self: center;
  }

  #w-node-d5b4d366-e91f-4b69-5eb2-9b3337fe56ab-37fe567d {
    align-self: center;
    justify-self: center;
  }

  #w-node-d5b4d366-e91f-4b69-5eb2-9b3337fe56ae-37fe567d {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}