html,
body {
  margin: 0;
  padding: 0
}

body {
  font-family: 'Lora', Georgia, serif;
  -webkit-text-size-adjust: 100%
}

.hd_bar {
  background: linear-gradient(160deg, #97419B 0%, #B592C5 60%, #E8DDEE 100%);
  position: relative;
  z-index: 100
}

.hd_top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 48px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px
}

.hd_proof {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding-top: 8px;
  flex: 1
}

.hd_proof_label {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #fff;
  font-style: italic;
  opacity: .92
}

.hd_proof_stat {
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #fff;
  font-weight: 600;
  background: #97419b38;
  border: 1px solid #ffffff47;
  border-radius: 48px;
  padding: 8px 16px
}

.hd_brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0
}

.hd_logo_ring {
  width: 72px;
  height: 72px;
  border-radius: 48px;
  border: 3px solid #fff;
  background: #ffffff26;
  box-shadow: -1px 6px 20px 0 #97419b17 0 0 0 6px #ffffff14;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.hd_logo_ring img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  opacity: 0;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.hd_logo_ring img.loaded {
  opacity: 1
}

.hd_brand_name {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #fff;
  font-weight: 700
}

.hd_tagline_side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-top: 8px;
  flex: 1
}

.hd_tagline {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffffe0;
  font-style: italic
}

.hd_since {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #ffffffb3;
  border-left: 2px solid #fff6;
  border-bottom: 1px solid #fff3;
  padding: 8px 16px;
  border-radius: 0 0 8px 0
}

.hd_nav_bar {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  justify-content: center
}

.hd_nav {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #ffffff1f;
  border-radius: 8px 8px 0 0;
  border: 1px solid #ffffff38;
  border-bottom: none;
  margin-top: 16px;
  overflow: hidden
}

.hd_nav a {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  border-right: 1px solid #ffffff26;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  position: relative
}

.hd_nav a:last-child {
  border-right: none
}

.hd_nav a:hover {
  background: #ffffff38;
  color: #fff
}

.hd_nav a:focus-visible {
  outline: 2px dashed #ffffffe6;
  outline-offset: -3px;
  animation: focus_dash 2.4s linear infinite
}

@keyframes focus_dash {
  0% {
    outline-offset: -3px
  }

  50% {
    outline-offset: -5px
  }

  100% {
    outline-offset: -3px
  }
}

.ft_base {
  background: #fff;
  border-top: 1px solid #E8DDEE;
  box-shadow: -1px 2px 4px 0 #97419b14
}

.ft_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

.ft_rule {
  width: 100%;
  border: none;
  border-top: 1px solid #E8DDEE;
  margin: 0
}

.ft_logo_ring {
  width: 60px;
  height: 60px;
  border-radius: 48px;
  border: 2px solid #97419B;
  background: #E8DDEE;
  box-shadow: -1px 2px 4px 0 #97419b14;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.ft_logo_ring img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  opacity: 0;
  transition: opacity .26s cubic-bezier(0.0, 0, 0.2, 1)
}

.ft_logo_ring img.loaded {
  opacity: 1
}

.ft_brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.ft_brand_name {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #97419B;
  font-weight: 600
}

.ft_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.ft_links li a {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a2550;
  text-decoration: underline;
  text-decoration-color: #B592C5;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .22s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none
}

.ft_links li a:hover {
  color: #97419B;
  text-decoration-color: #97419B
}

.ft_links li a:focus-visible {
  outline: 2px dashed #97419B;
  outline-offset: 2px;
  border-radius: 8px;
  animation: focus_dash 2.4s linear infinite
}

.ft_copy {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #7a6080;
  text-align: center
}

.ck_float {
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 4000;
  width: 320px;
  background: #fff;
  border: 1px solid #E8DDEE;
  border-radius: 8px;
  box-shadow: -1px 9px 44px 0 #97419b21;
  padding: 24px;
  font-family: 'Lora', Georgia, serif
}

.ck_desc {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #2d1a30;
  margin: 0 0 16px
}

.ck_toggles {
  display: none;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px
}

.ck_toggles.visible {
  display: flex
}

.ck_toggle_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.ck_toggle_label {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #2d1a30
}

.ck_toggle_row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #97419B;
  cursor: pointer
}

.ck_toggle_row input[type="checkbox"]:focus-visible {
  outline: 2px dashed #97419B;
  outline-offset: 2px;
  animation: focus_dash 2.4s linear infinite
}

.ck_actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.ck_btn {
  font-family: 'Lora', Georgia, serif;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .01em;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none
}

.ck_btn:focus-visible {
  outline: 2px dashed #97419B;
  outline-offset: 2px;
  border-radius: 8px;
  animation: focus_dash 2.4s linear infinite
}

.ck_btn_accept {
  color: #97419B;
  text-decoration-color: #97419B;
  font-weight: 600
}

.ck_btn_accept:hover {
  color: #6b2e6e
}

.ck_btn_deny {
  color: #4a2550;
  text-decoration-color: #B592C5
}

.ck_btn_deny:hover {
  color: #97419B
}

.ck_btn_settings {
  color: #7a6080;
  text-decoration-color: #E8DDEE;
  margin-left: auto
}

.ck_btn_settings:hover {
  color: #97419B
}

.ck_gear_fixed {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 3999;
  width: 44px;
  height: 44px;
  border-radius: 48px;
  background: #97419B;
  border: 2px solid #fff;
  box-shadow: -1px 6px 20px 0 #97419b17;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: filter .2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none
}

.ck_gear_fixed:hover {
  filter: brightness(1.12)
}

.ck_gear_fixed:focus-visible {
  outline: 2px dashed #97419B;
  outline-offset: 3px;
  animation: focus_dash 2.4s linear infinite
}

.ck_gear_fixed svg {
  width: 20px;
  height: 20px;
  fill: #fff
}

@media (max-width: 768px) {
  .hd_top {
    padding: 16px 16px 0;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
  }

  .hd_proof {
    align-items: center;
    order: 3;
    flex: 100%
  }

  .hd_tagline_side {
    align-items: center;
    order: 2;
    flex: 100%
  }

  .hd_nav_bar {
    padding: 0 16px
  }

  .hd_nav {
    flex-wrap: wrap;
    border-radius: 8px 8px 0 0
  }

  .hd_nav a {
    padding: 16px;
    font-size: 13px;
    flex: 1 1 auto;
    justify-content: center;
    text-align: center
  }

  .ft_inner {
    padding: 48px 16px 24px
  }

  .ck_float {
    width: calc(100vw - 32px);
    right: 16px;
    top: 16px
  }
}

.terms-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px
}

.terms-block h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #97419B;
  margin-bottom: 24px;
  margin-top: 0
}

.terms-block h2 {
  font-size: 37px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #2a2a2a;
  margin-top: 48px;
  margin-bottom: 16px
}

.terms-block h3 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #2a2a2a;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px
}

.terms-block h4 {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #3a3a3a;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px
}

.terms-block h5 {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .02em;
  color: #3a3a3a;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 8px;
  text-transform: uppercase
}

.terms-block h6 {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .02em;
  color: #97419B;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px
}

.terms-block p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 72ch
}

.terms-block em,
.terms-block i {
  font-style: italic;
  color: #97419B
}

.terms-block hr {
  border: none;
  border-top: 1px solid #E8DDEE;
  margin-top: 48px;
  margin-bottom: 48px;
  box-shadow: -1px 2px 4px 0 #97419b14
}

.terms-block div {
  margin-bottom: 16px
}

@media (max-width: 768px) {
  .terms-block {
    padding: 24px 16px
  }

  .terms-block h1 {
    font-size: 37px
  }

  .terms-block h2 {
    font-size: 16px;
    margin-top: 24px
  }

  .terms-block p {
    font-size: 14px
  }
}

.arc_det {
  max-width: 100%;
  overflow-x: hidden
}

.arc_det .pg_wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}

.arc_det .grad_txt {
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.arc_det .art_top {
  padding: 48px 0 0;
  position: relative
}

.arc_det .art_top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #97419B, #B592C5, #E8DDEE)
}

.arc_det .art_top_inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px
}

.arc_det .art_text_col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px 0 48px
}

.arc_det .art_img_col {
  flex: 0 0 320px;
  max-width: 320px;
  position: relative
}

.arc_det .art_img_col::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #E8DDEE, #B592C5, #97419B)
}

.arc_det .art_img_wrap {
  width: 100%;
  height: 100%;
  min-height: 340px;
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.arc_det .art_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1);
  filter: sepia(0.28) contrast(1.08) brightness(0.96) saturate(0.85)
}

.arc_det .art_img_wrap img.loaded {
  opacity: 1
}

.arc_det .art_cat_tag {
  display: inline-block;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #97419B;
  border: 1px solid #B592C5;
  border-radius: 48px;
  padding: 8px 16px;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
  box-shadow: -1px 2px 4px 0 #97419b14;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.arc_det .art_h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: .01em;
  font-weight: 800;
  margin: 0 0 16px;
  animation: track_in .26s cubic-bezier(0.0, 0, 0.2, 1) both
}

@keyframes track_in {
  from {
    letter-spacing: -.04em;
    opacity: .2
  }

  to {
    letter-spacing: .01em;
    opacity: 1
  }
}

.arc_det .art_sub {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a3550;
  margin: 0 0 24px;
  max-width: 560px
}

.arc_det .art_meta_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 24px
}

.arc_det .meta_item {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #5a4060;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.arc_det .meta_item .meta_icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.arc_det .meta_sep {
  width: 4px;
  height: 4px;
  border-radius: 48px;
  background: #B592C5;
  flex-shrink: 0
}

.arc_det .art_body_sec {
  padding: 48px 0;
  background: linear-gradient(233deg, #f7f3f9 0%, #fff 60%);
  position: relative
}

.arc_det .art_body_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, #B592C5 0, #B592C5 6px, transparent 6px, transparent 18px);
  opacity: .5
}

.arc_det .art_body_grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start
}

.arc_det .art_body_text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #2a1a30
}

.arc_det .art_body_text p {
  margin: 0 0 16px
}

.arc_det .art_body_text h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: .01em;
  font-weight: 700;
  margin: 24px 0 16px;
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.arc_det .art_body_text h4 {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .02em;
  font-weight: 700;
  color: #97419B;
  margin: 24px 0 8px
}

.arc_det .art_body_text ins {
  text-decoration: underline;
  text-decoration-color: #B592C5;
  color: #2a1a30
}

.arc_det .art_body_text ul {
  margin: 0 0 16px;
  padding-left: 24px
}

.arc_det .art_body_text ol {
  margin: 0 0 16px;
  padding-left: 24px
}

.arc_det .art_body_text li {
  margin-bottom: 8px;
  line-height: 1.6
}

.arc_det .art_body_text details {
  border: 1px solid #E8DDEE;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  background: #fff;
  box-shadow: -1px 2px 4px 0 #97419b14
}

.arc_det .art_body_text summary {
  font-weight: 600;
  color: #97419B;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .01em;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.arc_det .art_body_text summary:hover {
  color: #B592C5
}

.arc_det .art_sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.arc_det .side_card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: -1px 6px 20px 0 #97419b17;
  border-top: 3px solid #97419B
}

.arc_det .side_card_ttl {
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .02em;
  font-weight: 700;
  color: #97419B;
  text-transform: uppercase;
  margin: 0 0 16px
}

.arc_det .stats_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.arc_det .stat_box {
  flex: 1 1 0;
  background: linear-gradient(233deg, #f0e8f5, #f7f3f9);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  min-width: 80px
}

.arc_det .stat_num {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: .01em;
  background: linear-gradient(233deg, #97419B, #B592C5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block
}

.arc_det .stat_lbl {
  font-size: 13px;
  line-height: 1.35;
  color: #5a4060;
  letter-spacing: .01em;
  display: block;
  margin-top: 8px
}

.arc_det .rank_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.arc_det .rank_item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.arc_det .rank_item_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.arc_det .rank_num {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  color: #97419B;
  width: 20px;
  flex-shrink: 0;
  letter-spacing: .01em
}

.arc_det .rank_label {
  font-size: 13px;
  line-height: 1.35;
  color: #2a1a30;
  letter-spacing: .01em;
  flex: 1 1 0
}

.arc_det .rank_bar_bg {
  height: 6px;
  background: #E8DDEE;
  border-radius: 48px;
  overflow: hidden
}

.arc_det .rank_bar_fill {
  height: 100%;
  background: linear-gradient(90deg, #97419B, #B592C5);
  border-radius: 48px;
  transition: width .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.arc_det .cta_btn {
  display: inline-block;
  background: #97419B;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .02em;
  font-weight: 600;
  border-radius: 8px;
  padding: 16px 24px;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -1px 6px 20px 0 #97419b17;
  width: 100%;
  text-align: center
}

.arc_det .cta_btn:hover {
  filter: brightness(1.12);
  box-shadow: -1px 9px 44px 0 #97419b21
}

.arc_det .cta_btn:active {
  filter: brightness(0.95);
  box-shadow: inset -1px 2px 4px 0 #97419b2e
}

.arc_det .cta_btn:focus {
  outline: 2px solid #97419B;
  outline-offset: 3px
}

.arc_det .tip_wrap {
  position: relative;
  display: inline-block
}

.arc_det .tip_wrap:focus-within .tip_bubble,
.arc_det .tip_trigger:focus+.tip_bubble {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0)
}

.arc_det .tip_trigger {
  background: #E8DDEE;
  color: #97419B;
  border: none;
  border-radius: 48px;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .01em;
  font-weight: 700;
  padding: 8px 16px;
  cursor: pointer;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.arc_det .tip_trigger:hover {
  background: #B592C5;
  color: #fff
}

.arc_det .tip_bubble {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: #2a1a30;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .01em;
  padding: 8px 16px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  box-shadow: -1px 6px 20px 0 #97419b17
}

.arc_det .tip_bubble::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #2a1a30
}

.arc_det .wave_div {
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 0
}

.arc_det .wave_div svg {
  display: block;
  width: 100%;
  height: 24px
}

@media (max-width: 900px) {
  .arc_det .art_top_inner {
    flex-direction: column-reverse;
    gap: 24px
  }

  .arc_det .art_img_col {
    flex: 0 0 auto;
    max-width: 100%
  }

  .arc_det .art_img_wrap {
    min-height: 220px;
    max-height: 280px
  }

  .arc_det .art_h1 {
    font-size: 37px
  }

  .arc_det .art_body_grid {
    grid-template-columns: 1fr
  }

  .arc_det .art_sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }
}

@media (max-width: 560px) {
  .arc_det .art_h1 {
    font-size: 37px
  }

  .arc_det .art_sidebar {
    grid-template-columns: 1fr
  }

  .arc_det .stats_row {
    flex-direction: column
  }
}

.ld_pg {
  background: #fff;
  color: #1a1a2e
}

.ld_pg * {
  box-sizing: border-box
}

.ld_pg .grad_txt {
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.ld_pg .t_block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 48px 40px;
  gap: 48px;
  align-items: start;
  position: relative
}

.ld_pg .t_img_col {
  position: relative;
  overflow: hidden;
  border-radius: 8px
}

.ld_pg .t_img_col img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld_pg .t_img_col img.loaded {
  opacity: 1
}

.ld_pg .t_img_col .tint {
  position: absolute;
  inset: 0;
  background: #97419b2e;
  pointer-events: none
}

.ld_pg .t_txt_col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px
}

.ld_pg .t_txt_col h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: .01em;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0
}

.ld_pg .t_txt_col .sub {
  font-size: 16px;
  line-height: 1.6;
  color: #3a2d40;
  max-width: 520px;
  margin: 0
}

.ld_pg .t_txt_col .act_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.ld_pg .btn_pri {
  background: #97419B;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 16px 48px;
  font-size: 14px;
  letter-spacing: .02em;
  cursor: pointer;
  transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -1px 6px 20px 0 #97419b17
}

.ld_pg .btn_pri:hover {
  filter: brightness(1.12)
}

.ld_pg .btn_pri:active {
  box-shadow: inset 0 2px 6px 0 #97419b38;
  filter: brightness(0.96)
}

.ld_pg .btn_pri:focus-visible {
  outline: 2px solid #97419B;
  outline-offset: 3px
}

.ld_pg .btn_sec {
  background: #E8DDEE;
  color: #3a1a3e;
  border: none;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 14px;
  letter-spacing: .02em;
  cursor: pointer;
  transition: filter .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.ld_pg .btn_sec:hover {
  filter: brightness(0.94)
}

.ld_pg .btn_sec:focus-visible {
  outline: 2px solid #97419B;
  outline-offset: 3px
}

.ld_pg .wave_div {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.ld_pg .wave_div svg {
  display: block;
  width: 100%
}

.ld_pg .rep_wrap {
  background: #f5f0f7;
  padding: 48px 0 40px
}

.ld_pg .rep_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.ld_pg .rep_lbl {
  font-size: 13px;
  letter-spacing: .02em;
  color: #97419B;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-weight: 600
}

.ld_pg .rep_h {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 24px;
  color: #1a1a2e
}

.ld_pg .rep_p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a2d40;
  margin: 0
}

.ld_pg .rep_right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-left: 2px solid #E8DDEE;
  border-top: 1px solid #E8DDEE;
  padding: 24px 0 0 24px
}

.ld_pg .rep_stat {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.ld_pg .rep_num {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-width: 80px
}

.ld_pg .rep_stat_txt {
  font-size: 13px;
  line-height: 1.6;
  color: #3a2d40;
  padding-top: 8px
}

.ld_pg .dash_div {
  border: none;
  border-top: 1px dashed #B592C5;
  margin: 0
}

.ld_pg .voices_wrap {
  padding: 48px 0;
  background: #fff
}

.ld_pg .voices_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px
}

.ld_pg .voices_hd {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 8px;
  color: #1a1a2e
}

.ld_pg .voices_sub {
  font-size: 14px;
  color: #3a2d40;
  line-height: 1.6;
  margin: 0 0 24px;
  max-width: 560px
}

.ld_pg .voices_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.ld_pg .v_card {
  background: #f5f0f7;
  border-radius: 8px;
  padding: 24px;
  box-shadow: -1px 2px 4px 0 #97419b14;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 3px solid #97419B
}

.ld_pg .v_card .quote {
  font-size: 14px;
  line-height: 1.8;
  color: #2a1a30;
  margin: 0;
  font-style: italic
}

.ld_pg .v_card .attr {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.ld_pg .v_card .attr img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld_pg .v_card .attr img.loaded {
  opacity: 1
}

.ld_pg .attr_nm {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: .01em
}

.ld_pg .attr_role {
  font-size: 13px;
  color: #97419B
}

.ld_pg .env_wrap {
  background: #1a0e1e;
  position: relative;
  padding: 48px 0
}

.ld_pg .env_bg {
  position: absolute;
  inset: 0;
  overflow: hidden
}

.ld_pg .env_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld_pg .env_bg img.loaded {
  opacity: .22
}

.ld_pg .env_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative
}

.ld_pg .env_h {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  color: #E8DDEE;
  margin: 0 0 8px
}

.ld_pg .env_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #c8b8d0;
  max-width: 600px;
  margin: 0 0 24px
}

.ld_pg .env_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0
}

.ld_pg .env_list li {
  background: #b592c51f;
  border-radius: 8px;
  padding: 16px 24px;
  border-left: 3px solid #97419B;
  border-top: 1px solid #b592c533;
  font-size: 14px;
  line-height: 1.6;
  color: #d8c8e0;
  transition: background .24s cubic-bezier(0.4, 0, 0.2, 1), border-left-color .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld_pg .env_list li:hover {
  background: #b592c538;
  border-left-color: #B592C5
}

.ld_pg .env_list li strong {
  display: block;
  color: #E8DDEE;
  font-size: 13px;
  letter-spacing: .02em;
  margin-bottom: 8px
}

.ld_pg .fit_wrap {
  padding: 48px 0;
  background: #fff
}

.ld_pg .fit_inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 48px;
  text-align: center
}

.ld_pg .fit_h {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 16px;
  color: #1a1a2e
}

.ld_pg .fit_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #3a2d40;
  margin: 0 0 24px
}

.ld_pg .fit_cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  text-align: left;
  margin-top: 24px
}

.ld_pg .fit_col {
  padding: 24px;
  border-radius: 8px;
  box-shadow: -1px 6px 20px 0 #b592c517
}

.ld_pg .fit_col.yes {
  background: #f5f0f7;
  border-top: 3px solid #97419B
}

.ld_pg .fit_col.no {
  background: #faf8fb;
  border-top: 3px solid #c8b8d0
}

.ld_pg .fit_col h5 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0 0 16px;
  color: #1a1a2e
}

.ld_pg .fit_col ol {
  margin: 0;
  padding-left: 16px
}

.ld_pg .fit_col ol li {
  font-size: 13px;
  line-height: 1.6;
  color: #3a2d40;
  margin-bottom: 8px
}

.ld_pg .fit_img_strip {
  margin-top: 24px;
  border-radius: 8px;
  overflow: hidden
}

.ld_pg .fit_img_strip img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld_pg .fit_img_strip img.loaded {
  opacity: 1
}

.ld_pg .fit_img_strip:hover img {
  filter: brightness(0.88) saturate(1.3)
}

.ld_pg .exp_wrap {
  background: linear-gradient(233deg, #f5f0f7 0%, #E8DDEE 100%);
  padding: 48px 0
}

.ld_pg .exp_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start
}

.ld_pg .exp_h {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 16px;
  color: #1a1a2e
}

.ld_pg .exp_p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a2d40;
  margin: 0 0 16px
}

.ld_pg .exp_phases {
  list-style: decimal;
  padding-left: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ld_pg .exp_phases li {
  font-size: 14px;
  line-height: 1.6;
  color: #2a1a30;
  padding-left: 8px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld_pg .exp_phases li:hover {
  color: #97419B
}

.ld_pg .exp_phases li strong {
  display: block;
  font-size: 13px;
  color: #97419B;
  letter-spacing: .02em;
  margin-bottom: 8px
}

.ld_pg .exp_aside {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ld_pg .exp_img_box {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 9px 44px 0 #97419b21
}

.ld_pg .exp_img_box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld_pg .exp_img_box img.loaded {
  opacity: 1
}

.ld_pg .exp_img_box:hover img {
  filter: saturate(1.4) brightness(0.9)
}

.ld_pg .exp_note {
  background: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 13px;
  line-height: 1.6;
  color: #3a2d40;
  border-left: 3px solid #97419B;
  border-top: 1px solid #E8DDEE;
  box-shadow: -1px 2px 4px 0 #97419b14
}

@keyframes warmcool {
  0% {
    background-color: #f5f0f7
  }

  40% {
    background-color: #ede4f4
  }

  70% {
    background-color: #f0eef8
  }

  100% {
    background-color: #f5f0f7
  }
}

.ld_pg .rep_wrap {
  animation: warmcool 9s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

@media (max-width: 900px) {
  .ld_pg .t_block {
    grid-template-columns: 1fr;
    padding: 48px 24px 24px
  }

  .ld_pg .t_img_col img {
    height: 260px
  }

  .ld_pg .rep_inner {
    grid-template-columns: 1fr;
    padding: 0 24px
  }

  .ld_pg .rep_right {
    border-left: none;
    padding-left: 0
  }

  .ld_pg .voices_inner {
    padding: 0 24px
  }

  .ld_pg .voices_grid {
    grid-template-columns: 1fr
  }

  .ld_pg .env_inner {
    padding: 0 24px
  }

  .ld_pg .env_list {
    grid-template-columns: 1fr
  }

  .ld_pg .fit_inner {
    padding: 0 24px
  }

  .ld_pg .fit_cols {
    grid-template-columns: 1fr
  }

  .ld_pg .exp_inner {
    grid-template-columns: 1fr;
    padding: 0 24px
  }
}

@media (max-width: 600px) {
  .ld_pg .t_txt_col h1 {
    font-size: 37px
  }

  .ld_pg .rep_h,
  .ld_pg .voices_hd,
  .ld_pg .env_h,
  .ld_pg .fit_h,
  .ld_pg .exp_h {
    font-size: 37px
  }

  .ld_pg .btn_pri,
  .ld_pg .btn_sec {
    padding: 16px 24px
  }
}

.abt {
  background: #fff;
  overflow-x: clip
}

.abt .grad-text {
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt .pg-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}

.abt .tb {
  padding: 48px 0 0;
  background: #fff;
  position: relative
}

.abt .tb-grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}

.abt .tb-text {
  flex: 0 0 72%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 0;
  position: relative
}

.abt .tb-deco {
  position: absolute;
  top: 24px;
  left: -8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.abt .tb-deco span {
  display: block;
  width: 48px;
  height: 1px;
  background: #B592C5;
  opacity: .45
}

.abt .tb-deco span:nth-child(2) {
  width: 32px
}

.abt .tb-deco span:nth-child(3) {
  width: 20px
}

.abt .tb-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #97419B;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600
}

.abt .tb-h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1e1e2e;
  margin: 0 0 24px;
  font-weight: 700
}

.abt .tb-h1 .punct {
  color: #97419B;
  -webkit-text-fill-color: #97419B
}

.abt .tb-h1 .kw {
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt .tb-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a4a;
  max-width: 560px;
  letter-spacing: .01em
}

.abt .tb-img-col {
  flex: 0 0 calc(28% - 48px);
  position: relative;
  display: flex;
  align-items: stretch
}

.abt .tb-img-wrap {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

.abt .tb-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, #97419b2e 100%);
  pointer-events: none
}

.abt .tb-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1);
  filter: contrast(1.04) saturate(0.92)
}

.abt .tb-img-wrap img.loaded {
  opacity: 1
}

.abt .tb-shape {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 80px;
  height: 80px;
  border-radius: 48px;
  border: 2px solid #E8DDEE;
  pointer-events: none
}

.abt .tb-shape2 {
  position: absolute;
  top: 24px;
  right: -8px;
  width: 32px;
  height: 32px;
  border-radius: 48px;
  background: #E8DDEE;
  opacity: .5;
  pointer-events: none
}

.abt .tb-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: 0
}

.abt .tb-divider svg {
  display: block;
  width: 100%
}

.abt .tm {
  background: linear-gradient(160deg, #f7f3f9 0%, #fff 100%);
  padding: 48px 0;
  position: relative
}

.abt .tm-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start
}

.abt .tm-main h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1e1e2e;
  margin: 0 0 16px;
  font-weight: 700
}

.abt .tm-main h2 .kw {
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt .tm-main p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a3a4a;
  letter-spacing: .01em;
  margin: 0 0 24px
}

.abt .tm-portraits {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 8px
}

.abt .tm-portrait-card {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt .tm-portrait-img {
  width: 148px;
  height: 190px;
  border-radius: 48px;
  overflow: hidden;
  box-shadow: -1px 6px 20px 0 #97419b17
}

.abt .tm-portrait-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .tm-portrait-img img.loaded {
  opacity: 1
}

.abt .tm-portrait-name {
  font-size: 13px;
  font-weight: 600;
  color: #1e1e2e;
  letter-spacing: .01em
}

.abt .tm-portrait-role {
  font-size: 13px;
  color: #97419B;
  letter-spacing: .01em
}

.abt .tm-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt .tm-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.abt .tm-stat {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: -1px 2px 4px 0 #97419b14;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 2px solid #E8DDEE;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .tm-stat:hover {
  box-shadow: -1px 9px 44px 0 #97419b21
}

.abt .tm-stat-val {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .01em;
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt .tm-stat-lbl {
  font-size: 13px;
  color: #3a3a4a;
  line-height: 1.35;
  letter-spacing: .01em
}

.abt .tm-img-feature {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 6px 20px 0 #97419b17
}

.abt .tm-img-feature img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.0, 0, 0.2, 1)
}

.abt .tm-img-feature img.loaded {
  opacity: 1
}

.abt .tm-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.abt .tm-divider svg {
  display: block;
  width: 100%
}

.abt .ap {
  padding: 48px 0 64px;
  background: #fff
}

.abt .ap-top {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 48px
}

.abt .ap-text {
  flex: 0 0 58%
}

.abt .ap-text h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1e1e2e;
  font-weight: 700;
  margin: 0 0 16px
}

.abt .ap-text h2 .kw {
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt .ap-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a3a4a;
  letter-spacing: .01em;
  margin: 0 0 16px
}

.abt .ap-list {
  list-style: decimal;
  padding-left: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt .ap-list li {
  font-size: 14px;
  line-height: 1.6;
  color: #3a3a4a;
  letter-spacing: .01em
}

.abt .ap-list li strong {
  color: #97419B
}

.abt .ap-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt .ap-img-a {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 6px 20px 0 #97419b17
}

.abt .ap-img-a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .ap-img-a img.loaded {
  opacity: 1
}

.abt .ap-img-b {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 2px 4px 0 #97419b14
}

.abt .ap-img-b img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .ap-img-b img.loaded {
  opacity: 1
}

.abt .ap-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.abt .ap-card {
  background: linear-gradient(160deg, #f7f3f9 0%, #fff 100%);
  border-radius: 8px;
  padding: 24px;
  box-shadow: -1px 2px 4px 0 #97419b14;
  border-bottom: 2px solid #E8DDEE;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden
}

.abt .ap-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #97419B;
  transition: width .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .ap-card:hover::before {
  width: 100%
}

.abt .ap-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #B592C5;
  transition: width .28s cubic-bezier(0.0, 0, 0.2, 1)
}

.abt .ap-card:hover::after {
  width: 100%
}

.abt .ap-card h5 {
  font-size: 14px;
  font-weight: 700;
  color: #1e1e2e;
  letter-spacing: .01em;
  margin: 0;
  line-height: 1.35
}

.abt .ap-card p {
  font-size: 13px;
  color: #3a3a4a;
  line-height: 1.6;
  letter-spacing: .01em;
  margin: 0
}

.abt .ap-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float-icon 3.4s ease-in-out infinite
}

@keyframes float-icon {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-5px)
  }
}

.abt .ap-icon svg {
  width: 28px;
  height: 28px
}

@media (max-width: 900px) {
  .abt .tb-grid {
    flex-direction: column;
    gap: 24px
  }

  .abt .tb-text {
    flex: none;
    padding: 24px 0
  }

  .abt .tb-img-col {
    flex: none;
    height: 280px
  }

  .abt .tb-h1 {
    font-size: 37px
  }

  .abt .tm-grid {
    grid-template-columns: 1fr
  }

  .abt .ap-top {
    flex-direction: column;
    gap: 24px
  }

  .abt .ap-text {
    flex: none
  }

  .abt .ap-bottom {
    grid-template-columns: 1fr
  }
}

@media (max-width: 600px) {
  .abt .tb-h1 {
    font-size: 37px
  }

  .abt .tm-portraits {
    flex-direction: column
  }

  .abt .tm-metrics {
    grid-template-columns: 1fr
  }
}

.srvs {
  background: #fff;
  overflow-x: clip
}

.srvs .glow-anim {
  animation: border-glow 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes border-glow {
  0% {
    box-shadow: 0 0 0 0 #97419b21 -1px 2px 4px 0 #97419b14
  }

  100% {
    box-shadow: 0 0 16px 4px #97419b38 -1px 6px 20px 0 #97419b17
  }
}

@keyframes img-fade {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.srvs img {
  animation: img-fade .26s cubic-bezier(0.4, 0, 0.2, 1) both
}

.srvs .grad-txt {
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.srvs .wavy-top {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-bottom: -1px
}

.srvs .wavy-bot {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -1px
}

.srvs .ttl-blk {
  position: relative;
  padding: 48px 24px;
  background-color: #1b0e1d;
  overflow: hidden
}

.srvs .ttl-blk .atm-spot {
  position: absolute;
  border-radius: 48px;
  filter: blur(48px);
  opacity: .28;
  pointer-events: none
}

.srvs .ttl-blk .atm-spot.s1 {
  width: 320px;
  height: 200px;
  background: #97419B;
  top: -48px;
  left: -48px
}

.srvs .ttl-blk .atm-spot.s2 {
  width: 240px;
  height: 180px;
  background: #B592C5;
  bottom: -24px;
  right: 80px
}

.srvs .ttl-blk .ttl-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.srvs .ttl-blk .ttl-txt {
  flex: 1 1 0
}

.srvs .ttl-blk .ttl-txt h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #fff;
  margin-bottom: 16px
}

.srvs .ttl-blk .ttl-txt .slogan {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #E8DDEE;
  border-left: 3px solid #97419B;
  padding-left: 16px;
  font-style: italic;
  max-width: 520px
}

.srvs .ttl-blk .ttl-img-wrap {
  flex: 0 0 300px;
  position: relative
}

.srvs .ttl-blk .ttl-img-wrap img {
  width: 300px;
  height: 375px;
  object-fit: cover;
  object-position: center;
  border-radius: 48px;
  display: block
}

.srvs .ttl-blk .ttl-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 48px;
  background: linear-gradient(233deg, #97419b61, #e8ddee1f);
  mix-blend-mode: multiply;
  pointer-events: none
}

.srvs .srv-grid-sec {
  padding: 48px 24px;
  background: #fff;
  position: relative
}

.srvs .srv-grid-sec .srv-inner {
  max-width: 1280px;
  margin: 0 auto
}

.srvs .srv-grid-sec .sec-lbl {
  font-size: 13px;
  letter-spacing: .02em;
  color: #97419B;
  text-transform: uppercase;
  margin-bottom: 8px
}

.srvs .srv-grid-sec h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: .01em;
  margin-bottom: 24px;
  color: #1b0e1d
}

.srvs .srv-grid-sec .srv-cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.srvs .srv-grid-sec .srv-card {
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  border: 1.5px solid #E8DDEE;
  transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.srvs .srv-grid-sec .srv-card:hover {
  border-color: #B592C5;
  box-shadow: -1px 6px 20px 0 #b592c517
}

.srvs .srv-grid-sec .srv-card.dominant {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvs .srv-grid-sec .srv-card.dominant .card-img {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  overflow: hidden
}

.srvs .srv-grid-sec .srv-card.dominant .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.srvs .srv-grid-sec .srv-card h4 {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #1b0e1d;
  margin-bottom: 8px
}

.srvs .srv-grid-sec .srv-card p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3d2440;
  margin: 0
}

.srvs .srv-grid-sec .srv-card .tag-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px
}

.srvs .srv-grid-sec .srv-card .tag {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #97419B;
  background: #E8DDEE;
  border-radius: 8px;
  padding: 4px 8px
}

.srvs .srv-grid-sec .srv-card .price-row {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px
}

.srvs .srv-grid-sec .srv-card .price {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #97419B
}

.srvs .srv-grid-sec .srv-card .price-note {
  font-size: 13px;
  color: #7a5a80;
  letter-spacing: .01em
}

.srvs .srv-grid-sec .srv-card .enrol-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 24px;
  background: #97419B;
  color: #fff;
  font-size: 14px;
  letter-spacing: .02em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
  text-decoration: none
}

.srvs .srv-grid-sec .srv-card .enrol-btn:hover {
  filter: brightness(1.12);
  box-shadow: -1px 9px 44px 0 #97419b21
}

.srvs .srv-grid-sec .srv-card .enrol-btn:active {
  box-shadow: inset 0 2px 8px 0 #97419b2e
}

.srvs .exp-sec {
  padding: 48px 24px;
  position: relative;
  background-image: url(./project_gallery/IMG-00447.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed
}

.srvs .exp-sec .exp-overlay {
  position: absolute;
  inset: 0;
  background: #1b0e1dd6;
  pointer-events: none
}

.srvs .exp-sec .exp-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto
}

.srvs .exp-sec .exp-top {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 48px
}

.srvs .exp-sec .exp-top .exp-hd {
  flex: 1 1 0
}

.srvs .exp-sec h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #fff;
  margin-bottom: 16px
}

.srvs .exp-sec .exp-desc {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #E8DDEE;
  max-width: 480px
}

.srvs .exp-sec .exp-top .exp-stats {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvs .exp-sec .stat-item {
  border-radius: 8px;
  border: 1px solid #b592c547;
  padding: 16px;
  background: #97419b1f
}

.srvs .exp-sec .stat-item .stat-num {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #B592C5
}

.srvs .exp-sec .stat-item .stat-lbl {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #E8DDEE;
  margin-top: 8px
}

.srvs .exp-sec .inst-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.srvs .exp-sec .inst-card {
  flex: 1 1 220px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #b592c538;
  padding: 16px;
  background: #1b0e1d99;
  transition: border-color .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.srvs .exp-sec .inst-card:hover {
  border-color: #b592c58c
}

.srvs .exp-sec .inst-card .port-wrap {
  flex: 0 0 64px;
  width: 64px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #97419B
}

.srvs .exp-sec .inst-card .port-wrap img {
  width: 64px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 4/5
}

.srvs .exp-sec .inst-card .inst-info {
  flex: 1 1 0
}

.srvs .exp-sec .inst-card h5 {
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #fff;
  margin-bottom: 8px
}

.srvs .exp-sec .inst-card .role {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #B592C5;
  margin-bottom: 8px
}

.srvs .exp-sec .inst-card .bio {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #E8DDEE
}

.srvs .exp-sec .process-strip {
  margin-top: 48px;
  border-top: 1px solid #b592c538;
  padding-top: 24px
}

.srvs .exp-sec .process-strip h3 {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #B592C5;
  margin-bottom: 16px
}

.srvs .exp-sec .steps-list {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  list-style: decimal;
  padding-left: 24px
}

.srvs .exp-sec .steps-list li {
  flex: 1 1 180px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #E8DDEE
}

.srvs .exp-sec .steps-list li strong {
  display: block;
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px
}

@media (max-width: 900px) {
  .srvs .ttl-blk .ttl-inner {
    flex-direction: column;
    gap: 24px
  }

  .srvs .ttl-blk .ttl-txt h1 {
    font-size: 37px
  }

  .srvs .ttl-blk .ttl-img-wrap {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: center
  }

  .srvs .ttl-blk .ttl-img-wrap img {
    width: 220px;
    height: 275px
  }

  .srvs .srv-grid-sec .srv-cols {
    grid-template-columns: 1fr
  }

  .srvs .srv-grid-sec .srv-card.dominant {
    grid-row: span 1
  }

  .srvs .exp-sec .exp-top {
    flex-direction: column;
    gap: 24px
  }

  .srvs .exp-sec .exp-top .exp-stats {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
  }

  .srvs .exp-sec .stat-item {
    flex: 1 1 120px
  }

  .srvs .exp-sec .steps-list {
    flex-direction: column
  }
}

@media (max-width: 600px) {
  .srvs .ttl-blk .ttl-txt h1 {
    font-size: 37px
  }

  .srvs .srv-grid-sec h2,
  .srvs .exp-sec h2 {
    font-size: 37px
  }

  .srvs .exp-sec .inst-row {
    flex-direction: column
  }
}

.arc_pg {
  background: #fff;
  overflow-x: clip
}

.arc_pg .lim {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.arc_pg .grad_txt {
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.arc_pg .pg_lead {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #f4eef7;
  position: relative;
  overflow: hidden
}

.arc_pg .pg_lead::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 8px, #97419b0f 8px, #97419b0f 10px);
  pointer-events: none
}

.arc_pg .pg_lead_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.arc_pg .pg_lead_txt {
  flex: 1 1 0
}

.arc_pg .pg_lead_txt h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: .01em;
  font-weight: 700;
  margin-bottom: 16px;
  color: #2a1030
}

.arc_pg .pg_lead_txt p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3d2248;
  max-width: 520px;
  margin-bottom: 0
}

.arc_pg .pg_lead_img {
  flex: 0 0 380px;
  position: relative
}

.arc_pg .pg_lead_img img {
  width: 380px;
  height: 380px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  opacity: 0;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(40%) sepia(30%) hue-rotate(0deg) saturate(1.4);
  box-shadow: -1px 9px 44px 0 #97419b21
}

.arc_pg .pg_lead_img img.loaded {
  opacity: 1
}

.arc_pg .pg_lead_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(233deg, #97419b2e, #e8ddee1a);
  border-radius: 8px;
  pointer-events: none
}

.arc_pg .divider_torn {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0
}

.arc_pg .divider_torn svg {
  display: block;
  width: 100%
}

.arc_pg .posts_area {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #fff
}

.arc_pg .posts_area h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .01em;
  color: #2a1030;
  margin-bottom: 24px
}

.arc_pg .card_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.arc_pg .post_card {
  border-radius: 8px;
  border: 1px solid #e8ddee;
  background: #fff;
  box-shadow: -1px 2px 4px 0 #97419b14;
  transition: box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.arc_pg .post_card:hover {
  box-shadow: -1px 9px 44px 0 #97419b21;
  transform: translateY(-4px)
}

.arc_pg .post_card_tag {
  display: inline-block;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #97419B;
  background: #f4eef7;
  border-radius: 48px;
  padding: 4px 12px;
  margin-bottom: 8px;
  font-weight: 600
}

.arc_pg .post_card_body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 8px
}

.arc_pg .post_card_body h3 {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .01em;
  color: #2a1030;
  margin: 0
}

.arc_pg .post_card_body h4 {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: .01em;
  color: #97419B;
  margin: 0
}

.arc_pg .post_card_body p {
  font-size: 14px;
  line-height: 1.6;
  color: #3d2248;
  margin: 0;
  flex: 1 1 auto
}

.arc_pg .post_meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  border-top: 1px solid #e8ddee;
  font-size: 13px;
  line-height: 1.35;
  color: #7a5a85;
  letter-spacing: .01em
}

.arc_pg .post_meta .m_author {
  font-weight: 600;
  color: #3d2248;
  flex: 1 1 auto
}

.arc_pg .post_meta .m_date {
  white-space: nowrap
}

.arc_pg .post_meta .m_views,
.arc_pg .post_meta .m_likes {
  white-space: nowrap
}

.arc_pg .post_card_lnk {
  display: block;
  margin: 0 16px 16px;
  text-align: center;
  background: #97419B;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .01em;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: filter .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.arc_pg .post_card_lnk:hover {
  filter: brightness(1.12)
}

.arc_pg .milestone_sec {
  background: #2a1030;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden
}

.arc_pg .milestone_sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 8px, #b592c512 8px, #b592c512 10px);
  pointer-events: none
}

.arc_pg .milestone_sec h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .01em;
  color: #e8ddee;
  margin-bottom: 48px;
  text-align: center
}

.arc_pg .milestone_track {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  position: relative
}

.arc_pg .milestone_track::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #97419B, #B592C5, #E8DDEE)
}

.arc_pg .ms_item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1
}

.arc_pg .ms_dot {
  width: 56px;
  height: 56px;
  border-radius: 48px;
  background: #97419B;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 6px 20px 0 #97419b17;
  flex-shrink: 0
}

.arc_pg .ms_dot svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.arc_pg .ms_info {
  text-align: center
}

.arc_pg .ms_date {
  font-size: 13px;
  line-height: 1.35;
  color: #B592C5;
  letter-spacing: .02em;
  margin-bottom: 8px
}

.arc_pg .ms_label {
  font-size: 14px;
  line-height: 1.35;
  color: #e8ddee;
  font-weight: 600;
  letter-spacing: .01em;
  margin-bottom: 8px
}

.arc_pg .ms_desc {
  font-size: 13px;
  line-height: 1.6;
  color: #B592C5;
  letter-spacing: .01em
}

.arc_pg .featured_sec {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #f4eef7
}

.arc_pg .featured_sec h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .01em;
  color: #2a1030;
  margin-bottom: 24px
}

.arc_pg .feat_cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 6px 20px 0 #97419b17
}

.arc_pg .feat_col {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.arc_pg .feat_col.fc_a {
  background: #97419B
}

.arc_pg .feat_col.fc_b {
  background: #B592C5
}

.arc_pg .feat_col.fc_c {
  background: #E8DDEE
}

.arc_pg .feat_col h3 {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0
}

.arc_pg .feat_col.fc_a h3,
.arc_pg .feat_col.fc_b h3 {
  color: #fff
}

.arc_pg .feat_col.fc_c h3 {
  color: #2a1030
}

.arc_pg .feat_col p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .01em;
  margin: 0
}

.arc_pg .feat_col.fc_a p,
.arc_pg .feat_col.fc_b p {
  color: #f4eef7
}

.arc_pg .feat_col.fc_c p {
  color: #3d2248
}

.arc_pg .feat_num {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .01em
}

.arc_pg .feat_col.fc_a .feat_num,
.arc_pg .feat_col.fc_b .feat_num {
  color: #fff
}

.arc_pg .feat_col.fc_c .feat_num {
  color: #97419B
}

.arc_pg .topics_sec {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #fff
}

.arc_pg .topics_sec h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .01em;
  color: #2a1030;
  margin-bottom: 24px
}

.arc_pg .topics_row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start
}

.arc_pg .topics_list {
  flex: 1 1 0
}

.arc_pg .topics_list ol {
  list-style: decimal;
  padding-left: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.arc_pg .topics_list ol li {
  font-size: 14px;
  line-height: 1.6;
  color: #3d2248;
  letter-spacing: .01em;
  animation: seq_reveal .26s cubic-bezier(0.0, 0, 0.2, 1) both
}

.arc_pg .topics_list ol li:nth-child(1) {
  animation-delay: .04s
}

.arc_pg .topics_list ol li:nth-child(2) {
  animation-delay: .08s
}

.arc_pg .topics_list ol li:nth-child(3) {
  animation-delay: .12s
}

.arc_pg .topics_list ol li:nth-child(4) {
  animation-delay: .16s
}

.arc_pg .topics_list ol li:nth-child(5) {
  animation-delay: .2s
}

.arc_pg .topics_list ol li:nth-child(6) {
  animation-delay: .24s
}

@keyframes seq_reveal {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.arc_pg .topics_list ol li strong {
  color: #2a1030;
  font-weight: 600
}

.arc_pg .topics_aside {
  flex: 0 0 320px;
  background: #f4eef7;
  border-radius: 8px;
  padding: 24px;
  border-left: 4px solid #97419B;
  border-top: 1px solid #e8ddee;
  border-right: 1px solid #e8ddee;
  border-bottom: 1px solid #e8ddee;
  box-shadow: -1px 2px 4px 0 #97419b14
}

.arc_pg .topics_aside h4 {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: #2a1030;
  letter-spacing: .01em;
  margin-bottom: 16px
}

.arc_pg .topics_aside p {
  font-size: 14px;
  line-height: 1.6;
  color: #3d2248;
  letter-spacing: .01em;
  margin-bottom: 16px
}

.arc_pg .topics_aside a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: #fff;
  background: #97419B;
  border-radius: 8px;
  padding: 8px 16px;
  text-decoration: none;
  transition: filter .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.arc_pg .topics_aside a:hover {
  filter: brightness(1.12)
}

@media (max-width: 900px) {
  .arc_pg .pg_lead_row {
    flex-direction: column
  }

  .arc_pg .pg_lead_img {
    flex: 0 0 auto
  }

  .arc_pg .pg_lead_img img {
    width: 100%;
    height: 260px
  }

  .arc_pg .card_grid {
    grid-template-columns: 1fr 1fr
  }

  .arc_pg .feat_cols {
    grid-template-columns: 1fr
  }

  .arc_pg .milestone_track {
    flex-direction: column;
    gap: 24px
  }

  .arc_pg .milestone_track::before {
    display: none
  }

  .arc_pg .topics_row {
    flex-direction: column
  }

  .arc_pg .topics_aside {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (max-width: 600px) {
  .arc_pg .card_grid {
    grid-template-columns: 1fr
  }

  .arc_pg .pg_lead_txt h1 {
    font-size: 37px
  }
}

.cnt-us {
  max-width: 100%;
  overflow-x: hidden
}

.cnt-us .pg-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}

.cnt-us .grad-text {
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.cnt-us .divider-dot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px
}

.cnt-us .divider-dot span {
  width: 5px;
  height: 5px;
  border-radius: 48px;
  background: #97419B;
  flex-shrink: 0
}

.cnt-us .divider-dot hr {
  flex: 1;
  border: none;
  border-top: 1px solid #B592C5;
  margin: 0
}

.cnt-us .split-band {
  background: #1a0a1e;
  padding: 48px 0 0;
  position: relative
}

.cnt-us .split-band::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1px dashed #b592c540;
  border-radius: 8px;
  pointer-events: none
}

.cnt-us .split-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px 48px
}

.cnt-us .split-left {
  flex: 0 0 420px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px
}

.cnt-us .split-left .eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  color: #B592C5;
  text-transform: uppercase;
  line-height: 1.35
}

.cnt-us .split-left h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #fff;
  margin: 0
}

.cnt-us .split-left .decl {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffffa6;
  letter-spacing: .01em;
  margin: 0
}

.cnt-us .geo-shape {
  width: 64px;
  height: 64px;
  border: 1px solid #b592c52e;
  border-radius: 8px;
  transform: rotate(22deg);
  opacity: .35;
  flex-shrink: 0
}

.cnt-us .geo-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 8px
}

.cnt-us .geo-sm {
  width: 32px;
  height: 32px;
  border: 1px solid #97419b4d;
  border-radius: 8px;
  transform: rotate(-12deg);
  opacity: .4
}

.cnt-us .contact-facts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px
}

.cnt-us .fact-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-left: 2px solid #97419B;
  border-top: 1px solid #b592c526;
  padding: 8px 0 8px 16px;
  border-radius: 0 8px 8px 0
}

.cnt-us .fact-label {
  font-size: 13px;
  color: #B592C5;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.35
}

.cnt-us .fact-val {
  font-size: 14px;
  color: #ffffffd9;
  line-height: 1.35;
  letter-spacing: .01em
}

.cnt-us .fact-val a {
  color: #ffffffd9;
  text-decoration: none !important;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.cnt-us .fact-val a:hover {
  color: #E8DDEE
}

.cnt-us .split-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0
}

.cnt-us .img-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 320px;
  box-shadow: -1px 9px 44px 0 #97419b21
}

.cnt-us .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .26s cubic-bezier(0.4, 0, 0.2, 1);
  display: block
}

.cnt-us .img-frame img.loaded {
  opacity: 1
}

.cnt-us .img-frame::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, #1a0a1ed9, transparent);
  pointer-events: none
}

.cnt-us .mask-reveal {
  animation: maskExpand .26s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

@keyframes maskExpand {
  from {
    clip-path: inset(0 50% 0 50% round 8px);
    opacity: .4
  }

  to {
    clip-path: inset(0 0% 0 0% round 8px);
    opacity: 1
  }
}

.cnt-us .form-band {
  background: #f5f0f7;
  padding: 48px 0
}

.cnt-us .form-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.cnt-us .form-meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 24px
}

.cnt-us .form-meta h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: .01em;
  margin: 0;
  background: linear-gradient(233deg, #97419B, #B592C5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.cnt-us .form-meta p {
  font-size: 14px;
  line-height: 1.6;
  color: #3d2040;
  letter-spacing: .01em;
  margin: 0
}

.cnt-us .form-card {
  background: #fff;
  border-radius: 8px;
  padding: 48px;
  box-shadow: -1px 6px 20px 0 #97419b17;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cnt-us .field-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cnt-us .field-row label {
  font-size: 13px;
  color: #3d2040;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.35;
  font-weight: 600
}

.cnt-us .field-row input[type="email"] {
  width: 100%;
  padding: 16px;
  border: 1px solid #d4b8dc;
  border-radius: 8px;
  font-size: 14px;
  color: #1e0d22;
  background: #faf7fb;
  line-height: 1.35;
  letter-spacing: .01em;
  transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  outline: none
}

.cnt-us .field-row input[type="email"]:focus {
  border-color: #97419B;
  box-shadow: -1px 2px 4px 0 #97419b14
}

.cnt-us .field-row input[type="email"]::placeholder {
  font-size: 13px;
  color: #a08aaa
}

.cnt-us .rating-label {
  font-size: 13px;
  color: #3d2040;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 8px;
  display: block
}

.cnt-us .rating-group {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.cnt-us .rating-group input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none
}

.cnt-us .rating-group label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #d4b8dc;
  border-radius: 8px;
  font-size: 16px;
  color: #7a5585;
  cursor: pointer;
  background: #faf7fb;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0
}

.cnt-us .rating-group label:hover {
  background: #E8DDEE;
  border-color: #97419B;
  color: #3d2040
}

.cnt-us .rating-group input[type="radio"]:checked+label {
  background: #97419B;
  border-color: #97419B;
  color: #fff;
  box-shadow: inset -1px 2px 4px 0 #97419b33
}

.cnt-us .rating-hint {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
  color: #a08aaa;
  letter-spacing: .01em;
  margin-top: 8px
}

.cnt-us .topic-label {
  font-size: 13px;
  color: #3d2040;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.35;
  font-weight: 600;
  display: block;
  margin-bottom: 8px
}

.cnt-us .topic-opts {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.cnt-us .topic-opts input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none
}

.cnt-us .topic-opts label {
  padding: 8px 16px;
  border: 1px solid #d4b8dc;
  border-radius: 48px;
  font-size: 13px;
  color: #7a5585;
  cursor: pointer;
  background: #faf7fb;
  transition: background .24s cubic-bezier(0.4, 0, 0.2, 1), border-color .24s cubic-bezier(0.4, 0, 0.2, 1), color .24s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: none;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.35
}

.cnt-us .topic-opts label:hover {
  background: #E8DDEE;
  border-color: #97419B;
  color: #3d2040
}

.cnt-us .topic-opts input[type="radio"]:checked+label {
  background: #97419B;
  border-color: #97419B;
  color: #fff;
  box-shadow: inset -1px 2px 4px 0 #97419b33
}

.cnt-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.cnt-us .privacy-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #97419B;
  margin-top: 2px;
  cursor: pointer
}

.cnt-us .privacy-row span {
  font-size: 13px;
  color: #5a3d60;
  line-height: 1.6;
  letter-spacing: .01em
}

.cnt-us .privacy-row a {
  color: #97419B;
  text-decoration: underline !important;
  text-decoration-color: #97419b66 !important;
  transition: text-decoration-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cnt-us .privacy-row a:hover {
  text-decoration-color: #97419B !important
}

.cnt-us .submit-btn {
  padding: 16px 48px;
  background: #97419B;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 1.35;
  cursor: pointer;
  align-self: flex-start;
  transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -1px 2px 4px 0 #97419b14
}

.cnt-us .submit-btn:hover {
  filter: brightness(1.12);
  box-shadow: -1px 6px 20px 0 #97419b2e
}

.cnt-us .submit-btn:active {
  filter: brightness(0.95);
  box-shadow: inset -1px 2px 4px 0 #97419b33
}

.cnt-us .submit-btn:focus-visible {
  outline: 2px solid #97419B;
  outline-offset: 3px
}

.cnt-us .hover-reveal {
  position: relative;
  overflow: hidden;
  border-radius: 8px
}

.cnt-us .hover-reveal .reveal-inner {
  clip-path: inset(0 100% 0 0 round 8px);
  transition: clip-path .28s cubic-bezier(0.0, 0, 0.2, 1);
  background: #97419b14;
  padding: 16px;
  border-radius: 8px
}

.cnt-us .hover-reveal:hover .reveal-inner {
  clip-path: inset(0 0% 0 0 round 8px)
}

@media (max-width: 900px) {
  .cnt-us .split-inner {
    flex-direction: column;
    padding: 0 24px 48px;
    gap: 24px
  }

  .cnt-us .split-left {
    flex: none
  }

  .cnt-us .form-grid {
    grid-template-columns: 1fr;
    padding: 0 24px;
    gap: 24px
  }

  .cnt-us .form-meta {
    position: static
  }

  .cnt-us .form-card {
    padding: 24px
  }
}

@media (max-width: 600px) {
  .cnt-us .split-left h1 {
    font-size: 37px
  }

  .cnt-us .form-meta h2 {
    font-size: 37px
  }

  .cnt-us .split-inner {
    padding: 0 16px 48px
  }

  .cnt-us .form-grid {
    padding: 0 16px
  }

  .cnt-us .form-card {
    padding: 16px
  }
}

.success_pg {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: #fff
}

.success_pg .card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: -1px 6px 20px 0 #97419b17;
  padding: 48px;
  text-align: center
}

.success_pg .card .icon_wrap {
  width: 64px;
  height: 64px;
  border-radius: 48px;
  background: #E8DDEE;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px
}

.success_pg .card .icon_wrap svg {
  display: block
}

.success_pg .card .heading {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .01em;
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 16px
}

.success_pg .card .msg {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3d2040;
  margin: 0 0 8px
}

.success_pg .card .sub_msg {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #6e5275;
  margin: 0 0 48px
}

.success_pg .card .divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(233deg, #B592C5, #E8DDEE);
  border-radius: 8px;
  margin: 0 auto 48px
}

.success_pg .card .meta {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #8a6e90;
  margin: 0 0 24px
}

.success_pg .card .meta span {
  color: #97419B;
  font-weight: 600
}

.success_pg .card .btn_home {
  display: inline-block;
  padding: 16px 48px;
  background: #97419B;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.35;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -1px 2px 4px 0 #97419b14
}

.success_pg .card .btn_home:hover {
  filter: brightness(1.12)
}

.success_pg .card .btn_home:focus {
  outline: 2px solid #97419B;
  outline-offset: 3px
}

.success_pg .card .btn_home:active {
  box-shadow: inset -1px 2px 4px 0 #97419b2e;
  filter: brightness(0.97)
}