* {
  box-sizing: border-box
}

body {
  margin: 0
}

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

:focus:not(:focus-visible) {
  outline: none
}

.site-hd {
  background: #1D1623;
  position: relative;
  padding: 0;
  overflow: hidden
}

.site-hd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #1D1623 60%, #2d1a35 100%);
  pointer-events: none
}

.hd-accent-bar {
  height: 3px;
  background: linear-gradient(90deg, #FB6ABE 0%, #FFEFF7 50%, #FB6ABE 100%);
  width: 100%
}

.hd-shell {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 40px;
  position: relative;
  z-index: 1
}

.hd-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap
}

.hd-brand-mount {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0
}

.hd-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 42px;
  border: 1px solid #ffffffd9;
  background: #ffffff0f;
  box-shadow: -1px 2px 2px 0 #fb6abe0d -1px 5px 14px 0 #fb6abe1a;
  padding: 8px;
  flex-shrink: 0
}

.hd-logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.hd-brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.hd-brand-name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 20px;
  font-weight: 700;
  color: #FFEFF7;
  letter-spacing: -.02em;
  line-height: 1.15
}

.hd-brand-tag {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  font-weight: 400;
  color: #FB6ABE;
  letter-spacing: .04em;
  line-height: 1.45
}

.hd-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.hd-nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 400;
  color: #ffeff7d1;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 26px;
  letter-spacing: .03em;
  line-height: 1.15;
  transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), background .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  min-height: 44px;
  white-space: nowrap
}

.hd-nav-link:hover {
  color: #FFEFF7;
  background: #fb6abe21
}

.hd-nav-link i {
  font-size: 13px;
  color: #FB6ABE;
  flex-shrink: 0
}

.hd-nav-link-active {
  color: #FFEFF7;
  background: #fb6abe2e;
  box-shadow: -1px 2px 2px 0 #fb6abe0d
}

.site-ft {
  background: linear-gradient(160deg, #1D1623 0%, #2a1230 55%, #1D1623 100%);
  position: relative
}

.ft-top-rule {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #FB6ABE 40%, #FFEFF7 60%, transparent 100%)
}

.ft-shell {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 40px 40px
}

.ft-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px
}

.ft-brand-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ft-logo-mount {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none
}

.ft-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 42px;
  border: 1px solid #ffffffb3;
  background: #ffffff0d;
  box-shadow: -1px 5px 14px 0 #fb6abe1a;
  padding: 8px;
  flex-shrink: 0
}

.ft-logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.ft-brand-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px;
  font-weight: 700;
  color: #FFEFF7;
  letter-spacing: -.01em;
  line-height: 1.15
}

.ft-desc {
  font-family: 'IBM Plex Serif', serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffeff7a6;
  line-height: 1.7;
  letter-spacing: .01em
}

.ft-contact-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ft-col-heading {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  color: #FB6ABE;
  letter-spacing: .08em;
  line-height: 1.15;
  text-transform: uppercase
}

.ft-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Serif', serif;
  font-size: 14px;
  color: #ffeff7bf;
  line-height: 1.45;
  text-decoration: none;
  transition: color .35s ease-in-out
}

.ft-contact-item:hover {
  color: #FFEFF7
}

.ft-contact-item i {
  color: #FB6ABE;
  font-size: 13px;
  flex-shrink: 0
}

.ft-links-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

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

.ft-nav-item a {
  font-family: 'IBM Plex Serif', serif;
  font-size: 14px;
  color: #ffeff7a6;
  text-decoration: none;
  line-height: 1.45;
  transition: color .35s ease-in-out;
  display: inline-block;
  padding: 4px 0
}

.ft-nav-item a:hover {
  color: #FFEFF7
}

.ft-bottom-rule {
  height: 1px;
  background: #fb6abe33;
  margin: 40px 0 0
}

.ft-bottom-bar {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.ft-copy {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: #ffeff766;
  letter-spacing: .02em;
  line-height: 1.45
}

.ft-domain {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: #fb6abe99;
  letter-spacing: .02em;
  line-height: 1.45;
  text-decoration: none;
  transition: color .35s ease-in-out
}

.ft-domain:hover {
  color: #FB6ABE
}

.ck-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #FFEFF7;
  box-shadow: -1px 10px 52px 0 #1d16231a;
  transform: translateY(-100%);
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ck-bar-active {
  transform: translateY(0)
}

.ck-bar-shell {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap
}

.ck-text-mount {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0
}

.ck-headline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #1D1623;
  line-height: 1.15;
  letter-spacing: -.01em
}

.ck-body-text {
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
  color: #1d1623b8;
  line-height: 1.7;
  letter-spacing: .01em
}

.ck-btn-hold {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.ck-accept {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  color: #FFEFF7;
  background: #1D1623;
  border: 2px solid #1D1623;
  border-radius: 7px;
  padding: 12px 20px;
  cursor: pointer;
  min-height: 44px;
  letter-spacing: .02em;
  transition: background .35s ease-in-out, color .35s ease-in-out
}

.ck-accept:hover {
  background: #FB6ABE;
  border-color: #FB6ABE
}

.ck-decline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 400;
  color: #1D1623;
  background: transparent;
  border: 2px solid #1D1623;
  border-radius: 7px;
  padding: 12px 20px;
  cursor: pointer;
  min-height: 44px;
  letter-spacing: .02em;
  transition: border-color .35s ease-in-out, color .35s ease-in-out
}

.ck-decline:hover {
  border-color: #FB6ABE;
  color: #FB6ABE
}

@media (max-width: 768px) {
  .hd-shell {
    padding: 20px
  }

  .hd-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px
  }

  .hd-nav {
    justify-content: center
  }

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

  .ft-shell {
    padding: 40px 20px 20px
  }

  .ft-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .ft-bottom-bar {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .ck-bar-shell {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start
  }

  .ck-btn-hold {
    width: 100%
  }
}

@media (max-width: 390px) {
  .hd-brand-name {
    font-size: 16px
  }

  .hd-nav-link {
    font-size: 13px;
    padding: 12px 8px
  }

  .ft-grid {
    gap: 40px
  }

  .ck-btn-hold {
    flex-direction: column;
    align-items: stretch
  }

  .ck-accept,
  .ck-decline {
    text-align: center
  }
}

@media (min-width: 1280px) {
  .hd-shell {
    padding: 20px 80px
  }

  .ft-shell {
    padding: 80px 80px 40px
  }

  .ft-bottom-bar {
    padding: 20px 80px 40px
  }

  .ck-bar-shell {
    padding: 20px 80px
  }
}

.nhe-content-doc {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 40px
}

.nhe-content-doc p {
  font-size: 16px;
  line-height: 1.7;
  color: #1D1623;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: .01em
}

.nhe-content-doc ul,
.nhe-content-doc ol {
  padding-left: 40px;
  margin-bottom: 20px;
  margin-top: 0
}

.nhe-content-doc ul {
  list-style-type: disc
}

.nhe-content-doc ol {
  list-style-type: decimal
}

.nhe-content-doc li {
  font-size: 16px;
  line-height: 1.7;
  color: #1D1623;
  margin-bottom: 8px;
  padding-left: 4px;
  letter-spacing: .01em
}

.nhe-content-doc li:last-child {
  margin-bottom: 0
}

.nhe-content-doc ul li::marker,
.nhe-content-doc ol li::marker {
  color: #FB6ABE
}

.nhe-content-doc strong,
.nhe-content-doc b {
  font-weight: 700;
  color: #1D1623
}

.nhe-content-doc a {
  color: #1D1623;
  text-decoration: underline;
  text-decoration-color: #FB6ABE;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), text-decoration-color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.nhe-content-doc a:hover {
  color: #FB6ABE;
  text-decoration-color: #FB6ABE
}

.nhe-content-doc table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.45;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: -1px 5px 14px 0 #1d16231a
}

.nhe-content-doc thead {
  background-color: #FFEFF7
}

.nhe-content-doc thead tr {
  border-bottom: 2px solid #FB6ABE
}

.nhe-content-doc tbody tr {
  border-bottom: 1px solid #FFEFF7;
  transition: background-color .35s ease-in-out
}

.nhe-content-doc tbody tr:last-child {
  border-bottom: none
}

.nhe-content-doc tbody tr:hover {
  background-color: #FFEFF7
}

.nhe-content-doc th {
  font-size: 13px;
  font-weight: 700;
  color: #1D1623;
  text-align: left;
  padding: 12px 20px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.nhe-content-doc td {
  font-size: 14px;
  color: #1D1623;
  padding: 12px 20px;
  line-height: 1.45;
  vertical-align: top
}

.nhe-content-doc hr {
  border: none;
  border-top: 2px solid #FFEFF7;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative
}

.nhe-content-doc hr::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #FB6ABE;
  margin-top: -2px
}

.nhe-content-doc div {
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .nhe-content-doc {
    padding: 40px 20px
  }

  .nhe-content-doc table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 7px
  }

  .nhe-content-doc th,
  .nhe-content-doc td {
    padding: 12px;
    min-width: 120px
  }

  .nhe-content-doc ul,
  .nhe-content-doc ol {
    padding-left: 20px
  }
}

@media (max-width: 390px) {
  .nhe-content-doc {
    padding: 40px 12px
  }

  .nhe-content-doc p,
  .nhe-content-doc li {
    font-size: 14px
  }

  .nhe-content-doc th {
    font-size: 13px
  }

  .nhe-content-doc td {
    font-size: 13px
  }
}

.bld {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden
}

.bld .art-lead {
  padding: 80px 0 40px;
  position: relative
}

.bld .art-lead-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 30% 60%, #fb6abe1a 0%, #ffeff72e 45%, transparent 75%), radial-gradient(ellipse at 80% 20%, #1d16230f 0%, transparent 60%), radial-gradient(ellipse at 60% 90%, #fb6abe12 0%, transparent 50%);
  pointer-events: none
}

.bld .art-lead-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: start;
  position: relative
}

.bld .art-meta-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px
}

.bld .art-cat-tag {
  display: inline-block;
  background: #1D1623;
  color: #FFEFF7;
  font-size: 13px;
  letter-spacing: .06em;
  padding: 4px 12px;
  border-radius: 2px
}

.bld .art-read-time {
  font-size: 13px;
  color: #1D1623;
  opacity: .55;
  letter-spacing: .04em
}

.bld .art-tag-pill {
  display: inline-block;
  border: 1px solid #fb6abe73;
  color: #FB6ABE;
  font-size: 13px;
  letter-spacing: .04em;
  padding: 4px 12px;
  border-radius: 26px;
  background: #fb6abe0f
}

.bld .art-h1 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1D1623;
  margin: 0 0 20px
}

.bld .art-subtitle {
  font-size: 20px;
  line-height: 1.7;
  color: #1D1623;
  opacity: .72;
  margin: 0 0 40px
}

.bld .art-author-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: #FFEFF7;
  border-radius: 14px;
  border: 1px solid #fb6abe2e;
  box-shadow: -1px 2px 2px 0 #fb6abe0d;
  width: fit-content
}

.bld .art-author-icon {
  width: 36px;
  height: 36px;
  border-radius: 26px;
  background: linear-gradient(135deg, #FB6ABE 0%, #1D1623 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.bld .art-author-icon i {
  font-size: 16px;
  color: #FFEFF7
}

.bld .art-author-name {
  font-size: 14px;
  color: #1D1623;
  font-weight: 600;
  letter-spacing: .02em
}

.bld .art-img-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: -1px 5px 14px 0 #1d16231a -1px 10px 52px 0 #1d16231a;
  border: 1px solid #1d16231a
}

.bld .art-img-frame img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.bld .art-img-frame:hover img {
  filter: grayscale(0%)
}

.bld .art-img-deco {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border: 2px dashed #fb6abe59;
  border-radius: 14px;
  pointer-events: none
}

.bld .art-img-deco2 {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 40px;
  height: 40px;
  background: #fb6abe1f;
  border-radius: 7px;
  pointer-events: none
}

.bld .art-print-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid #1d162333;
  color: #1D1623;
  font-size: 14px;
  letter-spacing: .03em;
  padding: 8px 20px;
  border-radius: 7px;
  cursor: pointer;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  margin-top: 20px
}

.bld .art-print-btn:hover {
  background: #1D1623;
  color: #FFEFF7;
  border-color: #1D1623
}

.bld .art-print-btn:focus {
  outline: 2px solid #FB6ABE;
  outline-offset: 2px
}

.bld .art-print-btn i {
  font-size: 14px
}

.bld .divider-grad {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #fb6abe66 30%, #1d16232e 60%, transparent 100%);
  margin: 40px 0
}

.bld .art-body-wrap {
  padding: 40px 0 80px;
  position: relative
}

.bld .art-body-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 80px;
  align-items: start
}

.bld .art-sidebar {
  position: sticky;
  top: 40px
}

.bld .art-sidebar-label {
  font-size: 13px;
  letter-spacing: .08em;
  color: #1D1623;
  opacity: .45;
  text-transform: uppercase;
  margin-bottom: 12px
}

.bld .art-sidebar-shape {
  width: 20px;
  height: 3px;
  background: #FB6ABE;
  border-radius: 2px;
  margin-bottom: 20px
}

.bld .art-sidebar-tag-block {
  padding: 20px;
  background: #FFEFF7;
  border-radius: 14px;
  border: 1px dashed #fb6abe59;
  margin-bottom: 20px
}

.bld .art-sidebar-tag-title {
  font-size: 13px;
  color: #1D1623;
  opacity: .55;
  margin-bottom: 8px;
  letter-spacing: .04em
}

.bld .art-sidebar-tag-val {
  font-size: 14px;
  color: #FB6ABE;
  font-weight: 600;
  letter-spacing: .03em
}

.bld .art-sidebar-num {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 700;
  background: linear-gradient(135deg, #fb6abe2e 0%, #1d162314 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -.03em;
  margin-bottom: 4px;
  display: block
}

.bld .art-sidebar-num-label {
  font-size: 13px;
  color: #1D1623;
  opacity: .45;
  letter-spacing: .04em
}

.bld .art-body-text {
  max-width: 680px
}

.bld .art-body-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #1D1623;
  margin: 0 0 20px
}

.bld .art-body-text h2 {
  font-size: 27px;
  line-height: 1.45;
  letter-spacing: -.01em;
  color: #1D1623;
  margin: 40px 0 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.bld .art-body-text h2::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FB6ABE;
  border-radius: 2px;
  flex-shrink: 0
}

.bld .art-body-text small {
  font-size: 13px;
  color: #1D1623;
  opacity: .55;
  line-height: 1.45;
  display: block;
  margin-bottom: 20px
}

.bld .art-body-text code {
  font-size: 13px;
  background: #1d16230f;
  color: #1D1623;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: .03em
}

.bld .art-body-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  counter-reset: art-list
}

.bld .art-body-text ul li {
  counter-increment: art-list;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.7;
  color: #1D1623;
  margin-bottom: 8px
}

.bld .art-body-text ul li::before {
  content: counter(art-list, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fb6abe38;
  line-height: 1.45;
  letter-spacing: -.02em
}

.bld .art-body-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px
}

.bld .art-body-text caption {
  font-size: 13px;
  color: #1D1623;
  opacity: .55;
  text-align: left;
  margin-bottom: 8px;
  letter-spacing: .03em
}

.bld .art-body-text thead th {
  background: #1D1623;
  color: #FFEFF7;
  padding: 8px 12px;
  text-align: left;
  font-size: 13px;
  letter-spacing: .04em;
  font-weight: 600
}

.bld .art-body-text thead th:first-child {
  border-radius: 7px 0 0 0
}

.bld .art-body-text thead th:last-child {
  border-radius: 0 7px 0 0
}

.bld .art-body-text td {
  padding: 8px 12px;
  border-bottom: 1px solid #1d162314;
  font-size: 14px;
  line-height: 1.45;
  color: #1D1623
}

.bld .art-body-text tr:last-child td {
  border-bottom: none
}

.bld .art-body-text tr:nth-child(even) td {
  background: #ffeff78c
}

.bld .art-accent-dashed {
  border: 2px dashed #fb6abe66;
  border-radius: 14px;
  padding: 20px;
  margin: 40px 0;
  position: relative;
  background: #ffeff761
}

.bld .art-accent-dashed .art-accent-kw {
  color: #FB6ABE;
  font-weight: 600
}

.bld .art-accent-dashed p {
  font-size: 16px;
  line-height: 1.7;
  color: #1D1623;
  margin: 0
}

.bld .art-body-spot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse at center, #fb6abe0f 0%, transparent 70%);
  pointer-events: none;
  animation: spotpulse 5s ease-in-out infinite;
  border-radius: 42px
}

@keyframes spotpulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
  }

  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: .7
  }
}

.bld .art-dash-word {
  display: inline-block;
  position: relative;
  padding-bottom: 2px
}

.bld .art-dash-word::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #FB6ABE;
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: middle
}

.bld .art-bracket {
  color: #FB6ABE
}

@media (max-width: 1280px) {
  .bld .art-lead-grid {
    grid-template-columns: 1fr 320px;
    gap: 40px
  }

  .bld .art-body-grid {
    grid-template-columns: 160px 1fr;
    gap: 40px
  }
}

@media (max-width: 768px) {
  .bld .art-lead-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .bld .art-img-frame {
    display: none
  }

  .bld .art-h1 {
    font-size: 37px
  }

  .bld .art-body-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .bld .art-sidebar {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
  }

  .bld .art-sidebar-tag-block {
    flex: 1;
    min-width: 140px
  }
}

@media (max-width: 390px) {
  .bld .art-h1 {
    font-size: 27px
  }

  .bld .art-subtitle {
    font-size: 16px
  }

  .bld .art-lead {
    padding: 40px 0 20px
  }

  .bld .art-body-wrap {
    padding: 20px 0 40px
  }

  .bld .art-sidebar {
    flex-direction: column
  }
}

@media print {
  .bld .art-print-btn {
    display: none !important
  }

  .bld .art-lead-bg {
    display: none
  }

  .bld .art-body-spot {
    display: none
  }
}

.prm {
  background: #FFEFF7;
  overflow-x: clip
}

.prm .pg-bound {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px
}

.prm .lead-strip {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.prm .lead-strip::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(105deg, #FB6ABE 0%, #FFEFF7 55%, #1D1623 100%)
}

.prm .lead-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px
}

.prm .lead-text-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
  position: relative
}

.prm .lead-quote-mark {
  position: absolute;
  top: -20px;
  left: -12px;
  font-size: 160px;
  line-height: 1.15;
  color: #FB6ABE;
  opacity: .08;
  pointer-events: none;
  user-select: none;
  font-weight: 700
}

.prm .lead-eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  color: #FB6ABE;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600
}

.prm .lead-h1 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1D1623;
  margin-bottom: 20px;
  font-weight: 800
}

.prm .lead-h1 em {
  font-style: normal;
  background: linear-gradient(120deg, #FB6ABE 10%, #1D1623 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.prm .lead-sub {
  font-size: 20px;
  line-height: 1.7;
  color: #1D1623;
  opacity: .75;
  max-width: 480px;
  margin-bottom: 40px
}

.prm .lead-cta {
  display: inline-block;
  background: #1D1623;
  color: #FFEFF7;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 7px;
  text-decoration: none;
  box-shadow: -1px 10px 52px 0 #1d16231a;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  align-self: flex-start
}

.prm .lead-cta:hover {
  background: #FB6ABE;
  color: #fff
}

.prm .lead-img-col {
  width: 320px;
  flex-shrink: 0;
  position: relative
}

.prm .lead-img-frame {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #fb6abe2e;
  box-shadow: -1px 5px 14px 0 #fb6abe1a
}

.prm .lead-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: sepia(0.18) saturate(1.2) brightness(0.97)
}

.prm .divider-a {
  height: 4px;
  background: linear-gradient(105deg, #FFEFF7 0%, #FB6ABE 50%, #1D1623 100%);
  margin: 0
}

.prm .clusters-area {
  background: #1D1623;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.prm .clusters-bg-shape {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 320px;
  height: 320px;
  border-radius: 42px;
  background: radial-gradient(circle at 30% 40%, #fb6abe2e 0%, #1d162300 70%), radial-gradient(circle at 80% 10%, #ffeff712 0%, transparent 60%), radial-gradient(circle at 60% 80%, #fb6abe14 0%, transparent 60%);
  pointer-events: none
}

.prm .clusters-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #FB6ABE;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600
}

.prm .clusters-h2 {
  font-size: 37px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #FFEFF7;
  margin-bottom: 40px;
  font-weight: 700
}

.prm .clusters-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 20px
}

.prm .cluster-card {
  background: #ffeff70a;
  border-radius: 14px;
  padding: 40px 20px;
  border: 1.5px solid #fb6abe24;
  box-shadow: -1px 2px 2px 0 #fb6abe0d;
  transition: background .42s ease-in-out, border-color .42s ease-in-out, transform .42s cubic-bezier(0.34, 1.2, 0.64, 1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: default
}

.prm .cluster-card:hover {
  background: #fb6abe17;
  border-color: #fb6abe66;
  transform: translateY(-4px) scale(1.025)
}

.prm .cluster-card.dominant {
  grid-column: 3;
  grid-row: 1 / 3;
  padding: 40px
}

.prm .cluster-icon {
  width: 36px;
  height: 36px;
  border-radius: 7px;
  background: #fb6abe26;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  flex-shrink: 0
}

.prm .cluster-icon svg {
  width: 18px;
  height: 18px;
  fill: #FB6ABE
}

.prm .cluster-name {
  font-size: 16px;
  font-weight: 700;
  color: #FFEFF7;
  line-height: 1.45
}

.prm .cluster-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #ffeff79e
}

.prm .cluster-link {
  font-size: 13px;
  color: #FB6ABE;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
  transition: opacity .35s ease-in-out
}

.prm .cluster-link:hover {
  opacity: .7
}

.prm .cluster-card.dominant .cluster-img {
  width: 100%;
  height: 180px;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #fb6abe33;
  margin-bottom: 12px
}

.prm .cluster-card.dominant .cluster-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.prm .divider-b {
  height: 3px;
  background: linear-gradient(105deg, #1D1623 0%, #FB6ABE 40%, #FFEFF7 100%)
}

.prm .posts-area {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px
}

.prm .posts-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px
}

.prm .posts-h2 {
  font-size: 37px;
  line-height: 1.15;
  color: #1D1623;
  font-weight: 700;
  letter-spacing: -.01em
}

.prm .posts-all-link {
  font-size: 14px;
  color: #FB6ABE;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1.5px solid #fb6abe4d;
  padding-bottom: 2px;
  transition: border-color .35s ease-in-out, color .35s ease-in-out;
  white-space: nowrap
}

.prm .posts-all-link:hover {
  color: #1D1623;
  border-color: #1D1623
}

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

.prm .post-card {
  border-radius: 14px;
  border: 1.5px solid #1d162317;
  box-shadow: -1px 2px 2px 0 #1d16230d;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: transform .4s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.prm .post-card:hover {
  transform: translateY(-6px) scale(1.018);
  box-shadow: -1px 10px 52px 0 #1d16231a
}

.prm .post-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.prm .post-tag {
  font-size: 12px;
  font-weight: 700;
  color: #FB6ABE;
  letter-spacing: .1em;
  text-transform: uppercase
}

.prm .post-h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #1D1623;
  margin: 0
}

.prm .post-sub {
  font-size: 13px;
  line-height: 1.7;
  color: #1d16239e
}

.prm .post-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid #1d162312
}

.prm .post-author {
  font-size: 13px;
  color: #1d16238c
}

.prm .post-dot {
  width: 3px;
  height: 3px;
  border-radius: 42px;
  background: #1d162340;
  flex-shrink: 0
}

.prm .post-time {
  font-size: 13px;
  color: #1d162373
}

.prm .post-read-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #1D1623;
  text-decoration: none;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 7px;
  background: #FFEFF7;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  align-self: flex-start
}

.prm .post-read-link:hover {
  background: #FB6ABE;
  color: #fff
}

.prm .divider-c {
  height: 3px;
  background: linear-gradient(105deg, #fff 0%, #FFEFF7 40%, #FB6ABE 100%)
}

.prm .voice-area {
  background: #FFEFF7;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.prm .voice-row {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center
}

.prm .voice-img-side {
  width: 280px;
  flex-shrink: 0
}

.prm .voice-img-wrap {
  border-radius: 26px;
  overflow: hidden;
  border: 2px solid #fb6abe38;
  box-shadow: -1px 5px 14px 0 #fb6abe1a;
  width: 280px;
  height: 340px
}

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

.prm .voice-text-side {
  flex: 1
}

.prm .voice-anchor {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #FB6ABE;
  border-radius: 2px;
  margin-bottom: 20px;
  transform: rotate(45deg)
}

.prm .voice-h2 {
  font-size: 37px;
  line-height: 1.15;
  color: #1D1623;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 20px
}

.prm .voice-p {
  font-size: 16px;
  line-height: 1.7;
  color: #1d1623c7;
  margin-bottom: 20px;
  max-width: 520px
}

.prm .voice-standards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px
}

.prm .voice-std-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.prm .vstd-num {
  font-size: 37px;
  line-height: 1.15;
  font-weight: 800;
  color: #fb6abe2e;
  min-width: 40px;
  flex-shrink: 0
}

.prm .vstd-text {
  font-size: 14px;
  line-height: 1.7;
  color: #1d1623b8;
  padding-top: 8px
}

.prm .divider-d {
  height: 3px;
  background: linear-gradient(105deg, #FFEFF7 0%, #1D1623 60%, #FB6ABE 100%)
}

.prm .series-area {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px
}

.prm .series-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px
}

.prm .series-h2 {
  font-size: 37px;
  line-height: 1.15;
  color: #1D1623;
  font-weight: 700;
  letter-spacing: -.01em;
  flex: 1
}

.prm .series-intro {
  font-size: 14px;
  line-height: 1.7;
  color: #1d16239e;
  max-width: 360px;
  padding-top: 8px
}

.prm .series-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: series-ctr
}

.prm .series-item {
  counter-increment: series-ctr;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  border-radius: 14px;
  border: 1.5px solid #1d162314;
  padding: 20px;
  background: #fff;
  box-shadow: -1px 2px 2px 0 #1d16230d;
  transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out;
  position: relative
}

.prm .series-item:hover {
  border-color: #fb6abe66;
  box-shadow: -1px 5px 14px 0 #fb6abe1a
}

.prm .series-num {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 800;
  color: #fb6abe1f;
  min-width: 56px;
  flex-shrink: 0;
  letter-spacing: -.03em
}

.prm .series-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.prm .series-name {
  font-size: 20px;
  font-weight: 700;
  color: #1D1623;
  line-height: 1.45
}

.prm .series-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #1d16239e
}

.prm .series-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #FB6ABE;
  background: #fb6abe1a;
  border-radius: 26px;
  padding: 4px 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  align-self: flex-start
}

.prm .divider-e {
  height: 3px;
  background: linear-gradient(105deg, #fff 0%, #FB6ABE 50%, #FFEFF7 100%)
}

.prm .archive-area {
  background: #1D1623;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.prm .archive-deco {
  position: absolute;
  bottom: -20px;
  left: -40px;
  width: 260px;
  height: 260px;
  border-radius: 42px;
  background: radial-gradient(circle at 60% 60%, #fb6abe1f 0%, transparent 70%), radial-gradient(circle at 20% 20%, #ffeff70d 0%, transparent 60%), radial-gradient(circle at 80% 40%, #fb6abe12 0%, transparent 60%);
  pointer-events: none
}

.prm .archive-h2 {
  font-size: 37px;
  line-height: 1.15;
  color: #FFEFF7;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 40px
}

.prm .archive-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px
}

.prm .arch-stat {
  border-radius: 14px;
  border: 1.5px solid #fb6abe29;
  padding: 40px 20px;
  background: #ffeff708;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background .4s ease-in-out, border-color .4s ease-in-out
}

.prm .arch-stat:hover {
  background: #fb6abe14;
  border-color: #fb6abe5c
}

.prm .arch-num {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 800;
  color: #FB6ABE;
  letter-spacing: -.03em
}

.prm .arch-label {
  font-size: 14px;
  line-height: 1.45;
  color: #ffeff78c
}

.prm .archive-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #ffeff7a6;
  max-width: 680px
}

.prm .divider-f {
  height: 3px;
  background: linear-gradient(105deg, #1D1623 0%, #FFEFF7 50%, #FB6ABE 100%)
}

.prm .thematic-area {
  background: #FFEFF7;
  padding-top: 80px;
  padding-bottom: 80px
}

.prm .thematic-top {
  margin-bottom: 40px
}

.prm .thematic-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #FB6ABE;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px
}

.prm .thematic-h2 {
  font-size: 37px;
  line-height: 1.15;
  color: #1D1623;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 12px
}

.prm .thematic-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #1d1623a6;
  max-width: 580px
}

.prm .thematic-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.prm .thm-piece {
  border-radius: 14px;
  background: #fff;
  border: 1.5px solid #1d162314;
  box-shadow: -1px 2px 2px 0 #1d16230d;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1), transform .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.prm .thm-piece:hover {
  box-shadow: -1px 10px 52px 0 #fb6abe1a;
  transform: translateY(-4px)
}

.prm .thm-order {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 800;
  color: #fb6abe1f;
  letter-spacing: -.03em
}

.prm .thm-title {
  font-size: 20px;
  font-weight: 700;
  color: #1D1623;
  line-height: 1.45
}

.prm .thm-body {
  font-size: 14px;
  line-height: 1.7;
  color: #1d1623a6
}

.prm .thm-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #1D1623;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 7px;
  background: #FFEFF7;
  border: 1.5px solid #1d16231f;
  align-self: flex-start;
  margin-top: 4px;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.prm .thm-link:hover {
  background: #FB6ABE;
  color: #fff;
  border-color: #FB6ABE
}

.prm .divider-g {
  height: 3px;
  background: linear-gradient(105deg, #FFEFF7 0%, #1D1623 45%, #FB6ABE 100%)
}

.prm .subscribe-area {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px
}

.prm .sub-wrap {
  border-radius: 26px;
  border: 2px solid #fb6abe38;
  outline: 6px solid #fb6abe12;
  padding: 80px;
  background: #fff;
  box-shadow: -1px 10px 52px 0 #fb6abe1a;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center
}

.prm .sub-text {
  flex: 1
}

.prm .sub-anchor {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #FB6ABE;
  border-radius: 2px;
  margin-bottom: 20px
}

.prm .sub-h2 {
  font-size: 27px;
  line-height: 1.45;
  color: #1D1623;
  font-weight: 700;
  margin-bottom: 12px
}

.prm .sub-p {
  font-size: 16px;
  line-height: 1.7;
  color: #1d1623b3;
  max-width: 380px
}

.prm .sub-form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.prm .sub-field {
  width: 100%;
  padding: 20px;
  border-radius: 7px;
  border: 1.5px solid #1d162324;
  background: #FFEFF7;
  font-size: 16px;
  color: #1D1623;
  outline: none;
  box-sizing: border-box;
  transition: border-color .38s ease-in-out
}

.prm .sub-field::placeholder {
  color: #1d162359;
  transition: opacity .42s ease-in-out
}

.prm .sub-field:focus::placeholder {
  opacity: 0
}

.prm .sub-field:focus {
  border-color: #FB6ABE
}

.prm .sub-btn {
  padding: 20px 40px;
  background: #FB6ABE;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: -1px 5px 14px 0 #fb6abe1a;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .35s cubic-bezier(0.34, 1.2, 0.64, 1);
  align-self: flex-start
}

.prm .sub-btn:hover {
  background: #1D1623;
  transform: translateY(-2px)
}

.prm .sub-note {
  font-size: 13px;
  color: #1d162366;
  line-height: 1.45
}

@media (max-width: 1280px) {
  .prm .lead-h1 {
    font-size: 37px
  }

  .prm .clusters-grid {
    grid-template-columns: 1fr 1fr
  }

  .prm .cluster-card.dominant {
    grid-column: auto;
    grid-row: auto
  }

  .prm .archive-stats {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .prm .lead-row {
    flex-direction: column
  }

  .prm .lead-img-col {
    width: 100%;
    display: none
  }

  .prm .lead-h1 {
    font-size: 37px
  }

  .prm .clusters-grid {
    grid-template-columns: 1fr
  }

  .prm .cluster-card.dominant {
    grid-column: auto;
    grid-row: auto
  }

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

  .prm .voice-row {
    flex-direction: column;
    gap: 40px
  }

  .prm .voice-img-side {
    display: none
  }

  .prm .archive-stats {
    grid-template-columns: repeat(2, 1fr)
  }

  .prm .thematic-set {
    grid-template-columns: 1fr
  }

  .prm .sub-wrap {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px
  }

  .prm .series-head {
    flex-direction: column;
    gap: 12px
  }
}

@media (max-width: 390px) {
  .prm .lead-h1 {
    font-size: 27px
  }

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

  .prm .archive-stats {
    grid-template-columns: 1fr 1fr
  }

  .prm .lead-strip {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .prm .clusters-area {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .prm .posts-area {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .prm .voice-area {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .prm .series-area {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .prm .archive-area {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .prm .thematic-area {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .prm .subscribe-area {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .prm .sub-wrap {
    padding: 20px
  }
}

.blg-root {
  background-color: #FFEFF7;
  max-width: 100%;
  overflow-x: hidden
}

.blg-root .pg-bound {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px
}

.blg-root .divider-grad {
  height: 2px;
  background: linear-gradient(90deg, #FB6ABE 0%, #1D1623 50%, #FB6ABE 100%);
  border: none;
  margin: 0
}

.blg-root .posts-band {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff
}

.blg-root .posts-band-head {
  margin-bottom: 40px
}

.blg-root .posts-band-head .geo-anchor {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FB6ABE;
  transform: rotate(45deg);
  margin-right: 12px;
  vertical-align: middle;
  flex-shrink: 0
}

.blg-root .posts-band-head .band-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px
}

.blg-root .posts-band-head .band-label span {
  font-size: 13px;
  letter-spacing: .08em;
  color: #FB6ABE;
  text-transform: uppercase
}

.blg-root .posts-band-head .band-h {
  font-size: 37px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1D1623;
  margin: 0
}

.blg-root .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.blg-root .post-card {
  background: #FFEFF7;
  border-radius: 14px;
  box-shadow: -1px 5px 14px 0 #1d16231a;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  overflow: hidden
}

.blg-root .post-card:hover {
  box-shadow: -1px 10px 52px 0 #fb6abe1a;
  transform: translateY(-4px)
}

.blg-root .post-card .card-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-bottom: 1px solid #fb6abe2e;
  flex-shrink: 0;
  display: none
}

.blg-root .post-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px
}

.blg-root .post-card .card-tag {
  display: inline-block;
  font-size: 13px;
  color: #FB6ABE;
  background: #fb6abe1a;
  border-radius: 7px;
  padding: 4px 8px;
  letter-spacing: .06em;
  align-self: flex-start
}

.blg-root .post-card .card-cat {
  font-size: 13px;
  color: #1D1623;
  opacity: .55;
  letter-spacing: .04em
}

.blg-root .post-card .card-title {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -.01em;
  color: #1D1623;
  margin: 0;
  font-weight: 700
}

.blg-root .post-card .card-sub {
  font-size: 14px;
  line-height: 1.7;
  color: #1D1623;
  opacity: .7;
  margin: 0
}

.blg-root .post-card .card-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #1D1623;
  opacity: .65;
  margin: 0;
  flex: 1
}

.blg-root .post-card .card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 8px
}

.blg-root .post-card .card-author {
  font-size: 13px;
  color: #1D1623;
  opacity: .6
}

.blg-root .post-card .card-read {
  font-size: 13px;
  color: #FB6ABE;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.blg-root .post-card .card-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  color: #1D1623;
  background: transparent;
  border: 1px solid #1D1623;
  border-radius: 7px;
  padding: 8px 20px;
  text-decoration: none;
  align-self: flex-start;
  transition: background-color .35s ease-in-out, color .35s ease-in-out, border-color .35s ease-in-out
}

.blg-root .post-card .card-link:hover {
  background-color: #FB6ABE;
  color: #fff;
  border-color: #FB6ABE
}

.blg-root .post-card .card-link:focus {
  outline: 2px solid #FB6ABE;
  outline-offset: 2px
}

.blg-root .noise-band {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1D1623;
  position: relative
}

.blg-root .noise-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  background-repeat: repeat;
  pointer-events: none;
  border-radius: 0
}

.blg-root .noise-band .scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.blg-root .noise-band .scanlines::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -100%;
  height: 300%;
  background: repeating-linear-gradient(to bottom, transparent 0px, transparent 3px, #ffffff06 3px, #ffffff06 4px);
  animation: scan-drift 8s linear infinite
}

@keyframes scan-drift {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(33.33%)
  }
}

.blg-root .noise-band .nb-inner {
  position: relative;
  z-index: 1
}

.blg-root .noise-band .nb-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px
}

.blg-root .noise-band .nb-label .geo-anchor {
  width: 10px;
  height: 10px;
  background-color: #FB6ABE;
  transform: rotate(45deg);
  flex-shrink: 0
}

.blg-root .noise-band .nb-label span {
  font-size: 13px;
  color: #FB6ABE;
  letter-spacing: .08em;
  text-transform: uppercase
}

.blg-root .noise-band .nb-heading {
  font-size: 37px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #FFEFF7;
  margin: 0 0 20px
}

.blg-root .noise-band .nb-cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
  align-items: start
}

.blg-root .noise-band .nb-main {
  background: #ffeff70f;
  border-radius: 14px;
  padding: 40px;
  border: 1px solid #fb6abe26
}

.blg-root .noise-band .nb-main .pull-quote {
  font-size: 27px;
  line-height: 1.45;
  color: #FFEFF7;
  letter-spacing: -.01em;
  border-top: 2px solid #FB6ABE;
  padding-top: 20px;
  margin-bottom: 20px
}

.blg-root .noise-band .nb-main .nb-text {
  font-size: 16px;
  line-height: 1.7;
  color: #ffeff7bf;
  margin: 0
}

.blg-root .noise-band .nb-side {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.blg-root .noise-band .nb-fact {
  background: #fb6abe1a;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #fb6abe33
}

.blg-root .noise-band .nb-fact .fact-num {
  font-size: 52px;
  line-height: 1.15;
  color: #FB6ABE;
  letter-spacing: -.03em;
  display: block
}

.blg-root .noise-band .nb-fact .fact-label {
  font-size: 14px;
  line-height: 1.45;
  color: #ffeff7a6;
  margin-top: 4px
}

.blg-root .about-band {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFEFF7
}

.blg-root .about-band .ab-frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border-radius: 26px;
  box-shadow: -1px 10px 52px 0 #1d16231a;
  overflow: hidden
}

.blg-root .about-band .ab-img-col {
  position: relative
}

.blg-root .about-band .ab-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 26px 0 0 26px;
  border-right: 1px solid #fb6abe2e
}

.blg-root .about-band .ab-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter .42s ease-in-out
}

.blg-root .about-band .ab-img-wrap:hover img {
  filter: grayscale(60%)
}

.blg-root .about-band .ab-dots {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: repeat(5, 6px);
  gap: 4px;
  pointer-events: none
}

.blg-root .about-band .ab-dots span {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #FB6ABE;
  opacity: .45;
  display: block
}

.blg-root .about-band .ab-text-col {
  padding: 40px 40px 40px 0
}

.blg-root .about-band .ab-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px
}

.blg-root .about-band .ab-label .geo-anchor {
  width: 10px;
  height: 10px;
  background-color: #FB6ABE;
  transform: rotate(45deg);
  flex-shrink: 0
}

.blg-root .about-band .ab-label span {
  font-size: 13px;
  color: #FB6ABE;
  letter-spacing: .08em;
  text-transform: uppercase
}

.blg-root .about-band .ab-heading {
  font-size: 27px;
  line-height: 1.45;
  letter-spacing: -.01em;
  color: #1D1623;
  margin: 0 0 20px
}

.blg-root .about-band .ab-heading em {
  font-style: normal;
  color: #FB6ABE
}

.blg-root .about-band .ab-para {
  font-size: 16px;
  line-height: 1.7;
  color: #1D1623;
  opacity: .75;
  margin: 0 0 12px
}

.blg-root .about-band .ab-accent {
  display: inline-block;
  font-size: 14px;
  color: #FB6ABE;
  border: 1px solid #fb6abe59;
  border-radius: 7px;
  padding: 4px 12px;
  margin-top: 8px
}

.blg-root .about-band .ab-cta {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  background: #1D1623;
  border-radius: 14px;
  padding: 12px 40px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .01em;
  transition: background-color .4s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s cubic-bezier(0.34, 1.2, 0.64, 1);
  box-shadow: -1px 5px 14px 0 #1d16231a
}

.blg-root .about-band .ab-cta:hover {
  background-color: #FB6ABE;
  box-shadow: -1px 10px 52px 0 #fb6abe1a
}

.blg-root .about-band .ab-cta:focus {
  outline: 2px solid #FB6ABE;
  outline-offset: 3px
}

.blg-root .curtain-hover {
  position: relative;
  overflow: hidden
}

.blg-root .curtain-hover .curtain-reveal {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.blg-root .curtain-hover:hover .curtain-reveal {
  max-height: 200px
}

@media (max-width: 1280px) {
  .blg-root .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .blg-root .noise-band .nb-cols {
    grid-template-columns: 1fr 1fr
  }

  .blg-root .noise-band .nb-main {
    grid-column: 1 / -1
  }
}

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

  .blg-root .posts-band-head .band-h {
    font-size: 27px
  }

  .blg-root .noise-band .nb-cols {
    grid-template-columns: 1fr
  }

  .blg-root .noise-band .nb-heading {
    font-size: 27px
  }

  .blg-root .noise-band .nb-main {
    grid-column: auto;
    padding: 20px
  }

  .blg-root .about-band .ab-frame {
    grid-template-columns: 1fr
  }

  .blg-root .about-band .ab-img-col {
    display: none
  }

  .blg-root .about-band .ab-text-col {
    padding: 40px 20px
  }

  .blg-root .about-band .ab-heading {
    font-size: 20px
  }
}

@media (max-width: 390px) {
  .blg-root .pg-bound {
    padding-left: 12px;
    padding-right: 12px
  }

  .blg-root .posts-band {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .blg-root .noise-band {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .blg-root .about-band {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .blg-root .post-card .card-body {
    padding: 12px
  }
}

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

.mstrcls-pg .pg-scanlines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background: repeating-linear-gradient(180deg, transparent, transparent 3px, #1d162303 3px, #1d162303 4px);
  animation: scanDrift 14s linear infinite
}

@keyframes scanDrift {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 0 80px
  }
}

.mstrcls-pg .title-blk {
  position: relative;
  padding: 80px 20px 40px;
  background: linear-gradient(135deg, #1D1623 0%, #3a1040 45%, #1D1623 80%, #2d0f35 100%);
  background-size: 300% 300%;
  animation: gradShift 9s ease-in-out infinite;
  overflow: hidden
}

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

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

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

.mstrcls-pg .title-blk .atm-spot {
  position: absolute;
  border-radius: 42px;
  pointer-events: none
}

.mstrcls-pg .title-blk .atm-spot.sp1 {
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse at 30% 40%, #fb6abe2e 0%, transparent 70%);
  top: -80px;
  left: -60px
}

.mstrcls-pg .title-blk .atm-spot.sp2 {
  width: 260px;
  height: 260px;
  background: radial-gradient(ellipse at 70% 60%, #ffeff71a 0%, transparent 65%);
  bottom: -40px;
  right: 80px
}

.mstrcls-pg .title-blk .atm-spot.sp3 {
  width: 180px;
  height: 180px;
  background: radial-gradient(ellipse at 50% 50%, #fb6abe1f 0%, transparent 70%);
  top: 40px;
  right: 200px
}

.mstrcls-pg .title-blk .math-sym {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 220px;
  line-height: 1.15;
  color: transparent;
  -webkit-text-stroke: 1px #fb6abe26;
  pointer-events: none;
  user-select: none;
  letter-spacing: -8px
}

.mstrcls-pg .title-inner {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto
}

.mstrcls-pg .eyebrow-lbl {
  display: inline-block;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: .12em;
  color: #FB6ABE;
  border: 1px solid #fb6abe59;
  border-radius: 2px;
  padding: 4px 12px;
  margin-bottom: 20px;
  text-transform: uppercase
}

.mstrcls-pg .title-h1 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #FFEFF7;
  margin: 0 0 20px;
  max-width: 680px
}

.mstrcls-pg .title-img-wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px
}

.mstrcls-pg .title-photo {
  width: 340px;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #fb6abe40;
  box-shadow: -1px 10px 52px 0 #fb6abe1a -1px 5px 14px 0 #fb6abe1a;
  flex-shrink: 0;
  filter: saturate(0.88) contrast(1.05)
}

.mstrcls-pg .title-aside {
  color: #ffeff7a6;
  font-size: 16px;
  line-height: 1.7;
  max-width: 380px
}

.mstrcls-pg .wave-div {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -1px
}

.mstrcls-pg .wave-div svg {
  display: block;
  width: 100%
}

.mstrcls-pg .steps-blk {
  background: #FFEFF7;
  padding: 80px 20px;
  position: relative
}

.mstrcls-pg .steps-blk .dot-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.mstrcls-pg .steps-blk .dot-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #1d162317 1px, transparent 1px), radial-gradient(circle, #1d162317 1px, transparent 1px);
  background-size: 28px 28px, 28px 28px;
  background-position: 0 0, 14px 14px
}

.mstrcls-pg .steps-inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.mstrcls-pg .steps-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
  flex-wrap: wrap
}

.mstrcls-pg .steps-heading-col {
  flex: 0 0 auto;
  max-width: 480px
}

.mstrcls-pg .geo-anchor {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #FB6ABE;
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: middle;
  transform: rotate(45deg);
  flex-shrink: 0
}

.mstrcls-pg .steps-h2 {
  font-size: 37px;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #1D1623;
  margin: 0 0 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.mstrcls-pg .steps-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #1D1623;
  opacity: .72;
  margin: 0
}

.mstrcls-pg .steps-accent-col {
  flex: 0 0 auto;
  max-width: 320px
}

.mstrcls-pg .accent-phrase {
  font-size: 20px;
  line-height: 1.45;
  color: #1D1623
}

.mstrcls-pg .accent-phrase .brkt {
  color: #FB6ABE
}

.mstrcls-pg .steps-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative
}

.mstrcls-pg .steps-track::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 8%;
  width: 84%;
  height: 2px;
  background: linear-gradient(90deg, #FB6ABE 0%, #fb6abe40 100%);
  border-radius: 2px;
  z-index: 0
}

.mstrcls-pg .step-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: -1px 5px 14px 0 #1d16231a -1px 2px 2px 0 #1d16230d;
  position: relative;
  z-index: 1;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mstrcls-pg .step-card:hover {
  box-shadow: -1px 10px 52px 0 #fb6abe1a -1px 5px 14px 0 #fb6abe1a;
  transform: translateY(-4px)
}

.mstrcls-pg .step-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #FB6ABE 0%, #d94fa0 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: inset 0 1px 2px #ffeff740
}

.mstrcls-pg .step-icon-wrap i {
  color: #fff;
  font-size: 20px
}

.mstrcls-pg .step-num {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #1d162312;
  position: absolute;
  top: 8px;
  right: 12px;
  pointer-events: none;
  user-select: none
}

.mstrcls-pg .step-h4 {
  font-size: 16px;
  line-height: 1.45;
  color: #1D1623;
  margin: 0 0 8px;
  letter-spacing: .01em
}

.mstrcls-pg .step-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #1D1623;
  opacity: .68;
  margin: 0
}

.mstrcls-pg .info-blk {
  background: #1D1623;
  padding: 80px 20px;
  position: relative;
  overflow: hidden
}

.mstrcls-pg .info-blk .math-bg {
  position: absolute;
  left: -20px;
  bottom: -40px;
  font-size: 280px;
  line-height: 1.15;
  color: transparent;
  -webkit-text-stroke: 1px #fb6abe12;
  pointer-events: none;
  user-select: none
}

.mstrcls-pg .info-inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.mstrcls-pg .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.mstrcls-pg .info-left .geo-anchor {
  background: #FB6ABE
}

.mstrcls-pg .info-h3 {
  font-size: 37px;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #FFEFF7;
  margin: 0 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.mstrcls-pg .info-body {
  font-size: 16px;
  line-height: 1.7;
  color: #ffeff7b8;
  margin: 0 0 20px
}

.mstrcls-pg .info-body:last-child {
  margin-bottom: 0
}

.mstrcls-pg .info-right {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.mstrcls-pg .fact-card {
  background: #ffeff70d;
  border: 1px solid #fb6abe2e;
  border-radius: 14px;
  padding: 20px;
  transition: background .42s ease-in-out, border-color .42s ease-in-out
}

.mstrcls-pg .fact-card:hover {
  background: #fb6abe17;
  border-color: #fb6abe61
}

.mstrcls-pg .fact-num-lbl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px
}

.mstrcls-pg .fact-num {
  font-size: 37px;
  line-height: 1.15;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, #FB6ABE 0%, #FFEFF7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.mstrcls-pg .fact-label {
  font-size: 13px;
  line-height: 1.45;
  color: #ffeff78c;
  letter-spacing: .08em;
  text-transform: uppercase
}

.mstrcls-pg .fact-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #ffeff79e;
  margin: 0
}

.mstrcls-pg .contact-row {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.mstrcls-pg .clink {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #FB6ABE;
  text-decoration: none;
  border-radius: 7px;
  padding: 8px 12px;
  border: 1px solid #fb6abe47;
  transition: background .35s cubic-bezier(0.34, 1.2, 0.64, 1), color .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mstrcls-pg .clink:hover {
  background: #FB6ABE;
  color: #fff
}

.mstrcls-pg .clink i {
  font-size: 13px
}

.mstrcls-pg .wave-div2 {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.mstrcls-pg .wave-div2 svg {
  display: block;
  width: 100%
}

@media (max-width: 1280px) {
  .mstrcls-pg .title-h1 {
    font-size: 37px
  }

  .mstrcls-pg .steps-track {
    grid-template-columns: repeat(2, 1fr)
  }

  .mstrcls-pg .steps-track::before {
    display: none
  }

  .mstrcls-pg .math-sym {
    font-size: 160px;
    right: 20px
  }
}

@media (max-width: 768px) {
  .mstrcls-pg .title-blk {
    padding: 80px 20px 40px
  }

  .mstrcls-pg .title-h1 {
    font-size: 27px
  }

  .mstrcls-pg .title-img-wrap {
    flex-direction: column
  }

  .mstrcls-pg .title-photo {
    display: none
  }

  .mstrcls-pg .math-sym {
    display: none
  }

  .mstrcls-pg .steps-top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px
  }

  .mstrcls-pg .steps-track {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .mstrcls-pg .info-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .mstrcls-pg .info-blk .math-bg {
    display: none
  }

  .mstrcls-pg .steps-blk {
    padding: 40px 20px
  }

  .mstrcls-pg .info-blk {
    padding: 40px 20px
  }
}

@media (max-width: 390px) {
  .mstrcls-pg .title-h1 {
    font-size: 20px
  }

  .mstrcls-pg .fact-num {
    font-size: 27px
  }

  .mstrcls-pg .steps-h2 {
    font-size: 27px
  }

  .mstrcls-pg .info-h3 {
    font-size: 27px
  }
}

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

.abt-auth .au-hero {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
  position: relative
}

.abt-auth .au-hero-curves {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.abt-auth .au-hero-curves svg {
  width: 100%;
  height: 100%
}

.abt-auth .au-hero-left {
  flex: 0 0 420px;
  max-width: 420px
}

.abt-auth .au-hero-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .08em;
  color: #FB6ABE;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 4px 12px;
  border: 1px solid #fb6abe59;
  border-radius: 7px
}

.abt-auth .au-hero-h1 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1D1623;
  margin: 0 0 20px
}

.abt-auth .au-hero-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #3a2e42;
  margin: 0;
  max-width: 360px
}

.abt-auth .au-hero-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 40px
}

.abt-auth .au-img-frame {
  position: relative;
  width: 340px;
  height: 420px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: -1px 10px 52px 0 #1d16231a
}

.abt-auth .au-img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 26px;
  border: 1px solid #fb6abe38;
  pointer-events: none
}

.abt-auth .au-img-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 20%, #fb6abe2e 0%, #1d162347 60%, #1d16231a 100%);
  z-index: 1;
  pointer-events: none;
  border-radius: 26px
}

.abt-auth .au-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 26px
}

.abt-auth .au-img-outer {
  position: absolute;
  inset: -6px;
  border-radius: 30px;
  border: 1px solid #fb6abe1f;
  pointer-events: none
}

.abt-auth .au-stat-strip {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 340px
}

.abt-auth .au-stat {
  flex: 1;
  background: #FFEFF7;
  border-radius: 14px;
  padding: 12px 20px;
  text-align: center;
  box-shadow: -1px 2px 2px 0 #fb6abe0d
}

.abt-auth .au-stat-num {
  font-size: 27px;
  line-height: 1.15;
  color: #1D1623;
  letter-spacing: -.02em;
  display: block
}

.abt-auth .au-stat-lbl {
  font-size: 13px;
  line-height: 1.45;
  color: #6b5c7a;
  display: block;
  margin-top: 4px
}

.abt-auth .au-philosophy {
  background: #FFEFF7;
  padding: 80px 0
}

.abt-auth .au-phil-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.abt-auth .au-phil-heading-wrap {
  position: relative
}

.abt-auth .au-phil-shape {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FB6ABE;
  border-radius: 2px;
  margin-bottom: 12px;
  transform: rotate(45deg)
}

.abt-auth .au-phil-h2 {
  font-size: 37px;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #1D1623;
  margin: 0 0 20px
}

.abt-auth .au-phil-accent {
  color: #FB6ABE
}

.abt-auth .au-phil-body {
  font-size: 16px;
  line-height: 1.7;
  color: #3a2e42;
  margin: 0 0 20px
}

.abt-auth .au-phil-body:last-child {
  margin-bottom: 0
}

.abt-auth .au-phil-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt-auth .au-phil-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  position: relative
}

.abt-auth .au-phil-num {
  font-size: 52px;
  line-height: 1.15;
  color: #fb6abe26;
  letter-spacing: -.03em;
  flex-shrink: 0;
  width: 48px;
  text-align: right;
  user-select: none
}

.abt-auth .au-phil-item-text {
  padding-top: 8px
}

.abt-auth .au-phil-item-h {
  font-size: 16px;
  line-height: 1.45;
  color: #1D1623;
  margin: 0 0 4px
}

.abt-auth .au-phil-item-p {
  font-size: 14px;
  line-height: 1.7;
  color: #5a4a6a;
  margin: 0
}

.abt-auth .au-method {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 40px
}

.abt-auth .au-method-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 40px
}

.abt-auth .au-method-shape {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #FB6ABE;
  border-radius: 2px;
  margin-bottom: 12px
}

.abt-auth .au-method-h2 {
  font-size: 37px;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #1D1623;
  margin: 0
}

.abt-auth .au-method-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #3a2e42;
  max-width: 360px;
  margin: 0;
  flex-shrink: 0
}

.abt-auth .au-method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.abt-auth .au-method-card {
  background: #fff;
  border-radius: 14px;
  padding: 40px 20px;
  box-shadow: -1px 5px 14px 0 #1d16231a;
  border: 1px solid #1d16230f;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  position: relative
}

.abt-auth .au-method-card:hover {
  box-shadow: -1px 10px 52px 0 #fb6abe1a;
  transform: translateY(-4px)
}

.abt-auth .au-method-card-num {
  font-size: 52px;
  line-height: 1.15;
  color: #fb6abe1f;
  letter-spacing: -.04em;
  position: absolute;
  top: 12px;
  right: 20px;
  user-select: none
}

.abt-auth .au-method-icon {
  width: 40px;
  height: 40px;
  background: #FFEFF7;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #FB6ABE;
  font-size: 16px
}

.abt-auth .au-method-card-h {
  font-size: 16px;
  line-height: 1.45;
  color: #1D1623;
  margin: 0 0 8px
}

.abt-auth .au-method-card-p {
  font-size: 14px;
  line-height: 1.7;
  color: #5a4a6a;
  margin: 0
}

.abt-auth .au-method-img-row {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.abt-auth .au-method-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  height: 240px;
  position: relative;
  box-shadow: -1px 5px 14px 0 #1d16231a
}

.abt-auth .au-method-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #fb6abe2e;
  border-radius: 14px;
  pointer-events: none
}

.abt-auth .au-method-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 80%, #fb6abe26 0%, #1d162338 70%, transparent 100%);
  z-index: 1;
  pointer-events: none
}

.abt-auth .au-method-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.abt-auth .au-method-img-caption {
  position: absolute;
  bottom: 12px;
  left: 20px;
  z-index: 2;
  font-size: 13px;
  line-height: 1.45;
  color: #fff;
  letter-spacing: .04em
}

.abt-auth .au-connect {
  background: #1D1623;
  animation: au-bg-wash 8s ease-in-out infinite alternate;
  padding: 80px 0
}

@keyframes au-bg-wash {
  0% {
    background-color: #1D1623
  }

  100% {
    background-color: #2a1a30
  }
}

.abt-auth .au-connect-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px
}

.abt-auth .au-connect-text {
  flex: 1
}

.abt-auth .au-connect-shape {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FB6ABE;
  border-radius: 2px;
  margin-bottom: 12px
}

.abt-auth .au-connect-h2 {
  font-size: 37px;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #FFEFF7;
  margin: 0 0 20px
}

.abt-auth .au-connect-p {
  font-size: 16px;
  line-height: 1.7;
  color: #ffeff7b8;
  margin: 0 0 20px
}

.abt-auth .au-connect-p:last-of-type {
  margin-bottom: 40px
}

.abt-auth .au-connect-links {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.abt-auth .au-link-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #FB6ABE;
  color: #1D1623;
  font-size: 16px;
  line-height: 1.45;
  padding: 12px 40px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  transition: background .42s cubic-bezier(0.34, 1.2, 0.64, 1), color .42s cubic-bezier(0.34, 1.2, 0.64, 1);
  box-shadow: -1px 5px 14px 0 #fb6abe1a
}

.abt-auth .au-link-primary:hover {
  background: #FFEFF7;
  color: #1D1623
}

.abt-auth .au-link-secondary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #FFEFF7;
  font-size: 14px;
  line-height: 1.45;
  padding: 12px 20px;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid #ffeff738;
  transition: border-color .35s ease-in-out, color .35s ease-in-out
}

.abt-auth .au-link-secondary:hover {
  border-color: #FB6ABE;
  color: #FB6ABE
}

.abt-auth .au-connect-visual {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-auth .au-connect-img {
  border-radius: 26px;
  overflow: hidden;
  height: 300px;
  position: relative;
  box-shadow: -1px 10px 52px 0 #fb6abe1a
}

.abt-auth .au-connect-img::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #fb6abe40;
  border-radius: 26px;
  pointer-events: none
}

.abt-auth .au-connect-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 70%, #fb6abe33 0%, #1d162359 65%, transparent 100%);
  z-index: 1;
  pointer-events: none
}

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

.abt-auth .au-connect-tag {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #ffeff712;
  border-radius: 7px;
  padding: 8px 12px;
  font-size: 13px;
  color: #ffeff78c;
  letter-spacing: .04em
}

.abt-auth .au-connect-tag i {
  color: #FB6ABE;
  font-size: 13px
}

@media (max-width: 1280px) {
  .abt-auth .au-hero {
    gap: 40px;
    padding: 80px 40px
  }

  .abt-auth .au-hero-left {
    flex: 0 0 340px;
    max-width: 340px
  }

  .abt-auth .au-method-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .abt-auth .au-hero {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px
  }

  .abt-auth .au-hero-left {
    flex: none;
    max-width: 100%
  }

  .abt-auth .au-hero-right {
    display: none
  }

  .abt-auth .au-hero-curves {
    display: none
  }

  .abt-auth .au-hero-h1 {
    font-size: 37px
  }

  .abt-auth .au-phil-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px
  }

  .abt-auth .au-philosophy {
    padding: 40px 0
  }

  .abt-auth .au-method {
    padding: 40px 20px
  }

  .abt-auth .au-method-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
  }

  .abt-auth .au-method-grid {
    grid-template-columns: 1fr
  }

  .abt-auth .au-method-img-row {
    grid-template-columns: 1fr
  }

  .abt-auth .au-method-img-wrap {
    display: none
  }

  .abt-auth .au-connect {
    padding: 40px 0
  }

  .abt-auth .au-connect-inner {
    flex-direction: column;
    padding: 0 20px;
    gap: 40px
  }

  .abt-auth .au-connect-visual {
    display: none
  }

  .abt-auth .au-connect-h2 {
    font-size: 27px
  }
}

@media (max-width: 390px) {
  .abt-auth .au-hero-h1 {
    font-size: 27px
  }

  .abt-auth .au-phil-h2,
  .abt-auth .au-method-h2 {
    font-size: 27px
  }

  .abt-auth .au-connect-h2 {
    font-size: 20px
  }

  .abt-auth .au-method {
    padding: 40px 12px
  }

  .abt-auth .au-connect-inner {
    padding: 0 12px
  }

  .abt-auth .au-phil-inner {
    padding: 0 12px
  }

  .abt-auth .au-hero {
    padding: 40px 12px
  }
}

.success-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: #FFEFF7
}

.success-page .success-card {
  background: #fff;
  border-radius: 26px;
  box-shadow: -1px 10px 52px 0 #fb6abe1a;
  padding: 80px 40px;
  max-width: 560px;
  width: 100%;
  text-align: center;
  position: relative
}

.success-page .success-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 42px;
  background: linear-gradient(135deg, #FB6ABE 0%, #FFEFF7 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  box-shadow: -1px 5px 14px 0 #fb6abe1a
}

.success-page .success-icon-wrap svg {
  display: block
}

.success-page .success-heading {
  font-size: 37px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #1D1623;
  margin: 0 0 20px;
  font-weight: 700
}

.success-page .success-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #1D1623;
  margin: 0 0 40px;
  opacity: .82
}

.success-page .success-divider {
  width: 48px;
  height: 2px;
  background: #FB6ABE;
  border-radius: 2px;
  margin: 0 auto 40px
}

.success-page .success-note {
  font-size: 14px;
  line-height: 1.45;
  color: #1D1623;
  opacity: .6;
  margin: 0 0 40px
}

.success-page .success-note span {
  color: #FB6ABE;
  opacity: 1;
  font-weight: 600
}

.success-page .success-link {
  display: inline-block;
  background: #1D1623;
  color: #FFEFF7;
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: .01em;
  font-weight: 600;
  padding: 20px 40px;
  border-radius: 14px;
  text-decoration: none;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s ease-in-out;
  box-shadow: -1px 5px 14px 0 #1d16231a
}

.success-page .success-link:hover {
  background: #FB6ABE;
  color: #fff;
  box-shadow: -1px 10px 52px 0 #fb6abe1a
}

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

.success-page .success-link:active {
  background: #1D1623;
  color: #FFEFF7
}

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

  .success-page .success-card {
    padding: 40px 20px
  }

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

@media (max-width: 390px) {
  .success-page .success-heading {
    font-size: 20px
  }

  .success-page .success-link {
    font-size: 14px;
    padding: 20px
  }
}