:root {
  --font-family: Pretendard, sans-serif;
  --base-color-neutral--grey1-text: #333;
  --link-color--link-primary: var(--base-color-brand--secondary);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--grey1-text);
  --background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-brand--secondary);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --text-color--text-darker: var(--base-color-neutral--gray1-text-color);
  --background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--secondary);
  --base-color-brand--secondary: #65ad61;
  --text-color--text-neutral: var(--base-color-neutral--neutral);
  --background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--success-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--gray1-pri);
  --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --white\<deleted\|variable-c5e9eab0\>: white;
  --background-color--background-white: var(--white\<deleted\|variable-c5e9eab0\>);
  --background-color--gray-2: var(--base-color-brand--lightest-blue);
  --base-color-neutral--text-color-2: #a2aebe;
  --base-color-neutral--white: #fff;
  --base-color-neutral--black: #000;
  --accessible-components--dark-grey\<deleted\|variable-c4d8099c\>: #9b9b9b;
  --background-color--background-blue-light: var(--base-color-brand--brighter-blue);
  --base-color-neutral--line1: #e4e9f1;
  --base-color-neutral--gray2: #f7f9fc;
  --base-color-system--vermilian: #eb5757;
  --background-color--background-grey: var(--base-color-neutral--gray1-pri);
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--gray1-text-color: #64748b;
  --base-color-system--success-red-dark: #d34c29;
  --background-color--background-blue-dark: var(--base-color-brand--primary);
  --base-color-neutral--neutral-lightest: #e2e8f0;
  --base-color-neutral--gray1-pri: #8a99af;
  --base-color-brand--primary: #4053d8;
  --navy\<deleted\|variable-f140516b-1bc1-ec30-0191-8ac9dffaab9d\>: #28323f;
  --base-color-neutral--navy: #28323f;
  --base-color-system--skyblue: #2bb8dd;
  --base-color-brand--lightest-blue: #f7f9fc;
  --cell-bg-color: #f8f9fc;
  --link-color--link-secondary: var(--base-color-neutral--black);
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #a2adbe;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --base-color-brand--brighter-blue: #f8fbff;
  --base-color-neutral--text: #64748b;
  --base-color-neutral--color: #f4f8ff;
  --base-color-system--yellow: #f9de61;
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

body {
  font-family: var(--font-family);
  color: var(--base-color-neutral--grey1-text);
  word-break: keep-all;
  background-color: #f4f5f8;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

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

p {
  color: var(--base-color-neutral--grey1-text);
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  border: .0625rem solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

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

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

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.text-rich-text._w-f {
  width: 100%;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: .0625rem dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}





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

.form_field-wrapper.flex-h.narrow-gap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.form_field-wrapper.flex-h {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #64748b;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.form_field-wrapper.flex-h.custom1 {
  align-items: flex-start;
}

.form_field-wrapper.flex-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.form_field-wrapper.w50 {
  width: 50%;
}

.form_field-wrapper.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>);
}

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

.text-size-13-1 {
  font-size: .8125rem;
  font-size: 13px;
  font-weight: 500;
}

.text-size-13-1.underline {
  text-decoration: underline;
}

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

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

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

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

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

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

.form_input {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: rgba(0, 0, 0, 0);
  border-radius: .25rem;
  min-height: 2.875rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input:focus {
  border-color: var(--base-color-brand--secondary);
}

.form_input::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.form_input.is-select-input {
  color: var(--text-color--text-neutral);
}

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

.form_input.is-round {
  border-radius: 20rem;
}

.form_input.is-bigger {
  min-height: 3.75rem;
}

.form_input.is-bigger.is-round {
  padding-left: 3.625rem;
}

.form_input.is-bigger.is-round::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}


.form_input.h34 {
  min-height: 2.125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, rgba(221, 35, 187, .25), rgba(0, 0, 0, 0) 40%), radial-gradient(circle at 0 100%, rgba(45, 98, 255, .3), rgba(0, 0, 0, 0) 60%);
}

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

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.flex-body {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100rem;
  height: 100%;
  display: flex;
  overflow: clip;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.button {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.875rem;
  font-weight: 600;
  transition: all .27s;
}

.button:hover {
  opacity: .8;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .4rem 1.875rem;
  font-size: .875rem;
}

.button.is-large {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.button.is-large.is-round {
  border-radius: 20rem;
}

.button.is-secondary {
  border: .0625rem solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: rgba(0, 0, 0, 0);
}

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

.button.round {
  border-radius: 100rem;
}

.button.is-round {
  border-radius: 20rem;
}

.button.is-round.width-210 {
  width: 13.125rem;
}

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

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

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

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

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

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: .0625rem dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

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

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.section_auth {
  width: 100%;
}

.auth_component {
  width: 100%;
  height: 100%;
  display: flex;
}

.auth_content {
  background-color: var(--white\<deleted\|variable-c5e9eab0\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.auth_content.left {
  background-image: linear-gradient(#65ad61, #206a42 84%, #155432);
}

.auth_item {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.auth_heading {
  font-size: 1.625rem;
}

.icon-embed-custom {
  color: #e8e8e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26.9375rem;
  height: 17.5rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.spacer-36 {
  padding-top: 2.25rem;
}

.input-item {
  align-items: center;
  display: flex;
  position: relative;
}

.input-item.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.icon-embed-xsmall {
  color: var(--text-color--text-darker);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.input-item_icon {
  pointer-events: none;
  color: var(--text-color--text-neutral);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 7%;
  right: auto;
}

.input-submit-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.input-submit-wrap.narrow {
  align-items: center;
}

.checkbox-label {
  font-size: .875rem;
  font-weight: 700;
}

.checkbox-field {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_checkbox-icon {
  border: .0625rem solid var(--border-color--border-alternate);
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
}

.form_checkbox-icon.w--redirected-checked {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  background-size: .75rem;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
}

.or-line-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.4375rem;
  height: 1.0625rem;
  display: flex;
}

.div-block-2 {
  text-align: center;
}

.text-color-gray {
  color: var(--text-color--text-darker);
}

.span-link {
  color: var(--link-color--link-primary);
  font-weight: 700;
}

.div-block-3 {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.auth_form.wide {
  width: 22.5rem;
}

.input-tag-block {
  width: 4.5rem;
  min-width: 4.5rem;
  position: relative;
  top: -.25rem;
}

.input-tag-block.width-full {
  width: auto;
  min-width: 0;
}

.input-item_selec-arrow-icon {
  pointer-events: none;
  color: var(--text-color--text-neutral);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.menu_side-component {
  z-index: 99991;
  background-color: var(--background-color--background-white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 16.5625rem;
  height: 100vh;
  padding-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.menu-white-spacer {
  width: 16.5625rem;
  height: 100%;
  display: block;
  position: relative;
}

.main {
  background-color: #f4f5f8;
  flex: 1;
  padding-bottom: 5vh;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.main.padding-wide {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.main.home-padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.main_top-bar-content {
  z-index: 9999;
  background-color: var(--background-color--gray-2);
  border-bottom: .0625rem solid #e2e8f0;
  justify-content: flex-start;
  align-items: center;
  height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0%;
}

.menu_top-content {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu_content {
  width: 100%;
}

.menu_sub-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  width: 100%;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  display: flex;
}

.menu_footer-content {
  width: 100%;
  padding-left: .75rem;
}

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

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 1.875rem;
  display: flex;
}

.flex-block {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  align-items: center;
}

.menu_header {
  color: var(--base-color-neutral--grey1-text);
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

.menu_header.is-active-accordion {
  color: var(--text-color--text-alternate);
  background-image: url('../images/active-bar.png'), url('../images/active-bar-side.png');
  background-position: 50%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  position: relative;
}

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

.menu_block {
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .875rem;
  display: flex;
  overflow: hidden;
}

.menu-arrow-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.div-block-4 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  padding-left: 29px;
  display: flex;
}

.fs_accordion-2_paragraph {
  margin-bottom: 0;
  font-size: .75rem;
}

.menu_body-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  flex-direction: column;
  padding: 1rem 0 1rem 4.125rem;
  display: flex;
}

.menu_body {
  min-height: 0;
  transition: max-height .2s;
  display: block;
  overflow: hidden;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  color: var(--base-color-neutral--text-color-2);
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  color: var(--base-color-neutral--white);
  transform: rotate(180deg);
}

.menu_wrapper {
  height: auto;
  transition: all .3s;
  position: relative;
  overflow: clip;
}

.menu_wrapper.is-active-accordion {
  height: auto;
}

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

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

.menu_link {
  color: var(--text-color--text-darker);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 1.725rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.menu_link.w--current {
  color: var(--text-color--text-primary);
  font-weight: 700;
}

.menu_link.active {
  color: var(--base-color-neutral--black);
}

.menu_link.is-active-accordion {
  color: var(--base-color-neutral--black);
  font-weight: 700;
}

.menu_count {
  background-color: var(--background-color--background-secondary);
  color: var(--white\<deleted\|variable-c5e9eab0\>);
  border-radius: .25rem;
  padding: .0625rem .4375rem;
  font-size: .75rem;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 3%;
}

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

.menu_link-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #64748b;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 0;
  font-weight: 500;
  display: flex;
}

.menu_link-2.w--current {
  color: #000;
  font-weight: 700;
}

.menu_header-layout2 {
  color: #64748b;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

.top-bar_left-content {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.125rem;
  display: flex;
}

.dash-top_dropdown {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--background-color--background-white);
  border: .0625rem solid #bbb;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /*width: 9.75rem;*/
  min-width: 9.75rem;
  padding: .5rem .5rem .5rem .75rem;
  display: flex;
}

.top-bar_select-link {
  border-bottom: .0625rem solid var(--border-color--border-primary);
  background-color: #fff;
  width: 100%;
  padding: 1.25rem 1rem;
}

.top-bar_select-link:hover {
  opacity: .7;
}

.top-bar_select-link:focus-visible {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.top-bar_select-link[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.top-bar_select-link.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.top-bar_select-link.non-underline {
  border-bottom-style: none;
}

.top-bar_select-link.active {
  background-color: var(--background-color--gray-2);
}

.fs_selectcustom-1_field {
  margin-bottom: 0;
  display: none;
}

.fs_selectcustom-1_text {
  font-size: .875rem;
}

.fs_selectcustom-1_arrow {
  right: -.625rem;
}

.fs_selectcustom-1_dropdown {
  z-index: 99;
  margin-left: 0;
}

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

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

.tob-bar_right-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tob-bar_weather {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  background-color: #eff4fb;
  border: .0625rem solid #e2e8f0;
  border-radius: 12.5rem;
  align-items: center;
  padding: .3rem 1.25rem;
  display: flex;
}

.tob-bar_icons {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  background-color: #eff4fb;
  border: .0625rem solid #e2e8f0;
  border-radius: 12.5rem;
  align-items: center;
  padding: .375rem;
  display: flex;
  position: relative;
}

.icon-embed-custom-7 {
  color: var(--text-color--text-darker);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.flex-block-2 {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  position: relative;
}

.alert-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .625rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tob-bar_user-content {
  padding-left: 1rem;
}

.flex-block-3 {
  flex-direction: column;
}

.tob-bar_user-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
}

.tob-bar_user-image {
  border-radius: 50%;
  width: 2.875rem;
  height: 2.875rem;
}

.user-name {
  font-size: .875rem;
  font-weight: 600;
}

.user-detail {
  color: var(--text-color--text-darker);
  font-size: .625rem;
}

.fs_accordion-2_body {
  background-color: #fff;
  width: 100%;
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content {
  width: 100%;
  transition: max-height .2s;
  display: none;
  position: absolute;
  overflow: hidden;
}

.fs_accordion-2_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header-2:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.fs_accordion-2_header-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

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

.main_title-content {
  justify-content: space-between;
  padding: 7rem 3.5rem 1.75rem;
  display: flex;
}

.main_title-content.narrow {
  padding-left: 3.65rem;
  padding-right: 3.65rem;
}

.heading-title {
  font-size: 1.75rem;
  font-weight: 500;
}

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

.main_title-sort {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: .0625rem #bbb;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 7rem;
  padding: .5rem .5rem .5rem .75rem;
  display: flex;
}

.icon-embed-custom-14 {
  background-color: var(--background-color--background-white);
  color: var(--background-color--background-secondary);
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.main_title-sort-wrap {
  z-index: 99;
  margin-left: 0;
}

.main_title-sort-select {
  border: .0625rem #000;
  padding: 0 1rem;
}

.main_title-sort-select:hover {
  opacity: .7;
}

.main_title-sort-select:focus-visible {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.main_title-sort-select[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.main_title-sort-select.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.main_title-sort-body.w--open {
  background-color: rgba(221, 221, 221, 0);
  border: .0625rem #ddd;
  margin-top: 1rem;
  font-size: .875rem;
  top: 1.8125rem;
}

.main_body_content {
  background-color: var(--background-color--background-white);
  border-radius: .75rem;
  padding: 1.5rem 2rem 2rem;
  overflow: visible;
}

.main_body_content.search-result {
  padding-top: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.main_body_content.no-padding-no-bg {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}

.main_body_content.padding-all-40 {
  padding: 2.5rem;
}

.main_body_content.padding-all-40.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
}

.main_body_content.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
  padding-left: .5rem;
  padding-right: .5rem;
}

.modal-subs_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 1.5rem 1.2rem;
  display: block;
}

.modal-subs_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 19rem;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 8px .5rem rgba(0, 0, 0, .15);
}

.modal_subs-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal-subs-popup {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4.0625rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-subs_cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.frame-1000004162 {
  grid-column-gap: 8.4375rem;
  grid-row-gap: 8.4375rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text {
  color: #64748b;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 105%;
}

.frame-1000004161 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-12 {
  color: #1a74ef;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 105%;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.modal-subs_item {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .625rem;
  display: flex;
}

.vectors-wrapper-2 {
  background-color: var(--background-color--background-secondary);
  object-fit: cover;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
}

.vectors-wrapper-2.is-color-grey {
  background-color: #64748b;
}

.text-13 {
  color: #333;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 105%;
}

.divider {
  background-color: #e2e8f0;
  width: 100%;
  height: .0625rem;
}

.subscription-icon-svg {
  color: var(--background-color--background-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.4375rem;
  display: flex;
}

.frame-59 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #fff6f3;
  border-radius: .1875rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .125rem .3125rem;
  display: flex;
}

.text-14 {
  color: #d34c29;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .625rem;
  font-weight: 500;
  line-height: 105%;
}

.frame-58 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #f2f7fe;
  border-radius: .1875rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .125rem .1875rem;
  display: flex;
}

.text-15 {
  color: #1a74ef;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .625rem;
  font-weight: 500;
  line-height: 105%;
}

.list-text {
  color: var(--text-color--text-darker);
  font-size: .875rem;
}

.menu_collecpse-component {
  z-index: 9999;
  background-color: var(--background-color--background-white);
  width: 0;
  height: 100vh;
  padding-top: 1.5rem;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.menu_collecpse-component.open {
  width: 4rem;
}

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

.icon-embed-custom-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6875rem;
  height: 1.875rem;
  display: flex;
}

.spacer-38 {
  padding-top: 2.375rem;
}

.menu_collecpse-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.menu_collecpse-item {
  color: var(--text-color--text-darker);
  width: 100%;
  height: 2.5rem;
  padding-left: .8125rem;
}

.menu_collecpse-item.w--current {
  color: var(--base-color-neutral--white);
  background-image: url('../images/Frame-1000003558_2.png'), url('../images/active-bar-side.png');
  background-position: 50%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.menu_collecpse-icon-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .575rem;
  display: flex;
}

.menu-collepse-white-spacer {
  width: 0;
  height: 100%;
  display: block;
  position: relative;
}

.menu-collepse-white-spacer.open {
  width: 4rem;
}

.main_body-grid {
  grid-column-gap: 4.25rem;
  grid-row-gap: 4.25rem;
  border-bottom: .0625rem solid #e2e8f0;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr 1.1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 4.0625rem;
  padding: .2rem .5rem .2rem 1.5rem;
  display: grid;
}

.main_body-grid.no-line {
  border-bottom-style: none;
}

.fs_accordion-2_content-2 {
  flex-direction: column;
  align-items: center;
  transition: max-height .2s;
  display: flex;
  overflow: hidden;
}

.fs_accordion-2_arrow-wrapper-2 {
  border: .0625rem solid var(--background-color--background-secondary);
  background-color: var(--background-color--background-secondary);
  background-image: url('../images/Plus_1Plus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .5rem;
  width: 2.25rem;
  height: 2.25rem;
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper-2.is-active-accordion {
  background-color: rgba(5, 117, 230, 0);
  background-image: url('../images/Minus_1Minus.png');
  background-repeat: no-repeat;
  background-size: auto;
  transform: rotate(180deg);
}

.fs_accordion-2_label-2 {
  font-size: 1.125rem;
  font-weight: 700;
}

.fs_accordion-2_header-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  border-bottom: .0625rem solid #e2e8f0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1rem;
  display: flex;
}

.fs_accordion-2_header-3:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.fs_accordion-2_header-3[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.fs_accordion-2_item-2 {
  background-color: var(--background-color--background-blue-light);
  border-radius: .875rem;
}

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

.frame-1000006178 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-17 {
  color: #000;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.main_tag {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--text-color--text-alternate);
  background-color: #1a74ef;
  border-radius: 1.25rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 3.75rem;
  padding: .0625rem 1rem;
  font-size: .75rem;
  display: flex;
}

.main_tag.green {
  background-color: #65ad61;
}

.main_tag.blue {
  background-color: #53aacb;
}

.main_tag.red {
  background-color: #e79277;
}

.main_tag-text {
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-weight: 500;
  line-height: 1.25rem;
}

.div-block-5 {
  padding-left: 1.125rem;
}

.main-body_block-grid-wrapper {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.quick-stack {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  padding: 0;
}

.main-body_cell-blue {
  color: var(--text-color--text-alternate);
  background-color: #d9ebf1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 3.75rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.main-body_cell-blue.active-blue {
  background-color: #53aacb;
}

.main-body_cell-blue.active-special {
  background-color: var(--background-color--background-white);
  border: .0625rem solid #53aacb;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.month-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
  display: flex;
}

.month-wrapper.is-active {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

.icon-embed-custom-25 {
  color: #53aacb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.main-body_cell-green {
  color: var(--text-color--text-alternate);
  background-color: #d9f1e4;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 3.75rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.main-body_cell-green.active-green {
  background-color: #53cb8a;
}

.main-body_cell-red {
  color: var(--text-color--text-alternate);
  background-color: #fde2d9;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 3.75rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.main-body_cell-red.active-red {
  background-color: #e79277;
}

.main_footer {
  justify-content: space-between;
}

.main-button-large {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--text-color--text-darker);
  background-color: #fff;
  border: .0625rem solid #e4e9f1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .6875rem 1.3rem .6875rem 1rem;
  font-weight: 600;
  display: flex;
}

.main-button-large.solid-green {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
}

.main-button-large.solid-green._w-220 {
  max-width: 13.75rem;
}

.main-button-large.solid-green._w-f {
  width: 100%;
}

.main-button-large.border-transp {
  background-color: rgba(255, 255, 255, 0);
}

.main-button-large.text-dark {
  color: var(--text-color--text-primary);
}

.main-button-large.bg-transp {
  border-color: var(--base-color-neutral--line1);
  background-color: rgba(255, 255, 255, 0);
}

.main-button-large.bg-dark {
  color: var(--base-color-neutral--white);
  background-color: #384e6b;
}

.main-button-large.min-100 {
  min-width: 6.25rem;
}

.main-button-large.bg-light {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
  color: var(--text-color--text-primary);
}

.main-button-large.bg-light.min-140 {
  min-width: 8.75rem;
}

.main-button-large.white {
  background-color: var(--base-color-neutral--white);
  color: #4f4f4f;
  text-align: justify;
}

.main-button-large.solid-red {
  border-color: var(--base-color-system--vermilian);
  background-color: var(--base-color-system--vermilian);
  color: var(--base-color-neutral--white);
}

.main-button-large.solid-red._w-220 {
  max-width: 13.75rem;
}

.main-button-large.solid-dark-gray {
  border-color: var(--base-color-neutral--text-color-2);
  background-color: var(--base-color-neutral--text-color-2);
  color: var(--text-color--text-alternate);
}

.main-button-large.solid-dark-gray._w-220 {
  max-width: 13.75rem;
}

.main-button-large.solid-dark-gray._w-f {
  width: 100%;
}

.main-button-large.text-size-14.text-weight-semibold.to--red {
  border-color: var(--base-color-system--vermilian);
  background-color: var(--base-color-system--vermilian);
  color: var(--base-color-neutral--white);
  min-width: 13.625rem;
}

.main-button-large.text-size-14.text-weight-semibold._w-216 {
  min-width: 13.5rem;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.text-18 {
  line-height: 1.5rem;
}

.menu_single-link {
  color: var(--text-color--text-darker);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

.menu_single-link.w--current {
  color: var(--text-color--text-alternate);
  background-image: url('../images/active-bar.png'), url('../images/active-bar-side.png');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.frame-1000006180 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-tags {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-tags_box {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.project-tags_box.blue {
  background-color: #53aacb;
}

.project-tags_box.green {
  background-color: #53cb8a;
}

.project-tags_box.red {
  background-color: #e79277;
}

.text-20 {
  color: #000;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.flex-block-4 {
  padding-left: .875rem;
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close-icon.close-size-small {
  width: .75rem;
}

.modal_close {
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal_close:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.modal_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.modal_pjt-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 4rem;
  display: block;
}

.modal_pjt-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 69.0625rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_pjt-wrapper.overflow-auto {
  height: 98%;
}

.modal_pjt-cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_pjt-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_pjt-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.table_cell {
  color: var(--text-color--text-neutral);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: .875rem;
  display: flex;
}

.table_row-5grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-5grid:hover {
  background-color: #f8fbff;
}

.table_row-5grid.pjt-table {
  grid-template-columns: 1fr 1fr .34fr .35fr .35fr;
}

.table_head {
  border-top: .0625rem solid #e4e9f1;
  border-bottom-color: #e4e9f1;
}

.table_head.under-line {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.table_component {
  width: 100%;
}

.table_header-sort-icon {
  color: var(--text-color--text-darker);
  background-image: url('../images/Group-1000004272_1Group 1000004272.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: .625rem;
  width: 100%;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.9;
}

.table_header-sort-icon.sort-expand {
  background-position: 100%;
}

.table_header-sort-icon.sort-no {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.file-image {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--text-color--text-alternate);
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  position: relative;
}

.file-image.red {
  background-color: #eb5757;
  border-radius: .5rem;
}

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

.file-image.border {
  border: .0625rem solid var(--border-color--border-primary);
}

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

.file-image.green {
  background-color: #65ad61;
}

.image-wrapper-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.image-wrapper-image.set1 {
  position: relative;
}

.table-flex-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.table_button {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  background-color: #f7f9fc;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
  padding: .3125rem;
  font-size: .875rem;
  display: flex;
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .05);
}

.table_button.full-width {
  width: 100%;
}

.text-21 {
  text-transform: undefined;
  line-height: 105%;
}

.table_page-nation {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination-arrow-left {
  padding: .4375rem .4375rem 7px;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.chevron-left {
  padding: .125rem .3125rem 2px;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .479004rem;
  height: .889014rem;
  display: flex;
}

.pagination-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--background-color--background-secondary);
  border-radius: .3rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: .375rem .75rem;
  display: flex;
}

.text-22 {
  color: #e5e7eb;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 50;
  line-height: 1.5rem;
}

.pagination-item-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-radius: .1875rem .1875rem 3p;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .375rem .75rem;
  display: flex;
}

.text-23 {
  color: #606882;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.pagination-elipsis {
  border-radius: .1875rem .1875rem 3p;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 2.25rem;
  padding: .375rem .5rem;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: 1.25rem;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .477246rem;
  height: .889014rem;
  display: flex;
}

.top-bar_select-list.w--open {
  background-color: var(--background-color--background-white);
  border: .0625rem solid #e4e9f1;
  border-radius: .25rem;
  width: 21.25rem;
  margin-top: 1rem;
  font-size: .875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.top-bar_select-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.top-bar_select-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.top-bar_checkbox-wrap {
  position: relative;
}

.checkbox-field-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
}

.flex-block-5 {
  justify-content: center;
}

.top-bar_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-bar_select-icon-wrapper {
  background-color: var(--text-color--text-neutral);
  color: var(--text-color--text-alternate);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
}

.top-bar_select-icon-wrapper.blue {
  background-color: #53aacb;
}

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

.flex-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
}

.project-star {
  width: 1.5rem;
  height: 1.5rem;
}

.project-star.is-active {
  color: #f9de61;
}

.project-status-text {
  color: var(--base-color-neutral--neutral-light);
  font-size: .75rem;
}

.project-status-text.is-active {
  color: var(--text-color--text-success);
}

.tob-bar_search-warapper {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  border-radius: .25rem;
  width: 27.125rem;
  padding: 1.25rem 1.625rem;
  display: block;
  position: absolute;
  top: 6.675rem;
  left: auto;
  right: 14.8125rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.tob-bar_search-content {
  grid-column-gap: 15p;
  grid-row-gap: .9375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-24 {
  color: #333;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 50;
}

.tob-bar_search-item {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tob-bar_search-submit {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--base-color-brand--secondary);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 2.25rem;
  padding: .5625rem 1.875rem .6875rem;
  font-size: .75rem;
  display: flex;
}

.tob-bar_search-input {
  background-image: url('../images/icons---Regular_1icons - Regular.png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  border-radius: .25rem;
  width: 100%;
  height: 2.25rem;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

.tob-bar_search-form {
  margin-bottom: 0;
}

.modal_search-cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_search-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_search-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.menu {
  height: 100vh;
}

.breadcrumbs {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.page-name {
  color: #1c2434;
  font-family: Pretendard, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.breadcrumb_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dashboard {
  color: #64748b;
  text-align: right;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.text-26 {
  color: #64748b;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.page-name-2 {
  color: #1a74ef;
  text-align: right;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.frame-1000006811 {
  grid-column-gap: 2.4375rem;
  grid-row-gap: 2.4375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-1000006810 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-27 {
  color: #000;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.text-28 {
  color: #1a74ef;
  font-family: Pretendard, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.search-result_body-content {
  padding: 3rem 1.5rem;
}

.text-29 {
  color: #1e1919;
  font-family: Pretendard, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.25rem;
}

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

.fs_checkbox-2_label {
  z-index: 1;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
}

.fs_checkbox-2_button {
  border: .0625rem #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px .1875rem rgba(0, 0, 0, 0);
}

.fs_checkbox-2_button.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
}

.fs_checkbox-2_button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
}

.fs_checkbox-2_button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.fs_checkbox-2_field {
  cursor: pointer;
  background-color: #e2e8f0;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 0 .875rem;
  display: flex;
  position: relative;
}

.fs_checkbox-2_field:hover {
  color: #696969;
  border-color: #696969;
}

.fs_checkbox-2_field.is-active-inputactive {
  background-color: var(--background-color--background-secondary);
  color: #fff;
}

.fs_checkbox-2_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  min-height: 3rem;
  display: grid;
}

.search-result_filter-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs_selectcustom-1_link {
  background-color: #fff;
  border-bottom: .0625rem solid #e7e7e7;
  padding: .35rem 1rem;
}

.fs_selectcustom-1_link:hover {
  opacity: .4;
  background-color: #e2e8f0;
}

.fs_selectcustom-1_link:focus-visible {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.fs_selectcustom-1_link[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.fs_selectcustom-1_link.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.fs_selectcustom-1_field-2 {
  margin-bottom: 0;
  display: none;
}

.fs_selectcustom-1_list-2.w--open {
  color: var(--text-color--text-darker);
  background-color: #fff;
  border: .0625rem #ddd;
  margin-top: .25rem;
  font-size: .875rem;
}

.fs_selectcustom-1_dropdown-2 {
  z-index: 99;
  margin-left: 0;
}

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

.filter {
  background-color: #e2e8f0;
  border-radius: 1rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 .0625rem 0 .75rem;
  display: flex;
  position: relative;
}

.label {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: .375rem;
  padding-right: .375rem;
  display: flex;
}

.text-30 {
  color: #333;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 2rem;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.table_row-3grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-3grid.search-result {
  grid-template-columns: 1fr .5fr .5fr;
}

.table_row-3grid.search-result:hover {
  background-color: #f8fbff;
}

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

.table_header-nomal {
  color: var(--text-color--text-darker);
  width: 100%;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.9;
}

.table_header-nomal.text-small {
  font-size: .75rem;
}

.icon-bg {
  position: relativ;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.73714rem;
  height: 1.75rem;
  display: flex;
}

.icon-image {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .125rem .0625rem;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .806531rem;
  height: .71875rem;
  display: flex;
}

.table-flex-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

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

.avatar {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #fff;
  border: .125rem solid #fff;
  border-radius: 1.25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -.9375rem;
  padding: .125rem;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 1.125rem;
}

.main-menu_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: grid;
}

.main-menu_wrapper {
  background-color: var(--background-color--background-white);
  border-radius: .25rem;
  overflow: hidden;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.main-menu_top-conent {
  color: var(--text-color--text-alternate);
  background-color: #53aacb;
  padding: .75rem 1.25rem .5rem;
  font-weight: 700;
}

.main-menu_top-conent.green {
  background-color: #65ad61;
}

.main-menu_body-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem 1.25rem;
  display: block;
}

.form_select-input-small {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  background-image: url('../images/Vector.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .25rem;
  width: 100%;
  height: 2.125rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-small:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_select-input-small::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.form_select-input-small._w-340 {
  max-width: 21.25rem;
}

.form_select-input-small._w-115 {
  max-width: 7.1875rem;
}

.form_select-input-small._w-200 {
  max-width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}

.form_select-input-small.smallest {
  padding-left: .6rem;
  font-size: .75rem;
}

.form_select-input-small.h-44 {
  height: 2.75rem;
}

.form_button {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  border: .0625rem solid var(--border-color--border-primary);
  color: var(--text-color--text-darker);
  background-color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.125rem;
  min-height: 2.125rem;
  padding: .3125rem;
  font-size: .875rem;
  display: flex;
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .05);
}

.form_button.red-delete {
  color: var(--text-color--text-error);
}

.form_button.is-active {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
}

.form_button.border-blue {
  border-color: var(--background-color--background-secondary);
  color: var(--text-color--text-success);
}

.text-32 {
  text-transform: undefined;
  line-height: 105%;
}

.main-menu_input-item {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: center;
}

.form_button-blue {
  grid-column-gap: 3.25781rem;
  grid-row-gap: 3.25781rem;
  border: .0625rem solid var(--background-color--background-secondary);
  color: var(--text-color--text-success);
  background-color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 2.125rem;
  min-height: 2.125rem;
  padding: .3125rem;
  font-size: .875rem;
  display: flex;
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .05);
}

.form_button-blue.is-active {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
}

.form_button-blue.wide {
  width: 7.75rem;
}

.main-menu_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.white-spacer {
  padding: 0;
}

.form_button-green {
  grid-column-gap: 3.25781rem;
  grid-row-gap: 3.25781rem;
  color: #65ad61;
  background-color: #fff;
  border: .0625rem solid #65ad61;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 2.125rem;
  min-height: 2.125rem;
  padding: .3125rem;
  font-size: .875rem;
  display: flex;
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .05);
}

.form_button-green.is-active {
  color: var(--text-color--text-alternate);
  background-color: #65ad61;
}

.form_button-green.wide {
  width: 7.75rem;
}

.content_block-padding16 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.content_block-padding16._w-860 {
  max-width: 53.75rem;
}

.text-size-14 {
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.text-size-14.weight-medium.align-left {
  text-align: left;
}

.text-size-14.weight-medium.align-left.to-text-12 {
  font-size: .75rem;
}

.text-size-14.text-indicator {
  color: #ea352b;
  font-size: .75rem;
  font-weight: 700;
}

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

.text-size-14.text-weight-bold.text-color-grey {
  color: var(--base-color-neutral--gray1-text-color);
}

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

.content-form_flex {
  grid-column-gap: .4375rem;
  display: flex;
}

.spacer-20-2 {
  padding-bottom: 1.25rem;
}

.spacer-16 {
  padding-bottom: 1rem;
}

.content-form_row {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
  border-bottom: .0625rem solid #eff2f8;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: .8rem;
  display: flex;
}

.content-form_row.height-50 {
  height: 3.125rem;
}

.content-form_row.border-top {
  border-top: .0625rem solid #eff2f8;
}

.content-form_left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex: 0 auto;
    /*justify-content: center;*/
    justify-content: flex-start;
    align-items: center;
    /*min-width: 5rem;*/
    width: 6rem;
    height: 100%;
    padding: .625rem 1.25rem;
    display: flex;
}

.content-form_left.blank-para {
  opacity: 0;
}

.form_input-search-small {
  border: .0625rem solid var(--border-color--border-primary);
  background-image: url('../images/search-1.svg'), url('../images/Rectangle-4985.png');
  background-position: 97%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: .875rem, auto;
  border-radius: .25rem;
  width: 100%;
  max-width: 21.25rem;
  height: 2.125rem;
  margin-bottom: 0;
}

.form_input-search-small:focus {
  border-color: var(--background-color--background-secondary);
}

.form_input-search-small::placeholder {
  font-size: .75rem;
}

.form_filter-button {
  border: .0625rem solid var(--border-color--border-primary);
  border-radius: .1875rem;
  align-items: center;
  height: 1.875rem;
  padding: 0 .8125rem;
  font-size: .75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form_filter-button.is-active-inputactive {
  border-width: .125rem;
  border-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-weight: 700;
}

.flex-block-7 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
}

.frame-1000004106 {
  grid-column-gap: 10p;
  grid-row-gap: .625rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_input-button {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--text-color--text-alternate);
  background-color: #4053d8;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 2.375rem;
  padding: .6875rem 1.875rem .6875rem 1.375rem;
  display: flex;
}

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

.form_input-button.dark-grey {
  background-color: #384e6b;
}

.search-1 {
  padding: .125rem .125rem 2p;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-33 {
  color: #eff4fb;
  text-align: cente;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.icon-embed-custom-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1875rem;
  height: 1.125rem;
  display: flex;
}

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

.flex-block-8 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
}

.div-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

.table_row-8grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-8grid:hover {
  background-color: #f8fbff;
}

.table_row-8grid.stage {
  grid-template-columns: .25fr .25fr .25fr 1fr .5fr .75fr .25fr .25fr;
}

.table_row-8grid.plan {
  grid-template-columns: .25fr .25fr .25fr 2fr .35fr .35fr .5fr .35fr;
}

.table_row-8grid.approval {
  grid-template-columns: .25fr .25fr .25fr 2fr .5fr .5fr .5fr .5fr;
}

.table_row-8grid.layout1 {
  grid-template-columns: .25fr .3fr .25fr .4fr .4fr .4fr .4fr 2.5fr;
}

.table_row-8grid.layout2 {
  grid-template-columns: .35fr 1fr 1fr 1fr 1fr 2fr 1fr 1fr;
}

.table_row-8grid.layout3 {
  grid-template-columns: .25fr .3fr .25fr .5fr .5fr .5fr 1fr 1fr;
}

.table_row-8grid.layout4 {
  grid-template-columns: .25fr .25fr .25fr .4fr .4fr .75fr 1fr 1fr;
}



.project-star-small {
  color: #dfe3f0;
  width: 1.25rem;
  height: 1.25rem;
}

.project-star-small.dark {
  color: var(--base-color-neutral--text-color-2);
}

.table_header-small {
  color: var(--text-color--text-darker);
  width: 100%;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.9;
}

.flex-center {
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.flex-center.gap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  height: 100%;
}

.flex-block-10 {
  justify-content: center;
  align-items: center;
}

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

.icon-embed-custom-31 {
  color: var(--text-color--text-primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.flex-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 1.625rem;
}

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

.status-text.blue {
  color: var(--text-color--text-success);
}

.status-text.red {
  color: var(--base-color-system--success-red-dark);
}

.fs_checkbox-2_label-2 {
  z-index: 1;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.fs_checkbox-2_button-2 {
  border: .0625rem #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px .1875rem rgba(0, 0, 0, 0);
}

.fs_checkbox-2_button-2.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
}

.fs_checkbox-2_button-2.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
}

.fs_checkbox-2_button-2.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.table_row-12grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-12grid:hover {
  background-color: #f8fbff;
}

.table_row-12grid.staff {
  grid-template-columns: .25fr .4fr .25fr 1.3fr 1.3fr 1fr 1fr 1fr 1fr 1fr 1fr 1.3fr;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
  display: flex;
}

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

.flex-block-12 {
  justify-content: space-between;
}

.flex-block-12.left {
  justify-content: flex-start;
}

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

.flex-block-13 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.icon-embed-custom-34, .icon-embed-custom-35 {
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

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

.flex-block-14 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--text-color--text-darker);
  align-items: center;
}

.form_square-bg {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: .0625rem solid var(--border-color--border-primary);
  color: var(--text-color--text-neutral);
  background-color: rgba(64, 83, 216, 0);
  border-radius: .3rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  min-width: 2.125rem;
  height: 2.125rem;
  padding: 0;
  display: flex;
}

.form_square-bg.grey {
  background-color: var(--background-color--background-blue-light);
}

.form_square-bg.reverse {
  transform: rotate(180deg);
}

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

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

.slelect-wrap {
  color: var(--text-color--text-darker);
  font-size: .875rem;
}

.table_row-10grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-10grid:hover {
  background-color: #f8fbff;
}

.table_row-10grid.partners {
  grid-template-columns: .35fr .35fr .35fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.table_row-10grid.layout1 {
  grid-template-columns: .25fr .25fr .25fr .25fr 1fr .4fr .4fr .4fr .5fr .75fr;
}

.table_row-10grid.layout2 {
  grid-template-columns: .25fr .25fr .25fr .4fr .4fr .5fr .75fr .75fr .75fr 1fr;
}

.table_row-10grid.layout3 {
  grid-template-columns: minmax(40px, 40px) .25fr minmax(40px, 40px) .35fr .35fr .35fr 2.2fr .5fr .5fr .5fr;
}

.table_row-10grid.layout4 {
  grid-template-columns: .35fr .45fr .35fr 1fr 1fr 1.5fr 1fr 1fr 2fr 4fr;
}




.form_input-search-medium {
  border: .0625rem solid var(--border-color--border-primary);
  background-image: url('../images/search-1.svg'), url('../images/Frame-1000003558_1Frame 1000003558.png');
  background-position: 97%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1.125rem, auto 100%;
  border-radius: .25rem;
  width: 100%;
  max-width: 25.875rem;
  height: 2.875rem;
  margin-bottom: 0;
}

.form_input-search-medium:focus {
  border-color: var(--background-color--background-secondary);
}

.form_input-search-medium::placeholder {
  font-size: 1rem;
}

.line-horizontal {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: .0625rem;
}

.tab-menu-link {
  border-bottom: .0625rem solid var(--background-color--background-blue-dark);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-color-blue {
  color: var(--text-color--text-success);
}

.table_row-4grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--base-color-neutral--line1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-4grid:hover {
  background-color: #f8fbff;
}

.table_row-4grid.settings {
  grid-template-columns: .35fr 1fr 1fr .5fr;
}

.table_row-4grid.settings.bg-grey {
  background-color: var(--background-color--background-blue-light);
}

.table_row-4grid.qr-code {
  border-bottom: .0625rem solid var(--border-color--border-primary);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.table_row-4grid.mypage {
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-columns: .6fr 1fr 1fr .6fr;
}

.table_row-4grid.mypage.add-state {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.table_row-4grid.layout1 {
  grid-template-columns: .25fr .5fr .5fr 1fr;
}

.table_row-4grid.layout2 {
  grid-template-columns: .35fr 1fr 1fr 1fr;
}

.form_input-small {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  border-radius: .25rem;
  height: 2.125rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-small:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_input-small::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.form_input-small.number {
  border-color: var(--base-color-neutral--gray1-pri);
  height: 1.5rem;
  margin-right: 0;
  padding-right: 0;
}

.form_input-small.number-red {
  border-color: var(--base-color-neutral--gray1-pri);
  color: var(--base-color-system--vermilian);
  height: 1.5rem;
  margin-right: 0;
  padding-right: 0;
  font-weight: 600;
}

.link-icon-svg {
  color: var(--text-color--text-darker);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.div-block-14 {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  align-items: center;
  display: flex;
}

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

._w-80 {
  max-width: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.menu-order-icon-svg {
  color: var(--text-color--text-neutral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.flex-block-15 {
  justify-content: space-between;
}

.fs_selectcustom-1_link-2 {
  background-color: #fff;
  border-bottom: .0625rem solid #e7e7e7;
  padding: .6rem 1rem;
}

.fs_selectcustom-1_link-2:hover {
  background-color: var(--background-color--background-blue-light);
}

.fs_selectcustom-1_link-2:focus-visible {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.fs_selectcustom-1_link-2[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.fs_selectcustom-1_link-2.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.fs_selectcustom-1_field-3 {
  margin-bottom: 0;
  display: none;
}

.fs_selectcustom-1_list.w--open {
  z-index: 999;
  border: .0625rem solid #ddd;
  border-radius: .5rem;
  margin-top: .3rem;
  font-size: .875rem;
  overflow: hidden;
}

.fs_selectcustom-1_dropdown-3 {
  margin-left: 0;
}

.fs_selectcustom-1_component-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.form_select-icon-wrap {
  background-color: rgba(245, 245, 245, 0);
  padding: 0;
}

.form_select-icon-wrap:focus-visible {
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.form_select-icon-wrap[data-wf-focus-visible] {
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.form_select-icon-wrap.w--open {
  z-index: 99;
}

.modal_stage-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal_stage-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-20 {
  font-size: 1.25rem;
}

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

.text-size-20.weight-bold.active {
  color: #65ad61;
}

.text-size-20.weight-bold.active.red {
  color: #e75530;
}

.form_input-label-text {
  color: var(--text-color--text-secondary);
  font-size: .875rem;
}

.form_input-label-text._w-fixed-64 {
  min-width: 5rem;
}

.form_input-label-text.custom1 {
  position: relative;
  top: 1.125rem;
}

.form_input-label-text.costome2-fit {
  width: 5.25rem;
}

.form_input-label-text.costome2-fit.position-set {
  position: relative;
  top: 1rem;
}

.form_input-label-text.costome3-fit {
  width: 6.3rem;
}

.form_input-label-text._w-fixed-96 {
  min-width: 6rem;
}

.form_input-label-text._w-fixed-96.top-set {
  padding-top: .75rem;
}

.flex-block-16 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--text-color--text-darker);
  align-items: center;
  width: 100%;
  font-size: .875rem;
}

.flex-block-17 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
}

.div-block-15 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.flex-block-18 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.table_row-7grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-7grid:hover {
  background-color: #f8fbff;
}

.table_row-7grid.info {
  grid-template-columns: .25fr .25fr .25fr 2fr .4fr .5fr .35fr;
}

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

.flex-block-19 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.icon-embed-custom-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.4375rem;
  display: flex;
}

.calendar-icon-svg {
  background-color: var(--background-color--background-white);
  pointer-events: none;
  color: var(--text-color--text-darker);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.calendar-icon-svg.size-large {
  top: 25%;
}

.date-picker {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.date-picker:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.date-picker::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.date-picker.size-large {
  height: 2.875rem;
  padding-left: 1rem;
}

.div-block-16 {
  z-index: 9999999;
  width: 100%;
  position: relative;
}

.modal_stamp-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modals_stamp-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_stamp-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 21.875rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

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

.modal_stamp-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 4rem;
  display: block;
}

.modal_add-comp-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal_add-comp-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_add-comp-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 31.875rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_add-comp-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 1.625rem 3rem;
  display: block;
}

.form_input-large {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_input-large::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.form_input-large.full-width {
  width: 100%;
}

.form_input-large.text-area {
  height: 12.5rem;
  padding-top: 1rem;
}

.form_input-large.text-area.narrow {
  height: 6.25rem;
}

.flex-block-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
}

.div-block-17 {
  min-width: 4.2rem;
}

.form {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-direction: column;
  display: flex;
}

.hide-check-label {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-star-wrapper {
  position: relative;
}

.checkbox-star {
  background-image: url('../images/star-1_1star 1.png');
  background-position: 50%;
  background-size: contain;
  border-style: none;
  border-radius: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.checkbox-star.w--redirected-checked {
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/Vector_1Vector.png'), none;
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: contain, cover;
  border-style: none;
}

.checkbox-star.w--redirected-focus {
  box-shadow: none;
}

.flex-block-21 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  width: 70%;
}

.table-box-icon-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.checkbox-2 {
  border: .0625rem solid #8a99af;
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-checked {
  background-color: #0575e6;
  background-size: .75rem;
  border-color: #0575e6;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.fs_selectcustom-1_dropdown-4 {
  margin-left: 0;
}

.table_header-sort-icon-2 {
  color: #64748b;
  background-image: url('../images/Group-1000004272_1Group 1000004272.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: .625rem;
  width: 100%;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.9;
}

.flex-block-22 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 1.625rem;
}

.table_header-nomal-2 {
  color: #64748b;
  width: 100%;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.9;
}

.fs_selectcustom-1_link-3 {
  background-color: #fff;
  border-bottom: .0625rem solid #e7e7e7;
  padding: .6rem 1rem;
}

.fs_selectcustom-1_link-3:hover {
  background-color: #f8fbff;
}

.fs_selectcustom-1_link-3:focus-visible {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.fs_selectcustom-1_link-3[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.fs_selectcustom-1_link-3.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.file-image-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  position: relative;
}

.file-image-2.border {
  border: .0625rem solid #e2e8f0;
}

.file-image-2.grey {
  background-color: #8a99af;
}

.fs_selectcustom-1_list-3.w--open {
  z-index: 999;
  border: .0625rem solid #ddd;
  border-radius: .5rem;
  margin-top: .3rem;
  font-size: .875rem;
  overflow: hidden;
}

.table_header-small-2 {
  color: #64748b;
  width: 100%;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.9;
}

.table-box-icon-svg2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.modal_writing-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal_writing-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_writing-cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_writing-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_writing-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.form_select-input-large {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Vector.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-large:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_select-input-large::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.form_select-input-large.full-width {
  width: 100%;
}

.form_vertical {
  flex-direction: column;
  display: flex;
}

.form_vertical.gap-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.form_vertical.gap-38 {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 1rem 1rem 0 0;
  justify-content: space-between;
  align-items: center;
  padding: .6875rem .625rem .625rem;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.form_attached-wrapper {
  width: 100%;
  padding-top: 0%;
  position: relative;
}

.form_attached-image {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.file-upload-hide {
  display: none;
}

.form_input-large-close {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  pointer-events: none;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large-close:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_input-large-close::placeholder {
  color: var(--text-color--text-primary);
  font-size: .875rem;
}

.icon-embed-custom-41 {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.375rem;
  display: flex;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.flex-block-23 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.icon-embed-custom-42 {
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 2px;
  display: flex;
}

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

.modal_detail-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_detail-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_detail-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.modal_detail-cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.is-disabled {
  background-color: var(--background-color--gray-2);
  cursor: not-allowed;
}

.form_attached_list {
  width: 100%;
}

.modal_detail-component {
  display: flex;
}

.table_row-2grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

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

.flex-block-24 {
  border-bottom: .0625rem solid var(--border-color--border-primary);
  justify-content: space-between;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.flex-block-25 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.modal_update-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_update-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_update-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 2.5rem 4rem;
  display: block;
}

.modal_update-content.padding-bottom-32 {
  padding-bottom: 2rem;
}

.search-date_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.calendar-icon-large-svg {
  background-color: var(--background-color--background-white);
  pointer-events: none;
  color: var(--text-color--text-darker);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.calendar-icon-large-svg.set2 {
  right: 7%;
}

.calendar-icon-large-svg.set3 {
  right: 3%;
}

.search-date_button {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

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

.div-block-19 {
  margin-left: -1.25rem;
}

.datalist_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.datalist_item {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  border-radius: .75rem;
  padding: 1.125rem;
  box-shadow: 0 8px .8125rem rgba(0, 0, 0, .07);
}

.datalist_item.wide-padding {
  padding: 5rem;
}

.div-block-20 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  display: flex;
}

.form_image-canvas {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 21.25rem;
  display: grid;
}

.form_image-wrapper {
  border-radius: .25rem;
  position: relative;
  overflow: hidden;
}

.form_image-button {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #f4f8ff;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  display: flex;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 4%;
  right: auto;
}

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

.form_field-wrapper-gapset {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--text-color--text-darker);
  align-items: center;
  width: 100%;
  font-size: .875rem;
  position: relative;
}

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

.div-block-21 {
  width: 100%;
  position: relative;
}

.editor-wrapper {
  width: 100%;
  height: 14rem;
  margin-bottom: 2rem;
}

.html-embed {
  height: 100%;
}

.table_empty-space {
  border-bottom: .0625rem solid var(--border-color--border-primary);
  justify-content: center;
  align-items: center;
  height: 23.75rem;
  display: flex;
}

.modal_writing-menual-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal-menual-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-menual-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  height: 100%;
  max-height: 98%;
  display: block;
  position: relative;
  left: 8.875rem;
  overflow: auto;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal-menual-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.form_wrapper-fullwidth {
  width: 100%;
  position: relative;
}

.form_file-attached-button {
  border-style: solid solid solid none;
  border-width: .0625rem;
  border-color: var(--border-color--border-primary);
  background-color: var(--background-color--gray-2);
  border-radius: .25rem;
  align-items: center;
  padding: .5rem 1.25rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: auto;
  right: 0%;
}

.icon-embed-custom-46 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .875rem;
  display: flex;
}

.html-embed-2 {
  display: none;
}

.form_input-attached {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  pointer-events: none;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-attached:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_input-attached::placeholder {
  color: var(--text-color--text-primary);
  font-size: .875rem;
}

.file-image-3 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  position: relative;
}

.file-image-3.green {
  background-color: #65ad61;
}

.file-image-3.border {
  border: .0625rem solid #e2e8f0;
}

.file-image-3.red {
  background-color: #eb5757;
  border-radius: .5rem;
}

.file-image-3.light-grey {
  background-color: #f7f9fc;
}

.file-image-3.grey {
  background-color: #8a99af;
}

.flex-block-27 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-27.right {
  justify-content: flex-end;
  padding-right: 2rem;
}

.flex-block-28 {
  border-bottom: .0625rem solid #e2e8f0;
  justify-content: space-between;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.flex-block-29 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 1.625rem;
}

.modal-safe1-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_safe1-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal_safe1-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  display: flex;
  position: relative;
  left: 8.875rem;
  overflow: auto;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_safe-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  width: 100%;
  padding: 2rem 4rem 4rem;
  display: block;
}

.modal_safe2-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal_safe2-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_safe2-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  height: 98%;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_safe2-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.modal_safe1-1-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal_safe1-1-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_safe1-1-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  height: 100%;
  max-height: 98%;
  display: flex;
  position: relative;
  left: 8.875rem;
  overflow: auto;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_safe1-1-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  width: 100%;
  padding: 2rem 2rem 4rem;
  display: block;
}

.div-block-22 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.pdf-form_vertical {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  flex-direction: column;
  display: flex;
}

.frame-1000006814 {
  grid-row-gap: .9375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-34 {
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 100%;
}

.vectors-wrapper-20 {
  background-color: var(--background-color--background-primary);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .0625rem;
  display: flex;
}

.frame-1000006818 {
  grid-row-gap: .5625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000006817 {
  grid-column-gap: 8.9375rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-1000006815 {
  grid-column-gap: 2.9375rem;
  color: var(--text-color--text-darker);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.text-35 {
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 100%;
}

.frame-1000006816 {
  grid-column-gap: 3.3125rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-37 {
  color: #000;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
}

.vectors-wrapper-22 {
  background-color: #e2e8f0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .0625rem;
  display: flex;
}

.flex-block-30 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
}

.quick-stack-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.pdf-form_cell {
  color: var(--text-color--text-darker);
  border: .0625rem solid #e2e8f0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.625rem;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.pdf-form_cell.bg-blue {
  background-color: #f7f9fc;
}

.pdf-form_cell.height-35 {
  height: 2.1875rem;
}

.pdf-form_cell.height-full {
  height: 100%;
}

.pdf-form_cell.set1 {
  justify-content: flex-start;
  padding-left: .75rem;
}

.form_input-small-pdf-table {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  border-radius: .25rem;
  max-width: 8.75rem;
  height: 2.125rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-small-pdf-table:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_input-small-pdf-table::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.pdf-add-icon {
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.flex-block-31 {
  width: 100%;
  position: relative;
}

.flex-block-32 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.modal_safe2-2-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal_safe2-2-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_safe2-2-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  height: 100%;
  max-height: 98%;
  display: flex;
  position: relative;
  left: 8.875rem;
  overflow: auto;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_safe2-2-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  width: 100%;
  padding: 2rem 2rem 4rem;
  display: block;
}

.flex-block-33 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
}

.form_input-label-text-2 {
  color: #333;
  font-size: .875rem;
}

.flex-block-34 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.html-embed-3 {
  height: 100%;
}

.icon-embed-custom-47 {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.375rem;
  display: flex;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.form_input-large-close-2 {
  pointer-events: none;
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large-close-2:focus {
  border-color: #0575e6;
  font-weight: 700;
}

.form_input-large-close-2::placeholder {
  color: #000;
  font-size: .875rem;
}

.flex-block-35 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
}

.main-button-large-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #64748b;
  background-color: #fff;
  border: .0625rem solid #e4e9f1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .6875rem 1.875rem;
  font-weight: 600;
  display: flex;
}

.main-button-large-2.dark-blue {
  color: #fff;
  background-color: #0575e6;
}

.icon-embed-custom-48 {
  color: #d34c29;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

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

.flex-block-36 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.flex-block-37 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
}

.modal_safe2-3-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal_safe2-3-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_safe2-3-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  max-height: 98%;
  display: flex;
  position: relative;
  left: 8.875rem;
  overflow: auto;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_safe2-3-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  width: 100%;
  padding: 2rem 2rem 4rem;
  display: block;
}

.switching-form_vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.frame-1000006822 {
  grid-column-gap: .875rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-38 {
  color: #333;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.frame-1000006819 {
  grid-column-gap: .75rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.switching-form_search-input {
  object-fit: cover;
  background-color: #f7f9fc;
  background-image: url('../images/icons---Regular_1icons - Regular.png');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  border-radius: .25rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 2.21875rem;
  padding-left: 1.6875rem;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  position: relative;
  top: -.4375rem;
}

.switching-form_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .35fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.switching-form_wrarpper {
  border: .0625rem solid var(--border-color--border-primary);
  border-radius: .3125rem;
  flex-direction: column;
  justify-content: space-between;
  height: 21.125rem;
  display: flex;
}

.switching-form_item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  padding: 1.25rem 1rem;
  display: flex;
}

.switching-form_text {
  font-size: .75rem;
}

.flex-block-38 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
}

.button_small {
  border: .0625rem solid var(--border-color--border-primary);
  color: var(--text-color--text-primary);
  background-color: #f7f9fc;
  border-radius: .25rem;
  padding: .4375rem 1.25rem;
  font-size: .875rem;
}

.div-block-23 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.switching-form_arrow-wrapper {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.swithcing-form_arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.swithcing-form_arrow.reverse {
  transform: rotate(180deg);
}

.div-block-24 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.switching-form_last {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.div-block-25 {
  justify-content: space-between;
  display: flex;
}

.switching-form_updawn-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.switching-form_updawn-arrow.reverse {
  transform: rotate(180deg);
}

.div-block-26 {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  display: flex;
}

.switching-form_wrarpper-small {
  border: .0625rem solid var(--border-color--border-primary);
  border-radius: .3125rem;
  flex-direction: column;
  justify-content: space-between;
  height: 7.75rem;
  display: flex;
}

.flex-block-38-copy {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  background-color: #f7f9fc;
  padding: .1875rem .75rem;
}

.flex-block-39 {
  width: 100%;
}

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

.flex-horizontal.full-width {
  width: 100%;
}

.flex-horizontal.flex-center.expand {
  flex: 1;
}

.flex-horizontal.gap-24 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.flex-horizontal._w-372 {
  align-items: flex-start;
  width: 23.25rem;
  margin-left: auto;
  margin-right: auto;
}

.flex-horizontal.gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-horizontal.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-horizontal.flex-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-horizontal.gap-48 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex-horizontal.gap-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.flex_horizontal {
  display: flex;
}

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

.form_filed-image-wrapper {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 17rem;
  margin-bottom: 2rem;
  display: grid;
}

.form_filed-image {
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.form_field-image-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.flex_horizontal-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-block-40 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.modal_71-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_71-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  height: 98%;
  display: block;
  position: relative;
  left: 8.875rem;
  overflow: auto;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_71-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.modal_72-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_72-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 39.25rem;
  display: block;
  position: relative;
  left: 8.875rem;
  overflow: auto;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_72-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.form_modal-trigger {
  z-index: 100;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.position-relative {
  width: 100%;
  position: relative;
}

.modal_73-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_73-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 25rem;
  display: block;
  position: relative;
  left: 8.875rem;
  overflow: auto;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_73-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 2.5rem;
  display: block;
}

.form_checkbox-wrapper {
  border-bottom: .0625rem solid var(--border-color--border-primary);
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.form_checkox-label {
  color: var(--text-color--text-darker);
  width: 100%;
  font-size: .875rem;
}

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

.form_title-heading {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.document-form_top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: .125rem solid #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .25fr minmax(12.5rem, 21.25rem);
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.checkbox-label-2 {
  display: none;
}

.div-block-28 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.document-form_sign-item {
  width: 100%;
  max-width: 5.625rem;
  height: 5.625rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: relative;
}

.document-form_sign-checkbox {
  border: .0625rem solid var(--border-color--border-primary);
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.document-form_sign-checkbox.w--redirected-checked {
  background-color: rgba(56, 152, 236, 0);
  background-image: none;
  border-style: none;
}

.document-form_sign-checkbox.w--redirected-focus {
  box-shadow: none;
}

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

.div-block-29 {
  justify-content: space-between;
  padding: .25rem .5rem;
  display: flex;
}

.document-form_sign-image-wrapper {
  width: 3.75rem;
  height: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.document-form_body1-content {
  border-top: .0625rem solid #000;
  border-left: .0625rem solid var(--border-color--border-primary);
}

.document-form_header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.document-form_cell {
  border-style: none solid solid none;
  border-width: .0625rem;
  border-color: var(--border-color--border-primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem .2rem;
  font-size: .75rem;
  display: flex;
}

.document-form_cell.heading {
  width: 100%;
  height: 100%;
  font-size: .875rem;
  font-weight: 700;
}

.document-form_cell.red-gap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fdefeb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.document-form_cell-heading {
  border-style: none solid solid none;
  border-width: .0625rem;
  border-color: var(--border-color--border-primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem .875rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.document-form_cell-heading.heading {
  width: 100%;
  height: 100%;
  font-size: .875rem;
  font-weight: 700;
}

.document-form_row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.fs_modal-2_message {
  color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
}

.fs_modal-2_close-icon-2 {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fs_modal-2_close:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.document-form_icon {
  color: var(--base-color-brand--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.document-form_body2-content {
  border-top: .0625rem solid var(--border-color--border-alternate);
}

.document-form_header-lo2, .document-form_row-col16 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.background-color-yellow {
  background-color: #fffe56;
}

.flex-block-41 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.flex-block-42 {
  justify-content: center;
  align-items: center;
}

.form_button-icon {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--gray-2);
  color: var(--text-color--text-darker);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 2.125rem;
  min-height: 2.125rem;
  padding: .3125rem .625rem;
  font-size: .875rem;
  display: flex;
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .05);
}

.form_button-icon.red-delete {
  color: var(--text-color--text-error);
}

.form_button-icon.is-active {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
}

.form_button-icon.border-blue {
  border-color: var(--background-color--background-secondary);
  color: var(--text-color--text-success);
}

.flex-block-43 {
  justify-content: center;
}

.modal_simple-component {
  display: flex;
}




.modal_simple-popup {
  z-index: 9999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal_simple-popup.open {
  display: flex;
}

.modal_simple-popup.modal-top {
  justify-content: center;
  align-items: flex-start;
}




.modal_simple-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 39.125rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_simple-wrapper._w-420 {
  min-width: 26.25rem;
  max-width: 26.25rem;
}

.modal_simple-wrapper._w-420.shadow {
  box-shadow: 8px 6px 3.8rem rgba(0, 0, 0, .2);
}

.modal_simple-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 4rem 3rem;
  display: block;
}

.modal_simple-content.padding-narrow {
  padding-bottom: 2rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.fs_accordion-2_message {
  color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
}

.fs_accordion-2_paragraph-2 {
  margin-bottom: 0;
}

.fs_accordion-2_body-2 {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content-3 {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon-2 {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper-3 {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper-3.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

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

.menu_block-second {
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .875rem;
  display: flex;
  overflow: hidden;
}

.menu_body-second {
  min-height: 0;
  transition: max-height .2s;
  display: block;
  overflow: hidden;
}

.menu_body-second.absolute {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 41px;
}

.menu_header-layout-second {
  color: var(--text-color--text-alternate);
  background-color: #a2aebe;
  border-radius: .5rem;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

.tab-link {
  color: var(--text-color--text-success);
  background-color: rgba(221, 221, 221, 0);
}

.tab-link.w--current {
  border-bottom: .0625rem solid var(--background-color--background-secondary);
  color: var(--text-color--text-success);
  background-color: rgba(221, 221, 221, 0);
  font-weight: 700;
}

.tabs-menu {
  color: var(--text-color--text-darker);
}

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

.table_row-13grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: .35fr .75fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-13grid:hover {
  background-color: #f8fbff;
}

.table_row-13grid.staff {
  grid-template-columns: .25fr .4fr .25fr 1.3fr 1.3fr 1fr 1fr 1fr 1fr 1fr 1fr 1.3fr;
}

.div-block-30 {
  width: 100%;
  height: 100%;
}

.empty-list {
  color: var(--text-color--text-darker);
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  font-size: .75rem;
  display: flex;
  position: relative;
}

.modal_illust-component {
  display: flex;
}

.modal_illust-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_illust-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 39.125rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_illust-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 4rem 4rem;
  display: block;
}

._10-2image-wrapper {
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40%;
  position: relative;
}

.frame-1000004252 {
  grid-row-gap: 1.0625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.test {
  color: #1c274c;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 105%;
  text-decoration: none;
}

.test-2 {
  color: #64748b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.div-block-31 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  align-items: center;
  display: flex;
}

.div-block-32 {
  justify-content: space-between;
  display: flex;
}

.button-2 {
  grid-column-gap: .625rem;
  background-color: #f7f9fc;
  border: .0625rem solid #e4e9f1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2.625rem;
  padding: .6875rem 1.875rem;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  text-decoration: none;
  display: flex;
}

.text-39 {
  color: #4f4f4f;
  text-align: cente;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
}

.form_select-input-transparent {
  background-color: rgba(255, 255, 255, 0);
  border: .0625rem #000;
  width: 7.2rem;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: .75rem;
  font-size: .875rem;
  font-weight: 600;
}

.flex-block-44 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
}

.div-block-33 {
  position: relative;
}

.icon-embed-custom-53 {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.board_header-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px solid #000;
  padding: 0;
}




.board_cell {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.board_cell.underline {
  border-bottom: 1px solid var(--border-color--border-primary);
  position: relative;
}

.board_cell.underline.right-line {
  border-right: 1px solid var(--border-color--border-primary);
}

.board_cell.underline.right-line.no-padding {
  padding: 0;
}

.board_body-row {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-top: 2px #000;
  height: 2.75rem;
  padding: 0;
}

.board_indicator-wrapper {
  background-color: var(--background-color--gray-2);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.board_indicator-wrapper.active {
  background-color: #bae2f1;
}

.board_indicator-cell {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.board_indicator-cell.underline {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.board_indicator-cell.underline.right-line {
  border-right: 1px solid var(--border-color--border-primary);
}

.board_indicator-bg {
  background-color: #bae2f1;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.board_indicator {
  background-color: #53aacb;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: auto;
  display: flex;
}

.board_indicator._70 {
  width: 70%;
}

.board_indicator._99 {
  width: 99%;
}

.board_indicator._80 {
  width: 80%;
}

.board_indicator._50 {
  width: 50%;
}

.board_indicator-text {
  color: var(--text-color--text-alternate);
  position: absolute;
}

.modal_simple2-component {
  display: flex;
}

.modal_simple2-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_simple2-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 39.125rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_simple2-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.icon-embed-custom-54 {
  color: var(--link-color--link-primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.button_small-innner-icon {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: .0625rem solid var(--border-color--border-primary);
  color: var(--text-color--text-primary);
  background-color: #f7f9fc;
  border-radius: .25rem;
  align-items: center;
  padding: .4375rem 1.25rem;
  font-size: .875rem;
  display: flex;
}

.button_small-innner-icon.is-solid {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
}

.div-block-34 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.flex-block-45 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
}

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

.icon-arrow.reverse {
  transform: rotate(180deg);
}

.text-color-red {
  color: var(--text-color--text-error);
}

.my_component {
  max-width: 57.125rem;
  margin-left: auto;
  margin-right: auto;
}

.my_form-content {
  padding: 3rem 2.5rem;
}

.form_file-upload-transparent {
  opacity: 0;
  width: 4.375rem;
  height: 4.375rem;
}

.form_file-upload-transparent.sign-size {
  width: 15rem;
  height: 15rem;
}

.form_file-upload-transparent.full-wide {
  width: 100%;
  height: 100%;
}

.my_member-image-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.my_member-image {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form_flex-wrap-46 {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  align-items: center;
}

.flex-block-46 {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  align-items: center;
}

.icon-embed-custom-55 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 0%;
}

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

.my_member-sign-wrapper {
  border: 1px solid var(--border-color--border-primary);
  border-radius: .25rem;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.my_sign-image {
  pointer-events: none;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.div-block-35 {
  pointer-events: none;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

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

.modal_sign-component {
  display: flex;
}

.modal_sign-popup {
  z-index: 999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_sign-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 39.125rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_sign-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.sign-image-wrapper {
  border: 1px dashed var(--background-color--background-secondary);
  background-color: #f7f9fc;
  border-radius: .25rem;
  width: 100%;
  height: 8.125rem;
  position: relative;
}

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

.sign-image {
  pointer-events: none;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_weather-component {
  z-index: 99999999;
  position: relative;
}

.modal_weather-popup {
  z-index: 99999999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_weather-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 28.625rem;
  display: block;
  position: relative;
  left: -181px;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_weather-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 0;
  display: block;
}

.modal_weather-cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-block-47 {
  justify-content: space-between;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.checkbox-field-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-label-3 {
  margin-bottom: 0;
  font-size: .75rem;
}

.div-block-37 {
  border-top: 1px solid var(--border-color--border-primary);
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: #f7f9fc;
  justify-content: center;
  margin: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.form-weather-select {
  border-bottom: .0625rem none var(--border-color--border-primary);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.form-weather-select:hover {
  opacity: .7;
}

.form-weather-select:focus-visible {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.form-weather-select[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.form-weather-select.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.form-weather-select.non-underline {
  border-bottom-style: none;
}

.fs_accordion-2_message-2 {
  color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
}

.fs_accordion-2_paragraph-3 {
  color: var(--text-color--text-darker);
  margin-bottom: 0;
  font-size: .75rem;
}

.fs_accordion-2_body-3 {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content-4 {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon-3 {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper-4 {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper-4.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label-3 {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-2_header-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header-4:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_header-4[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_item-4 {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.fs_accordion-2_embed-2 {
  margin-bottom: 0;
}

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

.fs_accordion-2_header-4-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header-4-copy:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_header-4-copy[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.flex-block-48 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.weather-select-icon {
  background-color: var(--text-color--text-neutral);
  color: var(--text-color--text-alternate);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  position: relative;
}

.weather-select-icon.blue {
  background-color: #53aacb;
}

.weather-select-icon.blue-light {
  background-color: #e5ecf6;
}

.weather-select-icon.red-light {
  background-color: #fff2e8;
}

.weather-select-icon.green-light {
  background-color: #e8f6e5;
}

.weather-icon-dot {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .625rem;
  display: flex;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: auto;
  right: -11%;
}

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

.flex-block-49, .flex-block-50 {
  flex: 1;
}

.div-block-38 {
  height: 100%;
  max-height: 43.75rem;
  overflow: auto;
}

.table-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.table-arrow.reverse {
  transform: rotate(180deg);
}

.map-pin-yellow {
  color: #faff00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.flex-block-51 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
}

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

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

.menu_bottom-link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: #f7f9fc;
  border-radius: .25rem;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.flex-block-52 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

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

.flex-block-53 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  width: 100%;
}

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

.frame-1000006827 {
  grid-column-gap: 94px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006827.reverse {
  flex-direction: row-reverse;
}

.illustration {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006826 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 23.0625rem;
  text-decoration: none;
  display: flex;
}

.text-40 {
  color: #1a74ef;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.text-41 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  text-decoration: none;
}

.frame-1000006824 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 32.875rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.text-42 {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-43 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  text-decoration: none;
}

.service_component {
  max-width: 58.125rem;
  margin-left: auto;
  margin-right: auto;
}

.frame-1000004089 {
  grid-column-gap: 8px;
  background-color: #1a74ef;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 402px;
  height: 52px;
  padding: 11px 18px;
  text-decoration: none;
  display: flex;
}

.text-44 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.link-block {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-54 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
}

.fs_accordion-2_message-3 {
  color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
}

.fs_accordion-2_paragraph-4 {
  margin-bottom: 0;
}

.fs_accordion-2_body-4 {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content-5 {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon-4 {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper-5 {
  background-image: url('../images/circle-plus-2_1circle-plus 2.png');
  background-position: 50%;
  background-size: 35px;
  width: 2.1875rem;
  height: 2.1875rem;
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper-5.is-active-accordion {
  background-image: url('../images/Frame-44_1Frame 44.png');
  background-position: 50%;
  background-size: contain;
  transform: rotate(180deg);
}

.fs_accordion-2_label-4 {
  font-size: 1.125rem;
  font-weight: 500;
}

.fs_accordion-2_header-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-color--background-white);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header-5:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_header-5[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_item-5 {
  border-radius: 5px;
  box-shadow: 6px 9px 8px -7px rgba(0, 0, 0, .06);
}

.fs_accordion-2_embed-3 {
  margin-bottom: 0;
}

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

.flex-block-55 {
  max-width: 52.5rem;
}

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

._11question_component {
  background-color: var(--background-color--background-white);
  border-radius: .25rem;
  flex-direction: column;
  align-items: center;
  max-width: 36.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  display: flex;
}

.div-block-39 {
  width: 36.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25rem;
}

.form-block {
  width: 288px;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.form-2 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.select-style {
  color: var(--text-color--text-darker);
}

.terms_heading {
  font-size: 1.125rem;
  font-weight: 400;
}

.terms_detail-text {
  color: var(--text-color--text-neutral);
  max-width: 52.5rem;
}

.terms_body {
  height: 100vh;
}

.frame-1000006828 {
  grid-column-gap: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 58.5938px;
  text-decoration: none;
  display: flex;
}

.text-45 {
  color: #263578;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.service_grid-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.frame-1000006829 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 38.0625rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.text-46 {
  color: #1a74ef;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.kosha-ms {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

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

.main_text-item {
  padding-left: 2.75rem;
}

.home-body_component {
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.main-wrapper {
    background-color: #f4f5f8;
    flex: 1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    
}

.main-wrapper.padding-wide {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.main-wrapper.home-padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-embed-custom-62 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 1.4375rem;
  display: flex;
}

.icon-embed-custom-63 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.375rem;
  display: flex;
}

.icon-embed-custom-64, .icon-embed-custom-65 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.25rem;
  display: flex;
}

.icon-embed-custom-66 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.1rem;
  display: flex;
}

.menu_side-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 86%;
  display: flex;
}

.top-bar_left-sub-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  display: flex;
}

.top-bar_link {
  grid-column-gap: .1875rem;
  border: 1px solid #e2e8f0;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  height: 2.125rem;
  padding: .625rem;
  text-decoration: none;
  display: flex;
}

.document-text {
  grid-column-gap: .625rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2px .25rem;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10.5px;
  height: 13.5px;
  text-decoration: none;
  display: flex;
}

.text-47 {
  color: #64748b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.icon-embed-custom-67 {
  color: var(--base-color-neutral--gray1-text-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1875rem;
  height: 1.125rem;
  display: flex;
}

.icon-embed-xsmall-4 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.home-body_bg-wrapper {
  width: 100%;
  max-width: 73.75rem;
  position: relative;
}

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

.home-body_content-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f1f2f5;
  flex-flow: column;
  flex: 1;
  max-width: 29.625rem;
  padding: 2rem;
  display: flex;
}

.content-map-icon_wrapper {
  z-index: 100;
  background-color: var(--navy\<deleted\|variable-f140516b-1bc1-ec30-0191-8ac9dffaab9d\>);
  border-radius: .25rem;
  position: absolute;
  top: 2.4rem;
  bottom: auto;
  left: 1.7rem;
  right: auto;
}

.content-map-icon_content {
  background-color: var(--base-color-neutral--navy);
  border: 1px solid #384e6b;
  border-radius: .25rem;
  max-width: 4.875rem;
}

.content-map-icon_item {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #0f0f0f;
  border-bottom: .0625rem solid #384e6b;
  flex-direction: column;
  align-items: center;
  padding: .625rem 1rem .4375rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.custom-map-icon-text {
  color: var(--white\<deleted\|variable-c5e9eab0\>);
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
}

.content-map-icon_num {
  color: #fff;
  background-color: #ef7123;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  font-size: .625rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: .25rem;
  bottom: auto;
  left: auto;
  right: .25rem;
}

.content-map-icon_wrapper-right {
  z-index: 100;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 2.4rem;
  bottom: auto;
  left: auto;
  right: 1.7rem;
}

.content-map-icon_wrapper-bottom {
  z-index: 1;
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  flex-flow: column;
  margin-bottom: 2.4rem;
  margin-right: 1.7rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.content-map-icon_link {
  position: relative;
}

.content-map-white-link {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-map-white-link.minus {
  top: auto;
}

.content-map-white-link.center {
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}

.content-map-white-link.bottom {
  top: auto;
}

.content-map_select-wrapper {
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 8.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.content-map_select {
  background-color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-map_select.left {
  border-right: 1px solid #f2f2f2;
}

.content-map_search-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-41 {
  padding-top: 2.4rem;
}

.content-map_search {
  border: 1px solid var(--border-color--border-alternate);
  background-image: url('../images/search-2.png');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: .25rem;
  width: 16.125rem;
  height: 2.5rem;
  padding-left: 1rem;
  font-size: .875rem;
}

.content-map_pin-wrapper {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.map-pin-red {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.map-pin-red.is-2 {
  bottom: -15px;
}

.map-pin-red.is-3 {
  bottom: -154px;
  left: -63px;
}

.map-pin-red.is-4 {
  bottom: -190px;
}

.map-pin-blue {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.map-pin-green {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.875rem;
  display: flex;
  position: relative;
  top: 68px;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

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

.map-pin-background {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14.25rem;
  height: 19.6875rem;
  display: flex;
}

.menu_header3 {
  color: var(--base-color-neutral--grey1-text);
  background-image: url('../images/construction.png');
  background-position: 31px;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

.menu_header3.is-active-accordion {
  color: var(--text-color--text-alternate);
  background-image: url('../images/construction-1.png'), url('../images/active-bar.png'), url('../images/active-bar-side.png');
  background-position: 31px, 50%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 22px, auto, auto;
  position: relative;
}

.menu_header1 {
  color: var(--text-color--text-darker);
  background-image: url('../images/SquaresFour-1.png');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

.menu_header1.w--current {
  color: var(--text-color--text-alternate);
  background-image: url('../images/SquaresFour.png'), url('../images/active-bar.png'), url('../images/active-bar-side.png');
  background-position: 30px, 50%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 24px, auto, auto;
}

.menu_header2 {
  color: var(--base-color-neutral--grey1-text);
  background-image: url('../images/apartments-alt-2.png');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

.menu_header2.is-active-accordion {
  color: var(--text-color--text-alternate);
  background-image: url('../images/apartments-alt-2-1.png'), url('../images/active-bar.png'), url('../images/active-bar-side.png');
  background-position: 30px, 50%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 22px, auto, auto;
  position: relative;
}

.menu_header4 {
  color: var(--base-color-neutral--grey1-text);
  background-image: url('../images/Users.png');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

.menu_header4.is-active-accordion {
  color: var(--text-color--text-alternate);
  background-image: url('../images/Users-1.png'), url('../images/active-bar.png'), url('../images/active-bar-side.png');
  background-position: 30px, 50%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 22px, auto, auto;
  position: relative;
}

.menu_header5 {
  color: var(--base-color-neutral--grey1-text);
  background-image: url('../images/Group-2886.png');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

.menu_header5.is-active-accordion {
  color: var(--text-color--text-alternate);
  background-image: url('../images/Group-1000007094.png'), url('../images/active-bar.png'), url('../images/active-bar-side.png');
  background-position: 30px, 50%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 22px, auto, auto;
  position: relative;
}

.menu_header6 {
  color: var(--base-color-neutral--grey1-text);
  background-image: url('../images/helmet-1.png');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

.menu_header6.is-active-accordion {
  color: var(--text-color--text-alternate);
  background-image: url('../images/helmet-2.png'), url('../images/active-bar.png'), url('../images/active-bar-side.png');
  background-position: 30px, 50%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 22px, auto, auto;
  position: relative;
}

.menu_header7 {
  color: var(--base-color-neutral--grey1-text);
  background-image: url('../images/floorplan.png');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

.menu_header7.is-active-accordion {
  color: var(--text-color--text-alternate);
  background-image: url('../images/floorplan-1.png'), url('../images/active-bar.png'), url('../images/active-bar-side.png');
  background-position: 30px, 50%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 22px, auto, auto;
  position: relative;
}

.home-body_right-content.top {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: space-between;
  display: flex;
}

.form_input-date {
  grid-column-gap: 14px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.875rem;
  padding: .5625rem 2rem .5625rem 3.2rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form_input-date.container-small {
  width: 9.125rem;
  max-width: none;
  height: 2.1875rem;
  padding-left: 2rem;
  padding-right: .25rem;
}

.form_input-date.container-small._w-full {
  width: auto;
}

.form_input-date.is-disabled {
  background-color: #f7f9fc;
}

.form_input-date.h-44 {
  height: 2.75rem;
}

.vectors-wrapper-29 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}
w-input
.text-48 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.form_input-wrapper {
  position: relative;
}

.form_input-wrapper._w-wide-fixed {
  z-index: 900;
  min-width: 14rem;
}

.form_input-wrapper._w-full {
  width: 100%;
}

.form_input-wrapper._w-174 {
  max-width: 10.875rem;
}

.form_date-icon-svg {
  background-color: var(--background-color--background-white);
  pointer-events: none;
  color: var(--text-color--text-darker);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: 4.5%;
  right: auto;
}

.form_date-icon-svg.size-large {
  top: 25%;
}

.form_date-icon-svg.small-postion {
  top: 16%;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.form_button-square {
  grid-column-gap: .4375rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: .5625rem .9375rem .5625rem .8125rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.7411px;
  height: 14.7411px;
  text-decoration: none;
  display: flex;
}

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

.icon-embed-custom-69.reverse {
  transform: rotate(180deg);
}

.frame-1000004536 {
  grid-row-gap: 13px;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem 1rem 1.25rem 1.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 8px 13px rgba(0, 0, 0, .07);
}

.frame-1000004536.is-second {
  padding-bottom: .5rem;
}

.frame-1000004536.is-third {
  grid-column-gap: 0px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.frame-1000003640 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-49 {
  color: #212b36;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.frame-1000003531 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .3rem 0;
  text-decoration: none;
  display: flex;
}

.frame-1000003530 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-50 {
  color: #64748b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.vectors-wrapper-31 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.28917px;
  height: 10px;
  text-decoration: none;
  display: flex;
}

.frame-1000006830 {
  grid-column-gap: 1rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-51 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-52 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-53 {
  color: #a2aebe;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-54 {
  opacity: .4;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000006831 {
  grid-column-gap: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-block-42 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  display: flex;
}

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

.text-55 {
  color: #a2aebe;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.div-block-43 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
}

.swiper-wrapper.home-right {
  max-width: 23.5rem;
}

.swiper-slide {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: 1.125rem;
}

.swiper-pagination {
  padding: 0 0 0;
}

.frame-1000006832 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006833 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 16px;
  left: 30.0781px;
}

.frame-1000006834 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.4469px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.text-56 {
  color: #212b36;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000006835 {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-57 {
  color: #65ad61;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-58 {
  color: #212b36;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000004569 {
  grid-column-gap: 36px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-59 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000006836 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-60 {
  color: #65ad61;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-61 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper.myswiper {
  overflow: visible;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
}

.frame-1000006837 {
  grid-row-gap: 10px;
  background-color: var(--background-color--gray-2);
  border-radius: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 1.875rem 1.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 167.684px;
  height: 96px;
  text-decoration: none;
  display: flex;
}

.frame-1000006838 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006839 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.4469px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.text-62 {
  color: #212b36;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000006840 {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-63 {
  color: #65ad61;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-64 {
  color: #212b36;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000006841 {
  grid-column-gap: 2.25rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-65 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000006842 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-66 {
  color: #65ad61;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-67 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-block-44 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  padding: 1rem .875rem;
  display: flex;
}

.div-block-45 {
  width: 100%;
  height: 100%;
}

.text-circle {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  object-fit: cover;
  background-color: #bae2ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  display: flex;
}

.text-circle.grey {
  background-color: #eff2f8;
}

.text-circle.green {
  background-color: #65ad61;
}

.text-circle.red {
  background-color: #e75530;
}

.frame-4051 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-68 {
  opacity: .8;
  color: #333;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.spacer-14 {
  padding-bottom: .875rem;
}

.text-69 {
  color: #333;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.frame-307 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-307.absolute {
  position: absolute;
}

.content_top {
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.25rem .625rem;
  display: flex;
}

.text-size16 {
  opacity: .8;
  color: #333;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-70 {
  opacity: .8;
  color: #333;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.home-third_wrapper-chart {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.small-circle {
  z-index: 600;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.125rem;
  height: 4.125rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: -.9rem;
  bottom: auto;
  left: .2rem;
  right: auto;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.small-circle.green {
  border: 1px solid var(--base-color-brand--secondary);
}

.small-circle.red {
  border: 1px solid #e75530;
}

.content_component {
  background-color: #fff;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.embed-dounut-is1 {
  z-index: 500;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.125rem;
  height: 8.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-size24 {
  color: #333;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.frame-4050 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-46 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-47 {
  background-image: linear-gradient(157deg, #f66a46 22%, #97eaae);
  padding: 14px;
}

.content-map_modal-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_home-wrapper {
  background-color: var(--base-color-neutral--white);
  border-radius: .25rem;
  padding: 2.5rem 1.875rem;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 8px 8px rgba(0, 0, 0, .15);
}

.modal_home-wrapper.layout2 {
  min-width: 25rem;
}

.textarea {
  border: 1px solid #e2e8f0;
  border-radius: .25rem;
  height: 5rem;
  min-height: 5rem;
  margin-bottom: 0;
}

.tag {
  grid-column-gap: 10px;
  border: 1px solid var(--base-color-neutral--line1);
  border-radius: .35rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 4.75rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  display: flex;
}

.user-circle {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.text-71 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.form-block-2 {
  margin-bottom: 0;
}

.icon-embed-custom-70 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.3125rem;
  display: flex;
}

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

.icon-embed-custom-72 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.125rem;
  display: flex;
}

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

.top-bar_select-search {
  grid-row-gap: 10px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 302px;
  padding: .5625rem .75rem .5625rem 2.45rem;
  text-decoration: none;
  display: flex;
}

.frame-1000006843 {
  grid-column-gap: 9px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icons---regular {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-37 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13.5px;
  height: 13.5px;
  text-decoration: none;
  display: flex;
}

.text-72 {
  color: #bdbdbd;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.top-bar_select-search-copy {
  grid-row-gap: 10px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 302px;
  padding: 9px 12px;
  text-decoration: none;
  display: flex;
}

.search-icon {
  color: var(--base-color-neutral--gray1-text-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.frame-1000006820 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
}

.pluscircle {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-38 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19.5px;
  height: 19.5px;
  text-decoration: none;
  display: flex;
}

.text-73 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 105%;
  text-decoration: none;
}

.frame-1000003585 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #e4e9f1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  padding: 11px 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.pluscircle-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-39 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.875px;
  height: 17.875px;
  text-decoration: none;
  display: flex;
}

.text-74 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.icon-embed-custom-74 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.text-75.text-weight-semibold {
  line-height: 1.3;
}

.text-75-1 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.text-75-1-span {
  color: #65ad61;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

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

.modal_home-table {
  background-color: var(--base-color-neutral--white);
  border-radius: .25rem;
  min-width: 64.25rem;
  padding: 2.5rem 1.875rem;
  position: relative;
  overflow: hidden;
}

.no-wrap-text {
  white-space: nowrap;
}

.icon-embed-custom-75 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.input_field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: .0625rem solid #bbb;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  padding: .6875rem 1rem;
  font-size: 1rem;
  display: flex;
}

.input_field:focus {
  border-color: #ef7123;
}

.input_field.height-36 {
  height: 2.25rem;
}

.input_field.height-36::placeholder {
  font-size: 1rem;
}

.input_field.text-area {
  height: 6.25rem;
}

.row-flex-wrap {
  display: flex;
}

.row-flex-wrap.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.row-flex-wrap.between {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
}

.row-flex-wrap.justify-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
}

.button-solid-small {
  color: #fff;
  background-color: #bbb;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: 7.0625rem;
  height: 1.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.button-solid-small.border-line {
  color: #2b2b2b;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #bbb;
  width: 8rem;
}

.button-solid-small.border-line:hover {
  color: #fff;
  background-color: #ef7123;
  border-color: #ef7123;
}

.button-solid-small.border-line.width-160 {
  width: 10rem;
}

.button-solid-small.border-line.width-auto {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  width: auto;
  padding-left: .55rem;
  padding-right: .55rem;
}

.button-solid-small.progress-active {
  background-color: #ef7123;
}

.button-solid-small.progress-active.width-auto {
  width: auto;
}

.button-solid-small.full-fill {
  color: #2b2b2b;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #bbb;
  width: auto;
}

.form-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  height: 13.375rem;
  min-height: 13.375rem;
  display: flex;
  overflow: auto;
}

.map-add_item {
  background-color: #fff;
  padding: 1rem 2rem;
  position: relative;
  top: auto;
}

.map-add_item.padding-reset {
  padding-left: 1rem;
  padding-right: 1rem;
}

.modal_home-edit-wrapper {
  background-color: var(--base-color-neutral--white);
  border-radius: .25rem;
  min-width: 19.0625rem;
  padding: 1.25rem 0;
  position: relative;
  overflow: hidden;
}

.div-block-48 {
  border-top: 1px solid var(--base-color-neutral--line1);
  padding-top: 1.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.input_field-home-edit {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: .0625rem #bbb;
  border-bottom-style: solid;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  padding: .6875rem 1rem;
  font-size: 1rem;
  display: flex;
}

.input_field-home-edit:focus {
  border-color: #ef7123 #ef7123 var(--base-color-brand--secondary);
}

.text-76 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.div-block-49 {
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.div-block-50 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-51 {
  width: 55rem;
}

.find-list {
  background-color: var(--base-color-neutral--white);
  border-radius: .25rem;
}

.frame-111 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-77 {
  color: #64748b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-78 {
  color: #a2aebe;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.find-item {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.find-item.non-border {
  border-bottom-style: none;
}

.map-pin-employee {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.map-pin-talk {
  color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 2.125rem;
  display: flex;
}

.div-block-52 {
  position: relative;
}

.text-block {
  text-align: center;
  padding-top: 4px;
  font-size: .875rem;
  font-weight: 600;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-map_employee-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: 0%;
  right: auto;
}

.modal_employee-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  min-width: 26.875rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_emplyee-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 2.25rem;
  display: block;
}

.cell_profile {
  border-bottom: .0625rem solid #dfe3ec;
  border-right: .0625rem solid #dfe3ec;
  flex: 1;
  align-items: center;
  width: 100%;
  padding: .625rem .75rem .725rem;
  font-size: .875rem;
  display: flex;
}

.cell_profile.no-border {
  border: .0625rem #000;
}

.cell_profile.active {
  color: #ef7123;
  font-weight: 600;
}

.cell_profile.height-50 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: 0 auto;
  height: 3.125rem;
}

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

.profile-image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 5.625rem;
  max-width: 5.625rem;
  height: 100%;
  min-height: 7.0625rem;
  display: flex;
}

.employee-modal_profile-item {
  width: 100%;
}

.text-79 {
  color: #333;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

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

.profile-image.fit-custom {
  box-sizing: border-box;
  border: 1px solid var(--base-color-neutral--line1);
  object-fit: scale-down;
  object-fit: scale-down;
  object-fit: scale-down;
  border: 1px solid #e4e9f1;
}

.employee-modal_profile-table {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: .0625rem solid #dfe3ec;
  border-left: .0625rem solid #dfe3ec;
  width: 100%;
  padding: 0;
}

.employee-modal_profile-table.height-full {
  height: 100%;
}

.employee-modal_profile-table.width70 {
  width: 80%;
}

.employee-modal_profile-table.gap-set {
  grid-row-gap: .8rem;
  border: 1px #000;
}

.cell_text {
  width: 100%;
  font-family: Pretendard, sans-serif;
}

.cell_text.highlight {
  color: var(--base-color-brand--secondary);
}

.cell_text.css-no-wrapping {
  white-space: nowrap;
}

.cell_profile-header {
  background-color: #f7f9fc;
  border-bottom: .0625rem solid #dfe3ec;
  border-right: .0625rem solid #dfe3ec;
  flex: 1;
  align-items: center;
  width: 100%;
  padding: .625rem .75rem .725rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.cell_profile-header.center {
  justify-content: center;
}

.cell_profile-header.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-53 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.75rem 3rem 0;
  display: flex;
}

.icon-embed-custom-76 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  height: 3.0625rem;
  display: flex;
}

.icon-embed-custom-77 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9.375rem;
  height: 1.5625rem;
  display: flex;
}

.body_component-lay2 {
  height: 100%;
  min-height: 100vh;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: block;
  position: relative;
}

.text-80 {
  color: #64748b;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.page-name-3 {
  color: #1c2434;
  font-family: Pretendard, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.title-header_content {
  justify-content: space-between;
  padding: 2.5rem 1.625rem 1.375rem;
  display: flex;
}

.title-header_content.narrow {
  padding-left: 3.65rem;
  padding-right: 3.65rem;
}

.body_content-lay1 {
  background-color: var(--base-color-neutral--white);
  border: 1px solid #e2e8f0;
  border-radius: .4rem;
  height: auto;
  padding: 2.5rem 3.125rem;
  position: relative;
  box-shadow: 2px 8px 13px -9px rgba(0, 0, 0, .08);
}

.body_content-lay1.full-height {
  height: 70vh;
}

.calendar-icon-svg-2 {
  pointer-events: none;
  color: #64748b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.flex-block-56 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
}

.form_filter-button-2 {
  border: .0625rem solid #e2e8f0;
  border-radius: .1875rem;
  align-items: center;
  height: 2.1875rem;
  padding: 0 .8125rem;
  font-size: .75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form_filter-button-2.is-active-inputactive {
  color: #000;
  border-width: .125rem;
  border-color: #000;
  font-weight: 700;
}

.form_input-small-2 {
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.125rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-small-2:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_input-small-2::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.checkbox_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: -.5rem;
  padding-left: 0;
  display: flex;
}

.flex-block-57 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.checkbox-3 {
  width: 1rem;
  height: 1rem;
  margin: 0;
}

.form_checkbox-icon2 {
  border: .0625rem solid var(--border-color--border-alternate);
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
}

.form_checkbox-icon2.w--redirected-checked {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  background-size: .75rem;
}

.form_checkbox-icon2.w--redirected-focus {
  box-shadow: none;
}

.flex-ho {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.flex-block-58 {
  justify-content: center;
  align-items: center;
}

.text-81 {
  color: #e5e7eb;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 50;
  line-height: 1.5rem;
}

.flex-block-59 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 1.625rem;
}

.form_checkbox-icon-2 {
  border: .0625rem solid #8a99af;
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
}

.form_checkbox-icon-2.w--redirected-checked {
  background-color: #65ad61;
  background-size: .75rem;
  border-color: #65ad61;
}

.form_checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
}

.vectors-wrapper-40 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .479004rem;
  height: .889014rem;
  display: flex;
}

.table_header-sort-icon-3 {
  color: #64748b;
  background-image: url('../images/Group-1000004272_1Group 1000004272.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: .625rem;
  width: 100%;
  padding: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.9;
}

.table_header-sort-icon-3.no-sorting {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.table_header-sort-icon-3.sort-focus {
  background-position: 70%;
}

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

.pagination-item-3 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #65ad61;
  border-radius: .3rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: .375rem .75rem;
  display: flex;
}

.pagination-item-4 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-radius: .1875rem .1875rem 3p;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .375rem .75rem;
  display: flex;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
  display: flex;
}

.text-82 {
  text-transform: undefined;
  line-height: 105%;
}

.vectors-wrapper-41 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: 1.25rem;
  display: flex;
}

.table_cell-2 {
  color: var(--base-color-neutral--gray1-text-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.vectors-wrapper-42 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .477246rem;
  height: .889014rem;
  display: flex;
}

.table_header-small-3 {
  color: #64748b;
  width: 100%;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.9;
}

.text-83 {
  color: #606882;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

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

.form_select-input-small-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Vector.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  width: 100%;
  height: 2.125rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-small-2:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_select-input-small-2::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.form_select-input-small-2._w-340 {
  max-width: 21.25rem;
}



.table_row-11grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-11grid:hover {
  background-color: #f8fbff;
}

.table_row-11grid.staff {
  grid-template-columns: .25fr .4fr .25fr 1.3fr 1.3fr 1fr 1fr 1fr 1fr 1fr 1fr 1.3fr;
}

.table_row-11grid.layout1 {
  grid-template-columns: .25fr .25fr .25fr .5fr .5fr .5fr .5fr 1fr 1fr .75fr .75fr;
}

.table_row-11grid.layout2 {
  grid-template-columns: .25fr .25fr .25fr .35fr .35fr 1fr .4fr .4fr 1fr .5fr .5fr;
}

.table_row-11grid.layout3 {
  grid-template-columns: .25fr .3fr .25fr 2.5fr 1fr 1fr 1fr 1fr 1fr 2fr 1fr;
}








.button-small-icon-text14 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  background-color: var(--base-color-neutral--white);
  border: .0625rem solid #a2aebe;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.1875rem;
  padding: .3125rem 1rem;
  font-size: .875rem;
  display: flex;
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .05);
}

.button-small-icon-text14.full-width {
  width: 100%;
}

.button-small-icon-text14.is-green {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
}

.button-small-icon-text14.nw-90 {
  min-width: 5.625rem;
  max-width: 5.625rem;
}

.button-small-icon-text14.nw-90.is-darkblue {
  border-color: var(--base-color-neutral--gray1-text-color);
  background-color: var(--base-color-neutral--gray1-text-color);
  color: var(--base-color-neutral--white);
}

.button-small-icon-text14.h-44 {
  height: 2.75rem;
}

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

.div-block-55 {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: .75rem;
  display: flex;
}

.table_cell-3 {
  color: #64748b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.flex-block-60 {
  justify-content: center;
  align-items: center;
}

.button-small-icon-text12 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: var(--base-color-neutral--grey1-text);
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #a2aebe;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 2.1875rem;
  margin: 0;
  padding: .3125rem 1rem;
  font-size: .75rem;
  display: flex;
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .05);
}

.button-small-icon-text12.bg-grey {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
}

.button-small-icon-text12.bg-grey.text-weight-semibold {
  border-color: var(--base-color-neutral--gray1-pri);
}

.button-small-icon-text12.border-grey {
  border-color: var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
}

.button-small-icon-text12.border-grey.is-6rem {
  width: 6rem;
}

.button-small-icon-text12.border-grey.is-width-custom {
  width: 7.4rem;
}

.button-small-icon-text12.border-primary {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
}

.button-small-icon-text12.text-size-13-green {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
  font-size: .8125rem;
}

.button-small-icon-text12.font-medium-semibold {
  font-size: .875rem;
  font-weight: 600;
}

.button-small-icon-text12.solid-green {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.button-small-icon-text12.solid-green._w-auto {
  width: auto;
}

.button-small-icon-text12.light-gray {
  border-color: var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
}

.button-small-icon-text12.solid-dark-blue {
  border-color: var(--base-color-neutral--gray1-text-color);
  background-color: var(--base-color-neutral--gray1-text-color);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.button-small-icon-text12.smallest {
  height: 2.125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.button-small-icon-text12.border-red {
  border-color: var(--base-color-system--vermilian);
  color: var(--base-color-system--vermilian);
}

.button-small-icon-text12.solid-red {
  border-color: var(--base-color-system--vermilian);
  background-color: var(--base-color-system--vermilian);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.button-small-icon-text12.solid-red._w-auto {
  width: auto;
}

.button-small-icon-text12.is-6rem {
  width: 6rem;
}

.button-small-icon-text12.border-dark {
  color: var(--base-color-neutral--grey1-text);
}

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

.flex-block-61 {
  justify-content: space-between;
  align-items: flex-start;
}

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

.body_bottom_content {
  padding-top: 4.5rem;
  padding-bottom: 1rem;
}

.body_bottom_item-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body_bottom_item-right.between {
  justify-content: space-between;
}

.flex-block-62 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.calender_top-content {
  border: 1px solid var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--white);
  border-radius: 2px;
  padding-top: 1.6875rem;
  padding-bottom: 1.3125rem;
  padding-left: 2.8125rem;
  box-shadow: 0 8px 13px -3px rgba(0, 0, 0, .07);
}

.frame-1000006823 {
  grid-column-gap: 21px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-84 {
  color: #1c2434;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000006844 {
  grid-column-gap: 9px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006821 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-43 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 34.4646px;
  height: 33.4701px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-44 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 34.4647px;
  height: 33.4701px;
  text-decoration: none;
  display: flex;
}

.frame-1000003552 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.text-85 {
  color: #64748b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.chevron-down {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-45 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10.5px;
  height: 6px;
  text-decoration: none;
  display: flex;
}

.schedule_body-component {
  background-color: #fff;
  border: 1px #dfe3ec;
  border-style: solid none none solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.schedule_body-top {
  justify-content: flex-start;
  align-items: center;
}

.schedule_text {
  font-size: .875rem;
  position: relative;
}

.schedule_list-top-item {
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
  text-align: center;
  border: 1px solid #dbdbdb;
  border-style: none solid solid none;
  width: 100%;
  height: 100%;
  padding: .8rem .75rem;
  font-size: 1rem;
}

.content-rate {
  padding: 0;
}

.schedule_list-body-item {
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #dbdbdb var(--base-color-neutral--neutral-lightest) var(--base-color-neutral--neutral-lightest) #dbdbdb;
  width: 100%;
  height: 100%;
  min-height: 9.75rem;
  padding: .75rem;
  font-size: 1.25rem;
  position: relative;
}

.schedule_list-body-item:hover {
  background-color: #fafafa;
}

.schedule_body-backgound {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.schedule_body-backgound.blue, .schedule_body-backgound.active-schedule {
  padding-top: 44px;
}

.schedule-dot-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .375rem;
  height: .375rem;
  display: flex;
  position: relative;
  left: 3px;
}

.text-red-color-wrap {
  color: #ea352b;
}

.schedule_list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.schedule_body-schedule-item {
  color: #fff;
  background-color: #0f6ebe;
  padding: .625rem .75rem;
  font-size: 1rem;
}

.text-grey-color-wrap {
  color: #9b9b9b;
}

.frame-1000006825 {
  grid-row-gap: 8px;
  background-color: #eff4fb;
  border-left: .25rem solid #3c50e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.frame-1000006845 {
  grid-column-gap: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.schedule_tags {
  grid-column-gap: 1px;
  background-color: #95a4fc;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 36.5217px;
  height: 19.4854px;
  padding: 3px 8px;
  text-decoration: none;
  display: flex;
}

.schedule_tags.red {
  background-color: #fc9595;
}

.schedule_tags.green {
  background-color: #2bb8dd;
}

.schedule_tags.grey {
  background-color: var(--base-color-neutral--gray1-pri);
}

.text-86 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-87 {
  color: #1c2434;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-block-56, .div-block-57 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.frame-1000006846 {
  grid-column-gap: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006847 {
  grid-row-gap: 8px;
  background-color: #eff4fb;
  border-left: .25rem solid #3c50e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.text-88 {
  color: #1c2434;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-89 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.schedule-select-form {
  margin-bottom: 0;
}

.modal_schedule-component-copy {
  display: flex;
}

.modal_schedule-popup {
  z-index: 9999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_schedule-popup.open {
  display: flex;
}

.modal_shedule-wrappe {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 39.125rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_schedule-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.div-block-58 {
  width: 100%;
  position: relative;
}

.date-picker-2 {
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.125rem;
  margin-bottom: 0;
  padding: 0 1rem 0 1.9rem;
}

.date-picker-2:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.date-picker-2::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.modal_component {
  display: flex;
}

.modal_component.hide {
  display: none;
}


.modal_popup {
  z-index: 9999;
  background-color: rgba(138, 153, 175, .5);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 5.7rem 2rem 3rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal_popup.open {
  display: flex;
}

.modal_popup.center {
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
}

.modal_popup.second-zindex-up {
  z-index: 99991;
}








.modal_schedule1-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.div-block-59 {
  width: 100%;
  position: relative;
}

.date-picker-3 {
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.125rem;
  margin-bottom: 0;
  padding: 0 1rem 0 1.9rem;
}

.date-picker-3:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.date-picker-3::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.form_input-text-area {
  border: 1px solid var(--base-color-neutral--line1);
  border-radius: .25rem;
  min-height: 12.25rem;
  margin-bottom: 0;
}

.form_input-text-area:focus {
  border-color: var(--base-color-brand--secondary);
}

.form_input-text-area.smallest {
  min-height: 7.25rem;
  font-size: .75rem;
}

.form_input-text-area.h-full {
  text-align: left;
  height: 100%;
  min-height: 0;
}

.modal_scheduel-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.main-button-large-3 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #64748b;
  background-color: #fff;
  border: .0625rem solid #e4e9f1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .6875rem 1rem;
  font-weight: 600;
  display: flex;
}

.main-button-large-3.solid-green {
  color: #fff;
  background-color: #65ad61;
}

.span-text-blue-2 {
  color: #65ad61;
}

.form_input-large-close-3 {
  pointer-events: none;
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large-close-3:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_input-large-close-3::placeholder {
  color: #000;
  font-size: .875rem;
}

.form_input-label-text-3 {
  color: #333;
  flex: none;
  font-size: .875rem;
}

.form_input-label-text-3.custom1 {
  position: relative;
  top: 1.125rem;
}

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

.form_select-input-large-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Vector.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-large-2:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_select-input-large-2::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.icon-embed-custom-84 {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.375rem;
  display: flex;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.html-embed-4 {
  height: 100%;
}

.flex-block-63 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
}

.form_input-large-2 {
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large-2:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_input-large-2::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.form_field-left {
  flex: none;
  min-width: 5.5rem;
  padding-right: 0;
}

.form_field-left.flex-top {
  padding-top: .875rem;
}

.form_field-left._w-narrow {
  min-width: 4rem;
}

.form_field-left.min-auto {
  min-width: auto;
}

.form_field-right {
  width: 100%;
  position: relative;
}

.form_field-right.padding-tight {
  padding-right: 1rem;
}

.form_input-label-text-4 {
  color: #333;
  flex: none;
  font-size: .875rem;
}

.form_select-input-large-3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Vector.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-large-3:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_select-input-large-3::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.html-embed-5 {
  height: 100%;
}

.div-block-60 {
  display: flex;
}

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

.form_field-wrapper-2.flex-h {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #64748b;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.form_field-wrapper-2.flex-h.custom1 {
  align-items: flex-start;
}

.flex-block-64 {
  border-bottom: .0625rem solid #e2e8f0;
  justify-content: space-between;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.flex-block-65 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 1rem;
}

.form_input-label-text-5 {
  color: #333;
  font-size: .875rem;
}

.form_input-label-text-5.custom1 {
  position: relative;
  top: 1.125rem;
}

.flex-block-66 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.div-block-61 {
  z-index: 9999999;
  width: 100%;
  position: relative;
}

.div-block-61._w-narrow {
  max-width: 13rem;
}

.date-picker-4 {
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.date-picker-4:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.date-picker-4::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.calendar-icon-svg-3 {
  pointer-events: none;
  color: #64748b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.modal_close-2 {
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal_close-2:focus-visible {
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.modal_close-2[data-wf-focus-visible] {
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.modal_small-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 21.875rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_small-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2.625rem;
  display: block;
  position: relative;
}

.div-block-62 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 8.75rem;
  max-height: 8.75rem;
  display: flex;
}





.table_row-9grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-9grid:hover {
  background-color: #f8fbff;
}

.table_row-9grid.staff {
  grid-template-columns: .25fr .4fr .25fr 1.3fr 1.3fr 1fr 1fr 1fr 1fr 1fr 1fr 1.3fr;
}

.table_row-9grid.layout1 {
  grid-template-columns: .25fr .25fr .25fr .35fr .35fr .35fr 2fr 1fr .5fr;
}

.table_row-9grid.layout2 {
  grid-template-columns: .25fr .25fr .25fr .35fr .35fr 2fr .35fr 2fr .5fr;
}

.table_row-9grid.layout3 {
  grid-template-columns: .25fr .25fr .25fr .35fr .35fr 1fr .35fr 2fr .5fr;
}

.table_row-9grid.layout-new1 {
  grid-template-columns: .25fr .25fr .25fr .35fr 1fr .4fr 1fr .6fr 2fr;
}

.table_row-9grid.layout-new2 {
  grid-template-columns: .25fr .25fr .25fr .35fr .5fr 1fr .5fr .5fr 2fr;
}

.table_row-9grid.layout4 {
  grid-template-columns: .25fr 1fr 1fr 1fr .35fr .75fr .75fr .75fr 1fr;
}

.table_row-9grid.layout-new3 {
  grid-template-columns: .25fr .25fr .25fr .35fr .5fr .5fr 1fr .5fr 1.35fr;
}





.modal_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--base-color-neutral--grey1-text);
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_wrapper.is-896px {
  max-width: 56rem;
}

.modal_wrapper.is-1164px {
  max-width: 72.75rem;
}

.modal_wrapper.is-738 {
  max-width: 46.125rem;
}

.modal_wrapper.is-1237 {
  max-width: 77.375rem;
}

.modal_wrapper.is-980 {
  max-width: 61.25rem;
}

.modal_wrapper.is-1110 {
  max-width: 69.375rem;
}

.modal_wrapper.is-800 {
  max-width: 50rem;
}

.modal_wrapper.is-1165 {
  max-width: 72.8125rem;
}

.modal_wrapper.is-627 {
  max-width: 39.1875rem;
}

.modal_wrapper.is-1042 {
  max-width: 65.125rem;
}

.modal_wrapper.is-450 {
  max-width: 28.125rem;
}

.modal_wrapper.is-400 {
  max-width: 25rem;
}

.modal_wrapper.is-420 {
  max-width: 26.25rem;
}

.form_date-icon-svg-2 {
  pointer-events: none;
  color: #64748b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: 4.5%;
  right: auto;
}

.form_picture-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-63 {
  height: 19.375rem;
  position: relative;
}

.div-block-64 {
  width: 50%;
}

.frame-1000003565 {
  grid-column-gap: 6px;
  background-color: #f4f8ff;
  border: 1px solid #e4e9f1;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  height: 2.375rem;
  padding: 11px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 1rem;
  right: auto;
}

.image-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-46 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.25px;
  height: 13.75px;
  text-decoration: none;
  display: flex;
}

.text-90 {
  color: #4f4f4f;
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

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

.body_content-blank {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.frame-1000006848 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-91 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

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

.frame-1000006849 {
  grid-column-gap: 10px;
  background-color: #65ad61;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 11px 30px;
  text-decoration: none;
  display: flex;
}

.text-92 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.wrap-33 {
  width: 33.3%;
}

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

.icon-embed-custom-86 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .4375rem;
  height: .25rem;
  display: flex;
}

.tags_icon {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006851 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.videocamera {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-47 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20.625px;
  height: 12.375px;
  text-decoration: none;
  display: flex;
}

.text-93 {
  color: #8a99af;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.xsquare {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-48 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.5px;
  height: 16.5px;
  text-decoration: none;
  display: flex;
}

.form_attached-image-wrapper {
  border: 1px dotted var(--base-color-neutral--gray1-pri);
  background-color: var(--base-color-brand--lightest-blue);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.625rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.frame-1000006852 {
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-49 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-50 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 189px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.file_upload {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 23%;
  left: 0%;
  right: 0%;
}

.form_file-upload-content {
  position: relative;
}

.form_attached-image-wrapper-2 {
  background-color: #f7f9fc;
  border: 1px dotted #8a99af;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.625rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.frame-1000006853 {
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-51 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-52 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 189px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.text94 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.text94-num {
  color: #65ad61;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.icon-embed-custom-87 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .5625rem;
  height: .25rem;
  display: flex;
}

.div-block-65 {
  justify-content: center;
  align-items: flex-start;
  width: 10vw;
  display: flex;
}

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

.spacer-40-2 {
  padding-bottom: 2.5rem;
}

.spacer-60 {
  padding-bottom: 3.75rem;
}

.text-95 {
  color: #333;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.spacer-50 {
  padding-bottom: 3.125rem;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  display: flex;
  position: relative;
}

.employee-modal_content {
  width: 100%;
  padding: 1.875rem 2.5rem;
}

.employee-modal_profile-wrapper {
  grid-column-gap: 1.875rem;
  width: 100%;
  padding: 0;
}

.button-solid {
  border: .0625rem solid var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
  white-space: nowrap;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  height: 3.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-solid.border-transp {
  border-color: var(--base-color-neutral--text-color-2);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--grey1-text);
}

.button-solid.h-46 {
  height: 2.875rem;
}

.video-playbutton-svg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-96 {
  color: #333;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.info_image-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  padding: 0;
}

.quick-stack-4 {
  grid-row-gap: 3rem;
  padding: 0;
}

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

.div-block-66 {
  width: 100%;
  display: flex;
}

.div-block-67 {
  height: 13.2rem;
}

.table_cell-left {
  width: 100%;
}

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

.text-span {
  color: #ef7123;
  font-weight: 600;
}

.button-solid-2 {
  color: #fff;
  background-color: #ef7123;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: 7.625rem;
  height: 2.5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.button-solid-2.color-grey {
  grid-column-gap: 3.5px;
  grid-row-gap: 3.5px;
  border: 1px solid var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
  background-color: rgba(187, 187, 187, 0);
  height: 2.1875rem;
}

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

.spacer-30 {
  padding-bottom: 1.875rem;
}

.div-block-69 {
  border: 1px #eff2f8;
  border-style: none solid;
  width: 100%;
}

.checkbox_wrap {
  grid-column-gap: .5rem;
  align-items: center;
  margin-bottom: 0;
  padding-left: .8rem;
  display: flex;
}

.checkbox_wrap.no-padding {
  padding-left: 0;
}

.content_top-wide {
  border-bottom: .0625rem #eff2f8;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2rem;
  display: flex;
}

.spacer-40-3 {
  padding-bottom: 2.5rem;
}

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

.select-box-filter {
  background-color: #fff;
  background-image: url('../images/Frame-35_1Frame 35.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: .4375rem;
  border: .0625rem solid #aeaeae;
  border-radius: .1875rem;
  width: 100%;
  height: 2.25rem;
  margin-bottom: 0;
  padding-top: .375rem;
  font-size: .875rem;
}

.select-box-filter:focus {
  border-color: #ef7123;
}

.content-form_row-2 {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
  border-bottom: .0625rem solid #eff2f8;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-form_row-2.full-width {
  width: 100%;
}

.content-form_row-2.no-border {
  border: .0625rem #000;
}

.content-form_row-2.border-top {
  border-top: .0625rem solid #eff2f8;
}

.text-97 {
  color: #333;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.content-table_pagination-list {
  grid-column-gap: .8125rem;
  display: flex;
}

.content-form_input {
  background-image: url('../images/search-01_1search-01.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: .875rem;
  border: .0625rem solid #bbb;
  border-radius: .1875rem;
  width: 18.5625rem;
  height: 1.875rem;
  margin-bottom: 0;
}

.content-form_input:focus {
  border-color: #ef7123;
}

.content-form_input::placeholder {
  font-size: .875rem;
}

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

.text-link-14 {
  color: #222;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  width: 5rem;
  height: 100%;
  padding: 0;
  font-size: .875rem;
  line-height: 2.5rem;
  text-decoration: none;
  display: block;
}

.text-link-14.w--current {
  color: #ef7123;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: .125rem solid #ef7123;
  font-weight: 700;
}

.content-table_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-left: .0625rem solid #dfe3ec;
  padding: 0;
}

.button-border {
  color: #2b2b2b;
  border: .0625rem solid #bbb;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: 7.625rem;
  height: 2.5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

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

.checkbox-label-4 {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 100%;
}

.content_block-padding16-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.table-filter-wrapper {
  width: 100%;
}

.text-98 {
  color: #333;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.content_checkbox {
  border-color: #bbb;
  border-radius: .1875rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

.content_checkbox.w--redirected-checked {
  background-color: #ef7123;
  background-size: .75rem;
  border-color: #ef7123;
}

.content_checkbox.w--redirected-focus {
  box-shadow: none;
}

.content_checkbox.no-padding {
  margin-left: 0;
}

.content-form_left-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f8f9fd;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 6.25rem;
  height: 100%;
  padding: .625rem 1.25rem;
  display: flex;
}

.cell_table {
  color: #0f0f0f;
  border-bottom: .0625rem solid #dfe3ec;
  border-right: .0625rem solid #dfe3ec;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.25rem;
  font-size: .8125rem;
  display: flex;
}

.cell_table.table-top {
  background-color: #f8f9fd;
  border-top: .0625rem solid #dfe3ec;
  font-weight: 500;
}

.cell_table.height-full {
  height: 100%;
}

.cell_table.height-full.padding-all {
  padding: .65rem;
}

.cell_table.height-full.padding-all.align-top {
  align-items: flex-start;
}

.cell_table.active {
  color: #ef7123;
  font-weight: 600;
}

.quick-stack-5 {
  grid-row-gap: 3rem;
  padding: 0;
}

.pagination-num-wrap {
  border: .0625rem solid rgba(15, 15, 15, .38);
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.pagination-num-wrap.paginatin-active {
  color: #fff;
  background-color: #ef7123;
  border-color: #ef7123;
}

.div-block-70 {
  width: 100%;
  display: flex;
}

.cell_profile-header-2 {
  background-color: #f7f9fc;
  border-bottom: .0625rem solid #dfe3ec;
  border-right: .0625rem solid #dfe3ec;
  flex: 1;
  align-items: center;
  width: 100%;
  padding: .625rem .75rem .725rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.cell_profile-header-2.center {
  justify-content: center;
}

.content_tabmenu-list {
  grid-column-gap: 1.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.content_tabmenu-list.full-width {
  border-bottom: 1px solid #eff2f8;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-71 {
  height: 13.2rem;
}

.content-block_layout2 {
  border-top: 1px solid var(--base-color-neutral--neutral-lightest);
  border-left: 1px solid var(--base-color-neutral--neutral-lightest);
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.content-block_h55 {
  border-right: 1px solid var(--base-color-neutral--neutral-lightest);
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-neutral--grey1-text);
  width: 100%;
  height: 3.4375rem;
  display: flex;
}

.content-block_h55.right-border-offset {
  border-right-style: none;
}

.content-block_left {
  border-right: 1px solid var(--base-color-neutral--neutral-lightest);
  border-bottom-width: 1px;
  border-bottom-color: var(--base-color-neutral--neutral-lightest);
  background-color: #f7f9fc;
  justify-content: flex-start;
  align-items: center;
  min-width: 8.125rem;
  padding-left: 1.25rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.content-block_left.bg-border-transp {
  background-color: rgba(247, 249, 252, 0);
  border-right-style: none;
}

.content-block_right {
  border-right: 1px none var(--base-color-neutral--neutral-lightest);
  border-bottom: 1px none var(--base-color-neutral--neutral-lightest);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1.6875rem;
  display: flex;
}

.flex-block-67 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.frame-1000006854 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1000006855 {
  grid-column-gap: 10px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.text-99 {
  color: #65ad61;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.vectors-wrapper-53 {
  background-color: var(--base-color-neutral--neutral-lightest);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.div-block-72 {
  padding-top: .625rem;
  padding-left: 10rem;
}

.flex-horizontal-sb {
  justify-content: space-between;
  align-items: center;
}

.text-size-13 {
  font-size: .8125rem;
}

.div-block-73 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-0 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.text-1 {
  color: #65ad61;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.form-table_row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-left: .0625rem solid #dfe3ec;
  width: 100%;
  padding: 0;
}

.form-table_row.top-border {
  border-top: .0625rem solid #dfe3ec;
}

.content_rate-component {
  background-color: #fff;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  box-shadow: 0 2px .625rem rgba(0, 0, 0, .05);
}

.form_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 80%;
  padding: 0;
}

.justi-center {
  justify-content: center;
}

.div-block-74 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 85%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

.udesly-text-field {
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #bbb;
  border-radius: .1875rem;
  max-width: 9.3rem;
  height: 1.875rem;
  min-height: 1.875rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition: all .25s ease-out;
}

.udesly-text-field:focus {
  border: .0625rem solid #141414;
  box-shadow: 0 0 .25rem #e1e1fe;
}

.udesly-text-field::placeholder {
  color: #a3a3a3;
}

.text-size-14-is-2 {
  color: var(--base-color-neutral--gray1-text-color);
  font-size: .875rem;
}

.cell_profile-box {
  border-bottom: .0625rem solid #dfe3ec;
  border-right: .0625rem solid #dfe3ec;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  font-size: .875rem;
  display: block;
}

.cell_profile-box.left-padding-set {
  border-bottom-style: none;
  padding-left: 1.5rem;
}

.cell_profile-box.border-left {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--base-color-neutral--line1);
}

.link-block-2 {
  grid-column-gap: .375rem;
  color: var(--text-color--text-primary);
  align-items: center;
  font-size: .75rem;
  text-decoration: none;
  display: flex;
}

.udesly-code-snippet-2 {
  display: none;
}

.content-rate_body-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  max-width: 85%;
  padding: 0;
}

.div-block-9, .div-block-75 {
  grid-column-gap: .3125rem;
  align-items: center;
  display: flex;
}

.cell_row-item {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding: .725rem 1.25rem .725rem 1rem;
  font-size: .75rem;
  display: flex;
}

.cell_row-item.active {
  background-color: var(--base-color-neutral--gray1-pri);
  color: var(--base-color-neutral--white);
  font-weight: 600;
}

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

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

.content-rate_2col-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: .0625rem solid #dfe3ec;
  border-left: .0625rem #dfe3ec;
  width: 100%;
  padding: 0;
}

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

.rate-table_row-noborder {
  grid-column-gap: .625rem;
  padding: 0;
}

.cell_row-content {
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.cell_row-content.narrow {
  grid-row-gap: 0rem;
}

.date {
  background-color: #fff;
  background-image: url('../images/Group-5076_1Group 5076.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: contain;
  border: .0625rem solid #bbb;
  border-radius: .1875rem;
  max-width: 9.3rem;
  height: 1.875rem;
  min-height: 1.875rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition: all .25s ease-out;
}

.date:focus {
  border: .0625rem solid #141414;
  box-shadow: 0 0 .25rem #e1e1fe;
}

.date::placeholder {
  color: #a3a3a3;
}

.overflow-wrapper {
  width: 100%;
  height: 24rem;
  overflow: auto;
}

.cell_profile-header-3 {
  background-color: #f7f9fc;
  border-bottom: .0625rem solid #dfe3ec;
  border-right: .0625rem solid #dfe3ec;
  flex: 1;
  align-items: center;
  width: 100%;
  padding: .625rem .75rem .725rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.cell_profile-header-3.flex-between {
  justify-content: space-between;
}

.cell_profile-header-3.flex-between.height-45 {
  background-color: var(--base-color-neutral--gray2);
  flex: 0 auto;
  height: 2.8125rem;
}

.cell_profile-header-3.flex-between.height-50 {
  flex: 0 auto;
  height: 3.25rem;
}

.cell_profile-header-3.flex-between.height-50.border-left {
  border-left: .0625rem solid #dfe3ec;
}

.cell_profile-header-3.center {
  justify-content: center;
}

.cell_profile-header-3.center.fixed-width {
  min-width: 6rem;
}

.cell_profile-header-3.rate-border {
  border: .0625rem solid #eff2f8;
}

.cell_profile-header-3.rate-border.center {
  border-color: var(--base-color-neutral--line1);
  border-radius: .25rem;
  flex: 0 auto;
  height: 2.25rem;
}

.cell_profile-header-3.border-left-top {
  border-top: 1px solid var(--base-color-neutral--line1);
  border-left: 1px solid var(--base-color-neutral--line1);
  border-top: 1px solid #e4e9f1;
  border-left: 1px solid #e4e9f1;
}

.content-rate_border {
  border-style: solid;
  border-width: .0625rem;
  border-color: var(--background-color--background-primary) #dfe3ec #dfe3ec;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.content-block_h55-2 {
  color: #333;
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  width: 100%;
  height: 3.4375rem;
  display: flex;
}

.content-block_left-text-14 {
  background-color: #f7f9fc;
  border-bottom-width: 1px;
  border-bottom-color: #e2e8f0;
  border-right: 1px solid #e2e8f0;
  justify-content: center;
  align-items: center;
  min-width: 8.125rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.content-block_left-text-14.border-left {
  border-left: 1px solid var(--base-color-neutral--line1);
}

.content-block_right-2 {
  border-bottom: 1px #e2e8f0;
  border-right: 1px #e2e8f0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1.6875rem;
  display: flex;
}

.form_input-search-small-2 {
  background-image: url('../images/search-1.svg'), url('../images/Rectangle-4985.png');
  background-position: 97%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: .875rem, auto;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  width: 100%;
  max-width: 21.25rem;
  height: 2.125rem;
  margin-bottom: 0;
}

.form_input-search-small-2:focus {
  border-color: #65ad61;
}

.form_input-search-small-2::placeholder {
  font-size: .75rem;
}

.div-block-76 {
  min-width: 21.25rem;
}

.flex-block-68 {
  width: 100%;
}

.div-block-77 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed-custom-90 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .5625rem;
  height: .25rem;
  display: flex;
}

.cell-3 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1.0625rem;
}

.cell-4 {
  border-top: 1px solid #000;
}

.cell-4.left-border {
  border-left: 1px solid var(--base-color-neutral--line1);
}

.cell_row-item-white {
  border-bottom: 1px none var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding: .725rem 1.25rem .725rem 1rem;
  font-size: .75rem;
  display: flex;
}

.cell_row-item-white.active {
  background-color: var(--base-color-neutral--gray1-pri);
  color: var(--base-color-neutral--white);
  font-weight: 600;
}

.flex-block-69 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .625rem;
  padding-right: 5rem;
}

.div-block-78 {
  min-width: 9.375rem;
}

.flex-block-70 {
  width: 100%;
}

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

.flex-block-71 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: space-between;
  align-items: center;
}

.flex-block-71._w-full {
  width: 100%;
}

.flex-block-72 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
}

.flex-block-73 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.chart_year-select {
  height: 2.25rem;
  margin-left: 0;
  margin-right: 0;
  font-size: .875rem;
}

.chart_stick-red {
  background-color: #ff9f81;
  width: 34%;
  height: .75rem;
}

.chart_stick-red.w15 {
  width: 15%;
}

.chart_stick-red.w5 {
  width: 5%;
}

.chart_stick-red.w19 {
  width: 19%;
}

.chart_stick-red.w7-6 {
  width: 7.6%;
}

.chart_stick-red.w69 {
  width: 69%;
}

.chart_stick-red.left-half {
  margin-left: 36px;
}

.chart_main-wrapper {
  border-top: 1px solid var(--base-color-neutral--gray1-pri);
  border-left: 1px solid var(--base-color-neutral--line1);
  max-height: 36rem;
  position: relative;
  overflow: auto;
}

.chart_cell-background {
  background-color: var(--base-color-neutral--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chart_approve-stick-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.chart_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.chart_content.left {
  justify-content: flex-start;
  padding-left: 1rem;
}

.approval-stick_wrapper-absolute {
  z-index: 900;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
}

.approval-stick_wrapper-absolute.clickable-off {
  pointer-events: none;
  height: 100vh;
  padding-top: 5.5rem;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.chart_right-item {
  width: 50%;
  height: 100%;
}

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

.chart_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.chart_left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.chart_left-item {
  border-right: 1px solid rgba(144, 144, 144, .3);
  width: 50%;
  height: 100%;
}

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

.text-size-16n {
    font-size: 1.14rem;
}

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

.text-size-16.weight-semibold.opacity-0 {
  opacity: 0;
}

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

.chart_approve-stick {
  background-color: #6fcf97;
  border: 1px #000;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: auto;
  right: 1.2rem;
}

.chart_stick-blue {
  background-color: #60d3ff;
  width: 35%;
  height: .75rem;
  margin-left: 0;
}

.chart_stick-blue.left-half {
  margin-left: 36px;
}

.chart_stick-blue.w15 {
  width: 15%;
}

.chart_stick-blue.w5 {
  width: 5%;
}

.chart_stick-blue.w19 {
  width: 19%;
}

.chart_stick-blue.w7-6 {
  width: 7.6%;
}

.chart_stick-blue.w69 {
  width: 69%;
}

.icon-embed-custom-13 {
  color: #48d05e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.1875rem;
  display: flex;
}

.chart_row-body {
  width: 100%;
  position: relative;
}

.chart_title-block {
  color: var(--base-color-neutral--grey1-text);
  padding: 0;
  font-size: .75rem;
  font-weight: 400;
}

.chart_title-block.heading {
  font-size: 1rem;
  font-weight: 700;
}

.chart_title-block.text-color-grey {
  color: var(--base-color-neutral--gray1-pri);
}

.icon-embed-custom-5 {
  color: #aeaeae;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .3125rem;
  display: flex;
}

.indicator-svg {
  color: #ea352b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.25rem;
  display: flex;
}

.chart_wrapper {
  padding: .75rem 1.875rem;
}

.chart_cell {
  border-right: 1px solid var(--base-color-neutral--line1);
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 3.75rem;
  position: relative;
}

.chart_cell.height-top {
  height: 1.875rem;
  min-height: auto;
}

.dropdown-list {
  border: .0625rem solid #000;
}

.dropdown-list.w--open {
  border-color: var(--base-color-neutral--line1);
  background-color: #fff;
  border-radius: .1875rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.chart_year-select-link {
  padding: .3rem 1rem;
}

.text-block-2 {
  line-height: 1rem;
}

.chart_box-wrapper {
  z-index: 50;
  background-color: #fff;
  border: 1px solid #828282;
  border-radius: 6px;
  padding: 1.875rem;
  display: block;
  position: absolute;
  top: 23px;
  box-shadow: 7px 6px 17px rgba(0, 0, 0, .2);
}

.chart_box-wrapper.active {
  display: block;
}

.chart_body-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.chart_status {
  color: var(--base-color-neutral--gray1-pri);
}

.dropdown-toggle {
  grid-column-gap: .3125rem;
  border: .0625rem solid #aeaeae;
  border-radius: .1875rem;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  display: flex;
}

.chart_graph-point {
  width: 100%;
}

.chart_indicator {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chart_indicator.move1 {
  left: 102%;
}

.chart_graph-wrapper {
  width: 100%;
  height: 50%;
  position: absolute;
}

.chart_graph-wrapper.is--top {
  top: 25%;
}

.chart_graph-wrapper.is--bottom {
  top: auto;
  bottom: 0;
}

.div-block-79 {
  max-width: 12.5rem;
}

.flex-block-74 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  align-items: stretch;
}

.flex-block-75 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: stretch;
  width: 50%;
}

.flex-block-76 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.chart_box-wrapper-small {
  z-index: 50;
  background-color: #fff;
  border: 1px solid #828282;
  border-radius: 6px;
  padding: 1rem;
  display: none;
  position: absolute;
  top: auto;
  bottom: 39px;
  left: 28px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
}

.chart_box-wrapper-small.active {
  display: block;
}

.icon-embed-custom-92 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.chart-indicator-bar-line {
  border: 1px dashed var(--base-color-system--success-red-dark);
  background-color: rgba(0, 0, 0, 0);
  width: 1px;
  height: 70vh;
  display: none;
  position: absolute;
  top: 3.25rem;
}

.chart-indicator-bar-line.active {
  display: block;
}

.chart_box-wrapper-is-2 {
  z-index: 50;
  background-color: #fff;
  border: 1px solid #828282;
  border-radius: 6px;
  padding: 1.875rem;
  display: block;
  position: absolute;
  top: 23px;
  box-shadow: 7px 6px 17px rgba(0, 0, 0, .2);
}

.chart_box-wrapper-is-2.active {
  display: block;
}

.icon-embed-custom-93 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.flex-block-77 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
}

.tabs_component {
  margin-top: -1rem;
  margin-left: -1rem;
}

.tabs_component.gap-spacer {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  display: flex;
}

.tabs_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  display: flex;
}

.tabs_item {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--gray1-text-color);
  padding: .9375rem 0;
  font-weight: 500;
}

.tabs_item.w--current {
  border-bottom: 1px solid var(--base-color-brand--secondary);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-brand--secondary);
}

.tabs_item.active {
  border-bottom: 2px solid var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
}

.tabs_active-underline {
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs_active-wrap {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  position: relative;
}

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

.flex-block-78 {
  grid-column-gap: .12rem;
  grid-row-gap: .12rem;
}

.flex-block-79 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.icon-embed-custom-96 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.375rem;
  display: flex;
}

.icon-embed-custom-97, .icon-embed-custom-98 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.3125rem;
  display: flex;
}

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

.icon-embed-custom-100 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.125rem;
  display: flex;
}

.icon-embed-custom-101, .icon-embed-custom-102 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
}

.flex-block-80 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-80 {
  width: 48.5%;
}

.quick-stack-8 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  padding: 0;
}

.cell_top-layout1 {
  grid-row-gap: .9375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cell_top-layout1.align-center {
  justify-content: flex-start;
  align-items: center;
}

.text-101 {
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 100%;
}

.underline-2px {
  background-color: var(--base-color-neutral--navy);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.cell_table-wrapper {
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

.cell_table-wrapper.border-top-left {
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--base-color-neutral--line1);
}

.cell_table-wrapper.border-top-left-right {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--base-color-neutral--line1);
}

.cell_list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5.375rem, 5.375rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cell_list-grid.v-full {
  height: 100%;
}

.cell_list-grid.left-120 {
  grid-template-columns: minmax(7.5rem, 7.5rem) 1fr;
}

.cell_list-grid.left-194 {
  grid-template-columns: minmax(12.125rem, 12.125rem) 1fr;
}

.cell_item-h38 {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.375rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-size: .75rem;
  display: flex;
}

.cell_item-h38.border-right {
  border-right: 1px solid var(--base-color-neutral--line1);
}

.cell_item-h38.border-right.cell_bg-color {
  justify-content: space-between;
  align-items: center;
}

.cell_item-h38.border-right.cell_bg-color.text-align-center.v-full, .cell_item-h38.v-full {
  height: 100%;
}

.cell_item-h38.v-full.no-border {
  border-bottom-style: none;
}

.cell_item-h38.v-auto {
  height: 100%;
}

.cell_item-h38.to-h44 {
  height: 2.75rem;
}

.cell_bg-color {
  background-color: var(--cell-bg-color);
}

.cell_wrapper-content {
  width: 100%;
  height: 100%;
}

.flex-block-81 {
  justify-content: space-between;
  align-items: center;
  max-width: 21.75rem;
}

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

.cell_title {
  border-right: 1px solid var(--base-color-neutral--line1);
  border-bottom: 1px solid var(--base-color-neutral--line1);
  background-color: var(--cell-bg-color);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.375rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.cell_title.text-10 {
  font-size: .625rem;
}

.cell_title.h-44 {
  height: 2.75rem;
}

.sign_item {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 85px;
  height: 90px;
  padding: 6px .625rem 2px;
  text-decoration: none;
  display: flex;
}

.sign_block {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006858 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 65px;
  text-decoration: none;
  display: flex;
}

.text-102 {
  color: #333;
  text-transform: undefined;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 105%;
  text-decoration: none;
}

.vectors-wrapper-54 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.cell_sign-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  min-height: 2.5rem;
}

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

.flex-block-82 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.div-block-81 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-block-83 {
  justify-content: space-between;
  align-items: center;
}

.flex-block-84 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-block-85 {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
}





.table_row-7grid-this {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-7grid-this:hover {
  background-color: #f8fbff;
}

.table_row-7grid-this.stage {
  grid-template-columns: .25fr .25fr .25fr 1fr .5fr .75fr .25fr .25fr;
}

.table_row-7grid-this.plan {
  grid-template-columns: .25fr .25fr .25fr 2fr .35fr .35fr .5fr .35fr;
}

.table_row-7grid-this.approval {
  grid-template-columns: .25fr .25fr .25fr 2fr .5fr .5fr .5fr .5fr;
}

.table_row-7grid-this.layout1 {
  grid-template-columns: .25fr .3fr .25fr .4fr 1fr 1fr .4fr 2.5fr;
}

.table_row-7grid-this.layout2 {
  grid-template-columns: .35fr .75fr .5fr .5fr .5fr 1fr 1fr;
}

.table_row-7grid-this.layout3 {
  grid-template-columns: .25fr .25fr .25fr .4fr .4fr 1fr 1fr;
}





.cell_space {
  padding: 0;
}

.icon-embed-custom-105 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .9375rem;
  display: flex;
}

.icon-embed-custom-106 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.375rem;
  display: flex;
}

.flex-block-86 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.table_blank-wrapper {
  justify-content: center;
  align-items: center;
  height: 25rem;
  display: flex;
}

.text-103 {
  color: #8a99af;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 105%;
  text-decoration: none;
}

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

.flex-block-87 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
}

.frame-1000003584 {
  grid-column-gap: 10px;
  background-color: #f7f9fc;
  border: 1px solid #e4e9f1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 46px;
  padding: 11px 30px;
  text-decoration: none;
  display: flex;
}

.frame-1000006859 {
  grid-column-gap: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.document-add {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-55 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.8333px;
  height: 16.5px;
  text-decoration: none;
  display: flex;
}

.text-104 {
  color: #333;
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.icon-embed-custom-108 {
  color: #1a74ef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.5rem;
  display: flex;
}

.danger_table-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #dfe3ec;
  padding: 0;
}

.link-block-3 {
  grid-column-gap: .375rem;
  color: #9b9b9b;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cell_table-custom-danger {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0f0f0f;
  border-bottom: .0625rem solid #dfe3ec;
  border-right: .0625rem solid #dfe3ec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .65rem;
  font-size: .8125rem;
  display: flex;
}

.tags_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #2b2b2b;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #bbb;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.625rem;
  padding-left: .35rem;
  padding-right: .35rem;
  font-size: .75rem;
  text-decoration: none;
  display: flex;
}

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

.tags-close-svg {
  color: #ef7123;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .6875rem;
  display: flex;
}

.div-block-82 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.flex-block-88 {
  justify-content: flex-end;
  align-items: flex-start;
}

.gray-text-wrapper {
  border-top: 1px solid var(--base-color-neutral--gray1-text-color);
  border-right: 1px solid var(--base-color-neutral--line1);
  border-left: 1px solid var(--base-color-neutral--line1);
  color: var(--base-color-neutral--gray1-text-color);
}

.quick-stack-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell_list-grid-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.cell_list-grid-vertical.v-full {
  height: 100%;
}

.quick-stack-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 1.25rem 0;
}

.div-block-83 {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.cell_custom1 {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-size: .75rem;
  display: flex;
}

.cell_custom1.border-right {
  border-right: 1px solid var(--base-color-neutral--line1);
}

.cell_custom1.border-right.cell_bg-color {
  justify-content: space-between;
  align-items: center;
}

.cell_custom1.border-right.cell_bg-color.text-align-center.v-full, .cell_custom1.v-full, .cell_custom1.v-auto {
  height: 100%;
}

.flex-block-89 {
  flex-flow: column;
  width: 100%;
}

.cell_item {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-size: .75rem;
  display: flex;
}

.cell_item.border-right {
  border-right: 1px solid var(--base-color-neutral--line1);
}

.cell_item.border-right.cell_bg-color {
  justify-content: space-between;
  align-items: center;
}

.cell_item.border-right.cell_bg-color.text-align-center.v-full, .cell_item.v-full {
  height: 100%;
}

.cell_item.v-full.h-custom {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-right: 1px solid var(--base-color-neutral--line1);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .625rem;
}

.cell_item.v-full.h-custom-is2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-right: 1px solid var(--base-color-neutral--line1);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 0;
  font-size: .625rem;
}

.cell_item.v-auto {
  height: 100%;
}

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

.div-block-84 {
  padding-left: .65rem;
  padding-right: .65rem;
}

.border-top {
  border-top: 1px solid var(--base-color-neutral--line1);
}

.border-top.border-left {
  border-left: 1px solid var(--base-color-neutral--line1);
}

.frame-1000006860 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-56 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20.625px;
  height: 12.375px;
  text-decoration: none;
  display: flex;
}

.text-105 {
  color: #8a99af;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.vectors-wrapper-57 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.5px;
  height: 16.5px;
  text-decoration: none;
  display: flex;
}

.cell_custom2 {
  border-right: 1px solid var(--base-color-neutral--line1);
  border-bottom: 1px solid var(--base-color-neutral--line1);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: .75rem;
  display: flex;
}

.cell_custom2.border-right {
  border-right: 1px solid var(--base-color-neutral--line1);
}

.cell_custom2.border-right.cell_bg-color {
  justify-content: space-between;
  align-items: center;
}

.cell_custom2.border-right.cell_bg-color.text-align-center.v-full, .cell_custom2.v-full, .cell_custom2.v-auto {
  height: 100%;
}

.cell_tabs-item {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  display: flex;
  position: static;
}

.cell_tabs-item.active {
  background-color: var(--base-color-neutral--gray1-pri);
  color: var(--base-color-neutral--white);
  position: relative;
}

.icon-embed-custom-111 {
  color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  display: flex;
  position: absolute;
  top: .7rem;
  bottom: 0%;
  left: auto;
  right: .24rem;
}

.cell_input-text {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  white-space: nowrap;
  background-color: #fff;
  border: .0625rem #a2aebe;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 2.125rem;
  margin: 0;
  padding: .2rem 1rem;
  font-size: .75rem;
  display: flex;
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .05);
}

.cell_input-text.bg-grey {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
}

.cell_input-text.bg-grey.text-weight-semibold {
  border-color: var(--base-color-neutral--gray1-pri);
}

.cell_input-text.border-grey {
  border-color: var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
}

.cell_input-text.border-primary {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
}

.cell_input-text.text-size-13-green {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
  font-size: .8125rem;
}

.cell_input-text.font-medium-semibold {
  font-size: .875rem;
  font-weight: 600;
}

.cell_input-text.solid-green {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.cell_input-text.light-gray {
  border-color: var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
}

.cell_input-text.solid-dark-blue {
  border-color: var(--base-color-neutral--gray1-text-color);
  background-color: var(--base-color-neutral--gray1-text-color);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.cell_input-text.smallest {
  height: 2.125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.star {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
}

.star.light {
  color: #e2e8f0;
}

.star.green {
  color: var(--base-color-brand--secondary);
}

.div-block-85 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 1.25rem;
  display: flex;
}

.sign_wrapper {
  border: 1px solid var(--base-color-neutral--line1);
  border-radius: .5rem;
  width: 14.625rem;
  height: 8.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sign_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-86 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 8.75rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.frame-1000006861 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-1000006862 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.line {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-59 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-60 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 1px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 70px;
  left: 0;
}

.frame-1000006863 {
  grid-column-gap: 3px;
  border-top: 1px solid var(--base-color-neutral--line1);
  border-bottom: 1px solid var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.25rem;
  text-decoration: none;
  display: flex;
}

.text-106 {
  color: #333;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.space-40 {
  padding-top: 2.5rem;
}

.flex-block-90 {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
}

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

.flex-block-91 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.icon-embed-custom-113 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1875rem;
  height: 1.125rem;
  display: flex;
}

.flex-block-92 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.cell_image-wrapper {
  border: 1px solid var(--base-color-neutral--line1);
  border-radius: .25rem;
  height: 100%;
  max-height: 14.5rem;
  padding: .75rem;
  position: relative;
}

.cell_image-wrapper.no-border {
  border-style: none;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-block-88 {
  border-radius: .5rem;
  padding-top: 35%;
  position: relative;
  overflow: hidden;
}

.map-circle-svg {
  color: #ef2323;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.6875rem;
  display: flex;
  position: absolute;
  top: 29%;
  bottom: auto;
  left: 34%;
  right: auto;
}

.map_indicator-wrap {
  padding-top: .5rem;
  padding-right: .5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.icon-embed-custom-115 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 4.4375rem;
  display: flex;
}

.map_link {
  height: 48%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.map_link.bottom-minus {
  top: auto;
  bottom: 0;
}

.div-block-89 {
  position: relative;
}

.map_point-link {
  display: block;
}

.text-107 {
  color: #65ad61;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block-90 {
  text-align: center;
}

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

.modal_map-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 82%;
  position: relative;
}

.modal_map-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-map_select-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-map_select-2.left {
  border-right: 1px solid #f2f2f2;
}

.modal_map-widget {
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 8.5rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: auto;
  right: 1.5rem;
  overflow: clip;
}

.modal_map-widget.layout2 {
  top: .75rem;
  right: .75rem;
}

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

.custom-map-icon-text-2 {
  color: #fff;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
}

.modal_map-location-icon {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: var(--base-color-neutral--white);
  color: #0f0f0f;
  border-bottom: .0625rem solid #384e6b;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  padding: .625rem 1rem .4375rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: 1.5rem;
  right: auto;
}

.flex-block-93 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-94 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 1rem;
}

.flex-block-95 {
  border-bottom: .0625rem solid #e2e8f0;
  justify-content: space-between;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.div-block-91 {
  width: 45%;
}

.div-block-92 {
  width: 55%;
}

.flex-block-96 {
  flex-flow: column;
}

.danger-map_wrapper {
  border-radius: .75rem;
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}

.div-block-93 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.flex-block-97 {
  z-index: 100;
  position: absolute;
  top: .75rem;
  bottom: auto;
  left: .75rem;
  right: auto;
}

.danger-map_expand-icon-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: .75rem;
  left: auto;
  right: .75rem;
}

.danger-map_point-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 4.25rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 35%;
  left: 55%;
  right: auto;
}

.danger-map_point-svg.is2 {
  left: 44%;
}

.danger-map_point-svg.is3 {
  bottom: 13%;
  left: 49%;
}

.flex-block-98 {
  flex-flow: column;
}

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

.flex-block-99 {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: space-between;
  width: 100%;
}

.flex-block-100 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
}

.icon-embed-custom-118 {
  color: var(--base-color-system--vermilian);
  background-color: rgba(235, 87, 87, .1);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.icon-embed-custom-118.daker {
  background-color: var(--base-color-system--vermilian);
  color: var(--base-color-neutral--white);
}

.icon-embed-custom-119 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.625rem;
  display: flex;
}

.modal_danger-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 2.625rem 2.5rem;
  display: block;
}

.modal_danger-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 31.25rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_danger-wrapper._w-800 {
  max-width: 50rem;
}

.modal_danger-wrapper._w-780 {
  max-width: 48.75rem;
}

.modal_danger_text-area {
  border: 1px solid var(--base-color-neutral--line1);
  text-align: left;
  background-color: #f8f9fd;
  border-radius: .5rem;
  height: 12.125rem;
  padding-top: 1.375rem;
  padding-bottom: 0;
  padding-left: 1.875rem;
}

.div-block-94 {
  padding-top: 1.375rem;
}

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

.frame-1000006864 {
  grid-column-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-108 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.text-109 {
  color: #8a99af;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.msdw_banner1 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  background-color: #fbe9e9;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  margin-bottom: 1.25rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.frame-1000006865 {
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-110 {
  color: #000;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-111 {
  color: #000;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.msdw_banner2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  background-color: #f7f9fc;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 8rem;
  margin-bottom: 1.25rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.text-113 {
  color: #333;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
}

.text-114 {
  color: #333;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-4 {
  color: #e75530;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
}

.msds_content {
  border-top: 1px solid var(--base-color-neutral--gray1-pri);
  padding-top: .75rem;
  display: flex;
}

.msds_content.flex-vertical.gap-38 {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
}

.msds_wrapper {
  width: 21.25rem;
}

.msds_wrapper.left {
  width: 22.75rem;
}

.msds_wrapper.right {
  background-color: #f7f9fc;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.text-115 {
  color: #333;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.msds_tags-wrapper {
  grid-column-gap: 13px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.msds_tags {
  grid-column-gap: 8px;
  background-color: #a2aebe;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  text-decoration: none;
  display: flex;
}

.text-116 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.text-117 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.div-block-96 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.msds_table {
  border-top: 1px solid var(--base-color-neutral--gray1-pri);
}

.quick-stack-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

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

.frame-1000006866 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-241 {
  object-fit: cover;
}

.div-block-97 {
  min-width: 9.875rem;
}

.msds_image-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._2024-04-21-6-36-1 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-98 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.button-small-icon-text12-copy {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  white-space: nowrap;
  background-color: #fff;
  border: .0625rem solid #a2aebe;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 2.1875rem;
  margin: 0;
  padding: .3125rem 1rem;
  font-size: .75rem;
  display: flex;
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .05);
}

.button-small-icon-text12-copy.bg-grey {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
}

.button-small-icon-text12-copy.bg-grey.text-weight-semibold {
  border-color: var(--base-color-neutral--gray1-pri);
}

.button-small-icon-text12-copy.border-grey {
  border-color: var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
}

.button-small-icon-text12-copy.border-primary {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
}

.button-small-icon-text12-copy.text-size-13-green {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
  font-size: .8125rem;
}

.button-small-icon-text12-copy.font-medium-semibold {
  font-size: .875rem;
  font-weight: 600;
}

.button-small-icon-text12-copy.solid-green {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.button-small-icon-text12-copy.light-gray {
  border-color: var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
}

.button-small-icon-text12-copy.solid-dark-blue {
  border-color: var(--base-color-neutral--gray1-text-color);
  background-color: var(--base-color-neutral--gray1-text-color);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.button-small-icon-text12-copy.smallest {
  height: 2.125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.button-small-icon-text12-copy.border-red {
  border-color: var(--base-color-system--vermilian);
  color: var(--base-color-system--vermilian);
}

.code-embed {
  width: 1.125rem;
  height: 1.125rem;
}

.button-small-icon-h44 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  white-space: nowrap;
  background-color: #fff;
  border: .0625rem solid #a2aebe;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: .3125rem 1rem;
  font-size: .75rem;
  display: flex;
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .05);
}

.button-small-icon-h44.bg-grey {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
}

.button-small-icon-h44.bg-grey.text-weight-semibold {
  border-color: var(--base-color-neutral--gray1-pri);
}

.button-small-icon-h44.border-grey {
  border-color: var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
}

.button-small-icon-h44.border-primary {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
}

.button-small-icon-h44.text-size-13-green {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
  font-size: .8125rem;
}

.button-small-icon-h44.font-medium-semibold {
  font-size: .875rem;
  font-weight: 600;
}

.button-small-icon-h44.solid-green {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.button-small-icon-h44.light-gray {
  border-color: var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
}

.button-small-icon-h44.solid-dark-blue {
  border-color: var(--base-color-neutral--gray1-text-color);
  background-color: var(--base-color-neutral--gray1-text-color);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.button-small-icon-h44.smallest {
  height: 2.125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.button-small-icon-h44.border-red {
  border-color: var(--base-color-system--vermilian);
  color: var(--base-color-system--vermilian);
}

.tab-button-absolute {
  position: absolute;
  top: 1.6rem;
  bottom: auto;
  left: auto;
  right: 3.2rem;
}

.safe-doc_component {
  width: 100%;
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}

.document-form_sign-checkbox-2 {
  border: .0625rem solid #e2e8f0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.document-form_sign-checkbox-2.w--redirected-checked {
  background-color: rgba(56, 152, 236, 0);
  background-image: none;
  border-style: none;
}

.document-form_sign-checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.calendar-icon-svg-4 {
  pointer-events: none;
  color: #64748b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.calendar-icon-svg-4.size-large {
  top: 25%;
}

.div-block-99 {
  justify-content: space-between;
  padding: .25rem .5rem;
  display: flex;
}

.div-block-100 {
  z-index: 9999999;
  width: 100%;
  position: relative;
}

.date-picker-5 {
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.date-picker-5:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.date-picker-5::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.date-picker-5.size-large {
  height: 2.875rem;
  padding-left: 1rem;
}

.div-block-101 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.form_input-large-3 {
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large-3:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_input-large-3::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.form_input-large-3.full-width {
  width: 100%;
}

.calendar-icon-large-svg-2 {
  pointer-events: none;
  color: #64748b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.safe-doc_top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: .125rem solid #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .25fr minmax(12.5rem, 21.25rem);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 2.25rem 1.875rem;
  display: flex;
}

.div-block-102 {
  max-width: 10rem;
}

.safe-doc_body-content.top-border {
  border-top: 1px solid var(--base-color-neutral--gray1-pri);
}

.document-form_cell-heading-2 {
  border: .0625rem solid #e2e8f0;
  border-style: none solid solid none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem .875rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.document-form_cell-heading-2.right-no-border {
  border-right-style: none;
}

.document-form_cell-heading-2.bg-red {
  background-color: #fdefeb;
}

.document-form_icon-2 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.document-form_cell-2 {
  border: .0625rem solid #e2e8f0;
  border-style: none solid solid none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem .875rem;
  font-size: .75rem;
  display: flex;
}

.table_cell-image-wrapper {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  border: 1px solid var(--base-color-neutral--line1);
  color: #a3a8b1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: .75rem;
  display: flex;
  position: relative;
}

.flex-block-101 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  width: 100%;
}

.text-field {
  border-radius: .25rem;
  width: 6.25rem;
  height: 2.1875rem;
  font-size: .75rem;
}

.dropdown-toggle-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 0;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

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

.dropdown-link {
  background-color: var(--base-color-neutral--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .75rem;
}

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

.dropdown-list-2 {
  border: .0625rem solid #000;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-color: #e4e9f1;
  border-radius: .1875rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.dropdown-link-2 {
  background-color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .75rem;
}

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

.flex-block-102 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
}

.tabg-button {
  grid-column-gap: 8px;
  background-color: #e75530;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 3px 14px;
  text-decoration: none;
  display: flex;
}

.text-118 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 105%;
  text-decoration: none;
}

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

.tabs-menu-2 {
  grid-column-gap: 3rem;
  border-bottom: .0625rem solid var(--base-color-neutral--neutral-lightest);
  display: flex;
}

.text-119 {
  color: #333;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.div-block-103 {
  grid-column-gap: .5rem;
  display: flex;
}

.text-120 {
  color: #333;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.cont-modal-component {
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.profile-licence-image {
  object-fit: cover;
  border-radius: .125rem;
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px .125rem rgba(0, 0, 0, .1);
}

.cont-image {
  width: 100%;
  height: 100%;
}

.tabs {
  width: 100%;
}

.table_header-title {
  grid-column-gap: .625rem;
  align-items: center;
  display: flex;
}

.button-border-middle {
  color: #0f0f0f;
  border: .0625rem solid #bbb;
  border-radius: .1875rem;
  align-items: center;
  height: 1.875rem;
  padding: 0 .8125rem;
  text-decoration: none;
  display: flex;
}

.button-border-middle:hover {
  color: #fff;
  background-color: #ef7123;
  border-color: #ef7123;
}

.text-size-13-2 {
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: .8125rem;
}

.profile-licence_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 7rem;
  display: flex;
  position: relative;
}

.text-121 {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.span-num {
  color: #ef7123;
}

.cont-image_wrapper {
  max-width: 46.75rem;
}

.employee-modal_tab-link {
    color: #637381;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    font-family: Pretendard, sans-serif;
    /*font-weight: 700;*/
}

.employee-modal_tab-link.w--current {
  border-bottom: 2px solid var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
  background-color: rgba(0, 0, 0, 0);
}

.quick-stack-12 {
  grid-row-gap: 3rem;
  padding: 0;
}

.button-flex-wrapper {
  grid-column-gap: .625rem;
  display: flex;
}

.button-flex-wrapper.full-center {
  justify-content: center;
  width: 100%;
}

.text-link-underline {
  color: #6b88f0;
  font-weight: 600;
}

.div-block-104 {
  grid-column-gap: .75rem;
  justify-content: center;
  display: flex;
}

.replace-img {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37px;
  height: 47px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: .1rem;
  bottom: auto;
  left: auto;
  right: .45rem;
}

.replace-img.is-2 {
  width: 26px;
  height: 33px;
  top: 1rem;
  bottom: auto;
  left: .6rem;
  right: auto;
}

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

.table_row-6grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--base-color-neutral--line1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-6grid:hover {
  background-color: #f8fbff;
}

.table_row-6grid.settings {
  grid-template-columns: .35fr 1fr 1fr .5fr;
}

.table_row-6grid.settings.bg-grey {
  background-color: var(--background-color--background-blue-light);
}

.table_row-6grid.qr-code {
  border-bottom: .0625rem solid var(--border-color--border-primary);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.table_row-6grid.mypage {
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-columns: .6fr 1fr 1fr .6fr;
}

.table_row-6grid.mypage.add-state {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.table_row-6grid.layout1 {
  grid-template-columns: .25fr .5fr .5fr 1fr;
}

.table_row-6grid.new-layout1 {
  grid-template-columns: .35fr .5fr .5fr 1fr .35fr 2fr;
}

.table_row-6grid.layout2 {
  grid-template-columns: .35fr .5fr 1fr .5fr 1fr 1fr;
}

.table_row-6grid.layout3 {
  grid-template-columns: .35fr .75fr .5fr 1fr 1fr .75fr;
}

.table_row-6grid.new-layout2 {
  grid-template-columns: .35fr .5fr .5fr .5fr .75fr 2fr;
}

.list-item {
  color: var(--text-color--text-darker);
  margin-bottom: .15rem;
  padding: 0;
  font-size: .8125rem;
}

.flex-block-103 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-block-104 {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
}

.div-block-105 {
  border: 1px solid var(--base-color-neutral--line1);
  border-radius: .25px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 9.6875rem;
  display: flex;
  overflow: hidden;
}

.form_input-text-area-new {
    /*border: 1px solid rgba(0, 0, 0, 0);*/
    border: 1px solid var(--base-color-neutral--line1);
    height: 100%;
    min-height: 100%;
}

.pdf-sub-modal_component {
  display: none;
}

.flex-block-105 {
  justify-content: flex-start;
  align-items: center;
}

.table_header_link {
  padding: 0;
}

.table_header_link-text {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #1a74ef;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.icon-embed-custom-124 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .625rem;
  height: .875rem;
  display: flex;
}

.cell1-link-modal_component {
  display: none;
}

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

.chart-graph_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-end;
  height: 16.5625rem;
  display: flex;
}

.chart-graph_item {
  flex-flow: column;
  justify-content: flex-end;
  width: .9375rem;
  height: 100%;
  display: flex;
  position: relative;
}

.chart-graph_item._80 {
  height: 80%;
}

.chart-graph_item._50 {
  height: 50%;
}

.chart-graph_base-red {
  background-color: #e75530;
  width: 100%;
  height: 100%;
}

.chart-graph_base-red._20 {
  height: 20%;
}

.chart-graph_base-red._50 {
  height: 50%;
}

.chart-graph_base-red._30 {
  height: 30%;
}

.chart-graph_base-gray {
  background-color: #bdbdbd;
  width: 100%;
  height: 100%;
}

.chart-graph_base-gray._80 {
  height: 80%;
}

.chart-graph_base-gray._50 {
  height: 50%;
}

.chart-graph_base-gray._70 {
  height: 70%;
}

.chart-graph_base-gray._20 {
  height: 20%;
}

.cell2-link-modal_component, .cell3-link-modal_component, .cell4-link-modal_component {
  display: none;
}

.cell_title-2 {
  text-align: center;
  background-color: #f8f9fc;
  border-bottom: 1px solid #e4e9f1;
  border-right: 1px solid #e4e9f1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.375rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.cell_text-3 {
  width: 100%;
  font-family: Pretendard, sans-serif;
}

.cell_item-h38-2 {
  border-bottom: 1px solid #e4e9f1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.375rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-size: .75rem;
  display: flex;
}

.cell_item-h38-2.border-right {
  border-right: 1px solid #e4e9f1;
}

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

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

.text-rich-text-bigger p {
  margin-bottom: 1rem;
  font-size: .875rem;
}

.text-rich-text-bigger ul, .text-rich-text-bigger ol {
  margin-bottom: 1.5rem;
}

.text-rich-text-bigger blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.helth-info1-modal_component, .helth-info2-modal_component {
  display: none;
}

.ox_list-wrapper {
  flex-flow: column;
  display: flex;
}

.ox_item {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  height: 3.125rem;
  display: flex;
}

.div-block-106 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.helth-info3-modal_component, .helth-info4-modal_component {
  display: none;
}

.div-block-107 {
  height: 9.6875rem;
}

.textarea-2 {
  width: 100%;
  height: 9.6875rem;
  min-height: 9.6875rem;
}

.helth-info5-modal_component {
  display: none;
}

.form-4 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.flex-block-106 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 6.75rem;
  margin-right: auto;
}

.block_wrapper {
  background-color: var(--base-color-system--vermilian);
  color: var(--base-color-neutral--white);
  justify-content: flex-start;
  align-items: center;
  width: calc(100% + 5rem);
  height: 5rem;
  margin-left: -2.5rem;
  margin-right: auto;
  padding-left: 2.3125rem;
  padding-right: 2.3125rem;
  font-size: 1.25rem;
  display: flex;
}

.fs_selectcustom-1_list-4.w--open {
  z-index: 999;
  border: .0625rem solid #ddd;
  border-radius: .5rem;
  margin-top: .3rem;
  font-size: .875rem;
  overflow: hidden;
}

.icon-embed-custom-126 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 0%;
}

.icon-embed-xsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.form_input-label-text-6 {
  color: #333;
  font-size: .875rem;
}

.form_input-label-text-6._w-fixed-96 {
  min-width: 6rem;
}

.icon-embed-custom-127 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.flex-block-107 {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  align-items: center;
}

.div-block-108 {
  pointer-events: none;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

.fs_selectcustom-1_link-4 {
  background-color: #fff;
  border-bottom: .0625rem solid #e7e7e7;
  padding: .6rem 1rem;
}

.fs_selectcustom-1_link-4:hover {
  background-color: #f8fbff;
}

.fs_selectcustom-1_link-4:focus-visible {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.fs_selectcustom-1_link-4[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.fs_selectcustom-1_link-4.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

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

.my_member-sign-wrapper-2 {
  border: 1px solid #e2e8f0;
  border-radius: .25rem;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.my_member-image-circle {
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-110 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.underline-1px {
  background-color: var(--base-color-neutral--neutral-lightest);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.div-block-111 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-color-light-gray {
  color: var(--base-color-neutral--text-color-2);
}

.button-w-220 {
  min-width: 13.75rem;
}

.div-block-112 {
  max-width: 14.75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.flex-block-108 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-113 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.flex-block-109 {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
}

.flex-block-110 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.icon-embed-custom-128 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5625rem;
  height: 2.125rem;
  display: flex;
}

.title-icon-absolute {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0%;
}

.div-block-114 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.msds_table-2 {
  border-top: 1px solid #8a99af;
}

.quick-stack-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.text-block-4 {
  width: 100%;
}

.quick-stack-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell_item-h38-text14 {
  border-bottom: 1px solid #e4e9f1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.375rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-size: .875rem;
  display: flex;
}

.cell_item-h38-text14.border-right {
  border-right: 1px solid #e4e9f1;
}

.cell_item-h38-text14.border-right.h-44 {
  height: 2.75rem;
}

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

.div-block-115 {
  justify-content: space-between;
  display: flex;
}

.div-block-116 {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.list-link-arrow {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: 2rem;
  right: auto;
}

.chevron-right {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-61 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 10px;
  text-decoration: none;
  display: flex;
}

.text-123 {
  color: #333;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 105%;
  text-decoration: none;
}

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

.div-block-117 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._w-1051 {
  width: 100%;
  max-width: 65.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
}

.frame-1000006867 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 298px;
  text-decoration: none;
  display: flex;
}

.text-124 {
  color: #333;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 105%;
  text-decoration: none;
}

.text-125 {
  color: #333;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 105%;
  text-decoration: none;
}

.div-block-118 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-119 {
  padding-top: 3.125rem;
}

.danger-reg_top {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.form_select-input-large-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Vector.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-large-4:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_select-input-large-4::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.cell_table-wrapper-center {
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cell_table-wrapper-center.border-top-left {
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--base-color-neutral--line1);
}

.cell_table-wrapper-center.border-top-left-right {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--base-color-neutral--line1);
}

.cell_table-wrapper-center.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.cell_table-wrapper-center.is-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-120 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  font-weight: 600;
  display: flex;
}

.danger-reg_top-is2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.approve-link {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: var(--base-color-neutral--grey1-text);
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #a2aebe;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 2.1875rem;
  margin: 0;
  padding: .3125rem 1rem;
  font-size: .75rem;
  display: flex;
  position: relative;
  top: -11px;
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .05);
}

.approve-link.bg-grey {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
}

.approve-link.bg-grey.text-weight-semibold {
  border-color: var(--base-color-neutral--gray1-pri);
}

.approve-link.border-grey {
  border-color: var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
}

.approve-link.border-grey.is-6rem {
  width: 6rem;
}

.approve-link.border-primary {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
}

.approve-link.text-size-13-green {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
  font-size: .8125rem;
}

.approve-link.font-medium-semibold {
  font-size: .875rem;
  font-weight: 600;
}

.approve-link.solid-green {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.approve-link.solid-green._w-auto {
  width: auto;
}

.approve-link.light-gray {
  border-color: var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
}

.approve-link.solid-dark-blue {
  border-color: var(--base-color-neutral--gray1-text-color);
  background-color: var(--base-color-neutral--gray1-text-color);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.approve-link.smallest {
  height: 2.125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.approve-link.border-red {
  border-color: var(--base-color-system--vermilian);
  color: var(--base-color-system--vermilian);
}

.approve-link.solid-red {
  border-color: var(--base-color-system--vermilian);
  background-color: var(--base-color-system--vermilian);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.approve-link.solid-red._w-auto {
  width: auto;
}

.approve-link.is-6rem {
  width: 6rem;
}

.approve-link.border-dark {
  color: var(--base-color-neutral--grey1-text);
}

.quick-stack-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--base-color-neutral--gray1-pri);
  border-bottom: 1px solid var(--base-color-neutral--gray1-pri);
  border-left: 1px solid var(--base-color-neutral--line1);
  padding: 0;
}

.icon-embed-custom-130 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: .5rem;
  bottom: auto;
  left: auto;
  right: .5rem;
}

.cell_list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(11.625rem, 11.625rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-121 {
  width: 100%;
  display: flex;
}

.div-block-122 {
  width: 65%;
}

.frame-1000006868 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-62 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  text-decoration: none;
  display: flex;
}

.text-126 {
  color: #333;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 105%;
  text-decoration: none;
}

.square-block {
  width: .75rem;
  height: .75rem;
}

.square-block.green {
  background-color: var(--base-color-brand--secondary);
}

.square-block.red {
  background-color: #ef2323;
}

.div-block-123 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 1rem;
  padding-left: 2rem;
  display: flex;
}

.cell_tri-list-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  display: flex;
}

.list-item-tri {
  list-style-type: none;
}

.cell_tri-item {
  text-align: left;
  font-size: .75rem;
}

.quick-stack-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.icon-embed-custom-131 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .35rem;
  display: flex;
}

.flex-block-111 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
}

.flex-block-112 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.flex-block-113 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  width: 100%;
}

.flex-block-114 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.icon-embed-custom-132 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .35rem;
  display: flex;
}

.flex-block-115 {
  flex-flow: row;
}

.image-242 {
  width: 1.125rem;
  height: 1.125rem;
}

.flex-block-116 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  width: 100%;
}

.flex-block-117 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  width: 100%;
}

.icon-embed-custom-133, .icon-embed-custom-134 {
  color: #65ad61;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: .5rem;
  bottom: auto;
  left: auto;
  right: .5rem;
}

.form_input-large-close-4 {
  pointer-events: none;
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large-close-4:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_input-large-close-4::placeholder {
  color: #000;
  font-size: .875rem;
}

.vectors-wrapper-63 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.icon-embed-custom-135 {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.375rem;
  display: flex;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.frame-1000006869 {
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-64 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 189px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.div-block-124 {
  height: 700px;
}

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

.flex-block-118 {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
}

.flex-block-119 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.text-127 {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.employee-modal_profile-wrapper-layout2 {
  grid-column-gap: 1.875rem;
  width: 100%;
  padding: 0;
}

.employee-modal_profile-table-layout2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: .0625rem solid #dfe3ec;
  border-left: .0625rem solid #dfe3ec;
  width: 100%;
  padding: 0;
}

.employee-modal_profile-table-layout2.height-full {
  height: 100%;
}

.employee-modal_profile-table-layout2.width70 {
  width: 80%;
}

.employee-modal_profile-table-layout2.gap-set {
  grid-row-gap: .8rem;
  border: 1px #000;
}

.spacer-90 {
  padding-top: 5.625rem;
}

.table_component-copy {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.modal_wrapper-2 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #333;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_wrapper-2.is-800 {
  max-width: 50rem;
}

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

.modal_close-3 {
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal_close-3:focus-visible {
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.modal_close-3[data-wf-focus-visible] {
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.flex-block-120 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.text-128 {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.flex-block-121 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.flex-block-122 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-end;
}



.main-button-large-4 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #64748b;
  background-color: #fff;
  border: .0625rem solid #e4e9f1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .6875rem 1.3rem .6875rem 1rem;
  font-weight: 600;
  display: flex;
}

.main-button-large-4.solid-green {
  color: #fff;
  background-color: #65ad61;
}



.password-field_wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.div-block-125 {
  width: 15.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.button-solid-h46 {
  border: .0625rem solid var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
  white-space: nowrap;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-solid-h46.border-transp {
  border-color: var(--base-color-neutral--text-color-2);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--grey1-text);
}

.button-solid-h46.h-46 {
  height: 2.875rem;
}

.button-solid-h46.bg-light-gray {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
  color: var(--base-color-neutral--black);
}

.button-solid-h46.bg-dark-gray {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray1-text-color);
}

.button-solid-h46.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}






.flex-block-123 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.flex-block-124 {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  justify-content: flex-start;
  align-items: center;
}

.form_input-search-small-3 {
  background-image: url('../images/search-1.svg'), url('../images/Rectangle-4985.png');
  background-position: 97%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: .875rem, auto;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  width: 100%;
  max-width: 21.25rem;
  height: 2.125rem;
  margin-bottom: 0;
}

.form_input-search-small-3:focus {
  border-color: #65ad61;
}

.form_input-search-small-3::placeholder {
  font-size: .75rem;
}

.content-block_right-padding-set {
  border-bottom: 1px #e2e8f0;
  border-right: 1px #e2e8f0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: .5rem;
  padding-right: 2.25rem;
  display: flex;
}

.form_select-input-small-3 {
  background-color: #fff;
  background-image: url('../images/Vector.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  width: 100%;
  height: 2.125rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-small-3:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_select-input-small-3::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.form_select-input-small-3._w-340 {
  max-width: 21.25rem;
}

.content-block_h48 {
  color: #333;
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  width: 100%;
  height: 3rem;
  display: flex;
}

.content-block_layout2-2 {
  border-top: 1px solid #e2e8f0;
  border-left: 1px solid #e2e8f0;
}

.quick-stack-17 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.form_checkbox-icon2-2 {
  border: .0625rem solid #8a99af;
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
}

.form_checkbox-icon2-2.w--redirected-checked {
  background-color: #65ad61;
  background-size: .75rem;
  border-color: #65ad61;
}

.form_checkbox-icon2-2.w--redirected-focus {
  box-shadow: none;
}

.flex-block-125 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.content-block_layout2-narrow {
  border-top: 1px #e2e8f0;
  border-left: 1px solid #e2e8f0;
}

.top-line {
  border-top: 1px solid var(--base-color-neutral--line1);
}

.flex-block-126 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: space-between;
  align-items: center;
}

.form_date-icon-svg-3 {
  pointer-events: none;
  color: #64748b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: 4.5%;
  right: auto;
}

.form_date-icon-svg-3.small-postion {
  top: 16%;
}

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

.select-color-wrapper {
  color: var(--base-color-neutral--text-color-2);
  width: 100%;
}

.div-block-126 {
  height: 46px;
}

.link-block-4 {
  grid-column-gap: .375rem;
  color: #9b9b9b;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cell_bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cell_row-item-underline {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .725rem 1.25rem .725rem 1rem;
  display: flex;
}

.cell_row-item-underline.active-solid {
  background-color: var(--base-color-neutral--gray1-text-color);
  color: #fff;
  font-weight: 600;
}

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

.content-rate_2col-content-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: .0625rem solid #dfe3ec;
  border-left: .0625rem solid #dfe3ec;
  width: 100%;
  padding: 0;
}

.content-rate_2col-content-2.border-none {
  border-left-style: none;
}

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

.quick-stack-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 46.875rem;
  padding: 0;
}

.clee-table-top {
  border-style: solid;
  border-width: 1px .0625rem .0625rem;
  border-color: var(--base-color-neutral--gray1-text-color) #dfe3ec #dfe3ec;
  background-color: #f7f9fc;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.25rem;
  padding: .625rem .75rem .725rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.add-plus-icon {
  color: var(--base-color-neutral--text-color-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  right: 10px;
}

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

.jpg-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.4375rem;
  display: flex;
  position: absolute;
  left: 0;
}

.div-block-127 {
  padding-left: 2rem;
}

.file-upload-fake-overlay {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
  justify-content: center;
  align-items: center;
  width: 6.875rem;
  font-size: .875rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.file-input-opacity-0 {
    opacity: 0;
    font-size: .5rem;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    
}

.icon-embed-custom-140 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .875rem;
  display: flex;
}

.flex-block-127 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  max-width: 13.125rem;
  margin-left: auto;
  margin-right: auto;
}

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

.flex-block-128 {
  justify-content: flex-start;
  align-items: center;
}

.flex-block-129 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  align-items: center;
}

.div-block-128 {
  width: 11.25rem;
  padding-top: 3.25rem;
}

.form_select-input-large-5 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Vector.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-large-5:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_select-input-large-5::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.modal_wrapper-3 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #333;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.modal_wrapper-3.is-738 {
  max-width: 46.125rem;
}

.form_input-2 {
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  min-height: 2.875rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

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

.form_input-2::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.icon-embed-custom-142 {
  color: #d34c29;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 2px;
  display: flex;
}

.file-upload-fake-overlay-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f7f9fc;
  border: 1px solid #e4e9f1;
  justify-content: center;
  align-items: center;
  width: 6.875rem;
  font-size: .875rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.icon-embed-custom-144 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .875rem;
  display: flex;
}

.flex-block-130 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.flex-block-131 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.flex-block-132 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.x-circle-icon {
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
  position: absolute;
  top: .7rem;
  bottom: auto;
  left: -2.5rem;
  right: auto;
}

.div-block-129 {
  justify-content: center;
  align-items: flex-start;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .spacer-xxhuge-144 {
    padding-top: 8rem;
  }

  .spacer-xlarge-64 {
    padding-top: 3rem;
  }

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

  .spacer-xxlarge-80 {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .modal-subs_wrapper, .modal_pjt-wrapper, .modal_stamp-wrapper, .modal_add-comp-wrapper, .modal_writing-wrapper, .modal_detail-wrapper, .modal_update-wrapper, .modal-menual-wrapper, .modal_safe1-wrapper, .modal_safe2-wrapper, .modal_safe1-1-wrapper, .modal_safe2-2-wrapper, .modal_safe2-3-wrapper, .modal_71-wrapper, .modal_72-wrapper, .modal_73-wrapper {
    grid-template-columns: 1fr;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper, .modal_simple-wrapper, .modal_illust-wrapper, .modal_simple2-wrapper, .modal_sign-wrapper, .modal_weather-wrapper {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: 728px;
  }

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .modal_employee-wrapper, .modal_shedule-wrappe, .modal_schedule1-wrapper, .modal_small-wrapper, .modal_wrapper, .modal_danger-wrapper, .modal_wrapper-2, .modal_wrapper-3 {
    grid-template-columns: 1fr;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

  .spacer-medium-32 {
    padding-top: 1.25rem;
  }

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

  .spacer-xxhuge-144 {
    padding-top: 4.5rem;
  }

  .spacer-xlarge-64 {
    padding-top: 2rem;
  }

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

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

  .modal-subs_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal-subs-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_close {
    padding: 1rem;
  }

  .modal_pjt-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_pjt-popup, .modal_search-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_checkbox-2_group {
    grid-auto-flow: row;
  }

  .modal_stage-popup, .modals_stamp-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_stamp-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_add-comp-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_add-comp-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_writing-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_writing-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_detail-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_detail-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_update-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_update-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal-menual-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal-menual-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal-safe1-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_safe-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_safe2-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_safe2-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_safe1-1-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_safe1-1-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_safe2-2-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_safe2-2-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_safe2-3-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_safe2-3-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_71-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_71-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_72-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_72-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_73-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_73-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

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

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_popup, .modal_simple-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_simple-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_illust-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_illust-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_simple2-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_simple2-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_sign-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_sign-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_weather-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_weather-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .modal_emplyee-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_schedule-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_schedule-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_scheduel-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_close-2 {
    padding: 1rem;
  }

  .modal_small-content, .modal_danger-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .cont-modal-component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_close-3 {
    padding: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-a07d7c4f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-a07d7c4f {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_1977d52e-6cbd-0e38-3fd6-bdedb3a31019-a07d7c63 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-a07d7c63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-a07d7c63 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-a07d7c63, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-a07d7c63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-a07d7c63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-a07d7c63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-a07d7c63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-a07d7c63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-a07d7c63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-a07d7c63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-a07d7c63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-a07d7c63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-a07d7c63, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-a07d7c63, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-a07d7c63, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-a07d7c63, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-a07d7c63, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-a07d7c63, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-a07d7c63, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-a07d7c63, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-a07d7c63, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-a07d7c63, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-a07d7c63 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-a07d7c63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-a07d7c63 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-a07d7c63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-a07d7c63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-a07d7c63 {
  justify-self: start;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-17e4c1e5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-17e4c1e5 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-91996749 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-91996749 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-9f66e3fa, #w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-fa0a73da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-fa0a73da {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-fdbc7f5c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-fdbc7f5c {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-455711b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-455711b6 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-b19ff195 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a141b-b19ff195 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a141c-b19ff195, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a1420-b19ff195, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a1426-b19ff195, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a142a-b19ff195, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a142e-b19ff195, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a1432-b19ff195, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a1436-b19ff195, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a143a-b19ff195, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a143e-b19ff195, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a1442-b19ff195, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a1448-b19ff195, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a144c-b19ff195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e66-6770def3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e67-6770def3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e6a-6770def3, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e88-6770def3, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ed0-6770def3, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f18-6770def3, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f60-6770def3, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877fa8-6770def3, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ff0-6770def3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e66-71424f6b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e67-71424f6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e6a-71424f6b, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e88-71424f6b, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ed0-71424f6b, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f18-71424f6b, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f60-71424f6b, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877fa8-71424f6b, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ff0-71424f6b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e66-a4887d73 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e67-a4887d73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e6a-a4887d73, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e88-a4887d73, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ed0-a4887d73, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f18-a4887d73, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f60-a4887d73, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877fa8-a4887d73, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ff0-a4887d73 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e66-535941bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e67-535941bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e6a-535941bb, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e88-535941bb, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ed0-535941bb, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f18-535941bb, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f60-535941bb, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877fa8-535941bb, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ff0-535941bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e66-09291007 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e67-09291007 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e6a-09291007, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e88-09291007, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ed0-09291007, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f18-09291007, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f60-09291007, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877fa8-09291007, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ff0-09291007 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6481-e4488e59 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6482-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6486-e4488e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6487-e4488e59 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6488-e4488e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab648d-e4488e59 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab648e-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6492-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6496-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab649a-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64a5-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64a9-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64ad-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64b1-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64b5-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64b9-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64bd-e4488e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64c1-e4488e59 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64c2-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64c6-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64ca-e4488e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64cf-e4488e59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64d0-e4488e59, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64d5-e4488e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeaeb-4d1ebf01 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeaf1-4d1ebf01 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeaf2-4d1ebf01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeaf7-4d1ebf01 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeaf8-4d1ebf01, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeafc-4d1ebf01, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb00-4d1ebf01, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb04-4d1ebf01, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb08-4d1ebf01, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb0c-4d1ebf01, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb10-4d1ebf01, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb14-4d1ebf01, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb18-4d1ebf01, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb1c-4d1ebf01, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb20-4d1ebf01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb24-4d1ebf01 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb25-4d1ebf01, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb29-4d1ebf01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0562f6e-0d6b-855e-59c9-dcbdbf613fdb-4d1ebf01 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600c3-9ae667e1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600e8-9ae667e1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600e9-9ae667e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600ea-9ae667e1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd86011b-9ae667e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600c3-4c184664 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600e8-4c184664 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600e9-4c184664 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600ea-4c184664 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd86011b-4c184664 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-e7041ad2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988e-e7041ad2 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919895-e7041ad2 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91989c-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198a9-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198b6-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198c3-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198d0-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198dd-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198ea-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198f7-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919904-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919911-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91991e-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91992b-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919938-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994c-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994d-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994e-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994f-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919956-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919958-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919959-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91995e-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919967-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91996c-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919971-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919976-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91997b-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919984-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919989-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91998e-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919997-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91999c-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199a7-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b0-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-e7041ad2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-e7041ad2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-e7041ad2 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-e7041ad2 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-e7041ad2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-e7041ad2, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-e7041ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-122bc057 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0c74f0ff-3395-5292-ea52-c32e8f1378ba-122bc057 {
  grid-column: span 10 / span 10;
}

#w-node-f3d22dc3-962a-316d-6d11-68fda07f1e3b-122bc057 {
  grid-column: span 3 / span 3;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-122bc057 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-122bc057 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-122bc057 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-122bc057 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-122bc057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-122bc057, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-122bc057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-1d6b4f7e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988e-1d6b4f7e {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919895-1d6b4f7e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91989c-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198a9-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198b6-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198c3-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198d0-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198dd-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198ea-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198f7-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919904-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919911-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91991e-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91992b-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919938-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994c-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994d-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994e-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994f-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919956-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919958-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919959-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91995e-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919967-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91996c-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919971-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919976-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91997b-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919984-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919989-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91998e-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919997-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91999c-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199a7-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b0-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-1d6b4f7e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-1d6b4f7e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-1d6b4f7e {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-1d6b4f7e {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-1d6b4f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-1d6b4f7e, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-1d6b4f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-212bd799 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988e-212bd799 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919895-212bd799 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91989c-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198a9-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198b6-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198c3-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198d0-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198dd-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198ea-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198f7-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919904-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919911-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91991e-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91992b-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919938-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994c-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994d-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994e-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994f-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919956-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919958-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919959-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91995e-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919967-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91996c-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919971-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919976-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91997b-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919984-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919989-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91998e-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919997-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91999c-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199a7-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b0-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-212bd799 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-212bd799 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-212bd799 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-212bd799 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-212bd799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-212bd799, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-212bd799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-4c9ef23f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988e-4c9ef23f {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919895-4c9ef23f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91989c-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198a9-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198b6-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198c3-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198d0-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198dd-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198ea-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198f7-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919904-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919911-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91991e-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91992b-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919938-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994c-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994d-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994e-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994f-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919956-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919958-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919959-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91995e-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919967-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91996c-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919971-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919976-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91997b-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919984-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919989-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91998e-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919997-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91999c-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199a7-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b0-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-4c9ef23f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-4c9ef23f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-4c9ef23f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-4c9ef23f {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-4c9ef23f, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07f9e238-8841-5cd6-1a05-522402c9039d-4c9ef23f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_23da0f51-39b0-b546-d6cd-57ca1af44359-4c9ef23f, #w-node-_23da0f51-39b0-b546-d6cd-57ca1af4435a-4c9ef23f, #w-node-_23da0f51-39b0-b546-d6cd-57ca1af4435d-4c9ef23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-4cab6c93 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988e-4cab6c93 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919895-4cab6c93 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91989c-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198a9-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198b6-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198c3-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198d0-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198dd-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198ea-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198f7-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919904-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919911-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91991e-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91992b-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919938-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994c-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994d-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994e-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994f-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919956-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919958-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919959-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91995e-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919967-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91996c-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919971-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919976-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91997b-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919984-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919989-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91998e-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919997-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91999c-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199a7-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b0-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-4cab6c93 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-4cab6c93 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-4cab6c93 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-4cab6c93 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-4cab6c93, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07f9e238-8841-5cd6-1a05-522402c9039d-4cab6c93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_23da0f51-39b0-b546-d6cd-57ca1af44359-4cab6c93, #w-node-_23da0f51-39b0-b546-d6cd-57ca1af4435a-4cab6c93, #w-node-_23da0f51-39b0-b546-d6cd-57ca1af4435d-4cab6c93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-fff7d4b0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0c74f0ff-3395-5292-ea52-c32e8f1378ba-fff7d4b0 {
  grid-column: span 10 / span 10;
}

#w-node-f3d22dc3-962a-316d-6d11-68fda07f1e3b-fff7d4b0 {
  grid-column: span 3 / span 3;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-fff7d4b0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-fff7d4b0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-fff7d4b0 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-fff7d4b0 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-fff7d4b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-fff7d4b0, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-fff7d4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce5e7951-b77c-75d9-a2a8-b9f047aae989-47aae989 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-ce5e7951-b77c-75d9-a2a8-b9f047aae98a-47aae989, #w-node-ce5e7951-b77c-75d9-a2a8-b9f047aae98b-47aae989, #w-node-ce5e7951-b77c-75d9-a2a8-b9f047aae98e-47aae989 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eae4bc4-0b83-cef2-3b5e-d95c9bad8e8f-8844305f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8c3745d9-c9e4-005d-dae0-bd3783beff9f-f417a1c5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26d001eb-ebf2-1e6a-e45b-6ec3ef440867-eaf32b8c {
  grid-template-rows: auto;
  grid-template-columns: minmax(12.25rem, 12rem) 1fr;
}

#w-node-c2574b0e-9807-0963-b2c0-410422b92daa-eaf32b8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2494c118-3f76-766a-6278-de66d8d895a5-eaf32b8c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-_26d001eb-ebf2-1e6a-e45b-6ec3ef440867-7cc35440 {
  grid-template-rows: auto;
  grid-template-columns: minmax(12.25rem, 12rem) 1fr;
}

#w-node-c2574b0e-9807-0963-b2c0-410422b92daa-7cc35440 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2494c118-3f76-766a-6278-de66d8d895a5-7cc35440 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-bb201794-6824-769a-b2fa-25db0a110bdb-7cc35440 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-bb201794-6824-769a-b2fa-25db0a110bdc-7cc35440 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-_26d001eb-ebf2-1e6a-e45b-6ec3ef440867-9c91e2e6 {
  grid-template-rows: auto;
  grid-template-columns: minmax(12.25rem, 12rem) 1fr;
}

#w-node-c2574b0e-9807-0963-b2c0-410422b92daa-9c91e2e6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2494c118-3f76-766a-6278-de66d8d895a5-9c91e2e6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-_21718af7-b696-e189-e82a-2a5b8c8874b2-9c91e2e6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_21718af7-b696-e189-e82a-2a5b8c8874b3-9c91e2e6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-bb201794-6824-769a-b2fa-25db0a110bdb-9c91e2e6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-bb201794-6824-769a-b2fa-25db0a110bdc-9c91e2e6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-_851bb0a5-7011-68e8-3569-9d516c5dbfe8-6c5dbfe8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_45e06a56-75e9-747b-e6ff-84d30a86140a-a87b4f53, #w-node-_0619d419-ba38-0a0b-f18d-8722e2887214-a87b4f53 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr 1fr;
}

#w-node-_19a12ef0-8cfb-3fd8-b241-e441362029f0-da2cb3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd156-da2cb3e0 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd157-da2cb3e0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd160-da2cb3e0 {
  grid-column: span 3 / span 3;
}

#w-node-f3b13ba7-5eef-08c2-cc4a-cd57b3e1e6ac-da2cb3e0 {
  grid-column: span 2 / span 2;
}

#w-node-_6b1ca233-8d90-d169-6575-47e6efdfed57-da2cb3e0 {
  grid-column: span 3 / span 3;
}

#w-node-cba90934-3dea-80eb-daea-7ad8e320d97d-da2cb3e0 {
  grid-row: span 2 / span 2;
}

#w-node-aeeace69-6468-696c-1644-d24fbb45c4cc-da2cb3e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae92-da2cb3e0 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae93-da2cb3e0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae98-da2cb3e0, #w-node-dcf93b9e-d3be-ca08-fee9-36616ebb9a6f-da2cb3e0, #w-node-_6fac03b6-5f20-b93c-762b-c37ef16deb31-da2cb3e0, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae9d-da2cb3e0, #w-node-_558a9801-8056-bf7b-4578-d86dc274491a-da2cb3e0, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea2-da2cb3e0, #w-node-_1fe7a8a4-8b82-1020-476a-851d716682bb-da2cb3e0, #w-node-_36759d94-8591-8bf6-cede-4d70dbdd312f-da2cb3e0, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea7-da2cb3e0 {
  grid-row: span 2 / span 2;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143aeac-da2cb3e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae8-da2cb3e0 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae9-da2cb3e0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aed-da2cb3e0, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af0-da2cb3e0, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af3-da2cb3e0, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af6-da2cb3e0, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af9-da2cb3e0, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8afc-da2cb3e0, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aff-da2cb3e0, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b02-da2cb3e0, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b05-da2cb3e0 {
  grid-row: span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b09-da2cb3e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0a-da2cb3e0 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0b-da2cb3e0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0f-da2cb3e0, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c12-da2cb3e0, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c15-da2cb3e0, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c18-da2cb3e0, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1b-da2cb3e0, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1e-da2cb3e0, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c21-da2cb3e0, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c24-da2cb3e0, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c27-da2cb3e0 {
  grid-row: span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c2b-da2cb3e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32db9-da2cb3e0 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dba-da2cb3e0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dbe-da2cb3e0, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc1-da2cb3e0, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc4-da2cb3e0, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc7-da2cb3e0, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dca-da2cb3e0, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dcd-da2cb3e0, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd0-da2cb3e0, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd3-da2cb3e0, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd6-da2cb3e0 {
  grid-row: span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dda-da2cb3e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2a-da2cb3e0 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2b-da2cb3e0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2f-da2cb3e0, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a32-da2cb3e0, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a35-da2cb3e0, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a38-da2cb3e0, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3b-da2cb3e0, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3e-da2cb3e0, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a41-da2cb3e0, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a44-da2cb3e0, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a47-da2cb3e0 {
  grid-row: span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a4b-da2cb3e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36552-da2cb3e0 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36553-da2cb3e0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36557-da2cb3e0, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655a-da2cb3e0, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655d-da2cb3e0, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36560-da2cb3e0, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36563-da2cb3e0, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36566-da2cb3e0, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36569-da2cb3e0, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656c-da2cb3e0, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656f-da2cb3e0 {
  grid-row: span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36573-da2cb3e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_19a12ef0-8cfb-3fd8-b241-e441362029f0-75fb68ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd156-75fb68ce {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd157-75fb68ce {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd160-75fb68ce {
  grid-column: span 3 / span 3;
}

#w-node-f3b13ba7-5eef-08c2-cc4a-cd57b3e1e6ac-75fb68ce {
  grid-column: span 2 / span 2;
}

#w-node-_6b1ca233-8d90-d169-6575-47e6efdfed57-75fb68ce {
  grid-column: span 3 / span 3;
}

#w-node-cba90934-3dea-80eb-daea-7ad8e320d97d-75fb68ce {
  grid-row: span 2 / span 2;
}

#w-node-aeeace69-6468-696c-1644-d24fbb45c4cc-75fb68ce {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae92-75fb68ce {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae93-75fb68ce {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae98-75fb68ce, #w-node-dcf93b9e-d3be-ca08-fee9-36616ebb9a6f-75fb68ce, #w-node-_6fac03b6-5f20-b93c-762b-c37ef16deb31-75fb68ce, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae9d-75fb68ce, #w-node-_558a9801-8056-bf7b-4578-d86dc274491a-75fb68ce, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea2-75fb68ce, #w-node-_1fe7a8a4-8b82-1020-476a-851d716682bb-75fb68ce, #w-node-_36759d94-8591-8bf6-cede-4d70dbdd312f-75fb68ce, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea7-75fb68ce {
  grid-row: span 2 / span 2;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143aeac-75fb68ce {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae8-75fb68ce {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae9-75fb68ce {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aed-75fb68ce, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af0-75fb68ce, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af3-75fb68ce, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af6-75fb68ce, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af9-75fb68ce, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8afc-75fb68ce, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aff-75fb68ce, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b02-75fb68ce, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b05-75fb68ce {
  grid-row: span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b09-75fb68ce {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0a-75fb68ce {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0b-75fb68ce {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0f-75fb68ce, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c12-75fb68ce, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c15-75fb68ce, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c18-75fb68ce, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1b-75fb68ce, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1e-75fb68ce, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c21-75fb68ce, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c24-75fb68ce, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c27-75fb68ce {
  grid-row: span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c2b-75fb68ce {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32db9-75fb68ce {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dba-75fb68ce {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dbe-75fb68ce, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc1-75fb68ce, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc4-75fb68ce, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc7-75fb68ce, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dca-75fb68ce, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dcd-75fb68ce, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd0-75fb68ce, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd3-75fb68ce, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd6-75fb68ce {
  grid-row: span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dda-75fb68ce {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2a-75fb68ce {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2b-75fb68ce {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2f-75fb68ce, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a32-75fb68ce, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a35-75fb68ce, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a38-75fb68ce, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3b-75fb68ce, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3e-75fb68ce, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a41-75fb68ce, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a44-75fb68ce, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a47-75fb68ce {
  grid-row: span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a4b-75fb68ce {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36552-75fb68ce {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36553-75fb68ce {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36557-75fb68ce, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655a-75fb68ce, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655d-75fb68ce, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36560-75fb68ce, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36563-75fb68ce, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36566-75fb68ce, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36569-75fb68ce, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656c-75fb68ce, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656f-75fb68ce {
  grid-row: span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36573-75fb68ce {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed317-2a104f7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed326-2a104f7a {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed327-2a104f7a {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed32c-2a104f7a {
  grid-column: span 3 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed330-2a104f7a {
  grid-column: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed334-2a104f7a {
  grid-column: span 3 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed338-2a104f7a {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed33c-2a104f7a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed360-2a104f7a {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed361-2a104f7a {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed365-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed368-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed36b-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed36e-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed371-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed374-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed377-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed37a-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed37d-2a104f7a {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed381-2a104f7a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed38a-2a104f7a {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed38b-2a104f7a {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed38f-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed392-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed395-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed398-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed39b-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed39e-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3a1-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3a4-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3a7-2a104f7a {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3ab-2a104f7a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3b4-2a104f7a {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3b5-2a104f7a {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3b9-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3bc-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3bf-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3c2-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3c5-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3c8-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3cb-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3ce-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3d1-2a104f7a {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3d5-2a104f7a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3de-2a104f7a {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3df-2a104f7a {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3e3-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3e6-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3e9-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3ec-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3ef-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3f2-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3f5-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3f8-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3fb-2a104f7a {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3ff-2a104f7a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed408-2a104f7a {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed409-2a104f7a {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed40d-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed410-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed413-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed416-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed419-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed41c-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed41f-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed422-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed425-2a104f7a {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed429-2a104f7a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed432-2a104f7a {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed433-2a104f7a {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed437-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed43a-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed43d-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed440-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed443-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed446-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed449-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed44c-2a104f7a, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed44f-2a104f7a {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed453-2a104f7a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_19a12ef0-8cfb-3fd8-b241-e441362029f0-304c97fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd156-304c97fc {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd157-304c97fc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd160-304c97fc {
  grid-column: span 3 / span 3;
}

#w-node-f3b13ba7-5eef-08c2-cc4a-cd57b3e1e6ac-304c97fc {
  grid-column: span 2 / span 2;
}

#w-node-_6b1ca233-8d90-d169-6575-47e6efdfed57-304c97fc {
  grid-column: span 3 / span 3;
}

#w-node-cba90934-3dea-80eb-daea-7ad8e320d97d-304c97fc {
  grid-row: span 2 / span 2;
}

#w-node-aeeace69-6468-696c-1644-d24fbb45c4cc-304c97fc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae92-304c97fc {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae93-304c97fc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae98-304c97fc, #w-node-dcf93b9e-d3be-ca08-fee9-36616ebb9a6f-304c97fc, #w-node-_6fac03b6-5f20-b93c-762b-c37ef16deb31-304c97fc, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae9d-304c97fc, #w-node-_558a9801-8056-bf7b-4578-d86dc274491a-304c97fc, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea2-304c97fc, #w-node-_1fe7a8a4-8b82-1020-476a-851d716682bb-304c97fc, #w-node-_36759d94-8591-8bf6-cede-4d70dbdd312f-304c97fc, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea7-304c97fc {
  grid-row: span 2 / span 2;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143aeac-304c97fc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae8-304c97fc {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae9-304c97fc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aed-304c97fc, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af0-304c97fc, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af3-304c97fc, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af6-304c97fc, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af9-304c97fc, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8afc-304c97fc, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aff-304c97fc, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b02-304c97fc, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b05-304c97fc {
  grid-row: span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b09-304c97fc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0a-304c97fc {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0b-304c97fc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0f-304c97fc, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c12-304c97fc, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c15-304c97fc, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c18-304c97fc, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1b-304c97fc, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1e-304c97fc, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c21-304c97fc, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c24-304c97fc, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c27-304c97fc {
  grid-row: span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c2b-304c97fc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32db9-304c97fc {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dba-304c97fc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dbe-304c97fc, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc1-304c97fc, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc4-304c97fc, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc7-304c97fc, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dca-304c97fc, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dcd-304c97fc, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd0-304c97fc, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd3-304c97fc, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd6-304c97fc {
  grid-row: span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dda-304c97fc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2a-304c97fc {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2b-304c97fc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2f-304c97fc, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a32-304c97fc, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a35-304c97fc, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a38-304c97fc, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3b-304c97fc, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3e-304c97fc, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a41-304c97fc, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a44-304c97fc, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a47-304c97fc {
  grid-row: span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a4b-304c97fc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36552-304c97fc {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36553-304c97fc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36557-304c97fc, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655a-304c97fc, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655d-304c97fc, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36560-304c97fc, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36563-304c97fc, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36566-304c97fc, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36569-304c97fc, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656c-304c97fc, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656f-304c97fc {
  grid-row: span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36573-304c97fc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a445-8fd0a444 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a446-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a44a-8fd0a444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a44b-8fd0a444 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a44c-8fd0a444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a451-8fd0a444 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a452-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a456-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a45a-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a45e-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a462-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a466-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a46a-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a46e-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a472-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a476-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a47c-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a480-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a484-8fd0a444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a489-8fd0a444 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a48a-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a48e-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a492-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a496-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a49a-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a49e-8fd0a444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4a7-8fd0a444 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4a8-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4ac-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4b0-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4b4-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4b8-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4bc-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4c0-8fd0a444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4c5-8fd0a444 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .7fr 1fr;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4c6-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4ca-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4d0-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4d4-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4da-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4de-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4e2-8fd0a444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d973a83-3b50-ae0f-5dac-0b1429a8be4c-68f2d45f, #w-node-bce99854-039b-8a7c-ca5d-cece62f47826-68f2d45f, #w-node-_0e6b48a9-bf73-368b-d7f3-d53f433532f7-68f2d45f, #w-node-ee1b8017-ab37-a16c-f26a-60fa4764157b-68f2d45f, #w-node-bd365e03-1cd9-5646-bf81-94628484e11c-68f2d45f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3b832fbf-5f16-3ff7-b884-0d6d4e0f3f4c-12f0c980 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr 1fr;
}

#w-node-_3afec4ae-47f7-460e-0667-bdbbc36270d1-12f0c980 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d02310ac-e02b-cb89-3ac4-1fe12847d115-12f0c980 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9af1614b-9694-c54a-7c50-1ea1017af845-12f0c980, #w-node-_6335b9a9-11c5-22d8-242d-ac07339c47f3-12f0c980, #w-node-_04207d75-b175-a3a2-ca5d-f182ce8f8f62-12f0c980, #w-node-dde61156-e4a3-355a-65cd-f55f0f13c2ef-12f0c980 {
  grid-column: span 2 / span 2;
}

#w-node-_163329a0-5e2a-9561-08d4-ae5189e8bb57-12f0c980 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_88839131-a381-7800-e607-509abe045160-12f0c980 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ca2bad9d-a5bc-42c6-313c-283e2e3c1deb-12f0c980, #w-node-e2233f6e-2e8b-1188-b392-8c83333c2699-12f0c980 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abde3-83a1ba44 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abde9-83a1ba44 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abdea-83a1ba44, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdee-83a1ba44, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdf4-83a1ba44, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdf8-83a1ba44, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdfc-83a1ba44, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe00-83a1ba44, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe04-83a1ba44, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe08-83a1ba44, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe0c-83a1ba44, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe10-83a1ba44, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe16-83a1ba44, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe1a-83a1ba44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abe23-83a1ba44 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abde3-63cd3247 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abde9-63cd3247 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abdea-63cd3247, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdee-63cd3247, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdf4-63cd3247, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdf8-63cd3247, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdfc-63cd3247, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe00-63cd3247, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe04-63cd3247, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe08-63cd3247, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe0c-63cd3247, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe10-63cd3247, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe16-63cd3247, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe1a-63cd3247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abe23-63cd3247 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0791d8ae-8087-4cce-b073-563a58d4be55-7fbcaf98 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0791d8ae-8087-4cce-b073-563a58d4be5b-7fbcaf98 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0791d8ae-8087-4cce-b073-563a58d4be5c-7fbcaf98, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be60-7fbcaf98, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be66-7fbcaf98, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be6a-7fbcaf98, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be6e-7fbcaf98, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be72-7fbcaf98, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be76-7fbcaf98, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be7a-7fbcaf98, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be7e-7fbcaf98, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be82-7fbcaf98, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be88-7fbcaf98, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be8c-7fbcaf98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0791d8ae-8087-4cce-b073-563a58d4be95-7fbcaf98 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_36a9fb4b-5f7b-362c-27dc-041f9efae381-d5acbcb8 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-50d24fc4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-50d24fc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-50d24fc4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-50d24fc4, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-50d24fc4, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-50d24fc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-01d67c51 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-01d67c51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-01d67c51 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-01d67c51, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-01d67c51, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-01d67c51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-9ad57387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-9ad57387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-9ad57387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-9ad57387, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-9ad57387, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-9ad57387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-717eb103 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-717eb103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-717eb103 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-717eb103, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-717eb103, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-717eb103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-e9b1ef86 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-e9b1ef86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-e9b1ef86 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-e9b1ef86, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-e9b1ef86, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-e9b1ef86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-bd36226a {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-bd36226a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-bd36226a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-bd36226a, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-bd36226a, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-bd36226a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-d082e879 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-d082e879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-d082e879 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-d082e879, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-d082e879, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-d082e879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-10059948 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-10059948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-10059948 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-10059948, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-10059948, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-10059948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
