@font-face {
  font-family: Neodunggeunmopro;
  src: url('../fonts/NeoDunggeunmoPro-Regular.woff2') format("woff2");
  font-weight: 400;
  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-Black.otf') format("opentype");
  font-weight: 900;
  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-ExtraLight.otf') format("opentype");
  font-weight: 200;
  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;
}

@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-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GmarketSans;
  src: url('../fonts/GmarketSansLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GmarketSans;
  src: url('../fonts/GmarketSansBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GmarketSans;
  src: url('../fonts/GmarketSansMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --light-grey: #f4f4f4;
  --white: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

.container-large.full-width {
  max-width: none;
}

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

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

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

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

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  padding-bottom: 0;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

.padding-bottom.padding-home {
  padding: 0 0 7.5rem;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

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

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

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

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

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

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

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

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-section-large {
  padding: 6rem 0;
}

.section_home-header {
  background-image: url('../images/Group-32.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  position: sticky;
  top: 0;
}

.home-header_top {
  padding: 2.625rem 0 1rem;
}

.logo {
  display: flex;
}

.home-header_content {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #ffffff08;
  border-radius: 1.5rem;
  max-width: 36.125rem;
  padding: 1.9rem;
  display: inline-block;
  position: absolute;
  inset: auto 0% 8% 7%;
}

.frame-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-header_heading1 {
  color: var(--white);
  letter-spacing: -.03em;
  font-family: Neodunggeunmopro, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 120%;
}

.text-2 {
  color: var(--white);
  letter-spacing: 0;
  font-family: Neodunggeunmopro, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 136%;
}

.frame-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: var(--white);
  border: 1px solid #dfdfdf;
  border-radius: 134px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 18px;
  display: flex;
}

.frame-1.trans {
  border-color: var(--black);
  background-color: #0000;
  padding-right: 38px;
}

.frame-1.phone, .frame-1.kakao {
  min-width: 260px;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  display: flex;
}

.text-3 {
  color: #1b1e35;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 136%;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.coupon-slider_wrapper {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-01 {
  grid-column-gap: 11.9149px;
  grid-row-gap: 11.9149px;
  background-color: #fff;
  border-radius: 8.9362px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
  box-shadow: 0 48px 95.3195px #393b6a0f;
}

.frame-9 {
  grid-column-gap: 11.9149px;
  grid-row-gap: 11.9149px;
  background-color: #ffecec00;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 11.9149px;
  display: flex;
}

.image-10 {
  object-fit: cover;
}

.text {
  color: #1b1e35;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 136%;
}

.logo-01-2 {
  grid-column-gap: 11.9149px;
  grid-row-gap: 11.9149px;
  background-color: #fff;
  border-radius: 8.9362px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 26.8086px 20.8511px;
  display: flex;
  box-shadow: 0 47.6598px 95.3195px #393b6a0f;
}

.coupon-slider_list {
  display: flex;
}

.dont-shilink-flex {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex: none;
  display: flex;
}

.overlay-white {
  background-image: linear-gradient(to right, var(--white), transparent);
  width: 11.25rem;
  position: absolute;
  top: 0;
  bottom: 0;
}

.overlay-white.reverse {
  inset: 0% 0% 0 auto;
  transform: rotate(180deg);
}

.section_process.padding-section-large {
  background-color: #f8f8ff;
  padding: 5vw;
}

.frame-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-4 {
  color: #8d8d8e;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 136%;
}

.heading2-title {
  color: #1b1e35;
  letter-spacing: -.03em;
  font-family: Pretendard, sans-serif;
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 120%;
}

._6 {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process_item {
  z-index: 5;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.frame-38 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eee8ff;
  border-radius: 999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 24px;
  display: flex;
}

.text-5 {
  color: #7c57e8;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.title---button {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-6 {
  color: #1b1e35;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 135%;
}

.frame-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #7c57e8;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  display: flex;
}

.text-7 {
  color: #fff;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
}

.content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 602px;
  display: flex;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process_component {
  grid-row-gap: 12vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

._4 {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-40 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffd2f0;
  border-radius: 999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 3.5rem;
  height: 3.5rem;
  padding: 15px 19px;
  display: flex;
}

._1-2 {
  color: #c2228d;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

._365-24 {
  color: #1b1e35;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 135%;
}

._365-24-2 {
  color: #fff;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
}

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

.progress_line-stick {
  background-color: #d3c5ff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
}

.middle_component {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffff4d;
  border: 1px solid #c9dad4;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 82.5rem;
  padding: 109px 32px;
  display: flex;
  box-shadow: 24px 31px 41px #0000000a;
}

.content-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-and-supporting-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

._365-24-3 {
  font-family: GmarketSans, sans-serif;
}

.text-xl-regular {
  color: #475467;
  text-align: center;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

._365-24-0 {
  color: #1b1e35;
  text-align: center;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 700;
  line-height: 138.5%;
}

._365-24-1 {
  color: #c2228d;
  text-align: center;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 700;
  line-height: 138.5%;
}

.section-middle.padding-section-large {
  position: relative;
}

.floting-wz-wrapper {
  width: 100%;
  max-width: 48.0625rem;
  position: absolute;
  inset: auto auto 5% 0%;
}

.image-wrapper-image {
  width: 100%;
  height: 100%;
}

.section-ticket.padding-section-large {
  background-image: url('../images/stripe_background.svg');
  background-position: 50%;
  background-size: cover;
}

.ticket-content {
  display: flex;
}

.ticket-content.reverse {
  justify-content: flex-end;
}

.ticket-image-wrapper {
  max-width: 43.0625rem;
}

.ticket_component {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.heading {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  font-family: Pretendard, sans-serif;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 125%;
}

.heading.whie {
  color: var(--white);
  font-family: GmarketSans, sans-serif;
  font-weight: 700;
}

.heading-6 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.02em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 135%;
}

.is--3_component {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.slice-1 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

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

.is--3_heading-and-subheading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-text-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-8 {
  color: #efefef;
  text-align: center;
  letter-spacing: -.02em;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 135%;
}

.content-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feature-text {
  height: undefined;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-and-supporting-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.rl-padding-section-large-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.is--3_wrapper-list {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.section_is--3 {
  background-color: #1b1e35;
}

.a-h6-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.a-testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.a-testimonial-avatar {
  width: 36px;
  height: 36px;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-testimonial-left-arrow {
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 14px;
  display: flex;
  left: 0%;
}

.a-testimonial-right-arrow {
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 14px;
  display: flex;
  right: 0%;
}

.a-testimonial-card {
  grid-row-gap: 24px;
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px 15%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-testimonial-card:hover {
  border-color: #e5e5e500;
}

.a-testimonial-author-small {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.8;
}

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

.a-testimonial-section {
  padding: 92px 5%;
  position: relative;
  overflow: hidden;
}

.a-testimonial-avatar-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.a-testimonial-star {
  grid-column-gap: 8px;
  display: flex;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-testimonial-slide {
  border-radius: 10px;
  margin-right: 40px;
}

.a-testimonial-mask {
  overflow: visible;
}

.a-testimonial-slide-nav {
  display: none;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 78px;
  min-width: 78px;
  height: 78px;
  display: flex;
}

.content-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f3f2f5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px 18px;
  display: flex;
}

.is--5_top-title-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

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

.subheading {
  color: #7c57e8;
  text-align: center;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 24px;
}

.is--5_component {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.is--5_list-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.heading-and-supporting-text-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.home-header_ticket-image {
  width: 100%;
  height: 100%;
}

.text-and-supporting-text-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fbfbfb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 22.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.is--2_heading-and-subheading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-9 {
  color: #101828;
  text-align: center;
  letter-spacing: 0;
  max-width: 16.25rem;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}

.section_is--5 {
  background-image: url('../images/Group-27.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.content-6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-7-copy {
  color: #101828;
  text-align: center;
  letter-spacing: 0;
  max-width: 18rem;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}

.content-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-header_bottom-image-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.home-header_arrow {
  align-items: center;
  display: flex;
  position: absolute;
  inset: -23% auto auto 46%;
}

.frame-56 {
  grid-column-gap: 89px;
  grid-row-gap: 89px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.tabs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumb-button-base {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.text-10 {
  color: #1a1e2d;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.chevron-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 6px;
  display: flex;
}

.vectors-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 8px;
  display: flex;
}

.breadcrumb-button-base-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c2228d;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.text-11 {
  color: #fff;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.vectors-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 134.388px;
  display: flex;
}

.image-11 {
  width: 100%;
  height: 100%;
  display: block;
}

.div-block {
  width: 100%;
  max-width: 640px;
  position: relative;
  inset: auto 2% -2% auto;
}

.breadcrumb-button-base-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: snow;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 17px 8px;
  display: flex;
  position: absolute;
  inset: 33% 2% auto auto;
}

.text-12 {
  color: #344054;
  letter-spacing: 0;
  font-family: GmarketSans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}

.heading-and-supporting-text-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.text-xl-regular-3 {
  color: #eaecf0;
  text-align: center;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
}

.text-13 {
  color: #ffe4e8;
  font-size: 1.8125rem;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: -.015em;
}

.section_footer {
  background-color: #1d2939;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.content-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 0 solid #475467;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.frame-8 {
  grid-column-gap: 5.31646px;
  grid-row-gap: 5.31646px;
  color: var(--white);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 5.31646px;
  display: flex;
}

.footer_component-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #1d2939;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.top-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-2 {
  padding-bottom: 2rem;
}

.text-2-copy {
  color: var(--white);
  letter-spacing: 0;
  font-family: Neodunggeunmopro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 136%;
}

.div-block-3 {
  padding-bottom: 4vw;
}

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

.button-flex.smaller {
  grid-column-gap: 1.25rem;
  transform-origin: 0 0;
  flex-direction: row;
  width: 100%;
  transform: scale(.7);
}

.section {
  height: 100vh;
}

.section.is--2 {
  background-image: url('../images/AdobeStock_559871209.jpeg');
  background-position: 50%;
  background-size: cover;
}

.section.is--3 {
  height: auto;
}

.section.is--4 {
  background-color: #7c57e8;
  position: relative;
}

.section.is--5 {
  background-color: #f8f8ff;
}

.section.is--6 {
  background-color: #1d2939;
  height: auto;
}

.section-component {
  width: 100%;
  height: 100%;
}

.section-component.padding-section-large {
  padding: 5vw;
}

.section-component.padding-section-large.set-new {
  padding-bottom: 0;
  padding-right: 0;
}

.ai-365-24 {
  font-family: GmarketSans, sans-serif;
}

.ai-365-24-0 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 62px;
  font-weight: 700;
  line-height: 138.5%;
}

.ai-365-24-1 {
  color: #c8b5ff;
  letter-spacing: -.03em;
  font-size: 62px;
  font-weight: 700;
  line-height: 138.5%;
}

.div-block-4 {
  max-width: 21.75rem;
  padding-top: 87px;
}

.div-block-5 {
  padding-bottom: 3.5rem;
}

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

.slice-2 {
  object-fit: cover;
  border-radius: 8px;
}

.frame-51 {
  grid-column-gap: -1px;
  grid-row-gap: -1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.breadcrumbs-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 53px;
  display: flex;
}

.tabs-2 {
  grid-column-gap: 13.1534px;
  grid-row-gap: 13.1534px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumb-button-base-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 9.86505px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6.5767px 13.1534px;
  display: flex;
}

.text-14 {
  color: #fff;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32.8835px;
}

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

.chevron-right-2 {
  grid-column-gap: 13.1534px;
  grid-row-gap: 13.1534px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6.5767px 9.86505px;
  display: flex;
}

.vectors-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6.5767px;
  height: 13.1534px;
  display: flex;
}

.breadcrumb-button-base-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c2228d;
  border-radius: 9.86505px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6.5767px 13.1534px;
  display: flex;
}

.vectors-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.is--5_slider-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.heading2-title-white {
  color: var(--white);
  letter-spacing: -.03em;
  font-family: GmarketSans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.div-block-6 {
  padding-bottom: 5rem;
}

.card-row {
  justify-content: flex-end;
  display: flex;
}

.card-row.reverse {
  justify-content: flex-start;
}

.card-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.div-block-8 {
  justify-content: flex-end;
  display: flex;
}

.div-block-9 {
  margin-bottom: 17px;
}

.paragraph {
  position: absolute;
  inset: 2.625rem 1% auto auto;
}

.div-block-10 {
  height: 50vh;
}

.video-title-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-icon-wrapper {
  color: #6173e5;
}

.container-large-2 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-weight-bold {
  white-space: normal;
  white-space: normal;
  font-weight: 700;
}

.video-thumbnail {
  z-index: 0;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-card-a {
  border: .5px solid #ced4da;
  border-radius: 8px;
  height: 100%;
  padding: 32px;
  transition: all .3s;
}

.video-card-a:hover {
  background-color: #fff;
  border-color: #eaedf0;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.video-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: .5px solid #ced4da;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.video-block {
  border: .5px solid #eaedf0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 720px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.video-badge-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.video-full-screen {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
}

.video-card-icon-b {
  color: #6173e5;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.subheading-bold {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.subheading-bold.text-color-blue-500 {
  color: #6173e5;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.grid-two-column {
  z-index: 50;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
}

.section-regular {
  padding: 105px 5% 40px;
  position: relative;
  overflow: hidden;
}

.video-play-button {
  background-color: #ffffff80;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  display: flex;
  position: absolute;
}

.video-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.video-card-icon-g {
  color: #86c1a0;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.video-title-a {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  line-height: 1.2;
  transform: skew(-4deg);
}

.video-title-a.skew-up {
  transform: skew(-4deg);
}

.video-title-a.word {
  overflow: hidden;
}

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

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.nav-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.nav-button-primary:hover {
  background-color: #8492eb;
}

.nav-button-primary:active {
  background-color: #8b99f9;
}

.nav-link-arrow-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.banner {
  color: #fff;
  text-align: center;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.nav-link {
  color: #080808;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  color: #6173e5;
  background-color: #eeeffc;
}

.nav-link.w--current {
  color: #642eff;
}

.nav-button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #cbd0f6;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.nav-button-secondary:hover {
  background-color: #eceefe;
}

.nav-button-secondary:active {
  background-color: #d8ddfd;
}

.nav-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav-block {
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-s:hover {
  color: #6173e5;
}

.nav-dropdown-base-a {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.nav-dropdown-base-a.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.navigation {
  z-index: 999;
  background-color: #fff0;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.nav-link-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-icon-l {
  padding: 8px;
}

.nav-link-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-list-dropdown {
  z-index: 99;
}

.nav-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 284px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  top: 72px;
  bottom: auto;
  overflow: visible;
}

.banner-description {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.nav-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #080808;
  letter-spacing: -.02em;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 8px 12px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle:hover, .nav-toggle.w--open {
  color: #6173e5;
  background-color: #eeeffc;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-line-break {
  background-color: #eaedf0;
  width: 100%;
  height: 1px;
}

.nav-feature-icon {
  background-color: #f8f9fa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.span-yellow {
  color: #e5cb61;
}

.banner-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.ci-text-block {
  font-size: 1.5rem;
  font-weight: 700;
}

.link-block {
  align-items: center;
  padding: 8px 18px;
  display: flex;
}

.vectors-wrapper-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 163px;
  display: flex;
}

.section-process.padding-section-large {
  background-image: url('../images/vector.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
}

.heading-7 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 135%;
}

.section-review.padding-section-large {
  background-color: #eee8ff;
}

.text-and-supporting-text-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: .5px solid #ced4da;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.cta-block {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 80px 48px;
  display: flex;
  position: relative;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.span-red-501 {
  color: #e56161;
}

.badge-icon {
  color: #6173e5;
}

.cta-bg {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.cta-content {
  z-index: 9;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta-detail-wrapper {
  color: #6d767e;
  margin-top: 8px;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.cta-section-blue {
  background-color: #7c57e8;
  padding: 80px 5%;
  position: relative;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #7c57e8;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.cta-icon-block {
  background-color: #eeeffc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  display: flex;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.badge-wrapper-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.icon {
  color: #7c57e8;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.text-block-2 {
  font-size: 14px;
}

.icon-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.video-thumbnail-copy {
  z-index: 0;
  object-fit: contain;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.grain {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.purple {
  color: #7c57e8;
}

.image-12 {
  width: 100%;
  height: 100%;
}

.home-ai {
  z-index: 999;
  max-width: 360px;
  position: absolute;
  inset: 34% 0% auto auto;
  transform: rotate(10deg);
}

.home-ai2 {
  z-index: 999;
  max-width: 280px;
  position: absolute;
  inset: 1% auto auto 0%;
  transform: rotate(-13deg);
}

.home-ai--middle {
  z-index: 999;
  max-width: 38vw;
  position: absolute;
  inset: 34% 0% auto auto;
  transform: rotate(10deg);
}

.testimonial-card-d {
  width: 384px;
  padding: 24px;
}

.testimonial-carousel-code {
  display: none;
}

.testimonial-carousel-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.testimonial-divider {
  background-color: #dfe3e7;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.testimonial-loop-s {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.margin-bottom-81 {
  margin-bottom: 80px;
}

.testimonial-loop-wrapper {
  align-items: center;
  min-height: 380px;
  display: flex;
  position: relative;
}

.head-label {
  color: #8d8d8e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 136%;
}

.testimonial-carousel {
  grid-column-gap: 24px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.head-heading {
  color: #5a7c2b;
  letter-spacing: -.03em;
  font-size: 3.625rem;
  font-weight: 700;
}

.head-heading.light {
  font-weight: 300;
}

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

.table-row-grey {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f3f5f7;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr 1.2fr;
  padding: 24px 20px;
}

.tabs-menu {
  margin-bottom: 40px;
}

.table {
  min-width: 1080px;
}

.table-lable-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1.2fr;
}

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

.table-tab-link {
  color: #262626;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
}

.table-tab-link:hover {
  color: #fff;
  background-color: #007cff;
  border-color: #007cff;
}

.table-tab-link.w--current {
  color: #fff;
  background-color: #007cff;
  border-color: #007cff;
  font-weight: 700;
}

.table-row-white {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1.2fr;
  padding: 24px 20px;
}

.transaction-number {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
}

.coin-name-wrapper {
  align-items: center;
  display: flex;
}

.form-2 {
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.price {
  font-weight: 600;
}

.table-section {
  background-color: #f3f5f7;
  padding: 120px 5%;
}

.coin-shortname {
  color: #999;
  letter-spacing: -.02em;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.table-title {
  color: #4d4d4d;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.coin-icon {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  margin-right: 10px;
}

.table-bar {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px;
}

.header-line-break {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content {
  overflow: visible;
}

.table-line-break {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
}

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

.full-table-wrapper {
  background-color: #fff;
  border: .5px solid #e5e5e5;
  border-radius: 16px;
  padding: 60px 40px 40px;
  box-shadow: 42px 42px 120px -40px #e0e5eb;
}

.submit-button {
  background-color: #007cff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
}

.badge-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #7c57e8;
  border-radius: 4px;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.badge-2.withdrew {
  background-color: #007cff;
}

.badge-2.credit {
  background-color: #855cd6;
}

.badge-2.deposit {
  background-color: #f73;
}

.form-block-2 {
  margin-bottom: 0;
}

.date {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
}

.coin-name {
  color: #262626;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}

.table-header-wrapper {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.table-heading {
  color: #262626;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.table-wrapper {
  height: 490px;
  position: relative;
  overflow: hidden;
}

.table-row-sticky {
  z-index: 9999;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f3f5f7;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr 1fr 1.5fr;
  padding: 24px 20px;
  position: sticky;
  top: 0;
}

.table-white {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-bottom: 1px solid #acacac;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr 1fr 1.5fr;
  padding: 24px 20px;
  position: sticky;
  top: 0;
}

.text-block-3 {
  font-size: 1rem;
}

.price-1 {
  color: #7c57e8;
  font-weight: 700;
}

.image-12-copy {
  width: 75%;
  height: 100%;
}

.table-gradient {
  background-image: linear-gradient(#fff0, #fff);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.frame-57 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 134px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 18px;
  display: flex;
}

.frame-57.kakao, .frame-57.phone {
  min-width: 260px;
}

.vectors-wrapper-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  display: flex;
}

.text-15 {
  color: #1b1e35;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 136%;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

  .padding-bottom.padding-home {
    padding-bottom: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .section_home-header {
    background-position: 50%;
    background-size: cover;
    position: relative;
  }

  .home-header_top {
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .home-header_heading1 {
    font-size: 4rem;
  }

  .frame-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .frame-1 {
    background-color: var(--white);
    width: 100%;
  }

  .container {
    max-width: 728px;
  }

  .frame-9 {
    padding: 0;
  }

  ._6, ._4, ._5 {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .heading {
    font-size: 1.5rem;
  }

  .heading-6 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .content-4 {
    flex-direction: column;
  }

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

  .home-header_ticket-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

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

  .subheading {
    font-size: .875rem;
  }

  .is--5_list-wrapper {
    flex-direction: column;
  }

  .top-grid {
    display: block;
  }

  .section.is--2 {
    height: auto;
  }

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

  .nav-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-button-primary {
    display: none;
  }

  .nav-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-button-secondary {
    display: none;
  }

  .nav-dropdown-base-a {
    box-shadow: none;
  }

  .nav-dropdown-base-a.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .navigation {
    position: relative;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-wrapper, .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-list-dropdown.w--open {
    max-width: none;
    padding: 0;
    position: relative;
    top: 8px;
  }

  .nav-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-menu-button {
    color: #6173e5;
    background-color: #eeeffc;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #6173e5;
    border-color: #fff;
  }

  .heading-7 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .button-primary-2 {
    display: flex;
  }

  .home-ai, .home-ai2 {
    max-width: 100px;
  }

  .home-ai--middle {
    max-width: 100px;
    display: none;
  }

  .testimonial-loop-s {
    padding-top: 65px;
    padding-bottom: 24px;
  }

  .full-table-wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-57 {
    background-color: #fff;
    width: 100%;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hero-stack {
    padding: 60px 15px;
  }

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

  .a-testimonial-left-arrow, .a-testimonial-right-arrow {
    display: none;
  }

  .a-testimonial-card {
    padding-left: 10%;
    padding-right: 10%;
  }

  .a-testimonial-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .video-title-a {
    font-size: 50px;
  }

  .banner {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .vectors-wrapper-8 {
    object-fit: contain;
    height: auto;
  }

  .cta-block {
    padding: 64px 24px;
  }

  .cta-bg {
    display: none;
  }

  .cta-section-blue {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .tabs-menu {
    margin-bottom: 20px;
  }

  .coin-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .form-block-2 {
    width: 100%;
  }

  .table-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .table-heading {
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section_home-header {
    background-image: linear-gradient(#0009, #0009), url('../images/Group-32.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-header_top {
    padding-left: 0;
  }

  .home-header_content {
    max-width: 300px;
    left: 5%;
  }

  .frame-4 {
    grid-row-gap: 7px;
  }

  .home-header_heading1 {
    margin-top: 1.5rem;
    font-size: 12vw;
  }

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

  .frame-3 {
    grid-row-gap: 1rem;
  }

  .frame-1 {
    grid-column-gap: 7px;
    padding-right: 40px;
  }

  .frame-1.trans {
    padding-right: 18px;
  }

  .frame-1.trans.bottom {
    padding-right: 43px;
  }

  .vectors-wrapper {
    width: 24px;
    height: 24px;
  }

  .text-3.mo-white {
    color: var(--white);
    font-size: 18px;
  }

  .text-3.bottom {
    font-size: 17px;
  }

  .container {
    max-width: none;
  }

  .logo-01, .logo-01-2 {
    transform: scale(.5);
  }

  .dont-shilink-flex.scroll {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section_process.padding-section-large {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .heading2-title {
    text-align: center;
    font-size: 1.5rem;
  }

  ._6 {
    align-items: flex-start;
  }

  .process_item {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .frame-38 {
    transform-origin: 0%;
    transform: scale(.6);
  }

  .title---button {
    grid-row-gap: 8px;
  }

  .text-6 {
    font-size: 16px;
  }

  .text-7 {
    font-size: 14px;
  }

  .process_component {
    grid-row-gap: 2rem;
  }

  ._4 {
    align-items: flex-start;
  }

  ._365-24 {
    font-size: 18px;
  }

  ._365-24-2 {
    font-size: 14px;
  }

  ._5 {
    align-items: flex-start;
  }

  .progress_line-stick {
    background-color: #f0ecff;
    left: 8px;
  }

  .middle_component {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-and-supporting-text {
    display: block;
  }

  ._365-24-3 {
    text-align: center;
    width: 100%;
    font-weight: 700;
  }

  .text-xl-regular {
    font-size: 16px;
  }

  ._365-24-0 {
    font-size: 18px;
  }

  .ticket_component {
    grid-row-gap: 2rem;
  }

  .heading {
    font-size: 2rem;
  }

  .heading.whie {
    color: #fff;
  }

  .heading-6 {
    font-size: 1rem;
  }

  .text-8 {
    max-width: 15.625rem;
    font-size: 1rem;
  }

  .is--3_wrapper-list {
    grid-row-gap: 2rem;
  }

  .a-paragraph-regular {
    font-size: 16px;
  }

  .a-testimonial-mask {
    width: 100%;
  }

  .rl-padding-section-large-5 {
    padding-top: 0;
  }

  .is--5_component {
    grid-row-gap: 1rem;
  }

  .is--5_list-wrapper {
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-9, .text-7-copy {
    font-size: 1rem;
  }

  .home-header_arrow {
    top: -98%;
    left: 12%;
    transform: scale(.5);
  }

  .breadcrumb-button-base-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    top: 36%;
    right: 0%;
  }

  .text-12 {
    font-size: 12px;
  }

  .text-xl-regular-3, .text-2-copy {
    font-size: 1rem;
  }

  .button-flex {
    grid-row-gap: 1rem;
    flex-direction: column;
    width: auto;
    margin-top: 26px;
  }

  .section.is--2 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/AdobeStock_559871209.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section.is--4 {
    height: auto;
    overflow: hidden;
  }

  .section-component.padding-section-large {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .ai-365-24-0 {
    font-size: 24px;
  }

  .div-block-4 {
    padding-top: 15px;
  }

  .breadcrumbs-2 {
    margin-bottom: 26px;
  }

  .tabs-2 {
    grid-column-gap: 2px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .breadcrumb-button-base-4 {
    padding: 0;
  }

  .text-14 {
    font-size: 14px;
  }

  .chevron-right-2 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .heading2-title-white {
    text-align: center;
    font-size: 1.5rem;
  }

  .paragraph {
    color: var(--white);
    left: 19px;
  }

  .paragraph-large.text-weight-bold {
    font-size: .875rem;
  }

  .video-thumbnail {
    opacity: .51;
  }

  .video-card-a {
    padding: 18px;
  }

  .video-badge {
    flex: none;
  }

  .section-regular {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .video-title-a {
    font-size: 13vw;
  }

  .video-title-a.skew-up {
    font-weight: 800;
  }

  .nav-button-primary {
    width: 100%;
  }

  .nav-dropdown-base-a.w--open {
    padding: 14px;
  }

  .nav-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .vectors-wrapper-8 {
    object-fit: cover;
    height: auto;
  }

  .heading-7 {
    font-size: 1rem;
  }

  .paragraph-2 {
    font-size: .75rem;
  }

  .badge {
    flex: none;
  }

  .cta-block {
    padding: 48px 16px;
  }

  .cta-bg {
    object-fit: contain;
    object-position: 50% 5%;
    display: block;
    inset: 0% 0% auto;
  }

  .button-primary-2 {
    width: 100%;
  }

  .h2-heading {
    line-height: .5;
  }

  .badge-wrapper-cta {
    flex-direction: column;
  }

  .home-ai {
    top: 59%;
  }

  .home-ai2 {
    top: 10%;
  }

  .home-ai--middle {
    top: 59%;
  }

  .testimonial-card-d {
    width: 324px;
    font-size: .875rem;
  }

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

  .testimonial-loop-wrapper {
    min-height: 260px;
  }

  .head-label {
    font-size: .875rem;
  }

  .header {
    grid-row-gap: 8px;
  }

  .head-heading {
    font-size: 1.5rem;
  }

  .table-row-grey {
    grid-column-gap: 14px;
  }

  .table {
    padding-bottom: 20px;
  }

  .table-lable-grid, .table-row-white {
    grid-column-gap: 14px;
  }

  .coin-shortname {
    font-size: 16px;
  }

  .coin-icon {
    margin-right: 14px;
  }

  .coin-name {
    font-size: 16px;
  }

  .table-heading {
    font-size: 32px;
  }

  .table-wrapper {
    height: 640px;
  }

  .table-row-sticky {
    grid-column-gap: 14px;
    display: none;
  }

  .table-white {
    grid-column-gap: 14px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .frame-57 {
    grid-column-gap: 7px;
    padding-right: 40px;
  }

  .vectors-wrapper-9 {
    width: 24px;
    height: 24px;
  }
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-bf193661 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-bf193661 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-bf193661 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-bf193661, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-bf193661, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-bf193661 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-bf193661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-bf193661 {
  justify-self: start;
}

#w-node-b6aebb11-1965-c50f-9d92-180dce77d33a-05f4710a, #w-node-b6aebb11-1965-c50f-9d92-180dce77d345-05f4710a, #w-node-b6aebb11-1965-c50f-9d92-180dce77d33a-3294f774, #w-node-b6aebb11-1965-c50f-9d92-180dce77d345-3294f774 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Neodunggeunmopro';
  src: url('../fonts/NeoDunggeunmoPro-Regular.woff2') format('woff2');
  font-weight: 400;
  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-Black.otf') format('opentype');
  font-weight: 900;
  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-ExtraLight.otf') format('opentype');
  font-weight: 200;
  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;
}
@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-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/GmarketSansLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/GmarketSansBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/GmarketSansMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}