html {
  font-size: 100%
}

body {
  margin: 0
}

:focus {
  outline: none
}

:focus-visible {
  outline: 2px solid #B05154;
  outline-offset: 3px
}

.site-header {
  position: relative;
  font-family: 'Arimo', sans-serif;
  background: linear-gradient(160deg, #fff 0%, #f5ede9 55%, #e8d5cc 100%);
  border-bottom: 2px solid #CDB6A7;
  overflow: hidden
}

.site-header::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b0515412 0%, #cdb6a71f 100%);
  pointer-events: none
}

.site-header::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #cdb6a71a;
  pointer-events: none
}

.header-brand-strip {
  position: relative;
  z-index: 2;
  padding: 36px 72px 12px;
  display: flex;
  align-items: flex-end;
  gap: 24px;
  max-width: 1024px;
  margin: 0 auto
}

.brand-name {
  font-size: 51px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.03em;
  background: linear-gradient(120deg, #B05154 0%, #8a3c3e 60%, #CDB6A7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding: 0;
  flex: 1
}

.brand-tagline {
  font-size: 15px;
  line-height: 1.6;
  color: #5a3a3b;
  margin: 0 0 6px;
  padding: 0;
  max-width: 280px;
  text-align: right
}

.header-bar {
  position: relative;
  z-index: 2;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 72px 24px;
  display: flex;
  align-items: center;
  gap: 36px
}

.logo-pod {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: #ffffffeb;
  border: 2px solid #CDB6A7;
  border-radius: 20px 6px 20px 6px;
  box-shadow: -1px 7px 20px 1px #b0515414;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px
}

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

.primary-nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: center;
  justify-content: flex-end
}

.primary-nav a {
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #3d2020;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1.5px solid transparent;
  transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), background .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px
}

.primary-nav a:hover {
  color: #B05154;
  background: #b0515412;
  border-color: #b0515438
}

.primary-nav a.active {
  color: #B05154;
  background: #b051541a;
  border-color: #b051544d;
  box-shadow: inset -1px 3px 3px 1px #b051540d
}

.nav-icon {
  font-size: 17px;
  line-height: 1
}

.contact-strip {
  position: relative;
  z-index: 2;
  background: #b051540f;
  border-top: 1px solid #cdb6a780
}

.contact-strip-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 6px 72px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
  flex-wrap: wrap
}

.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  color: #5a3a3b;
  text-decoration: none;
  transition: color .35s ease-in-out;
  min-height: 44px
}

.contact-item:hover {
  color: #B05154
}

.contact-item i {
  font-size: 17px;
  color: #B05154
}

@media (max-width: 1024px) {
  .header-brand-strip {
    padding: 24px 36px 12px
  }

  .header-bar {
    padding: 0 36px 24px
  }

  .contact-strip-inner {
    padding: 6px 36px
  }

  .brand-name {
    font-size: 37px
  }
}

@media (max-width: 768px) {
  .header-brand-strip {
    padding: 24px 24px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px
  }

  .brand-tagline {
    text-align: left;
    max-width: 100%
  }

  .header-bar {
    padding: 0 24px 24px;
    flex-wrap: wrap;
    gap: 12px
  }

  .primary-nav {
    justify-content: flex-start
  }

  .contact-strip-inner {
    padding: 6px 24px;
    justify-content: flex-start
  }

  .brand-name {
    font-size: 27px
  }
}

@media (max-width: 375px) {
  .header-brand-strip {
    padding: 12px 12px 6px
  }

  .header-bar {
    padding: 0 12px 12px
  }

  .contact-strip-inner {
    padding: 6px 12px
  }

  .primary-nav a {
    padding: 12px;
    font-size: 15px
  }

  .brand-name {
    font-size: 21px
  }
}

.site-footer {
  font-family: 'Arimo', sans-serif;
  background: linear-gradient(160deg, #3d2020 0%, #2a1414 100%);
  color: #f0e4e0;
  border-top: 3px solid #B05154
}

.footer-deck {
  max-width: 1024px;
  margin: 0 auto;
  padding: 72px 72px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px
}

.footer-brand-cell {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.footer-logo-pod {
  width: 80px;
  height: 80px;
  background: #fffffff2;
  border: 2px solid #CDB6A7;
  border-radius: 6px 20px 6px 20px;
  box-shadow: -1px 8px 44px 1px #b051541a inset -1px 3px 3px 1px #cdb6a71f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  flex-shrink: 0
}

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

.footer-brand-name {
  font-size: 21px;
  font-weight: 700;
  color: #f0e4e0;
  margin: 0;
  padding: 0;
  letter-spacing: -.01em;
  line-height: 1.2
}

.footer-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #CDB6A7;
  margin: 0;
  padding: 0
}

.footer-links-cell {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer-cell-label {
  font-size: 15px;
  font-weight: 700;
  color: #B05154;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 12px;
  padding: 0;
  line-height: 1.4
}

.footer-links-cell a {
  font-size: 15px;
  color: #e0cdc8;
  text-decoration: none;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  transition: color .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.footer-links-cell a:hover {
  color: #CDB6A7
}

.footer-contact-cell {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 44px
}

.footer-contact-row i {
  font-size: 21px;
  color: #B05154;
  flex-shrink: 0;
  margin-top: 2px
}

.footer-contact-row a,
.footer-contact-row span {
  font-size: 15px;
  color: #e0cdc8;
  text-decoration: none;
  line-height: 1.6;
  transition: color .38s ease-in-out;
  word-break: break-word
}

.footer-contact-row a:hover {
  color: #CDB6A7
}

.footer-bottom {
  max-width: 1024px;
  margin: 0 auto;
  padding: 24px 72px 36px;
  border-top: 1px solid #cdb6a733;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.footer-copy {
  font-size: 15px;
  color: #cdb6a7b3;
  margin: 0;
  padding: 0;
  line-height: 1.6
}

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

.footer-legal-links a {
  font-size: 15px;
  color: #cdb6a7b3;
  text-decoration: none;
  transition: color .35s ease-in-out;
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.footer-legal-links a:hover {
  color: #CDB6A7
}

@media (max-width: 1024px) {
  .footer-deck {
    padding: 36px 36px 24px
  }

  .footer-bottom {
    padding: 24px 36px 36px
  }
}

@media (max-width: 768px) {
  .footer-deck {
    grid-template-columns: 1fr 1fr;
    padding: 36px 24px 24px;
    gap: 24px
  }

  .footer-brand-cell {
    grid-column: 1 / -1
  }

  .footer-bottom {
    padding: 24px 24px 36px;
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 375px) {
  .footer-deck {
    grid-template-columns: 1fr;
    padding: 24px 12px 12px
  }

  .footer-bottom {
    padding: 12px 12px 24px
  }
}

.terms-area {
  max-width: 1024px;
  margin: 0 auto;
  padding: 72px 24px;
  color: #2d2020
}

.terms-area p {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 24px;
  color: #2d2020
}

.terms-area strong,
.terms-area b {
  font-weight: 700;
  color: #B05154
}

.terms-area em,
.terms-area i {
  font-style: italic;
  color: #5a3a3a
}

.terms-area hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #CDB6A7, transparent);
  margin: 36px 0
}

.terms-area div {
  margin-bottom: 36px;
  padding: 24px;
  background: #fff;
  border-radius: 20px;
  box-shadow: -1px 7px 20px 1px #b0515414
}

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

  .terms-area p {
    font-size: 15px
  }

  .terms-area div {
    padding: 24px 12px;
    border-radius: 6px
  }
}

@media (max-width: 375px) {
  .terms-area {
    padding: 24px 12px
  }
}

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

.cd-detail .page-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px
}

@keyframes diag-reveal {
  from {
    opacity: 0;
    transform: translateY(16px) translateX(-8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.cd-detail .anim-1 {
  animation: diag-reveal .38s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.cd-detail .anim-2 {
  animation: diag-reveal .42s cubic-bezier(0.34, 1.2, 0.64, 1) .07s both
}

.cd-detail .anim-3 {
  animation: diag-reveal .45s cubic-bezier(0.34, 1.2, 0.64, 1) .14s both
}

.cd-detail .anim-4 {
  animation: diag-reveal .38s cubic-bezier(0.34, 1.2, 0.64, 1) .21s both
}

.cd-detail .entry-head {
  padding: 72px 0 36px;
  background: #fff;
  position: relative
}

.cd-detail .entry-head .page-wrap {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 36px;
  align-items: start
}

.cd-detail .entry-meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap
}

.cd-detail .tag-format {
  background: #B05154;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: -.01em
}

.cd-detail .tag-readtime {
  background: #CDB6A7;
  color: #3a2420;
  font-size: 15px;
  line-height: 1.2;
  padding: 6px 12px;
  border-radius: 6px
}

.cd-detail .tag-date {
  font-size: 15px;
  line-height: 1.2;
  color: #6a4f4b
}

.cd-detail .entry-h1 {
  font-size: 51px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #2a1a18;
  margin: 0 0 24px
}

.cd-detail .entry-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #4a3330;
  margin: 0 0 24px;
  max-width: 520px
}

.cd-detail .entry-stats {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap
}

.cd-detail .stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.cd-detail .stat-label {
  font-size: 15px;
  line-height: 1.2;
  color: #8a6a66;
  text-transform: uppercase;
  letter-spacing: .04em
}

.cd-detail .stat-val {
  font-size: 21px;
  line-height: 1.2;
  color: #2a1a18;
  font-weight: 700
}

.cd-detail .stat-divider {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, #B05154, transparent)
}

.cd-detail .img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: -1px 8px 44px 1px #b051541a
}

.cd-detail .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.cd-detail .img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #2a1a1873 0%, transparent 50%);
  pointer-events: none
}

.cd-detail .img-deco {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  background: linear-gradient(to bottom, #B05154, transparent);
  opacity: .18;
  pointer-events: none
}

.cd-detail .img-deco2 {
  position: absolute;
  top: -18px;
  left: 24px;
  width: 48px;
  height: 48px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #CDB6A7, transparent);
  opacity: .22;
  pointer-events: none
}

.cd-detail .like-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-top: 24px
}

.cd-detail .like-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1.5px solid #CDB6A7;
  background: #fff;
  color: #B05154;
  font-size: 15px;
  cursor: pointer;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s ease-in-out;
  box-shadow: -1px 3px 3px 1px #b051540d
}

.cd-detail .like-btn:hover {
  background: #fdf0f0;
  box-shadow: -1px 7px 20px 1px #b0515414
}

.cd-detail .like-btn:focus {
  outline: 2px solid #B05154;
  outline-offset: 2px
}

.cd-detail .like-count {
  font-weight: 700;
  color: #2a1a18
}

.cd-detail .entry-body {
  padding: 36px 0 72px;
  background: linear-gradient(to bottom, #fdf7f5, #fff)
}

.cd-detail .entry-body .page-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 36px;
  align-items: start
}

.cd-detail .body-col {
  min-width: 0
}

.cd-detail .body-col p {
  font-size: 17px;
  line-height: 1.6;
  color: #3a2420;
  margin: 0 0 24px
}

.cd-detail .body-col h2 {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: -.02em;
  color: #2a1a18;
  margin: 36px 0 12px
}

.cd-detail .body-col h3 {
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: -.01em;
  color: #2a1a18;
  margin: 24px 0 12px
}

.cd-detail .body-col ol {
  padding-left: 24px;
  margin: 0 0 24px
}

.cd-detail .body-col li {
  font-size: 17px;
  line-height: 1.6;
  color: #3a2420;
  margin-bottom: 6px
}

.cd-detail .body-col blockquote {
  margin: 24px 0;
  padding: 24px;
  border-radius: 20px;
  background: #fdf0f0;
  box-shadow: inset 0 2px 8px #b0515412;
  position: relative
}

.cd-detail .body-col blockquote p {
  font-size: 21px;
  line-height: 1.4;
  color: #2a1a18;
  margin: 0 0 6px;
  font-style: italic
}

.cd-detail .body-col blockquote cite {
  font-size: 15px;
  color: #8a6a66;
  font-style: normal
}

.cd-detail .quote-mark {
  font-size: 68px;
  line-height: 1;
  color: #B05154;
  opacity: .18;
  position: absolute;
  top: 12px;
  left: 18px;
  pointer-events: none;
  font-style: normal
}

.cd-detail .body-col small {
  font-size: 15px;
  color: #8a6a66;
  line-height: 1.4
}

.cd-detail .body-col abbr {
  text-decoration: underline dotted #B05154;
  cursor: help
}

.cd-detail .body-col figure {
  margin: 24px 0
}

.cd-detail .body-col figcaption {
  font-size: 15px;
  color: #8a6a66;
  margin-top: 6px;
  line-height: 1.4
}

.cd-detail .program-block {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: -1px 7px 20px 1px #b0515414;
  margin-bottom: 36px
}

.cd-detail .program-block h2 {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: -.02em;
  color: #2a1a18;
  margin: 0 0 12px
}

.cd-detail .sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 24px
}

.cd-detail .price-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: -1px 8px 44px 1px #b051541a
}

.cd-detail .price-label {
  font-size: 15px;
  color: #8a6a66;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 6px
}

.cd-detail .price-amount {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #B05154;
  letter-spacing: -.02em;
  margin-bottom: 6px
}

.cd-detail .price-note {
  font-size: 15px;
  color: #6a4f4b;
  line-height: 1.4;
  margin-bottom: 24px
}

.cd-detail .enroll-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 12px 24px;
  border-radius: 36px;
  border: none;
  background: #B05154;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  box-shadow: -1px 7px 20px 1px #b0515414;
  transition: background .4s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s ease-in-out, transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  position: relative;
  overflow: hidden
}

.cd-detail .enroll-btn .btn-icon {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .38s ease-in-out, transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  font-size: 17px
}

.cd-detail .enroll-btn .btn-text {
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.cd-detail .enroll-btn:hover .btn-icon {
  opacity: 1;
  transform: translateX(0)
}

.cd-detail .enroll-btn:hover .btn-text {
  transform: translateX(6px)
}

.cd-detail .enroll-btn:hover {
  background: #943f42;
  box-shadow: -1px 8px 44px 1px #b051541a
}

.cd-detail .enroll-btn:focus {
  outline: 2px solid #B05154;
  outline-offset: 3px
}

.cd-detail .duration-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: -1px 3px 3px 1px #b051540d;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cd-detail .dur-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.cd-detail .dur-icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #fdf0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B05154;
  font-size: 17px;
  flex-shrink: 0
}

.cd-detail .dur-text {
  font-size: 15px;
  color: #3a2420;
  line-height: 1.4
}

.cd-detail .dur-text strong {
  display: block;
  font-size: 17px;
  color: #2a1a18
}

.cd-detail .poll-card {
  background: linear-gradient(to bottom, #fdf0f0, #fff);
  border-radius: 20px;
  padding: 24px;
  box-shadow: -1px 7px 20px 1px #b0515414
}

.cd-detail .poll-q {
  font-size: 17px;
  line-height: 1.4;
  color: #2a1a18;
  font-weight: 600;
  margin-bottom: 12px
}

.cd-detail .poll-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
  cursor: pointer
}

.cd-detail .poll-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.cd-detail .poll-fake-radio {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #CDB6A7;
  background: #fff;
  flex-shrink: 0;
  transition: border-color .38s ease-in-out, background .38s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center
}

.cd-detail .poll-fake-radio::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #B05154;
  opacity: 0;
  transition: opacity .35s ease-in-out
}

.cd-detail .poll-opt input[type="radio"]:checked~.poll-fake-radio {
  border-color: #B05154;
  background: #fdf0f0
}

.cd-detail .poll-opt input[type="radio"]:checked~.poll-fake-radio::after {
  opacity: 1
}

.cd-detail .poll-opt-label {
  font-size: 15px;
  color: #3a2420;
  line-height: 1.4;
  transition: color .38s ease-in-out
}

.cd-detail .poll-opt input[type="radio"]:checked~.poll-opt-label {
  color: #B05154;
  font-weight: 600
}

.cd-detail .poll-opt:focus-within .poll-fake-radio {
  outline: 2px solid #B05154;
  outline-offset: 2px
}

.cd-detail .entry-body {
  background: radial-gradient(ellipse at 80% 20%, #cdb6a72e 0%, transparent 55%), radial-gradient(ellipse at 10% 80%, #b0515412 0%, transparent 50%), linear-gradient(to bottom, #fdf7f5, #fff)
}

.cd-detail .entry-h1 .ch {
  display: inline;
  transition: color .35s ease-in-out
}

.cd-detail .entry-h1:hover .ch:nth-child(odd) {
  color: #B05154
}

@media (max-width: 1024px) {
  .cd-detail .entry-head .page-wrap {
    grid-template-columns: 1fr 340px
  }

  .cd-detail .entry-body .page-wrap {
    grid-template-columns: 1fr 260px
  }
}

@media (max-width: 768px) {
  .cd-detail .entry-head {
    padding: 36px 0 24px
  }

  .cd-detail .entry-head .page-wrap {
    grid-template-columns: 1fr
  }

  .cd-detail .entry-h1 {
    font-size: 37px
  }

  .cd-detail .img-wrap {
    order: -1
  }

  .cd-detail .entry-body .page-wrap {
    grid-template-columns: 1fr
  }

  .cd-detail .sidebar {
    position: static
  }
}

@media (max-width: 375px) {
  .cd-detail .entry-h1 {
    font-size: 27px
  }

  .cd-detail .page-wrap {
    padding: 0 12px
  }

  .cd-detail .entry-stats {
    gap: 12px
  }
}

@media print {
  .cd-detail .entry-head {
    padding: 12px 0
  }

  .cd-detail .entry-head .page-wrap,
  .cd-detail .entry-body .page-wrap {
    display: block
  }

  .cd-detail .img-wrap {
    max-width: 320px;
    float: right;
    margin: 0 0 12px 24px
  }

  .cd-detail .sidebar {
    display: none
  }

  .cd-detail .enroll-btn,
  .cd-detail .like-btn,
  .cd-detail .poll-card {
    display: none
  }

  .cd-detail .entry-body {
    background: #fff
  }

  .cd-detail .body-col blockquote {
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none
  }

  .cd-detail .price-card {
    box-shadow: none;
    border: 1px solid #ccc
  }

  .cd-detail .program-block {
    box-shadow: none;
    border: 1px solid #ccc
  }

  .cd-detail .entry-h1 {
    font-size: 27px
  }

  .cd-detail .anim-1,
  .cd-detail .anim-2,
  .cd-detail .anim-3,
  .cd-detail .anim-4 {
    animation: none;
    opacity: 1;
    transform: none
  }
}

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

.dbt .pg-limit {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.dbt .ttl-band {
  background: #f5f0ed;
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative
}

.dbt .ttl-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#b051540f 1px, transparent 1px), linear-gradient(90deg, #b051540f 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none
}

.dbt .ttl-strip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  position: relative;
  z-index: 1
}

.dbt .ttl-text {
  flex: 1;
  min-width: 0
}

.dbt .ttl-tag {
  display: inline-block;
  background: #B05154;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 12px;
  letter-spacing: .04em
}

.dbt .ttl-h1 {
  font-size: 51px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1010;
  margin: 0 0 12px
}

.dbt .ttl-h1 span {
  display: block
}

.dbt .ttl-h1 .w-mid {
  font-size: 68px
}

.dbt .ttl-h1 .w-heavy {
  font-size: 68px;
  background: linear-gradient(180deg, #B05154 0%, #b0515400 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.dbt .ttl-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #3d2222;
  max-width: 420px
}

.dbt .ttl-img-wrap {
  flex: 0 0 340px;
  width: 340px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 8px 44px 1px #b051541a;
  position: relative
}

.dbt .ttl-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  opacity: .35;
  pointer-events: none;
  border-radius: 20px
}

.dbt .ttl-img-wrap img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.dbt .ttl-img-wrap:hover img {
  transform: scale(1.04)
}

.dbt .ttl-accent-line {
  width: 3px;
  height: 100%;
  min-height: 60px;
  background: linear-gradient(180deg, #B05154 0%, #b0515400 100%);
  border-radius: 6px;
  flex-shrink: 0
}

.dbt .ready-band {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px
}

.dbt .ready-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

.dbt .ready-col-label {
  font-size: 15px;
  line-height: 1.4;
  color: #B05154;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.dbt .ready-h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1b1010;
  margin: 0 0 24px
}

.dbt .ready-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #3d2222;
  margin: 0 0 12px
}

.dbt .ready-checks {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.dbt .ready-checks li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 17px;
  line-height: 1.6;
  color: #3d2222
}

.dbt .check-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #B05154;
  margin-top: 8px
}

.dbt .ready-img-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dbt .ready-img-frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 7px 20px 1px #b0515414;
  position: relative
}

.dbt .ready-img-frame img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform .38s ease-in-out
}

.dbt .ready-img-frame:hover img {
  transform: scale(1.03)
}

.dbt .ready-note {
  background: linear-gradient(180deg, #b0515414 0%, #cdb6a700 100%);
  border-radius: 20px;
  padding: 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #3d2222;
  box-shadow: inset -1px 3px 3px 1px #b051540d
}

.dbt .adapt-band {
  background: #2a0d0e;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden
}

.dbt .adapt-stripes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.dbt .adapt-stripes::before,
.dbt .adapt-stripes::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 3px;
  background: repeating-linear-gradient(90deg, #b051542e 0px, #b051542e 40px, transparent 40px, transparent 80px);
  animation: stripe-drift 14s linear infinite
}

.dbt .adapt-stripes::before {
  top: 25%;
  transform: rotate(-8deg)
}

.dbt .adapt-stripes::after {
  top: 65%;
  transform: rotate(-8deg);
  animation-duration: 20s;
  animation-direction: reverse
}

@keyframes stripe-drift {
  from {
    transform: rotate(-8deg) translateX(0)
  }

  to {
    transform: rotate(-8deg) translateX(-50%)
  }
}

.dbt .adapt-inner {
  position: relative;
  z-index: 1
}

.dbt .adapt-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 36px;
  margin-bottom: 36px
}

.dbt .adapt-label {
  font-size: 15px;
  line-height: 1.4;
  color: #CDB6A7;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.dbt .adapt-h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #fff;
  margin: 0;
  flex: 1
}

.dbt .adapt-intro {
  flex: 1;
  font-size: 17px;
  line-height: 1.6;
  color: #e8d5cc;
  margin: 0;
  padding-top: 12px
}

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

.dbt .adapt-card {
  background: #ffffff0d;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #b0515433;
  transition: border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1);
  box-shadow: inset -1px 3px 3px 1px #b051540d
}

.dbt .adapt-card:hover {
  border-color: #B05154;
  box-shadow: -1px 7px 20px 1px #b051542e inset -1px 3px 3px 1px #b0515414
}

.dbt .adapt-card-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  color: #B05154;
  font-size: 27px;
  line-height: 1
}

.dbt .adapt-card-h {
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 6px
}

.dbt .adapt-card-p {
  font-size: 15px;
  line-height: 1.6;
  color: #c8b0a7;
  margin: 0
}

.dbt .mech-band {
  background: #fdf8f5;
  padding-top: 72px;
  padding-bottom: 72px
}

.dbt .mech-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 36px
}

.dbt .mech-accent {
  width: 3px;
  min-height: 80px;
  background: linear-gradient(180deg, #B05154 0%, #b0515400 100%);
  border-radius: 6px;
  flex-shrink: 0
}

.dbt .mech-label {
  font-size: 15px;
  line-height: 1.4;
  color: #B05154;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px
}

.dbt .mech-h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1b1010;
  margin: 0 0 12px
}

.dbt .mech-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #3d2222;
  margin: 0;
  max-width: 560px
}

.dbt .mech-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

.dbt .mech-steps {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dbt .mech-step {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start
}

.dbt .step-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #B05154;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 7px 20px 1px #b051542e
}

.dbt .step-body-h {
  font-size: 17px;
  line-height: 1.4;
  color: #1b1010;
  margin: 0 0 6px
}

.dbt .step-body-p {
  font-size: 15px;
  line-height: 1.6;
  color: #3d2222;
  margin: 0
}

.dbt .mech-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 8px 44px 1px #b051541a;
  position: relative
}

.dbt .mech-img-wrap img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform .44s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.dbt .mech-img-wrap:hover img {
  transform: scale(1.04)
}

.dbt .mech-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #2a0d0ed1;
  border-radius: 36px;
  padding: 6px 12px;
  font-size: 15px;
  color: #CDB6A7;
  line-height: 1.4;
  backdrop-filter: blur(4px)
}

.dbt .scale-band {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px
}

.dbt .scale-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 36px
}

.dbt .scale-label {
  font-size: 15px;
  line-height: 1.4;
  color: #B05154;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.dbt .scale-h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1b1010;
  margin: 0 0 12px
}

.dbt .scale-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #3d2222;
  margin: 0
}

.dbt .scale-img-frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 7px 20px 1px #b0515414
}

.dbt .scale-img-frame img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform .4s ease-in-out
}

.dbt .scale-img-frame:hover img {
  transform: scale(1.03)
}

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

.dbt .metric-item {
  border-radius: 20px;
  padding: 24px;
  background: linear-gradient(180deg, #b051540f 0%, #cdb6a700 100%);
  box-shadow: -1px 3px 3px 1px #b051540d;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.dbt .metric-item:hover {
  box-shadow: -1px 7px 20px 1px #b051541f
}

.dbt .metric-val {
  font-size: 51px;
  line-height: 1.2;
  color: #B05154;
  letter-spacing: -.02em;
  display: block
}

.dbt .metric-lbl {
  font-size: 15px;
  line-height: 1.4;
  color: #3d2222;
  margin-top: 6px;
  display: block
}

.dbt .scale-voices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px
}

.dbt .voice-card {
  border-radius: 20px;
  padding: 24px;
  background: #fdf8f5;
  box-shadow: -1px 3px 3px 1px #b051540d;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.dbt .voice-text {
  font-size: 17px;
  line-height: 1.6;
  color: #1b1010;
  margin: 0
}

.dbt .voice-attr {
  font-size: 15px;
  line-height: 1.4;
  color: #B05154;
  margin: 0
}

@media (max-width: 1024px) {

  .dbt .ttl-h1 .w-mid,
  .dbt .ttl-h1 .w-heavy {
    font-size: 51px
  }

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

@media (max-width: 768px) {
  .dbt .ttl-strip {
    flex-direction: column
  }

  .dbt .ttl-img-wrap {
    flex: none;
    width: 100%
  }

  .dbt .ttl-h1 {
    font-size: 37px
  }

  .dbt .ttl-h1 .w-mid,
  .dbt .ttl-h1 .w-heavy {
    font-size: 37px
  }

  .dbt .ready-grid,
  .dbt .mech-layout,
  .dbt .scale-top {
    grid-template-columns: 1fr
  }

  .dbt .adapt-top {
    flex-direction: column;
    gap: 12px
  }

  .dbt .adapt-cards {
    grid-template-columns: 1fr
  }

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

  .dbt .scale-voices {
    grid-template-columns: 1fr
  }

  .dbt .adapt-h2,
  .dbt .ready-h2,
  .dbt .mech-h2,
  .dbt .scale-h2 {
    font-size: 27px
  }
}

@media (max-width: 375px) {
  .dbt .pg-limit {
    padding-left: 12px;
    padding-right: 12px
  }

  .dbt .scale-metrics {
    grid-template-columns: 1fr
  }

  .dbt .metric-val {
    font-size: 37px
  }

  .dbt .adapt-cards {
    grid-template-columns: 1fr
  }
}

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

.proc-pg .pg-bound {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.proc-pg .title-blk {
  position: relative;
  background: linear-gradient(to bottom, #B05154, #b0515414);
  padding-top: 72px;
  padding-bottom: 72px
}

.proc-pg .title-blk .frame-line {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid #b0515447;
  border-radius: 6px;
  pointer-events: none
}

.proc-pg .title-blk .frame-line-inner {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  border: 1px solid #ffffff1f;
  border-radius: 6px;
  pointer-events: none
}

.proc-pg .title-blk .asymm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center
}

.proc-pg .title-blk .txt-zone {
  padding: 36px 12px 36px 36px
}

.proc-pg .title-blk .img-zone {
  padding: 12px 6px 12px 12px
}

.proc-pg .title-blk .anchor-word {
  display: block;
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #ffffff17;
  font-weight: 900;
  user-select: none;
  pointer-events: none;
  margin-bottom: -36px
}

.proc-pg .title-blk .pg-heading {
  font-size: 51px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #fff;
  margin: 0
}

.proc-pg .title-blk .pg-heading span {
  display: block
}

.proc-pg .title-blk .img-clip-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 8px 44px 1px #b051541a
}

.proc-pg .title-blk .img-clip-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.proc-pg .title-blk .img-clip-wrap:hover img {
  transform: scale(1.04)
}

.proc-pg .wavy-divider {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.proc-pg .wavy-divider svg {
  display: block;
  width: 100%
}

.proc-pg .steps-blk {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.proc-pg .steps-blk::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #CDB6A7, transparent)
}

.proc-pg .steps-blk .sub-label {
  font-size: 15px;
  line-height: 1.4;
  color: #B05154;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.proc-pg .steps-blk .blk-heading {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #2a1a1b;
  margin: 0 0 36px
}

.proc-pg .steps-blk .steps-list {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.proc-pg .steps-blk .step-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  align-items: start;
  position: relative
}

.proc-pg .steps-blk .step-row.bounce-in {
  animation: stepBounce .38s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.proc-pg .steps-blk .step-row:nth-child(1) {
  animation-delay: .05s
}

.proc-pg .steps-blk .step-row:nth-child(2) {
  animation-delay: .12s
}

.proc-pg .steps-blk .step-row:nth-child(3) {
  animation-delay: .19s
}

.proc-pg .steps-blk .step-row:nth-child(4) {
  animation-delay: .26s
}

.proc-pg .steps-blk .step-row:nth-child(5) {
  animation-delay: .33s
}

@keyframes stepBounce {
  0% {
    transform: translateY(-18px);
    opacity: 0
  }

  60% {
    transform: translateY(4px);
    opacity: 1
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.proc-pg .steps-blk .step-num {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #B05154, #b05154b3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: -1px 7px 20px 1px #b0515414;
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s ease-in-out
}

.proc-pg .steps-blk .step-row:hover .step-num {
  transform: translateY(-3px);
  box-shadow: -1px 8px 44px 1px #b051541a
}

.proc-pg .steps-blk .step-num span {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.02em
}

.proc-pg .steps-blk .step-body {
  border-right: 3px solid #B05154;
  padding-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: border-color .35s ease-in-out
}

.proc-pg .steps-blk .step-row:hover .step-body {
  border-color: #CDB6A7
}

.proc-pg .steps-blk .step-name {
  font-size: 21px;
  line-height: 1.4;
  color: #2a1a1b;
  font-weight: 600;
  margin: 0 0 6px
}

.proc-pg .steps-blk .step-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a3234;
  margin: 0
}

.proc-pg .steps-blk .connector {
  position: absolute;
  left: 35px;
  top: 72px;
  bottom: -36px;
  width: 2px;
  background: linear-gradient(to bottom, #b051544d, transparent)
}

.proc-pg .steps-blk .step-row:last-child .connector {
  display: none
}

.proc-pg .detail-blk {
  background: linear-gradient(160deg, #f7f0ee 0%, #fff 40%, #f2ece9 100%);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.proc-pg .detail-blk .mesh-layer {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 30%, #b051540f 0%, transparent 55%), radial-gradient(ellipse at 80% 70%, #cdb6a71a 0%, transparent 50%), radial-gradient(ellipse at 60% 10%, #b051540a 0%, transparent 40%);
  pointer-events: none
}

.proc-pg .detail-blk .detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

.proc-pg .detail-blk .detail-txt {
  position: relative
}

.proc-pg .detail-blk .blk-heading {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #2a1a1b;
  margin: 0 0 24px
}

.proc-pg .detail-blk .lead-p {
  font-size: 17px;
  line-height: 1.6;
  color: #3d2426;
  margin: 0 0 24px
}

.proc-pg .detail-blk .two-col-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  list-style: none;
  padding: 0;
  margin: 0
}

.proc-pg .detail-blk .two-col-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.proc-pg .detail-blk .two-col-list .ic {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #b051541a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px
}

.proc-pg .detail-blk .two-col-list .ic i {
  font-size: 17px;
  color: #B05154
}

.proc-pg .detail-blk .two-col-list .li-txt strong {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: #2a1a1b;
  font-weight: 600
}

.proc-pg .detail-blk .two-col-list .li-txt span {
  font-size: 15px;
  line-height: 1.6;
  color: #5a3a3c
}

.proc-pg .detail-blk .img-side {
  position: relative
}

.proc-pg .detail-blk .img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 8px 44px 1px #b051541a;
  will-change: transform
}

.proc-pg .detail-blk .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.proc-pg .detail-blk .img-wrap:hover img {
  transform: scale(1.03)
}

.proc-pg .detail-blk .fold-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  margin-top: 24px;
  box-shadow: -1px 7px 20px 1px #b0515414;
  overflow: hidden;
  transition: box-shadow .4s ease-in-out
}

.proc-pg .detail-blk .fold-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 36px 36px 0;
  border-color: transparent #CDB6A7 transparent transparent;
  transition: border-width .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.proc-pg .detail-blk .fold-card:hover::before {
  border-width: 0 48px 48px 0
}

.proc-pg .detail-blk .fold-card:hover {
  box-shadow: -1px 8px 44px 1px #b051541a
}

.proc-pg .detail-blk .fold-card .card-head {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  color: #2a1a1b;
  margin: 0 0 12px
}

.proc-pg .detail-blk .fold-card .card-body {
  font-size: 15px;
  line-height: 1.6;
  color: #4a3234;
  margin: 0
}

.proc-pg .chart-row {
  margin-top: 24px
}

.proc-pg .chart-row .chart-label {
  font-size: 15px;
  line-height: 1.4;
  color: #5a3a3c;
  margin-bottom: 6px
}

.proc-pg .chart-row table.charts-css.bar {
  --labels-size: 0;
  height: 28px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px
}

.proc-pg .chart-row table.charts-css.bar tbody tr td {
  background: linear-gradient(to right, #B05154, #CDB6A7);
  border-radius: 6px
}

.proc-pg .wavy-top {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.proc-pg .wavy-top svg {
  display: block;
  width: 100%
}

@media (max-width: 768px) {
  .proc-pg .title-blk .asymm-grid {
    grid-template-columns: 1fr
  }

  .proc-pg .title-blk .txt-zone {
    padding: 24px 12px 12px
  }

  .proc-pg .title-blk .img-zone {
    padding: 12px
  }

  .proc-pg .title-blk .anchor-word {
    font-size: 51px
  }

  .proc-pg .title-blk .pg-heading {
    font-size: 37px
  }

  .proc-pg .detail-blk .detail-grid {
    grid-template-columns: 1fr
  }

  .proc-pg .detail-blk .two-col-list {
    grid-template-columns: 1fr
  }

  .proc-pg .steps-blk .step-row {
    grid-template-columns: 56px 1fr
  }

  .proc-pg .steps-blk .step-num {
    width: 56px;
    height: 56px
  }

  .proc-pg .steps-blk .connector {
    left: 27px;
    top: 56px
  }
}

@media (max-width: 375px) {
  .proc-pg .title-blk .pg-heading {
    font-size: 27px
  }

  .proc-pg .steps-blk .blk-heading,
  .proc-pg .detail-blk .blk-heading {
    font-size: 27px
  }

  .proc-pg .pg-bound {
    padding-left: 12px;
    padding-right: 12px
  }
}

@media (min-width: 1024px) {
  .proc-pg .title-blk .txt-zone {
    padding-left: 72px
  }
}

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

.abt-us .pg-schema {
  display: none
}

.abt-us .au-intro {
  max-width: 1024px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: end
}

.abt-us .au-intro .img-col {
  position: relative;
  container-type: inline-size
}

.abt-us .au-intro .img-col .img-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: -1px 7px 20px 1px #b0515414
}

.abt-us .au-intro .img-col .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(0px)
}

.abt-us .au-intro .img-col .img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, #b051542e 100%);
  border-radius: 20px;
  pointer-events: none
}

.abt-us .au-intro .img-col .corner-tl,
.abt-us .au-intro .img-col .corner-br {
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none
}

.abt-us .au-intro .img-col .corner-tl {
  top: -10px;
  left: -10px;
  border-top: 2px solid #B05154;
  border-left: 2px solid #B05154;
  border-radius: 6px 0 0 0
}

.abt-us .au-intro .img-col .corner-br {
  bottom: -10px;
  right: -10px;
  border-bottom: 2px solid #CDB6A7;
  border-right: 2px solid #CDB6A7;
  border-radius: 0 0 6px 0
}

.abt-us .au-intro .img-col .dot-pattern {
  position: absolute;
  bottom: -24px;
  left: -18px;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(circle, #CDB6A7 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: .6;
  pointer-events: none;
  z-index: -1
}

.abt-us .au-intro .txt-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 12px
}

.abt-us .au-intro .txt-col .founded-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #CDB6A7;
  color: #3a2020;
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 6px;
  width: fit-content;
  box-shadow: -1px 3px 3px 1px #b051540d
}

.abt-us .au-intro .txt-col .pg-heading {
  font-size: 51px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #2a1515;
  margin: 0
}

.abt-us .au-intro .txt-col .pg-heading span {
  display: block
}

.abt-us .au-intro .txt-col .pg-heading .accent {
  color: #B05154
}

.abt-us .au-intro .txt-col .lead-text {
  font-size: 17px;
  line-height: 1.6;
  color: #3d2222;
  margin: 0;
  max-width: 420px
}

.abt-us .au-intro .txt-col .stat-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-top: 6px
}

.abt-us .au-intro .txt-col .stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt-us .au-intro .txt-col .stat-num {
  font-size: 37px;
  line-height: 1.2;
  color: #B05154;
  letter-spacing: -.03em
}

.abt-us .au-intro .txt-col .stat-label {
  font-size: 15px;
  line-height: 1.4;
  color: #5a3535
}

.abt-us .au-divider-dash {
  border: none;
  border-top: 1px dashed #CDB6A7;
  max-width: 1024px;
  margin: 0 auto
}

.abt-us .au-approach {
  background: linear-gradient(to bottom, #fff8f5, #cdb6a714);
  padding: 72px 24px
}

.abt-us .au-approach .approach-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.abt-us .au-approach .approach-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 36px;
  align-items: start
}

.abt-us .au-approach .approach-label {
  font-size: 15px;
  color: #B05154;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 12px
}

.abt-us .au-approach .approach-heading {
  font-size: 37px;
  line-height: 1.2;
  color: #2a1515;
  letter-spacing: -.02em;
  margin: 0
}

.abt-us .au-approach .approach-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #3d2222;
  margin: 0;
  padding-top: 6px
}

.abt-us .au-approach .pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.abt-us .au-approach .pillar-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: -1px 7px 20px 1px #b0515414;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .au-approach .pillar-card:hover {
  box-shadow: -1px 8px 44px 1px #b051541a
}

.abt-us .au-approach .pillar-icon {
  width: 44px;
  height: 44px;
  border: 1.5px solid #B05154;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B05154;
  font-size: 21px;
  flex-shrink: 0
}

.abt-us .au-approach .pillar-name {
  font-size: 17px;
  line-height: 1.4;
  color: #2a1515;
  margin: 0
}

.abt-us .au-approach .pillar-text {
  font-size: 15px;
  line-height: 1.6;
  color: #5a3535;
  margin: 0
}

.abt-us .au-divider-dash2 {
  border: none;
  border-top: 1px dashed #CDB6A7;
  max-width: 1024px;
  margin: 0 auto
}

.abt-us .au-team {
  max-width: 1024px;
  margin: 0 auto;
  padding: 72px 24px;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.abt-us .au-team .team-head {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: end
}

.abt-us .au-team .team-heading {
  font-size: 37px;
  line-height: 1.2;
  color: #2a1515;
  letter-spacing: -.02em;
  margin: 0;
  flex: 1
}

.abt-us .au-team .team-note {
  font-size: 15px;
  line-height: 1.6;
  color: #5a3535;
  margin: 0;
  max-width: 320px
}

.abt-us .au-team .members-list {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .au-team .member-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  background: #fff;
  border-radius: 20px;
  box-shadow: -1px 3px 3px 1px #b051540d;
  transition: box-shadow .42s ease-in-out
}

.abt-us .au-team .member-card:hover {
  box-shadow: -1px 7px 20px 1px #b0515414
}

.abt-us .au-team .member-img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 36px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: -1px 3px 3px 1px #b051540d
}

.abt-us .au-team .member-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.abt-us .au-team .member-info {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt-us .au-team .member-name {
  font-size: 21px;
  line-height: 1.2;
  color: #2a1515;
  margin: 0
}

.abt-us .au-team .member-role {
  font-size: 15px;
  color: #B05154;
  margin: 0
}

.abt-us .au-team .member-bio {
  font-size: 15px;
  line-height: 1.6;
  color: #5a3535;
  margin: 0
}

.abt-us .au-team .member-exp {
  font-size: 27px;
  line-height: 1.2;
  color: #CDB6A7;
  letter-spacing: -.02em;
  white-space: nowrap;
  text-align: right
}

.abt-us .au-team .member-exp span {
  display: block;
  font-size: 13px;
  color: #8a6060;
  letter-spacing: 0
}

.abt-us .au-divider-dash3 {
  border: none;
  border-top: 1px dashed #CDB6A7;
  max-width: 1024px;
  margin: 0 auto
}

.abt-us .au-metrics {
  background: linear-gradient(to bottom, #b051540a, #cdb6a71f);
  padding: 72px 24px
}

.abt-us .au-metrics .metrics-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center
}

.abt-us .au-metrics .metrics-txt {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .au-metrics .metrics-heading {
  font-size: 51px;
  line-height: 1.2;
  color: #2a1515;
  letter-spacing: -.03em;
  margin: 0
}

.abt-us .au-metrics .metrics-heading em {
  font-style: normal;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to bottom, #B05154, #b0515480);
  -webkit-text-fill-color: transparent
}

.abt-us .au-metrics .metrics-body {
  font-size: 17px;
  line-height: 1.6;
  color: #3d2222;
  margin: 0
}

.abt-us .au-metrics .metrics-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: -1px 8px 44px 1px #b051541a;
  position: relative
}

.abt-us .au-metrics .metrics-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.abt-us .au-metrics .chart-area {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .au-metrics .chart-label {
  font-size: 15px;
  color: #5a3535;
  margin: 0
}

.abt-us .au-metrics .prog-row {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .au-metrics .prog-item {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt-us .au-metrics .prog-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.abt-us .au-metrics .prog-name {
  font-size: 15px;
  color: #3d2222
}

.abt-us .au-metrics .prog-val {
  font-size: 15px;
  color: #B05154
}

.abt-us .au-metrics .prog-track {
  height: 6px;
  background: #cdb6a759;
  border-radius: 6px;
  overflow: hidden
}

.abt-us .au-metrics .prog-fill {
  height: 100%;
  background: linear-gradient(to bottom, #B05154, #b0515499);
  border-radius: 6px;
  transform-origin: left;
  animation: fillbar .45s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

@keyframes fillbar {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

.abt-us .au-metrics .prog-fill.w88 {
  width: 88%
}

.abt-us .au-metrics .prog-fill.w76 {
  width: 76%
}

.abt-us .au-metrics .prog-fill.w93 {
  width: 93%
}

.abt-us .au-metrics .prog-fill.w81 {
  width: 81%
}

@media (max-width: 1024px) {
  .abt-us .au-intro {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding: 36px 24px 72px
  }

  .abt-us .au-metrics .metrics-inner {
    gap: 36px
  }
}

@media (max-width: 768px) {
  .abt-us .au-intro {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 36px 24px 72px
  }

  .abt-us .au-intro .txt-col .pg-heading {
    font-size: 37px
  }

  .abt-us .au-approach .approach-top {
    grid-template-columns: 1fr
  }

  .abt-us .au-approach .pillars-grid {
    grid-template-columns: 1fr
  }

  .abt-us .au-team .team-head {
    flex-direction: column;
    gap: 12px;
    align-items: start
  }

  .abt-us .au-team .member-card {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto
  }

  .abt-us .au-team .member-exp {
    grid-column: 2;
    text-align: left
  }

  .abt-us .au-metrics .metrics-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .abt-us .au-metrics .metrics-heading {
    font-size: 37px
  }
}

@media (max-width: 375px) {
  .abt-us .au-intro .txt-col .pg-heading {
    font-size: 27px
  }

  .abt-us .au-team .member-card {
    grid-template-columns: 1fr
  }

  .abt-us .au-team .member-img-wrap {
    width: 60px;
    height: 60px
  }

  .abt-us .au-approach .approach-heading {
    font-size: 27px
  }
}

.cg-root {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  overflow: hidden
}

.cg-root .pg-band {
  background: #B05154;
  padding: 36px 36px 24px;
  border-radius: 6px;
  margin: 36px 0;
  position: relative;
  overflow: hidden
}

.cg-root .pg-band::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border: 2px solid #ffffff26;
  border-radius: 48px;
  transform: rotate(20deg);
  pointer-events: none
}

.cg-root .pg-band::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 60px;
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff1a;
  border-radius: 36px;
  transform: rotate(-10deg);
  pointer-events: none
}

.cg-root .pg-band-label {
  font-size: 15px;
  color: #ffffffb3;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.cg-root .pg-band-heading {
  font-size: 51px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 12px
}

.cg-root .pg-band-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #ffffffd9;
  max-width: 560px;
  margin: 0
}

.cg-root .session-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 36px 0
}

.cg-root .session-card {
  border-radius: 20px;
  background: #fff;
  box-shadow: -1px 7px 20px 1px #b0515414;
  display: flex;
  flex-direction: column;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  overflow: hidden
}

.cg-root .session-card:hover {
  box-shadow: -1px 8px 44px 1px #b051541a;
  transform: translateY(-4px)
}

.cg-root .card-img-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #CDB6A7
}

.cg-root .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) brightness(0.95);
  transition: transform .42s ease-in-out
}

.cg-root .session-card:hover .card-img-wrap img {
  transform: scale(1.04)
}

.cg-root .card-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #CDB6A7 0%, #cdb6a700 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.cg-root .card-img-placeholder i {
  font-size: 37px;
  color: #b051544d
}

.cg-root .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px
}

.cg-root .card-meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.cg-root .card-badge {
  font-size: 15px;
  padding: 4px 12px;
  border-radius: 36px;
  background: #cdb6a759;
  color: #5a3a3b;
  white-space: nowrap
}

.cg-root .card-badge.accent {
  background: #b051541f;
  color: #B05154
}

.cg-root .card-title {
  font-size: 21px;
  line-height: 1.4;
  color: #2c1a1b;
  letter-spacing: -.01em;
  margin: 0
}

.cg-root .card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a3233;
  margin: 0
}

.cg-root .card-details {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.cg-root .card-detail-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #6b4647
}

.cg-root .card-detail-item i {
  font-size: 17px;
  color: #B05154
}

.cg-root .card-price-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  gap: 12px
}

.cg-root .card-price {
  font-size: 27px;
  line-height: 1.2;
  color: #B05154;
  letter-spacing: -.02em
}

.cg-root .card-price-note {
  font-size: 15px;
  color: #7a5455;
  line-height: 1.4
}

.cg-root .card-action {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  background: #B05154;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: background .35s ease-in-out, padding-left .35s cubic-bezier(0.34, 1.2, 0.64, 1);
  white-space: nowrap
}

.cg-root .card-action i {
  font-size: 17px;
  opacity: 0;
  margin-left: -17px;
  transition: opacity .35s ease-in-out, margin-left .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.cg-root .card-action:hover {
  background: #8f3d40;
  padding-left: 18px
}

.cg-root .card-action:hover i {
  opacity: 1;
  margin-left: 0
}

.cg-root .card-action:focus {
  outline: 2px solid #B05154;
  outline-offset: 2px
}

.cg-root .card-likes {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #7a5455
}

.cg-root .card-likes i {
  color: #B05154;
  font-size: 17px
}

.cg-root .approach-strip {
  margin: 36px 0;
  background: linear-gradient(180deg, #cdb6a72e 0%, #cdb6a700 100%);
  border-radius: 20px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center
}

.cg-root .approach-img-col {
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 7px 20px 1px #b0515414
}

.cg-root .approach-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) brightness(0.97)
}

.cg-root .approach-text-col {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cg-root .approach-eyebrow {
  font-size: 15px;
  color: #B05154;
  text-transform: uppercase;
  letter-spacing: .07em
}

.cg-root .approach-heading {
  font-size: 37px;
  line-height: 1.2;
  color: #2c1a1b;
  letter-spacing: -.02em;
  margin: 0
}

.cg-root .approach-body {
  font-size: 17px;
  line-height: 1.6;
  color: #4a3233;
  margin: 0
}

.cg-root .approach-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 6px
}

.cg-root .approach-step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.cg-root .step-num {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 6px;
  background: #B05154;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center
}

.cg-root .step-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4a3233
}

.cg-root .metrics-band {
  margin: 36px 0;
  padding: 36px;
  background: #fff;
  border-radius: 20px;
  box-shadow: -1px 3px 3px 1px #b051540d
}

.cg-root .metrics-heading {
  font-size: 27px;
  line-height: 1.2;
  color: #2c1a1b;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.cg-root .chart-wrap {
  width: 100%
}

.cg-root .chart-wrap table {
  width: 100%
}

.cg-root .chart-wrap td span {
  background: linear-gradient(180deg, #B05154 0%, #b0515400 100%)
}

.cg-root .chart-labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 12px
}

.cg-root .chart-labels span {
  font-size: 15px;
  color: #7a5455;
  text-align: center;
  flex: 1
}

.cg-root .faq-strip {
  margin: 36px 0;
  padding: 0
}

.cg-root .faq-heading {
  font-size: 37px;
  line-height: 1.2;
  color: #2c1a1b;
  letter-spacing: -.02em;
  margin: 0 0 24px
}

.cg-root .faq-list {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.cg-root .faq-item {
  border-radius: 6px;
  border: 1px solid #b0515426;
  overflow: hidden
}

.cg-root .faq-toggle {
  width: 100%;
  background: #fff;
  border: none;
  padding: 18px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  transition: background .35s ease-in-out
}

.cg-root .faq-toggle:hover {
  background: #cdb6a726
}

.cg-root .faq-toggle:focus {
  outline: 2px solid #B05154;
  outline-offset: -2px
}

.cg-root .faq-q {
  font-size: 17px;
  line-height: 1.4;
  color: #2c1a1b
}

.cg-root .faq-icon {
  font-size: 21px;
  color: #B05154;
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  min-width: 24px
}

.cg-root .faq-answer {
  display: none;
  padding: 0 24px 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #4a3233;
  background: #fff
}

.cg-root .faq-item.open .faq-answer {
  display: block
}

.cg-root .faq-item.open .faq-icon {
  transform: rotate(180deg)
}

@media (max-width: 1024px) {
  .cg-root .session-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .cg-root .session-grid {
    grid-template-columns: 1fr
  }

  .cg-root .approach-strip {
    grid-template-columns: 1fr
  }

  .cg-root .pg-band-heading {
    font-size: 37px
  }

  .cg-root .approach-heading {
    font-size: 27px
  }
}

@media (max-width: 375px) {
  .cg-root {
    padding: 0 12px
  }

  .cg-root .pg-band {
    padding: 24px
  }

  .cg-root .pg-band-heading {
    font-size: 27px
  }

  .cg-root .card-body {
    padding: 12px
  }

  .cg-root .metrics-band {
    padding: 24px
  }

  .cg-root .approach-strip {
    padding: 24px;
    gap: 24px
  }
}

.ctus {
  position: relative;
  overflow-x: clip
}

.ctus .pg-reveal {
  animation: revealUp .42s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: scale(0.96)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.ctus .grad-band {
  position: relative;
  padding: 72px 24px;
  background: linear-gradient(to bottom, #B05154, #CDB6A7 70%, #fff0);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px
}

.ctus .grad-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #b051542e, #cdb6a71a);
  pointer-events: none
}

.ctus .grad-deco {
  position: absolute;
  top: 36px;
  right: 72px;
  width: 120px;
  height: 120px;
  border-radius: 48px;
  border: 2px solid #b051542e;
  pointer-events: none
}

.ctus .grad-deco-sm {
  position: absolute;
  bottom: 24px;
  left: 48px;
  width: 60px;
  height: 60px;
  border-radius: 36px;
  border: 2px solid #cdb6a738;
  pointer-events: none
}

.ctus .band-label {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .82
}

.ctus .band-h1 {
  font-size: 51px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -.02em;
  margin: 0
}

.ctus .band-h1 .accent-word {
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(to bottom, #ffe0b2, #ffb3b3)
}

.ctus .band-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #ffffffe0;
  max-width: 520px;
  margin: 0
}

.ctus .divider-dotdash {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 0
}

.ctus .divider-dotdash span {
  display: inline-block
}

.ctus .divider-dotdash .dot {
  width: 5px;
  height: 5px;
  border-radius: 48px;
  background: #CDB6A7
}

.ctus .divider-dotdash .dash {
  width: 18px;
  height: 2px;
  border-radius: 6px;
  background: #CDB6A7
}

.ctus .form-reach {
  background: #fff;
  padding: 72px 24px
}

.ctus .form-reach-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.ctus .reach-info {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.ctus .reach-h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #2b1a1b;
  letter-spacing: -.02em;
  margin: 0
}

.ctus .reach-h2 .accent-word {
  color: #B05154
}

.ctus .reach-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #4a3233;
  margin: 0
}

.ctus .contact-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0
}

.ctus .contact-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.ctus .contact-list .c-icon {
  width: 36px;
  height: 36px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #b051541f, #cdb6a71a);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: -1px 3px 3px 1px #b051540d
}

.ctus .contact-list .c-icon i {
  font-size: 17px;
  color: #B05154
}

.ctus .contact-list .c-body {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus .contact-list .c-label {
  font-size: 15px;
  line-height: 1.4;
  color: #9a7070;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ctus .contact-list .c-val {
  font-size: 17px;
  line-height: 1.4;
  color: #2b1a1b
}

.ctus .contact-list .c-val a {
  color: #B05154;
  text-decoration: none;
  border-radius: 6px;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), padding .35s ease-in-out;
  padding: 0 4px
}

.ctus .contact-list .c-val a:hover {
  background: #b0515417
}

.ctus .form-card {
  background: #fdf7f5;
  border-radius: 36px;
  padding: 36px;
  box-shadow: -1px 7px 20px 1px #b0515414
}

.ctus .form-h3 {
  font-size: 21px;
  line-height: 1.2;
  color: #2b1a1b;
  margin: 0 0 24px
}

.ctus .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus .field-row {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus .field-row label {
  font-size: 15px;
  line-height: 1.4;
  color: #4a3233
}

.ctus .field-row input[type="text"],
.ctus .field-row input[type="email"],
.ctus .field-row input[type="tel"] {
  width: 100%;
  padding: 12px;
  font-size: 17px;
  line-height: 1.4;
  color: #2b1a1b;
  background: #fff;
  border: 1.5px solid #e2cfc9;
  border-radius: 20px;
  outline: none;
  box-sizing: border-box;
  box-shadow: inset -1px 3px 3px 1px #cdb6a714;
  transition: border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s ease-in-out
}

.ctus .field-row input[type="text"]::placeholder,
.ctus .field-row input[type="email"]::placeholder,
.ctus .field-row input[type="tel"]::placeholder {
  color: #b89d9e;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.ctus .field-row input[type="text"]:focus,
.ctus .field-row input[type="email"]:focus,
.ctus .field-row input[type="tel"]:focus {
  border-color: #B05154;
  box-shadow: inset -1px 3px 3px 1px #b0515412 -1px 3px 3px 1px #b051540d
}

.ctus .radio-group-label {
  font-size: 15px;
  line-height: 1.4;
  color: #4a3233;
  margin-bottom: 6px
}

.ctus .radio-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px
}

.ctus .radio-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  cursor: pointer
}

.ctus .radio-opt input[type="radio"] {
  accent-color: #B05154;
  width: 18px;
  height: 18px;
  cursor: pointer
}

.ctus .radio-opt span {
  font-size: 15px;
  line-height: 1.4;
  color: #2b1a1b
}

.ctus .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

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

.ctus .privacy-row .privacy-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4a3233
}

.ctus .privacy-row .privacy-text a {
  color: #B05154;
  text-decoration: underline;
  border-radius: 6px;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  padding: 0 3px
}

.ctus .privacy-row .privacy-text a:hover {
  background: #b0515417
}

.ctus .submit-btn {
  align-self: flex-start;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 36px;
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  background: #B05154;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: -1px 7px 20px 1px #b0515414;
  transition: background .4s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s ease-in-out, transform .35s cubic-bezier(0.34, 1.2, 0.64, 1);
  position: relative;
  overflow: hidden
}

.ctus .submit-btn .btn-icon {
  font-size: 17px;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .38s ease-in-out, transform .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ctus .submit-btn .btn-text {
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ctus .submit-btn:hover .btn-icon {
  opacity: 1;
  transform: translateX(0)
}

.ctus .submit-btn:hover .btn-text {
  transform: translateX(8px)
}

.ctus .submit-btn:hover {
  background: #9a3e41;
  box-shadow: -1px 8px 44px 1px #b051541a;
  transform: translateY(-2px)
}

.ctus .submit-btn:focus {
  outline: 2px solid #B05154;
  outline-offset: 3px
}

.ctus .submit-btn:active {
  transform: translateY(0)
}

.ctus .divider-dotdash2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 0;
  background: #fff
}

.ctus .divider-dotdash2 span {
  display: inline-block
}

.ctus .divider-dotdash2 .dot {
  width: 4px;
  height: 4px;
  border-radius: 48px;
  background: #CDB6A7
}

.ctus .divider-dotdash2 .dash {
  width: 14px;
  height: 2px;
  border-radius: 6px;
  background: #e2cfc9
}

.ctus .signal-reach {
  background: #fdf7f5;
  padding: 72px 24px
}

.ctus .signal-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.ctus .signal-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px
}

.ctus .signal-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 480px
}

.ctus .signal-h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #2b1a1b;
  letter-spacing: -.02em;
  margin: 0
}

.ctus .signal-h2 .accent-word {
  color: #B05154
}

.ctus .signal-p {
  font-size: 17px;
  line-height: 1.6;
  color: #4a3233;
  margin: 0
}

.ctus .resp-bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 280px
}

.ctus .resp-bar-label {
  font-size: 15px;
  line-height: 1.4;
  color: #9a7070;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ctus .resp-bar-track {
  position: relative;
  height: 12px;
  border-radius: 20px;
  background: #e8d8d2;
  overflow: hidden
}

.ctus .resp-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 72%;
  border-radius: 20px;
  background: linear-gradient(to bottom, #B05154, #CDB6A7);
  animation: barGrow 1.1s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

@keyframes barGrow {
  from {
    width: 0
  }

  to {
    width: 72%
  }
}

.ctus .resp-bar-ends {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.ctus .resp-bar-ends span {
  font-size: 15px;
  line-height: 1.4;
  color: #9a7070
}

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

.ctus .channel-card {
  background: #fff;
  border-radius: 36px;
  padding: 24px;
  box-shadow: -1px 3px 3px 1px #b051540d;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .4s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s ease-in-out
}

.ctus .channel-card:hover {
  box-shadow: -1px 7px 20px 1px #b0515414;
  transform: translateY(-3px)
}

.ctus .channel-card .ch-icon {
  width: 48px;
  height: 48px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #b051541a, #cdb6a714);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset -1px 3px 3px 1px #b051540f
}

.ctus .channel-card .ch-icon i {
  font-size: 21px;
  color: #B05154
}

.ctus .channel-card .ch-name {
  font-size: 17px;
  line-height: 1.4;
  color: #2b1a1b
}

.ctus .channel-card .ch-val {
  font-size: 15px;
  line-height: 1.4;
  color: #9a7070;
  word-break: break-all
}

.ctus .channel-card .ch-val a {
  color: #B05154;
  text-decoration: none;
  border-radius: 6px;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  padding: 0 3px
}

.ctus .channel-card .ch-val a:hover {
  background: #b0515417
}

@media (max-width: 1024px) {
  .ctus .channel-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .ctus .form-reach-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .ctus .signal-top {
    flex-direction: column
  }

  .ctus .channel-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .ctus .band-h1 {
    font-size: 37px
  }

  .ctus .signal-h2,
  .ctus .reach-h2 {
    font-size: 27px
  }
}

@media (max-width: 375px) {
  .ctus .channel-grid {
    grid-template-columns: 1fr
  }

  .ctus .radio-options {
    flex-direction: column
  }

  .ctus .band-h1 {
    font-size: 27px
  }

  .ctus .grad-band {
    padding: 36px 12px
  }

  .ctus .form-card {
    padding: 24px
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  background: linear-gradient(to bottom, #fff 0%, #f5eeeb 100%)
}

.success-page .result-wrap {
  max-width: 1024px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center
}

.success-page .icon-mark {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: #B05154;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 7px 20px 1px #b0515414;
  flex-shrink: 0
}

.success-page .icon-mark svg {
  width: 36px;
  height: 36px
}

.success-page .result-heading {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #2a1a1b;
  margin: 0
}

.success-page .result-text {
  font-size: 17px;
  line-height: 1.6;
  color: #3d2426;
  max-width: 480px;
  margin: 0
}

.success-page .divider-line {
  width: 48px;
  height: 3px;
  border-radius: 6px;
  background: #CDB6A7
}

.success-page .back-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 36px;
  border-radius: 20px;
  background: #B05154;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: -1px 3px 3px 1px #b051540d;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), background .35s ease-in-out
}

.success-page .back-link:hover {
  background: #8f3d40;
  box-shadow: -1px 8px 44px 1px #b051541a
}

.success-page .back-link:focus-visible {
  outline: 2px solid #B05154;
  outline-offset: 4px
}

.success-page .contact-note {
  font-size: 15px;
  line-height: 1.6;
  color: #5a3638
}

.success-page .contact-note a {
  color: #B05154;
  text-decoration: none;
  padding: 0 6px;
  border-radius: 6px;
  transition: background .32s ease-in-out
}

.success-page .contact-note a:hover {
  background: #b0515417
}

@media (max-width: 375px) {
  .success-page {
    padding: 36px 12px
  }

  .success-page .result-heading {
    font-size: 27px
  }
}