body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Lexend', sans-serif;
  word-break: break-word;
  overflow-wrap: anywhere;
  background: linear-gradient(170deg, #1b2a2f 0%, #111c20 100%)
}

.top-strip {
  height: 3px;
  background: linear-gradient(90deg, #7E9EA7 0%, #C6D9E0 50%, #BFC4CA 100%);
  width: 100%
}

.hd {
  position: relative;
  z-index: 100;
  background: linear-gradient(180deg, #1e2f35 0%, #162228 100%);
  box-shadow: 0 1px 3px 0 #7e9ea712 0 7px 22px 0 #7e9ea71a
}

.hd__row {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 80px
}

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

.brand-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #253840;
  border: 1px solid #7E9EA7;
  border-radius: 46px;
  padding: 8px 16px;
  box-shadow: 0 1px 3px 0 #7e9ea712 inset 0 4px 8px 0 #7e9ea70f;
  text-decoration: none
}

.brand-pill img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block
}

.brand-name {
  font-size: 18px;
  font-weight: 700;
  color: #C6D9E0;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.2
}

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

.hd__link {
  font-size: 14px;
  font-weight: 400;
  color: #BFC4CA;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  line-height: 1.6;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1);
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center
}

.hd__link:hover,
.hd__link:focus {
  color: #C6D9E0;
  border-color: #7E9EA7;
  background: #7e9ea714;
  outline: none;
  box-shadow: 0 0 0 3px #7e9ea740
}

.hd__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #7e9ea759
}

.hd__link.active {
  color: #C6D9E0;
  border-color: #7e9ea766;
  background: #7e9ea71a
}

.hd__contact {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #7e9ea759;
  border-radius: 11px;
  text-decoration: none;
  color: #C6D9E0;
  font-size: 14px;
  line-height: 1.6;
  min-height: 44px;
  transition: border-color .14s ease-in, background .14s ease-in;
  white-space: nowrap
}

.hd__contact:hover,
.hd__contact:focus {
  border-color: #7E9EA7;
  background: #7e9ea71a;
  outline: none;
  box-shadow: 0 0 0 3px #7e9ea740
}

.hd__contact .pe-7s-mail {
  font-size: 18px;
  color: #7E9EA7
}

@media (max-width: 992px) {
  .hd__row {
    flex-wrap: wrap;
    padding: 16px 32px;
    gap: 16px
  }

  .hd__menu {
    width: 100%;
    justify-content: flex-start;
    gap: 4px
  }
}

@media (max-width: 576px) {
  .hd__row {
    padding: 16px;
    gap: 8px
  }

  .hd__link {
    padding: 8px 12px;
    font-size: 14px
  }

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

.ft {
  background: linear-gradient(180deg, #162228 0%, #0f1a1e 100%);
  border-top: 1px solid #7e9ea733;
  padding: 64px 32px 32px
}

.ft__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.ft__menu {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center
}

.ft__link {
  font-size: 14px;
  color: #BFC4CA;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #bfc4ca40;
  border-radius: 30px;
  line-height: 1.6;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: color .13s cubic-bezier(0.4, 0, 1, 1), border-color .13s cubic-bezier(0.4, 0, 1, 1)
}

.ft__link:hover,
.ft__link:focus {
  color: #C6D9E0;
  border-color: #7E9EA7;
  outline: none;
  box-shadow: 0 0 0 3px #7e9ea740
}

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

.ft__email {
  font-size: 16px;
  color: #C6D9E0;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #7e9ea74d;
  border-radius: 11px;
  transition: border-color .15s ease-in, color .15s ease-in;
  min-height: 44px
}

.ft__email:hover,
.ft__email:focus {
  color: #C6D9E0;
  border-color: #7E9EA7;
  outline: none;
  box-shadow: 0 0 0 3px #7e9ea733
}

.ft__email .pe-7s-mail {
  font-size: 18px;
  color: #7E9EA7
}

.ft__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.ft__logo-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #253840;
  border: 1px solid #7e9ea766;
  border-radius: 46px;
  padding: 8px 16px;
  box-shadow: 0 1px 3px 0 #7e9ea712
}

.ft__logo-pill img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block
}

.ft__copy {
  font-size: 14px;
  color: #BFC4CA;
  line-height: 1.6;
  text-align: center;
  opacity: .7
}

.ft__divider {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7E9EA7, transparent)
}

@media (max-width: 576px) {
  .ft {
    padding: 64px 16px 32px
  }

  .ft__menu {
    gap: 8px
  }
}

.ck-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background: linear-gradient(90deg, #1b2f36 0%, #1e3540 100%);
  border-bottom: 1px solid #7e9ea74d;
  box-shadow: 0 7px 22px 0 #7e9ea71a;
  display: none;
  transform: translateY(-100%);
  transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

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

.ck-bar__row {
  max-width: 1140px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap
}

.ck-bar__text {
  font-size: 14px;
  color: #BFC4CA;
  line-height: 1.6;
  flex: 1;
  min-width: 200px
}

.ck-bar__desc {
  display: block;
  margin-bottom: 4px
}

.ck-bar__head {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #C6D9E0;
  margin-top: 4px
}

.ck-bar__opt {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0
}

.ck-bar__sale {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #BFC4CA;
  flex-shrink: 0
}

.ck-bar__toggle {
  position: relative;
  width: 36px;
  height: 20px;
  flex-shrink: 0
}

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

.ck-toggle-track {
  position: absolute;
  inset: 0;
  background: #7e9ea733;
  border-radius: 30px;
  border: 1px solid #7e9ea766;
  cursor: pointer;
  transition: background .13s cubic-bezier(0.4, 0, 1, 1)
}

.ck-toggle-track::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 30px;
  background: #BFC4CA;
  transition: left .13s cubic-bezier(0.4, 0, 1, 1), background .13s cubic-bezier(0.4, 0, 1, 1)
}

.ck-bar__toggle input:checked+.ck-toggle-track {
  background: #7e9ea780
}

.ck-bar__toggle input:checked+.ck-toggle-track::after {
  left: 18px;
  background: #C6D9E0
}

.ck-bar__toggle input:focus+.ck-toggle-track {
  box-shadow: 0 0 0 3px #7e9ea74d
}

.ck-btn {
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  color: #BFC4CA;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 4px;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.6;
  min-height: 44px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ck-btn:hover,
.ck-btn:focus {
  color: #C6D9E0;
  outline: none;
  box-shadow: 0 0 0 3px #7e9ea740;
  border-radius: 6px
}

.ck-bar__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

@media (max-width: 576px) {
  .ck-bar__row {
    padding: 16px;
    gap: 16px
  }

  .ck-bar__actions {
    gap: 8px
  }
}

.rules-section {
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #d8e4e8
}

.rules-section p {
  font-size: 16px;
  line-height: 1.9;
  color: #c8d8de;
  margin-top: 0;
  margin-bottom: 16px
}

.rules-section ul,
.rules-section ol {
  padding-left: 32px;
  margin-top: 0;
  margin-bottom: 16px
}

.rules-section ul {
  list-style: none;
  padding-left: 0
}

.rules-section ul li {
  padding-left: 16px;
  position: relative
}

.rules-section ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 46px;
  background-color: #7E9EA7;
  position: absolute;
  left: 0;
  top: .72em
}

.rules-section ol {
  list-style: decimal
}

.rules-section ol li::marker {
  color: #7E9EA7;
  font-size: 14px
}

.rules-section li {
  font-size: 16px;
  line-height: 1.9;
  color: #c8d8de;
  margin-bottom: 8px
}

.rules-section li:last-child {
  margin-bottom: 0
}

.rules-section ul ul,
.rules-section ol ol,
.rules-section ul ol,
.rules-section ol ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.rules-section strong,
.rules-section b {
  font-weight: 700;
  color: #e2ecef
}

.rules-section em,
.rules-section i {
  font-style: italic;
  color: #BFC4CA
}

.rules-section div {
  font-size: 16px;
  line-height: 1.9;
  color: #c8d8de
}

.rules-section div+div {
  margin-top: 16px
}

@media (max-width: 576px) {
  .rules-section {
    padding: 32px 16px
  }

  .rules-section p,
  .rules-section li,
  .rules-section div {
    font-size: 14px
  }

  .rules-section ul,
  .rules-section ol {
    padding-left: 16px
  }
}

@media (min-width: 992px) {

  .rules-section p,
  .rules-section li,
  .rules-section div {
    font-size: 18px
  }
}

.bd-post {
  background: linear-gradient(197deg, #1e2a2e 0%, #111820 100%);
  min-height: 100vh;
  position: relative;
  overflow: hidden
}

.bd-post .grid-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(#7e9ea70a 1px, transparent 1px), linear-gradient(90deg, #7e9ea70a 1px, transparent 1px);
  background-size: 48px 48px;
  animation: gridpulse 6s ease-in-out infinite
}

@keyframes gridpulse {

  0%,
  100% {
    opacity: .6
  }

  50% {
    opacity: 1
  }
}

.bd-post .pg-wrap {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px
}

.bd-post .top-anchor {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 100;
  width: 44px;
  height: 44px;
  background: linear-gradient(197deg, #7E9EA7 0%, #3a5560 100%);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 7px 22px 0 #7e9ea71a;
  transition: background .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s ease-in;
  border: 1px solid #7e9ea740
}

.bd-post .top-anchor:hover {
  background: linear-gradient(197deg, #BFC4CA 0%, #7E9EA7 100%);
  box-shadow: 0 9px 44px 0 #7e9ea71f
}

.bd-post .top-anchor svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.bd-post .post-hl {
  padding: 96px 0 64px;
  position: relative
}

.bd-post .post-hl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7e9ea74d, transparent)
}

.bd-post .post-hl .hl-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end
}

.bd-post .post-hl .hl-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 64px
}

.bd-post .post-hl .hl-accent {
  width: 4px;
  height: 64px;
  background: linear-gradient(197deg, #7E9EA7, #C6D9E0);
  border-radius: 6px;
  margin-bottom: 8px
}

.bd-post .post-hl .hl-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.bd-post .post-hl .hl-date {
  font-size: 14px;
  color: #7E9EA7;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2
}

.bd-post .post-hl .hl-sep {
  width: 4px;
  height: 4px;
  background: #7e9ea766;
  border-radius: 30px
}

.bd-post .post-hl .hl-likes {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #bfc4cab3;
  line-height: 1.2
}

.bd-post .post-hl .hl-likes svg {
  width: 14px;
  height: 14px;
  stroke: #7E9EA7;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.bd-post .post-hl .hl-h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #e8eef0;
  font-weight: 700;
  margin: 0
}

.bd-post .post-hl .hl-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #bfc4cad9;
  margin: 0;
  max-width: 480px
}

.bd-post .post-hl .hl-img-col {
  position: relative
}

.bd-post .post-hl .hl-img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 9px 44px 0 #7e9ea71f
}

.bd-post .post-hl .hl-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #1e2a2e8c 0%, transparent 60%);
  z-index: 1;
  pointer-events: none
}

.bd-post .post-hl .hl-img-skel {
  width: 100%;
  aspect-ratio: 4/3;
  background: #7e9ea71a;
  display: block
}

.bd-post .post-hl .hl-img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px
}

.bd-post .post-hl .hl-deco-border {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid #7e9ea733;
  border-radius: 18px;
  pointer-events: none;
  z-index: 0
}

.bd-post .post-hl .hl-img-col>.hl-img-wrap {
  position: relative;
  z-index: 1
}

.bd-post .divider-tri {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.bd-post .divider-tri svg {
  display: block;
  width: 100%
}

.bd-post .art-body {
  background: linear-gradient(197deg, #17222a 0%, #0f1820 100%);
  position: relative
}

.bd-post .art-body .circles-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0
}

.bd-post .art-body .circles-bg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  opacity: .025
}

.bd-post .art-body .body-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  padding: 64px 0 96px
}

.bd-post .art-body .body-col {
  min-width: 0
}

.bd-post .art-body .body-col .curve-deco {
  width: 100%;
  height: 32px;
  margin-bottom: 32px;
  overflow: hidden
}

.bd-post .art-body .body-col .curve-deco svg {
  display: block;
  width: 100%;
  height: 100%
}

.bd-post .art-body .art-text {
  font-size: 18px;
  line-height: 1.9;
  color: #dce6eae6;
  max-width: 640px
}

.bd-post .art-body .art-text p {
  margin: 0 0 16px
}

.bd-post .art-body .art-text h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 32px 0 16px;
  font-weight: 700
}

.bd-post .art-body .art-text h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #C6D9E0;
  margin: 32px 0 16px;
  font-weight: 600
}

.bd-post .art-body .art-text h4 {
  font-size: 18px;
  line-height: 1.6;
  color: #BFC4CA;
  margin: 32px 0 8px;
  font-weight: 600
}

.bd-post .art-body .art-text mark {
  background: #7e9ea738;
  color: #C6D9E0;
  border-radius: 6px;
  padding: 0 4px
}

.bd-post .art-body .art-text em {
  color: #BFC4CA;
  font-style: italic
}

.bd-post .art-body .art-text ol {
  padding-left: 32px;
  margin: 0 0 16px
}

.bd-post .art-body .art-text li {
  margin-bottom: 8px;
  color: #dce6ead9
}

.bd-post .art-body .art-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 16px
}

.bd-post .art-body .art-text caption {
  font-size: 14px;
  color: #7e9ea7cc;
  text-align: left;
  margin-bottom: 8px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.bd-post .art-body .art-text td {
  padding: 8px 16px;
  border: 1px solid #7e9ea726;
  color: #dce6ead9
}

.bd-post .art-body .art-text tr:first-child td {
  background: #7e9ea71a;
  color: #C6D9E0;
  font-weight: 600
}

.bd-post .art-body .sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.bd-post .art-body .sb-card {
  background: #7e9ea70f;
  border: 1px solid #7e9ea726;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 1px 3px 0 #7e9ea712
}

.bd-post .art-body .sb-card .sb-label {
  font-size: 14px;
  color: #7E9EA7;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.bd-post .art-body .sb-card .sb-label svg {
  width: 16px;
  height: 16px;
  stroke: #7E9EA7;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.bd-post .art-body .sb-card .sb-h {
  font-size: 16px;
  line-height: 1.6;
  color: #e8eef0;
  font-weight: 600;
  margin: 0 0 8px
}

.bd-post .art-body .sb-card .sb-p {
  font-size: 14px;
  line-height: 1.6;
  color: #bfc4cabf;
  margin: 0
}

.bd-post .art-body .sb-card .sb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.bd-post .art-body .sb-card .sb-list li {
  font-size: 14px;
  line-height: 1.6;
  color: #bfc4cacc;
  padding: 8px 0;
  border-bottom: 1px solid #7e9ea71a;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.bd-post .art-body .sb-card .sb-list li:last-child {
  border-bottom: none
}

.bd-post .art-body .sb-card .sb-list li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background: #7E9EA7;
  margin-top: 7px;
  flex-shrink: 0
}

.bd-post .art-body .sb-card .sb-tag-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.bd-post .art-body .sb-card .sb-tag {
  font-size: 14px;
  color: #BFC4CA;
  background: #7e9ea71a;
  border: 1px solid #7e9ea733;
  border-radius: 6px;
  padding: 4px 8px;
  line-height: 1.2;
  text-decoration: none;
  transition: background .12s ease-in, color .12s ease-in
}

.bd-post .art-body .sb-card .sb-tag:hover {
  background: #7e9ea738;
  color: #C6D9E0
}

.bd-post .art-body .sb-nav-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #7E9EA7;
  text-decoration: none;
  border: 1px solid #7e9ea74d;
  border-radius: 11px;
  padding: 8px 16px;
  transition: color .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1), background .15s cubic-bezier(0.4, 0, 1, 1);
  width: 100%;
  justify-content: center
}

.bd-post .art-body .sb-nav-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .12s ease-in
}

.bd-post .art-body .sb-nav-btn:hover {
  color: #C6D9E0;
  border-color: #c6d9e073;
  background: #7e9ea714
}

.bd-post .art-body .sb-nav-btn:hover svg {
  transform: translateX(4px)
}

@media (max-width: 992px) {
  .bd-post .post-hl .hl-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .bd-post .post-hl .hl-text {
    padding-top: 32px
  }

  .bd-post .post-hl .hl-h1 {
    font-size: 36px
  }

  .bd-post .art-body .body-layout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .bd-post .art-body .sidebar {
    flex-direction: row;
    flex-wrap: wrap
  }

  .bd-post .art-body .sb-card {
    flex: 1 1 280px
  }
}

@media (max-width: 576px) {
  .bd-post .pg-wrap {
    padding: 0 16px
  }

  .bd-post .post-hl {
    padding: 64px 0 32px
  }

  .bd-post .post-hl .hl-h1 {
    font-size: 24px
  }

  .bd-post .art-body .body-layout {
    padding: 32px 0 64px
  }

  .bd-post .art-body .art-text {
    font-size: 16px
  }

  .bd-post .top-anchor {
    bottom: 16px;
    right: 16px
  }

  .bd-post .art-body .sidebar {
    flex-direction: column
  }
}

@media print {

  .bd-post .grid-bg,
  .bd-post .top-anchor,
  .bd-post .circles-bg,
  .bd-post .hl-deco-border,
  .bd-post .divider-tri,
  .bd-post .curve-deco {
    display: none !important
  }

  .bd-post {
    background: #fff !important
  }

  .bd-post .post-hl,
  .bd-post .art-body {
    background: #fff !important
  }

  .bd-post .post-hl .hl-h1,
  .bd-post .art-body .art-text h2,
  .bd-post .art-body .art-text h3,
  .bd-post .art-body .art-text h4 {
    color: #111 !important
  }

  .bd-post .art-body .art-text,
  .bd-post .post-hl .hl-desc {
    color: #222 !important
  }

  .bd-post .art-body .body-layout {
    grid-template-columns: 1fr !important
  }

  .bd-post .art-body .sidebar {
    display: none !important
  }

  .bd-post .post-hl .hl-inner {
    grid-template-columns: 1fr !important
  }

  .bd-post .art-body .art-text mark {
    background: #e8e8e8 !important;
    color: #111 !important
  }

  .bd-post .art-body .sb-card {
    border: 1px solid #ccc !important;
    background: #f8f8f8 !important
  }

  .bd-post .pg-wrap {
    max-width: 100% !important;
    padding: 0 16px !important
  }

  @page {
    margin: 2cm
  }
}

.nws {
  background: linear-gradient(197deg, #1b2a2f 0%, #0f1a1e 100%);
  min-height: 100vh;
  overflow-x: clip;
  position: relative
}

.nws .split-screen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  position: relative
}

.nws .split-left {
  background: linear-gradient(197deg, #2a3d44 0%, #1b2a2f 100%);
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.nws .split-left::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 40px;
  width: 1px;
  height: 160%;
  background: linear-gradient(197deg, transparent 0%, #7E9EA7 40%, transparent 100%);
  transform: rotate(18deg);
  opacity: .18;
  pointer-events: none
}

.nws .diag-stripe {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.nws .diag-stripe::after {
  content: '';
  position: absolute;
  top: 0;
  left: -40%;
  width: 180%;
  height: 100%;
  background: repeating-linear-gradient(108deg, transparent 0px, transparent 28px, #7e9ea70a 28px, #7e9ea70a 30px);
  pointer-events: none
}

.nws .split-tag {
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7E9EA7;
  margin-bottom: 16px;
  display: block
}

.nws .split-h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0 0 32px;
  font-weight: 700
}

.nws .split-h1 span {
  display: block
}

.nws .split-quote {
  font-size: 18px;
  line-height: 1.6;
  color: #BFC4CA;
  font-style: italic;
  border-top: 1px solid #7e9ea738;
  padding-top: 16px;
  max-width: 380px
}

.nws .split-right {
  position: relative;
  overflow: hidden;
  min-height: 400px
}

.nws .split-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) sepia(0.22) brightness(0.82);
  transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.nws .split-right:hover img {
  transform: scale(1.03)
}

.nws .img-skeleton {
  position: absolute;
  inset: 0;
  background: #1b2a2f;
  z-index: 1;
  transition: opacity .15s ease-in
}

.nws .split-right img.loaded+.img-skeleton,
.nws .img-skeleton.hidden {
  opacity: 0;
  pointer-events: none
}

.nws .split-right .sidebar-col {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: #0f1a1eb8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 32px 16px;
  backdrop-filter: blur(4px);
  z-index: 2
}

.nws .sidebar-stat {
  text-align: center
}

.nws .sidebar-stat .st-num {
  font-size: 36px;
  line-height: 1.2;
  color: #C6D9E0;
  font-weight: 700;
  display: block
}

.nws .sidebar-stat .st-label {
  font-size: 14px;
  color: #7E9EA7;
  line-height: 1.6;
  display: block;
  margin-top: 4px
}

.nws .sidebar-divider {
  width: 40px;
  height: 1px;
  background: #7e9ea74d;
  margin: 0 auto
}

.nws .zigzag-div {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.nws .zigzag-div svg {
  display: block;
  width: 100%
}

.nws .steps-sec {
  padding: 64px 32px;
  position: relative;
  background: linear-gradient(197deg, #1e2f35 0%, #131f24 100%)
}

.nws .steps-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#7e9ea70f 1px, transparent 1px), linear-gradient(90deg, #7e9ea70f 1px, transparent 1px);
  background-size: 32px 32px;
  background-position: 0 0;
  pointer-events: none;
  border-image: none;
  mask-image: linear-gradient(197deg, #00000080 0%, #00000026 100%)
}

.nws .steps-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.nws .steps-label {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7E9EA7;
  margin-bottom: 16px;
  display: block
}

.nws .steps-h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0 0 16px;
  font-weight: 700
}

.nws .steps-h2 span {
  display: block
}

.nws .steps-body {
  font-size: 16px;
  line-height: 1.6;
  color: #BFC4CA;
  margin: 0 0 32px
}

.nws .steps-img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 9px 44px 0 #7e9ea71f
}

.nws .steps-img-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: transform .15s cubic-bezier(0.4, 0, 1, 1)
}

.nws .steps-img-wrap:hover img {
  transform: scale(1.04)
}

.nws .steps-img-wrap .img-skeleton {
  border-radius: 18px
}

.nws .step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.nws .step-list::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, #7E9EA7 0%, #7e9ea71a 100%)
}

.nws .step-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 32px;
  position: relative
}

.nws .step-item:last-child {
  margin-bottom: 0
}

.nws .step-num {
  width: 40px;
  height: 40px;
  border-radius: 46px;
  background: #1b2a2f;
  border: 2px solid #7E9EA7;
  color: #7E9EA7;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 3px 0 #7e9ea712;
  transition: background .12s ease-in, color .12s ease-in
}

.nws .step-item:hover .step-num {
  background: #7E9EA7;
  color: #0f1a1e
}

.nws .step-text {
  padding-top: 8px
}

.nws .step-text h5 {
  font-size: 16px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0 0 8px;
  font-weight: 600
}

.nws .step-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #BFC4CA;
  margin: 0
}

.nws .zigzag-div2 {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.nws .zigzag-div2 svg {
  display: block;
  width: 100%
}

.nws .insight-sec {
  padding: 96px 32px 64px;
  position: relative;
  background: linear-gradient(197deg, #152028 0%, #0f1a1e 100%)
}

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

.nws .wave-bg svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  animation: wavepass 14s linear infinite;
  opacity: .06
}

@keyframes wavepass {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.nws .insight-inner {
  max-width: 1140px;
  margin: 0 auto
}

.nws .insight-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 64px
}

.nws .ins-card {
  background: #1e2f35b3;
  border: 1px solid #7e9ea71f;
  border-radius: 11px;
  padding: 32px;
  position: relative;
  box-shadow: 0 7px 22px 0 #7e9ea71a;
  transition: border-color .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
  outline: 2px solid transparent;
  animation: flicker-outline 6s cubic-bezier(0.4, 0, 1, 1) infinite
}

.nws .ins-card:nth-child(2) {
  animation-delay: 2s
}

.nws .ins-card:nth-child(3) {
  animation-delay: 4s
}

@keyframes flicker-outline {

  0%,
  90%,
  100% {
    outline-color: transparent
  }

  93% {
    outline-color: #7e9ea72e
  }

  96% {
    outline-color: transparent
  }

  98% {
    outline-color: #7e9ea71f
  }
}

.nws .ins-card:hover {
  border-color: #7e9ea74d;
  box-shadow: 0 9px 44px 0 #7e9ea71f
}

.nws .ins-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  color: #7E9EA7
}

.nws .ins-card h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0 0 8px;
  font-weight: 600
}

.nws .ins-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #BFC4CA;
  margin: 0
}

.nws .insight-bottom {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 64px;
  align-items: center
}

.nws .ins-text h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0 0 16px;
  font-weight: 700
}

.nws .ins-text h3 span {
  display: block
}

.nws .ins-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #BFC4CA;
  margin: 0 0 16px;
  max-width: 480px
}

.nws .ins-text p:last-of-type {
  margin-bottom: 32px
}

.nws .ins-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.nws .ins-tag {
  font-size: 14px;
  color: #7E9EA7;
  border: 1px solid #7e9ea74d;
  border-radius: 6px;
  padding: 4px 16px;
  background: transparent;
  transition: background .12s ease-in, color .12s ease-in
}

.nws .ins-tag:hover {
  background: #7e9ea71f;
  color: #C6D9E0
}

.nws .ins-img-col {
  position: relative
}

.nws .ins-img-frame {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 9px 44px 0 #7e9ea71f;
  position: relative
}

.nws .ins-img-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform .16s cubic-bezier(0.4, 0, 1, 1)
}

.nws .ins-img-frame:hover img {
  transform: scale(1.04)
}

.nws .ins-img-frame .img-skeleton {
  border-radius: 18px
}

.nws .ins-img-badge {
  position: absolute;
  bottom: -16px;
  left: 32px;
  background: #1b2a2f;
  border: 1px solid #7e9ea738;
  border-radius: 11px;
  padding: 16px 32px;
  box-shadow: 0 7px 22px 0 #7e9ea71a;
  z-index: 2
}

.nws .ins-img-badge .bd-num {
  font-size: 24px;
  color: #C6D9E0;
  font-weight: 700;
  display: block;
  line-height: 1.2
}

.nws .ins-img-badge .bd-label {
  font-size: 14px;
  color: #7E9EA7;
  line-height: 1.6
}

.nws .ins-cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #C6D9E0;
  border: 1px solid #c6d9e059;
  border-radius: 6px;
  padding: 16px 32px;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .12s ease-in, color .12s ease-in, background .12s ease-in;
  margin-top: 32px;
  box-shadow: 0 1px 3px 0 #7e9ea712
}

.nws .ins-cta:hover {
  border-color: #7E9EA7;
  color: #e8eef0;
  background: #7e9ea714
}

.nws .ins-cta:hover .cta-icon {
  transform: translateX(4px)
}

.nws .cta-icon {
  transition: transform .12s cubic-bezier(0.4, 0, 1, 1);
  display: flex;
  align-items: center
}

.nws .img4-wrap {
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 7px 22px 0 #7e9ea71a;
  position: relative
}

.nws .img4-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  margin-top: 32px;
  transition: transform .14s cubic-bezier(0.4, 0, 1, 1)
}

.nws .img4-wrap:hover img {
  transform: scale(1.04)
}

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

  .nws .split-right {
    min-height: 300px
  }

  .nws .split-right .sidebar-col {
    width: 160px
  }

  .nws .split-left {
    padding: 64px 32px
  }

  .nws .split-h1 {
    font-size: 36px
  }

  .nws .steps-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .nws .insight-top {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .nws .insight-bottom {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

@media (max-width: 576px) {
  .nws .split-left {
    padding: 64px 16px
  }

  .nws .split-h1 {
    font-size: 36px
  }

  .nws .steps-sec {
    padding: 64px 16px
  }

  .nws .insight-sec {
    padding: 64px 16px
  }

  .nws .split-right .sidebar-col {
    display: none
  }
}

.blg {
  background: linear-gradient(197deg, #1a2a30 0%, #0d1a1f 100%);
  min-height: 100vh;
  position: relative;
  overflow: hidden
}

.blg .geo-bg {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid #7e9ea712;
  transform: rotate(0deg);
  animation: geo-spin 28s linear infinite;
  pointer-events: none;
  z-index: 0
}

.blg .geo-bg::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  border: 1px solid #c6d9e00d
}

@keyframes geo-spin {
  to {
    transform: rotate(360deg)
  }
}

.blg .pg-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1
}

.blg .title-block {
  padding: 96px 32px 64px;
  text-align: center;
  position: relative;
  z-index: 1
}

.blg .title-block .bg-letter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 280px;
  font-weight: 900;
  color: #7e9ea70a;
  line-height: 1.2;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0
}

.blg .title-block .t-inner {
  position: relative;
  z-index: 1
}

.blg .title-block .img-wrap {
  width: 88px;
  height: 88px;
  margin: 0 auto 32px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 7px 22px 0 #7e9ea71a;
  position: relative
}

.blg .title-block .img-wrap img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  display: block;
  filter: sepia(0.35) contrast(1.08) brightness(0.92) saturate(0.8)
}

.blg .title-block .img-wrap .img-skel {
  position: absolute;
  inset: 0;
  background: #1e2e34;
  z-index: 1;
  transition: opacity .18s cubic-bezier(0.4, 0, 1, 1)
}

.blg .title-block .img-wrap img.loaded+.img-skel,
.blg .title-block .img-wrap .img-skel.hidden {
  opacity: 0;
  pointer-events: none
}

.blg .t-prefix {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px
}

.blg .t-prefix .shape {
  width: 8px;
  height: 8px;
  background: #7E9EA7;
  border-radius: 6px;
  display: inline-block
}

.blg .t-prefix span {
  font-size: 14px;
  color: #7E9EA7;
  letter-spacing: .12em;
  text-transform: uppercase
}

.blg .title-block h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0 0 16px;
  font-weight: 700
}

.blg .title-block .sub {
  font-size: 18px;
  line-height: 1.6;
  color: #8fa8b0;
  max-width: 520px;
  margin: 0 auto
}

.blg .div-thick-thin {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px
}

.blg .div-thick-thin .d-line {
  height: 3px;
  background: #7e9ea72e;
  border-radius: 6px;
  margin-bottom: 4px
}

.blg .div-thick-thin .d-thin {
  height: 1px;
  background: #7e9ea714;
  border-radius: 6px
}

.blg .posts-sec {
  padding: 64px 0
}

.blg .posts-sec .pg-wrap {
  padding: 0 32px
}

.blg .posts-sec h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #c8d8dc;
  margin: 0 0 32px;
  font-weight: 600
}

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

.blg .post-card {
  background: linear-gradient(197deg, #172229 0%, #0f1d22 100%);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 #7e9ea712 0 7px 22px 0 #7e9ea71a;
  display: flex;
  flex-direction: column;
  border: 1px solid #7e9ea717;
  transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1);
  animation: card-flip .5s cubic-bezier(0.4, 0, 1, 1) both
}

.blg .post-card:nth-child(1) {
  animation-delay: .05s
}

.blg .post-card:nth-child(2) {
  animation-delay: .12s
}

.blg .post-card:nth-child(3) {
  animation-delay: .19s
}

.blg .post-card:nth-child(4) {
  animation-delay: .26s
}

@keyframes card-flip {
  from {
    opacity: 0;
    transform: perspective(600px) rotateY(-8deg) translateY(16px)
  }

  to {
    opacity: 1;
    transform: perspective(600px) rotateY(0deg) translateY(0)
  }
}

.blg .post-card:hover {
  border-color: #7e9ea738;
  box-shadow: 0 1px 3px 0 #7e9ea712 0 9px 44px 0 #7e9ea71f
}

.blg .post-card .card-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden
}

.blg .post-card .card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.blg .post-card:hover .card-img img {
  transform: scale(1.03)
}

.blg .post-card .card-img .skel {
  position: absolute;
  inset: 0;
  background: #1a2a30;
  z-index: 1;
  transition: opacity .15s cubic-bezier(0.4, 0, 1, 1)
}

.blg .post-card .card-img img.loaded+.skel,
.blg .post-card .card-img .skel.hidden {
  opacity: 0;
  pointer-events: none
}

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

.blg .post-card .card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.blg .post-card .card-meta .meta-date {
  font-size: 14px;
  color: #6a8890;
  display: flex;
  align-items: center;
  gap: 8px
}

.blg .post-card .card-meta .meta-date .pe-7s-date {
  font-size: 14px;
  color: #7E9EA7
}

.blg .post-card .card-meta .meta-likes {
  font-size: 14px;
  color: #6a8890;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto
}

.blg .post-card .card-meta .meta-likes .pe-7s-like {
  font-size: 14px;
  color: #7E9EA7
}

.blg .post-card h3 {
  font-size: 18px;
  line-height: 1.6;
  color: #dde8eb;
  margin: 0;
  font-weight: 600
}

.blg .post-card .card-desc {
  font-size: 14px;
  line-height: 1.9;
  color: #7a9098;
  margin: 0;
  flex: 1
}

.blg .post-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #7E9EA7;
  text-decoration: none;
  border: 1px solid #7e9ea740;
  border-radius: 11px;
  padding: 8px 16px;
  align-self: flex-start;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1)
}

.blg .post-card .card-link .pe-7s-angle-right {
  transition: transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.blg .post-card .card-link:hover {
  color: #C6D9E0;
  border-color: #c6d9e066;
  background: #7e9ea714
}

.blg .post-card .card-link:hover .pe-7s-angle-right {
  transform: translateX(4px)
}

.blg .post-card .card-link:focus-visible {
  outline: 2px solid #7E9EA7;
  outline-offset: 2px
}

.blg .div-thin-thick {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px
}

.blg .div-thin-thick .d-thin2 {
  height: 1px;
  background: #c6d9e012;
  border-radius: 6px;
  margin-bottom: 4px
}

.blg .div-thin-thick .d-line2 {
  height: 2px;
  background: #7e9ea71f;
  border-radius: 6px
}

.blg .about-sec {
  padding: 64px 0;
  position: relative
}

.blg .about-sec .radial-spot {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, #7e9ea712 0%, transparent 70%);
  pointer-events: none;
  z-range: 0
}

.blg .about-sec .split {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  border: 1px solid #7e9ea71a;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.blg .about-sec .split .left-col {
  width: 240px;
  flex-shrink: 0;
  background: linear-gradient(197deg, #7e9ea71f 0%, #7e9ea70a 100%);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid #7e9ea71a;
  text-align: center
}

.blg .about-sec .split .left-col .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #7e9ea721;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 4px 10px 0 #7e9ea71a
}

.blg .about-sec .split .left-col .icon-wrap .pe-7s-news-paper {
  font-size: 24px;
  color: #7E9EA7
}

.blg .about-sec .split .left-col h2 {
  font-size: 18px;
  line-height: 1.2;
  color: #c8d8dc;
  margin: 0;
  font-weight: 700
}

.blg .about-sec .split .left-col .tag {
  font-size: 14px;
  color: #5a7880;
  letter-spacing: .08em;
  text-transform: uppercase
}

.blg .about-sec .split .right-col {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center
}

.blg .about-sec .split .right-col p {
  font-size: 16px;
  line-height: 1.9;
  color: #7a9098;
  margin: 0
}

.blg .about-sec .split .right-col .pullquote {
  font-size: 24px;
  line-height: 1.6;
  color: #BFC4CA;
  font-style: italic;
  border-top: 3px solid #7e9ea740;
  border-bottom: 1px solid #7e9ea71a;
  padding: 16px 0;
  margin: 8px 0
}

.blg .hc-sec {
  padding: 64px 0;
  position: relative
}

.blg .hc-sec .hc-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0
}

.blg .hc-sec .hc-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .04
}

.blg .hc-sec .hc-inner {
  position: relative;
  z-index: 1
}

.blg .hc-sec .hc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.blg .hc-sec .hc-item {
  background: linear-gradient(197deg, #16252c 0%, #0f1d22 100%);
  border-radius: 11px;
  padding: 24px;
  border: 1px solid #7e9ea714;
  text-align: center;
  box-shadow: 0 1px 3px 0 #7e9ea712;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.blg .hc-sec .hc-item .hc-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #7e9ea71a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  box-shadow: inset 0 6px 10px 0 #7e9ea714
}

.blg .hc-sec .hc-item .hc-icon i {
  font-size: 18px;
  color: #7E9EA7
}

.blg .hc-sec .hc-item h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #c8d8dc;
  margin: 0;
  font-weight: 600
}

.blg .hc-sec .hc-item p {
  font-size: 14px;
  line-height: 1.9;
  color: #6a8890;
  margin: 0
}

.blg .hc-sec h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #dde8eb;
  margin: 0 0 32px;
  font-weight: 700;
  text-align: center
}

.blg .hc-sec h2 .shape-pre {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #7E9EA7;
  border-radius: 6px;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  top: -2px
}

.blg .cta-sec {
  padding: 64px 0 96px
}

.blg .cta-sec .cta-box {
  background: linear-gradient(197deg, #18282f 0%, #0f1d22 100%);
  border-radius: 18px;
  padding: 64px 32px;
  text-align: center;
  border: 1px solid #c6d9e01a;
  box-shadow: 0 9px 44px 0 #7e9ea71f;
  position: relative;
  overflow: hidden
}

.blg .cta-sec .cta-box .svg-outline {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none
}

.blg .cta-sec .cta-box .svg-outline svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.blg .cta-sec .cta-box .svg-outline svg rect {
  fill: none;
  stroke: #7e9ea74d;
  stroke-width: 1.5;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  rx: 18;
  ry: 18;
  animation: draw-outline 1.2s cubic-bezier(0.4, 0, 1, 1) .3s forwards
}

@keyframes draw-outline {
  to {
    stroke-dashoffset: 0
  }
}

.blg .cta-sec .cta-box h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0 0 16px;
  font-weight: 700;
  position: relative;
  z-index: 1
}

.blg .cta-sec .cta-box p {
  font-size: 16px;
  line-height: 1.9;
  color: #7a9098;
  max-width: 480px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1
}

.blg .cta-sec .cta-box .btn-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  position: relative;
  z-index: 1
}

.blg .cta-sec .cta-box .btn-pri {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #0f1d22;
  background: #7E9EA7;
  border: 1px solid #7E9EA7;
  border-radius: 11px;
  padding: 16px 32px;
  text-decoration: none;
  font-weight: 600;
  transition: background .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1);
  cursor: pointer
}

.blg .cta-sec .cta-box .btn-pri .pe-7s-angle-right {
  transition: transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.blg .cta-sec .cta-box .btn-pri:hover {
  background: #C6D9E0;
  border-color: #C6D9E0
}

.blg .cta-sec .cta-box .btn-pri:hover .pe-7s-angle-right {
  transform: translateX(4px)
}

.blg .cta-sec .cta-box .btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #7E9EA7;
  background: transparent;
  border: 1px solid #7e9ea74d;
  border-radius: 11px;
  padding: 16px 32px;
  text-decoration: none;
  font-weight: 600;
  transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1), background .15s cubic-bezier(0.4, 0, 1, 1);
  cursor: pointer
}

.blg .cta-sec .cta-box .btn-sec .pe-7s-angle-right {
  transition: transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.blg .cta-sec .cta-box .btn-sec:hover {
  border-color: #c6d9e080;
  color: #C6D9E0;
  background: #7e9ea712
}

.blg .cta-sec .cta-box .btn-sec:hover .pe-7s-angle-right {
  transform: translateX(4px)
}

.blg .cta-sec .cta-box .btn-pri:focus-visible,
.blg .cta-sec .cta-box .btn-sec:focus-visible {
  outline: 2px solid #7E9EA7;
  outline-offset: 2px
}

@media (max-width: 992px) {
  .blg .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
  }

  .blg .about-sec .split {
    flex-direction: column
  }

  .blg .about-sec .split .left-col {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #7e9ea71a;
    padding: 32px
  }

  .blg .hc-sec .hc-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .blg .title-block h1 {
    font-size: 36px
  }
}

@media (max-width: 576px) {
  .blg .card-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .blg .hc-sec .hc-grid {
    grid-template-columns: 1fr
  }

  .blg .title-block {
    padding: 64px 16px 32px
  }

  .blg .title-block h1 {
    font-size: 36px
  }

  .blg .pg-wrap {
    padding: 0 16px
  }

  .blg .div-thick-thin,
  .blg .div-thin-thick {
    padding: 0 16px
  }

  .blg .cta-sec .cta-box .btn-row {
    flex-direction: column;
    align-items: center
  }

  .blg .about-sec .split .right-col .pullquote {
    font-size: 18px
  }
}

.opn {
  background: linear-gradient(197deg, #1b2a30 0%, #0d1a1f 100%);
  min-height: 100vh;
  overflow-x: clip;
  container-type: inline-size
}

.opn .lead-strip {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 32px;
  gap: 32px
}

.opn .lead-strip__img-col {
  flex: 0 0 220px;
  position: relative;
  border-radius: 11px;
  overflow: hidden;
  min-height: 320px
}

.opn .lead-strip__img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.opn .lead-strip__img-col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, transparent 30%, #0d1a1f 100%);
  pointer-events: none
}

.opn .lead-strip__blur-a {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 46px;
  background: #7e9ea721;
  filter: blur(28px);
  top: -32px;
  left: -32px;
  pointer-events: none
}

.opn .lead-strip__blur-b {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 30px;
  background: #c6d9e017;
  filter: blur(18px);
  bottom: 16px;
  right: -16px;
  pointer-events: none
}

.opn .lead-strip__text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}

.opn .lead-strip__eyebrow {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7E9EA7;
  margin: 0
}

.opn .lead-strip__h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #e8edf0;
  margin: 0;
  font-weight: 700
}

.opn .lead-strip__h1 span {
  display: block
}

.opn .lead-strip__sub {
  font-size: 18px;
  line-height: 1.6;
  color: #a8bfc6;
  margin: 0;
  max-width: 520px
}

.opn .lead-strip__arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px
}

.opn .lead-strip__arrow-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center
}

.opn .lead-strip__arrow-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #7E9EA7;
  stroke-width: 2;
  opacity: .7
}

.opn .lead-strip__arrow-label {
  font-size: 14px;
  color: #7E9EA7;
  letter-spacing: .06em
}

.opn .mission-band {
  background: linear-gradient(197deg, #7e9ea71a 0%, #0d1a1f00 100%);
  border-top: 1px solid #7e9ea721;
  border-bottom: 1px solid #7e9ea71a;
  padding: 64px 32px
}

.opn .mission-band__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center
}

.opn .mission-band__label {
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #BFC4CA;
  margin: 0
}

.opn .mission-band__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #dce8ec;
  margin: 0;
  max-width: 680px
}

.opn .mission-band__h2 span {
  display: block
}

.opn .mission-band__body {
  font-size: 16px;
  line-height: 1.9;
  color: #9ab4bb;
  max-width: 560px;
  margin: 0
}

.opn .mission-band__idea {
  display: inline-block;
  border: 1px solid #7e9ea74d;
  border-radius: 30px;
  padding: 8px 32px;
  font-size: 14px;
  color: #7E9EA7;
  letter-spacing: .08em;
  margin-top: 8px
}

.opn .process-zone {
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 32px
}

.opn .process-zone__hd {
  font-size: 24px;
  line-height: 1.2;
  color: #dce8ec;
  margin: 0 0 32px;
  text-align: center
}

.opn .process-steps {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.opn .step {
  flex: 1 1 0;
  background: #7e9ea70f;
  border: 1px solid #7e9ea721;
  border-radius: 11px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.opn .step:hover {
  border-color: #7e9ea761;
  box-shadow: 0 7px 22px 0 #7e9ea71a
}

.opn .step__num {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0
}

.opn .step__num-int {
  color: #7E9EA7
}

.opn .step__num-frac {
  color: #BFC4CA;
  font-size: 18px
}

.opn .step__name {
  font-size: 16px;
  line-height: 1.2;
  color: #dce8ec;
  font-weight: 600;
  margin: 0
}

.opn .step__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #8aa5ac;
  margin: 0
}

.opn .step__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px
}

.opn .step__icon svg {
  width: 24px;
  height: 24px;
  stroke: #7E9EA7;
  fill: none;
  stroke-width: 1.6
}

.opn .before-after {
  background: linear-gradient(197deg, #0d1a1f 0%, #162028 100%);
  border-top: 1px solid #c6d9e014;
  padding: 64px 32px
}

.opn .before-after__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.opn .before-after__hd {
  font-size: 24px;
  line-height: 1.2;
  color: #dce8ec;
  margin: 0;
  text-align: center
}

.opn .ba-steps {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch
}

.opn .ba-step {
  flex: 1 1 0;
  border-radius: 11px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .ba-step.before {
  background: #bfc4ca0f;
  border: 1px solid #bfc4ca24
}

.opn .ba-step.after {
  background: #7e9ea717;
  border: 1px solid #7e9ea738
}

.opn .ba-step__label {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0
}

.opn .ba-step.before .ba-step__label {
  color: #BFC4CA
}

.opn .ba-step.after .ba-step__label {
  color: #7E9EA7
}

.opn .ba-step__heading {
  font-size: 18px;
  line-height: 1.2;
  color: #dce8ec;
  margin: 0;
  font-weight: 600
}

.opn .ba-step__body {
  font-size: 14px;
  line-height: 1.6;
  color: #8aa5ac;
  margin: 0
}

.opn .ba-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px
}

.opn .ba-connector svg {
  width: 20px;
  height: 20px;
  stroke: #7E9EA7;
  fill: none;
  stroke-width: 1.8
}

.opn .reader-zone {
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 32px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.opn .reader-zone__img-side {
  flex: 0 0 340px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  align-self: flex-start;
  margin-top: 32px;
  box-shadow: 0 9px 44px 0 #7e9ea71f
}

.opn .reader-zone__img-side img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block
}

.opn .reader-zone__img-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #0d1a1f2e 0%, #0d1a1f9e 100%);
  pointer-events: none
}

.opn .reader-zone__text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .reader-zone__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #dce8ec;
  margin: 0
}

.opn .reader-zone__h2 span {
  display: block
}

.opn .reader-zone__body {
  font-size: 16px;
  line-height: 1.9;
  color: #9ab4bb;
  margin: 0
}

.opn .reader-levels {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px
}

.opn .r-level {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 6px;
  background: #7e9ea70f;
  border: 1px solid transparent;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1)
}

.opn .r-level:hover {
  border-color: #7e9ea747;
  background: #7e9ea71a
}

.opn .r-level__dot {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  flex-shrink: 0
}

.opn .r-level__dot.low {
  background: #BFC4CA
}

.opn .r-level__dot.mid {
  background: #7E9EA7
}

.opn .r-level__dot.high {
  background: #C6D9E0
}

.opn .r-level__name {
  font-size: 14px;
  color: #dce8ec;
  font-weight: 600;
  flex: 0 0 120px
}

.opn .r-level__desc {
  font-size: 14px;
  color: #8aa5ac;
  line-height: 1.6
}

.opn .nav-map {
  background: linear-gradient(197deg, #162028 0%, #0d1a1f 100%);
  border-top: 1px solid #7e9ea71a;
  border-bottom: 1px solid #c6d9e012;
  padding: 64px 32px
}

.opn .nav-map__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.opn .nav-map__hd {
  font-size: 24px;
  line-height: 1.2;
  color: #dce8ec;
  margin: 0;
  text-align: center
}

.opn .nav-map__sub {
  font-size: 16px;
  line-height: 1.6;
  color: #8aa5ac;
  margin: 0;
  text-align: center;
  max-width: 520px;
  align-self: center
}

.opn .nav-entries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.opn .nav-entry {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px 16px;
  border-radius: 11px;
  border: 1px solid #7e9ea724;
  background: #0d1a1f99;
  text-decoration: none;
  text-align: center;
  transition: border-color .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
  align-items: center
}

.opn .nav-entry:hover {
  border-color: #7e9ea76b;
  box-shadow: 0 7px 22px 0 #7e9ea71a
}

.opn .nav-entry:hover .nav-entry__icon {
  transform: translateX(4px)
}

.opn .nav-entry__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.opn .nav-entry__icon svg {
  width: 22px;
  height: 22px;
  stroke: #7E9EA7;
  fill: none;
  stroke-width: 1.6
}

.opn .nav-entry__name {
  font-size: 16px;
  color: #dce8ec;
  font-weight: 600;
  margin: 0
}

.opn .nav-entry__hint {
  font-size: 14px;
  color: #7E9EA7;
  line-height: 1.6;
  margin: 0
}

.opn .rhythm-band {
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.opn .rhythm-band__top {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.opn .rhythm-band__left {
  flex: 1 1 0
}

.opn .rhythm-band__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #dce8ec;
  margin: 0 0 16px
}

.opn .rhythm-band__h2 span {
  display: block
}

.opn .rhythm-band__body {
  font-size: 16px;
  line-height: 1.9;
  color: #9ab4bb;
  margin: 0
}

.opn .rhythm-band__right {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.opn .rhythm-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #7e9ea70f;
  border-radius: 6px;
  border: 1px solid #7e9ea71f
}

.opn .rhythm-stat__val {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0;
  flex-shrink: 0
}

.opn .rhythm-stat__val-int {
  color: #C6D9E0
}

.opn .rhythm-stat__val-frac {
  color: #7E9EA7;
  font-size: 18px
}

.opn .rhythm-stat__label {
  font-size: 14px;
  line-height: 1.6;
  color: #8aa5ac
}

.opn .corrections-band {
  background: linear-gradient(197deg, #0d1a1f 0%, #162028 100%);
  border-top: 1px solid #c6d9e012;
  padding: 64px 32px
}

.opn .corrections-band__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.opn .corrections-band__img {
  flex: 0 0 300px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 9px 44px 0 #7e9ea71f
}

.opn .corrections-band__img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block
}

.opn .corrections-band__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #0d1a1f1f 0%, #0d1a1f8c 100%);
  pointer-events: none
}

.opn .corrections-band__text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .corrections-band__label {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #BFC4CA;
  margin: 0
}

.opn .corrections-band__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #dce8ec;
  margin: 0
}

.opn .corrections-band__h2 span {
  display: block
}

.opn .corrections-band__body {
  font-size: 16px;
  line-height: 1.9;
  color: #9ab4bb;
  margin: 0
}

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

.opn .corrections-list li {
  font-size: 14px;
  color: #7E9EA7;
  padding: 4px 16px;
  border: 1px solid #7e9ea747;
  border-radius: 30px
}

.opn .sub-zone {
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 32px 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center
}

.opn .sub-zone__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #dce8ec;
  margin: 0
}

.opn .sub-zone__h2 span {
  display: block
}

.opn .sub-zone__body {
  font-size: 16px;
  line-height: 1.9;
  color: #9ab4bb;
  margin: 0;
  max-width: 480px
}

.opn .sub-zone__freq {
  font-size: 14px;
  color: #BFC4CA;
  letter-spacing: .06em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.opn .sub-zone__freq-dot {
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background: #7E9EA7;
  display: inline-block
}

.opn .sub-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 440px;
  align-items: center
}

.opn .sub-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%
}

.opn .sub-form__row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%
}

.opn .sub-form__input {
  flex: 1 1 0;
  background: #7e9ea712;
  border: 1px solid #7e9ea738;
  border-radius: 6px;
  padding: 16px;
  font-size: 16px;
  color: #dce8ec;
  outline: none;
  transition: border-color .13s cubic-bezier(0.4, 0, 1, 1)
}

.opn .sub-form__input::placeholder {
  color: #9ab4bb73
}

.opn .sub-form__input:focus {
  border-color: #7e9ea78c
}

.opn .sub-form__btn {
  background: transparent;
  border: 1px solid #7e9ea780;
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 16px;
  color: #C6D9E0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  transition: border-color .13s cubic-bezier(0.4, 0, 1, 1), color .13s cubic-bezier(0.4, 0, 1, 1), box-shadow .13s cubic-bezier(0.4, 0, 1, 1);
  white-space: nowrap
}

.opn .sub-form__btn:hover {
  border-color: #7E9EA7;
  color: #dce8ec;
  box-shadow: 0 1px 3px 0 #7e9ea712
}

.opn .sub-form__btn:hover .sub-form__btn-icon {
  transform: translateX(4px)
}

.opn .sub-form__btn:focus {
  outline: 2px solid #7E9EA7;
  outline-offset: 2px
}

.opn .sub-form__btn-icon {
  display: inline-flex;
  transition: transform .11s cubic-bezier(0.4, 0, 1, 1)
}

.opn .sub-form__btn-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2
}

.opn .sub-form__note {
  font-size: 14px;
  color: #7E9EA7;
  margin: 0;
  opacity: .75
}

.opn .bg-pan-zone {
  position: relative;
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto;
  width: calc(100% - 64px)
}

.opn .bg-pan-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 130%;
  object-fit: cover;
  animation: panimg 18s linear infinite alternate
}

@keyframes panimg {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-23%)
  }
}

.opn .bg-pan-zone::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #0d1a1f8c 0%, #0d1a1fcc 100%);
  pointer-events: none
}

.opn .bg-pan-caption {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 32px
}

.opn .bg-pan-caption__label {
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #BFC4CA;
  margin: 0
}

.opn .bg-pan-caption__text {
  font-size: 24px;
  line-height: 1.6;
  color: #dce8ec;
  margin: 0;
  max-width: 600px
}

.opn .skeleton {
  background: linear-gradient(90deg, #7e9ea714 25%, #7e9ea724 50%, #7e9ea714 75%);
  background-size: 200% 100%;
  animation: skel 1.4s ease-in infinite
}

@keyframes skel {
  0% {
    background-position: 200% 0
  }

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

.opn .img-wrap {
  position: relative
}

.opn .img-wrap .skel-layer {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 2;
  transition: opacity .18s ease-in
}

.opn .img-wrap img.loaded+.skel-layer,
.opn .img-wrap img[data-loaded]+.skel-layer {
  opacity: 0;
  pointer-events: none
}

@media (max-width: 992px) {
  .opn .lead-strip {
    flex-direction: column;
    padding: 32px 16px
  }

  .opn .lead-strip__img-col {
    flex: 0 0 180px;
    min-height: 180px
  }

  .opn .lead-strip__h1 {
    font-size: 36px
  }

  .opn .process-steps {
    flex-direction: column
  }

  .opn .process-zone {
    padding: 32px 16px
  }

  .opn .ba-steps {
    flex-direction: column
  }

  .opn .ba-connector {
    transform: rotate(90deg);
    align-self: center
  }

  .opn .reader-zone {
    flex-direction: column;
    padding: 32px 16px;
    gap: 32px
  }

  .opn .reader-zone__img-side {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0
  }

  .opn .nav-entries {
    grid-template-columns: repeat(2, 1fr)
  }

  .opn .rhythm-band__top {
    flex-direction: column;
    gap: 32px
  }

  .opn .rhythm-band__right {
    flex: 0 0 auto;
    width: 100%
  }

  .opn .corrections-band__inner {
    flex-direction: column;
    gap: 32px
  }

  .opn .corrections-band__img {
    flex: 0 0 auto;
    width: 100%
  }

  .opn .bg-pan-zone {
    width: calc(100% - 32px);
    height: 160px
  }
}

@media (max-width: 576px) {
  .opn .lead-strip__h1 {
    font-size: 36px
  }

  .opn .mission-band__h2 {
    font-size: 24px
  }

  .opn .nav-entries {
    grid-template-columns: 1fr 1fr;
    gap: 8px
  }

  .opn .sub-form__row {
    flex-direction: column
  }

  .opn .reader-zone__h2,
  .opn .corrections-band__h2,
  .opn .rhythm-band__h2,
  .opn .sub-zone__h2 {
    font-size: 24px
  }

  .opn .before-after {
    padding: 32px 16px
  }

  .opn .mission-band {
    padding: 32px 16px
  }

  .opn .corrections-band {
    padding: 32px 16px
  }

  .opn .nav-map {
    padding: 32px 16px
  }

  .opn .rhythm-band {
    padding: 32px 16px
  }

  .opn .sub-zone {
    padding: 32px 16px 64px
  }
}

.svc {
  background: linear-gradient(197deg, #1a2830 0%, #0d1a20 100%);
  min-height: 100vh;
  overflow-x: clip;
  position: relative
}

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

.svc .t-blk {
  position: relative;
  padding-bottom: 96px;
  padding-top: 64px
}

.svc .t-blk__img-zone {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 32px
}

.svc .t-blk__deco {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  height: 320px;
  background: linear-gradient(197deg, #7e9ea721 0%, transparent 80%);
  border-radius: 18px;
  pointer-events: none;
  z-index: 0;
  border: 1.5px dashed #7e9ea72e
}

.svc .t-blk__img-frame {
  position: relative;
  z-index: 1;
  width: 560px;
  max-width: 100%;
  height: 300px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 7px 22px 0 #7e9ea71a 0 9px 44px 0 #7e9ea71f
}

.svc .t-blk__img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  mix-blend-mode: luminosity;
  filter: contrast(1.08) brightness(0.82)
}

.svc .t-blk__img-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #7e9ea738 0%, #0d1a208c 100%);
  border-radius: 18px;
  pointer-events: none
}

.svc .t-blk__text {
  text-align: center;
  max-width: 640px;
  margin: 0 auto
}

.svc .t-blk__label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7E9EA7;
  margin-bottom: 16px;
  line-height: 1.2
}

.svc .t-blk__h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0 0 16px
}

.svc .t-blk__h1 span {
  display: block
}

.svc .t-blk__sub {
  font-size: 18px;
  line-height: 1.6;
  color: #BFC4CA;
  margin: 0 0 32px
}

.svc .t-blk__actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap
}

.svc .btn-pri {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border: 1.5px solid #7E9EA7;
  border-radius: 11px;
  background: transparent;
  color: #C6D9E0;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1), background .15s cubic-bezier(0.4, 0, 1, 1);
  position: relative;
  overflow: hidden
}

.svc .btn-pri .btn-ico {
  transition: transform .12s cubic-bezier(0.4, 0, 1, 1);
  display: inline-flex;
  align-items: center
}

.svc .btn-pri:hover .btn-ico {
  transform: translateX(4px)
}

.svc .btn-pri:hover {
  background: #7e9ea71f;
  border-color: #C6D9E0;
  color: #fff
}

.svc .btn-pri:focus-visible {
  outline: 2px solid #7E9EA7;
  outline-offset: 3px
}

.svc .btn-sec {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border: 1.5px solid #bfc4ca4d;
  border-radius: 11px;
  background: transparent;
  color: #BFC4CA;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .16s ease-in, color .16s ease-in
}

.svc .btn-sec .btn-ico {
  transition: transform .13s cubic-bezier(0.4, 0, 1, 1);
  display: inline-flex;
  align-items: center
}

.svc .btn-sec:hover .btn-ico {
  transform: translateX(4px)
}

.svc .btn-sec:hover {
  border-color: #BFC4CA;
  color: #e8eef0
}

.svc .btn-sec:focus-visible {
  outline: 2px solid #BFC4CA;
  outline-offset: 3px
}

.svc .divider-a {
  height: 64px;
  background: linear-gradient(197deg, #7e9ea714 0%, transparent 100%);
  filter: blur(8px);
  margin: 0
}

.svc .offerings {
  padding: 64px 0;
  position: relative
}

.svc .offerings__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #c6d9e00f 0%, #0d1a2000 55%);
  clip-path: polygon(0 0, 62% 0, 38% 100%, 0 100%);
  pointer-events: none;
  z-index: 0
}

.svc .offerings__inner {
  position: relative;
  z-index: 1
}

.svc .offerings__head {
  text-align: center;
  margin-bottom: 48px
}

.svc .offerings__eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #7E9EA7;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px
}

.svc .offerings__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0
}

.svc .off-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.svc .off-card {
  position: relative;
  border: 1px solid #7e9ea72e;
  border-radius: 18px;
  padding: 32px 24px;
  background: #0d1a2099;
  text-align: center;
  transition: border-color .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
  box-shadow: 0 1px 3px 0 #7e9ea712;
  overflow: hidden
}

.svc .off-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 60%;
  background: linear-gradient(197deg, #7E9EA7 0%, transparent 100%);
  border-radius: 0 0 6px 0;
  transition: height .15s cubic-bezier(0.4, 0, 1, 1)
}

.svc .off-card:hover {
  border-color: #7e9ea773;
  box-shadow: 0 7px 22px 0 #7e9ea71a
}

.svc .off-card:hover::before {
  height: 100%
}

.svc .off-card__ico {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #7e9ea71a;
  border: 1px solid #7e9ea733
}

.svc .off-card__ico svg {
  width: 24px;
  height: 24px;
  stroke: #7E9EA7;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round
}

.svc .off-card__h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0 0 8px
}

.svc .off-card__h3 span {
  display: block
}

.svc .off-card__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #BFC4CA;
  margin: 0
}

.svc .divider-b {
  height: 48px;
  background: linear-gradient(to bottom, transparent, #7e9ea70f, transparent);
  filter: blur(6px)
}

.svc .process {
  padding: 64px 0;
  position: relative
}

.svc .process__split-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden
}

.svc .process__split-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background: #c6d9e00a;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%)
}

.svc .process__tri-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .04;
  background-image: linear-gradient(60deg, #7e9ea799 25%, transparent 25%), linear-gradient(-60deg, #7e9ea799 25%, transparent 25%), linear-gradient(60deg, transparent 75%, #7e9ea799 75%), linear-gradient(-60deg, transparent 75%, #7e9ea799 75%);
  background-size: 28px 16px;
  background-position: 0 0, 14px 0, 14px -16px, 0 16px
}

.svc .process__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.svc .process__left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.svc .process__eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #7E9EA7;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px
}

.svc .process__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0 0 16px
}

.svc .process__h2 span {
  display: block
}

.svc .process__body {
  font-size: 16px;
  line-height: 1.6;
  color: #BFC4CA;
  margin: 0
}

.svc .process__img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 9px 44px 0 #7e9ea71f
}

.svc .process__img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block
}

.svc .process__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, transparent 40%, #0d1a2073 100%);
  pointer-events: none
}

.svc .steps-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative
}

.svc .steps-list::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 36px;
  width: 2px;
  height: calc(100% - 54px);
  background: linear-gradient(to bottom, #7E9EA7, transparent);
  animation: line-draw 1.1s cubic-bezier(0.4, 0, 1, 1) forwards;
  transform-origin: top center
}

@keyframes line-draw {
  from {
    transform: scaleY(0);
    opacity: 0
  }

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

.svc .step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 11px;
  transition: background .13s cubic-bezier(0.4, 0, 1, 1)
}

.svc .step:hover {
  background: #7e9ea712
}

.svc .step__num {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 46px;
  border: 1.5px solid #7E9EA7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  color: #7E9EA7;
  background: #0d1a20cc
}

.svc .step__text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.svc .step__h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0
}

.svc .step__p {
  font-size: 14px;
  line-height: 1.6;
  color: #BFC4CA;
  margin: 0
}

.svc .process__right {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.svc .divider-c {
  height: 56px;
  background: linear-gradient(197deg, #c6d9e00d 0%, transparent 100%);
  filter: blur(10px)
}

.svc .metrics {
  padding: 64px 0 96px;
  position: relative
}

.svc .metrics__dashed-box {
  border: 1.5px dashed #7e9ea74d;
  border-radius: 18px;
  padding: 64px 32px;
  position: relative;
  background: #0d1a2066
}

.svc .metrics__dashed-box::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  background: linear-gradient(197deg, #7e9ea712 0%, transparent 60%);
  pointer-events: none;
  z-index: 0
}

.svc .metrics__inner {
  position: relative;
  z-index: 1
}

.svc .metrics__head {
  text-align: center;
  margin-bottom: 48px
}

.svc .metrics__eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #7E9EA7;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px
}

.svc .metrics__h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0 0 16px
}

.svc .metrics__h2 span {
  display: block
}

.svc .metrics__sub {
  font-size: 16px;
  line-height: 1.6;
  color: #BFC4CA;
  max-width: 520px;
  margin: 0 auto
}

.svc .met-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 48px
}

.svc .met-item {
  text-align: center;
  padding: 24px 16px;
  border-radius: 11px;
  background: #7e9ea70d;
  border: 1px solid #7e9ea71f;
  transition: background .14s cubic-bezier(0.4, 0, 1, 1), border-color .14s cubic-bezier(0.4, 0, 1, 1);
  position: relative
}

.svc .met-item:hover {
  background: #7e9ea71a;
  border-color: #7e9ea759
}

.svc .met-item:hover~.met-item {
  border-color: #7e9ea738 !important;
  background: #7e9ea712 !important
}

.svc .met-val {
  font-size: 36px;
  line-height: 1.2;
  color: #C6D9E0;
  display: block;
  margin-bottom: 4px
}

.svc .met-lbl {
  font-size: 14px;
  line-height: 1.6;
  color: #BFC4CA
}

.svc .skills-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap
}

.svc .skills-col {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.svc .skills-col__h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #7e9ea72e
}

.svc .skill-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.svc .skill-item__label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.svc .skill-item__name {
  font-size: 14px;
  line-height: 1.2;
  color: #BFC4CA
}

.svc .skill-item__pct {
  font-size: 14px;
  line-height: 1.2;
  color: #7E9EA7
}

.svc .skill-bar {
  height: 4px;
  background: #7e9ea71f;
  border-radius: 6px;
  overflow: hidden
}

.svc .skill-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, #7E9EA7, #C6D9E0);
  border-radius: 6px;
  animation: bar-grow .18s cubic-bezier(0.4, 0, 1, 1) forwards;
  transform-origin: left center
}

@keyframes bar-grow {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

.svc .img-skel {
  background: #7e9ea71a;
  animation: skel-pulse 1.4s ease-in infinite alternate
}

@keyframes skel-pulse {
  from {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

.svc .metrics__img-strip {
  margin-top: 48px;
  border-radius: 18px;
  overflow: hidden;
  height: 200px;
  position: relative;
  box-shadow: 0 7px 22px 0 #7e9ea71a
}

.svc .metrics__img-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.svc .metrics__img-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #0d1a204d 0%, #0d1a2099 100%);
  pointer-events: none
}

.svc .metrics__img-strip .strip-caption {
  position: absolute;
  bottom: 24px;
  left: 32px;
  z-index: 2
}

.svc .metrics__img-strip .strip-caption p {
  font-size: 18px;
  line-height: 1.2;
  color: #e8eef0;
  margin: 0
}

.svc .metrics__img-strip .strip-caption span {
  font-size: 14px;
  line-height: 1.6;
  color: #BFC4CA
}

@media (max-width: 992px) {
  .svc .off-grid {
    grid-template-columns: 1fr 1fr
  }

  .svc .process__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .svc .met-row {
    grid-template-columns: 1fr 1fr
  }

  .svc .t-blk__h1 {
    font-size: 36px
  }
}

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

  .svc .off-grid {
    grid-template-columns: 1fr
  }

  .svc .met-row {
    grid-template-columns: 1fr 1fr
  }

  .svc .t-blk__h1 {
    font-size: 36px
  }

  .svc .t-blk__img-frame {
    height: 200px
  }

  .svc .skills-row {
    flex-direction: column
  }

  .svc .metrics__dashed-box {
    padding: 32px 16px
  }

  .svc .t-blk__actions {
    flex-direction: column;
    align-items: center
  }
}

.ab-auth {
  background: linear-gradient(197deg, #1a2830 0%, #0d1a20 60%, #080f13 100%);
  min-height: 100vh;
  overflow-x: clip;
  position: relative
}

.ab-auth .bg-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden
}

.ab-auth .bg-layer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #7e9ea717 0%, transparent 55%), linear-gradient(17deg, #c6d9e00d 0%, transparent 60%);
  animation: bgA 7s cubic-bezier(0.4, 0, 1, 1) infinite alternate
}

.ab-auth .bg-layer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, transparent 30%, #bfc4ca0f 100%);
  animation: bgB 11s cubic-bezier(0.4, 0, 1, 1) infinite alternate-reverse
}

@keyframes bgA {
  0% {
    opacity: .7;
    transform: scale(1)
  }

  100% {
    opacity: 1;
    transform: scale(1.04)
  }
}

@keyframes bgB {
  0% {
    opacity: .5;
    transform: translateY(0)
  }

  100% {
    opacity: 1;
    transform: translateY(-18px)
  }
}

.ab-auth .pg-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1
}

.ab-auth .corner-line {
  position: absolute;
  pointer-events: none
}

.ab-auth .corner-line.tl {
  top: 32px;
  left: 32px;
  width: 48px;
  height: 48px;
  border-top: 1px solid #7e9ea761;
  border-left: 1px solid #7e9ea761;
  border-radius: 6px 0 0 0
}

.ab-auth .corner-line.tr {
  top: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  border-top: 1px solid #7e9ea738;
  border-right: 1px solid #7e9ea738;
  border-radius: 0 6px 0 0
}

.ab-auth .t-block {
  padding: 96px 32px 64px;
  position: relative;
  z-index: 1;
  text-align: center;
  background: linear-gradient(197deg, #7e9ea712 0%, transparent 70%)
}

.ab-auth .t-block .eyebrow {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7E9EA7;
  border: 1px solid #7e9ea747;
  border-radius: 6px;
  padding: 4px 16px;
  margin-bottom: 32px
}

.ab-auth .t-block h1 {
  font-size: 70px;
  line-height: 1.2;
  color: #e8eff2;
  margin: 0 0 16px;
  font-weight: 700
}

.ab-auth .t-block .sub-name {
  font-size: 36px;
  line-height: 1.2;
  color: #7E9EA7;
  margin: 0 0 32px;
  font-weight: 400
}

.ab-auth .t-block .t-desc {
  font-size: 18px;
  line-height: 1.9;
  color: #BFC4CA;
  max-width: 560px;
  margin: 0 auto 32px
}

.ab-auth .t-dashes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px
}

.ab-auth .t-dashes span {
  display: block;
  height: 1px;
  background: #7e9ea74d
}

.ab-auth .t-dashes span:nth-child(1),
.ab-auth .t-dashes span:nth-child(3) {
  width: 64px
}

.ab-auth .t-dashes span:nth-child(2) {
  width: 8px;
  height: 8px;
  border-radius: 46px;
  background: #7E9EA7
}

.ab-auth .img-strip {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0
}

.ab-auth .img-strip svg {
  display: block;
  width: 100%
}

.ab-auth .profile-sect {
  padding: 64px 32px;
  position: relative;
  z-index: 1
}

.ab-auth .profile-sect .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.ab-auth .prof-img-col {
  position: relative
}

.ab-auth .prof-img-frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 9px 44px 0 #7e9ea71f
}

.ab-auth .prof-img-frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.ab-auth .prof-img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #7e9ea700 40%, #7e9ea785 100%);
  opacity: 0;
  transition: opacity .15s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none
}

.ab-auth .prof-img-frame:hover::after {
  opacity: 1
}

.ab-auth .prof-img-frame:hover img {
  transform: scale(1.03)
}

.ab-auth .img-skel {
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #1e2e35 0%, #162028 100%);
  border-radius: 18px;
  z-index: 2;
  transition: opacity .15s cubic-bezier(0.4, 0, 1, 1)
}

.ab-auth .prof-img-frame img.loaded+.img-skel,
.ab-auth .prof-img-frame img:not([src])+.img-skel {
  opacity: 0;
  pointer-events: none
}

.ab-auth .prof-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: linear-gradient(197deg, #1e3040 0%, #131e28 100%);
  border: 1px solid #7e9ea740;
  border-radius: 11px;
  padding: 16px;
  box-shadow: 0 7px 22px 0 #7e9ea71a;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 120px
}

.ab-auth .prof-badge .b-num {
  font-size: 36px;
  line-height: 1.2;
  color: #C6D9E0;
  font-weight: 700
}

.ab-auth .prof-badge .b-label {
  font-size: 14px;
  line-height: 1.6;
  color: #7E9EA7
}

.ab-auth .prof-text-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px
}

.ab-auth .prof-text-col h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #e8eff2;
  margin: 0
}

.ab-auth .prof-text-col h2 em {
  color: #7E9EA7;
  font-style: normal;
  display: block
}

.ab-auth .prof-para {
  font-size: 16px;
  line-height: 1.9;
  color: #BFC4CA;
  margin: 0
}

.ab-auth .dashed-link {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px
}

.ab-auth .dashed-link::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  border-top: 1px dashed #7e9ea773;
  flex-shrink: 0
}

.ab-auth .dashed-link a {
  font-size: 14px;
  line-height: 1.6;
  color: #7E9EA7;
  text-decoration: none;
  border-bottom: 1px solid #7e9ea74d;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ab-auth .dashed-link a:hover {
  color: #C6D9E0;
  border-color: #c6d9e099
}

.ab-auth .prof-skills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.ab-auth .skill-tag {
  font-size: 14px;
  line-height: 1.6;
  color: #BFC4CA;
  border: 1px solid #bfc4ca33;
  border-radius: 6px;
  padding: 4px 16px;
  background: #7e9ea70f;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1)
}

.ab-auth .skill-tag:hover {
  border-color: #7e9ea780;
  color: #C6D9E0;
  background: #7e9ea71f
}

.ab-auth .prof-cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #7E9EA7;
  border: 1px solid #7e9ea759;
  border-radius: 11px;
  padding: 16px 32px;
  text-decoration: none;
  background: transparent;
  transition: color .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1), background .15s cubic-bezier(0.4, 0, 1, 1);
  align-self: flex-start
}

.ab-auth .prof-cta .cta-icon {
  display: inline-block;
  transition: transform .13s cubic-bezier(0.4, 0, 1, 1)
}

.ab-auth .prof-cta:hover {
  color: #C6D9E0;
  border-color: #c6d9e080;
  background: #7e9ea714
}

.ab-auth .prof-cta:hover .cta-icon {
  transform: translateX(6px)
}

.ab-auth .divider-curve {
  position: relative;
  z-index: 1;
  line-height: 0
}

.ab-auth .divider-curve svg {
  display: block;
  width: 100%
}

.ab-auth .metrics-sect {
  padding: 64px 32px;
  position: relative;
  z-index: 1;
  background: #7e9ea70a
}

.ab-auth .metrics-sect .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center
}

.ab-auth .met-left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ab-auth .met-left h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #e8eff2;
  margin: 0
}

.ab-auth .met-left h2 span {
  display: block;
  color: #7E9EA7
}

.ab-auth .met-para {
  font-size: 16px;
  line-height: 1.9;
  color: #BFC4CA;
  margin: 0
}

.ab-auth .contrast-nums {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-end
}

.ab-auth .c-num {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ab-auth .c-num .val {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700
}

.ab-auth .c-num .val.before {
  color: #bfc4ca59
}

.ab-auth .c-num .val.after {
  color: #C6D9E0
}

.ab-auth .c-num .lbl {
  font-size: 14px;
  line-height: 1.6;
  color: #7E9EA7;
  letter-spacing: .08em;
  text-transform: uppercase
}

.ab-auth .c-sep {
  font-size: 36px;
  line-height: 1.2;
  color: #7e9ea74d;
  padding-bottom: 8px
}

.ab-auth .met-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ab-auth .metric-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ab-auth .metric-row .mr-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

.ab-auth .metric-row .mr-label {
  font-size: 14px;
  line-height: 1.6;
  color: #BFC4CA
}

.ab-auth .metric-row .mr-val {
  font-size: 14px;
  line-height: 1.6;
  color: #7E9EA7;
  font-weight: 600
}

.ab-auth .bar-track {
  width: 100%;
  height: 6px;
  background: #7e9ea71f;
  border-radius: 6px;
  overflow: hidden
}

.ab-auth .bar-fill {
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, #7E9EA7 0%, #C6D9E0 100%);
  box-shadow: 0 1px 3px 0 #7e9ea712
}

.ab-auth .img-pair-sect {
  padding: 64px 32px;
  position: relative;
  z-index: 1
}

.ab-auth .img-pair-sect .pg-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px
}

.ab-auth .ip-heading {
  text-align: center
}

.ab-auth .ip-heading h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #e8eff2;
  margin: 0 0 16px
}

.ab-auth .ip-heading p {
  font-size: 16px;
  line-height: 1.9;
  color: #BFC4CA;
  max-width: 520px;
  margin: 0 auto
}

.ab-auth .ip-alt {
  display: flex;
  flex-direction: column;
  gap: 64px
}

.ab-auth .ip-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.ab-auth .ip-row.flip {
  direction: ltr
}

.ab-auth .ip-row.flip .ip-img {
  order: 2
}

.ab-auth .ip-row.flip .ip-copy {
  order: 1
}

.ab-auth .ip-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 7px 22px 0 #7e9ea71a;
  position: relative
}

.ab-auth .ip-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform .17s cubic-bezier(0.4, 0, 1, 1)
}

.ab-auth .ip-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #7e9ea700 30%, #7e9ea77a 100%);
  opacity: 0;
  transition: opacity .13s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none
}

.ab-auth .ip-img:hover::after {
  opacity: 1
}

.ab-auth .ip-img:hover img {
  transform: scale(1.04)
}

.ab-auth .ip-copy {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ab-auth .ip-copy h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #e8eff2;
  margin: 0
}

.ab-auth .ip-copy h3 span {
  display: block;
  color: #7E9EA7
}

.ab-auth .ip-copy p {
  font-size: 16px;
  line-height: 1.9;
  color: #BFC4CA;
  margin: 0
}

.ab-auth .ip-copy .news-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #7E9EA7;
  text-decoration: none;
  border: 1px solid #7e9ea74d;
  border-radius: 6px;
  padding: 8px 16px;
  background: transparent;
  align-self: flex-start;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1)
}

.ab-auth .ip-copy .news-link .nl-icon {
  transition: transform .13s cubic-bezier(0.4, 0, 1, 1)
}

.ab-auth .ip-copy .news-link:hover {
  color: #C6D9E0;
  border-color: #c6d9e080;
  background: #7e9ea714
}

.ab-auth .ip-copy .news-link:hover .nl-icon {
  transform: translateX(5px)
}

.ab-auth .sect-divider {
  position: relative;
  z-index: 1;
  line-height: 0
}

.ab-auth .sect-divider svg {
  display: block;
  width: 100%
}

@media (max-width: 992px) {
  .ab-auth .t-block h1 {
    font-size: 52px
  }

  .ab-auth .t-block .sub-name {
    font-size: 24px
  }

  .ab-auth .profile-sect .pg-wrap {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ab-auth .prof-badge {
    right: 16px;
    bottom: -16px
  }

  .ab-auth .metrics-sect .pg-wrap {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ab-auth .ip-row {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ab-auth .ip-row.flip .ip-img {
    order: 0
  }

  .ab-auth .ip-row.flip .ip-copy {
    order: 0
  }
}

@media (max-width: 576px) {
  .ab-auth .t-block {
    padding: 64px 16px 32px
  }

  .ab-auth .t-block h1 {
    font-size: 36px
  }

  .ab-auth .t-block .sub-name {
    font-size: 18px
  }

  .ab-auth .pg-wrap {
    padding: 0 16px
  }

  .ab-auth .profile-sect {
    padding: 32px 16px
  }

  .ab-auth .metrics-sect {
    padding: 32px 16px
  }

  .ab-auth .img-pair-sect {
    padding: 32px 16px
  }

  .ab-auth .contrast-nums {
    gap: 16px
  }

  .ab-auth .c-num .val {
    font-size: 36px
  }

  .ab-auth .prof-img-frame img {
    height: 320px
  }
}

.suc-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 16px;
  background: linear-gradient(197deg, #1b2a30 0%, #0f1a1e 100%)
}

.suc-page .suc-wrap {
  max-width: 560px;
  width: 100%;
  text-align: center;
  padding: 64px 32px;
  background: linear-gradient(197deg, #7e9ea712 0%, #0f1a1e00 100%);
  border: 1px solid #7e9ea72e;
  border-radius: 18px;
  box-shadow: 0 1px 3px 0 #7e9ea712 0 7px 22px 0 #7e9ea71a 0 9px 44px 0 #7e9ea71f
}

.suc-page .suc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  width: 72px;
  height: 72px;
  border-radius: 46px;
  background: linear-gradient(197deg, #c6d9e021 0%, #7e9ea70f 100%);
  border: 1.5px solid #c6d9e047;
  box-shadow: inset 0 4px 10px 0 #7e9ea71a
}

.suc-page .suc-icon svg {
  display: block
}

.suc-page .suc-title {
  font-size: 36px;
  line-height: 1.2;
  color: #e8f0f3;
  margin: 0 0 16px;
  font-weight: 600;
  letter-spacing: 0
}

.suc-page .suc-msg {
  font-size: 16px;
  line-height: 1.6;
  color: #BFC4CA;
  margin: 0 0 32px
}

.suc-page .suc-divider {
  width: 48px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #7e9ea773, transparent);
  margin: 0 auto 32px;
  border: none;
  border-radius: 6px
}

.suc-page .suc-note {
  font-size: 14px;
  line-height: 1.6;
  color: #bfc4caa6;
  margin: 0 0 32px
}

.suc-page .suc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  font-size: 14px;
  line-height: 1.2;
  color: #C6D9E0;
  background: transparent;
  border: 1.5px solid #7e9ea773;
  border-radius: 11px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .15s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1), background .15s cubic-bezier(0.4, 0, 1, 1)
}

.suc-page .suc-btn svg {
  transition: transform .12s cubic-bezier(0.4, 0, 1, 1);
  flex-shrink: 0
}

.suc-page .suc-btn:hover {
  color: #e8f0f3;
  border-color: #c6d9e0b3;
  background: #7e9ea71a
}

.suc-page .suc-btn:hover svg {
  transform: translateX(4px)
}

.suc-page .suc-btn:focus-visible {
  outline: 2px solid #7E9EA7;
  outline-offset: 3px
}

.suc-page .suc-btn:active {
  background: #7e9ea72e
}

@media (max-width: 576px) {
  .suc-page {
    padding: 32px 16px
  }

  .suc-page .suc-wrap {
    padding: 32px 16px
  }

  .suc-page .suc-title {
    font-size: 24px
  }
}