.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #fff;
  background-color: #020617;
  font-family: pretendard, sans-serif;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-no-shadow {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff9;
}

.nav-link:active {
  color: #fff;
  text-underline-offset: 30%;
  text-underline-position: auto;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current:active {
  text-decoration: none;
}

.nav-link.contacts {
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 6px;
  width: 400px;
  padding-left: 27px;
  padding-right: 27px;
}

.nav-link.contacts:hover {
  color: #020617;
  background-color: #fff;
}

.nav-link.contacts:active, .nav-link.contacts.w--current {
  text-decoration: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin: 50px auto 70px;
  padding: 0 30px;
}

.code-embed-2 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: static;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.quick-stack {
  box-sizing: border-box;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  aspect-ratio: auto;
  border: 0 #000;
  border-radius: 0;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-block {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: static;
}

.main_container {
  max-width: 1428px;
}

.code-embed {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  overflow: visible;
}

.paragraph-2 {
  color: #fff;
  font-family: pretendard, sans-serif;
  font-weight: 400;
}

.paragraph-2.main-body {
  word-break: keep-all;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 180%;
}

.paragraph-2.main-body.sub {
  color: #777;
  word-break: keep-all;
  font-size: 14px;
  display: none;
}

.paragraph-2.main-body.sub.center {
  text-align: center;
  margin-bottom: 0;
  display: block;
}

.paragraph-2.main-body.sub.center.magin {
  margin-bottom: 20px;
}

.paragraph-2.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.heading {
  color: #fff;
  word-break: keep-all;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 120%;
}

.heading.sub {
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
}

.mission_bg {
  z-index: -1;
  text-align: center;
  opacity: .5;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.heading-3 {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 118px;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.mission_text {
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  overflow: visible;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  word-break: keep-all;
  margin-top: 20px;
  font-size: 20px;
  line-height: 160%;
}

.heading-2 {
  color: #fff;
  text-align: center;
  word-break: keep-all;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 72px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.cell {
  justify-content: center;
  align-items: center;
}

.container-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1428px;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mission-section {
  width: auto;
  height: auto;
  min-height: 400vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.chapter-1 {
  text-align: center;
  text-decoration: none;
  position: relative;
}

.line_light {
  border-bottom: 1px solid #fff3;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 25px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #c9a2a20d;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 1428px;
  height: 500px;
  padding: 20px;
  display: grid;
  position: absolute;
  overflow: visible;
}

.card.card__1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #c9a2a200;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
  overflow: visible;
}

.card.card__2, .card.card__3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #c9a2a200;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: visible;
}

.card-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.mission-button {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 3fr 3fr 3fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
  position: static;
  top: 0;
  overflow: visible;
}

.work-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #ffc5c5;
  background-color: #79626200;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 750px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: static;
  top: 220px;
  overflow: hidden;
}

.heading-4 {
  color: #fff;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 140%;
}

.text-block {
  color: #999;
  word-break: keep-all;
  font-size: 20px;
  line-height: 160%;
  text-decoration: none;
}

.card-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer-dark {
  background-color: #020617;
  border-top: 1px solid #ffffff4d;
  border-bottom: 1px #999;
  margin-top: 180px;
  padding: 50px 30px;
  position: relative;
}

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

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

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

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

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

.title-small.all-rights {
  color: #777;
  text-transform: none;
  padding-top: 10px;
}

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

.footer-link:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.image {
  width: 450px;
  height: 450px;
}

.image-2, .image-3 {
  width: 450px;
}

.collective-solutions_section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 440px;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.we_are__section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 300px;
  margin-bottom: 300px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.reference_section {
  padding-left: 30px;
  padding-right: 30px;
}

.container-5 {
  max-width: 1428px;
}

.div-block-4 {
  margin-top: 70px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.text-block-2 {
  word-break: keep-all;
  font-size: 28px;
  font-weight: 300;
  line-height: 130%;
}

.ref_button_1 {
  color: #fff;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.line_light-hover {
  z-index: 1;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 0%;
  height: 25px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.ref_button_2, .ref_button_3 {
  color: #fff;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.green_bg-hover {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#16d35b00, #16d35b4d);
  background-clip: border-box;
  border-bottom: 1px #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.chapter-2, .chapter-3 {
  text-align: center;
  text-decoration: none;
  position: relative;
}

.section {
  margin-top: 240px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.image-4 {
  opacity: 1;
  height: 40px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.navbar-symbol {
  z-index: 5;
  opacity: 0;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin: 50px auto;
  padding: 0 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top_bg {
  background-image: linear-gradient(#020617 50%, #02061700);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.lottie-animation, .lottie-animation-2, .lottie-animation-3 {
  width: 450px;
  height: 450px;
}

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

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

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

.body-2 {
  background-color: #020617;
}

.subpage-title {
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 0 30px 80px;
  position: relative;
}

.container-6 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading-2 {
  text-align: left;
  word-break: keep-all;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 96px;
  line-height: 120%;
}

.centered-subheading-2 {
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.projects-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.projects-card {
  text-align: left;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  border-radius: 0;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.line_copy {
  border-top: 1px #555;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 25px;
}

.pra_body_1 {
  color: #fff;
  text-align: left;
  word-break: keep-all;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: pretendard, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
}

.pra_body_1.main-body {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.pra_body_1.main-body.sub {
  color: #777;
  font-size: 14px;
}

.pra_body_1.main-body.sub.center {
  margin-bottom: 0;
}

.pra_body_1.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.pra_body_2 {
  color: #999;
  text-align: left;
  text-overflow: clip;
  word-break: keep-all;
  overflow-wrap: normal;
  width: 70%;
  margin-bottom: 0;
  font-family: pretendard, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}

.pra_body_2.main-body {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.pra_body_2.main-body.sub {
  color: #777;
  font-size: 14px;
}

.pra_body_2.main-body.sub.center {
  margin-bottom: 0;
}

.pra_body_2.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.subpage-body {
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 30px 120px;
  display: none;
  position: relative;
}

.sub-title {
  text-align: left;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 120%;
}

.pra_body_card {
  color: #fff;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: pretendard, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
}

.pra_body_card.main-body {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.pra_body_card.main-body.sub {
  color: #777;
  font-size: 14px;
}

.pra_body_card.main-body.sub.center {
  margin-bottom: 0;
}

.pra_body_card.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.pra_body_number {
  color: #fff;
  text-align: left;
  word-break: break-all;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: pretendard, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.pra_body_number.main-body {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.pra_body_number.main-body.sub {
  color: #777;
  font-size: 14px;
}

.pra_body_number.main-body.sub.center {
  margin-bottom: 0;
}

.pra_body_number.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.container-7 {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.link-block {
  width: 100%;
  height: 100%;
}

.image-button {
  margin-top: 0;
  margin-bottom: 250px;
}

.image-7 {
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

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

.cover-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
}

.banner-bg {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

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

.position-absolute-bottom {
  z-index: 100;
  position: absolute;
  inset: 0%;
}

.gap-0-5-horizontal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrapper {
  z-index: 10;
  border: 1px solid #26262666;
  padding: .88rem 1rem .62rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button-wrapper.secondary {
  color: #fff;
  border-color: #fff6;
  border-radius: 5px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1.5rem;
  line-height: 120%;
  transition: background-color .25s;
  display: inline-block;
}

.button-wrapper.secondary:hover {
  color: #262626;
  background-color: #fff;
  border-color: #fff;
}

.link-block-2 {
  border-radius: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.card-wrapper-2 {
  position: relative;
}

.topics-wrapper {
  color: #262626;
  background-color: #262626;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template: "Area"
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-bottom: 150px;
}

.text-block-3 {
  font-family: Inter, sans-serif;
}

.image-button-heading {
  color: #fff;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 130%;
  text-decoration: none;
}

.div-block-5 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.image-button_1st {
  margin-bottom: 300px;
}

.grid-2_1st {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-5_1st {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
}

.image-button-heading_1st {
  color: #fff;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 130%;
  text-decoration: none;
}

.pra_body_2_1st {
  color: #fff;
  text-align: center;
  text-overflow: clip;
  word-break: keep-all;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: pretendard, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.pra_body_2_1st.main-body {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.pra_body_2_1st.main-body.sub {
  color: #777;
  font-size: 14px;
}

.pra_body_2_1st.main-body.sub.center {
  margin-bottom: 0;
}

.pra_body_2_1st.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.image-button_2 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.grid-2-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.subpage-title_2 {
  border-bottom: 1px #e4ebf3;
  margin-top: 140px;
  margin-bottom: 40px;
  padding: 80px 30px;
  position: relative;
}

.heading-5 {
  text-align: center;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  display: none;
}

.heading-6 {
  text-align: center;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 64px;
  line-height: 120%;
}

.paragraph-4 {
  text-align: center;
  word-break: break-all;
  font-size: 24px;
  line-height: 160%;
}

.paragraph-5 {
  text-align: center;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 140%;
  display: block;
}

.container-8 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 150px;
  display: flex;
}

.container-6-copy {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-8 {
  width: 1920px;
}

.proj_number {
  color: #777;
  text-align: left;
  text-overflow: clip;
  word-break: keep-all;
  overflow-wrap: normal;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.proj_number.main-body {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.proj_number.main-body.sub {
  color: #777;
  font-size: 14px;
}

.proj_number.main-body.sub.center {
  margin-bottom: 0;
}

.proj_number.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.proj_head {
  color: #fff;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.proj_body {
  color: #777;
  text-align: left;
  text-overflow: clip;
  word-break: keep-all;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: pretendard, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}

.proj_body.main-body {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.proj_body.main-body.sub {
  color: #777;
  font-size: 14px;
}

.proj_body.main-body.sub.center {
  margin-bottom: 0;
}

.proj_body.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.image-9 {
  border-radius: 12px;
}

.section-3 {
  margin-bottom: 150px;
}

.image-10 {
  border-radius: 12px;
}

.grid-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-areas: "Area";
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-bottom: 150px;
}

.grid-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-areas: "Area"
                       "Area";
  grid-auto-columns: 1fr;
  place-items: start;
}

.div-block-5-copy {
  text-align: left;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.grid-2-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-areas: "Area";
  grid-auto-columns: 1fr;
  place-items: start;
}

.div-block-5-copy {
  text-align: left;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.grid-2-copy_2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-areas: "Area"
                       "Area";
  grid-auto-columns: 1fr;
  place-items: start;
}

.grid-2-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-areas: "Area"
                       "Area";
  grid-auto-columns: 1fr;
  place-items: start;
  margin-bottom: 150px;
}

.grid-2-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-areas: "Area"
                       "Area";
  grid-auto-columns: 1fr;
  place-items: start;
  margin-bottom: 0;
}

.grid-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-8-copy {
  width: 1920px;
}

.image-8-sub {
  border-radius: 24px;
  width: 1428px;
}

.proj_sub_body {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template: "Area Area-2 Area-2 Area-2"
                 ". Area-3 Area-3 Area-3"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-bottom: 0;
}

.proj_sub_div {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.line_gray {
  border-top: 1px solid #555;
  border-bottom: 1px #555;
  width: 100%;
  height: 30px;
}

.grid-6 {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area Area Area"
                       ". Area-2 Area-2 Area-2";
  margin-bottom: 70px;
}

.grid-6-copy {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area Area Area"
                       ". Area-2 Area-2 Area-2";
  margin-bottom: 0;
}

.wave_section {
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

.heading-7 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #16d35b, #0d95fa);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.heading-7-copy {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.paragraph-6 {
  color: #777;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.lottie-animation-4 {
  opacity: .3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-10 {
  z-index: -1;
  width: 400px;
  max-width: 100%;
  position: absolute;
}

.list_section {
  padding-left: 30px;
  padding-right: 30px;
}

.list_line {
  border-top: 1px #555;
  border-bottom: 1px #fff;
  width: 100%;
  height: 25px;
}

.list_grid {
  z-index: 3;
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template: ". Area Area Area"
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: relative;
}

.button_edward {
  color: #fff;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.list_heading {
  color: #fff;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 140%;
}

.list_text-block-2 {
  color: #ffffffb3;
  word-break: keep-all;
  width: 60%;
  font-size: 22px;
  font-weight: 300;
  line-height: 130%;
}

.text-block-4 {
  color: #fff6;
  text-transform: uppercase;
  word-break: keep-all;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: none;
}

.list_div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 0;
  display: flex;
}

.line_bg {
  z-index: 1;
  opacity: .1;
  background-image: linear-gradient(90deg, #16d35b, #0d95fa);
  border-bottom: 1px #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.vibe_section {
  justify-content: center;
  align-items: center;
  margin-top: 250px;
  margin-bottom: 80px;
  display: flex;
}

.heading-7-1 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #be56ed, #34aaff);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.list_button_2 {
  color: #fff;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.line_bg_2 {
  z-index: 1;
  opacity: .1;
  background-image: linear-gradient(90deg, #be56ed, #34aaff);
  border-bottom: 1px #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.echo_section {
  justify-content: center;
  align-items: center;
  margin-top: 250px;
  margin-bottom: 80px;
  display: flex;
}

.heading-7-2 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff4883, #ffab66);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.list_button_3 {
  color: #fff;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.line_bg_3 {
  z-index: 1;
  opacity: .1;
  background-image: linear-gradient(90deg, #ff4883, #ffab66);
  border-bottom: 1px #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.pop-up-back {
  -webkit-text-fill-color: inherit;
  background-color: #000000b3;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.pop-up-box {
  cursor: auto;
  background-color: #fff;
  border-radius: 24px;
  width: 936px;
  padding: 100px 80px;
  position: relative;
}

.pop-up-exit-button {
  opacity: .2;
  cursor: pointer;
  max-width: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 40px 40px auto auto;
}

.pop-up-exit-button:hover {
  opacity: .8;
}

.pop-up-text-box {
  max-width: 100%;
}

.pop-up-header {
  color: #000;
}

.pop-up-paragraph {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.grid-7 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template: "Area-5 Area Area Area"
                 "Area-2 Area-3 Area-3 Area-3"
                 "Area-6 Area-4 Area-4 Area-4"
                 ". . . ."
                 / 1fr;
  grid-auto-flow: row;
  place-items: start;
}

.heading-8 {
  color: #000;
}

.list_heading-copy {
  color: #000;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 38px;
  line-height: 100%;
}

.text-block-4-copy {
  color: #0006;
  text-transform: uppercase;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.grid-8 {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template: "Area . . ."
                 "Area Area-3 Area-3 Area-3"
                 "Area Area-4 Area-4 Area-4"
                 ". Area-2 Area-2 Area-2"
                 / 1fr 1fr 1fr 1fr;
}

.grid-9 {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template: ". Area Area"
  / 1fr 1fr 1fr;
  display: flex;
}

.popup_body {
  color: #777;
  text-align: left;
  text-overflow: clip;
  word-break: keep-all;
  overflow-wrap: normal;
  margin-bottom: 10px;
  font-family: pretendard, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}

.popup_body.main-body {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.popup_body.main-body.sub {
  color: #777;
  font-size: 14px;
}

.popup_body.main-body.sub.center {
  margin-bottom: 0;
}

.popup_body.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.image-11 {
  border-radius: 12px;
}

.text-block-5 {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  background-image: linear-gradient(90deg, #16d35b, #0d95fa);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 120%;
  display: flex;
}

.div-block-7 {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
  display: block;
}

.image-12 {
  z-index: 0;
  width: 45%;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.contacts-heading {
  text-align: left;
  word-break: keep-all;
  margin-bottom: 20px;
  font-family: pretendard, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.contects_body {
  color: #fff;
  text-align: left;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: pretendard, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  display: none;
}

.contects_body.main-body {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.contects_body.main-body.sub {
  color: #777;
  font-size: 14px;
}

.contects_body.main-body.sub.center {
  margin-bottom: 0;
}

.contects_body.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.form-section {
  margin-bottom: 150px;
}

.success-message {
  background-color: #122c5f12;
  border-radius: 8px;
  height: 587px;
  padding: 0;
}

.medium-uppercase-xs {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.medium-uppercase-xs.input-label {
  color: #17397cb3;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.form-inputs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-inputs-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.form-input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.submit-button {
  color: #f2f2f2;
  text-transform: uppercase;
  background-color: #14288a;
  border: 1px solid #122c5f;
  border-radius: 100px;
  width: 150px;
  padding: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: color .25s cubic-bezier(.39, .575, .565, 1), background-color .25s cubic-bezier(.39, .575, .565, 1);
}

.submit-button:hover, .submit-button:focus {
  color: #122c5f;
  background-color: #f2f2f2;
}

.success-message-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 28px 24px;
  display: flex;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.input {
  color: #fff;
  background-color: #003cb14d;
  border: 1px solid #122c5f00;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 120%;
  transition: border-color .25s cubic-bezier(.39, .575, .565, 1), background-color .25s cubic-bezier(.39, .575, .565, 1);
}

.input:hover {
  background-color: #122c5f1a;
  border-color: #122c5f;
}

.input:active {
  border-style: solid;
  border-color: #122c5f12;
}

.input:focus {
  background-color: #122c5f1a;
  border-style: solid;
  border-color: #122c5f;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  color: #fff;
}

.input::placeholder {
  color: #7e8ac54d;
}

.input.select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url('../images/Chevron-Down.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.input.text-area {
  height: auto;
  min-height: 168px;
}

.medium-uppercase-m {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.success-message-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.error-message {
  text-align: center;
  background-color: #122c5f12;
  border-radius: 8px;
  margin-top: 24px;
  padding: 20px 24px;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.contacts-title {
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 30px 50px;
  position: relative;
}

.container-11 {
  max-width: 1428px;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-10 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template: "Area Area Area"
  / 1fr 1fr 1fr 1fr;
}

.text-block-6 {
  color: #ffffff80;
  word-break: keep-all;
  font-weight: 200;
  line-height: 140%;
}

.title-text-block-6 {
  word-break: keep-all;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-8 {
  margin-bottom: 0;
  padding-left: 10px;
}

.div-block-9 {
  background-color: #555;
  border-radius: 999px;
  width: 10px;
  height: 10px;
  margin: 10px;
}

.div-block-10 {
  text-align: left;
  background-color: #555;
  width: 1px;
  height: 100px;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-13 {
  margin-top: 15px;
}

.container-12 {
  max-width: 1428px;
  padding-left: 30px;
  padding-right: 30px;
}

.code-embed-3 {
  border-radius: 0;
}

.map-div {
  border-radius: 24px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-11 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
  margin-bottom: 50px;
}

.div-block-15 {
  border: 1px #777;
  width: 100%;
  height: 220px;
}

.div-block-16 {
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  display: flex;
  overflow: visible;
}

.text-block-7 {
  text-align: left;
  word-break: keep-all;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.text-block-7-copy {
  text-align: center;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.text-block-7-copy-copy {
  color: #777;
  text-align: left;
  word-break: keep-all;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.list-item {
  text-transform: uppercase;
}

.list-item:active {
  text-decoration: none;
}

.list-item-2, .list-item-3 {
  text-transform: uppercase;
}

.reference_button {
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.button {
  color: #555;
  text-underline-offset: 8px;
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.ref_button_4 {
  color: #fff;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.pra_body_2-copy {
  color: #fff;
  text-align: left;
  text-overflow: clip;
  word-break: keep-all;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: pretendard, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.pra_body_2-copy.main-body {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.pra_body_2-copy.main-body.sub {
  color: #777;
  font-size: 14px;
}

.pra_body_2-copy.main-body.sub.center {
  margin-bottom: 0;
}

.pra_body_2-copy.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.p_line {
  background-color: #555;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.project-list {
  padding-left: 30px;
  padding-right: 30px;
}

.container-13 {
  max-width: 1428px;
}

.list-title {
  color: #fff;
  text-align: left;
  text-overflow: clip;
  word-break: keep-all;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.list-title.main-body {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.list-title.main-body.sub {
  color: #777;
  font-size: 14px;
}

.list-title.main-body.sub.center {
  margin-bottom: 0;
}

.list-title.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.list {
  word-break: keep-all;
  margin-top: 20px;
  padding-left: 20px;
  list-style-type: square;
}

.list-item-4 {
  color: #777;
  padding-bottom: 10px;
  font-size: 18px;
}

.accordion-header {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.accordion-content {
  margin-bottom: 30px;
  display: none;
}

.accordion-item {
  margin-bottom: 40px;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-13 {
  padding-left: 40px;
  padding-right: 40px;
}

.link-block-3 {
  text-overflow: clip;
  text-decoration: none;
  display: block;
}

.bold-text {
  line-height: 120%;
}

.list-item-5, .list-item-6 {
  text-transform: uppercase;
}

.button-kim-ki-hong {
  color: #fff;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.arrow_wrapper {
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-top: -30px;
  display: flex;
}

.logo_arrow {
  width: 32px;
}

.arrow_div {
  opacity: 0;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 110px;
  display: flex;
  position: relative;
}

.line_s {
  border-bottom: 1px solid #434343;
  width: 100%;
  height: 5px;
}

.line_light_s {
  z-index: 1;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 5px;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-14 {
  max-width: 1428px;
  margin-bottom: 60px;
}

.heading-9 {
  font-family: Inter, sans-serif;
  font-size: 48px;
}

.div-block-19 {
  margin-bottom: 0;
  display: flex;
}

.popup_lead-copy {
  color: #000;
  text-align: left;
  text-overflow: clip;
  word-break: keep-all;
  overflow-wrap: normal;
  margin-bottom: 25px;
  font-family: pretendard, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.popup_lead-copy.main-body {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.popup_lead-copy.main-body.sub {
  color: #777;
  font-size: 14px;
}

.popup_lead-copy.main-body.sub.center {
  margin-bottom: 0;
}

.popup_lead-copy.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.modal-park-su-kyung, .modal-edward-lee, .modal-jung-ji-hong, .modal-kim-ki-hong, .modal-cho-yoo-chul, .modal-oh-hae-young {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.image-12-copy {
  z-index: 0;
  width: 45%;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-5-copy {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  background-image: linear-gradient(90deg, #be56ed, #34aaff);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 120%;
  display: flex;
}

.modal-cho-dae-kyung, .modal-kim-so-ri, .modal-we-ahyun, .modal-jung-ju-on, .modal-yang-yo-yeol {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.text-block-5-copy-copy {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  background-image: linear-gradient(90deg, #ff4883, #ffab66);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 120%;
  display: flex;
}

.image-12-copy-copy {
  z-index: 0;
  width: 45%;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.modal-lee-dong-hun, .modal-lee-se-yeon {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.button_jung-ji-hong, .button_park-su-kyung, .button_cho-yoo-chul, .button_oh-hae-young, .button_cho-dae-kyung, .button_kim-so-ri, .button_we-ahyun, .button_jung-ju-on, .button_yang-yo-yeol, .button_lee-dong-hun, .button_lee-se-yeon {
  color: #fff;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.grid-12 {
  grid-template-columns: 1fr;
  height: 100%;
  padding-left: 200px;
  padding-right: 200px;
}

.div-block-23 {
  width: 80%;
}

.div-block-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-26 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  display: flex;
}

.div-block-27 {
  width: 100%;
}

.paragraph-2-copy {
  color: #fff;
  font-family: pretendard, sans-serif;
  font-weight: 400;
}

.paragraph-2-copy.main-body {
  word-break: keep-all;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-2-copy.main-body.sub {
  color: #777;
  word-break: keep-all;
  font-size: 14px;
}

.paragraph-2-copy.main-body.sub.center {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-2-copy.sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-3-copy {
  color: #fff;
  text-align: center;
  word-break: keep-all;
  margin-top: 20px;
  font-size: 20px;
  line-height: 160%;
}

.paragraph-3-copy-copy {
  color: #fff;
  text-align: center;
  word-break: keep-all;
  margin-top: 20px;
  font-size: 20px;
  line-height: 160%;
  display: none;
}

.topics-wrapper-copy {
  color: #262626;
  background-color: #262626;
  border-radius: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.topics-wrapper-copy2 {
  color: #262626;
  background-color: #262626;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.div-block-13-copy {
  display: none;
}

.mission_bg-copy {
  z-index: -1;
  text-align: center;
  opacity: 1;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.text-block-4-copy {
  color: #fff6;
  text-transform: uppercase;
  word-break: keep-all;
  text-transform: uppercase;
  word-break: keep-all;
  text-transform: uppercase;
  word-break: keep-all;
  text-transform: uppercase;
  word-break: keep-all;
  text-transform: uppercase;
  word-break: keep-all;
  text-transform: uppercase;
  word-break: keep-all;
  text-transform: uppercase;
  word-break: keep-all;
  text-transform: uppercase;
  word-break: keep-all;
  text-transform: uppercase;
  word-break: keep-all;
  text-transform: uppercase;
  word-break: keep-all;
  text-transform: uppercase;
  word-break: keep-all;
  text-transform: uppercase;
  word-break: keep-all;
  text-transform: uppercase;
  word-break: keep-all;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: block;
}

.text-block-4-1 {
  color: #fff6;
  text-transform: uppercase;
  word-break: keep-all;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.section-4 {
  background-color: #020617;
  height: 500px;
}

.image-17 {
  height: 17px;
}

.div-block-30 {
  width: 50%;
}

.join-us-title-line {
  background-color: #777;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.text-block-7-2 {
  text-align: left;
  word-break: keep-all;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.text-block-8 {
  text-align: left;
  word-break: keep-all;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.join-us-title-w {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-17-2 {
  height: 14px;
}

.brand_bg {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #ffffff0d;
  border: 1px #777;
  border-radius: 8px;
  width: 100%;
  padding: 40px;
  display: flex;
}

.text-block-9 {
  text-align: left;
  word-break: keep-all;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.text-block-9-2 {
  color: #ffffffb3;
  text-align: left;
  word-break: keep-all;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.div-block-31 {
  width: 160px;
  display: flex;
}

.grid-22 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
  margin-bottom: 50px;
}

.div-block-32, .div-block-33 {
  margin-bottom: 10px;
}

.button-2 {
  background-color: #14288a;
  border-radius: 999px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.button-2:hover {
  color: #14288a;
  background-color: #fff;
}

.div-block-34, .div-block-35 {
  margin-bottom: 10px;
}

.list-item-7 {
  text-transform: uppercase;
}

@media screen and (min-width: 1440px) {
  .navbar-no-shadow-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2 {
    display: block;
  }

  .mission-section {
    width: auto;
  }

  .card.card__1, .card.card__2, .card.card__3 {
    width: 100%;
  }

  .container-6 {
    width: 1428px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .container-7 {
    width: 1428px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6-copy {
    width: 1428px;
  }

  .div-block-5-copy {
    margin-bottom: 0;
  }

  .div-block-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .text-block-4-copy {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .container-regular {
    padding-left: 95px;
    padding-right: 95px;
  }

  .nav-link {
    font-size: 24px;
  }

  .nav-link:focus {
    border: 1px #000;
  }

  .paragraph-2.main-body.sub.center {
    text-align: center;
  }

  .mission_bg {
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    display: flex;
  }

  .heading-3 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .paragraph-3 {
    color: #fff;
    text-align: center;
    font-family: pretendard, sans-serif;
  }

  .mission-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card {
    width: 100%;
    height: 500px;
  }

  .card-wrapper {
    flex-flow: column;
  }

  .subpage-title {
    margin-bottom: 60px;
  }

  .pra_body_1.main-body.sub.center, .pra_body_2.main-body.sub.center, .pra_body_card.main-body.sub.center, .pra_body_number.main-body.sub.center {
    text-align: center;
  }

  .grid-2 {
    grid-row-gap: 48px;
    margin-bottom: 150px;
  }

  .div-block-5 {
    margin-bottom: 0;
  }

  .image-button_1st {
    margin-top: 0;
  }

  .pra_body_2_1st.main-body.sub.center {
    text-align: center;
  }

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

  .proj_number.main-body.sub.center, .proj_body.main-body.sub.center {
    text-align: center;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-areas: "Area";
    margin-bottom: 150px;
  }

  .div-block-5-copy, .grid-2-copy {
    margin-bottom: 0;
  }

  .grid-2-copy {
    grid-template-areas: "Area";
  }

  .grid-2-copy_2 {
    margin-bottom: 0;
  }

  .grid-2-copy {
    grid-row-gap: 48px;
    margin-bottom: 150px;
  }

  .grid-2-2 {
    grid-row-gap: 48px;
  }

  .proj_sub_body {
    grid-row-gap: 48px;
    margin-bottom: 150px;
  }

  .proj_sub_div {
    margin-bottom: 0;
  }

  .lottie-animation-4 {
    opacity: .2;
  }

  .pop-up-text-box {
    color: #000;
  }

  .popup_body.main-body.sub.center {
    text-align: center;
  }

  .text-block-5 {
    color: #fff;
  }

  .contects_body.main-body.sub.center {
    text-align: center;
  }

  .contacts-title {
    margin-bottom: 60px;
  }

  .pra_body_2-copy.main-body.sub.center, .list-title.main-body.sub.center, .popup_lead-copy.main-body.sub.center {
    text-align: center;
  }

  .modal-park-su-kyung, .modal-edward-lee, .modal-jung-ji-hong, .modal-kim-ki-hong, .modal-cho-yoo-chul, .modal-oh-hae-young {
    overflow: hidden;
  }

  .text-block-5-copy {
    color: #fff;
  }

  .modal-cho-dae-kyung, .modal-kim-so-ri, .modal-we-ahyun, .modal-jung-ju-on, .modal-yang-yo-yeol {
    overflow: hidden;
  }

  .text-block-5-copy-copy {
    color: #fff;
  }

  .modal-lee-dong-hun, .modal-lee-se-yeon {
    overflow: hidden;
  }

  .paragraph-2-copy.main-body.sub.center {
    text-align: center;
  }

  .paragraph-3-copy, .paragraph-3-copy-copy {
    color: #fff;
    text-align: center;
    font-family: pretendard, sans-serif;
  }

  .mission_bg-copy {
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding: 12px;
  }

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

  .nav-menu {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-color: #020617;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: -60px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-no-shadow-container {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-2.main-body {
    font-size: 20px;
  }

  .paragraph-2.sub-title {
    font-size: 18px;
  }

  .heading {
    font-size: 68px;
  }

  .heading.sub {
    font-size: 36px;
  }

  .heading-3 {
    margin-bottom: 30px;
  }

  .heading-2 {
    font-size: 68px;
  }

  .card.card__1, .card.card__2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .card.card__3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .mission-button {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .text-block {
    font-size: 18px;
  }

  .footer-dark {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-areas: "Area Area Area";
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .div-block-4 {
    margin-top: 60px;
  }

  .grid {
    margin-bottom: 20px;
  }

  .section {
    margin-top: 140px;
  }

  .navbar-symbol {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lottie-animation, .lottie-animation-2, .lottie-animation-3 {
    width: 200px;
    height: 200px;
  }

  .image-6 {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .subpage-title {
    margin-bottom: 0;
  }

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

  .centered-heading-2 {
    font-size: 84px;
  }

  .projects-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .pra_body_1 {
    font-size: 30px;
  }

  .pra_body_2 {
    width: 100%;
    font-size: 16px;
  }

  .image-button {
    margin-bottom: 140px;
  }

  .cover-image {
    height: 260px;
  }

  .link-block-2 {
    display: block;
  }

  .topics-wrapper {
    height: 260px;
  }

  .image-button-heading {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .image-button_1st {
    margin-bottom: 140px;
  }

  .image-button-heading_1st {
    font-size: 42px;
  }

  .pra_body_2_1st {
    font-size: 20px;
  }

  .subpage-title_2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .heading-6 {
    font-size: 58px;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    margin-bottom: 60px;
  }

  .container-6-copy {
    max-width: 728px;
  }

  .grid-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .wave_section {
    margin-top: 140px;
  }

  .heading-7 {
    font-size: 66px;
  }

  .heading-7-copy {
    font-size: 24px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .list_heading {
    line-height: 120%;
  }

  .list_text-block-2 {
    width: 100%;
    font-size: 20px;
  }

  .heading-7-1, .heading-7-2 {
    font-size: 66px;
  }

  .pop-up-box {
    max-height: 95vh;
    overflow: auto;
  }

  .div-block-7 {
    min-width: 170px;
  }

  .contacts-heading {
    font-size: 42px;
  }

  .contects_body {
    font-size: 18px;
  }

  .form-section {
    margin-bottom: 120px;
  }

  .grid-10 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .title-text-block-6 {
    font-size: 18px;
  }

  .div-block-9 {
    width: 8px;
    height: 8px;
    margin: 5px 0;
  }

  .grid-11 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 20px;
  }

  .div-block-15 {
    height: 180px;
  }

  .div-block-16 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-7 {
    font-size: 17px;
  }

  .text-block-7-copy {
    font-size: 16px;
  }

  .text-block-7-copy-copy {
    font-size: 12px;
  }

  .button {
    font-size: 22px;
  }

  .pra_body_2-copy {
    font-size: 20px;
  }

  .p_line {
    margin-top: 10px;
  }

  .arrow_wrapper {
    display: none;
  }

  .div-block-18 {
    width: 101px;
  }

  .div-block-20, .div-block-21, .div-block-22 {
    display: none;
  }

  .grid-12 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-23 {
    width: 79%;
  }

  .div-block-27 {
    width: 80%;
  }

  .paragraph-2-copy.sub-title {
    font-size: 18px;
  }

  .topics-wrapper-copy, .topics-wrapper-copy2 {
    height: 260px;
  }

  .div-block-30 {
    width: 70%;
  }

  .join-us-title-line {
    margin-top: 15px;
  }

  .text-block-7-2, .text-block-8 {
    font-size: 22px;
  }

  .grid-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .brand_bg {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding: 30px 20px 20px;
  }

  .text-block-9 {
    font-size: 17px;
    line-height: 140%;
  }

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

  .div-block-31 {
    width: 140px;
    height: 40px;
  }

  .grid-22 {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    align-items: end;
    margin-bottom: 20px;
  }

  .div-block-34, .div-block-35 {
    margin-bottom: 20px;
  }

  .section-5 {
    height: 300px;
  }

  .div-block-36, .div-block-37 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link.contacts {
    width: 200px;
  }

  .navbar-no-shadow-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2.main-body {
    font-size: 16px;
  }

  .paragraph-2.sub-title {
    margin-bottom: 0;
    font-size: 16px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 58px;
  }

  .heading.sub {
    font-size: 30px;
  }

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

  .paragraph-3 {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 58px;
  }

  .line_light {
    height: 10px;
  }

  .card.card__1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card.card__2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .card.card__3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mission-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 3fr;
    margin-bottom: 0;
    display: none;
  }

  .card_1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-4 {
    text-align: left;
    font-size: 26px;
  }

  .text-block {
    text-align: center;
    font-size: 16px;
  }

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

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

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

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

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

  .team-slider {
    padding: 60px 15px;
  }

  .collective-solutions_section {
    margin-top: 140px;
  }

  .div-block-4 {
    margin-top: 40px;
  }

  .grid {
    margin-bottom: 10px;
  }

  .navbar-symbol {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpage-title {
    padding: 60px 20px;
  }

  .centered-heading-2 {
    font-size: 60px;
  }

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

  .pra_body_1 {
    font-size: 24px;
  }

  .pra_body_2 {
    width: 100%;
    font-size: 14px;
  }

  .subpage-body {
    padding: 60px 20px;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-button {
    margin-bottom: 100px;
  }

  .padding-3-full {
    padding: 2rem;
  }

  .gap-0-5-horizontal {
    justify-content: flex-start;
    width: 100%;
  }

  .image-button-heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .image-button_1st {
    margin-bottom: 100px;
  }

  .image-button-heading_1st {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .pra_body_2_1st {
    font-size: 16px;
  }

  .subpage-title_2 {
    padding: 60px 15px;
  }

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

  .paragraph-5 {
    width: 100%;
    font-size: 22px;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .wave_section {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7 {
    font-size: 60px;
  }

  .heading-7-copy {
    font-size: 22px;
  }

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

  .list_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list_grid {
    grid-column-gap: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .list_heading {
    font-size: 28px;
  }

  .list_text-block-2 {
    font-size: 18px;
  }

  .heading-7-1, .heading-7-2 {
    font-size: 60px;
  }

  .pop-up-box {
    max-height: 95vh;
    padding: 80px 60px;
    overflow: auto;
  }

  .pop-up-exit-button {
    top: 30px;
    right: 30px;
  }

  .grid-9 {
    flex-flow: column;
  }

  .image-11 {
    margin-bottom: 40px;
  }

  .image-12 {
    width: 70%;
    inset: auto 0% 0% auto;
  }

  .contacts-heading {
    font-size: 38px;
  }

  .contects_body {
    font-size: 16px;
  }

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

  .input {
    height: 56px;
    padding: 18px 20px;
  }

  .contacts-title {
    padding: 60px 15px;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-10 {
    height: 60px;
  }

  .div-block-13 {
    display: none;
  }

  .container-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-11 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    height: 100%;
  }

  .div-block-16 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-7-copy {
    height: 34px;
  }

  .pra_body_2-copy {
    font-size: 16px;
  }

  .project-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-title {
    font-size: 18px;
  }

  .list-item-4 {
    padding-bottom: 5px;
    font-size: 14px;
  }

  .heading-9 {
    font-size: 30px;
  }

  .modal-park-su-kyung, .modal-edward-lee, .modal-jung-ji-hong, .modal-kim-ki-hong, .modal-cho-yoo-chul, .modal-oh-hae-young {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .image-12-copy {
    width: 70%;
    inset: auto 0% 0% auto;
  }

  .modal-cho-dae-kyung, .modal-kim-so-ri, .modal-we-ahyun, .modal-jung-ju-on, .modal-yang-yo-yeol {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .image-12-copy-copy {
    width: 70%;
    inset: auto 0% 0% auto;
  }

  .modal-lee-dong-hun, .modal-lee-se-yeon {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .grid-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-14, .image-15, .image-16 {
    display: none;
  }

  .div-block-27 {
    width: 100%;
  }

  .paragraph-2-copy.main-body {
    font-size: 16px;
  }

  .paragraph-2-copy.sub-title {
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph-3-copy, .paragraph-3-copy-copy {
    font-size: 16px;
  }

  .div-block-13-copy {
    margin-bottom: 40px;
    display: block;
  }

  .brand_bg {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-22 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .section-5 {
    height: 520px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  .navbar-no-shadow-container {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main_container {
    margin-top: 140px;
  }

  .paragraph-2.main-body {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .paragraph-2.main-body.sub {
    font-size: 11px;
  }

  .paragraph-2.main-body.sub.center {
    width: 80%;
  }

  .heading {
    margin-top: 10px;
    font-size: 40px;
  }

  .heading.sub {
    font-size: 24px;
  }

  .mission_bg {
    width: 100%;
    max-width: 100%;
    display: flex;
    overflow: hidden;
  }

  .paragraph-3 {
    width: 80%;
    margin-top: 15px;
    font-size: 12px;
  }

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

  .container-3 {
    overflow: hidden;
  }

  .mission-section {
    min-height: 200vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .chapter-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card.card__1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .card.card__2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    place-items: center stretch;
    padding: 0;
  }

  .card.card__3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mission-button {
    place-items: center stretch;
    display: none;
  }

  .work-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 710px;
  }

  .heading-4 {
    margin-bottom: 10px;
    font-size: 15px;
  }

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

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

  .container {
    max-width: none;
  }

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

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

  .title-small.all-rights {
    text-transform: none;
  }

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

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .collective-solutions_section {
    height: 400px;
    margin-top: 220px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .we_are__section {
    height: 400px;
    margin-top: 0;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .reference_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    margin-top: 30px;
  }

  .chapter-2, .chapter-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .image-4 {
    height: 30px;
  }

  .navbar-symbol {
    height: 50px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    height: 30px;
  }

  .subpage-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .centered-heading-2 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 110%;
  }

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

  .pra_body_1 {
    font-size: 18px;
  }

  .pra_body_2 {
    font-size: 14px;
  }

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

  .container-7 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .cover-image, .topics-wrapper {
    height: 200px;
  }

  .grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .image-button-heading, .image-button-heading_1st {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 100%;
  }

  .pra_body_2_1st {
    font-size: 15px;
  }

  .subpage-title_2 {
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-5 {
    font-size: 16px;
  }

  .heading-6 {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .container-8 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    margin-bottom: 40px;
  }

  .container-6-copy {
    max-width: none;
    margin-bottom: 40px;
  }

  .image-8 {
    box-sizing: border-box;
    object-fit: cover;
    height: 240px;
    overflow: scroll;
  }

  .proj_number {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .proj_head {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .proj_body {
    font-size: 16px;
  }

  .image-9 {
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
    height: 180px;
  }

  .section-3 {
    margin-bottom: 100px;
  }

  .grid-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .image-8-sub {
    object-fit: cover;
    border-radius: 12px;
    height: 250px;
  }

  .line_gray {
    height: 10px;
  }

  .grid-6 {
    grid-column-gap: 20px;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
  }

  .grid-6-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .wave_section {
    margin-top: 140px;
  }

  .heading-7 {
    font-size: 48px;
    line-height: 100%;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .container-10 {
    background-color: #020617;
  }

  .list_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". Area-3 Area-3"
                         "Area-2 Area-2 Area-2";
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .list_heading {
    margin-bottom: 0;
  }

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

  .text-block-4 {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 17px;
    display: none;
  }

  .heading-7-1, .heading-7-2 {
    font-size: 48px;
    line-height: 100%;
  }

  .pop-up-box {
    pointer-events: auto;
    border-radius: 12px;
    flex: 0 auto;
    max-height: 95vh;
    padding: 48px 24px 16px;
    overflow: auto;
  }

  .pop-up-exit-button {
    top: 20px;
    right: 20px;
  }

  .list_heading-copy {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .grid-9 {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .image-11 {
    margin-bottom: 40px;
  }

  .text-block-5 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .contacts-heading {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .contects_body {
    font-size: 12px;
  }

  .success-message {
    height: 400px;
  }

  .form-inputs-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .submit-button {
    width: 100%;
  }

  .input {
    font-size: 14px;
  }

  .contacts-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .map-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-11 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    margin-bottom: 0;
  }

  .div-block-16 {
    height: 48px;
    margin-right: 10px;
  }

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

  .reference_button {
    margin-top: 40px;
    margin-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .pra_body_2-copy {
    font-size: 15px;
  }

  .image-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18 {
    width: 73px;
  }

  .modal-park-su-kyung {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-4 {
    width: 0;
    height: 770px;
  }

  .modal-edward-lee, .modal-jung-ji-hong, .modal-kim-ki-hong, .modal-cho-yoo-chul, .modal-oh-hae-young {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .modal-cho-dae-kyung, .modal-kim-so-ri, .modal-we-ahyun, .modal-jung-ju-on, .modal-yang-yo-yeol {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .modal-lee-dong-hun, .modal-lee-se-yeon {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-12 {
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-23 {
    width: 85%;
  }

  .div-block-28, .lottie-animation-5 {
    min-width: 160%;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-2-copy.main-body {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .paragraph-2-copy.main-body.sub {
    font-size: 11px;
  }

  .paragraph-2-copy.main-body.sub.center {
    width: 100%;
  }

  .paragraph-3-copy {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    display: block;
  }

  .paragraph-3-copy-copy {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    display: none;
  }

  .topics-wrapper-copy {
    height: 200px;
    display: block;
  }

  .topics-wrapper-copy2 {
    height: 200px;
    display: none;
  }

  .mission_bg-copy {
    width: 100%;
    max-width: 100%;
    display: flex;
    overflow: hidden;
  }

  .text-block-4-copy {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 17px;
    display: block;
  }

  .text-block-4-1 {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 17px;
  }

  .image-18 {
    width: 14%;
  }

  .image-19 {
    width: 11%;
  }

  .div-block-30 {
    width: 90%;
  }

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

  .brand_bg {
    flex-flow: column;
  }

  .section-5 {
    height: 560px;
  }

  .section-6 {
    margin-top: 40px;
  }
}

#w-node-_380b6e2b-a9cb-d68a-7d54-bafa06df3891-94ac8d71 {
  justify-self: start;
}

#w-node-_1f628aeb-341b-5f32-abb4-d7cd5058c184-94ac8d71 {
  justify-self: end;
}

#w-node-_80a0de15-0f18-78a2-5bfe-a6c89198a2ff-94ac8d71, #w-node-ebd229b1-0d44-7732-346f-7de48f31ce15-94ac8d71, #w-node-dd534061-f3d4-664e-6a5e-27a8bb05460b-94ac8d71 {
  place-self: center;
}

#w-node-_778072cf-fbc6-3ade-e6c2-b34c82468817-94ac8d71, #w-node-_979731b0-d106-3172-0614-fe795c6e9d9f-94ac8d71, #w-node-_4395720f-cdff-1976-1ffb-1b2a8395c15d-94ac8d71, #w-node-_66df8914-5ec9-2fd7-af1e-a9a487d85f45-94ac8d71 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-94ac8d71 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_50bfe26f-87d5-b42f-d599-fa1c49f72f94-8806a43b, #w-node-ff602519-78e7-787c-4e3a-01aad48413e1-8806a43b, #w-node-c54fecf4-e2cf-486a-c638-f0f67add5d0c-8806a43b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-8806a43b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_817b9983-6a1f-e5d7-2d7e-82eb3b055106-40d35599 {
  grid-area: Area;
}

#w-node-_817b9983-6a1f-e5d7-2d7e-82eb3b055107-40d35599, #w-node-_817b9983-6a1f-e5d7-2d7e-82eb3b05511d-40d35599, #w-node-_817b9983-6a1f-e5d7-2d7e-82eb3b055126-40d35599 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78b39784-7a61-6f10-14f8-13433873081d-40d35599 {
  grid-area: Area;
}

#w-node-_78b39784-7a61-6f10-14f8-13433873081e-40d35599 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-40d35599 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a47568ba-c219-39a7-1de2-f37f96424bf6-35508937 {
  grid-area: Area;
}

#w-node-_817b9983-6a1f-e5d7-2d7e-82eb3b05510c-35508937 {
  grid-area: Area-2;
}

#w-node-_483999f7-1db5-e42c-9e42-cdddc3089c7c-35508937 {
  grid-area: Area;
}

#w-node-_483999f7-1db5-e42c-9e42-cdddc3089c7d-35508937 {
  grid-area: Area-2;
}

#w-node-b44d3169-2003-3ec6-930c-a74b7f7adffc-35508937 {
  grid-area: Area;
}

#w-node-b44d3169-2003-3ec6-930c-a74b7f7adffd-35508937 {
  grid-area: Area-2;
}

#w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-35508937 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d7dcf5f6-6b9c-dadf-e149-4529782fc5e6-b83a9f9a, #w-node-_3736583e-3cbd-23ea-b7fc-e92efecd3e6a-b83a9f9a, #w-node-_708ae98e-8c9e-3838-205b-b9397151cbaa-b83a9f9a, #w-node-c4fc2adc-12a0-067b-eafa-1bcd313e59b5-b83a9f9a, #w-node-d18a9dc1-f54f-5925-cae2-0c131a254987-b83a9f9a, #w-node-_090d246c-9c0a-a640-875b-d344d7b6fefb-b83a9f9a, #w-node-bf089312-4992-cce3-339e-be34df6648bb-b83a9f9a, #w-node-ffb43863-1754-b5db-e28a-553bd1b6e1e4-b83a9f9a, #w-node-_7c6ce701-4b28-fb43-6c31-eaad2ff678af-b83a9f9a, #w-node-eb3bc0a4-d0f3-9c3f-3831-d957faa6236b-b83a9f9a, #w-node-_87f0ba5f-ff61-fd31-a735-ccc7c49e64a2-b83a9f9a, #w-node-_7fc82f27-274d-217c-9101-0fa91dcf6e2e-b83a9f9a, #w-node-_763ee5b8-aa5b-952b-352c-4e16e8e53978-b83a9f9a, #w-node-_10b5c48b-ae09-c0bc-cf94-edd6cc05a1e3-b83a9f9a, #w-node-_59b4656c-9048-cf07-0f7c-c0ef6e3dce2d-b83a9f9a, #w-node-_3508a18a-9353-7a8a-3577-b94e19df2d12-b83a9f9a, #w-node-f29b6c1b-ae53-8156-9fb0-a01ed822c060-b83a9f9a, #w-node-abf6eeae-8eb5-6ef3-fe4c-8164ed00ceac-b83a9f9a, #w-node-_2c571397-1f55-fcb6-47d7-29f36afcbcc7-b83a9f9a, #w-node-_087f5d63-035b-ef60-42c5-b2743c674535-b83a9f9a, #w-node-_0a734bc1-20d9-4595-c637-4a0d423b1fde-b83a9f9a, #w-node-_36200ec8-4ea5-15ca-79a0-fa40fcb4dce6-b83a9f9a, #w-node-c78ed4cb-fb82-9855-b39f-3c9f9edeb2b2-b83a9f9a, #w-node-_708d1092-4f9d-2158-75f6-060481445f35-b83a9f9a, #w-node-fb877ce0-ef6e-abf8-b070-02191bc0b017-b83a9f9a, #w-node-ec70254d-2ed1-2f94-eb21-0cf84208238a-b83a9f9a {
  grid-area: Area;
}

#w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-b83a9f9a, #w-node-_847a1790-2015-92fc-320c-b6301e4d5adb-47e0f5ac, #w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-47e0f5ac {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a47568ba-c219-39a7-1de2-f37f96424bf6-2a458d5e {
  grid-area: Area;
}

#w-node-_817b9983-6a1f-e5d7-2d7e-82eb3b05510c-2a458d5e {
  grid-area: Area-2;
}

#w-node-_483999f7-1db5-e42c-9e42-cdddc3089c7c-2a458d5e {
  grid-area: Area;
}

#w-node-_483999f7-1db5-e42c-9e42-cdddc3089c7d-2a458d5e {
  grid-area: Area-2;
}

#w-node-b44d3169-2003-3ec6-930c-a74b7f7adffc-2a458d5e {
  grid-area: Area;
}

#w-node-b44d3169-2003-3ec6-930c-a74b7f7adffd-2a458d5e {
  grid-area: Area-2;
}

#w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-2a458d5e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a47568ba-c219-39a7-1de2-f37f96424bf6-52aca2bc {
  grid-area: Area;
}

#w-node-_817b9983-6a1f-e5d7-2d7e-82eb3b05510c-52aca2bc {
  grid-area: Area-2;
}

#w-node-_483999f7-1db5-e42c-9e42-cdddc3089c7c-52aca2bc {
  grid-area: Area;
}

#w-node-_483999f7-1db5-e42c-9e42-cdddc3089c7d-52aca2bc {
  grid-area: Area-2;
}

#w-node-b44d3169-2003-3ec6-930c-a74b7f7adffc-52aca2bc {
  grid-area: Area;
}

#w-node-b44d3169-2003-3ec6-930c-a74b7f7adffd-52aca2bc {
  grid-area: Area-2;
}

#w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-52aca2bc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-94ac8d71, #w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-8806a43b, #w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-40d35599, #w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-35508937, #w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-b83a9f9a, #w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-47e0f5ac, #w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-2a458d5e, #w-node-_92156286-bf06-778a-060d-bf6affdbc6d0-52aca2bc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


