*,
::before,
::after {
  box-sizing: border-box
}

html {
  font-size: 100%
}

body {
  margin: 0
}

.hd-announce-bar {
  background: #7C54A2;
  padding: 6px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px
}

.hd-announce-bar .ann-text {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  font-weight: 300;
  color: #F5F5F5;
  line-height: 1.5;
  letter-spacing: 0
}

.hd-announce-bar .ann-badge {
  background: #F8C0BE;
  color: #3a1f5c;
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 12px;
  border-radius: 2px;
  white-space: nowrap
}

.hd-identity-row {
  background: linear-gradient(135deg, #3a1f5c 0%, #7C54A2 60%, #9b72c4 100%);
  padding: 24px 24px 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.hd-logo-pod {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border: 3px solid #F8C0BE;
  border-radius: 4px;
  background: #fff;
  box-shadow: -1px 6px 28px 0 #7c54a21c;
  flex-shrink: 0
}

.hd-logo-pod img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
  display: block
}

.hd-nav-row {
  background: linear-gradient(90deg, #7C54A2 0%, #5c3580 100%);
  padding: 0 24px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 2px solid #f8c0be59
}

.hd-nav-row nav {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  flex: 1
}

.hd-nav-row nav a {
  font-family: 'IBM Plex Serif', serif;
  font-size: 15px;
  font-weight: 400;
  color: #F5F5F5;
  text-decoration: none;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-right: 1px solid #f8c0be2e;
  line-height: 1.3;
  transition: background-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 44px
}

.hd-nav-row nav a:first-child {
  border-left: 1px solid #f8c0be2e
}

.hd-nav-row nav a:hover {
  background-color: #f8c0be26;
  color: #F8C0BE
}

.hd-nav-row nav a:focus {
  outline: 2px solid #F8C0BE;
  outline-offset: -2px;
  transform: scale(1.02)
}

.hd-nav-row nav a .nav-icon {
  font-size: 13px;
  opacity: .75
}

.hd-nav-row nav a.active-pg {
  background-color: #f8c0be38;
  color: #F8C0BE;
  font-weight: 600
}

.ft-upper {
  background: #2a1245;
  padding: 48px 24px 24px
}

.ft-upper-deck {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: flex-start;
  flex-wrap: wrap
}

.ft-brand-cell {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 180px;
  flex: 0 0 auto
}

.ft-logo-pod {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 2px solid #F8C0BE;
  border-radius: 4px;
  background: #fff;
  box-shadow: -1px 3px 3px 0 #7c54a20f
}

.ft-logo-pod img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  object-position: center;
  display: block
}

.ft-brand-name {
  font-family: 'IBM Plex Serif', serif;
  font-size: 21px;
  font-weight: 700;
  color: #F5F5F5;
  line-height: 1.3
}

.ft-brand-tagline {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  font-weight: 300;
  color: #f5f5f5a6;
  line-height: 1.7;
  margin-top: -12px
}

.ft-links-cell {
  flex: 1;
  display: flex;
  gap: 48px;
  flex-wrap: wrap
}

.ft-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 160px
}

.ft-col-label {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  font-weight: 600;
  color: #F8C0BE;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #f8c0be40
}

.ft-col a {
  font-family: 'IBM Plex Serif', serif;
  font-size: 15px;
  font-weight: 300;
  color: #f5f5f5cc;
  text-decoration: none;
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .6s ease
}

.ft-col a:hover {
  color: #F8C0BE
}

.ft-col a:focus {
  outline: 2px solid #F8C0BE;
  outline-offset: 2px;
  border-radius: 2px;
  transform: scale(1.02)
}

.ft-col a i {
  font-size: 13px;
  opacity: .6
}

.ft-contact-cell {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 200px
}

.ft-contact-label {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  font-weight: 600;
  color: #F8C0BE;
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid #f8c0be40
}

.ft-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 6px
}

.ft-contact-item i {
  font-size: 13px;
  color: #F8C0BE;
  margin-top: 3px;
  flex-shrink: 0
}

.ft-contact-item a,
.ft-contact-item span {
  font-family: 'IBM Plex Serif', serif;
  font-size: 15px;
  font-weight: 300;
  color: #f5f5f5cc;
  text-decoration: none;
  line-height: 1.7;
  transition: color .6s ease
}

.ft-contact-item a:hover {
  color: #F8C0BE
}

.ft-contact-item a:focus {
  outline: 2px solid #F8C0BE;
  outline-offset: 2px;
  border-radius: 2px;
  transform: scale(1.02)
}

.ft-lower {
  background: #1a0a33;
  padding: 24px;
  border-top: 1px solid #7c54a266
}

.ft-lower-deck {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.ft-legal-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap
}

.ft-legal-links a {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  font-weight: 400;
  color: #f5f5f58c;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1.5;
  transition: color .5s ease
}

.ft-legal-links a:hover {
  color: #F8C0BE
}

.ft-legal-links a:focus {
  outline: 2px solid #F8C0BE;
  outline-offset: 2px;
  border-radius: 2px;
  transform: scale(1.02)
}

.ft-copy {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  font-weight: 300;
  color: #f5f5f566;
  line-height: 1.5
}

.ck-strip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: #2a1245;
  border-bottom: 2px solid #7C54A2;
  box-shadow: -1px 6px 28px 0 #7c54a21c;
  display: none;
  opacity: 0;
  transition: opacity .22s ease
}

.ck-strip.visible {
  opacity: 1
}

.ck-strip-deck {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.ck-strip-text {
  flex: 1;
  min-width: 200px
}

.ck-strip-text .ck-desc {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  font-weight: 300;
  color: #f5f5f5cc;
  line-height: 1.5
}

.ck-strip-text .ck-headline {
  font-family: 'IBM Plex Serif', serif;
  font-size: 15px;
  font-weight: 600;
  color: #F5F5F5;
  line-height: 1.3;
  margin-top: 6px
}

.ck-strip-text .ck-uses {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  font-weight: 300;
  color: #f5f5f5a6;
  line-height: 1.5;
  margin-top: 6px;
  padding-left: 12px
}

.ck-strip-text .ck-uses li {
  margin-bottom: 2px
}

.ck-strip-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0
}

.ck-strip-actions .ck-accept {
  font-family: 'IBM Plex Serif', serif;
  font-size: 15px;
  font-weight: 600;
  color: #F8C0BE;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 6px 0;
  min-height: 44px;
  transition: color .5s ease
}

.ck-strip-actions .ck-accept:hover {
  color: #fff
}

.ck-strip-actions .ck-accept:focus {
  outline: 2px solid #F8C0BE;
  outline-offset: 2px;
  transform: scale(1.02)
}

.ck-strip-actions .ck-decline {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  font-weight: 300;
  color: #f5f5f580;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 6px 0;
  min-height: 44px;
  transition: color .5s ease
}

.ck-strip-actions .ck-decline:hover {
  color: #f5f5f5d9
}

.ck-strip-actions .ck-decline:focus {
  outline: 2px solid #F8C0BE;
  outline-offset: 2px;
  transform: scale(1.02)
}

.ck-mini {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 2000;
  background: #2a1245;
  border: 1px solid #7C54A2;
  border-radius: 4px;
  box-shadow: -1px 6px 28px 0 #7c54a224;
  display: none;
  opacity: 0;
  transition: opacity .5s ease
}

.ck-mini.visible {
  opacity: 1
}

.ck-mini-btn {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  font-weight: 400;
  color: #f5f5f5b3;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 12px;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .5s ease;
  border-radius: 4px
}

.ck-mini-btn:hover {
  color: #F8C0BE
}

.ck-mini-btn:focus {
  outline: 2px solid #F8C0BE;
  outline-offset: 2px;
  transform: scale(1.02)
}

.ck-mini-btn i {
  font-size: 13px
}

@media (max-width: 992px) {
  .hd-nav-row nav a {
    font-size: 13px;
    padding: 12px
  }

  .ft-upper-deck {
    gap: 24px
  }

  .ft-links-cell {
    gap: 24px
  }
}

@media (max-width: 576px) {
  .hd-announce-bar {
    flex-direction: column;
    gap: 6px;
    text-align: center
  }

  .hd-identity-row {
    justify-content: center;
    padding: 24px 24px 12px
  }

  .hd-nav-row nav a {
    font-size: 13px;
    padding: 12px 6px
  }

  .ft-upper-deck {
    flex-direction: column;
    gap: 24px
  }

  .ft-links-cell {
    flex-direction: column;
    gap: 24px
  }

  .ft-lower-deck {
    flex-direction: column;
    align-items: flex-start
  }

  .ck-strip-deck {
    flex-direction: column;
    align-items: flex-start
  }
}

.plwl-doc-area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
  background: #fff
}

.plwl-doc-area p {
  font-size: 15px;
  line-height: 1.7;
  color: #2a2a2a;
  margin-bottom: 24px
}

.plwl-doc-area ul,
.plwl-doc-area ol {
  margin: 0 0 24px;
  padding-left: 24px
}

.plwl-doc-area ul {
  list-style: disc
}

.plwl-doc-area ol {
  list-style: decimal
}

.plwl-doc-area li {
  font-size: 15px;
  line-height: 1.7;
  color: #2a2a2a;
  margin-bottom: 6px;
  padding-left: 6px
}

.plwl-doc-area li:last-child {
  margin-bottom: 0
}

.plwl-doc-area ul ul,
.plwl-doc-area ol ol,
.plwl-doc-area ul ol,
.plwl-doc-area ol ul {
  margin-top: 6px;
  margin-bottom: 6px
}

.plwl-doc-area em,
.plwl-doc-area i {
  font-style: italic;
  color: inherit
}

.plwl-doc-area a {
  color: #7C54A2;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), text-decoration-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.plwl-doc-area a:hover {
  color: #5a3a7a;
  text-decoration-color: #F8C0BE
}

.plwl-doc-area a:focus-visible {
  outline: 2px solid #7C54A2;
  outline-offset: 2px;
  border-radius: 2px
}

.plwl-doc-area table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 15px;
  box-shadow: -1px 3px 3px 0 #7c54a20f -1px 6px 28px 0 #7c54a21c;
  border-radius: 4px;
  overflow: hidden
}

.plwl-doc-area thead {
  background: #F5F5F5
}

.plwl-doc-area thead tr {
  border-bottom: 2px solid #7C54A2
}

.plwl-doc-area tbody tr {
  border-bottom: 1px solid #ece6f4;
  transition: background .5s ease
}

.plwl-doc-area tbody tr:last-child {
  border-bottom: none
}

.plwl-doc-area tbody tr:hover {
  background: #fdf9ff
}

.plwl-doc-area th {
  font-size: 13px;
  line-height: 1.3;
  color: #3d2260;
  font-weight: 700;
  text-align: left;
  padding: 12px 24px;
  letter-spacing: 0
}

.plwl-doc-area td {
  font-size: 15px;
  line-height: 1.5;
  color: #2a2a2a;
  padding: 12px 24px;
  vertical-align: top
}

.plwl-doc-area div {
  margin-bottom: 24px
}

@media (max-width: 992px) {
  .plwl-doc-area {
    padding: 48px 24px
  }

  .plwl-doc-area table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 576px) {
  .plwl-doc-area {
    padding: 24px 12px
  }

  .plwl-doc-area p,
  .plwl-doc-area li {
    font-size: 15px;
    line-height: 1.7
  }

  .plwl-doc-area th,
  .plwl-doc-area td {
    padding: 12px;
    font-size: 13px
  }

  .plwl-doc-area ul,
  .plwl-doc-area ol {
    padding-left: 24px
  }
}

.lrn-prog {
  width: 100%;
  overflow-x: hidden
}

.lrn-prog .prog-hero {
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #F5F5F5;
  border-bottom: 1px solid #e8e0f0
}

.lrn-prog .prog-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #7C54A2, transparent)
}

.lrn-prog .hero-img-wrap {
  width: 320px;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
  opacity: .45;
  box-shadow: -1px 6px 28px 0 #7c54a21c;
  margin-bottom: 24px
}

.lrn-prog .hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.lrn-prog .hero-label {
  display: inline-block;
  background: #7C54A2;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 24px
}

.lrn-prog .hero-h {
  font-size: 50px;
  line-height: 1.1;
  color: #1b0f2e;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  text-shadow: 1px 2px 0 #7c54a21a
}

.lrn-prog .prog-detail {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 48px;
  align-items: start
}

.lrn-prog .detail-opener {
  background: linear-gradient(to bottom, #7c54a212, transparent);
  border-left: 3px solid #7C54A2;
  border-radius: 2px;
  padding: 24px;
  margin-bottom: 24px
}

.lrn-prog .detail-opener p {
  font-size: 17px;
  line-height: 1.7;
  color: #1b0f2e;
  margin: 0
}

.lrn-prog .detail-h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #1b0f2e;
  margin: 0 0 12px;
  text-shadow: 0 1px 0 #7c54a214
}

.lrn-prog .detail-body {
  font-size: 15px;
  line-height: 1.7;
  color: #2e2040;
  margin: 0 0 24px
}

.lrn-prog .module-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  counter-reset: mod-counter
}

.lrn-prog .module-list li {
  counter-increment: mod-counter;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #7c54a21f;
  padding: 12px 0;
  font-size: 15px;
  line-height: 1.5;
  color: #2e2040;
  opacity: 0;
  animation: mod-appear .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.lrn-prog .module-list li:nth-child(1) {
  animation-delay: .1s
}

.lrn-prog .module-list li:nth-child(2) {
  animation-delay: .25s
}

.lrn-prog .module-list li:nth-child(3) {
  animation-delay: .4s
}

.lrn-prog .module-list li:nth-child(4) {
  animation-delay: .55s
}

.lrn-prog .module-list li:nth-child(5) {
  animation-delay: .7s
}

.lrn-prog .module-list li:nth-child(6) {
  animation-delay: .85s
}

@keyframes mod-appear {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

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

.lrn-prog .mod-text {
  flex: 1;
  padding-right: 12px
}

.lrn-prog .mod-num {
  font-size: 13px;
  color: #7C54A2;
  font-weight: 700;
  white-space: nowrap
}

.lrn-prog .detail-aside {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrn-prog .aside-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 6px 28px 0 #7c54a21c
}

.lrn-prog .aside-card-h {
  font-size: 15px;
  line-height: 1.3;
  color: #7C54A2;
  font-weight: 700;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .04em
}

.lrn-prog .aside-stat {
  font-size: 38px;
  line-height: 1.1;
  color: #1b0f2e;
  font-weight: 700;
  display: block;
  margin-bottom: 6px
}

.lrn-prog .aside-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #5a4a72;
  margin: 0
}

.lrn-prog .aside-tag-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px
}

.lrn-prog .aside-tag {
  background: #F8C0BE;
  color: #1b0f2e;
  font-size: 13px;
  line-height: 1.3;
  padding: 6px 12px;
  border-radius: 4px
}

.lrn-prog .prog-deep {
  background: #1b0f2e;
  padding: 48px 24px;
  position: relative;
  overflow: hidden
}

.lrn-prog .prog-deep::after {
  content: '';
  position: absolute;
  top: -48px;
  right: -48px;
  width: 260px;
  height: 260px;
  background: #7c54a221;
  border-radius: 20px;
  transform: rotate(22deg);
  pointer-events: none
}

.lrn-prog .deep-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.lrn-prog .deep-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px
}

.lrn-prog .deep-divider-line {
  width: 32px;
  height: 2px;
  background: #7C54A2;
  border-radius: 2px
}

.lrn-prog .deep-divider-gap {
  flex: 1
}

.lrn-prog .deep-divider-line-r {
  width: 32px;
  height: 2px;
  background: #7C54A2;
  border-radius: 2px
}

.lrn-prog .deep-h2 {
  font-size: 38px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 24px;
  text-shadow: 0 2px 8px #7c54a24d
}

.lrn-prog .deep-body {
  font-size: 15px;
  line-height: 1.7;
  color: #c4b8d8;
  margin: 0 0 24px
}

.lrn-prog .pullquote {
  border-top: 2px solid #7C54A2;
  border-bottom: 2px solid #7C54A2;
  padding: 24px 0;
  margin: 24px 0
}

.lrn-prog .pullquote-text {
  font-size: 21px;
  line-height: 1.5;
  color: #F8C0BE;
  margin: 0;
  font-style: italic
}

.lrn-prog .deep-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrn-prog .code-compare {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 10px 48px 0 #7c54a224
}

.lrn-prog .code-compare-header {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.lrn-prog .code-col-label {
  font-size: 13px;
  line-height: 1.3;
  padding: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}

.lrn-prog .code-col-label.before {
  background: #2e2040;
  color: #F8C0BE
}

.lrn-prog .code-col-label.after {
  background: #7C54A2;
  color: #fff
}

.lrn-prog .code-compare-body {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.lrn-prog .code-col {
  padding: 24px;
  font-size: 13px;
  line-height: 1.7
}

.lrn-prog .code-col.before {
  background: #13091f;
  color: #8a7aa0
}

.lrn-prog .code-col.after {
  background: #1f1040;
  color: #c4b8d8
}

.lrn-prog .code-col code {
  display: block;
  white-space: pre-wrap;
  word-break: break-word
}

.lrn-prog .code-accent {
  color: #F8C0BE
}

.lrn-prog .deep-img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: -1px 10px 48px 0 #7c54a224
}

.lrn-prog .deep-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.lrn-prog .prog-enroll {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: start
}

.lrn-prog .enroll-col-main {
  flex: 3
}

.lrn-prog .enroll-col-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrn-prog .enroll-h2 {
  font-size: 38px;
  line-height: 1.3;
  color: #1b0f2e;
  margin: 0 0 12px;
  text-shadow: 1px 1px 0 #7c54a214
}

.lrn-prog .enroll-body {
  font-size: 15px;
  line-height: 1.7;
  color: #2e2040;
  margin: 0 0 24px
}

.lrn-prog .expand-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px
}

.lrn-prog .expand-item {
  border: 1px solid #7c54a233;
  border-radius: 12px;
  overflow: hidden
}

.lrn-prog .expand-trigger {
  width: 100%;
  background: #fff;
  border: none;
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.5;
  color: #1b0f2e;
  text-align: left;
  transition: background-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .expand-trigger:hover {
  background: #F5F5F5
}

.lrn-prog .expand-trigger:focus {
  outline: 2px solid #7C54A2;
  outline-offset: -2px
}

.lrn-prog .expand-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.lrn-prog .expand-icon svg {
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .expand-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #faf8fd
}

.lrn-prog .expand-body-inner {
  padding: 12px 24px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #2e2040
}

.lrn-prog .expand-item input[type="checkbox"] {
  display: none
}

.lrn-prog .expand-item input[type="checkbox"]:checked~.expand-trigger .expand-icon svg {
  transform: rotate(45deg)
}

.lrn-prog .expand-item input[type="checkbox"]:checked~.expand-body {
  max-height: 300px
}

.lrn-prog .expand-trigger-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer
}

.lrn-prog .enroll-btn-wrap {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap
}

.lrn-prog .btn-primary {
  background: #7C54A2;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  padding: 12px 48px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: -1px 6px 28px 0 #7c54a21c;
  transition: background-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .btn-primary:hover {
  background: #6a4490;
  box-shadow: -1px 10px 48px 0 #7c54a224
}

.lrn-prog .btn-primary:focus {
  outline: 3px solid #F8C0BE;
  outline-offset: 2px
}

.lrn-prog .btn-primary:active {
  background: #5c3a7d
}

.lrn-prog .btn-primary.shake {
  animation: btn-shake .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@keyframes btn-shake {

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

  20% {
    transform: translateX(-6px)
  }

  40% {
    transform: translateX(6px)
  }

  60% {
    transform: translateX(-4px)
  }

  80% {
    transform: translateX(4px)
  }
}

.lrn-prog .btn-secondary {
  background: transparent;
  color: #7C54A2;
  font-size: 15px;
  line-height: 1.3;
  padding: 12px 24px;
  border: 1px solid #7C54A2;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .6s ease, color .6s ease
}

.lrn-prog .btn-secondary:hover {
  background: #7c54a212
}

.lrn-prog .btn-secondary:focus {
  outline: 2px solid #7C54A2;
  outline-offset: 2px
}

.lrn-prog .side-info-card {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 3px 3px 0 #7c54a20f
}

.lrn-prog .side-info-h {
  font-size: 13px;
  line-height: 1.3;
  color: #7C54A2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px
}

.lrn-prog .side-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.lrn-prog .side-info-list li {
  font-size: 13px;
  line-height: 1.5;
  color: #2e2040;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px
}

.lrn-prog .side-info-list li i {
  color: #7C54A2;
  font-size: 13px;
  width: 16px
}

.lrn-prog .side-badge {
  background: #7C54A2;
  color: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center
}

.lrn-prog .side-badge-price {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  display: block;
  margin-bottom: 6px
}

.lrn-prog .side-badge-note {
  font-size: 13px;
  line-height: 1.5;
  opacity: .8
}

@media (max-width: 992px) {
  .lrn-prog .prog-detail {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .lrn-prog .deep-inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .lrn-prog .prog-enroll {
    flex-direction: column;
    gap: 24px
  }

  .lrn-prog .hero-h {
    font-size: 38px
  }

  .lrn-prog .deep-h2 {
    font-size: 28px
  }
}

@media (max-width: 576px) {
  .lrn-prog .hero-img-wrap {
    display: none
  }

  .lrn-prog .hero-h {
    font-size: 28px
  }

  .lrn-prog .deep-img-wrap {
    display: none
  }

  .lrn-prog .enroll-btn-wrap {
    flex-direction: column;
    align-items: flex-start
  }

  .lrn-prog .btn-primary {
    width: 100%;
    text-align: center
  }

  .lrn-prog .code-compare-body {
    grid-template-columns: 1fr
  }

  .lrn-prog .code-compare-header {
    grid-template-columns: 1fr
  }

  .lrn-prog .code-col.before {
    display: none
  }

  .lrn-prog .code-col-label.before {
    display: none
  }
}

.lnch-pg {
  background-color: #fff;
  overflow-x: clip;
  position: relative
}

.lnch-pg *,
.lnch-pg ::before,
.lnch-pg ::after {
  box-sizing: border-box
}

.lnch-pg .pg-center {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.lnch-pg .ln-div {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  padding: 0
}

.lnch-pg .ln-div svg {
  display: block;
  width: 100%
}

.lnch-pg .ttl-blk {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  background: linear-gradient(to bottom, transparent 0%, #7C54A2 100%)
}

.lnch-pg .ttl-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.lnch-pg .ttl-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lnch-pg .ttl-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #7c54a22e 0%, #7c54a2e0 100%)
}

.lnch-pg .ttl-shape-a {
  position: absolute;
  top: 48px;
  right: 12%;
  width: 80px;
  height: 80px;
  border: 2px dashed #f8c0be73;
  border-radius: 2px;
  transform: rotate(22deg);
  z-index: 1;
  pointer-events: none
}

.lnch-pg .ttl-shape-b {
  position: absolute;
  bottom: 72px;
  left: 8%;
  width: 48px;
  height: 48px;
  border: 2px dashed #f8c0be4d;
  border-radius: 2px;
  transform: rotate(-14deg);
  z-index: 1;
  pointer-events: none
}

.lnch-pg .ttl-shape-c {
  position: absolute;
  top: 30%;
  left: 18%;
  width: 24px;
  height: 24px;
  background: #f8c0be38;
  border-radius: 2px;
  transform: rotate(38deg);
  z-index: 1;
  pointer-events: none
}

.lnch-pg .ttl-body {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 620px
}

.lnch-pg .ttl-label {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  color: #F8C0BE;
  background: #7c54a259;
  border: 1px solid #f8c0be66;
  border-radius: 4px;
  padding: 6px 12px;
  margin-bottom: 24px;
  letter-spacing: .04em
}

.lnch-pg .ttl-h1 {
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px;
  text-shadow: -1px 3px 3px #7c54a247 -1px 6px 28px #7c54a233
}

.lnch-pg .ttl-link {
  display: inline-block;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  background: #f8c0be2e;
  border: 2px solid #F8C0BE;
  border-radius: 4px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lnch-pg .ttl-link:hover {
  background: #F8C0BE;
  color: #3a1f5c;
  border-color: #F8C0BE
}

.lnch-pg .ttl-link:focus {
  outline: 3px solid #fff;
  outline-offset: 3px
}

.lnch-pg .sup-wrap {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #F5F5F5
}

.lnch-pg .sup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.lnch-pg .sup-img-col {
  position: relative
}

.lnch-pg .sup-img-mask {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: -1px 6px 28px 0 #7c54a21c;
  clip-path: polygon(0 6%, 94% 0, 100% 94%, 6% 100%)
}

.lnch-pg .sup-img-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lnch-pg .sup-img-mask:hover img {
  transform: scale(1.04)
}

.lnch-pg .sup-badge {
  position: absolute;
  bottom: -12px;
  right: -12px;
  background: #7C54A2;
  color: #fff;
  border-radius: 12px;
  padding: 12px;
  font-size: 13px;
  line-height: 1.3;
  box-shadow: -1px 6px 28px 0 #7c54a22e;
  max-width: 160px;
  text-align: center
}

.lnch-pg .sup-badge strong {
  display: block;
  font-size: 21px;
  line-height: 1.3
}

.lnch-pg .sup-text-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lnch-pg .sup-eyebrow {
  font-size: 13px;
  line-height: 1.3;
  color: #7C54A2;
  text-transform: uppercase;
  letter-spacing: .06em
}

.lnch-pg .sup-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #2a1245;
  margin: 0;
  text-shadow: -1px 3px 3px #7c54a21a
}

.lnch-pg .sup-lead {
  font-size: 17px;
  line-height: 1.7;
  color: #3d2b5e;
  background: #7c54a20f;
  border-left: 3px solid #7C54A2;
  border-radius: 0 4px 4px 0;
  padding: 12px 24px;
  margin: 0
}

.lnch-pg .sup-body {
  font-size: 15px;
  line-height: 1.7;
  color: #4a3a62;
  margin: 0
}

.lnch-pg .sup-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0
}

.lnch-pg .sup-items li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #3d2b5e
}

.lnch-pg .sup-items li .sup-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #F8C0BE;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #3a1f5c
}

.lnch-pg .scale-wrap {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #2a1245;
  position: relative;
  overflow: hidden
}

.lnch-pg .scale-bg-shape {
  position: absolute;
  top: -48px;
  right: -48px;
  width: 320px;
  height: 320px;
  border: 60px solid #f8c0be12;
  border-radius: 20px;
  transform: rotate(18deg);
  pointer-events: none
}

.lnch-pg .scale-bg-shape2 {
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 180px;
  height: 180px;
  border: 40px solid #7c54a22e;
  border-radius: 12px;
  transform: rotate(-12deg);
  pointer-events: none
}

.lnch-pg .scale-top {
  text-align: center;
  margin-bottom: 48px
}

.lnch-pg .scale-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 12px;
  text-shadow: -1px 3px 3px #7c54a266 -1px 6px 28px #7c54a240
}

.lnch-pg .scale-sub {
  font-size: 15px;
  line-height: 1.5;
  color: #f8c0becc;
  margin: 0
}

.lnch-pg .scale-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.lnch-pg .scale-card {
  background: #ffffff0d;
  border: 1px solid #f8c0be26;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lnch-pg .scale-card:hover {
  border-color: #f8c0be73;
  background: #ffffff17;
  border-style: dashed
}

.lnch-pg .scale-num {
  font-size: 50px;
  line-height: 1.1;
  color: #F8C0BE;
  display: block;
  margin-bottom: 6px
}

.lnch-pg .scale-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #ffffffb3;
  display: block
}

.lnch-pg .scale-icon {
  font-size: 21px;
  color: #f8c0be66;
  margin-bottom: 12px;
  display: block
}

.lnch-pg .exp-wrap {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #fff
}

.lnch-pg .exp-layout {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 48px;
  align-items: start
}

.lnch-pg .exp-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lnch-pg .exp-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #2a1245;
  margin: 0;
  text-shadow: -1px 3px 3px #7c54a214
}

.lnch-pg .exp-lead {
  font-size: 17px;
  line-height: 1.7;
  color: #3d2b5e;
  margin: 0;
  background: #f8c0be2e;
  border-radius: 4px;
  padding: 12px
}

.lnch-pg .exp-phases {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.lnch-pg .exp-phase {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: border-color .7s ease, background .7s ease
}

.lnch-pg .exp-phase:hover {
  border-color: #7C54A2;
  border-style: dashed;
  background: #7c54a20a
}

.lnch-pg .exp-phase-label {
  font-size: 13px;
  line-height: 1.3;
  color: #7C54A2;
  font-weight: 700;
  text-align: right;
  padding-right: 12px;
  border-right: 2px solid #F8C0BE
}

.lnch-pg .exp-phase-text {
  font-size: 15px;
  line-height: 1.5;
  color: #3d2b5e;
  margin: 0
}

.lnch-pg .exp-phase-text strong {
  display: block;
  color: #2a1245;
  font-size: 15px;
  margin-bottom: 6px
}

.lnch-pg .exp-right {
  position: relative
}

.lnch-pg .exp-img-wrap {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: -1px 10px 48px 0 #7c54a224;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%)
}

.lnch-pg .exp-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lnch-pg .exp-dashed-box {
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 100px;
  height: 100px;
  border: 2px dashed #7c54a24d;
  border-radius: 2px;
  pointer-events: none
}

.lnch-pg .avail-wrap {
  padding-top: 72px;
  padding-bottom: 72px;
  background: linear-gradient(to bottom, #F5F5F5 0%, #f5f5f566 100%)
}

.lnch-pg .avail-top {
  text-align: center;
  margin-bottom: 48px
}

.lnch-pg .avail-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #2a1245;
  margin: 0 0 12px;
  text-shadow: -1px 3px 3px #7c54a21a
}

.lnch-pg .avail-sub {
  font-size: 15px;
  line-height: 1.5;
  color: #5a4472;
  margin: 0
}

.lnch-pg .avail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.lnch-pg .avail-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 3px 3px 0 #7c54a20f;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lnch-pg .avail-item:hover {
  box-shadow: -1px 10px 48px 0 #7c54a224;
  transform: translateY(-4px)
}

.lnch-pg .avail-item-img {
  width: 100%;
  height: 180px;
  overflow: hidden
}

.lnch-pg .avail-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lnch-pg .avail-item:hover .avail-item-img img {
  transform: scale(1.05)
}

.lnch-pg .avail-item-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lnch-pg .avail-tag {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  color: #7C54A2;
  background: #7c54a21a;
  border-radius: 4px;
  padding: 6px 12px;
  align-self: flex-start
}

.lnch-pg .avail-item-h {
  font-size: 17px;
  line-height: 1.3;
  color: #2a1245;
  margin: 0
}

.lnch-pg .avail-item-p {
  font-size: 15px;
  line-height: 1.5;
  color: #5a4472;
  margin: 0
}

.lnch-pg .avail-item-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.3;
  color: #7C54A2;
  text-decoration: none;
  align-self: flex-start;
  transition: gap .5s ease, color .5s ease
}

.lnch-pg .avail-item-link:hover {
  gap: 12px;
  color: #3a1f5c
}

.lnch-pg .hesit-wrap {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #fff
}

.lnch-pg .hesit-inner {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 48px;
  align-items: center;
  border: 2px dashed #7c54a240;
  border-radius: 20px;
  padding: 48px
}

.lnch-pg .hesit-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lnch-pg .hesit-q {
  font-size: 28px;
  line-height: 1.3;
  color: #2a1245;
  margin: 0;
  text-shadow: -1px 3px 3px #7c54a21a
}

.lnch-pg .hesit-img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: -1px 6px 28px 0 #7c54a21c
}

.lnch-pg .hesit-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lnch-pg .hesit-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lnch-pg .hesit-lead {
  font-size: 17px;
  line-height: 1.7;
  color: #3d2b5e;
  margin: 0;
  background: #7c54a20f;
  border-left: 3px solid #F8C0BE;
  border-radius: 0 4px 4px 0;
  padding: 12px 24px
}

.lnch-pg .hesit-body {
  font-size: 15px;
  line-height: 1.7;
  color: #4a3a62;
  margin: 0
}

.lnch-pg .hesit-honest {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lnch-pg .hesit-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #3d2b5e
}

.lnch-pg .hesit-row .h-icon {
  flex-shrink: 0;
  color: #7C54A2;
  font-size: 17px;
  margin-top: 2px
}

.lnch-pg .rep-wrap {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #2a1245;
  position: relative;
  overflow: hidden
}

.lnch-pg .rep-bg-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.lnch-pg .rep-bg-deco::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 24px;
  width: 200px;
  height: 200px;
  border: 2px dashed #f8c0be1f;
  border-radius: 20px;
  transform: rotate(8deg)
}

.lnch-pg .rep-bg-deco::after {
  content: '';
  position: absolute;
  bottom: 24px;
  right: 48px;
  width: 120px;
  height: 120px;
  border: 2px dashed #f8c0be1a;
  border-radius: 12px;
  transform: rotate(-15deg)
}

.lnch-pg .rep-top {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 1
}

.lnch-pg .rep-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 12px;
  text-shadow: -1px 3px 3px #7c54a280 -1px 6px 28px #7c54a24d
}

.lnch-pg .rep-sub {
  font-size: 15px;
  line-height: 1.5;
  color: #f8c0bebf;
  margin: 0
}

.lnch-pg .rep-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 1
}

.lnch-pg .rep-quote {
  background: #ffffff0d;
  border: 1px solid #f8c0be26;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color .7s ease, background .7s ease
}

.lnch-pg .rep-quote:hover {
  border-color: #f8c0be66;
  border-style: dashed;
  background: #ffffff14
}

.lnch-pg .rep-quote-icon {
  font-size: 21px;
  color: #F8C0BE;
  opacity: .6
}

.lnch-pg .rep-quote-text {
  font-size: 15px;
  line-height: 1.7;
  color: #ffffffd9;
  margin: 0
}

.lnch-pg .rep-quote-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 6px
}

.lnch-pg .rep-author-name {
  font-size: 15px;
  line-height: 1.3;
  color: #F8C0BE;
  font-weight: 700
}

.lnch-pg .rep-author-role {
  font-size: 13px;
  line-height: 1.3;
  color: #ffffff80
}

.lnch-pg .rep-assoc {
  margin-top: 48px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center
}

.lnch-pg .rep-assoc-label {
  font-size: 13px;
  line-height: 1.3;
  color: #fff6;
  text-transform: uppercase;
  letter-spacing: .08em
}

.lnch-pg .rep-assoc-item {
  font-size: 15px;
  line-height: 1.3;
  color: #fff9;
  background: #ffffff0f;
  border: 1px solid #f8c0be1f;
  border-radius: 4px;
  padding: 6px 12px;
  transition: color .5s ease, border-color .5s ease
}

.lnch-pg .rep-assoc-item:hover {
  color: #F8C0BE;
  border-color: #f8c0be59
}

@keyframes height-expand {
  from {
    max-height: 0;
    opacity: 0
  }

  to {
    max-height: 2000px;
    opacity: 1
  }
}

.lnch-pg .sup-wrap,
.lnch-pg .scale-wrap,
.lnch-pg .exp-wrap,
.lnch-pg .avail-wrap,
.lnch-pg .hesit-wrap,
.lnch-pg .rep-wrap {
  animation: height-expand .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.lnch-pg .scale-wrap {
  animation-delay: .1s
}

.lnch-pg .exp-wrap {
  animation-delay: .15s
}

.lnch-pg .avail-wrap {
  animation-delay: .2s
}

.lnch-pg .hesit-wrap {
  animation-delay: .25s
}

.lnch-pg .rep-wrap {
  animation-delay: .3s
}

@media (max-width: 992px) {
  .lnch-pg .sup-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .lnch-pg .scale-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .lnch-pg .exp-layout {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .lnch-pg .exp-right {
    display: none
  }

  .lnch-pg .avail-grid {
    grid-template-columns: 1fr 1fr
  }

  .lnch-pg .hesit-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px
  }

  .lnch-pg .rep-grid {
    grid-template-columns: 1fr
  }

  .lnch-pg .ttl-h1 {
    font-size: 38px
  }
}

@media (max-width: 576px) {
  .lnch-pg .ttl-h1 {
    font-size: 28px
  }

  .lnch-pg .sup-img-col {
    display: none
  }

  .lnch-pg .scale-grid {
    grid-template-columns: 1fr 1fr
  }

  .lnch-pg .avail-grid {
    grid-template-columns: 1fr
  }

  .lnch-pg .avail-item-img {
    display: none
  }

  .lnch-pg .hesit-inner {
    padding: 24px
  }

  .lnch-pg .sup-h2,
  .lnch-pg .scale-h2,
  .lnch-pg .exp-h2,
  .lnch-pg .avail-h2,
  .lnch-pg .rep-h2 {
    font-size: 28px
  }

  .lnch-pg .hesit-q {
    font-size: 21px
  }
}

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

.dgt .yr-band {
  background: #7C54A2;
  width: 100%;
  padding: 6px 0
}

.dgt .yr-band-row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.dgt .yr-band-row span {
  color: #F8C0BE;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: .04em
}

.dgt .yr-band-row strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.3
}

.dgt .pg-top {
  background: #2a1a3e;
  padding: 72px 24px 48px;
  position: relative
}

.dgt .pg-top::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #2a1a3e;
  clip-path: ellipse(55% 100% at 50% 0%);
  z-index: 1
}

.dgt .pg-top-col {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dgt .pg-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #7c54a259;
  border: 1px solid #f8c0be40;
  border-radius: 4px;
  padding: 6px 12px;
  width: fit-content
}

.dgt .pg-label span {
  color: #F8C0BE;
  font-size: 13px;
  line-height: 1.3
}

.dgt .pg-label i {
  color: #F8C0BE;
  font-size: 13px
}

.dgt .pg-h1 {
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  max-width: 680px;
  text-shadow: -1px 3px 3px #7c54a259 -1px 6px 28px #7c54a238;
  margin: 0
}

.dgt .pg-h1 .ink {
  background: linear-gradient(180deg, #F8C0BE 0%, #f8c0beb3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.dgt .pg-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #ffffffb8;
  max-width: 520px;
  margin: 0
}

.dgt .pg-sub .term-hl {
  background: #7c54a280;
  color: #F8C0BE;
  padding: 2px 6px;
  border-radius: 2px;
  font-style: normal
}

.dgt .pg-meta-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap
}

.dgt .pg-meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px
}

.dgt .pg-meta-item i {
  color: #F8C0BE;
  font-size: 15px
}

.dgt .pg-meta-item span {
  color: #fff9;
  font-size: 13px;
  line-height: 1.3
}

.dgt .deco-circles {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 320px;
  pointer-events: none;
  overflow: hidden
}

.dgt .deco-circles .c1,
.dgt .deco-circles .c2,
.dgt .deco-circles .c3 {
  position: absolute;
  border-radius: 20px;
  border: 1px solid #f8c0be1f
}

.dgt .deco-circles .c1 {
  width: 200px;
  height: 200px;
  top: 20px;
  right: 20px;
  background: #7c54a214;
  border-radius: 20px
}

.dgt .deco-circles .c2 {
  width: 140px;
  height: 140px;
  top: 60px;
  right: 80px;
  background: #f8c0be0f;
  border-radius: 12px
}

.dgt .deco-circles .c3 {
  width: 80px;
  height: 80px;
  top: 110px;
  right: 140px;
  background: #7c54a21f;
  border-radius: 12px
}

.dgt .digest-body {
  background: #F5F5F5;
  padding: 72px 24px 48px;
  position: relative;
  z-index: 2
}

.dgt .digest-col {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.dgt .digest-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start
}

.dgt .digest-img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 6px 28px 0 #7c54a21c
}

.dgt .digest-img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dgt .digest-img-wrap:hover img {
  transform: scale(1.04)
}

.dgt .img-overlay {
  position: absolute;
  inset: 0;
  background: #2a1a3e00;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dgt .digest-img-wrap:hover .img-overlay {
  background: #2a1a3ebf
}

.dgt .overlay-txt {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dgt .digest-img-wrap:hover .overlay-txt {
  opacity: 1;
  transform: translateY(0)
}

.dgt .overlay-txt p {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  margin: 0
}

.dgt .digest-txt-stack {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dgt .digest-txt-stack .lead-p {
  background: #7c54a212;
  border-left: 3px solid #7C54A2;
  border-radius: 0 4px 4px 0;
  padding: 12px 24px
}

.dgt .digest-txt-stack .lead-p p {
  font-size: 17px;
  line-height: 1.7;
  color: #2a1a3e;
  margin: 0;
  font-weight: 500
}

.dgt .digest-txt-stack .body-p {
  font-size: 15px;
  line-height: 1.7;
  color: #3d2f52;
  margin: 0
}

.dgt .digest-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #2a1a3e;
  font-weight: 800;
  margin: 0 0 6px;
  text-shadow: -1px 3px 3px #7c54a21f
}

.dgt .digest-h2 .hl {
  background: #F8C0BE;
  padding: 0 6px;
  border-radius: 2px;
  color: #2a1a3e
}

.dgt .sep-band {
  background: #7C54A2;
  height: 4px;
  border-radius: 2px;
  width: 60px;
  margin: 0
}

.dgt .steps-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch
}

.dgt .step-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 3px 3px 0 #7c54a20f -1px 6px 28px 0 #7c54a21c;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dgt .step-card:hover {
  box-shadow: -1px 10px 48px 0 #7c54a224
}

.dgt .step-num {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 800;
  color: #7c54a226;
  display: block
}

.dgt .step-card h4 {
  font-size: 17px;
  line-height: 1.3;
  color: #2a1a3e;
  font-weight: 700;
  margin: 0
}

.dgt .step-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a3860;
  margin: 0
}

.dgt .step-card .step-tag {
  display: inline-block;
  background: #F8C0BE;
  color: #2a1a3e;
  font-size: 13px;
  line-height: 1.3;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 600;
  width: fit-content
}

.dgt .compare-block {
  background: #fff;
  border-radius: 12px;
  box-shadow: -1px 6px 28px 0 #7c54a21c;
  overflow: hidden
}

.dgt .compare-head {
  background: #2a1a3e;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.dgt .compare-head h3 {
  font-size: 21px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-shadow: -1px 3px 3px #7c54a24d
}

.dgt .compare-head p {
  font-size: 15px;
  line-height: 1.5;
  color: #ffffffa6;
  margin: 0
}

.dgt .compare-cols {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.dgt .compare-side {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.dgt .compare-side.left {
  border-right: 1px solid #7c54a21f
}

.dgt .compare-side h5 {
  font-size: 15px;
  line-height: 1.3;
  color: #7C54A2;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .06em
}

.dgt .compare-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.dgt .compare-item i {
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0
}

.dgt .compare-side.left .compare-item i {
  color: #7C54A2
}

.dgt .compare-side.right .compare-item i {
  color: #b0a0c0
}

.dgt .compare-item span {
  font-size: 15px;
  line-height: 1.5;
  color: #3d2f52
}

.dgt .num-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item-ct
}

.dgt .num-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border-radius: 4px;
  box-shadow: -1px 3px 3px 0 #7c54a20f;
  counter-increment: item-ct;
  transition: box-shadow .5s ease
}

.dgt .num-list li:hover {
  box-shadow: -1px 6px 28px 0 #7c54a21c
}

.dgt .num-list li .li-txt {
  font-size: 15px;
  line-height: 1.5;
  color: #3d2f52;
  flex: 1
}

.dgt .num-list li .li-num {
  font-size: 21px;
  line-height: 1.1;
  font-weight: 800;
  color: #7c54a238;
  flex-shrink: 0;
  min-width: 32px;
  text-align: right
}

.dgt .num-list li::after {
  content: counter(item-ct, decimal-leading-zero)
}

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

.dgt .metric-card {
  background: linear-gradient(180deg, #7c54a214 0%, #7c54a200 100%);
  border: 1px solid #7c54a226;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dgt .metric-card:hover {
  border-color: #7c54a266;
  box-shadow: -1px 6px 28px 0 #7c54a21c
}

.dgt .metric-card .m-val {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 800;
  color: #7C54A2;
  text-shadow: -1px 3px 3px #7c54a22e
}

.dgt .metric-card .m-label {
  font-size: 13px;
  line-height: 1.5;
  color: #4a3860
}

.dgt .metric-card i {
  font-size: 21px;
  color: #F8C0BE;
  margin-bottom: 6px
}

.dgt .section-h3 {
  font-size: 28px;
  line-height: 1.3;
  color: #2a1a3e;
  font-weight: 700;
  margin: 0;
  text-shadow: -1px 3px 3px #7c54a21a
}

.dgt .section-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #4a3860;
  margin: 0;
  max-width: 560px
}

.dgt .block-head {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.dgt .appear-1 {
  animation: appear-up .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.dgt .appear-2 {
  animation: appear-up .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.dgt .appear-3 {
  animation: appear-up .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s both
}

.dgt .appear-4 {
  animation: appear-up .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s both
}

@keyframes appear-up {
  from {
    opacity: 0;
    transform: translateY(18px)
  }

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

.dgt .full-divider {
  width: 100%;
  height: 4px;
  background: linear-gradient(180deg, #7C54A2 0%, #7c54a200 100%);
  border-radius: 2px
}

@media (max-width: 992px) {
  .dgt .digest-split {
    grid-template-columns: 1fr
  }

  .dgt .digest-img-wrap {
    display: none
  }

  .dgt .steps-row {
    grid-template-columns: 1fr
  }

  .dgt .metrics-row {
    grid-template-columns: 1fr 1fr
  }

  .dgt .compare-cols {
    grid-template-columns: 1fr
  }

  .dgt .compare-side.left {
    border-right: none;
    border-bottom: 1px solid #7c54a21f
  }

  .dgt .pg-h1 {
    font-size: 38px
  }
}

@media (max-width: 576px) {
  .dgt .pg-h1 {
    font-size: 28px
  }

  .dgt .metrics-row {
    grid-template-columns: 1fr
  }

  .dgt .pg-top {
    padding: 48px 24px 36px
  }

  .dgt .digest-body {
    padding: 48px 24px
  }

  .dgt .digest-h2 {
    font-size: 28px
  }

  .dgt .deco-circles {
    display: none
  }

  .dgt .digest-col {
    gap: 36px
  }
}

.arc-pg {
  display: flex;
  flex-direction: column;
  overflow-x: clip
}

.arc-pg .split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  position: relative
}

.arc-pg .split-img {
  position: relative;
  overflow: hidden
}

.arc-pg .split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  animation: img-reveal .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.arc-pg .img-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #7c54a28c, #f8c0be4d);
  pointer-events: none
}

.arc-pg .img-noise {
  position: absolute;
  inset: 0;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none
}

@keyframes img-reveal {
  from {
    clip-path: inset(0 0 100% 0);
    opacity: 0
  }

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

.arc-pg .split-text {
  background: #F5F5F5;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative
}

.arc-pg .split-text::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='t'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23t)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  opacity: .04;
  pointer-events: none
}

.arc-pg .split-text .geo-outline {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 80px;
  height: 80px;
  border: 2px solid #7c54a22e;
  border-radius: 12px;
  animation: geo-spin 12s linear infinite;
  pointer-events: none
}

.arc-pg .split-text .geo-outline-sm {
  position: absolute;
  top: 36px;
  right: 36px;
  width: 56px;
  height: 56px;
  border: 1px solid #f8c0be59;
  border-radius: 4px;
  animation: geo-spin 18s linear infinite reverse;
  pointer-events: none
}

@keyframes geo-spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.arc-pg .pg-label {
  font-size: 13px;
  line-height: 1.3;
  color: #7C54A2;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px
}

.arc-pg .pg-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #7C54A2;
  border-radius: 2px;
  flex-shrink: 0
}

.arc-pg .pg-h1 {
  font-size: 50px;
  line-height: 1.1;
  color: #1e1530;
  margin-bottom: 24px;
  text-shadow: 1px 2px 0 #7c54a21f
}

.arc-pg .pg-h1 .accent-dot {
  color: #7C54A2;
  display: inline-block
}

.arc-pg .pg-lead {
  font-size: 17px;
  line-height: 1.7;
  color: #2d2440;
  padding: 12px 12px 12px 24px;
  border-left: 3px solid #F8C0BE;
  border-top: 1px solid #f8c0be66;
  border-radius: 0 4px 4px 0;
  background: #f8c0be14;
  max-width: 440px
}

.arc-pg .divider-band {
  height: 6px;
  background: linear-gradient(to right, #7C54A2, #F8C0BE, #F5F5F5)
}

.arc-pg .archive-grid-area {
  background: #2a1f3d;
  padding: 48px 0;
  position: relative
}

.arc-pg .archive-grid-area .bg-geo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none
}

.arc-pg .archive-grid-area .bg-geo::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 320px;
  height: 320px;
  border: 1px solid #7c54a238;
  border-radius: 12px;
  animation: geo-spin 20s linear infinite
}

.arc-pg .archive-grid-area .bg-geo::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 260px;
  height: 260px;
  border: 1px solid #f8c0be26;
  border-radius: 20px;
  animation: geo-spin 28s linear infinite reverse
}

.arc-pg .arc-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px
}

.arc-pg .arc-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px
}

.arc-pg .arc-heading-col {
  flex: 0 0 auto;
  max-width: 420px
}

.arc-pg .arc-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #f0eaf8;
  text-shadow: 0 2px 12px #7c54a266;
  margin-bottom: 12px
}

.arc-pg .arc-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #f0eaf8b8
}

.arc-pg .arc-meta-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap
}

.arc-pg .arc-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: #7c54a22e;
  border: 1px solid #7c54a24d;
  border-radius: 12px;
  padding: 24px;
  min-width: 110px;
  box-shadow: -1px 6px 28px 0 #7c54a21c
}

.arc-pg .arc-stat-num {
  font-size: 38px;
  line-height: 1.1;
  color: #F8C0BE;
  text-shadow: 0 1px 6px #f8c0be4d
}

.arc-pg .arc-stat-lbl {
  font-size: 13px;
  line-height: 1.3;
  color: #f0eaf8a6;
  text-align: center
}

.arc-pg .arc-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.arc-pg .arc-item {
  background: #ffffff0d;
  border: 1px solid #7c54a233;
  border-radius: 12px;
  padding: 24px;
  position: relative;
  box-shadow: -1px 3px 3px 0 #7c54a20f;
  transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .6s ease;
  overflow: hidden
}

.arc-pg .arc-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, transparent, transparent 18px, #7c54a212 18px, #7c54a212 20px);
  opacity: 0;
  transition: opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 12px;
  pointer-events: none
}

.arc-pg .arc-item:hover::after {
  opacity: 1
}

.arc-pg .arc-item:hover {
  border-color: #7c54a28c;
  box-shadow: -1px 10px 48px 0 #7c54a224;
  background: #ffffff17
}

.arc-pg .item-num-badge {
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background: #7C54A2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 12px;
  flex-shrink: 0;
  box-shadow: -1px 3px 3px 0 #7c54a20f
}

.arc-pg .item-tag {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  padding: 6px 12px;
  border-radius: 4px;
  background: #f8c0be2e;
  color: #F8C0BE;
  margin-bottom: 12px
}

.arc-pg .item-h {
  font-size: 17px;
  line-height: 1.5;
  color: #f0eaf8;
  margin-bottom: 12px;
  text-shadow: 0 1px 4px #7c54a240
}

.arc-pg .item-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #f0eaf8a6
}

.arc-pg .item-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.3;
  color: #F8C0BE;
  text-decoration: none;
  border-bottom: 1px solid #f8c0be4d;
  padding-bottom: 2px;
  transition: color .5s ease, border-color .5s ease
}

.arc-pg .item-link:hover {
  color: #fff;
  border-color: #ffffff80
}

.arc-pg .item-link:focus {
  outline: 2px solid #F8C0BE;
  outline-offset: 2px;
  border-radius: 2px
}

.arc-pg .arc-item.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start
}

.arc-pg .arc-item.featured .item-body {
  display: flex;
  flex-direction: column
}

.arc-pg .arc-item.featured .item-extra {
  border-left: 2px solid #7c54a259;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.arc-pg .extra-point {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.arc-pg .extra-point-num {
  font-size: 21px;
  line-height: 1.1;
  color: #7C54A2;
  font-weight: 700;
  min-width: 28px;
  text-align: right;
  flex-shrink: 0
}

.arc-pg .extra-point-text {
  font-size: 15px;
  line-height: 1.5;
  color: #f0eaf8b8
}

.arc-pg .arc-bottom-row {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid #7c54a233
}

.arc-pg .arc-bottom-text {
  font-size: 15px;
  line-height: 1.7;
  color: #f0eaf899;
  max-width: 480px
}

.arc-pg .arc-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #7C54A2;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  padding: 24px 48px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: -1px 6px 28px 0 #7c54a21c;
  transition: background .6s ease, box-shadow .6s ease, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
  white-space: nowrap
}

.arc-pg .arc-cta-btn:hover {
  background: #6a469a;
  box-shadow: -1px 10px 48px 0 #7c54a224;
  transform: translateY(-2px)
}

.arc-pg .arc-cta-btn:focus {
  outline: 3px solid #F8C0BE;
  outline-offset: 3px
}

.arc-pg .arc-cta-btn:active {
  transform: translateY(0)
}

@media (max-width: 992px) {
  .arc-pg .split-row {
    grid-template-columns: 1fr
  }

  .arc-pg .split-img {
    height: 300px;
    display: none
  }

  .arc-pg .split-text {
    padding: 48px 24px
  }

  .arc-pg .pg-h1 {
    font-size: 38px
  }

  .arc-pg .arc-container {
    padding: 0 24px
  }

  .arc-pg .arc-top {
    flex-direction: column;
    gap: 24px
  }

  .arc-pg .arc-list {
    grid-template-columns: 1fr 1fr
  }

  .arc-pg .arc-item.featured {
    grid-column: span 2;
    grid-template-columns: 1fr
  }

  .arc-pg .arc-item.featured .item-extra {
    border-left: none;
    border-top: 2px solid #7c54a259;
    padding-left: 0;
    padding-top: 24px
  }

  .arc-pg .arc-bottom-row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 576px) {
  .arc-pg .pg-h1 {
    font-size: 28px
  }

  .arc-pg .arc-h2 {
    font-size: 28px
  }

  .arc-pg .arc-list {
    grid-template-columns: 1fr
  }

  .arc-pg .arc-item.featured {
    grid-column: span 1
  }

  .arc-pg .arc-meta-row {
    gap: 12px
  }

  .arc-pg .arc-stat {
    min-width: 90px;
    padding: 12px
  }

  .arc-pg .arc-cta-btn {
    padding: 24px;
    font-size: 15px;
    width: 100%;
    justify-content: center
  }
}

.cu-pg {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-x: hidden
}

.cu-pg .reach-strip {
  background: #7C54A2;
  padding: 48px 24px;
  position: relative
}

.cu-pg .reach-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #7c54a200 0%, #f8c0be2e 100%);
  pointer-events: none;
  animation: bg-breathe 6s ease-in-out infinite
}

@keyframes bg-breathe {

  0%,
  100% {
    opacity: .6
  }

  50% {
    opacity: 1
  }
}

.cu-pg .reach-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.cu-pg .reach-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cu-pg .reach-eyebrow {
  font-size: 13px;
  color: #F8C0BE;
  letter-spacing: .08em;
  text-transform: uppercase
}

.cu-pg .reach-heading {
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  text-shadow: -1px 3px 3px #7c54a259 -1px 6px 28px #7c54a238;
  margin: 0
}

.cu-pg .reach-heading span {
  font-size: 28px;
  display: block;
  color: #F8C0BE;
  line-height: 1.3
}

.cu-pg .reach-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #ffffffd1;
  margin: 0;
  padding: 12px 24px;
  border-left: 3px solid #F8C0BE;
  border-bottom: 1px solid #f8c0be40;
  background: #ffffff0f;
  border-radius: 0 4px 4px 0
}

.cu-pg .reach-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cu-pg .reach-contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #ffffffe0;
  line-height: 1.5
}

.cu-pg .reach-contact-item .c-icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #f8c0be2e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #F8C0BE;
  font-size: 15px;
  border: 1px solid #f8c0be47
}

.cu-pg .reach-contact-item a {
  color: #F8C0BE;
  text-decoration: none;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cu-pg .reach-contact-item a:hover {
  color: #fff
}

.cu-pg .reach-dots {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  margin-top: 12px
}

.cu-pg .reach-dots span {
  display: block;
  border-radius: 20px;
  background: #f8c0be59
}

.cu-pg .reach-dots span:nth-child(1) {
  width: 6px;
  height: 6px
}

.cu-pg .reach-dots span:nth-child(2) {
  width: 10px;
  height: 6px;
  background: #f8c0be8c
}

.cu-pg .reach-dots span:nth-child(3) {
  width: 6px;
  height: 6px
}

.cu-pg .reach-dots span:nth-child(4) {
  width: 24px;
  height: 6px;
  background: #f8c0beb3
}

.cu-pg .reach-dots span:nth-child(5) {
  width: 6px;
  height: 6px
}

.cu-pg .reach-dots span:nth-child(6) {
  width: 12px;
  height: 6px;
  background: #f8c0be73
}

.cu-pg .reach-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative
}

.cu-pg .reach-circles {
  position: absolute;
  top: -48px;
  right: -24px;
  width: 200px;
  height: 200px;
  pointer-events: none;
  z-index: 0
}

.cu-pg .reach-circles span {
  position: absolute;
  border-radius: 20px;
  border: 1px solid #f8c0be26
}

.cu-pg .reach-circles span:nth-child(1) {
  width: 120px;
  height: 120px;
  top: 40px;
  left: 40px;
  background: #f8c0be0f
}

.cu-pg .reach-circles span:nth-child(2) {
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  background: #f8c0be08
}

.cu-pg .reach-circles span:nth-child(3) {
  width: 80px;
  height: 80px;
  top: 60px;
  left: 60px;
  background: #f8c0be17
}

.cu-pg .stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  position: relative;
  z-index: 1
}

.cu-pg .stat-card {
  background: #ffffff17;
  border: 1px solid #f8c0be38;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: -1px 6px 28px 0 #7c54a21c;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cu-pg .stat-card:hover {
  background: #ffffff24;
  border-color: #f8c0be73
}

.cu-pg .stat-num {
  font-size: 38px;
  line-height: 1.1;
  color: #F8C0BE;
  font-weight: 700;
  text-shadow: -1px 3px 3px #7c54a240
}

.cu-pg .stat-label {
  font-size: 13px;
  line-height: 1.5;
  color: #ffffffb3
}

.cu-pg .reach-note {
  font-size: 13px;
  color: #ffffff8c;
  line-height: 1.5;
  border-top: 1px solid #f8c0be2e;
  padding-top: 12px;
  position: relative;
  z-index: 1
}

.cu-pg .form-pg {
  background: #F5F5F5;
  padding: 48px 24px;
  position: relative
}

.cu-pg .form-pg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7C54A2 0%, #F8C0BE 100%)
}

.cu-pg .form-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: start
}

.cu-pg .form-aside {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cu-pg .form-aside-heading {
  font-size: 28px;
  line-height: 1.3;
  color: #2a1a3e;
  margin: 0;
  text-shadow: -1px 3px 3px #7c54a21a
}

.cu-pg .form-aside-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #3d2d52;
  margin: 0;
  background: #7c54a212;
  border-radius: 4px;
  padding: 12px;
  border-left: 3px solid #7c54a259;
  border-bottom: 1px solid #7c54a21a
}

.cu-pg .form-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0
}

.cu-pg .form-steps li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #3d2d52
}

.cu-pg .step-num {
  font-size: 21px;
  font-weight: 700;
  color: #7C54A2;
  line-height: 1.1;
  min-width: 28px;
  text-align: right
}

.cu-pg .form-body {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cu-pg .form-card {
  background: #fff;
  border-radius: 12px;
  padding: 48px;
  box-shadow: -1px 6px 28px 0 #7c54a21c -1px 10px 48px 0 #7c54a20f;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cu-pg .field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative
}

.cu-pg .field-group label {
  font-size: 13px;
  color: #5a3d7a;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cu-pg .field-group input,
.cu-pg .field-group select,
.cu-pg .field-group textarea {
  width: 100%;
  padding: 12px;
  border: 1.5px solid #7c54a233;
  border-radius: 4px;
  font-size: 15px;
  color: #2a1a3e;
  background: #fff;
  box-sizing: border-box;
  transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: inset 0 1px 2px #7c54a20f;
  appearance: none;
  -webkit-appearance: none
}

.cu-pg .field-group input:focus,
.cu-pg .field-group select:focus,
.cu-pg .field-group textarea:focus {
  outline: none;
  border-color: #7C54A2;
  box-shadow: inset 0 1px 2px #7c54a20f 0 0 0 3px #7c54a21f
}

.cu-pg .field-group input::placeholder,
.cu-pg .field-group textarea::placeholder {
  color: #5a3d7a59
}

.cu-pg .field-group select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237C54A2' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px
}

.cu-pg .field-group textarea {
  resize: vertical;
  min-height: 100px
}

.cu-pg .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.cu-pg .conditional-trigger {
  display: none
}

.cu-pg .cond-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 15px;
  color: #3d2d52;
  line-height: 1.5;
  padding: 12px;
  border: 1.5px solid #7c54a22e;
  border-radius: 4px;
  background: #7c54a20a;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  user-select: none
}

.cu-pg .cond-label:hover {
  background: #7c54a217;
  border-color: #7c54a252
}

.cu-pg .cond-box {
  width: 18px;
  height: 18px;
  border: 1.5px solid #7c54a266;
  border-radius: 2px;
  flex-shrink: 0;
  position: relative;
  background: #fff;
  transition: background .4s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
  justify-content: center
}

.cu-pg .conditional-trigger:checked+.cond-label .cond-box {
  background: #7C54A2;
  border-color: #7C54A2
}

.cu-pg .conditional-trigger:checked+.cond-label .cond-box::after {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg) translateY(-1px)
}

.cu-pg .cond-extra {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  background: #7c54a20d;
  border-radius: 4px;
  border: 1px solid #7c54a224;
  margin-top: 6px
}

.cu-pg .conditional-trigger:checked~.cond-extra {
  display: flex
}

.cu-pg .cond-extra .field-group label {
  font-size: 13px
}

.cu-pg .cond-section {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.cu-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #f8c0be1f;
  border-radius: 4px;
  border: 1px solid #f8c0be59
}

.cu-pg .privacy-check {
  width: 18px;
  height: 18px;
  border: 1.5px solid #7c54a280;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #7C54A2;
  cursor: pointer
}

.cu-pg .privacy-text {
  font-size: 13px;
  line-height: 1.7;
  color: #3d2d52
}

.cu-pg .privacy-text a {
  color: #7C54A2;
  text-decoration: underline;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cu-pg .privacy-text a:hover {
  color: #5a3d7a
}

.cu-pg .submit-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px
}

.cu-pg .btn-send {
  background: #7C54A2;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 12px 48px;
  font-size: 17px;
  cursor: pointer;
  box-shadow: -1px 6px 28px 0 #7c54a238;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative
}

.cu-pg .btn-send:hover {
  background: #6a4590;
  box-shadow: -1px 10px 48px 0 #7c54a247
}

.cu-pg .btn-send:focus {
  outline: 3px solid #7c54a266;
  outline-offset: 3px
}

.cu-pg .btn-send:active {
  transform: translateY(1px)
}

.cu-pg .btn-send.shake {
  animation: field-shake .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@keyframes field-shake {

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

  20% {
    transform: translateX(-6px)
  }

  40% {
    transform: translateX(6px)
  }

  60% {
    transform: translateX(-4px)
  }

  80% {
    transform: translateX(4px)
  }
}

.cu-pg .send-note {
  font-size: 13px;
  color: #5a3d7a99;
  line-height: 1.5
}

.cu-pg .divider-fade {
  height: 48px;
  background: linear-gradient(180deg, #7C54A2 0%, transparent 100%);
  opacity: .08
}

@media (max-width: 992px) {
  .cu-pg .reach-inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .cu-pg .reach-circles {
    display: none
  }

  .cu-pg .stat-row {
    grid-template-columns: 1fr 1fr
  }

  .cu-pg .form-wrap {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .cu-pg .form-card {
    padding: 24px
  }

  .cu-pg .field-row {
    grid-template-columns: 1fr;
    gap: 12px
  }
}

@media (max-width: 576px) {
  .cu-pg .reach-heading {
    font-size: 38px
  }

  .cu-pg .stat-row {
    grid-template-columns: 1fr
  }

  .cu-pg .reach-strip {
    padding: 24px 12px
  }

  .cu-pg .form-pg {
    padding: 24px 12px
  }

  .cu-pg .form-card {
    padding: 12px
  }

  .cu-pg .submit-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }
}

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

.abt-us .reveal-mask {
  animation: maskReveal .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  clip-path: inset(0 50% 0 50%)
}

@keyframes maskReveal {
  to {
    clip-path: inset(0 0% 0 0%)
  }
}

.abt-us .fade-up {
  opacity: 0;
  transform: translateY(32px);
  animation: fadeUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s forwards
}

.abt-us .fade-up-2 {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s forwards
}

.abt-us .fade-up-3 {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .6s forwards
}

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

.abt-us .spin-slow {
  animation: spinSlow 18s linear infinite
}

@keyframes spinSlow {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

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

.abt-us .divider-zigzag {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  display: block
}

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

.abt-us .top-band {
  background: #F5F5F5;
  padding: 48px 0 72px;
  position: relative
}

.abt-us .top-band-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px
}

.abt-us .band-left {
  flex: 0 0 auto;
  width: 420px;
  position: relative
}

.abt-us .band-right {
  flex: 1 1 auto;
  padding-bottom: 12px
}

.abt-us .img-frame {
  position: relative;
  width: 420px;
  height: 340px;
  overflow: hidden;
  border-radius: 4px
}

.abt-us .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: sepia(0.22) contrast(1.08) brightness(0.96) saturate(0.85);
  transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .img-frame:hover img {
  filter: sepia(0.08) contrast(1.04) brightness(1.02) saturate(1.0);
  transform: scale(1.04)
}

.abt-us .img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 55%, #7c54a22e 100%);
  pointer-events: none;
  border-radius: 4px
}

.abt-us .geo-shape-a {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 64px;
  height: 64px;
  border: 2px solid #7c54a22e;
  border-radius: 2px;
  opacity: .7;
  pointer-events: none
}

.abt-us .geo-shape-b {
  position: absolute;
  bottom: -14px;
  right: -14px;
  width: 40px;
  height: 40px;
  background: #f8c0be38;
  border-radius: 2px;
  pointer-events: none
}

.abt-us .thin-lines-deco {
  position: absolute;
  top: 24px;
  right: -28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none
}

.abt-us .thin-lines-deco span {
  display: block;
  height: 1px;
  background: #7c54a240
}

.abt-us .thin-lines-deco span:nth-child(1) {
  width: 36px
}

.abt-us .thin-lines-deco span:nth-child(2) {
  width: 24px
}

.abt-us .thin-lines-deco span:nth-child(3) {
  width: 48px
}

.abt-us .thin-lines-deco span:nth-child(4) {
  width: 18px
}

.abt-us .thin-lines-deco span:nth-child(5) {
  width: 32px
}

.abt-us .band-tag {
  display: inline-block;
  background: #7C54A2;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  padding: 6px 12px;
  border-radius: 2px;
  margin-bottom: 24px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.abt-us .band-h1 {
  font-size: 50px;
  line-height: 1.1;
  color: #1b1225;
  margin: 0 0 24px;
  text-shadow: 1px 2px 6px #7c54a221
}

.abt-us .band-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3046;
  margin: 0 0 24px;
  padding: 12px 24px;
  background: #7c54a20d;
  border-left: 3px solid #7C54A2;
  border-radius: 0 4px 4px 0
}

.abt-us .band-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.3;
  color: #7C54A2;
  text-decoration: none;
  border-bottom: 1.5px solid #7c54a259;
  padding-bottom: 2px;
  transition: color .5s ease, border-color .5s ease
}

.abt-us .band-link:hover {
  color: #5a3a7a;
  border-color: #5a3a7a
}

.abt-us .mid-section {
  background: #fff;
  padding: 0
}

.abt-us .mid-divider-top {
  background: #F5F5F5
}

.abt-us .mid-divider-bot {
  background: #1b1225
}

.abt-us .story-band {
  background: #1b1225;
  padding: 48px 0;
  position: relative
}

.abt-us .story-band-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.abt-us .story-left {
  flex: 1 1 auto
}

.abt-us .story-right {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .story-label {
  font-size: 13px;
  line-height: 1.3;
  color: #f8c0beb3;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 12px
}

.abt-us .story-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #F5F5F5;
  margin: 0 0 24px;
  text-shadow: 0 2px 12px #7c54a259
}

.abt-us .story-p {
  font-size: 15px;
  line-height: 1.7;
  color: #f5f5f5bf;
  margin: 0 0 12px
}

.abt-us .story-p-first {
  font-size: 15px;
  line-height: 1.7;
  color: #f5f5f5eb;
  margin: 0 0 12px;
  padding: 12px;
  background: #7c54a22e;
  border-radius: 4px;
  border-left: 2px solid #f8c0be73;
  border-right: 1px solid #f8c0be26
}

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

.abt-us .metric-block {
  background: #7c54a224;
  border: 1px solid #7c54a238;
  border-radius: 4px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt-us .metric-num {
  font-size: 28px;
  line-height: 1.1;
  color: #F8C0BE;
  font-weight: 700
}

.abt-us .metric-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #f5f5f59e
}

.abt-us .spin-deco-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 12px
}

.abt-us .spin-ring {
  width: 48px;
  height: 48px;
  border: 1.5px dashed #f8c0be59;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.abt-us .spin-ring-inner {
  width: 24px;
  height: 24px;
  border: 1.5px solid #7c54a280;
  border-top-color: #F8C0BE;
  border-radius: 12px
}

.abt-us .people-section {
  background: #F5F5F5;
  padding: 48px 0;
  position: relative
}

.abt-us .people-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.abt-us .people-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 48px
}

.abt-us .people-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #1b1225;
  margin: 0;
  flex: 0 0 auto;
  text-shadow: 1px 1px 4px #7c54a21a
}

.abt-us .people-intro {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3046;
  flex: 1 1 auto;
  margin: 0
}

.abt-us .people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.abt-us .person-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 6px 28px 0 #7c54a21c;
  display: flex;
  flex-direction: column;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .person-card:hover {
  box-shadow: -1px 10px 48px 0 #7c54a224;
  transform: translateY(-4px)
}

.abt-us .person-img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden
}

.abt-us .person-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.88) contrast(1.04);
  transition: filter .6s ease, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .person-card:hover .person-img-wrap img {
  filter: saturate(1.05) contrast(1.0);
  transform: scale(1.05)
}

.abt-us .person-body {
  padding: 24px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt-us .person-name {
  font-size: 17px;
  line-height: 1.3;
  color: #1b1225;
  margin: 0
}

.abt-us .person-role {
  font-size: 13px;
  line-height: 1.3;
  color: #7C54A2;
  margin: 0
}

.abt-us .person-bio {
  font-size: 13px;
  line-height: 1.7;
  color: #5a5070;
  margin: 6px 0 0
}

.abt-us .double-border-wrap {
  display: inline-block;
  border: 1px solid #7c54a22e;
  border-radius: 12px;
  padding: 3px;
  margin-top: 12px
}

.abt-us .double-border-inner {
  border: 2px solid #7c54a28c;
  border-radius: 12px;
  padding: 12px 24px;
  background: #7c54a20a
}

.abt-us .person-spec {
  font-size: 13px;
  line-height: 1.5;
  color: #7C54A2;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px
}

.abt-us .person-spec i {
  font-size: 13px;
  color: #F8C0BE
}

.abt-us .bp-grid-section {
  background: #fff;
  padding: 48px 0;
  position: relative
}

.abt-us .bp-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#6482c80f 1px, transparent 1px), linear-gradient(90deg, #6482c80f 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  border-radius: 0
}

.abt-us .approach-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative
}

.abt-us .approach-h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #1b1225;
  margin: 0 0 12px;
  text-shadow: 0 1px 3px #7c54a217
}

.abt-us .approach-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #5a5070;
  margin: 0 0 48px;
  max-width: 560px
}

.abt-us .approach-layout {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.abt-us .approach-list {
  flex: 1 1 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .approach-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: -1px 3px 3px 0 #7c54a20f;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .approach-item:hover {
  box-shadow: -1px 6px 28px 0 #7c54a21c
}

.abt-us .approach-num {
  font-size: 21px;
  line-height: 1.1;
  color: #7c54a238;
  font-weight: 700;
  flex: 0 0 36px;
  text-align: right
}

.abt-us .approach-text {
  flex: 1 1 auto
}

.abt-us .approach-item-h {
  font-size: 17px;
  line-height: 1.3;
  color: #1b1225;
  margin: 0 0 6px
}

.abt-us .approach-item-p {
  font-size: 13px;
  line-height: 1.7;
  color: #5a5070;
  margin: 0
}

.abt-us .approach-img-col {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .approach-img-frame {
  width: 340px;
  height: 260px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: -1px 6px 28px 0 #7c54a21c
}

.abt-us .approach-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter .7s ease;
  filter: saturate(0.9)
}

.abt-us .approach-img-frame:hover img {
  transform: scale(1.05);
  filter: saturate(1.08)
}

.abt-us .approach-corner-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end
}

.abt-us .approach-corner-lines span {
  display: block;
  height: 1px;
  background: #7c54a233
}

.abt-us .approach-corner-lines span:nth-child(1) {
  width: 60px
}

.abt-us .approach-corner-lines span:nth-child(2) {
  width: 40px
}

.abt-us .approach-corner-lines span:nth-child(3) {
  width: 80px
}

.abt-us .approach-corner-lines span:nth-child(4) {
  width: 28px
}

.abt-us .contact-strip {
  background: linear-gradient(to bottom, #7C54A2, #7c54a2d1);
  padding: 48px 0
}

.abt-us .contact-strip-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.abt-us .contact-text {
  flex: 1 1 auto
}

.abt-us .contact-h3 {
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 6px;
  text-shadow: 0 1px 6px #0000002e
}

.abt-us .contact-p {
  font-size: 15px;
  line-height: 1.5;
  color: #ffffffc7;
  margin: 0
}

.abt-us .contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 0 auto
}

.abt-us .contact-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3;
  transition: color .5s ease, opacity .5s ease;
  opacity: .9
}

.abt-us .contact-link:hover {
  opacity: 1;
  color: #F8C0BE
}

.abt-us .contact-link i {
  font-size: 17px;
  color: #F8C0BE;
  flex: 0 0 auto
}

@media (max-width: 992px) {
  .abt-us .top-band-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .abt-us .band-left {
    width: 100%
  }

  .abt-us .img-frame {
    width: 100%;
    height: 260px
  }

  .abt-us .thin-lines-deco {
    display: none
  }

  .abt-us .story-band-inner {
    flex-direction: column;
    gap: 24px
  }

  .abt-us .story-right {
    flex: 0 0 auto;
    width: 100%
  }

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

  .abt-us .people-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .abt-us .people-grid {
    grid-template-columns: 1fr 1fr
  }

  .abt-us .approach-layout {
    flex-direction: column;
    gap: 24px
  }

  .abt-us .approach-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .abt-us .approach-img-frame {
    width: 100%;
    height: 220px
  }

  .abt-us .contact-strip-inner {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start
  }
}

@media (max-width: 576px) {
  .abt-us .band-h1 {
    font-size: 38px
  }

  .abt-us .img-frame {
    display: none
  }

  .abt-us .story-h2 {
    font-size: 28px
  }

  .abt-us .people-grid {
    grid-template-columns: 1fr
  }

  .abt-us .person-img-wrap {
    display: none
  }

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

  .abt-us .people-h2 {
    font-size: 28px
  }

  .abt-us .approach-h2 {
    font-size: 21px
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background-color: #F5F5F5
}

.success-page .success-wrap {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px
}

.success-page .success-card {
  background: #fff;
  border-radius: 12px;
  padding: 48px;
  max-width: 560px;
  width: 100%;
  box-shadow: -1px 6px 28px 0 #7c54a21c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-top: 4px solid #7C54A2
}

.success-page .success-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0
}

.success-page .success-icon .icon-circle {
  fill: none;
  stroke: #7C54A2;
  stroke-width: 2.5
}

.success-page .success-icon .icon-check {
  fill: none;
  stroke: #7C54A2;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.success-page .success-heading {
  font-size: 28px;
  line-height: 1.3;
  color: #1b1b2e;
  text-align: center;
  margin: 0;
  text-shadow: 0 1px 2px #7c54a214
}

.success-page .success-text {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a4a;
  text-align: center;
  margin: 0;
  max-width: 420px
}

.success-page .success-divider {
  width: 48px;
  height: 2px;
  background: #F8C0BE;
  border-radius: 2px;
  flex-shrink: 0
}

.success-page .success-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%
}

.success-page .meta-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #F5F5F5;
  border-radius: 4px;
  border-left: 3px solid #F8C0BE;
  border-right: 1px solid #7c54a214;
  border-top: 1px solid #7c54a214;
  border-bottom: 1px solid #7c54a214
}

.success-page .meta-row .meta-icon {
  color: #7C54A2;
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0
}

.success-page .meta-row .meta-label {
  font-size: 13px;
  line-height: 1.5;
  color: #5a5a70;
  margin: 0
}

.success-page .meta-row .meta-label strong {
  color: #1b1b2e;
  font-weight: 600
}

.success-page .success-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%
}

.success-page .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  background: #7C54A2;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #7C54A2;
  transition: background-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s ease;
  box-shadow: -1px 3px 3px 0 #7c54a20f
}

.success-page .btn-primary:hover {
  background: #6a4590;
  border-color: #6a4590;
  box-shadow: -1px 6px 28px 0 #7c54a21c
}

.success-page .btn-primary:focus {
  outline: 3px solid #F8C0BE;
  outline-offset: 2px
}

.success-page .btn-primary:active {
  background: #5c3a7d;
  border-color: #5c3a7d
}

.success-page .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  background: transparent;
  color: #7C54A2;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #7c54a24d;
  transition: border-color .7s ease, color .7s ease, background-color .6s ease
}

.success-page .btn-secondary:hover {
  border-color: #7C54A2;
  background: #7c54a20d
}

.success-page .btn-secondary:focus {
  outline: 3px solid #F8C0BE;
  outline-offset: 2px
}

.success-page .success-note {
  font-size: 13px;
  line-height: 1.5;
  color: #7a7a90;
  text-align: center;
  margin: 0;
  max-width: 400px
}

.success-page .success-note a {
  color: #7C54A2;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .5s ease
}

.success-page .success-note a:hover {
  color: #5c3a7d
}

@media (max-width: 576px) {
  .success-page .success-card {
    padding: 24px
  }

  .success-page .success-actions {
    flex-direction: column;
    align-items: stretch
  }

  .success-page .btn-primary,
  .success-page .btn-secondary {
    justify-content: center
  }
}