@import "https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap";

body {
  margin: 0;
  font-family: 'Fira Sans', sans-serif;
  word-break: break-word;
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%
}

.site-header {
  position: relative;
  background: #FBFBFB;
  border-bottom: 2px solid #BC44DE;
  box-shadow: 0 6px 14px -2px #bc44de17;
  z-index: 100
}

.hd-top-strip {
  background: linear-gradient(90deg, #BC44DE 0%, #0594D1 100%);
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px
}

.hd-top-strip a {
  color: #FBFBFB;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .03em;
  transition: opacity .45s ease-in-out
}

.hd-top-strip a:hover {
  opacity: .78
}

.hd-top-strip a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #bc44de73;
  border-radius: 8px
}

.hd-top-strip .strip-icon {
  font-size: 18px;
  line-height: 1
}

.hd-top-strip .strip-loc {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FBFBFB;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .03em
}

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

.brand-box {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0
}

.brand-img-zone {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  background: #fff;
  border-right: 3px solid #BC44DE;
  border-top: 1px solid #bc44de2e;
  border-bottom: 1px solid #bc44de2e;
  border-left: 1px solid #bc44de2e;
  box-shadow: 0 3px 4px -2px #bc44de0f 0 6px 14px -2px #bc44de17;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden
}

.brand-img-zone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

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

.brand-label__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a0a2e;
  letter-spacing: -.01em
}

.brand-label__name span {
  color: #BC44DE
}

.brand-label__tagline {
  font-size: 16px;
  line-height: 1.2;
  color: #0594D1;
  letter-spacing: .04em;
  font-weight: 400
}

.primary-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px
}

.primary-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #2a1040;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  min-height: 44px;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.primary-nav a:hover {
  color: #BC44DE;
  border-color: #bc44de4d;
  background: #bc44de0d;
  box-shadow: 0 3px 4px -2px #bc44de0f
}

.primary-nav a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #bc44de66
}

.primary-nav a.active-pg {
  color: #BC44DE;
  font-weight: 700;
  border-color: #bc44de40;
  background: #bc44de12
}

.primary-nav .nav-icon {
  font-size: 18px;
  line-height: 1;
  color: #0594D1;
  flex-shrink: 0
}

.primary-nav a:hover .nav-icon {
  color: #BC44DE
}

.primary-nav .nav-arrow {
  font-size: 16px;
  line-height: 1;
  opacity: .5;
  flex-shrink: 0;
  transition: opacity .45s ease-in-out, transform .45s ease-in-out
}

.primary-nav a:hover .nav-arrow {
  opacity: 1;
  transform: translateX(3px)
}

.site-footer {
  background: #2a1040;
  color: #FBFBFB;
  border-top: 3px solid #BC44DE;
  overflow: hidden
}

.ft-bento {
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px 24px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 16px
}

.ft-cell {
  border-radius: 8px;
  padding: 24px;
  position: relative
}

.ft-cell.brand-cell {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  background: #bc44de1f;
  border: 1px solid #bc44de4d;
  box-shadow: inset 0 2px 12px #bc44de14;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}

.ft-cell.services-cell {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  background: #0594d11a;
  border: 1px solid #0594d140
}

.ft-cell.contact-cell {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  background: #bc44de14;
  border: 1px solid #bc44de33
}

.ft-cell.legal-cell {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
  background: #0594d10f;
  border: 1px solid #0594d126;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 16px 24px
}

.ft-cell.copy-cell {
  grid-column: 1 / 4;
  grid-row: 3 / 4;
  background: #bc44de0f;
  border: 1px solid #bc44de1f;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 24px
}

.ft-logo-zone {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #bc44de66;
  box-shadow: 0 6px 14px -2px #bc44de24;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-shrink: 0
}

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

.ft-brand-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #FBFBFB;
  letter-spacing: -.01em
}

.ft-brand-name span {
  color: #BC44DE
}

.ft-brand-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #fbfbfbb3
}

.ft-cell-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #FBFBFB;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .02em
}

.ft-cell-heading .ft-icon {
  font-size: 18px;
  color: #BC44DE
}

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

.services-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.8;
  color: #fbfbfbd1
}

.services-list li .svc-dot {
  width: 6px;
  height: 6px;
  border-radius: 48px;
  background: #0594D1;
  flex-shrink: 0
}

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

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.contact-list a,
.contact-list span {
  font-size: 16px;
  line-height: 1.8;
  color: #fbfbfbd1;
  text-decoration: none;
  transition: color .45s ease-in-out
}

.contact-list a:hover {
  color: #BC44DE
}

.contact-list a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #bc44de66;
  border-radius: 4px
}

.contact-list .ct-icon {
  font-size: 18px;
  color: #0594D1;
  flex-shrink: 0;
  margin-top: 2px
}

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

.legal-nav a {
  font-size: 16px;
  line-height: 1.2;
  color: #fbfbfba6;
  text-decoration: none;
  letter-spacing: .02em;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 44px;
  display: flex;
  align-items: center
}

.legal-nav a:hover {
  color: #0594D1;
  border-bottom-color: #0594d180
}

.legal-nav a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #0594d166;
  border-radius: 4px
}

.copy-text {
  font-size: 16px;
  line-height: 1.2;
  color: #fbfbfb80;
  letter-spacing: .03em
}

.copy-sep {
  width: 4px;
  height: 4px;
  border-radius: 48px;
  background: #bc44de80;
  flex-shrink: 0
}

.ft-accent-bar {
  width: 48px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, #BC44DE, #0594D1);
  margin-top: 4px
}

.ck-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 320px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #bc44de40;
  box-shadow: 0 8px 48px -2px #bc44de24;
  z-index: 2000;
  overflow: hidden;
  transform: translateX(-40px);
  opacity: 0;
  transition: transform .18s ease-in-out, opacity .18s ease-in-out
}

.ck-toast.ck-visible {
  transform: translateX(0);
  opacity: 1
}

.ck-toast-body {
  padding: 16px
}

.ck-msg {
  font-size: 16px;
  line-height: 1.8;
  color: #2a1040;
  margin: 0 0 16px
}

.ck-panel {
  border-top: 1px solid #bc44de1f;
  padding-top: 16px;
  margin-top: 8px;
  display: none
}

.ck-panel.ck-open {
  display: block
}

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

.ck-toggle-label {
  font-size: 16px;
  line-height: 1.2;
  color: #2a1040
}

.ck-switch {
  position: relative;
  width: 40px;
  height: 24px;
  flex-shrink: 0
}

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

.ck-track {
  position: absolute;
  inset: 0;
  background: #bc44de26;
  border-radius: 48px;
  border: 1px solid #bc44de4d;
  cursor: pointer;
  transition: background .45s ease-in-out
}

.ck-track::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 48px;
  background: #BC44DE;
  transition: transform .45s ease-in-out
}

.ck-switch input:checked+.ck-track {
  background: #bc44de4d
}

.ck-switch input:checked+.ck-track::after {
  transform: translateX(16px)
}

.ck-switch input:focus+.ck-track {
  box-shadow: 0 0 0 3px #bc44de59
}

.ck-actions {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap
}

.ck-btn {
  flex: 1;
  min-height: 44px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Fira Sans', sans-serif;
  border-radius: 8px;
  cursor: pointer;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.ck-btn.accept {
  background: transparent;
  color: #BC44DE;
  border: 2px solid #BC44DE;
  font-weight: 700
}

.ck-btn.accept:hover {
  background: #BC44DE;
  color: #fff
}

.ck-btn.accept:focus {
  outline: none;
  box-shadow: 0 0 0 3px #bc44de66
}

.ck-btn.decline {
  background: transparent;
  color: #0594D1;
  border: 2px solid #0594D1
}

.ck-btn.decline:hover {
  background: #0594D1;
  color: #fff
}

.ck-btn.decline:focus {
  outline: none;
  box-shadow: 0 0 0 3px #0594d166
}

.ck-btn.details-toggle {
  background: transparent;
  color: #2a104099;
  border: 1px solid #2a104033;
  font-size: 16px;
  width: 100%;
  margin-top: 8px
}

.ck-btn.details-toggle:hover {
  background: #bc44de0d;
  color: #BC44DE;
  border-color: #bc44de4d
}

.ck-btn.details-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px #bc44de59
}

.pref-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #BC44DE;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1900;
  box-shadow: 0 6px 14px -2px #bc44de24;
  transition: background .45s ease-in-out, box-shadow .45s ease-in-out
}

.pref-fab:hover {
  background: #a030c0;
  box-shadow: 0 8px 48px -2px #bc44de38
}

.pref-fab:focus {
  outline: none;
  box-shadow: 0 0 0 3px #bc44de73
}

.pref-fab .fab-icon {
  font-size: 24px;
  color: #fff;
  line-height: 1
}

.pref-fab.fab-show {
  display: flex
}

@media (max-width: 1280px) {
  .ft-bento {
    grid-template-columns: 1fr 1fr
  }

  .ft-cell.brand-cell {
    grid-column: 1 / 2;
    grid-row: 1 / 2
  }

  .ft-cell.services-cell {
    grid-column: 2 / 3;
    grid-row: 1 / 2
  }

  .ft-cell.contact-cell {
    grid-column: 1 / 2;
    grid-row: 2 / 3
  }

  .ft-cell.legal-cell {
    grid-column: 2 / 3;
    grid-row: 2 / 3
  }

  .ft-cell.copy-cell {
    grid-column: 1 / 3;
    grid-row: 3 / 4
  }
}

@media (max-width: 768px) {
  .hd-top-strip {
    gap: 16px;
    flex-wrap: wrap
  }

  .hd-body {
    padding: 16px;
    gap: 16px
  }

  .primary-nav {
    gap: 4px
  }

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

  .ft-bento {
    grid-template-columns: 1fr;
    padding: 24px 16px 16px
  }

  .ft-cell.brand-cell,
  .ft-cell.services-cell,
  .ft-cell.contact-cell,
  .ft-cell.legal-cell,
  .ft-cell.copy-cell {
    grid-column: 1 / 2;
    grid-row: auto
  }

  .ck-toast {
    width: calc(100vw - 32px);
    right: 16px;
    bottom: 16px
  }
}

@media (max-width: 390px) {
  .hd-top-strip {
    padding: 8px 16px;
    justify-content: center
  }

  .brand-label__name {
    font-size: 18px
  }

  .primary-nav a {
    padding: 8px
  }

  .primary-nav .nav-arrow {
    display: none
  }
}

.doc-box {
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px 24px
}

.doc-box p {
  font-size: 18px;
  line-height: 1.8;
  color: #2c2c2c;
  margin-bottom: 16px
}

.doc-box strong,
.doc-box b {
  font-weight: 700;
  color: #1a1a2e
}

.doc-box em,
.doc-box i {
  font-style: italic;
  color: #3a3a4a
}

.doc-box a {
  color: #0594D1;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .45s ease-in-out, text-decoration-color .45s ease-in-out
}

.doc-box a:hover {
  color: #BC44DE;
  text-decoration-color: #BC44DE
}

.doc-box div {
  margin-bottom: 24px
}

.doc-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
  box-shadow: 0 3px 4px -2px #bc44de0f 0 6px 14px -2px #bc44de17;
  border-radius: 8px;
  overflow: hidden
}

.doc-box thead {
  background: linear-gradient(135deg, #bc44de14 0%, #0594d114 100%)
}

.doc-box thead th {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: .04em;
  padding: 16px;
  text-align: left;
  border-bottom: 2px solid #bc44de33
}

.doc-box tbody tr {
  transition: background-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.doc-box tbody tr:nth-child(even) {
  background-color: #fbfbfbcc
}

.doc-box tbody tr:hover {
  background-color: #0594d10d
}

.doc-box td {
  padding: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: #2c2c2c;
  border-bottom: 1px solid #bc44de1a;
  vertical-align: top
}

.doc-box tbody tr:last-child td {
  border-bottom: none
}

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

  .doc-box p {
    font-size: 16px
  }

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

  .doc-box thead th,
  .doc-box td {
    padding: 8px 16px;
    white-space: nowrap
  }
}

@media (max-width: 390px) {
  .doc-box {
    padding: 16px 8px
  }

  .doc-box p {
    font-size: 16px
  }

  .doc-box thead th,
  .doc-box td {
    padding: 8px;
    font-size: 16px
  }
}

.nd-pg {
  display: block;
  width: 100%;
  overflow-x: clip
}

.nd-pg .art-lead {
  background: linear-gradient(53deg, #BC44DE 0%, #FBFBFB 100%);
  padding: 48px 24px;
  position: relative
}

.nd-pg .art-lead::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #bc44de14 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none
}

.nd-pg .art-lead__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative
}

.nd-pg .art-lead__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap
}

.nd-pg .art-lead__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #bc44de1f;
  color: #BC44DE;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
  padding: 4px 16px;
  border-radius: 8px;
  border: 1px solid #bc44de40
}

.nd-pg .art-lead__date {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #3a2040;
  font-size: 16px;
  opacity: .7
}

.nd-pg .art-lead__date i {
  font-size: 18px;
  color: #BC44DE
}

.nd-pg .art-lead__h1 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
  color: #1e0a2a;
  margin: 0 0 16px
}

.nd-pg .art-lead__stats {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 24px
}

.nd-pg .stat-pill {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #bc44de33;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 16px;
  color: #2a1035;
  box-shadow: 0 3px 4px -2px #bc44de0f
}

.nd-pg .stat-pill i {
  color: #BC44DE;
  font-size: 18px
}

.nd-pg .art-lead__readtime {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 16px;
  color: #3a2040;
  opacity: .75
}

.nd-pg .art-lead__readtime i {
  color: #0594D1;
  font-size: 18px
}

.nd-pg .art-lead__img-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 48px -2px #bc44de24;
  border: 1px solid #bc44de2e;
  position: relative
}

.nd-pg .art-lead__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(53deg, #bc44de1a 0%, transparent 60%);
  pointer-events: none
}

.nd-pg .art-lead__img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover
}

.nd-pg .art-body {
  padding: 48px 24px;
  background: #FBFBFB;
  position: relative
}

.nd-pg .art-body__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start
}

.nd-pg .art-body__text {
  min-width: 0
}

.nd-pg .art-body__text p {
  font-size: 18px;
  line-height: 1.8;
  color: #1e0a2a;
  margin: 0 0 24px
}

.nd-pg .art-body__text h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e0a2a;
  margin: 48px 0 16px
}

.nd-pg .art-body__text h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #2a1035;
  margin: 24px 0 8px
}

.nd-pg .art-body__text cite {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  font-style: italic;
  color: #BC44DE;
  border-top: 2px solid #bc44de40;
  border-bottom: 2px solid #bc44de40;
  padding: 16px 24px;
  margin: 24px 0;
  background: #bc44de0a;
  border-radius: 8px
}

.nd-pg .art-body__text ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin: 16px 0 24px;
  padding: 0;
  list-style: none
}

.nd-pg .art-body__text li {
  font-size: 18px;
  line-height: 1.8;
  color: #1e0a2a;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.nd-pg .art-body__text li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 48px;
  background: #BC44DE;
  margin-top: 11px
}

.nd-pg .art-body__text time {
  display: inline-block;
  font-size: 16px;
  color: #0594D1;
  font-weight: 600;
  letter-spacing: .04em
}

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

.nd-pg .aside-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #bc44de26;
  box-shadow: 0 6px 14px -2px #bc44de17;
  padding: 24px;
  position: relative;
  overflow: hidden
}

.nd-pg .aside-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(53deg, #BC44DE, #0594D1);
  border-radius: 8px 8px 0 0
}

.nd-pg .aside-card__label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #BC44DE;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.nd-pg .aside-card__label i {
  font-size: 18px
}

.nd-pg .aside-nav {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.nd-pg .aside-nav__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  font-size: 16px;
  color: #1e0a2a;
  text-decoration: none;
  transition: background-color .45s ease-in-out, color .45s ease-in-out;
  position: relative
}

.nd-pg .aside-nav__link i {
  color: #0594D1;
  font-size: 18px;
  transition: color .45s ease-in-out
}

.nd-pg .aside-nav__link:hover {
  background: #0594d114;
  color: #0594D1
}

.nd-pg .aside-nav__link:hover i {
  color: #BC44DE
}

.nd-pg .aside-card__metrics {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.nd-pg .metric-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

.nd-pg .metric-row__name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #3a2040
}

.nd-pg .metric-row__name i {
  color: #BC44DE;
  font-size: 18px
}

.nd-pg .metric-row__val {
  font-size: 18px;
  font-weight: 700;
  color: #1e0a2a
}

.nd-pg .aside-cta {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.nd-pg .cta-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.nd-pg .cta-btn.primary {
  background: #BC44DE;
  color: #fff;
  box-shadow: 0 6px 14px -2px #bc44de17
}

.nd-pg .cta-btn.primary:hover {
  background: #a030c5;
  box-shadow: 0 8px 48px -2px #bc44de24
}

.nd-pg .cta-btn.secondary {
  background: #fff;
  color: #0594D1;
  border: 1px solid #0594d159;
  box-shadow: 0 3px 4px -2px #0594d10f
}

.nd-pg .cta-btn.secondary:hover {
  background: #0594d10f;
  box-shadow: 0 6px 14px -2px #0594d117
}

.nd-pg .cta-btn i {
  font-size: 18px
}

.nd-pg .back-row {
  max-width: 1500px;
  margin: 0 auto 24px;
  padding: 0 24px
}

.nd-pg .back-lnk {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #0594D1;
  text-decoration: none;
  padding: 8px 0;
  transition: opacity .2s ease-in-out
}

.nd-pg .back-lnk:hover {
  opacity: .7
}

.nd-pg .back-lnk i {
  font-size: 18px
}

@media (max-width: 1280px) {
  .nd-pg .art-lead__h1 {
    font-size: 32px
  }

  .nd-pg .art-body__inner {
    grid-template-columns: 1fr 280px
  }
}

@media (max-width: 768px) {
  .nd-pg .art-lead__inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .nd-pg .art-lead__img-wrap {
    order: -1
  }

  .nd-pg .art-lead__h1 {
    font-size: 32px
  }

  .nd-pg .art-body__inner {
    grid-template-columns: 1fr
  }

  .nd-pg .art-aside {
    order: -1
  }

  .nd-pg .art-body__text ul {
    grid-template-columns: 1fr
  }

  .nd-pg .art-lead__stats {
    flex-wrap: wrap;
    gap: 8px
  }
}

@media (max-width: 390px) {
  .nd-pg .art-lead {
    padding: 24px 16px
  }

  .nd-pg .art-lead__h1 {
    font-size: 24px
  }

  .nd-pg .art-body {
    padding: 24px 16px
  }

  .nd-pg .art-body__text h2 {
    font-size: 24px
  }

  .nd-pg .art-body__text h4 {
    font-size: 18px
  }

  .nd-pg .back-row {
    padding: 0 16px
  }
}

.ab-us {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: clip
}

.ab-us .pres {
  background: #FBFBFB;
  position: relative;
  padding: 48px 24px;
  overflow: hidden
}

.ab-us .pres::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
  z-index: 0
}

.ab-us .pres__bg-abbr {
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -4px;
  color: #BC44DE;
  opacity: .05;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  white-space: nowrap
}

.ab-us .pres__center {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1
}

.ab-us .pres__img-frame {
  width: 320px;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #bc44de2e;
  box-shadow: 0 6px 14px -2px #bc44de17;
  animation: shadow-build .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes shadow-build {
  from {
    box-shadow: 0 0 0 0 #bc44de00
  }

  to {
    box-shadow: 0 6px 14px -2px #bc44de17
  }
}

.ab-us .pres__img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.ab-us .pres__img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(53deg, #bc44de61, #0594d147);
  mix-blend-mode: multiply;
  pointer-events: none
}

.ab-us .pres__kicker {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .12em;
  color: #0594D1;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center
}

.ab-us .pres__h1 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  color: #1b1b1b;
  text-align: center;
  margin: 0
}

.ab-us .pres__sub {
  font-size: 18px;
  line-height: 1.8;
  color: #3a3a3a;
  max-width: 620px;
  text-align: center
}

.ab-us .pres__stats {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px
}

.ab-us .stat-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid #bc44de29;
  border-radius: 8px;
  padding: 16px 24px;
  box-shadow: 0 3px 4px -2px #bc44de0f;
  transition: box-shadow .45s ease-in-out, border-color .45s ease-in-out;
  position: relative;
  overflow: hidden
}

.ab-us .stat-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none
}

.ab-us .stat-pill:hover::before {
  border-color: #BC44DE
}

.ab-us .stat-pill:hover {
  box-shadow: 0 8px 48px -2px #bc44de24
}

.ab-us .stat-pill__num {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #BC44DE
}

.ab-us .stat-pill__label {
  font-size: 16px;
  line-height: 1.2;
  color: #555
}

.ab-us .det {
  background: linear-gradient(53deg, #bc44de0f, #fbfbfbff);
  padding: 48px 24px
}

.ab-us .det__wrap {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.ab-us .det__col-a {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ab-us .det__h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0
}

.ab-us .det__body {
  font-size: 18px;
  line-height: 1.8;
  color: #3a3a3a
}

.ab-us .det__body p {
  margin: 0 0 16px
}

.ab-us .det__body p:last-child {
  margin-bottom: 0
}

.ab-us .det__steps {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ab-us .det__steps-label {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #0594D1;
  font-weight: 600
}

.ab-us .step-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #0594d124;
  box-shadow: 0 3px 4px -2px #0594d10f;
  transition: box-shadow .5s ease-in-out;
  animation: shadow-build-b .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes shadow-build-b {
  from {
    box-shadow: 0 0 0 0 #0594d100
  }

  to {
    box-shadow: 0 3px 4px -2px #0594d10f
  }
}

.ab-us .step-row:hover {
  box-shadow: 0 8px 48px -2px #0594d124
}

.ab-us .step-row__num {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 8px;
  background: linear-gradient(53deg, #BC44DE, #0594D1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff
}

.ab-us .step-row__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1
}

.ab-us .step-row__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #1b1b1b
}

.ab-us .step-row__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #555
}

.ab-us .step-row__time {
  font-size: 16px;
  line-height: 1.2;
  color: #BC44DE;
  font-weight: 600;
  white-space: nowrap
}

.ab-us .det__col-b {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ab-us .det__portraits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.ab-us .portrait-card {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ab-us .portrait-card__img {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #bc44de29;
  box-shadow: 0 6px 14px -2px #bc44de17
}

.ab-us .portrait-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: .92;
  transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ab-us .portrait-card__img:hover img {
  opacity: 1
}

.ab-us .portrait-card__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #1b1b1b
}

.ab-us .portrait-card__role {
  font-size: 16px;
  line-height: 1.2;
  color: #0594D1
}

.ab-us .det__img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.ab-us .det__img-grid .img-cell {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #0594d124;
  box-shadow: 0 3px 4px -2px #0594d10f
}

.ab-us .det__img-grid .img-cell img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity .5s ease-in-out;
  opacity: .9
}

.ab-us .det__img-grid .img-cell:hover img {
  opacity: 1
}

.ab-us .det__img-grid .img-cell.tall img {
  height: 208px
}

.ab-us .det__values {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ab-us .det__values-label {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #BC44DE;
  font-weight: 600
}

.ab-us .val-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0
}

.ab-us .val-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.8;
  color: #3a3a3a;
  background: #bc44de0d;
  border-radius: 8px;
  padding: 8px 16px
}

.ab-us .val-list li .v-icon {
  color: #BC44DE;
  font-size: 18px;
  flex-shrink: 0
}

@media (max-width: 1280px) {
  .ab-us .det__wrap {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .ab-us .det__img-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr
  }

  .ab-us .det__img-grid .img-cell img,
  .ab-us .det__img-grid .img-cell.tall img {
    height: 140px
  }
}

@media (max-width: 768px) {
  .ab-us .pres__h1 {
    font-size: 32px
  }

  .ab-us .pres__img-frame {
    width: 100%;
    height: 200px
  }

  .ab-us .det__img-grid {
    grid-template-columns: 1fr 1fr
  }

  .ab-us .det__img-grid .img-cell.tall img {
    height: 140px
  }

  .ab-us .pres__stats {
    gap: 16px
  }
}

@media (max-width: 390px) {
  .ab-us .pres__h1 {
    font-size: 24px
  }

  .ab-us .det__portraits {
    grid-template-columns: 1fr
  }

  .ab-us .val-list {
    grid-template-columns: 1fr
  }

  .ab-us .det__img-grid {
    grid-template-columns: 1fr 1fr
  }

  .ab-us .pres__stats {
    flex-direction: column;
    align-items: stretch
  }

  .ab-us .stat-pill {
    align-items: flex-start
  }
}

.cnt-pg {
  background: #FBFBFB;
  overflow-x: clip
}

.cnt-pg .rch {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px
}

.cnt-pg .pg-band {
  padding: 48px 0;
  background: linear-gradient(53deg, #f3e8fa 0%, #e8f5fd 60%, #FBFBFB 100%);
  position: relative
}

.cnt-pg .pg-band::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #BC44DE 40%, #0594D1 70%, transparent)
}

.cnt-pg .pg-band .rch {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px
}

.cnt-pg .band-img {
  flex: 0 0 340px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  min-height: 380px;
  background: linear-gradient(53deg, #BC44DE 0%, #7b2fa3 40%, #0594D1 100%);
  box-shadow: 0 8px 48px -2px #bc44de24
}

.cnt-pg .band-img .img-geo {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px
}

.cnt-pg .band-img .geo-ring {
  width: 120px;
  height: 120px
}

.cnt-pg .band-img .geo-label {
  font-size: 16px;
  color: #ffffffd9;
  letter-spacing: .08em;
  text-align: center;
  padding: 0 24px;
  line-height: 1.8
}

.cnt-pg .band-img .geo-dots {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cnt-pg .band-img .geo-dots span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background: #fff6
}

.cnt-pg .band-img .geo-dots span:first-child {
  background: #ffffffe6
}

.cnt-pg .band-img .dashed-line {
  position: absolute;
  left: 50%;
  top: 60%;
  bottom: 24px;
  width: 1px;
  border-left: 1px dashed #ffffff59;
  transform: translateX(-50%)
}

.cnt-pg .band-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  position: relative
}

.cnt-pg .band-txt::before {
  content: '';
  position: absolute;
  top: -16px;
  left: -24px;
  right: 0;
  bottom: -16px;
  background: #bc44de0a;
  border-radius: 8px;
  pointer-events: none
}

.cnt-pg .band-eyebrow {
  font-size: 16px;
  color: #BC44DE;
  letter-spacing: .12em;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.cnt-pg .band-eyebrow .ey-dot {
  width: 6px;
  height: 6px;
  border-radius: 48px;
  background: #BC44DE;
  flex-shrink: 0
}

.cnt-pg .band-h1 {
  font-size: 44px;
  line-height: 1.2;
  color: #1a0a24;
  font-weight: 700;
  margin: 0
}

.cnt-pg .band-h1 em {
  font-style: normal;
  color: #BC44DE
}

.cnt-pg .band-sub {
  font-size: 18px;
  line-height: 1.8;
  color: #3a2a48;
  max-width: 520px;
  margin: 0
}

.cnt-pg .band-meta {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px
}

.cnt-pg .band-meta .meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #3a2a48;
  line-height: 1.2
}

.cnt-pg .band-meta .meta-item i {
  font-size: 18px;
  color: #0594D1
}

.cnt-pg .contacts-strip {
  background: #fff;
  padding: 48px 0;
  border-bottom: 1px solid #bc44de1f
}

.cnt-pg .contacts-strip .rch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.cnt-pg .crd {
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 3px 4px -2px #bc44de0f 0 6px 14px -2px #bc44de17;
  border: 1px solid #bc44de1a;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .45s ease-in-out;
  background: #FBFBFB
}

.cnt-pg .crd:hover {
  box-shadow: 0 8px 48px -2px #bc44de24;
  border-color: #bc44de4d
}

.cnt-pg .crd .crd-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(53deg, #bc44de1f, #0594d114);
  display: flex;
  align-items: center;
  justify-content: center
}

.cnt-pg .crd .crd-icon i {
  font-size: 24px;
  color: #BC44DE
}

.cnt-pg .crd .crd-lbl {
  font-size: 16px;
  color: #7a6a88;
  letter-spacing: .06em;
  line-height: 1.2
}

.cnt-pg .crd .crd-val {
  font-size: 18px;
  color: #1a0a24;
  line-height: 1.8;
  font-weight: 600;
  text-decoration: none;
  transition: color .45s ease-in-out
}

.cnt-pg .crd .crd-val:hover {
  color: #BC44DE
}

.cnt-pg .crd .crd-links {
  display: flex;
  flex-direction: row;
  gap: 8px
}

.cnt-pg .crd .msg-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #bc44de40;
  color: #3a2a48;
  background: transparent;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .45s ease-in-out, color .45s ease-in-out;
  line-height: 1.2
}

.cnt-pg .crd .msg-btn:hover {
  background: #bc44de14;
  border-color: #BC44DE;
  color: #BC44DE
}

.cnt-pg .crd .msg-btn i {
  font-size: 18px
}

.cnt-pg .form-belt {
  padding: 48px 0;
  background: linear-gradient(53deg, #FBFBFB 0%, #f0e8f8 50%, #e4f3fb 100%)
}

.cnt-pg .form-belt .rch {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.cnt-pg .form-aside {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px
}

.cnt-pg .form-aside .aside-h {
  font-size: 32px;
  line-height: 1.2;
  color: #1a0a24;
  font-weight: 700;
  margin: 0
}

.cnt-pg .form-aside .aside-p {
  font-size: 16px;
  line-height: 1.8;
  color: #3a2a48;
  margin: 0
}

.cnt-pg .form-aside .prog-rings {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cnt-pg .form-aside .ring-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.cnt-pg .form-aside .ring-row svg {
  flex-shrink: 0
}

.cnt-pg .form-aside .ring-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cnt-pg .form-aside .ring-info .r-lbl {
  font-size: 16px;
  color: #3a2a48;
  line-height: 1.2
}

.cnt-pg .form-aside .ring-info .r-num {
  font-size: 24px;
  color: #BC44DE;
  font-weight: 700;
  line-height: 1.2
}

.cnt-pg .frm-box {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 48px;
  box-shadow: 0 6px 14px -2px #0594d117 0 8px 48px -2px #bc44de24;
  border: 1px solid #0594d11f
}

.cnt-pg .frm-box .frm-h {
  font-size: 24px;
  line-height: 1.2;
  color: #1a0a24;
  font-weight: 700;
  margin: 0 0 24px
}

.cnt-pg .frm-box form {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cnt-pg .frm-box .f-grp {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cnt-pg .frm-box .f-lbl {
  font-size: 16px;
  color: #3a2a48;
  line-height: 1.2;
  letter-spacing: .04em
}

.cnt-pg .frm-box .f-lbl span {
  color: #BC44DE;
  margin-left: 2px
}

.cnt-pg .frm-box .f-inp {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #bc44de33;
  background: #FBFBFB;
  font-size: 16px;
  color: #1a0a24;
  line-height: 1.2;
  outline: none;
  transition: border-color .45s ease-in-out, box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 2px 4px #bc44de0a
}

.cnt-pg .frm-box .f-inp::placeholder {
  color: #9a8aaa;
  font-weight: 300
}

.cnt-pg .frm-box .f-inp:focus {
  border-color: #BC44DE;
  box-shadow: 0 0 0 3px #bc44de1a inset 0 2px 4px #bc44de0a
}

.cnt-pg .frm-box .f-select {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #bc44de33;
  background: #FBFBFB;
  font-size: 16px;
  color: #1a0a24;
  line-height: 1.2;
  outline: none;
  transition: border-color .45s ease-in-out, box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23BC44DE' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 48px
}

.cnt-pg .frm-box .f-select:focus {
  border-color: #BC44DE;
  box-shadow: 0 0 0 3px #bc44de1a
}

.cnt-pg .frm-box .f-textarea {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #bc44de33;
  background: #FBFBFB;
  font-size: 16px;
  color: #1a0a24;
  line-height: 1.8;
  outline: none;
  transition: border-color .45s ease-in-out, box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 120px;
  box-shadow: inset 0 2px 4px #bc44de0a
}

.cnt-pg .frm-box .f-textarea::placeholder {
  color: #9a8aaa;
  font-weight: 300
}

.cnt-pg .frm-box .f-textarea:focus {
  border-color: #BC44DE;
  box-shadow: 0 0 0 3px #bc44de1a inset 0 2px 4px #bc44de0a
}

.cnt-pg .frm-box .f-check-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
  background: #bc44de0a;
  border: 1px solid #bc44de1a
}

.cnt-pg .frm-box .f-check-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #BC44DE;
  cursor: pointer
}

.cnt-pg .frm-box .f-check-row .check-txt {
  font-size: 16px;
  color: #3a2a48;
  line-height: 1.8
}

.cnt-pg .frm-box .f-check-row .check-txt a {
  color: #BC44DE;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .45s ease-in-out
}

.cnt-pg .frm-box .f-check-row .check-txt a:hover {
  color: #0594D1
}

.cnt-pg .frm-box .f-submit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 48px;
  border-radius: 8px;
  background: linear-gradient(53deg, #BC44DE, #0594D1);
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 6px 14px -2px #bc44de17;
  align-self: flex-start
}

.cnt-pg .frm-box .f-submit:hover {
  opacity: .88;
  box-shadow: 0 8px 48px -2px #bc44de24
}

.cnt-pg .frm-box .f-submit:focus {
  outline: 2px solid #BC44DE;
  outline-offset: 3px
}

.cnt-pg .frm-box .f-submit i {
  font-size: 18px
}

.cnt-pg .frm-box .f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.cnt-pg .q-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.cnt-pg .q-types .q-opt {
  position: relative
}

.cnt-pg .q-types .q-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.cnt-pg .q-types .q-opt label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #bc44de33;
  font-size: 16px;
  color: #3a2a48;
  line-height: 1.2;
  cursor: pointer;
  transition: background .45s ease-in-out, border-color .45s ease-in-out, color .45s ease-in-out;
  background: #FBFBFB;
  user-select: none
}

.cnt-pg .q-types .q-opt label .q-check {
  width: 16px;
  height: 16px;
  border-radius: 48px;
  border: 2px solid #bc44de4d;
  flex-shrink: 0;
  transition: background .45s ease-in-out, border-color .45s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center
}

.cnt-pg .q-types .q-opt input[type="radio"]:checked+label {
  background: #bc44de14;
  border-color: #BC44DE;
  color: #BC44DE;
  border-left: 3px solid #BC44DE
}

.cnt-pg .q-types .q-opt input[type="radio"]:checked+label .q-check {
  background: #BC44DE;
  border-color: #BC44DE
}

.cnt-pg .q-types .q-opt input[type="radio"]:focus+label {
  outline: 2px solid #BC44DE;
  outline-offset: 2px
}

.cnt-pg .q-types .q-opt label:hover {
  border-color: #bc44de66;
  background: #bc44de0d
}

@keyframes bg-wash {
  0% {
    background-position: 0 50%
  }

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

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

.cnt-pg .pg-band {
  background-size: 200% 200%;
  animation: bg-wash 12s ease-in-out infinite
}

@media (max-width: 1280px) {
  .cnt-pg .band-img {
    flex: 0 0 260px
  }

  .cnt-pg .band-h1 {
    font-size: 32px
  }

  .cnt-pg .form-belt .rch {
    flex-direction: column
  }

  .cnt-pg .form-aside {
    flex: none;
    width: 100%
  }

  .cnt-pg .form-aside .prog-rings {
    flex-direction: row;
    flex-wrap: wrap
  }

  .cnt-pg .frm-box {
    padding: 24px
  }
}

@media (max-width: 768px) {
  .cnt-pg .pg-band .rch {
    flex-direction: column
  }

  .cnt-pg .band-img {
    flex: none;
    min-height: 220px;
    width: 100%
  }

  .cnt-pg .band-h1 {
    font-size: 32px
  }

  .cnt-pg .contacts-strip .rch {
    grid-template-columns: 1fr
  }

  .cnt-pg .frm-box .f-row {
    grid-template-columns: 1fr
  }

  .cnt-pg .q-types {
    grid-template-columns: 1fr
  }

  .cnt-pg .frm-box {
    padding: 24px 16px
  }
}

@media (max-width: 390px) {
  .cnt-pg .rch {
    padding: 0 16px
  }

  .cnt-pg .band-h1 {
    font-size: 24px
  }

  .cnt-pg .band-meta {
    flex-direction: column;
    gap: 8px
  }

  .cnt-pg .frm-box .f-submit {
    width: 100%;
    justify-content: center
  }
}

.nws-pg {
  background: #FBFBFB;
  padding: 0;
  overflow-x: clip
}

.nws-pg .pg-lead {
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.nws-pg .lead-text {
  position: relative
}

.nws-pg .lead-kicker {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .12em;
  color: #BC44DE;
  background: #bc44de14;
  padding: 4px 16px;
  border-radius: 8px;
  margin-bottom: 16px
}

.nws-pg .lead-h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #1b1b2e;
  margin: 0 0 16px
}

.nws-pg .lead-desc {
  font-size: 18px;
  line-height: 1.8;
  color: #3a3a4a;
  margin: 0
}

.nws-pg .lead-stat-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 24px
}

.nws-pg .stat-box {
  border: 2px solid #BC44DE;
  border-radius: 8px;
  padding: 16px 24px;
  text-align: center;
  box-shadow: 0 3px 4px -2px #bc44de0f
}

.nws-pg .stat-box .stat-num {
  font-size: 32px;
  font-weight: 800;
  color: #BC44DE;
  line-height: 1.2;
  display: block
}

.nws-pg .stat-box .stat-lbl {
  font-size: 16px;
  color: #3a3a4a;
  line-height: 1.8
}

.nws-pg .lead-img-col {
  position: relative
}

.nws-pg .lead-img-frame {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #bc44de2e;
  box-shadow: 0 8px 48px -2px #bc44de24;
  position: relative
}

.nws-pg .lead-img-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 24px #bc44de14;
  pointer-events: none
}

.nws-pg .lead-img-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block
}

.nws-pg .lead-dot-field {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 0
}

.nws-pg .lead-dot-field circle {
  fill: #bc44de21
}

.nws-pg .divider-double {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 48px
}

.nws-pg .divider-double .dd-inner {
  border-top: 1px solid #bc44de33;
  padding-top: 4px;
  border-bottom: 1px solid #0594d126
}

.nws-pg .posts-band {
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px
}

.nws-pg .posts-band .band-hd {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 48px
}

.nws-pg .posts-band .band-hd h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1b1b2e;
  line-height: 1.2;
  margin: 0
}

.nws-pg .posts-band .band-hd .hd-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(53deg, #bc44de4d, #0594d126)
}

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

.nws-pg .post-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #bc44de1f;
  box-shadow: 0 3px 4px -2px #bc44de0f;
  display: flex;
  flex-direction: column;
  transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden
}

.nws-pg .post-card:hover {
  box-shadow: 0 8px 48px -2px #bc44de24;
  border-color: #bc44de59
}

.nws-pg .post-card .card-img-wrap {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative
}

.nws-pg .post-card .card-img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.nws-pg .post-card:hover .card-img-wrap img {
  transform: scale(1.04)
}

.nws-pg .post-card .card-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: linear-gradient(53deg, #BC44DE, #0594D1);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 48px;
  letter-spacing: .06em
}

.nws-pg .post-card .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px
}

.nws-pg .post-card .card-body h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b1b2e;
  margin: 0
}

.nws-pg .post-card .card-body .card-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #3a3a4a;
  margin: 0;
  flex: 1
}

.nws-pg .post-card .card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 8px;
  border-top: 1px solid #bc44de14
}

.nws-pg .post-card .card-meta .meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #5a5a6e
}

.nws-pg .post-card .card-meta .meta-item i {
  font-size: 16px;
  color: #BC44DE
}

.nws-pg .post-card .card-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #BC44DE;
  text-decoration: none;
  margin-top: 16px;
  transition: color .2s ease-in-out, gap .35s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.nws-pg .post-card .card-link:hover {
  color: #0594D1;
  gap: 16px
}

.nws-pg .post-card .card-link i {
  font-size: 18px
}

.nws-pg .divider-wave {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.nws-pg .divider-wave span {
  display: block;
  height: 1px;
  background: linear-gradient(53deg, #0594d140, #bc44de1a)
}

.nws-pg .divider-wave span:last-child {
  background: linear-gradient(53deg, #bc44de1a, #0594d140)
}

.nws-pg .skills-strip {
  background: linear-gradient(53deg, #bc44de0f, #0594d10f);
  padding: 48px 0
}

.nws-pg .skills-strip .strip-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.nws-pg .skills-strip .strip-hd h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b1b2e;
  margin: 0 0 16px
}

.nws-pg .skills-strip .strip-hd p {
  font-size: 16px;
  line-height: 1.8;
  color: #3a3a4a;
  margin: 0
}

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

.nws-pg .skills-list li {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #bc44de1f;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 1.8;
  color: #1b1b2e;
  box-shadow: 0 3px 4px -2px #bc44de0f;
  transition: border-color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.nws-pg .skills-list li:hover {
  border-color: #0594d159
}

.nws-pg .skills-list li i {
  color: #0594D1;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px
}

.nws-pg .team-strip {
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.nws-pg .team-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #0594d126;
  box-shadow: 0 6px 14px -2px #0594d117;
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 24px;
  align-items: flex-start;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.nws-pg .team-card:hover {
  box-shadow: 0 8px 48px -2px #0594d124
}

.nws-pg .team-card .tc-portrait {
  width: 96px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #bc44de26;
  box-shadow: inset 0 0 8px #bc44de0f
}

.nws-pg .team-card .tc-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.nws-pg .team-card .tc-info {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.nws-pg .team-card .tc-info .tc-name {
  font-size: 18px;
  font-weight: 700;
  color: #1b1b2e;
  line-height: 1.2;
  margin: 0
}

.nws-pg .team-card .tc-info .tc-role {
  font-size: 16px;
  color: #BC44DE;
  font-weight: 600;
  margin: 0
}

.nws-pg .team-card .tc-info .tc-quote {
  font-size: 16px;
  line-height: 1.8;
  color: #3a3a4a;
  margin: 0
}

.nws-pg .team-col-text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b1b2e;
  margin: 0 0 16px
}

.nws-pg .team-col-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #3a3a4a;
  margin: 0 0 24px
}

.nws-pg .team-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.nws-pg .cta-band {
  background: linear-gradient(53deg, #BC44DE 0%, #0594D1 100%);
  padding: 48px 0;
  position: relative;
  overflow: hidden
}

.nws-pg .cta-band .fib-deco {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .07;
  pointer-events: none
}

.nws-pg .cta-band .cta-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 1
}

.nws-pg .cta-band .cta-text h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 8px
}

.nws-pg .cta-band .cta-text p {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffffe0;
  margin: 0
}

.nws-pg .cta-band .cta-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #BC44DE;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 48px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid transparent;
  box-shadow: 0 6px 14px -2px #bc44de2e;
  transition: background .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.nws-pg .cta-band .cta-btn:hover {
  background: #1b1b2e;
  color: #fff;
  box-shadow: 0 8px 48px -2px #bc44de38
}

.nws-pg .cta-band .cta-btn i {
  font-size: 20px
}

.nws-pg .img-feature {
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px;
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 48px;
  align-items: center
}

.nws-pg .img-feature .feat-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.nws-pg .img-feature .feat-imgs .fi-main {
  grid-column: 1 / -1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #0594d12e;
  box-shadow: 0 6px 14px -2px #0594d117
}

.nws-pg .img-feature .feat-imgs .fi-main img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block
}

.nws-pg .img-feature .feat-text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b1b2e;
  margin: 0 0 16px
}

.nws-pg .img-feature .feat-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #3a3a4a;
  margin: 0 0 24px
}

.nws-pg .img-feature .feat-text .feat-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #0594D1;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: color .35s cubic-bezier(0.25, 0.46, 0.45, 0.94), gap .35s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.nws-pg .img-feature .feat-text .feat-link:hover {
  color: #BC44DE;
  gap: 16px
}

.nws-pg .img-feature .feat-text .feat-link i {
  font-size: 20px
}

.nws-pg .hexstat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border: 3px solid #0594D1;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: inset 0 0 12px #0594d114
}

.nws-pg .hexstat .hs-num {
  font-size: 24px;
  font-weight: 800;
  color: #0594D1;
  line-height: 1.2
}

.nws-pg .hexstat .hs-unit {
  font-size: 16px;
  color: #3a3a4a
}

@keyframes nws-slide-up {
  from {
    opacity: 0;
    transform: translateY(32px)
  }

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

.nws-pg .anim-up {
  animation: nws-slide-up .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.nws-pg .anim-up.d1 {
  animation-delay: .1s
}

.nws-pg .anim-up.d2 {
  animation-delay: .22s
}

.nws-pg .anim-up.d3 {
  animation-delay: .34s
}

.nws-pg .anim-up.d4 {
  animation-delay: .46s
}

@media (max-width: 1280px) {
  .nws-pg .pg-lead {
    padding: 48px 24px;
    gap: 24px
  }

  .nws-pg .posts-band {
    padding: 48px 24px
  }

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

  .nws-pg .skills-strip .strip-inner {
    padding: 0 24px;
    grid-template-columns: 1fr;
    gap: 24px
  }

  .nws-pg .team-strip {
    padding: 48px 24px
  }

  .nws-pg .cta-band .cta-inner {
    padding: 0 24px;
    flex-direction: column;
    text-align: center;
    gap: 24px
  }

  .nws-pg .img-feature {
    padding: 48px 24px;
    grid-template-columns: 1fr
  }

  .nws-pg .divider-double {
    padding: 0 24px
  }

  .nws-pg .divider-wave {
    padding: 0 24px
  }
}

@media (max-width: 768px) {
  .nws-pg .pg-lead {
    grid-template-columns: 1fr;
    padding: 24px 16px;
    gap: 24px
  }

  .nws-pg .lead-h1 {
    font-size: 32px
  }

  .nws-pg .lead-stat-row {
    flex-direction: column;
    gap: 8px
  }

  .nws-pg .posts-band {
    padding: 24px 16px
  }

  .nws-pg .cards-grid {
    grid-template-columns: 1fr
  }

  .nws-pg .posts-band .band-hd {
    margin-bottom: 24px
  }

  .nws-pg .skills-strip {
    padding: 24px 0
  }

  .nws-pg .skills-strip .strip-inner {
    padding: 0 16px
  }

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

  .nws-pg .team-strip {
    grid-template-columns: 1fr;
    padding: 24px 16px;
    gap: 24px
  }

  .nws-pg .team-card {
    flex-direction: column
  }

  .nws-pg .team-card .tc-portrait {
    width: 80px;
    height: 100px
  }

  .nws-pg .cta-band .cta-inner {
    padding: 0 16px
  }

  .nws-pg .cta-band .cta-text h2 {
    font-size: 24px
  }

  .nws-pg .img-feature {
    padding: 24px 16px;
    gap: 24px
  }

  .nws-pg .img-feature .feat-imgs {
    grid-template-columns: 1fr
  }

  .nws-pg .divider-double {
    padding: 0 16px
  }

  .nws-pg .divider-wave {
    padding: 0 16px
  }
}

@media (max-width: 390px) {
  .nws-pg .lead-h1 {
    font-size: 24px
  }

  .nws-pg .cta-band .cta-btn {
    padding: 16px 24px;
    font-size: 16px
  }
}

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

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

@media (max-width: 768px) {
  .dbt-pg .dbt-wrap {
    padding: 0 24px
  }
}

@media (max-width: 390px) {
  .dbt-pg .dbt-wrap {
    padding: 0 16px
  }
}

.dbt-pg .dbt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: transparent;
  border: 1.5px solid #BC44DE;
  border-radius: 8px;
  color: #BC44DE;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dbt-pg .dbt-btn:hover {
  background: #BC44DE;
  color: #fff;
  box-shadow: 0 8px 48px -2px #bc44de24
}

.dbt-pg .dbt-btn:focus {
  outline: 2px solid #BC44DE;
  outline-offset: 3px
}

.dbt-pg .dbt-btn .f7-icons {
  font-size: 18px;
  transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dbt-pg .dbt-btn:hover .f7-icons {
  transform: translateX(4px)
}

.dbt-pg .dbt-btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: #BC44DE;
  border: 1.5px solid #BC44DE;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dbt-pg .dbt-btn-sec:hover {
  background: #a033c5;
  box-shadow: 0 8px 48px -2px #bc44de24
}

.dbt-pg .dbt-btn-sec:focus {
  outline: 2px solid #BC44DE;
  outline-offset: 3px
}

.dbt-pg .ttl-blk {
  position: relative;
  background: #FBFBFB;
  padding: 80px 0 72px;
  overflow: hidden
}

.dbt-pg .ttl-blk .ttl-curves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.dbt-pg .ttl-blk .ttl-curves svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.dbt-pg .ttl-blk .dbt-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

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

.dbt-pg .ttl-blk .ttl-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #bc44de14;
  border: 1px solid #bc44de33;
  border-radius: 48px;
  padding: 8px 16px;
  font-size: 16px;
  color: #BC44DE;
  font-weight: 500;
  letter-spacing: .04em;
  margin-bottom: 24px
}

.dbt-pg .ttl-blk .ttl-h1 {
  font-size: 62px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b1032;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.dbt-pg .ttl-blk .ttl-h1 .ttl-accent {
  color: #BC44DE
}

.dbt-pg .ttl-blk .ttl-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.dbt-pg .ttl-blk .ttl-img-col {
  flex: 0 0 420px;
  position: relative
}

.dbt-pg .ttl-blk .ttl-img-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid #bc44de2e;
  box-shadow: 0 8px 48px -2px #bc44de24
}

.dbt-pg .ttl-blk .ttl-img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(53deg, #bc44de2e 0%, #fbfbfb0a 60%);
  pointer-events: none
}

.dbt-pg .ttl-blk .ttl-img-frame img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.15) saturate(1.1) brightness(1.02)
}

.dbt-pg .ttl-blk .ttl-stat-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 16px
}

.dbt-pg .ttl-blk .ttl-stat {
  flex: 1 1 0;
  background: #fff;
  border: 1px solid #0594d126;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 3px 4px -2px #0594d10f
}

.dbt-pg .ttl-blk .ttl-stat .stat-num {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #BC44DE;
  line-height: 1.2
}

.dbt-pg .ttl-blk .ttl-stat .stat-lbl {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 1.8
}

@media (max-width: 1280px) {
  .dbt-pg .ttl-blk .ttl-h1 {
    font-size: 44px
  }

  .dbt-pg .ttl-blk .ttl-img-col {
    flex: 0 0 340px
  }
}

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

  .dbt-pg .ttl-blk .ttl-img-col {
    flex: none;
    width: 100%
  }

  .dbt-pg .ttl-blk .ttl-h1 {
    font-size: 32px
  }

  .dbt-pg .ttl-blk {
    padding: 48px 0
  }
}

@media (max-width: 390px) {
  .dbt-pg .ttl-blk .ttl-h1 {
    font-size: 24px
  }

  .dbt-pg .ttl-blk .ttl-stat-row {
    flex-direction: column
  }
}

.dbt-pg .hes-blk {
  background: #fff;
  padding: 80px 0;
  position: relative
}

.dbt-pg .hes-blk .hes-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.dbt-pg .hes-blk .hes-divider svg {
  display: block;
  width: 100%
}

.dbt-pg .hes-blk .dbt-wrap {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.dbt-pg .hes-blk .hes-left {
  flex: 0 0 380px;
  position: relative
}

.dbt-pg .hes-blk .hes-quote-mark {
  font-size: 72px;
  line-height: 1.2;
  font-weight: 900;
  color: #bc44de1f;
  position: absolute;
  top: -16px;
  left: -8px;
  pointer-events: none;
  user-select: none;
  font-family: Georgia, serif
}

.dbt-pg .hes-blk .hes-q-text {
  font-size: 24px;
  font-weight: 700;
  color: #1b1032;
  line-height: 1.2;
  padding-top: 48px;
  padding-left: 8px
}

.dbt-pg .hes-blk .hes-img-wrap {
  margin-top: 24px;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid #bc44de26;
  box-shadow: 0 6px 14px -2px #bc44de17;
  position: relative
}

.dbt-pg .hes-blk .hes-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, #fbfbfbb3 0%, transparent 100%);
  pointer-events: none
}

.dbt-pg .hes-blk .hes-img-wrap img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center
}

.dbt-pg .hes-blk .hes-right {
  flex: 1 1 0;
  min-width: 0
}

.dbt-pg .hes-blk .hes-h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1b1032;
  line-height: 1.2;
  margin: 0 0 24px
}

.dbt-pg .hes-blk .hes-body {
  font-size: 18px;
  line-height: 1.8;
  color: #2e2e2e;
  margin: 0 0 24px
}

.dbt-pg .hes-blk .hes-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px
}

.dbt-pg .hes-blk .hes-card {
  background: #FBFBFB;
  border: 1px solid #0594d124;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 3px 4px -2px #0594d10f;
  opacity: 0;
  animation: cardFlip .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.dbt-pg .hes-blk .hes-card:nth-child(1) {
  animation-delay: .1s
}

.dbt-pg .hes-blk .hes-card:nth-child(2) {
  animation-delay: .22s
}

.dbt-pg .hes-blk .hes-card:nth-child(3) {
  animation-delay: .34s
}

.dbt-pg .hes-blk .hes-card:nth-child(4) {
  animation-delay: .46s
}

@keyframes cardFlip {
  0% {
    opacity: 0;
    transform: rotateY(40deg) translateY(12px)
  }

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

.dbt-pg .hes-blk .hes-card .card-icon {
  font-size: 24px;
  color: #BC44DE;
  margin-bottom: 8px
}

.dbt-pg .hes-blk .hes-card .card-lbl {
  font-size: 16px;
  font-weight: 700;
  color: #1b1032;
  line-height: 1.2;
  margin-bottom: 4px
}

.dbt-pg .hes-blk .hes-card .card-desc {
  font-size: 16px;
  color: #444;
  line-height: 1.8
}

@media (max-width: 1280px) {
  .dbt-pg .hes-blk .hes-left {
    flex: 0 0 300px
  }
}

@media (max-width: 768px) {
  .dbt-pg .hes-blk .dbt-wrap {
    flex-direction: column
  }

  .dbt-pg .hes-blk .hes-left {
    flex: none;
    width: 100%
  }

  .dbt-pg .hes-blk {
    padding: 64px 0 48px
  }
}

@media (max-width: 390px) {
  .dbt-pg .hes-blk .hes-cards {
    grid-template-columns: 1fr
  }

  .dbt-pg .hes-blk .hes-h2 {
    font-size: 24px
  }
}

.dbt-pg .appr-blk {
  background: #FBFBFB;
  padding: 80px 0;
  position: relative
}

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

.dbt-pg .appr-blk .appr-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.dbt-pg .appr-blk .appr-divider svg {
  display: block;
  width: 100%
}

.dbt-pg .appr-blk .dbt-wrap {
  position: relative;
  z-index: 1
}

.dbt-pg .appr-blk .appr-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px
}

.dbt-pg .appr-blk .appr-h2 {
  font-size: 44px;
  font-weight: 800;
  color: #1b1032;
  line-height: 1.2;
  margin: 0;
  flex: 0 0 auto;
  max-width: 560px
}

.dbt-pg .appr-blk .appr-intro {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  max-width: 420px;
  margin: 0
}

.dbt-pg .appr-blk .appr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.dbt-pg .appr-blk .appr-item {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #bc44de1f;
  box-shadow: 0 3px 4px -2px #bc44de0f;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  animation: cardFlip .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.dbt-pg .appr-blk .appr-item:nth-child(1) {
  animation-delay: .08s
}

.dbt-pg .appr-blk .appr-item:nth-child(2) {
  animation-delay: .18s
}

.dbt-pg .appr-blk .appr-item:nth-child(3) {
  animation-delay: .28s
}

.dbt-pg .appr-blk .appr-item:nth-child(4) {
  animation-delay: .38s
}

.dbt-pg .appr-blk .appr-item:nth-child(5) {
  animation-delay: .48s
}

.dbt-pg .appr-blk .appr-item:nth-child(6) {
  animation-delay: .58s
}

.dbt-pg .appr-blk .appr-item:hover {
  box-shadow: 0 8px 48px -2px #bc44de24;
  border-color: #bc44de4d
}

.dbt-pg .appr-blk .appr-item .item-num {
  font-size: 32px;
  font-weight: 900;
  color: #bc44de26;
  line-height: 1.2;
  margin-bottom: 8px
}

.dbt-pg .appr-blk .appr-item .item-icon {
  font-size: 24px;
  color: #0594D1;
  margin-bottom: 16px
}

.dbt-pg .appr-blk .appr-item .item-h {
  font-size: 18px;
  font-weight: 700;
  color: #1b1032;
  line-height: 1.2;
  margin: 0 0 8px
}

.dbt-pg .appr-blk .appr-item .item-p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin: 0
}

.dbt-pg .appr-blk .appr-img-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 48px;
  align-items: stretch
}

.dbt-pg .appr-blk .appr-img-box {
  flex: 1 1 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid #0594d12e;
  box-shadow: 0 6px 14px -2px #0594d117;
  position: relative
}

.dbt-pg .appr-blk .appr-img-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(53deg, #0594d11f 0%, transparent 70%);
  pointer-events: none
}

.dbt-pg .appr-blk .appr-img-box img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center
}

.dbt-pg .appr-blk .appr-cta-box {
  flex: 0 0 320px;
  background: linear-gradient(53deg, #BC44DE 0%, #0594D1 100%);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 48px -2px #bc44de24
}

.dbt-pg .appr-blk .appr-cta-box .cta-h {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 16px
}

.dbt-pg .appr-blk .appr-cta-box .cta-p {
  font-size: 16px;
  color: #ffffffe0;
  line-height: 1.8;
  margin: 0 0 24px
}

.dbt-pg .appr-blk .appr-cta-box .cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #BC44DE;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-self: flex-start
}

.dbt-pg .appr-blk .appr-cta-box .cta-link:hover {
  opacity: .9;
  box-shadow: 0 6px 14px -2px #bc44de17
}

.dbt-pg .appr-blk .appr-cta-box .cta-link:focus {
  outline: 2px solid #fff;
  outline-offset: 3px
}

@media (max-width: 1280px) {
  .dbt-pg .appr-blk .appr-grid {
    grid-template-columns: 1fr 1fr
  }

  .dbt-pg .appr-blk .appr-h2 {
    font-size: 32px
  }
}

@media (max-width: 768px) {
  .dbt-pg .appr-blk .appr-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px
  }

  .dbt-pg .appr-blk .appr-grid {
    grid-template-columns: 1fr
  }

  .dbt-pg .appr-blk .appr-img-row {
    flex-direction: column
  }

  .dbt-pg .appr-blk .appr-cta-box {
    flex: none
  }

  .dbt-pg .appr-blk {
    padding: 64px 0 48px
  }
}

@media (max-width: 390px) {
  .dbt-pg .appr-blk .appr-h2 {
    font-size: 24px
  }
}

.dbt-pg .fit-blk {
  background: #fff;
  padding: 80px 0;
  position: relative
}

.dbt-pg .fit-blk .fit-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.dbt-pg .fit-blk .fit-divider svg {
  display: block;
  width: 100%
}

.dbt-pg .fit-blk .dbt-wrap {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.dbt-pg .fit-blk .fit-col-left {
  flex: 1 1 0;
  min-width: 0
}

.dbt-pg .fit-blk .fit-col-right {
  flex: 0 0 400px
}

.dbt-pg .fit-blk .fit-h2 {
  font-size: 44px;
  font-weight: 800;
  color: #1b1032;
  line-height: 1.2;
  margin: 0 0 16px
}

.dbt-pg .fit-blk .fit-sub {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 32px
}

.dbt-pg .fit-blk .fit-groups {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dbt-pg .fit-blk .fit-group {
  border-radius: 8px;
  padding: 24px;
  border: 1px solid transparent;
  transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dbt-pg .fit-blk .fit-group.yes {
  background: #bc44de0a;
  border-color: #bc44de26;
  box-shadow: inset 0 0 0 1px #bc44de14
}

.dbt-pg .fit-blk .fit-group.no {
  background: #0594d10a;
  border-color: #0594d126;
  box-shadow: inset 0 0 0 1px #0594d114
}

.dbt-pg .fit-blk .fit-group:hover {
  box-shadow: 0 6px 14px -2px #bc44de17 inset 0 0 0 1px #bc44de1a
}

.dbt-pg .fit-blk .fit-group.no:hover {
  box-shadow: 0 6px 14px -2px #0594d117 inset 0 0 0 1px #0594d11a
}

.dbt-pg .fit-blk .fit-group .grp-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px
}

.dbt-pg .fit-blk .fit-group .grp-icon {
  font-size: 24px
}

.dbt-pg .fit-blk .fit-group.yes .grp-icon {
  color: #BC44DE
}

.dbt-pg .fit-blk .fit-group.no .grp-icon {
  color: #0594D1
}

.dbt-pg .fit-blk .fit-group .grp-h {
  font-size: 18px;
  font-weight: 700;
  color: #1b1032;
  line-height: 1.2;
  margin: 0
}

.dbt-pg .fit-blk .fit-group .grp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.dbt-pg .fit-blk .fit-group .grp-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  color: #2e2e2e;
  line-height: 1.8
}

.dbt-pg .fit-blk .fit-group .grp-list li .li-dot {
  width: 6px;
  height: 6px;
  border-radius: 48px;
  flex-shrink: 0;
  margin-top: 10px
}

.dbt-pg .fit-blk .fit-group.yes .grp-list li .li-dot {
  background: #BC44DE
}

.dbt-pg .fit-blk .fit-group.no .grp-list li .li-dot {
  background: #0594D1
}

.dbt-pg .fit-blk .fit-col-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dbt-pg .fit-blk .fit-portrait {
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid #bc44de2e;
  box-shadow: 0 6px 14px -2px #bc44de17;
  position: relative
}

.dbt-pg .fit-blk .fit-portrait::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, #fbfbfb99 0%, transparent 100%);
  pointer-events: none
}

.dbt-pg .fit-blk .fit-portrait img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 2/3
}

.dbt-pg .fit-blk .fit-review {
  background: #FBFBFB;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #0594d124;
  box-shadow: 0 3px 4px -2px #0594d10f
}

.dbt-pg .fit-blk .fit-review .rev-text {
  font-size: 16px;
  color: #2e2e2e;
  line-height: 1.8;
  margin: 0 0 16px;
  font-style: italic
}

.dbt-pg .fit-blk .fit-review .rev-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.dbt-pg .fit-blk .fit-review .rev-portrait {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1.5px solid #bc44de33
}

.dbt-pg .fit-blk .fit-review .rev-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.dbt-pg .fit-blk .fit-review .rev-name {
  font-size: 16px;
  font-weight: 700;
  color: #1b1032;
  line-height: 1.2
}

.dbt-pg .fit-blk .fit-review .rev-role {
  font-size: 16px;
  color: #666;
  line-height: 1.8
}

@media (max-width: 1280px) {
  .dbt-pg .fit-blk .fit-col-right {
    flex: 0 0 320px
  }

  .dbt-pg .fit-blk .fit-h2 {
    font-size: 32px
  }
}

@media (max-width: 768px) {
  .dbt-pg .fit-blk .dbt-wrap {
    flex-direction: column
  }

  .dbt-pg .fit-blk .fit-col-right {
    flex: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
  }

  .dbt-pg .fit-blk .fit-portrait {
    flex: 1 1 200px
  }

  .dbt-pg .fit-blk .fit-review {
    flex: 1 1 200px
  }

  .dbt-pg .fit-blk {
    padding: 64px 0 48px
  }
}

@media (max-width: 390px) {
  .dbt-pg .fit-blk .fit-h2 {
    font-size: 24px
  }

  .dbt-pg .fit-blk .fit-group .grp-list {
    grid-template-columns: 1fr
  }

  .dbt-pg .fit-blk .fit-col-right {
    flex-direction: column
  }
}

.dbt-pg .prf-blk {
  background: #FBFBFB;
  padding: 80px 0;
  position: relative
}

.dbt-pg .prf-blk .prf-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.dbt-pg .prf-blk .prf-divider svg {
  display: block;
  width: 100%
}

.dbt-pg .prf-blk .dbt-wrap {
  position: relative;
  z-index: 1
}

.dbt-pg .prf-blk .prf-top {
  text-align: center;
  margin-bottom: 48px
}

.dbt-pg .prf-blk .prf-h2 {
  font-size: 44px;
  font-weight: 800;
  color: #1b1032;
  line-height: 1.2;
  margin: 0 0 16px
}

.dbt-pg .prf-blk .prf-sub {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto
}

.dbt-pg .prf-blk .prf-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px
}

.dbt-pg .prf-blk .prf-metric {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  border: 1px solid #bc44de1f;
  box-shadow: 0 3px 4px -2px #bc44de0f;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  animation: cardFlip .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.dbt-pg .prf-blk .prf-metric:nth-child(1) {
  animation-delay: .1s
}

.dbt-pg .prf-blk .prf-metric:nth-child(2) {
  animation-delay: .2s
}

.dbt-pg .prf-blk .prf-metric:nth-child(3) {
  animation-delay: .3s
}

.dbt-pg .prf-blk .prf-metric:nth-child(4) {
  animation-delay: .4s
}

.dbt-pg .prf-blk .prf-metric:hover {
  box-shadow: 0 8px 48px -2px #bc44de24
}

.dbt-pg .prf-blk .prf-metric .met-icon {
  font-size: 32px;
  color: #BC44DE;
  margin-bottom: 8px
}

.dbt-pg .prf-blk .prf-metric .met-val {
  display: block;
  font-size: 44px;
  font-weight: 900;
  color: #1b1032;
  line-height: 1.2
}

.dbt-pg .prf-blk .prf-metric .met-val span {
  color: #BC44DE
}

.dbt-pg .prf-blk .prf-metric .met-lbl {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-top: 4px
}

.dbt-pg .prf-blk .prf-bottom {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch
}

.dbt-pg .prf-blk .prf-img-panel {
  flex: 1 1 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid #0594d12e;
  box-shadow: 0 6px 14px -2px #0594d117;
  position: relative
}

.dbt-pg .prf-blk .prf-img-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(53deg, #0594d11a 0%, transparent 65%);
  pointer-events: none
}

.dbt-pg .prf-blk .prf-img-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: center
}

.dbt-pg .prf-blk .prf-details {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.dbt-pg .prf-blk .prf-detail-item {
  background: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  border: 1px solid #0594d11f;
  box-shadow: 0 3px 4px -2px #0594d10f;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dbt-pg .prf-blk .prf-detail-item:hover {
  box-shadow: 0 6px 14px -2px #0594d117
}

.dbt-pg .prf-blk .prf-detail-item .di-icon {
  font-size: 24px;
  color: #0594D1;
  flex-shrink: 0;
  margin-top: 4px
}

.dbt-pg .prf-blk .prf-detail-item .di-text .di-h {
  font-size: 16px;
  font-weight: 700;
  color: #1b1032;
  line-height: 1.2;
  margin: 0 0 4px
}

.dbt-pg .prf-blk .prf-detail-item .di-text .di-p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin: 0
}

.dbt-pg .prf-blk .prf-review-row {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.dbt-pg .prf-blk .prf-rev-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #bc44de24;
  box-shadow: 0 3px 4px -2px #bc44de0f;
  flex: 1 1 0
}

.dbt-pg .prf-blk .prf-rev-card .rc-quote {
  font-size: 16px;
  color: #2e2e2e;
  line-height: 1.8;
  font-style: italic;
  margin: 0 0 16px
}

.dbt-pg .prf-blk .prf-rev-card .rc-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.dbt-pg .prf-blk .prf-rev-card .rc-portrait {
  width: 40px;
  height: 40px;
  border-radius: 48px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1.5px solid #bc44de33
}

.dbt-pg .prf-blk .prf-rev-card .rc-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.dbt-pg .prf-blk .prf-rev-card .rc-name {
  font-size: 16px;
  font-weight: 700;
  color: #1b1032;
  line-height: 1.2
}

.dbt-pg .prf-blk .prf-rev-card .rc-loc {
  font-size: 16px;
  color: #666;
  line-height: 1.8
}

.dbt-pg .prf-blk .prf-accent-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0594d114;
  border: 1px solid #0594d133;
  border-radius: 48px;
  padding: 8px 16px;
  font-size: 16px;
  color: #0594D1;
  font-weight: 500;
  letter-spacing: .04em
}

@media (max-width: 1280px) {
  .dbt-pg .prf-blk .prf-metrics {
    grid-template-columns: repeat(2, 1fr)
  }

  .dbt-pg .prf-blk .prf-h2 {
    font-size: 32px
  }
}

@media (max-width: 768px) {
  .dbt-pg .prf-blk .prf-bottom {
    flex-direction: column
  }

  .dbt-pg .prf-blk .prf-review-row {
    flex: none
  }

  .dbt-pg .prf-blk {
    padding: 64px 0 48px
  }
}

@media (max-width: 390px) {
  .dbt-pg .prf-blk .prf-metrics {
    grid-template-columns: 1fr
  }

  .dbt-pg .prf-blk .prf-h2 {
    font-size: 24px
  }
}

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

.success-pg .result-card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 48px;
  padding: 48px;
  box-shadow: 0 8px 48px -2px #bc44de24;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center
}

.success-pg .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 48px;
  background: linear-gradient(53deg, #bc44de1a, #0594d114);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 2px 12px #bc44de1f;
  flex-shrink: 0
}

.success-pg .icon-wrap svg {
  width: 40px;
  height: 40px
}

.success-pg .result-heading {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0
}

.success-pg .result-text {
  font-size: 18px;
  line-height: 1.8;
  color: #3a3a3a;
  margin: 0
}

.success-pg .divider-line {
  width: 64px;
  height: 2px;
  border-radius: 8px;
  background: linear-gradient(53deg, #BC44DE, #0594D1)
}

.success-pg .action-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #BC44DE;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 8px;
  border: 1.5px solid #bc44de4d;
  transition: color .45s ease-in-out, border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease-in-out
}

.success-pg .action-link:hover {
  color: #0594D1;
  border-color: #0594d180;
  box-shadow: 0 6px 14px -2px #0594d117
}

.success-pg .action-link svg {
  width: 18px;
  height: 18px;
  transition: transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.success-pg .action-link:hover svg {
  transform: translateX(4px)
}

@media (max-width: 768px) {
  .success-pg .result-card {
    padding: 48px 24px;
    border-radius: 48px
  }

  .success-pg .result-heading {
    font-size: 24px
  }

  .success-pg .result-text {
    font-size: 16px
  }
}

@media (max-width: 390px) {
  .success-pg {
    padding: 24px 16px
  }

  .success-pg .result-card {
    padding: 24px 16px;
    gap: 16px
  }
}