@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/700.css";

* {
  box-sizing: border-box
}

body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden;
  font-family: 'Source Code Pro', monospace
}

.site-header {
  border-bottom: 2px solid #9C54C1;
  background: #fff;
  position: relative
}

.header-top {
  max-width: 1500px;
  margin: 0 auto;
  padding: 24px 32px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px
}

.header-addr {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.4;
  color: #1C581A;
  font-family: 'Source Code Pro', monospace
}

.header-addr .jam {
  font-size: 18px;
  color: #9C54C1
}

.logo-hex-mount {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  background: #FFDF89;
  box-shadow: inset 0 3px 3px 0 #9c54c112 0 7px 18px 0 #9c54c117
}

.logo-hex-mount img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block
}

.header-nav-strip {
  background: linear-gradient(135deg, #1C581A 0%, #2a7a28 60%, #9C54C1 100%);
  border-top: 1px solid #9c54c12e
}

.header-nav-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: stretch;
  gap: 0
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  font-family: 'Source Code Pro', monospace;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .06em;
  color: #FFDF89;
  text-decoration: none;
  position: relative;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap;
  min-height: 44px;
  outline-offset: 2px
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background: #FFDF89;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 2px
}

.nav-link:hover {
  color: #fff
}

.nav-link:hover::after {
  transform: scaleX(1)
}

.nav-link:focus-visible {
  outline: 2px solid #FFDF89;
  outline-offset: 2px
}

.nav-link .jam {
  font-size: 18px;
  flex-shrink: 0
}

.site-footer {
  background: #111a11;
  border-top: 3px solid #9C54C1;
  padding: 64px 0 0
}

.footer-top-bar {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 32px 32px;
  border-bottom: 1px solid #9c54c140;
  display: flex;
  align-items: flex-start;
  gap: 64px
}

.footer-logo-col {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footer-logo-hex {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  background: #FFDF89;
  box-shadow: 0 7px 18px 0 #9c54c117
}

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

.footer-brand-name {
  font-family: 'Source Code Pro', monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  color: #FFDF89;
  letter-spacing: .08em
}

.footer-cols {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
  flex: 1
}

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

.footer-col-label {
  font-family: 'Source Code Pro', monospace;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .1em;
  color: #9C54C1;
  text-transform: uppercase
}

.footer-col-link {
  font-family: 'Source Code Pro', monospace;
  font-size: 15px;
  line-height: 1.6;
  color: #ffdf89bf;
  text-decoration: none;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  outline-offset: 2px
}

.footer-col-link:hover {
  color: #FFDF89
}

.footer-col-link:focus-visible {
  outline: 2px solid #9C54C1;
  outline-offset: 2px
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: 'Source Code Pro', monospace;
  font-size: 15px;
  line-height: 1.6;
  color: #ffdf89bf
}

.footer-contact-item .jam {
  color: #9C54C1;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px
}

.footer-contact-item a {
  color: inherit;
  text-decoration: none;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.footer-contact-item a:hover {
  color: #FFDF89
}

.footer-bottom {
  max-width: 1500px;
  margin: 0 auto;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.footer-copy {
  font-family: 'Source Code Pro', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: #ffdf8973;
  letter-spacing: .04em
}

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

.footer-legal-link {
  font-family: 'Source Code Pro', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: #ffdf8973;
  text-decoration: none;
  letter-spacing: .04em;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  outline-offset: 2px
}

.footer-legal-link:hover {
  color: #FFDF89
}

.footer-legal-link:focus-visible {
  outline: 2px solid #9C54C1;
  outline-offset: 2px
}

.cookie-notice {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 520px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border: 1px solid #9c54c138;
  border-radius: 20px;
  box-shadow: 0 10px 44px 0 #9c54c11c;
  z-index: 1200;
  padding: 24px
}

.cookie-desc {
  font-family: 'Source Code Pro', monospace;
  font-size: 15px;
  line-height: 1.6;
  color: #1a2e1a;
  margin: 0 0 16px
}

.cookie-settings-panel {
  margin-bottom: 16px
}

.cookie-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #9c54c11a
}

.cookie-toggle-label {
  font-family: 'Source Code Pro', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: #1C581A;
  font-weight: 700
}

.cookie-toggle-label.required-lbl {
  color: #555;
  font-weight: 400
}

.cookie-toggle-switch {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0
}

.cookie-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.toggle-track {
  position: absolute;
  inset: 0;
  background: #ddd;
  border-radius: 20px;
  cursor: pointer;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.toggle-track::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 20px;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cookie-toggle-switch input:checked+.toggle-track {
  background: #9C54C1
}

.cookie-toggle-switch input:checked+.toggle-track::before {
  transform: translateX(18px)
}

.cookie-toggle-switch input:focus-visible+.toggle-track {
  outline: 2px solid #9C54C1;
  outline-offset: 2px
}

.cookie-btns {
  display: flex;
  gap: 8px;
  margin-bottom: 16px
}

.cookie-btn {
  flex: 1;
  padding: 12px 16px;
  font-family: 'Source Code Pro', monospace;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  border: 2px solid #9C54C1;
  border-radius: 2px;
  cursor: pointer;
  background: #fff;
  color: #9C54C1;
  min-height: 44px;
  position: relative;
  overflow: hidden;
  transition: color .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  outline-offset: 2px
}

.cookie-btn:hover {
  background: #9C54C1;
  color: #fff
}

.cookie-btn:focus-visible {
  outline: 2px solid #1C581A;
  outline-offset: 2px
}

.cookie-btn.accept-all {
  background: #9C54C1;
  color: #fff
}

.cookie-btn.accept-all:hover {
  background: #7a3fa0;
  border-color: #7a3fa0
}

.cookie-settings-trigger {
  background: none;
  border: none;
  font-family: 'Source Code Pro', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: #1C581A;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  display: block;
  outline-offset: 2px
}

.cookie-settings-trigger:focus-visible {
  outline: 2px solid #9C54C1;
  outline-offset: 2px
}

@media (max-width: 1024px) {
  .header-top {
    padding: 16px 24px 12px;
    gap: 16px
  }

  .header-nav-inner {
    padding: 0 24px;
    flex-wrap: wrap
  }

  .nav-link {
    padding: 12px 16px
  }

  .footer-top-bar {
    padding: 0 24px 32px;
    gap: 32px;
    flex-wrap: wrap
  }

  .footer-bottom {
    padding: 24px
  }

  .footer-cols {
    gap: 32px
  }
}

@media (max-width: 640px) {
  .header-addr {
    display: none
  }

  .header-top {
    padding: 16px 16px 12px;
    justify-content: flex-end
  }

  .header-nav-inner {
    padding: 0 8px;
    flex-wrap: wrap
  }

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

  .footer-top-bar {
    padding: 0 16px 24px;
    flex-direction: column;
    gap: 24px
  }

  .footer-cols {
    gap: 24px;
    flex-direction: column
  }

  .footer-bottom {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .footer-legal-links {
    gap: 16px
  }
}

.policy-main-js {
  max-width: 1500px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #2a1a35
}

.policy-main-js h1 {
  font-size: 60px;
  line-height: 1.15;
  letter-spacing: -.5px;
  color: #1a0d24;
  margin-bottom: 32px;
  margin-top: 0;
  padding-bottom: 24px;
  border-bottom: 2px solid #9C54C1
}

.policy-main-js h2 {
  font-size: 43px;
  line-height: 1.15;
  color: #1C581A;
  margin-top: 64px;
  margin-bottom: 24px
}

.policy-main-js h3 {
  font-size: 31px;
  line-height: 1.4;
  color: #2a1a35;
  margin-top: 32px;
  margin-bottom: 16px
}

.policy-main-js h4 {
  font-size: 23px;
  line-height: 1.4;
  color: #3b2248;
  margin-top: 24px;
  margin-bottom: 16px;
  letter-spacing: .01em
}

.policy-main-js h5 {
  font-size: 18px;
  line-height: 1.4;
  color: #3b2248;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.policy-main-js h6 {
  font-size: 15px;
  line-height: 1.4;
  color: #9C54C1;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.policy-main-js p {
  font-size: 18px;
  line-height: 1.6;
  color: #2a1a35;
  margin-top: 0;
  margin-bottom: 16px
}

.policy-main-js ul,
.policy-main-js ol {
  font-size: 18px;
  line-height: 1.6;
  color: #2a1a35;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 32px
}

.policy-main-js ul {
  list-style: none;
  padding-left: 0
}

.policy-main-js ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px
}

.policy-main-js ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #9C54C1;
  position: absolute;
  left: 4px;
  top: 9px
}

.policy-main-js ol {
  list-style: decimal
}

.policy-main-js ol li {
  margin-bottom: 8px;
  padding-left: 8px
}

.policy-main-js ol li::marker {
  color: #9C54C1;
  font-size: 15px
}

.policy-main-js ul ul,
.policy-main-js ol ol,
.policy-main-js ul ol,
.policy-main-js ol ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.policy-main-js em,
.policy-main-js i {
  font-style: italic;
  color: #1C581A
}

.policy-main-js strong {
  color: #1a0d24
}

.policy-main-js table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 7px 18px 0 #9c54c117
}

.policy-main-js thead {
  background-color: #1C581A
}

.policy-main-js thead th {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 16px 24px;
  text-align: left;
  border: none
}

.policy-main-js tbody tr {
  border-bottom: 1px solid #9c54c11f;
  transition: background-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.policy-main-js tbody tr:last-child {
  border-bottom: none
}

.policy-main-js tbody tr:nth-child(even) {
  background-color: #9c54c10a
}

.policy-main-js tbody tr:hover {
  background-color: #ffdf8940
}

.policy-main-js td {
  padding: 16px 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #2a1a35;
  vertical-align: top
}

.policy-main-js th {
  padding: 16px 24px;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: top
}

.policy-main-js hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #9C54C1 0%, #FFDF89 60%, #ffdf8900 100%);
  margin: 64px 0;
  border-radius: 2px
}

.policy-main-js div {
  font-size: 18px;
  line-height: 1.6
}

.policy-main-js a {
  color: #9C54C1;
  text-decoration: underline;
  text-decoration-color: #9c54c159;
  text-underline-offset: 3px;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.policy-main-js a:hover {
  color: #1C581A;
  text-decoration-color: #1c581a80
}

.policy-main-js blockquote {
  margin: 32px 0;
  padding: 24px 32px;
  background-color: #ffdf8933;
  border-radius: 2px;
  box-shadow: 0 3px 3px 0 #9c54c112;
  font-size: 18px;
  line-height: 1.6;
  color: #2a1a35
}

@media (max-width: 1024px) {
  .policy-main-js {
    padding: 64px 24px
  }

  .policy-main-js h1 {
    font-size: 43px
  }

  .policy-main-js h2 {
    font-size: 31px
  }

  .policy-main-js h3 {
    font-size: 23px
  }

  .policy-main-js table {
    display: block;
    overflow-x: auto
  }
}

@media (max-width: 640px) {
  .policy-main-js {
    padding: 32px 16px
  }

  .policy-main-js h1 {
    font-size: 31px
  }

  .policy-main-js h2 {
    font-size: 23px;
    margin-top: 32px
  }

  .policy-main-js h3 {
    font-size: 18px
  }

  .policy-main-js h4,
  .policy-main-js h5,
  .policy-main-js h6 {
    font-size: 15px
  }

  .policy-main-js p,
  .policy-main-js ul,
  .policy-main-js ol,
  .policy-main-js div {
    font-size: 15px
  }

  .policy-main-js hr {
    margin: 32px 0
  }

  .policy-main-js thead th,
  .policy-main-js td {
    padding: 8px 16px
  }
}

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

.jd-root .clip-reveal {
  animation: clipReveal .55s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

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

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

.jd-root .fade-up {
  animation: fadeUp .45s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes fadeUp {
  from {
    transform: translateY(24px);
    opacity: 0
  }

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

.jd-root .jd-band {
  height: 4px;
  background: linear-gradient(217deg, #1C581A, #FFDF89);
  width: 100%
}

.jd-root .jd-title-block {
  max-width: 1500px;
  margin: 0 auto;
  padding: 64px 64px 32px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  align-items: start
}

.jd-root .jd-img-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  opacity: .82;
  flex-shrink: 0
}

.jd-root .jd-img-card img {
  width: 100%;
  display: block;
  border-radius: 20px
}

.jd-root .jd-img-card .jd-bracket-tl,
.jd-root .jd-img-card .jd-bracket-br {
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none
}

.jd-root .jd-img-card .jd-bracket-tl {
  top: 8px;
  left: 8px;
  border-top: 2px solid #9C54C1;
  border-left: 2px solid #9C54C1;
  border-radius: 2px 0 0 0
}

.jd-root .jd-img-card .jd-bracket-br {
  bottom: 8px;
  right: 8px;
  border-bottom: 2px solid #FFDF89;
  border-right: 2px solid #FFDF89;
  border-radius: 0 0 2px 0
}

.jd-root .jd-meta-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px
}

.jd-root .jd-tag {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .08em;
  color: #fff;
  background: #9C54C1;
  border-radius: 2px;
  padding: 4px 16px;
  display: inline-block
}

.jd-root .jd-cat-tag {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .08em;
  color: #1C581A;
  background: #FFDF89;
  border-radius: 2px;
  padding: 4px 16px;
  display: inline-block
}

.jd-root .jd-readtime {
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.jd-root .jd-readtime i {
  color: #9C54C1;
  font-size: 18px
}

.jd-root .jd-heading {
  font-size: 60px;
  line-height: 1.15;
  color: #111;
  margin: 0 0 24px;
  font-weight: 700
}

.jd-root .jd-byline {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap
}

.jd-root .jd-author-name {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  letter-spacing: .04em
}

.jd-root .jd-author-name span {
  color: #9C54C1;
  font-weight: 600
}

.jd-root .jd-pub-date {
  font-size: 15px;
  line-height: 1.4;
  color: #555
}

.jd-root .jd-stats {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.jd-root .jd-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  color: #555
}

.jd-root .jd-stat i {
  color: #9C54C1;
  font-size: 18px
}

.jd-root .jd-copy-btn {
  font-size: 15px;
  line-height: 1.4;
  background: #fff;
  color: #9C54C1;
  border: 2px solid #9C54C1;
  border-radius: 2px;
  padding: 4px 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.jd-root .jd-copy-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #9C54C1, #1C581A);
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none
}

.jd-root .jd-copy-btn:hover::before {
  opacity: 1
}

.jd-root .jd-copy-btn:hover {
  color: #fff
}

.jd-root .jd-copy-btn i {
  font-size: 18px;
  position: relative;
  z-index: 1
}

.jd-root .jd-copy-btn span {
  position: relative;
  z-index: 1
}

.jd-root .jd-body-grid {
  max-width: 1500px;
  margin: 0 auto;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 64px;
  align-items: start
}

.jd-root .jd-article-body {
  min-width: 0
}

.jd-root .jd-article-body .jd-art-p {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  margin: 0 0 24px
}

.jd-root .jd-article-body .jd-art-h2 {
  font-size: 31px;
  line-height: 1.15;
  color: #111;
  margin: 32px 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.jd-root .jd-article-body .jd-art-h2::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #9C54C1;
  border-radius: 2px;
  flex-shrink: 0
}

.jd-root .jd-article-body .jd-art-h3 {
  font-size: 23px;
  line-height: 1.4;
  color: #1C581A;
  margin: 24px 0 16px
}

.jd-root .jd-article-body .jd-art-h4 {
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  margin: 16px 0 8px;
  font-weight: 600
}

.jd-root .jd-article-body abbr {
  text-decoration: underline dotted #9C54C1;
  cursor: help
}

.jd-root .jd-article-body em {
  color: #9C54C1;
  font-style: italic
}

.jd-root .jd-article-body ul,
.jd-root .jd-article-body ol {
  padding-left: 24px;
  margin: 0 0 24px
}

.jd-root .jd-article-body li {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 8px
}

.jd-root .jd-aside {
  position: sticky;
  top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.jd-root .jd-aside-card {
  border: 2px dashed #9C54C1;
  border-radius: 20px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 7px 18px 0 #9c54c117
}

.jd-root .jd-aside-label {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .08em;
  color: #9C54C1;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600
}

.jd-root .jd-aside-links {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.jd-root .jd-aside-links a {
  font-size: 15px;
  line-height: 1.4;
  color: #1C581A;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 2px;
  background: #1c581a0f;
  display: block;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jd-root .jd-aside-links a:hover {
  background: #1C581A;
  color: #FFDF89
}

.jd-root .jd-aside-links a:focus {
  outline: 2px solid #9C54C1;
  outline-offset: 2px
}

.jd-root .jd-pullquote-wrap {
  background: linear-gradient(217deg, #1C581A 0%, #FFDF89 100%);
  border-radius: 20px;
  padding: 32px;
  position: relative
}

.jd-root .jd-pullquote-wrap .jd-pq-text {
  font-size: 23px;
  line-height: 1.4;
  color: #fff;
  font-style: italic;
  font-weight: 600;
  margin: 0
}

.jd-root .jd-pullquote-wrap .jd-pq-deco {
  width: 40px;
  height: 4px;
  background: #FFDF89;
  border-radius: 2px;
  margin-bottom: 16px
}

.jd-root .jd-metrics-strip {
  background: #111;
  padding: 32px 64px;
  position: relative;
  overflow: hidden
}

.jd-root .jd-metrics-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, #9c54c12e 0%, transparent 70%);
  pointer-events: none
}

.jd-root .jd-metrics-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative
}

.jd-root .jd-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center
}

.jd-root .jd-ring-wrap {
  width: 72px;
  height: 72px;
  position: relative;
  flex-shrink: 0
}

.jd-root .jd-ring-wrap svg {
  width: 72px;
  height: 72px
}

.jd-root .jd-metric-val {
  font-size: 43px;
  line-height: 1.15;
  color: #FFDF89;
  font-weight: 700
}

.jd-root .jd-metric-label {
  font-size: 15px;
  line-height: 1.4;
  color: #ccc;
  letter-spacing: .06em
}

.jd-root .jd-cta-strip {
  max-width: 1500px;
  margin: 0 auto;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.jd-root .jd-cta-text .jd-cta-heading {
  font-size: 43px;
  line-height: 1.15;
  color: #111;
  margin: 0 0 16px
}

.jd-root .jd-cta-text .jd-cta-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  margin: 0
}

.jd-root .jd-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start
}

.jd-root .jd-btn-primary {
  font-size: 18px;
  line-height: 1.4;
  background: #9C54C1;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 16px 32px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 10px 44px 0 #9c54c11c
}

.jd-root .jd-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #1C581A, #9C54C1);
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none
}

.jd-root .jd-btn-primary:hover::before {
  opacity: 1
}

.jd-root .jd-btn-primary span,
.jd-root .jd-btn-primary i {
  position: relative;
  z-index: 1
}

.jd-root .jd-btn-primary:focus {
  outline: 2px solid #9C54C1;
  outline-offset: 3px
}

.jd-root .jd-btn-secondary {
  font-size: 15px;
  line-height: 1.4;
  background: transparent;
  color: #1C581A;
  border: 2px solid #1C581A;
  border-radius: 2px;
  padding: 8px 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jd-root .jd-btn-secondary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #1C581A, #FFDF89);
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none
}

.jd-root .jd-btn-secondary:hover::before {
  opacity: 1
}

.jd-root .jd-btn-secondary:hover {
  color: #111
}

.jd-root .jd-btn-secondary span,
.jd-root .jd-btn-secondary i {
  position: relative;
  z-index: 1
}

.jd-root .jd-btn-secondary:focus {
  outline: 2px solid #1C581A;
  outline-offset: 3px
}

.jd-root .jd-iso-bg {
  background-color: #f4f0f8;
  background-image: linear-gradient(30deg, #9c54c112 1px, transparent 1px), linear-gradient(150deg, #9c54c112 1px, transparent 1px), linear-gradient(90deg, #9c54c10a 1px, transparent 1px);
  background-size: 40px 70px, 40px 70px, 80px 70px
}

@media (max-width: 1024px) {
  .jd-root .jd-title-block {
    grid-template-columns: 160px 1fr;
    gap: 32px;
    padding: 32px 32px 24px
  }

  .jd-root .jd-heading {
    font-size: 43px
  }

  .jd-root .jd-body-grid {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 32px
  }

  .jd-root .jd-aside {
    position: static
  }

  .jd-root .jd-metrics-strip {
    padding: 32px
  }

  .jd-root .jd-cta-strip {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px
  }

  .jd-root .jd-cta-text .jd-cta-heading {
    font-size: 31px
  }
}

@media (max-width: 640px) {
  .jd-root .jd-title-block {
    grid-template-columns: 1fr;
    padding: 24px 16px 16px;
    gap: 16px
  }

  .jd-root .jd-img-card {
    display: none
  }

  .jd-root .jd-heading {
    font-size: 31px
  }

  .jd-root .jd-body-grid {
    padding: 24px 16px;
    gap: 24px
  }

  .jd-root .jd-metrics-inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .jd-root .jd-metrics-strip {
    padding: 24px 16px
  }

  .jd-root .jd-cta-strip {
    padding: 24px 16px;
    gap: 24px
  }

  .jd-root .jd-cta-text .jd-cta-heading {
    font-size: 23px
  }

  .jd-root .jd-meta-row {
    gap: 8px
  }
}

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

.jrnl .pg-band {
  width: 100%;
  background: #f5f0fa;
  position: relative
}

.jrnl .pg-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(217deg, #9c54c10f 0px, #9c54c10f 1px, transparent 1px, transparent 28px);
  pointer-events: none
}

.jrnl .band-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 64px 32px
}

.jrnl .band-label {
  font-size: 15px;
  letter-spacing: .12em;
  color: #1C581A;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.jrnl .band-label .dot-shape {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #9C54C1;
  display: inline-block;
  flex-shrink: 0
}

.jrnl .band-h1 {
  font-size: 60px;
  line-height: 1.15;
  color: #1a0a2e;
  max-width: 700px;
  margin-bottom: 24px
}

.jrnl .band-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #2d1a45;
  max-width: 540px
}

.jrnl .band-sub span {
  color: #9C54C1;
  font-weight: 600
}

.jrnl .posts-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 64px 32px
}

.jrnl .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.jrnl .post-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 7px 18px 0 #9c54c117;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .post-card:hover {
  box-shadow: 0 10px 44px 0 #9c54c11c;
  transform: translateY(-4px)
}

.jrnl .post-card.featured {
  grid-column: span 2;
  flex-direction: row
}

.jrnl .card-img-wrap {
  overflow: hidden;
  flex-shrink: 0
}

.jrnl .post-card:not(.featured) .card-img-wrap {
  height: 200px
}

.jrnl .post-card.featured .card-img-wrap {
  width: 48%;
  min-height: 320px
}

.jrnl .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .post-card:hover .card-img-wrap img {
  transform: translateX(6px) scale(1.04)
}

.jrnl .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1
}

.jrnl .card-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px
}

.jrnl .tag-cat {
  font-size: 15px;
  background: #f0e6fa;
  color: #9C54C1;
  border-radius: 2px;
  padding: 4px 8px;
  font-weight: 600;
  letter-spacing: .04em
}

.jrnl .tag-art {
  font-size: 15px;
  background: #e8f3e8;
  color: #1C581A;
  border-radius: 2px;
  padding: 4px 8px
}

.jrnl .card-title {
  font-size: 23px;
  line-height: 1.4;
  color: #1a0a2e;
  margin: 0
}

.jrnl .post-card.featured .card-title {
  font-size: 31px
}

.jrnl .card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #3a2555;
  margin: 0;
  flex: 1
}

.jrnl .card-foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid #9c54c11f
}

.jrnl .card-author {
  font-size: 15px;
  color: #1C581A;
  font-weight: 600
}

.jrnl .card-stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.jrnl .stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  color: #5a4070
}

.jrnl .stat-item i {
  font-size: 15px;
  color: #9C54C1
}

.jrnl .card-readtime {
  font-size: 15px;
  color: #7a6090;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.jrnl .card-readtime i {
  font-size: 15px;
  color: #1C581A
}

.jrnl .card-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #9C54C1;
  text-decoration: none;
  margin-top: 8px;
  transition: gap .22s cubic-bezier(0.34, 1.56, 0.64, 1), color .2s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.jrnl .card-link:hover {
  gap: 16px;
  color: #1C581A
}

.jrnl .card-date {
  font-size: 15px;
  color: #9a80b0;
  letter-spacing: .03em
}

.jrnl .no-img-card {
  background: linear-gradient(217deg, #1C581A 0%, #FFDF89 100%);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 7px 18px 0 #1c581a17;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .no-img-card:hover {
  box-shadow: 0 10px 44px 0 #1c581a1c;
  transform: translateY(-4px)
}

.jrnl .no-img-card .card-title {
  color: #fff
}

.jrnl .no-img-card .card-desc {
  color: #ffffffe0
}

.jrnl .no-img-card .card-author {
  color: #FFDF89
}

.jrnl .no-img-card .card-date {
  color: #ffffffb3
}

.jrnl .no-img-card .tag-cat {
  background: #fff3;
  color: #fff
}

.jrnl .no-img-card .tag-art {
  background: #ffdf8940;
  color: #fff
}

.jrnl .no-img-card .stat-item {
  color: #ffffffd9
}

.jrnl .no-img-card .stat-item i {
  color: #FFDF89
}

.jrnl .no-img-card .card-readtime {
  color: #ffffffbf
}

.jrnl .no-img-card .card-readtime i {
  color: #FFDF89
}

.jrnl .no-img-card .card-foot {
  border-top-color: #fff3
}

.jrnl .no-img-card .card-link {
  color: #FFDF89
}

.jrnl .no-img-card .card-link:hover {
  color: #fff
}

.jrnl .icon-cycle-wrap {
  width: 100%;
  background: #1a0a2e;
  padding: 64px 32px
}

.jrnl .icon-cycle-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px
}

.jrnl .cycle-text {
  flex: 1;
  min-width: 0
}

.jrnl .cycle-label {
  font-size: 15px;
  letter-spacing: .12em;
  color: #FFDF89;
  text-transform: uppercase;
  margin-bottom: 16px
}

.jrnl .cycle-h2 {
  font-size: 43px;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 16px
}

.jrnl .cycle-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffffbf
}

.jrnl .cycle-desc span {
  color: #9C54C1;
  font-weight: 600
}

.jrnl .cycle-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-shrink: 0
}

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

.jrnl .cyc-circle {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9c54c11f;
  border: 2px solid #9c54c133;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .cyc-circle i {
  font-size: 23px;
  color: #9c54c166;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .cyc-item.active .cyc-circle {
  background: #9C54C1;
  border-color: #9C54C1
}

.jrnl .cyc-item.active .cyc-circle i {
  color: #fff
}

.jrnl .cyc-lbl {
  font-size: 15px;
  color: #ffffff80;
  text-align: center;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .cyc-item.active .cyc-lbl {
  color: #fff
}

@keyframes jrnl-cycle {

  0%,
  18% {
    opacity: 1
  }

  20%,
  100% {
    opacity: 0
  }
}

.jrnl .cyc-item:nth-child(1) .cyc-circle {
  animation: jrnl-bg1 5s infinite
}

.jrnl .cyc-item:nth-child(2) .cyc-circle {
  animation: jrnl-bg2 5s infinite
}

.jrnl .cyc-item:nth-child(3) .cyc-circle {
  animation: jrnl-bg3 5s infinite
}

.jrnl .cyc-item:nth-child(4) .cyc-circle {
  animation: jrnl-bg4 5s infinite
}

.jrnl .cyc-item:nth-child(1) .cyc-circle i {
  animation: jrnl-ic1 5s infinite
}

.jrnl .cyc-item:nth-child(2) .cyc-circle i {
  animation: jrnl-ic2 5s infinite
}

.jrnl .cyc-item:nth-child(3) .cyc-circle i {
  animation: jrnl-ic3 5s infinite
}

.jrnl .cyc-item:nth-child(4) .cyc-circle i {
  animation: jrnl-ic4 5s infinite
}

.jrnl .cyc-item:nth-child(1) .cyc-lbl {
  animation: jrnl-lbl1 5s infinite
}

.jrnl .cyc-item:nth-child(2) .cyc-lbl {
  animation: jrnl-lbl2 5s infinite
}

.jrnl .cyc-item:nth-child(3) .cyc-lbl {
  animation: jrnl-lbl3 5s infinite
}

.jrnl .cyc-item:nth-child(4) .cyc-lbl {
  animation: jrnl-lbl4 5s infinite
}

@keyframes jrnl-bg1 {

  0%,
  22% {
    background: #9C54C1;
    border-color: #9C54C1
  }

  25%,
  97% {
    background: #9c54c11f;
    border-color: #9c54c133
  }

  100% {
    background: #9C54C1;
    border-color: #9C54C1
  }
}

@keyframes jrnl-bg2 {

  0%,
  22% {
    background: #9c54c11f;
    border-color: #9c54c133
  }

  25%,
  47% {
    background: #9C54C1;
    border-color: #9C54C1
  }

  50%,
  100% {
    background: #9c54c11f;
    border-color: #9c54c133
  }
}

@keyframes jrnl-bg3 {

  0%,
  47% {
    background: #9c54c11f;
    border-color: #9c54c133
  }

  50%,
  72% {
    background: #9C54C1;
    border-color: #9C54C1
  }

  75%,
  100% {
    background: #9c54c11f;
    border-color: #9c54c133
  }
}

@keyframes jrnl-bg4 {

  0%,
  72% {
    background: #9c54c11f;
    border-color: #9c54c133
  }

  75%,
  97% {
    background: #9C54C1;
    border-color: #9C54C1
  }

  100% {
    background: #9c54c11f;
    border-color: #9c54c133
  }
}

@keyframes jrnl-ic1 {

  0%,
  22% {
    color: #fff
  }

  25%,
  97% {
    color: #9c54c166
  }

  100% {
    color: #fff
  }
}

@keyframes jrnl-ic2 {

  0%,
  22% {
    color: #9c54c166
  }

  25%,
  47% {
    color: #fff
  }

  50%,
  100% {
    color: #9c54c166
  }
}

@keyframes jrnl-ic3 {

  0%,
  47% {
    color: #9c54c166
  }

  50%,
  72% {
    color: #fff
  }

  75%,
  100% {
    color: #9c54c166
  }
}

@keyframes jrnl-ic4 {

  0%,
  72% {
    color: #9c54c166
  }

  75%,
  97% {
    color: #fff
  }

  100% {
    color: #9c54c166
  }
}

@keyframes jrnl-lbl1 {

  0%,
  22% {
    color: #fff
  }

  25%,
  97% {
    color: #ffffff80
  }

  100% {
    color: #fff
  }
}

@keyframes jrnl-lbl2 {

  0%,
  22% {
    color: #ffffff80
  }

  25%,
  47% {
    color: #fff
  }

  50%,
  100% {
    color: #ffffff80
  }
}

@keyframes jrnl-lbl3 {

  0%,
  47% {
    color: #ffffff80
  }

  50%,
  72% {
    color: #fff
  }

  75%,
  100% {
    color: #ffffff80
  }
}

@keyframes jrnl-lbl4 {

  0%,
  72% {
    color: #ffffff80
  }

  75%,
  97% {
    color: #fff
  }

  100% {
    color: #ffffff80
  }
}

.jrnl .consult-band {
  background: #fff;
  padding: 64px 32px;
  position: relative
}

.jrnl .consult-band::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(217deg, #1C581A 0%, #FFDF89 100%)
}

.jrnl .consult-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.jrnl .consult-aside {
  position: sticky;
  top: 32px
}

.jrnl .aside-num {
  width: 48px;
  height: 48px;
  border-radius: 20px;
  background: #9C54C1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px
}

.jrnl .aside-h2 {
  font-size: 31px;
  line-height: 1.15;
  color: #1a0a2e;
  margin-bottom: 16px
}

.jrnl .aside-note {
  font-size: 15px;
  line-height: 1.6;
  color: #5a4070
}

.jrnl .aside-note span {
  color: #9C54C1;
  font-weight: 600
}

.jrnl .consult-form {
  background: #f5f0fa;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.jrnl .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.jrnl .field-grp {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.jrnl .field-grp label {
  font-size: 15px;
  color: #1a0a2e;
  font-weight: 600;
  letter-spacing: .04em
}

.jrnl .field-grp input,
.jrnl .field-grp textarea,
.jrnl .field-grp select {
  background: #fff;
  border: 1.5px solid #9c54c133;
  border-radius: 2px;
  padding: 12px 16px;
  font-size: 15px;
  color: #1a0a2e;
  outline: none;
  box-shadow: inset 0 2px 4px #9c54c10d;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis
}

.jrnl .field-grp input::placeholder,
.jrnl .field-grp textarea::placeholder {
  color: #9a80b0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.jrnl .field-grp input:focus,
.jrnl .field-grp textarea:focus,
.jrnl .field-grp select:focus {
  border-color: #9C54C1
}

.jrnl .field-grp textarea {
  resize: vertical;
  min-height: 120px
}

.jrnl .form-submit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.jrnl .btn-send {
  background: #9C54C1;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .btn-send::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 60%;
  height: 200%;
  background: #ffffff2e;
  transform: skewX(-20deg);
  transition: left .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none
}

.jrnl .btn-send:hover::before {
  left: 110%
}

.jrnl .btn-send:focus {
  outline: 3px solid #FFDF89;
  outline-offset: 2px
}

.jrnl .form-privacy {
  font-size: 15px;
  color: #7a6090;
  line-height: 1.4
}

@media (max-width: 1024px) {
  .jrnl .posts-grid {
    grid-template-columns: 1fr 1fr
  }

  .jrnl .post-card.featured {
    grid-column: span 2;
    flex-direction: column
  }

  .jrnl .post-card.featured .card-img-wrap {
    width: 100%;
    min-height: 240px
  }

  .jrnl .icon-cycle-inner {
    flex-direction: column;
    gap: 32px
  }

  .jrnl .consult-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .jrnl .consult-aside {
    position: static
  }

  .jrnl .band-h1 {
    font-size: 43px
  }

  .jrnl .cycle-h2 {
    font-size: 31px
  }
}

@media (max-width: 640px) {
  .jrnl .band-inner {
    padding: 32px 16px
  }

  .jrnl .band-h1 {
    font-size: 31px
  }

  .jrnl .posts-wrap {
    padding: 32px 16px
  }

  .jrnl .posts-grid {
    grid-template-columns: 1fr
  }

  .jrnl .post-card.featured {
    grid-column: span 1;
    flex-direction: column
  }

  .jrnl .post-card.featured .card-img-wrap {
    width: 100%;
    min-height: 180px
  }

  .jrnl .card-img-wrap {
    display: none
  }

  .jrnl .post-card.featured .card-img-wrap {
    display: none
  }

  .jrnl .icon-cycle-wrap {
    padding: 32px 16px
  }

  .jrnl .cycle-icons {
    flex-wrap: wrap;
    justify-content: center
  }

  .jrnl .consult-band {
    padding: 32px 16px
  }

  .jrnl .form-row {
    grid-template-columns: 1fr
  }

  .jrnl .form-submit {
    flex-direction: column;
    align-items: stretch
  }

  .jrnl .btn-send {
    text-align: center
  }
}

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

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

.mstr .grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.mstr .grid-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#9c54c114 1px, transparent 1px), linear-gradient(90deg, #9c54c114 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridpulse 4s cubic-bezier(0.34, 1.56, 0.64, 1) infinite alternate
}

@keyframes gridpulse {
  0% {
    opacity: .4
  }

  100% {
    opacity: 1
  }
}

.mstr .title-area {
  position: relative;
  background: radial-gradient(ellipse at 50% 60%, #fff 30%, #e8d5f5 100%);
  padding: 64px 0
}

.mstr .title-area .math-sym {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 320px;
  line-height: 1.15;
  color: transparent;
  -webkit-text-stroke: 2px #9c54c11a;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.mstr .title-area .circles-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.mstr .title-area .circles-deco::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid #9c54c112;
  top: -100px;
  left: -80px
}

.mstr .title-area .circles-deco::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid #1c581a12;
  bottom: -60px;
  left: 30%
}

.mstr .t-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
  z-index: 1
}

.mstr .t-label {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9C54C1;
  margin-bottom: 24px;
  font-weight: 600
}

.mstr .t-head {
  font-size: 60px;
  line-height: 1.15;
  color: #1a0a2e;
  max-width: 700px;
  margin: 0 0 24px;
  font-weight: 700
}

.mstr .t-head span {
  color: #9C54C1
}

.mstr .t-sub {
  font-size: 23px;
  line-height: 1.4;
  color: #2d1a40;
  max-width: 560px;
  margin: 0 0 32px
}

.mstr .t-meta {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap
}

.mstr .t-meta-item {
  font-size: 15px;
  color: #4a2d6b;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.mstr .t-meta-item i {
  color: #9C54C1;
  font-size: 18px
}

.mstr .t-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px
}

.mstr .btn-prim {
  display: inline-block;
  padding: 16px 32px;
  background: linear-gradient(217deg, #1C581A, #9C54C1);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  box-shadow: 0 7px 18px 0 #9c54c117;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.mstr .btn-prim::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #9C54C1, #FFDF89 120%);
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.mstr .btn-prim:hover::after {
  opacity: 1
}

.mstr .btn-prim:hover {
  box-shadow: 0 10px 44px 0 #9c54c11c;
  transform: translateY(-2px)
}

.mstr .btn-prim span {
  position: relative;
  z-index: 1
}

.mstr .btn-sec {
  display: inline-block;
  padding: 12px 24px;
  background: transparent;
  color: #1C581A;
  font-size: 15px;
  font-weight: 600;
  border-radius: 2px;
  border: 2px solid #1C581A;
  text-decoration: none;
  cursor: pointer;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.mstr .btn-sec:hover {
  background: #1C581A;
  color: #fff
}

.mstr .about-strip {
  background: linear-gradient(217deg, #1C581A 0%, #9C54C1 100%);
  padding: 64px 0;
  position: relative;
  overflow: hidden
}

.mstr .about-strip .strip-deco {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 40px solid #ffdf891a;
  pointer-events: none
}

.mstr .strip-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1
}

.mstr .strip-head {
  font-size: 43px;
  line-height: 1.15;
  color: #FFDF89;
  margin: 0 0 16px;
  font-weight: 700
}

.mstr .strip-body {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffffe6;
  margin: 0 0 24px
}

.mstr .strip-note {
  font-size: 15px;
  line-height: 1.4;
  color: #ffdf89bf
}

.mstr .strip-stats {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.mstr .stat-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #ffffff12;
  border-radius: 2px
}

.mstr .stat-icon {
  width: 40px;
  height: 40px;
  background: #ffdf8926;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.mstr .stat-icon i {
  color: #FFDF89;
  font-size: 18px
}

.mstr .stat-text-val {
  font-size: 31px;
  line-height: 1.15;
  color: #fff;
  font-weight: 700
}

.mstr .stat-text-desc {
  font-size: 15px;
  line-height: 1.4;
  color: #ffffffb3
}

.mstr .modules-area {
  background: #faf7fd;
  padding: 64px 0;
  position: relative
}

.mstr .modules-area .grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.mstr .modules-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px
}

.mstr .sec-label {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #1C581A;
  font-weight: 600;
  margin-bottom: 8px
}

.mstr .sec-head {
  font-size: 43px;
  line-height: 1.15;
  color: #1a0a2e;
  margin: 0 0 8px;
  font-weight: 700
}

.mstr .sec-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #3d2255;
  max-width: 560px;
  margin: 0 0 32px
}

.mstr .shape-anchor {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #9C54C1;
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0
}

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

.mstr .mod-card {
  background: #fff;
  border-radius: 2px;
  padding: 32px;
  box-shadow: 0 7px 18px 0 #9c54c117;
  transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  gap: 16px
}

.mstr .mod-card:hover {
  box-shadow: 0 10px 44px 0 #9c54c11c;
  transform: translateY(-3px)
}

.mstr .mod-num {
  font-size: 43px;
  line-height: 1.15;
  color: #9c54c11f;
  font-weight: 700
}

.mstr .mod-title {
  font-size: 23px;
  line-height: 1.4;
  color: #1a0a2e;
  font-weight: 700;
  margin: 0
}

.mstr .mod-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a2d6b;
  margin: 0
}

.mstr .mod-topics {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0
}

.mstr .mod-topic {
  font-size: 15px;
  color: #1C581A;
  font-weight: 600;
  padding: 0
}

.mstr .mod-topic+.mod-topic::before {
  content: "·";
  color: #9C54C1;
  margin-right: 8px
}

.mstr .image-split {
  background: #fff;
  padding: 64px 0
}

.mstr .split-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px;
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 64px;
  align-items: center
}

.mstr .split-img-col {
  position: relative
}

.mstr .img-frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 44px 0 #9c54c11c
}

.mstr .img-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover
}

.mstr .img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #1c581a59 0%, transparent 50%);
  border-radius: 20px;
  pointer-events: none
}

.mstr .split-text-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.mstr .split-head {
  font-size: 31px;
  line-height: 1.15;
  color: #1a0a2e;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.mstr .split-body {
  font-size: 18px;
  line-height: 1.6;
  color: #2d1a40;
  margin: 0
}

.mstr .split-aside {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.mstr .aside-bar {
  width: 3px;
  min-height: 60px;
  background: linear-gradient(217deg, #1C581A, #FFDF89);
  border-radius: 2px;
  flex-shrink: 0
}

.mstr .aside-note {
  font-size: 15px;
  line-height: 1.6;
  color: #4a2d6b
}

.mstr .aside-label {
  font-size: 15px;
  font-weight: 700;
  color: #9C54C1;
  display: block;
  margin-bottom: 4px
}

.mstr .who-area {
  background: radial-gradient(ellipse at 20% 50%, #1c581a0f 0%, #9c54c10a 60%, #fff 100%);
  padding: 64px 0;
  position: relative
}

.mstr .who-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.mstr .who-label-col {
  position: sticky;
  top: 32px
}

.mstr .who-big-label {
  font-size: 60px;
  line-height: 1.15;
  color: #9c54c11a;
  font-weight: 700;
  margin: 0 0 16px
}

.mstr .who-sub-label {
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #9C54C1;
  font-weight: 600
}

.mstr .who-items {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.mstr .who-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 32px;
  border-bottom: 1px solid #9c54c11f
}

.mstr .who-item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.mstr .who-icon-wrap {
  width: 48px;
  height: 48px;
  background: linear-gradient(217deg, #1C581A, #9C54C1);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 3px 0 #9c54c112
}

.mstr .who-icon-wrap i {
  color: #FFDF89;
  font-size: 23px
}

.mstr .who-item-head {
  font-size: 23px;
  line-height: 1.4;
  color: #1a0a2e;
  font-weight: 700;
  margin: 0 0 8px
}

.mstr .who-item-body {
  font-size: 15px;
  line-height: 1.6;
  color: #4a2d6b;
  margin: 0
}

@media (max-width: 1024px) {
  .mstr .t-head {
    font-size: 43px
  }

  .mstr .strip-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .mstr .modules-grid {
    grid-template-columns: 1fr 1fr
  }

  .mstr .split-inner {
    grid-template-columns: 1fr
  }

  .mstr .who-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .mstr .who-label-col {
    position: static
  }

  .mstr .who-big-label {
    font-size: 43px
  }

  .mstr .math-sym {
    font-size: 200px
  }
}

@media (max-width: 640px) {
  .mstr .t-inner {
    padding: 0 16px
  }

  .mstr .t-head {
    font-size: 31px
  }

  .mstr .t-sub {
    font-size: 18px
  }

  .mstr .strip-inner {
    padding: 0 16px
  }

  .mstr .modules-inner {
    padding: 0 16px
  }

  .mstr .modules-grid {
    grid-template-columns: 1fr
  }

  .mstr .split-inner {
    padding: 0 16px
  }

  .mstr .split-img-col {
    display: none
  }

  .mstr .split-inner {
    grid-template-columns: 1fr
  }

  .mstr .who-inner {
    padding: 0 16px
  }

  .mstr .math-sym {
    display: none
  }

  .mstr .title-area {
    padding: 32px 0
  }

  .mstr .t-meta {
    gap: 16px
  }

  .mstr .strip-head {
    font-size: 31px
  }

  .mstr .sec-head {
    font-size: 31px
  }

  .mstr .about-strip {
    padding: 32px 0
  }

  .mstr .modules-area {
    padding: 32px 0
  }

  .mstr .image-split {
    padding: 32px 0
  }

  .mstr .who-area {
    padding: 32px 0
  }
}

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

.abt-us .pg-lead {
  max-width: 1500px;
  margin: 0 auto;
  padding: 64px 64px 32px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: end;
  position: relative
}

.abt-us .pg-lead::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: linear-gradient(217deg, #1c581a12, #ffdf8921);
  pointer-events: none;
  z-index: 0;
  overflow: hidden
}

.abt-us .lead-text {
  position: relative;
  z-index: 1
}

.abt-us .lead-eyebrow {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .12em;
  color: #1C581A;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 4px 16px;
  border-radius: 2px;
  background: #1c581a14
}

.abt-us .lead-h1 {
  font-size: 60px;
  line-height: 1.15;
  color: #1a1400;
  margin: 0 0 24px;
  clip-path: inset(0 100% 0 0);
  animation: reveal-clip .35s cubic-bezier(0.34, 1.56, 0.64, 1) .1s forwards
}

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

.abt-us .lead-h1 .num-accent {
  color: #9C54C1;
  font-size: 72px
}

.abt-us .lead-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  max-width: 540px;
  margin: 0
}

.abt-us .lead-img-col {
  position: relative;
  z-index: 1
}

.abt-us .lead-img-frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 44px 0 #9c54c11c;
  position: relative
}

.abt-us .lead-img-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover
}

.abt-us .lead-img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #1c581a2e, #ffdf8938);
  pointer-events: none
}

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

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

.abt-us .detail-strip {
  background: linear-gradient(217deg, #1C581A, #FFDF89);
  padding: 64px 0 32px;
  position: relative
}

.abt-us .detail-strip::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #9C54C1;
  border-radius: 0 2px 2px 0
}

.abt-us .strip-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  align-items: start
}

.abt-us .strip-col-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 32px;
  align-items: start
}

.abt-us .strip-main-text {
  color: #fff
}

.abt-us .strip-h2 {
  font-size: 43px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 24px;
  position: relative;
  padding-left: 24px
}

.abt-us .strip-h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #FFDF89;
  border-radius: 2px;
  transform: rotate(45deg)
}

.abt-us .strip-para {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffffeb;
  margin: 0 0 16px
}

.abt-us .strip-note {
  font-size: 15px;
  line-height: 1.4;
  color: #ffffffb8;
  margin: 0;
  padding: 16px;
  border-radius: 2px;
  background: #ffffff14
}

.abt-us .strip-aside {
  padding-top: 8px
}

.abt-us .aside-label {
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #FFDF89;
  margin-bottom: 16px;
  display: block
}

.abt-us .aside-stat {
  margin-bottom: 24px
}

.abt-us .aside-stat-num {
  font-size: 43px;
  line-height: 1.15;
  color: #fff;
  display: block
}

.abt-us .aside-stat-desc {
  font-size: 15px;
  line-height: 1.4;
  color: #ffffffc7
}

.abt-us .strip-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .process-steps {
  background: #ffffff1a;
  border-radius: 20px;
  padding: 32px;
  clip-path: inset(0 0 0 100%);
  animation: reveal-clip .32s cubic-bezier(0.34, 1.56, 0.64, 1) .25s forwards
}

.abt-us .steps-heading {
  font-size: 18px;
  line-height: 1.4;
  color: #FFDF89;
  margin: 0 0 24px;
  font-weight: 600
}

.abt-us .step-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px
}

.abt-us .step-row:last-child {
  margin-bottom: 0
}

.abt-us .step-arrow {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background: #9C54C1;
  display: flex;
  align-items: center;
  justify-content: center
}

.abt-us .step-arrow svg {
  width: 14px;
  height: 14px
}

.abt-us .step-text {
  font-size: 15px;
  line-height: 1.4;
  color: #ffffffe0
}

.abt-us .strip-img-block {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 7px 18px 0 #1c581a17;
  position: relative
}

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

.abt-us .strip-img-block .img-dot {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9C54C1;
  border: 3px solid #fff;
  box-shadow: 0 3px 3px 0 #9c54c112
}

.abt-us .team-row {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.abt-us .person-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 7px 18px 0 #9c54c117;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative
}

.abt-us .person-card:hover {
  box-shadow: 0 10px 44px 0 #9c54c12e;
  transform: translateY(-4px)
}

.abt-us .person-card:hover .card-name {
  text-shadow: 0 4px 16px #9c54c138;
  color: #9C54C1
}

.abt-us .card-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 20px;
  background: linear-gradient(217deg, #9c54c11f, #ffdf892e);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative
}

.abt-us .card-icon-wrap .dot-ind {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1C581A;
  border: 2px solid #fff
}

.abt-us .card-icon-wrap i {
  font-size: 23px;
  color: #9C54C1
}

.abt-us .card-name {
  font-size: 23px;
  line-height: 1.15;
  color: #1a1400;
  margin: 0 0 4px;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), text-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .card-role {
  font-size: 15px;
  letter-spacing: .08em;
  color: #1C581A;
  text-transform: uppercase;
  margin: 0 0 16px
}

.abt-us .card-body {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0
}

.abt-us .card-body .accent-span {
  color: #9C54C1;
  font-weight: 600
}

.abt-us .inline-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px
}

.abt-us .tag-item {
  font-size: 15px;
  color: #1C581A;
  padding: 4px 8px;
  border-radius: 2px;
  background: #1c581a14
}

.abt-us .tag-sep {
  color: #9C54C1;
  font-size: 15px;
  line-height: 1.6;
  align-self: center
}

.abt-us .img-grid-row {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px 64px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 32px;
  align-items: start
}

.abt-us .img-grid-row .img-slot {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 7px 18px 0 #9c54c117
}

.abt-us .img-grid-row .img-slot img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover
}

.abt-us .img-grid-row .img-slot.break-out {
  margin-top: -32px;
  box-shadow: 0 10px 44px 0 #9c54c124
}

.abt-us .img-grid-row .img-caption {
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  padding: 16px 0 0;
  text-align: center
}

@media (max-width: 1024px) {
  .abt-us .pg-lead {
    grid-template-columns: 1fr;
    padding: 32px 32px 16px;
    gap: 32px
  }

  .abt-us .lead-h1 {
    font-size: 43px
  }

  .abt-us .lead-h1 .num-accent {
    font-size: 60px
  }

  .abt-us .strip-inner {
    grid-template-columns: 1fr;
    padding: 0 32px 32px;
    gap: 32px
  }

  .abt-us .strip-col-wide {
    grid-column: span 1;
    grid-template-columns: 1fr
  }

  .abt-us .team-row {
    grid-template-columns: 1fr 1fr;
    padding: 0 32px 32px
  }

  .abt-us .img-grid-row {
    grid-template-columns: 1fr 1fr;
    padding: 0 32px 32px
  }

  .abt-us .img-grid-row .img-slot.break-out {
    margin-top: 0
  }
}

@media (max-width: 640px) {
  .abt-us .pg-lead {
    padding: 24px 16px 16px;
    gap: 24px
  }

  .abt-us .lead-img-col {
    display: none
  }

  .abt-us .lead-h1 {
    font-size: 31px
  }

  .abt-us .lead-h1 .num-accent {
    font-size: 43px
  }

  .abt-us .strip-inner {
    padding: 0 16px 24px;
    gap: 24px
  }

  .abt-us .strip-h2 {
    font-size: 31px
  }

  .abt-us .team-row {
    grid-template-columns: 1fr;
    padding: 0 16px 24px;
    gap: 24px
  }

  .abt-us .img-grid-row {
    display: none
  }

  .abt-us .process-steps {
    padding: 24px
  }
}

.abt-us :focus-visible {
  outline: 3px solid #9C54C1 !important;
  outline-offset: 3px !important;
  border-radius: 2px !important
}

.entr {
  background: #fff;
  overflow-x: clip;
  position: relative
}

.entr .pg-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 32px
}

.entr ::selection {
  background: #9C54C1;
  color: #fff
}

.entr a {
  color: #9C54C1;
  text-decoration: none;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entr a:hover {
  color: #1C581A
}

.entr .btn-prim {
  display: inline-block;
  background: #9C54C1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 7px 18px 0 #9c54c117
}

.entr .btn-prim::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #1C581A, #FFDF89);
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entr .btn-prim:hover::before {
  opacity: 1
}

.entr .btn-prim:active {
  transform: scale(0.97)
}

.entr .btn-prim span {
  position: relative;
  z-index: 1
}

.entr .btn-sec {
  display: inline-block;
  background: transparent;
  color: #1C581A;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 2px;
  border: 2px solid #1C581A;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entr .btn-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #1C581A, #9C54C1);
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entr .btn-sec:hover::before {
  opacity: 1
}

.entr .btn-sec:hover {
  color: #fff
}

.entr .btn-sec span {
  position: relative;
  z-index: 1
}

.entr .shape-anchor {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #9C54C1;
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: middle;
  transform: rotate(45deg)
}

.entr .accent-span {
  color: #9C54C1;
  font-weight: 700
}

.entr .t-block {
  background: linear-gradient(217deg, #9C54C1 0%, #FFDF89 60%, transparent 100%);
  padding: 96px 32px 48px;
  position: relative
}

.entr .t-block .grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#1c581a0f 1px, transparent 1px), linear-gradient(90deg, #1c581a0f 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none
}

.entr .t-block .t-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px
}

.entr .t-block .t-text {
  flex: 1 1 520px;
  position: relative;
  z-index: 1
}

.entr .t-block .t-label {
  font-size: 15px;
  letter-spacing: .12em;
  color: #1C581A;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px
}

.entr .t-block .t-head {
  font-size: 60px;
  line-height: 1.15;
  color: #1a0a2e;
  font-weight: 900;
  margin-bottom: 24px
}

.entr .t-block .t-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #2a1a3e;
  max-width: 540px;
  margin-bottom: 32px
}

.entr .t-block .t-img-col {
  flex: 0 0 480px;
  position: relative;
  z-index: 1
}

.entr .t-block .t-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 44px 0 #9c54c11c
}

.entr .t-block .t-img-wrap img {
  width: 480px;
  height: 420px;
  object-fit: cover;
  display: block
}

.entr .t-block .t-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #9c54c159 0%, transparent 60%);
  pointer-events: none
}

.entr .t-block .t-tag {
  position: absolute;
  bottom: -12px;
  right: -12px;
  background: #FFDF89;
  color: #1a0a2e;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 2px;
  box-shadow: 0 7px 18px 0 #9c54c117;
  z-index: 2
}

.entr .zz-div {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.entr .zz-div svg {
  display: block;
  width: 100%
}

.entr .ctx-block {
  background: #f5f0fa;
  padding: 64px 32px
}

.entr .ctx-block .ctx-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.entr .ctx-block .ctx-img-col {
  flex: 0 0 420px
}

.entr .ctx-block .ctx-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 7px 18px 0 #9c54c117
}

.entr .ctx-block .ctx-img-wrap img {
  width: 420px;
  height: 380px;
  object-fit: cover;
  display: block
}

.entr .ctx-block .ctx-text {
  flex: 1 1 400px
}

.entr .ctx-block .ctx-h {
  font-size: 43px;
  line-height: 1.15;
  color: #1a0a2e;
  font-weight: 800;
  margin-bottom: 16px
}

.entr .ctx-block .ctx-p {
  font-size: 18px;
  line-height: 1.6;
  color: #2e1a40;
  margin-bottom: 16px
}

.entr .ctx-block .ctx-note {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  margin-top: 24px
}

.entr .ctx-block .ctx-main-text {
  flex: 1 1 auto
}

.entr .ctx-block .ctx-aside {
  flex: 0 0 160px;
  font-size: 15px;
  line-height: 1.4;
  color: #1C581A;
  font-weight: 600;
  border-top: 2px solid #1C581A;
  padding-top: 8px
}

.entr .ctx-block .ctx-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0
}

.entr .ctx-block .ctx-list li {
  font-size: 15px;
  color: #2e1a40;
  line-height: 1.4;
  padding-right: 16px
}

.entr .ctx-block .ctx-list li+li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #9C54C1;
  border-radius: 0;
  margin-right: 16px;
  vertical-align: middle
}

.entr .ctx-block .milestone-track {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: flex-start;
  position: relative
}

.entr .ctx-block .milestone-track::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(217deg, #9C54C1, #FFDF89);
  z-index: 0
}

.entr .ctx-block .ms-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1
}

.entr .ctx-block .ms-icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #9C54C1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 3px 3px 0 #9c54c112;
  margin-bottom: 8px
}

.entr .ctx-block .ms-year {
  font-size: 15px;
  font-weight: 700;
  color: #1C581A;
  margin-bottom: 4px
}

.entr .ctx-block .ms-label {
  font-size: 15px;
  color: #2e1a40;
  text-align: center;
  line-height: 1.4
}

.entr .curve-div {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.entr .curve-div svg {
  display: block;
  width: 100%
}

.entr .ready-block {
  background: #fff;
  padding: 64px 32px
}

.entr .ready-block .ready-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.entr .ready-block .ready-h {
  font-size: 43px;
  line-height: 1.15;
  color: #1a0a2e;
  font-weight: 800;
  margin-bottom: 16px;
  grid-column: 1 / -1
}

.entr .ready-block .ready-p {
  font-size: 18px;
  line-height: 1.6;
  color: #2e1a40;
  margin-bottom: 16px
}

.entr .ready-block .ready-cards {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.entr .ready-block .r-card {
  background: linear-gradient(217deg, #f5f0fa, #fffbee);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 3px 3px 0 #9c54c112;
  position: relative
}

.entr .ready-block .r-card .r-card-tag {
  position: absolute;
  top: -10px;
  right: 16px;
  background: #FFDF89;
  color: #1a0a2e;
  font-size: 15px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 2px
}

.entr .ready-block .r-card-h {
  font-size: 18px;
  font-weight: 700;
  color: #1a0a2e;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.entr .ready-block .r-card-p {
  font-size: 15px;
  line-height: 1.6;
  color: #2e1a40
}

.entr .ready-block .ready-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 7px 18px 0 #9c54c117
}

.entr .ready-block .ready-img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block
}

.entr .obj-block {
  background: linear-gradient(217deg, #1C581A 0%, #2a1a3e 100%);
  padding: 64px 32px;
  position: relative
}

.entr .obj-block .obj-bg-anim {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 10% 90%, #ffdf891f 0%, transparent 55%), radial-gradient(ellipse at 90% 10%, #9c54c126 0%, transparent 55%);
  animation: bgshift 6s ease-in-out infinite alternate;
  pointer-events: none
}

@keyframes bgshift {
  0% {
    opacity: .7
  }

  100% {
    opacity: 1
  }
}

.entr .obj-block .obj-inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.entr .obj-block .obj-text {
  flex: 1 1 500px
}

.entr .obj-block .obj-h {
  font-size: 43px;
  line-height: 1.15;
  color: #FFDF89;
  font-weight: 800;
  margin-bottom: 16px
}

.entr .obj-block .obj-p {
  font-size: 18px;
  line-height: 1.6;
  color: #e8ddf5;
  margin-bottom: 16px
}

.entr .obj-block .obj-accent {
  color: #FFDF89;
  font-weight: 700
}

.entr .obj-block .obj-img-col {
  flex: 0 0 400px
}

.entr .obj-block .obj-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 44px 0 #1c581a1c;
  position: relative
}

.entr .obj-block .obj-img-wrap img {
  width: 400px;
  height: 360px;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) brightness(0.85)
}

.entr .obj-block .obj-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #1c581a80, #9c54c14d);
  mix-blend-mode: multiply;
  pointer-events: none
}

.entr .obj-block .obj-tag {
  position: absolute;
  top: 16px;
  left: -12px;
  background: #9C54C1;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 2px;
  z-index: 2
}

.entr .obj-block .obj-quote {
  margin-top: 32px;
  border-top: 2px solid #ffdf894d;
  padding-top: 24px
}

.entr .obj-block .obj-quote-text {
  font-size: 23px;
  line-height: 1.4;
  color: #FFDF89;
  font-style: italic;
  margin-bottom: 8px
}

.entr .obj-block .obj-quote-attr {
  font-size: 15px;
  color: #c8b8e0;
  letter-spacing: .08em
}

.entr .adapt-block {
  background: #fff;
  padding: 64px 32px
}

.entr .adapt-block .adapt-inner {
  max-width: 1500px;
  margin: 0 auto
}

.entr .adapt-block .adapt-top {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start;
  margin-bottom: 64px
}

.entr .adapt-block .adapt-h {
  font-size: 43px;
  line-height: 1.15;
  color: #1a0a2e;
  font-weight: 800;
  flex: 0 0 420px
}

.entr .adapt-block .adapt-desc {
  flex: 1 1 auto
}

.entr .adapt-block .adapt-p {
  font-size: 18px;
  line-height: 1.6;
  color: #2e1a40;
  margin-bottom: 16px
}

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

.entr .adapt-block .ad-item {
  background: linear-gradient(217deg, #f5f0fa 0%, #fffbee 100%);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 3px 3px 0 #9c54c112;
  position: relative;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entr .adapt-block .ad-item:hover {
  box-shadow: 0 10px 44px 0 #9c54c11c;
  transform: translateY(-4px)
}

.entr .adapt-block .ad-item:active {
  background: linear-gradient(217deg, #9C54C1 0%, #FFDF89 100%);
  transition: background .2s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.entr .adapt-block .ad-icon {
  font-size: 23px;
  color: #9C54C1;
  margin-bottom: 8px
}

.entr .adapt-block .ad-h {
  font-size: 18px;
  font-weight: 700;
  color: #1a0a2e;
  margin-bottom: 8px
}

.entr .adapt-block .ad-p {
  font-size: 15px;
  line-height: 1.6;
  color: #2e1a40
}

.entr .adapt-block .ad-tag {
  position: absolute;
  top: -10px;
  right: 16px;
  background: #1C581A;
  color: #FFDF89;
  font-size: 15px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 2px
}

.entr .curve2-div {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #f5f0fa
}

.entr .curve2-div svg {
  display: block;
  width: 100%
}

@media (max-width: 1024px) {
  .entr .t-block .t-inner {
    flex-direction: column;
    gap: 32px
  }

  .entr .t-block .t-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .entr .t-block .t-img-wrap img {
    width: 100%;
    height: 320px
  }

  .entr .t-block .t-head {
    font-size: 43px
  }

  .entr .ctx-block .ctx-inner {
    flex-direction: column;
    gap: 32px
  }

  .entr .ctx-block .ctx-img-col {
    flex: 0 0 auto
  }

  .entr .ctx-block .ctx-img-wrap img {
    width: 100%;
    height: 280px
  }

  .entr .ready-block .ready-inner {
    grid-template-columns: 1fr
  }

  .entr .ready-block .ready-h {
    grid-column: 1
  }

  .entr .obj-block .obj-inner {
    flex-direction: column;
    gap: 32px
  }

  .entr .obj-block .obj-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .entr .obj-block .obj-img-wrap img {
    width: 100%;
    height: 280px
  }

  .entr .adapt-block .adapt-top {
    flex-direction: column;
    gap: 24px
  }

  .entr .adapt-block .adapt-h {
    flex: 0 0 auto
  }

  .entr .adapt-block .adapt-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 640px) {
  .entr .t-block {
    padding: 64px 16px 32px
  }

  .entr .t-block .t-head {
    font-size: 31px
  }

  .entr .t-block .t-img-col {
    display: none
  }

  .entr .ctx-block {
    padding: 32px 16px
  }

  .entr .ctx-block .ctx-img-col {
    display: none
  }

  .entr .ctx-block .ctx-h {
    font-size: 31px
  }

  .entr .ctx-block .ctx-note {
    flex-direction: column;
    gap: 16px
  }

  .entr .ctx-block .ctx-aside {
    flex: 0 0 auto
  }

  .entr .ctx-block .milestone-track::before {
    display: none
  }

  .entr .ctx-block .milestone-track {
    flex-direction: column;
    gap: 16px
  }

  .entr .ctx-block .ms-item {
    flex-direction: row;
    align-items: center;
    gap: 16px
  }

  .entr .ready-block {
    padding: 32px 16px
  }

  .entr .ready-block .ready-h {
    font-size: 31px
  }

  .entr .ready-block .ready-img-wrap {
    display: none
  }

  .entr .obj-block {
    padding: 32px 16px
  }

  .entr .obj-block .obj-h {
    font-size: 31px
  }

  .entr .obj-block .obj-img-col {
    display: none
  }

  .entr .adapt-block {
    padding: 32px 16px
  }

  .entr .adapt-block .adapt-h {
    font-size: 31px
  }

  .entr .adapt-block .adapt-grid {
    grid-template-columns: 1fr
  }
}

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

.ctus .grad-bg {
  background: linear-gradient(217deg, #1C581A, #FFDF89);
  background-size: 300% 300%;
  animation: bgshift 8s ease-in-out infinite
}

@keyframes bgshift {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.ctus .page-row {
  max-width: 1500px;
  margin: 0 auto;
  padding: 64px 32px
}

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

.ctus .col-left {
  flex: 1 1 340px;
  min-width: 0
}

.ctus .col-right {
  flex: 1.4 1 480px;
  min-width: 0
}

.ctus .shape-anchor {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #9C54C1;
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0
}

.ctus .lbl {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
  letter-spacing: .12em;
  color: #1C581A;
  text-transform: uppercase;
  margin-bottom: 24px
}

.ctus .page-h {
  font-size: 43px;
  line-height: 1.15;
  color: #1a1a1a;
  color: #1C1A00;
  margin: 0 0 24px
}

.ctus .page-h span {
  color: #9C54C1
}

.ctus .desc-text {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  color: #1C2A00;
  margin: 0 0 32px
}

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

.ctus .contact-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #1C2A00
}

.ctus .contact-list .ci {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: #9c54c11a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ctus .contact-list .ci i {
  font-size: 15px;
  color: #9C54C1
}

.ctus .contact-list a {
  color: #1C581A;
  text-decoration: none;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ctus .contact-list a:hover {
  color: #9C54C1
}

.ctus .contact-list .cl-label {
  font-size: 15px;
  letter-spacing: .06em;
  font-weight: 600;
  color: #1C581A;
  display: block
}

.ctus .contact-list .cl-val {
  font-size: 15px;
  color: #1C2A00
}

.ctus .divider-band {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 32px
}

.ctus .divider-inner {
  width: 120px;
  height: 4px;
  border-radius: 20px;
  background: linear-gradient(217deg, #9C54C1, #FFDF89)
}

.ctus .form-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 44px 0 #9c54c11c;
  padding: 32px
}

.ctus .form-h {
  font-size: 23px;
  line-height: 1.15;
  color: #1C2A00;
  margin: 0 0 8px
}

.ctus .form-sub {
  font-size: 15px;
  line-height: 1.4;
  color: #3a4a2a;
  margin: 0 0 24px
}

.ctus .field-grp {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px
}

.ctus .field-grp label {
  font-size: 15px;
  color: #1C581A;
  letter-spacing: .04em
}

.ctus .field-grp input[type="text"],
.ctus .field-grp input[type="email"],
.ctus .field-grp input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #1c581a40;
  border-radius: 2px;
  padding: 12px 16px;
  font-size: 15px;
  color: #1C2A00;
  background: #fff;
  box-shadow: inset 0 2px 4px 0 #9c54c10d;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  outline: none
}

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

.ctus .field-grp input[type="text"]:focus,
.ctus .field-grp input[type="email"]:focus,
.ctus .field-grp input[type="tel"]:focus {
  border-color: #9C54C1;
  box-shadow: inset 0 2px 4px 0 #9c54c114
}

.ctus .check-grp {
  margin-bottom: 24px
}

.ctus .check-grp-label {
  font-size: 15px;
  color: #1C581A;
  letter-spacing: .04em;
  display: block;
  margin-bottom: 12px
}

.ctus .check-opts {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .check-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #1C2A00;
  line-height: 1.4
}

.ctus .check-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #9C54C1;
  flex-shrink: 0;
  cursor: pointer
}

.ctus .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
  padding: 16px;
  background: #ffdf892e;
  border-radius: 2px
}

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

.ctus .privacy-text {
  font-size: 15px;
  line-height: 1.4;
  color: #1C2A00
}

.ctus .privacy-text a {
  color: #9C54C1;
  text-decoration: underline;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ctus .privacy-text a:hover {
  color: #1C581A
}

.ctus .btn-submit {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #9C54C1;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 16px 40px;
  font-size: 18px;
  letter-spacing: .04em;
  cursor: pointer;
  transition: color .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 7px 18px 0 #9c54c117
}

.ctus .btn-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #1C581A, #FFDF89 80%);
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 0
}

.ctus .btn-submit:hover::before {
  opacity: 1
}

.ctus .btn-submit:hover {
  color: #1C2A00;
  box-shadow: 0 10px 44px 0 #9c54c11c
}

.ctus .btn-submit span {
  position: relative;
  z-index: 1
}

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

.ctus .info-aside {
  margin-top: 32px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(217deg, #1c581a12, #ffdf892e);
  box-shadow: 0 3px 3px 0 #1c581a12
}

.ctus .info-aside-h {
  font-size: 18px;
  line-height: 1.15;
  color: #1C2A00;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px
}

.ctus .info-aside-h i {
  color: #9C54C1;
  font-size: 18px
}

.ctus .info-aside-p {
  font-size: 15px;
  line-height: 1.6;
  color: #2a3a1a;
  margin: 0
}

.ctus .section-two {
  background: #1C581A;
  padding: 0
}

.ctus .section-two .page-row {
  padding: 64px 32px
}

.ctus .section-two-inner {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: stretch
}

.ctus .meta-col {
  flex: 1 1 280px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus .meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus .meta-num {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.ctus .num-circle {
  width: 36px;
  height: 36px;
  border-radius: 20px;
  background: #FFDF89;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #1C2A00;
  flex-shrink: 0
}

.ctus .meta-item-h {
  font-size: 18px;
  line-height: 1.15;
  color: #FFDF89;
  margin: 0
}

.ctus .meta-item-p {
  font-size: 15px;
  line-height: 1.4;
  color: #ffffffd1;
  margin: 0
}

.ctus .checklist-col {
  flex: 1.4 1 400px;
  min-width: 0
}

.ctus .checklist-h {
  font-size: 31px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 24px
}

.ctus .checklist-h span {
  color: #FFDF89
}

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

.ctus .feat-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #ffffffe6
}

.ctus .feat-list .svg-check {
  flex-shrink: 0;
  margin-top: 2px
}

.ctus .journal-ref {
  margin-top: 32px;
  padding: 16px 24px;
  border-radius: 2px;
  background: #ffdf891f;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ctus .journal-ref:hover {
  background: #ffdf8938
}

.ctus .journal-ref span {
  font-size: 15px;
  color: #FFDF89;
  letter-spacing: .04em
}

.ctus .journal-ref i {
  color: #FFDF89;
  font-size: 18px
}

.ctus .geom-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px
}

.ctus .geom-sq {
  width: 8px;
  height: 8px;
  background: #FFDF89;
  border-radius: 0
}

.ctus .geom-lbl {
  font-size: 15px;
  letter-spacing: .12em;
  color: #FFDF89;
  text-transform: uppercase
}

@media (max-width: 1024px) {
  .ctus .split {
    flex-direction: column;
    gap: 32px
  }

  .ctus .section-two-inner {
    flex-direction: column;
    gap: 32px
  }

  .ctus .page-h {
    font-size: 31px
  }

  .ctus .checklist-h {
    font-size: 23px
  }
}

@media (max-width: 640px) {
  .ctus .page-row {
    padding: 32px 16px
  }

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

  .ctus .page-h {
    font-size: 23px
  }

  .ctus .btn-submit {
    width: 100%;
    text-align: center
  }

  .ctus .info-aside {
    margin-top: 24px
  }

  .ctus .journal-ref {
    display: flex;
    width: 100%;
    box-sizing: border-box
  }
}

.svc-pg {
  overflow-x: hidden
}

.svc-pg .reveal {
  opacity: 0;
  transform: translateY(32px);
  animation: slideUp .28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

.svc-pg .reveal-2 {
  opacity: 0;
  transform: translateY(22px);
  animation: slideUp .25s cubic-bezier(0.34, 1.56, 0.64, 1) .12s forwards
}

.svc-pg .reveal-3 {
  opacity: 0;
  transform: translateY(14px);
  animation: slideUp .22s cubic-bezier(0.34, 1.56, 0.64, 1) .22s forwards
}

.svc-pg .reveal-4 {
  opacity: 0;
  transform: translateY(8px);
  animation: slideUp .2s cubic-bezier(0.34, 1.56, 0.64, 1) .32s forwards
}

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

.svc-pg .pg-band {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 32px
}

.svc-pg .title-strip {
  background: #fff;
  padding: 64px 0 32px;
  position: relative
}

.svc-pg .title-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border-top: 2px solid #9C54C1;
  border-left: 2px solid #9C54C1;
  pointer-events: none
}

.svc-pg .title-strip::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-bottom: 2px solid #FFDF89;
  border-right: 2px solid #FFDF89;
  pointer-events: none
}

.svc-pg .strip-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center
}

.svc-pg .strip-text {
  flex: 1 1 0;
  min-width: 0
}

.svc-pg .strip-label {
  font-size: 15px;
  letter-spacing: .12em;
  color: #1C581A;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px
}

.svc-pg .strip-h1 {
  font-size: 60px;
  line-height: 1.15;
  color: #1a1200;
  font-weight: 800;
  margin: 0 0 24px
}

.svc-pg .strip-h1 .acc {
  color: #9C54C1
}

.svc-pg .strip-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #2d2d2d;
  max-width: 480px;
  margin: 0 0 24px
}

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

.svc-pg .strip-meta-item {
  font-size: 15px;
  color: #555;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.svc-pg .strip-meta-item i {
  color: #9C54C1;
  font-size: 18px
}

.svc-pg .img-mosaic {
  flex: 0 0 420px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px;
  position: relative
}

.svc-pg .mosaic-main {
  grid-column: 1 / 3;
  grid-row: 1;
  border-radius: 20px;
  overflow: hidden;
  position: relative
}

.svc-pg .mosaic-main img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: blur(0px);
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-pg .mosaic-main::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #9c54c100 60%, #9c54c12e 100%);
  border-radius: 20px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-pg .mosaic-main:hover::after {
  opacity: 1
}

.svc-pg .mosaic-main:hover img {
  transform: scale(1.04)
}

.svc-pg .mosaic-stat {
  grid-column: 1;
  grid-row: 2;
  background: linear-gradient(217deg, #1C581A, #FFDF89);
  border-radius: 20px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center
}

.svc-pg .mosaic-stat-num {
  font-size: 43px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15
}

.svc-pg .mosaic-stat-label {
  font-size: 15px;
  color: #ffffffd9;
  line-height: 1.4
}

.svc-pg .mosaic-tag {
  grid-column: 2;
  grid-row: 2;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #FFDF89;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center
}

.svc-pg .mosaic-tag-val {
  font-size: 31px;
  font-weight: 700;
  color: #9C54C1;
  line-height: 1.15
}

.svc-pg .mosaic-tag-label {
  font-size: 15px;
  color: #444;
  line-height: 1.4
}

.svc-pg .diamond-accent {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  background: #FFDF89;
  transform: rotate(45deg);
  border-radius: 2px;
  pointer-events: none;
  z-index: 1
}

.svc-pg .svc-catalog {
  background: radial-gradient(ellipse at 50% 40%, #f5eeff 0%, #e8f4e8 60%, #d4c5e8 100%);
  padding: 64px 0
}

.svc-pg .catalog-head {
  max-width: 1500px;
  margin: 0 auto 64px;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 64px
}

.svc-pg .catalog-head-left {
  flex: 1 1 0
}

.svc-pg .cat-shape {
  width: 24px;
  height: 24px;
  background: #9C54C1;
  border-radius: 2px;
  transform: rotate(45deg);
  margin-bottom: 16px;
  display: inline-block
}

.svc-pg .catalog-h2 {
  font-size: 43px;
  line-height: 1.15;
  color: #1a1200;
  font-weight: 700;
  margin: 0 0 16px
}

.svc-pg .catalog-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  max-width: 520px;
  margin: 0
}

.svc-pg .catalog-head-right {
  flex: 0 0 320px
}

.svc-pg .rating-box {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 7px 18px 0 #9c54c117;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.svc-pg .rating-num {
  font-size: 60px;
  font-weight: 800;
  color: #9C54C1;
  line-height: 1.15
}

.svc-pg .rating-detail {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.svc-pg .rating-stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.svc-pg .star-filled {
  width: 18px;
  height: 18px;
  background: #FFDF89;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.svc-pg .rating-count {
  font-size: 15px;
  color: #666
}

.svc-pg .svc-grid {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 24px;
  align-items: start
}

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

.svc-pg .svc-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 3px 3px 0 #9c54c112;
  position: relative;
  overflow: hidden;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-pg .svc-card:hover {
  box-shadow: 0 10px 44px 0 #9c54c11c
}

.svc-pg .svc-card .outline-border {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  pointer-events: none;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-pg .svc-card:hover .outline-border {
  border-color: #9C54C1;
  animation: traceOutline .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

@keyframes traceOutline {
  0% {
    clip-path: inset(0 100% 100% 0)
  }

  100% {
    clip-path: inset(0 0% 0% 0)
  }
}

.svc-pg .card-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(217deg, #9C54C1, #FFDF89);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.svc-pg .card-icon i {
  color: #fff;
  font-size: 23px
}

.svc-pg .card-h {
  font-size: 18px;
  font-weight: 700;
  color: #1a1200;
  margin: 0 0 8px;
  line-height: 1.4
}

.svc-pg .card-p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0 0 16px
}

.svc-pg .card-price {
  font-size: 23px;
  font-weight: 700;
  color: #9C54C1;
  margin-bottom: 4px
}

.svc-pg .card-dur {
  font-size: 15px;
  color: #888;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.svc-pg .card-dur i {
  color: #1C581A;
  font-size: 15px
}

.svc-pg .svc-center {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.svc-pg .svc-featured {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 7px 18px 0 #9c54c117;
  position: relative;
  overflow: hidden
}

.svc-pg .svc-featured .outline-border {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  pointer-events: none;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-pg .svc-featured:hover .outline-border {
  border-color: #9C54C1;
  animation: traceOutline .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-pg .featured-badge {
  display: inline-block;
  background: linear-gradient(217deg, #1C581A, #FFDF89);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .08em;
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 16px
}

.svc-pg .featured-h {
  font-size: 31px;
  font-weight: 800;
  color: #1a1200;
  line-height: 1.15;
  margin: 0 0 8px
}

.svc-pg .featured-sub {
  font-size: 23px;
  font-weight: 600;
  color: #9C54C1;
  line-height: 1.4;
  margin: 0 0 16px
}

.svc-pg .featured-note {
  font-size: 15px;
  color: #777;
  font-style: italic;
  margin: 0 0 16px
}

.svc-pg .featured-p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin: 0 0 24px
}

.svc-pg .featured-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px
}

.svc-pg .step-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.svc-pg .step-num {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background: #9c54c11a;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #9C54C1
}

.svc-pg .step-body {
  flex: 1 1 0
}

.svc-pg .step-h {
  font-size: 15px;
  font-weight: 700;
  color: #1a1200;
  margin: 0 0 4px
}

.svc-pg .step-p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0
}

.svc-pg .featured-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-top: 24px
}

.svc-pg .featured-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-pg .featured-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #1c581a00 50%, #1c581a47 100%);
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none
}

.svc-pg .featured-img-wrap:hover::after {
  opacity: 1
}

.svc-pg .featured-img-wrap:hover img {
  transform: scale(1.04)
}

.svc-pg .featured-price-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.svc-pg .feat-price {
  font-size: 43px;
  font-weight: 800;
  color: #9C54C1;
  line-height: 1.15
}

.svc-pg .feat-price-note {
  font-size: 15px;
  color: #888
}

.svc-pg .btn-primary {
  display: inline-block;
  background: linear-gradient(217deg, #9C54C1, #1C581A);
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 7px 18px 0 #9c54c117
}

.svc-pg .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #FFDF89, #9C54C1);
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-pg .btn-primary:hover::before {
  opacity: 1
}

.svc-pg .btn-primary:hover {
  box-shadow: 0 10px 44px 0 #9c54c11c
}

.svc-pg .btn-primary span {
  position: relative;
  z-index: 2
}

.svc-pg .btn-secondary {
  display: inline-block;
  background: transparent;
  color: #9C54C1;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  border: 2px solid #9C54C1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), background .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-pg .btn-secondary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #9C54C1, #FFDF89);
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-pg .btn-secondary:hover::before {
  opacity: 1
}

.svc-pg .btn-secondary:hover {
  color: #fff
}

.svc-pg .btn-secondary span {
  position: relative;
  z-index: 2
}

.svc-pg .svc-info-strip {
  background: linear-gradient(217deg, #1C581A, #FFDF89);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.svc-pg .info-strip-h {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0
}

.svc-pg .info-strip-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.svc-pg .info-strip-list li {
  font-size: 15px;
  color: #ffffffe6;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.svc-pg .info-strip-list li i {
  color: #FFDF89;
  font-size: 15px
}

.svc-pg .masterclass-link-box {
  background: #9c54c114;
  border-radius: 20px;
  padding: 24px;
  border: 2px solid #9c54c133;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.svc-pg .ml-box-h {
  font-size: 18px;
  font-weight: 700;
  color: #1a1200;
  margin: 0
}

.svc-pg .ml-box-p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0 0 8px
}

@media (max-width: 1024px) {
  .svc-pg .strip-inner {
    flex-direction: column;
    gap: 32px
  }

  .svc-pg .img-mosaic {
    flex: 0 0 auto;
    width: 100%
  }

  .svc-pg .strip-h1 {
    font-size: 43px
  }

  .svc-pg .svc-grid {
    grid-template-columns: 1fr 1fr
  }

  .svc-pg .svc-aside:last-child {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }

  .svc-pg .catalog-head {
    flex-direction: column;
    gap: 32px
  }

  .svc-pg .catalog-head-right {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (max-width: 640px) {
  .svc-pg .strip-inner {
    padding: 0 16px
  }

  .svc-pg .pg-band {
    padding: 0 16px
  }

  .svc-pg .strip-h1 {
    font-size: 31px
  }

  .svc-pg .img-mosaic {
    display: none
  }

  .svc-pg .svc-grid {
    grid-template-columns: 1fr
  }

  .svc-pg .svc-aside:last-child {
    grid-column: 1;
    display: flex;
    flex-direction: column
  }

  .svc-pg .catalog-head {
    padding: 0 16px
  }

  .svc-pg .svc-grid {
    padding: 0 16px
  }

  .svc-pg .catalog-h2 {
    font-size: 31px
  }

  .svc-pg .feat-price {
    font-size: 31px
  }

  .svc-pg .featured-h {
    font-size: 23px
  }

  .svc-pg .title-strip {
    padding: 32px 0 24px
  }

  .svc-pg .svc-catalog {
    padding: 32px 0
  }

  .svc-pg .catalog-head {
    margin-bottom: 32px
  }
}

.success-pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 24px;
  background: #fff
}

.success-pg .msg-wrap {
  max-width: 560px;
  width: 100%;
  text-align: center
}

.success-pg .icon-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 32px;
  border-radius: 20px;
  background: linear-gradient(217deg, #1C581A, #FFDF89);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 44px 0 #9c54c11c
}

.success-pg .icon-mark svg {
  width: 32px;
  height: 32px;
  display: block
}

.success-pg .msg-heading {
  font-size: 43px;
  line-height: 1.15;
  color: #1C581A;
  margin: 0 0 16px;
  letter-spacing: -.5px
}

.success-pg .msg-heading span {
  color: #9C54C1
}

.success-pg .msg-body {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0 0 32px
}

.success-pg .msg-note {
  font-size: 15px;
  line-height: 1.4;
  color: #444;
  margin: 0 0 32px;
  padding: 16px 24px;
  border-radius: 2px;
  background: #9c54c10f
}

.success-pg .msg-note strong {
  color: #9C54C1
}

.success-pg .back-btn {
  display: inline-block;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
  background: #1C581A;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 18px 0 #1c581a17;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success-pg .back-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #9C54C1, #FFDF89 180%);
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 2px
}

.success-pg .back-btn:hover::before,
.success-pg .back-btn:focus::before {
  opacity: 1
}

.success-pg .back-btn:hover,
.success-pg .back-btn:focus {
  color: #1C581A;
  box-shadow: 0 10px 44px 0 #9c54c11c;
  outline: none
}

.success-pg .back-btn .btn-label {
  position: relative;
  z-index: 1
}

@media (max-width: 640px) {
  .success-pg {
    padding: 64px 16px
  }

  .success-pg .msg-heading {
    font-size: 31px
  }

  .success-pg .msg-body {
    font-size: 15px
  }
}