html {
  box-sizing: border-box;
  font-size: 100%
}

*,
::before,
::after {
  box-sizing: inherit
}

html,
body {
  margin: 0
}

body {
  position: relative;
  min-height: 100vh;
  font-family: 'Noto Sans', sans-serif;
  overflow-x: hidden
}

.pg-hdr {
  position: relative;
  background: #1F456A;
  overflow: visible
}

.pg-hdr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background: linear-gradient(135deg, #617599 0%, #1F456A 100%);
  border-radius: 0 0 32px 0;
  pointer-events: none;
  z-index: 0
}

.hdr-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 40px;
  position: relative;
  z-index: 1
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0
}

.brand-img-wrap {
  border-top: 2px solid #8ba0b499;
  border-bottom: 2px solid #8ba0b499;
  border-radius: 3px 32px 3px 32px;
  padding: 8px;
  background: #ffffff1f;
  box-shadow: 2px 4px 20px 0 #1f456a1a inset 0 1px 4px 0 #8ba0b42e;
  flex-shrink: 0
}

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

.brand-name-text {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap
}

.hdr-contact-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0
}

.hdr-phone-lnk {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 3px;
  background: #61759940;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.hdr-phone-lnk:hover {
  background: #61759980;
  color: #fff
}

.hdr-phone-lnk:focus {
  outline: 2px solid #8BA0B4;
  outline-offset: 2px
}

.hdr-email-lnk {
  font-size: 13px;
  line-height: 1.45;
  color: #8BA0B4;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 3px;
  transition: color .35s ease-in-out
}

.hdr-email-lnk:hover {
  color: #fff
}

.hdr-email-lnk:focus {
  outline: 2px solid #8BA0B4;
  outline-offset: 2px
}

.hdr-nav-row {
  border-top: 1px solid #8ba0b440;
  background: #1f456a99;
  position: relative;
  z-index: 1
}

.hdr-nav-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px 0 240px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap
}

.hdr-nav-item {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  position: relative;
  letter-spacing: 0;
  transition: color .4s ease-in-out;
  white-space: nowrap
}

.hdr-nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 3px;
  background: #8BA0B4;
  border-radius: 3px 3px 0 0;
  transform: scaleX(0);
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.hdr-nav-item:hover {
  color: #8BA0B4
}

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

.hdr-nav-item:focus {
  outline: 2px solid #8BA0B4;
  outline-offset: -2px;
  color: #8BA0B4
}

@media (max-width: 1280px) {
  .hdr-top {
    padding: 20px
  }

  .hdr-nav-inner {
    padding: 0 20px
  }

  .pg-hdr::before {
    width: 160px
  }
}

@media (max-width: 768px) {
  .hdr-top {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px
  }

  .hdr-contact-block {
    align-items: flex-start
  }

  .hdr-nav-inner {
    padding: 0 20px
  }

  .hdr-nav-item {
    padding: 20px 8px
  }

  .pg-hdr::before {
    width: 100%;
    height: 4px;
    border-radius: 0
  }
}

.pg-ftr {
  background: linear-gradient(160deg, #1F456A 0%, #617599 100%);
  position: relative
}

.ftr-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 40px 40px;
  display: flex;
  align-items: flex-start;
  gap: 80px
}

.ftr-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 180px
}

.ftr-logo-wrap {
  border-top: 2px solid #8ba0b480;
  border-bottom: 2px solid #8ba0b480;
  border-radius: 32px 3px 32px 3px;
  padding: 8px;
  background: #ffffff1a;
  box-shadow: 2px 4px 20px 0 #1f456a1a inset 0 1px 4px 0 #8ba0b426
}

.ftr-logo-wrap img {
  display: block;
  width: 55px;
  height: 55px;
  object-fit: contain
}

.ftr-tagline {
  font-size: 13px;
  line-height: 1.7;
  color: #8BA0B4;
  max-width: 180px
}

.ftr-links-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px
}

.ftr-lnk {
  font-size: 13px;
  line-height: 1.7;
  color: #ffffffbf;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 3px;
  transition: color .35s ease-in-out, background .4s cubic-bezier(0.34, 1.2, 0.64, 1);
  display: inline-block
}

.ftr-lnk:hover {
  color: #fff;
  background: #8ba0b42e
}

.ftr-lnk:focus {
  outline: 2px solid #8BA0B4;
  outline-offset: 2px;
  color: #fff
}

.ftr-bottom {
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 40px 40px;
  border-top: 1px solid #8ba0b433;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px
}

.ftr-copy {
  font-size: 13px;
  line-height: 1.45;
  color: #ffffff80
}

.ftr-addr {
  font-size: 13px;
  line-height: 1.45;
  color: #ffffff73;
  text-align: right
}

@media (max-width: 1280px) {
  .ftr-inner {
    padding: 80px 20px 40px;
    gap: 40px
  }

  .ftr-bottom {
    padding: 20px 20px 40px
  }
}

@media (max-width: 768px) {
  .ftr-inner {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px 20px
  }

  .ftr-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 40px
  }

  .ftr-addr {
    text-align: left
  }
}

.legal-details {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #1F456A
}

.legal-details p {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #1F456A
}

.legal-details ul,
.legal-details ol {
  padding-left: 40px;
  margin-bottom: 20px
}

.legal-details li {
  font-size: 13px;
  line-height: 1.7;
  color: #1F456A;
  margin-bottom: 8px
}

.legal-details ul li {
  list-style-type: disc
}

.legal-details ol li {
  list-style-type: decimal
}

.legal-details ul ul,
.legal-details ol ol,
.legal-details ul ol,
.legal-details ol ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.legal-details strong,
.legal-details b {
  font-weight: 700;
  color: #1F456A
}

.legal-details em,
.legal-details i {
  font-style: italic;
  color: #617599
}

.legal-details a {
  color: #1F456A;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #8BA0B4;
  transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), text-decoration-color .42s ease-in-out
}

.legal-details a:hover {
  color: #617599;
  text-decoration-color: #617599
}

.legal-details hr {
  border: none;
  border-top: 2px solid #8BA0B4;
  margin: 40px 0;
  opacity: .45;
  border-radius: 3px
}

.legal-details div {
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .legal-details {
    padding: 40px 20px
  }

  .legal-details ul,
  .legal-details ol {
    padding-left: 20px
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .legal-details {
    padding: 80px 40px
  }
}

.cs-det {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden
}

.cs-det .art-lead {
  padding: 80px 80px 40px;
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 40px;
  align-items: start;
  background: #fff;
  position: relative
}

.cs-det .art-lead::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #1F456A;
  background: linear-gradient(90deg, #1F456A 50%, #8BA0B4 50%)
}

.cs-det .art-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px
}

.cs-det .art-tag {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 3px;
  background: #1F456A;
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600
}

.cs-det .art-cat {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 3px;
  border: 1px solid #617599;
  color: #617599;
  font-size: 13px;
  line-height: 1.45
}

.cs-det .art-read {
  font-size: 13px;
  color: #617599;
  line-height: 1.45;
  margin-left: auto
}

.cs-det .art-h1 {
  font-size: 46px;
  line-height: 1.15;
  color: #1F456A;
  margin-bottom: 20px;
  font-weight: 800
}

.cs-det .art-sub {
  font-size: 25px;
  line-height: 1.45;
  color: #617599;
  margin-bottom: 20px;
  font-weight: 400
}

.cs-det .art-author-line {
  font-size: 13px;
  color: #1F456A;
  line-height: 1.45;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.cs-det .art-author-line strong {
  color: #1F456A;
  font-weight: 700
}

.cs-det .art-author-dot {
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background: #8BA0B4;
  display: inline-block;
  flex-shrink: 0
}

.cs-det .art-img-frame {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.cs-det .art-img-frame img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  opacity: .82;
  transition: filter .38s cubic-bezier(0.34, 1.2, 0.64, 1), opacity .38s ease-in-out
}

.cs-det .art-img-frame:hover img {
  filter: saturate(0);
  opacity: .7
}

.cs-det .art-img-frame .img-deco {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  pointer-events: none
}

.cs-det .art-img-frame .img-deco span {
  border-radius: 3px;
  background: #1f456a2e;
  display: block
}

.cs-det .art-img-frame .img-deco span:nth-child(1) {
  width: 8px;
  height: 8px
}

.cs-det .art-img-frame .img-deco span:nth-child(2) {
  width: 12px;
  height: 12px
}

.cs-det .art-img-frame .img-deco span:nth-child(3) {
  width: 6px;
  height: 6px
}

.cs-det .dots-corner {
  position: absolute;
  top: 40px;
  right: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  pointer-events: none;
  z-index: 0
}

.cs-det .dots-corner span {
  border-radius: 3px;
  background: #8BA0B4;
  opacity: .18;
  display: block
}

.cs-det .dots-corner span:nth-child(1) {
  width: 6px;
  height: 6px
}

.cs-det .dots-corner span:nth-child(2) {
  width: 4px;
  height: 4px
}

.cs-det .dots-corner span:nth-child(3) {
  width: 8px;
  height: 8px
}

.cs-det .dots-corner span:nth-child(4) {
  width: 5px;
  height: 5px
}

.cs-det .dots-corner span:nth-child(5) {
  width: 7px;
  height: 7px
}

.cs-det .dots-corner span:nth-child(6) {
  width: 4px;
  height: 4px
}

.cs-det .dots-corner span:nth-child(7) {
  width: 6px;
  height: 6px
}

.cs-det .dots-corner span:nth-child(8) {
  width: 9px;
  height: 9px
}

.cs-det .art-lead-left {
  position: relative;
  z-index: 1
}

.cs-det .wave-divider {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.cs-det .wave-divider svg {
  display: block;
  width: 100%
}

.cs-det .art-body-wrap {
  background: #f5f7fa;
  padding: 0 80px 80px;
  position: relative
}

.cs-det .art-body-wrap .dot-grid-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 320px;
  pointer-events: none;
  z-index: 0;
  overflow: hidden
}

.cs-det .dot-grid-svg {
  width: 100%;
  height: 100%;
  opacity: .13
}

.cs-det .art-body-grid {
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 40px;
  position: relative;
  z-index: 1
}

.cs-det .art-body-text {
  min-width: 0
}

.cs-det .art-body-text p {
  font-size: 25px;
  line-height: 1.7;
  color: #1F456A;
  margin-bottom: 20px
}

.cs-det .art-body-text h2 {
  font-size: 34px;
  line-height: 1.15;
  color: #1F456A;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px
}

.cs-det .art-body-text h3 {
  font-size: 25px;
  line-height: 1.45;
  color: #1F456A;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px
}

.cs-det .art-body-text del {
  color: #617599;
  text-decoration: line-through
}

.cs-det .art-body-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px
}

.cs-det .art-body-text ul li {
  font-size: 25px;
  line-height: 1.7;
  color: #1F456A;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px
}

.cs-det .art-body-text ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #617599
}

.cs-det .art-body-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.45
}

.cs-det .art-body-text td {
  padding: 8px 20px;
  border: 1px solid #8BA0B4;
  color: #1F456A;
  vertical-align: top
}

.cs-det .art-body-text tbody tr:nth-child(even) td {
  background: #1f456a0a
}

.cs-det .art-body-text tfoot td {
  background: #1F456A;
  color: #fff;
  font-weight: 600
}

.cs-det .art-body-text a {
  color: #1F456A;
  text-decoration: underline;
  transition: background .35s ease-in-out, color .35s ease-in-out;
  border-radius: 3px;
  padding: 0 4px
}

.cs-det .art-body-text a:hover {
  background: #617599;
  color: #fff;
  text-decoration: none
}

.cs-det .art-sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.cs-det .sidebar-cta {
  background: #1F456A;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 2px 12px 44px 0 #1f456a1c;
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: soft-pulse 3.2s ease-in-out infinite
}

@keyframes soft-pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.02)
  }
}

.cs-det .sidebar-cta .cta-label {
  font-size: 13px;
  color: #8BA0B4;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0
}

.cs-det .sidebar-cta .cta-hdg {
  font-size: 25px;
  line-height: 1.45;
  color: #fff;
  font-weight: 700
}

.cs-det .sidebar-cta .cta-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #8BA0B4
}

.cs-det .sidebar-cta .cta-btn {
  display: inline-block;
  padding: 20px 40px;
  border-radius: 3px;
  background: #fff;
  color: #1F456A;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .42s cubic-bezier(0.34, 1.2, 0.64, 1), color .42s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  position: relative;
  overflow: hidden
}

.cs-det .sidebar-cta .cta-btn:hover {
  background: #8BA0B4;
  color: #fff;
  transform: perspective(400px) rotateX(3deg) rotateY(-2deg)
}

.cs-det .sidebar-cta .cta-btn:active {
  transform: scale(0.97)
}

.cs-det .sidebar-icons {
  background: #fff;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cs-det .sidebar-icons .si-hdg {
  font-size: 13px;
  color: #617599;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase
}

.cs-det .icon-chain {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.cs-det .ic-node {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #f5f7fa;
  border: 1px solid #8BA0B4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 2px 1px 6px 0 #1f456a14
}

.cs-det .ic-node svg {
  width: 20px;
  height: 20px
}

.cs-det .ic-dash {
  flex: 1;
  border-top: 2px dashed #8BA0B4;
  height: 0
}

.cs-det .ic-node-label {
  font-size: 13px;
  color: #617599;
  line-height: 1.45
}

.cs-det .icon-chain-labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.cs-det .icon-chain-labels span {
  font-size: 13px;
  color: #1F456A;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
  flex: 1
}

.cs-det .before-after-wrap {
  background: #1F456A;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.cs-det .before-after-wrap .ba-hdg {
  font-size: 13px;
  color: #8BA0B4;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.45
}

.cs-det .ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.cs-det .ba-col {
  border-radius: 3px;
  padding: 20px;
  background: #ffffff0f;
  box-shadow: inset 2px 1px 6px 0 #1f456a14
}

.cs-det .ba-col.before {
  border-top: 3px solid #617599
}

.cs-det .ba-col.after {
  border-top: 3px solid #8BA0B4
}

.cs-det .ba-col-label {
  font-size: 13px;
  font-weight: 700;
  color: #8BA0B4;
  margin-bottom: 8px;
  line-height: 1.45
}

.cs-det .ba-col ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.cs-det .ba-col ul li {
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
  padding-left: 20px;
  position: relative;
  margin-bottom: 4px
}

.cs-det .ba-col ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #617599
}

.cs-det .art-bottom-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #1F456A;
  position: relative;
  overflow: hidden
}

.cs-det .art-bottom-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: #617599;
  pointer-events: none;
  z-index: 0
}

.cs-det .band-col {
  padding: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cs-det .band-col.selected {
  border-top: 3px solid #8BA0B4
}

.cs-det .band-col-num {
  font-size: 62px;
  line-height: 1.15;
  color: #ffffff1f;
  font-weight: 900;
  position: absolute;
  top: 20px;
  right: 20px
}

.cs-det .band-col-hdg {
  font-size: 25px;
  line-height: 1.45;
  color: #fff;
  font-weight: 700
}

.cs-det .band-col-body {
  font-size: 13px;
  line-height: 1.7;
  color: #8BA0B4
}

.cs-det .band-col-link {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #8BA0B4;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition: background .4s cubic-bezier(0.34, 1.2, 0.64, 1), color .4s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s ease-in-out;
  align-self: flex-start
}

.cs-det .band-col-link:hover {
  background: #fff;
  color: #1F456A;
  transform: perspective(400px) rotateY(4deg)
}

@media (max-width: 1280px) {
  .cs-det .art-lead {
    padding: 80px 40px 40px;
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }

  .cs-det .dots-corner {
    right: 40px
  }

  .cs-det .art-body-wrap {
    padding: 0 40px 80px
  }

  .cs-det .art-body-grid {
    grid-template-columns: 1fr
  }

  .cs-det .art-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }

  .cs-det .before-after-wrap {
    grid-column: 1 / -1
  }

  .cs-det .art-bottom-band {
    grid-template-columns: 1fr
  }

  .cs-det .art-bottom-band::before {
    height: 30%
  }
}

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

  .cs-det .dots-corner {
    display: none
  }

  .cs-det .art-h1 {
    font-size: 34px
  }

  .cs-det .art-sub {
    font-size: 25px
  }

  .cs-det .art-img-frame img {
    height: 220px
  }

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

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

  .cs-det .art-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px
  }

  .cs-det .ba-grid {
    grid-template-columns: 1fr
  }

  .cs-det .art-bottom-band {
    grid-template-columns: 1fr
  }

  .cs-det .band-col {
    padding: 40px 20px
  }

  .cs-det .art-body-text p,
  .cs-det .art-body-text ul li {
    font-size: 13px
  }

  .cs-det .art-body-text h2 {
    font-size: 25px
  }

  .cs-det .art-body-text h3 {
    font-size: 25px
  }
}

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

.cs-pg .pg-bound {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px
}

@keyframes vignette-breathe {

  0%,
  100% {
    opacity: .55
  }

  50% {
    opacity: .82
  }
}

@keyframes step-fill {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

.cs-pg .split-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px
}

.cs-pg .split-head .sh-left {
  background-color: #1F456A;
  padding: 80px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative
}

.cs-pg .split-head .sh-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #8ba0b42e;
  pointer-events: none
}

.cs-pg .split-head .sh-left::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #8ba0b41a;
  pointer-events: none
}

.cs-pg .split-head .sh-right {
  background-color: #8BA0B4;
  position: relative;
  overflow: hidden
}

.cs-pg .split-head .sh-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(1.5px) saturate(0.85);
  transition: filter .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.cs-pg .split-head .sh-right img:hover {
  filter: blur(0px) saturate(0.4)
}

.cs-pg .split-head .sh-right .vign {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, #1f456a9e 100%);
  animation: vignette-breathe 4.5s ease-in-out infinite;
  pointer-events: none
}

.cs-pg .split-head .sh-right .dir-arrow {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 48px;
  height: 48px;
  border: 2px solid #ffffff8c;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px
}

.cs-pg .split-head .sh-right .dir-arrow span {
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffffbf
}

.cs-pg .split-head .sh-right .dir-arrow span:nth-child(2) {
  width: 12px;
  margin-left: 8px
}

.cs-pg .split-head .sh-right .dir-arrow span:nth-child(3) {
  width: 6px;
  margin-left: 14px
}

.cs-pg .sh-eyebrow {
  font-size: 13px;
  color: #8BA0B4;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px
}

.cs-pg .sh-h1 {
  font-size: 62px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 20px
}

.cs-pg .sh-h1 em {
  font-style: normal;
  color: #8BA0B4;
  display: block
}

.cs-pg .sh-sub {
  font-size: 25px;
  line-height: 1.45;
  color: #ffffffb8;
  max-width: 420px
}

.cs-pg .posts-band {
  background: #f4f6f8;
  padding: 80px 0
}

.cs-pg .posts-band .band-label {
  font-size: 13px;
  color: #617599;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px
}

.cs-pg .posts-band .band-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #617599 0%, #617599 50%, transparent 50%);
  background-size: 8px 1px
}

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

.cs-pg .post-card {
  background: #fff;
  border-radius: 3px;
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  display: flex;
  flex-direction: column;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  position: relative
}

.cs-pg .post-card:hover {
  box-shadow: 2px 12px 44px 0 #1f456a1c;
  transform: perspective(600px) rotateY(-2deg) rotateX(1.5deg)
}

.cs-pg .post-card .pc-img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 3px 3px 0 0
}

.cs-pg .post-card .pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .42s ease-in-out
}

.cs-pg .post-card:hover .pc-img img {
  filter: saturate(0)
}

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

.cs-pg .post-card .pc-tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.cs-pg .post-card .pc-tag {
  font-size: 13px;
  color: #1F456A;
  border: 1px solid #1F456A;
  border-radius: 3px;
  padding: 4px 8px;
  line-height: 1.15
}

.cs-pg .post-card .pc-cat {
  font-size: 13px;
  color: #617599;
  background: #6175991a;
  border-radius: 3px;
  padding: 4px 8px;
  line-height: 1.15
}

.cs-pg .post-card .pc-title {
  font-size: 25px;
  line-height: 1.45;
  color: #1F456A;
  margin: 0
}

.cs-pg .post-card .pc-sub {
  font-size: 13px;
  color: #617599;
  line-height: 1.45;
  margin: 0
}

.cs-pg .post-card .pc-desc {
  font-size: 13px;
  color: #3a4a5a;
  line-height: 1.7;
  margin: 0;
  flex: 1
}

.cs-pg .post-card .pc-foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px 20px;
  border-top: 1px solid #61759926;
  margin-top: 8px
}

.cs-pg .post-card .pc-author {
  font-size: 13px;
  color: #617599
}

.cs-pg .post-card .pc-read {
  font-size: 13px;
  color: #8BA0B4
}

.cs-pg .post-card .pc-link {
  display: block;
  margin: 0 20px 20px;
  padding: 8px 20px;
  background: #1F456A;
  color: #fff;
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  transition: background .35s ease-in-out;
  position: relative;
  overflow: hidden
}

.cs-pg .post-card .pc-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #617599;
  transition: width .4s cubic-bezier(0.34, 1.2, 0.64, 1);
  z-index: 0
}

.cs-pg .post-card .pc-link:hover::after {
  width: 100%
}

.cs-pg .post-card .pc-link span {
  position: relative;
  z-index: 1
}

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

.cs-pg .post-card.featured .pc-img {
  width: 45%;
  aspect-ratio: unset;
  flex-shrink: 0;
  border-radius: 3px 0 0 3px
}

.cs-pg .post-card.featured .pc-img img {
  height: 100%
}

.cs-pg .post-card.featured .pc-content {
  display: flex;
  flex-direction: column;
  flex: 1
}

.cs-pg .post-card.featured .pc-title {
  font-size: 34px;
  line-height: 1.45
}

.cs-pg .steps-band {
  background: #1F456A;
  padding: 80px 0;
  position: relative
}

.cs-pg .steps-band::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid #8ba0b41f;
  pointer-events: none
}

.cs-pg .steps-band::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid #8ba0b412;
  pointer-events: none
}

.cs-pg .steps-band .sb-label {
  font-size: 13px;
  color: #8BA0B4;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 20px
}

.cs-pg .steps-band .sb-heading {
  font-size: 46px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 40px;
  max-width: 640px
}

.cs-pg .steps-band .sb-heading strong {
  display: block;
  color: #8BA0B4
}

.cs-pg .step-tracker {
  display: flex;
  flex-direction: row;
  gap: 0;
  position: relative;
  margin-bottom: 40px
}

.cs-pg .step-tracker::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 2px;
  background: #8ba0b438;
  z-index: 0
}

.cs-pg .step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1
}

.cs-pg .step-item .st-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #6175992e;
  border: 2px solid #617599;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.cs-pg .step-item:hover .st-num {
  background: #617599;
  border-color: #8BA0B4
}

.cs-pg .step-item .st-num .num-int {
  font-size: 25px;
  line-height: 1.15;
  color: #fff;
  font-weight: 700
}

.cs-pg .step-item .st-label {
  font-size: 13px;
  color: #8BA0B4;
  text-align: center;
  line-height: 1.45;
  max-width: 120px
}

.cs-pg .step-item .st-desc {
  font-size: 13px;
  color: #ffffff9e;
  text-align: center;
  line-height: 1.7;
  max-width: 140px
}

.cs-pg .sb-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 40px
}

.cs-pg .sb-body .sb-text p {
  font-size: 13px;
  line-height: 1.7;
  color: #ffffffb8;
  margin: 0 0 8px
}

.cs-pg .sb-body .sb-stat {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cs-pg .stat-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  padding: 20px;
  background: #6175991f;
  border-radius: 3px;
  box-shadow: inset 2px 1px 6px 0 #1f456a14;
  transition: background .4s ease-in-out
}

.cs-pg .stat-row:hover {
  background: #61759938
}

.cs-pg .stat-row .sr-num {
  font-size: 46px;
  line-height: 1.15;
  color: #fff;
  font-weight: 700
}

.cs-pg .stat-row .sr-frac {
  font-size: 25px;
  line-height: 1.15;
  color: #8BA0B4
}

.cs-pg .stat-row .sr-label {
  font-size: 13px;
  color: #ffffffa6;
  line-height: 1.45;
  flex: 1
}

.cs-pg .expert-band {
  background: #fff;
  padding: 80px 0
}

.cs-pg .expert-band .eb-head {
  text-align: center;
  margin-bottom: 40px
}

.cs-pg .expert-band .eb-head h2 {
  font-size: 46px;
  line-height: 1.15;
  color: #1F456A;
  margin: 0 0 20px
}

.cs-pg .expert-band .eb-head h2 span {
  display: block
}

.cs-pg .expert-band .eb-head p {
  font-size: 25px;
  line-height: 1.45;
  color: #617599;
  max-width: 560px;
  margin: 0 auto
}

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

.cs-pg .expert-grid .eg-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cs-pg .expert-grid .eg-col.mid {
  margin-top: -20px;
  padding: 20px;
  background: #1f456a0a;
  border-radius: 3px;
  box-shadow: 2px 1px 6px 0 #1f456a14
}

.cs-pg .expert-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s ease-in-out
}

.cs-pg .expert-card:hover {
  transform: perspective(700px) rotateX(-1.5deg) rotateY(2deg);
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.cs-pg .expert-card .ec-portrait {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0
}

.cs-pg .expert-card .ec-portrait img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .42s ease-in-out
}

.cs-pg .expert-card:hover .ec-portrait img {
  filter: saturate(0)
}

.cs-pg .expert-card .ec-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cs-pg .expert-card .ec-name {
  font-size: 13px;
  font-weight: 700;
  color: #1F456A
}

.cs-pg .expert-card .ec-role {
  font-size: 13px;
  color: #617599
}

.cs-pg .expert-card .ec-quote {
  font-size: 13px;
  line-height: 1.7;
  color: #3a4a5a;
  margin: 0
}

.cs-pg .expert-card.no-portrait {
  flex-direction: column
}

.cs-pg .expert-card.no-portrait .ec-ident {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.cs-pg .expert-card.no-portrait .ec-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #617599;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cs-pg .expert-card.no-portrait .ec-avatar span {
  font-size: 13px;
  color: #fff;
  font-weight: 700
}

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

.cs-pg .dash-list li {
  font-size: 13px;
  line-height: 1.7;
  color: #3a4a5a;
  padding-left: 20px;
  position: relative
}

.cs-pg .dash-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #617599
}

.cs-pg .accent-word {
  display: inline-block;
  border: 1px solid #617599;
  border-radius: 3px;
  padding: 0 4px;
  color: #1F456A
}

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

  .cs-pg .post-card.featured {
    grid-column: span 2
  }

  .cs-pg .expert-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px
  }

  .cs-pg .expert-grid .eg-col.mid {
    margin-top: 0
  }

  .cs-pg .sb-body {
    grid-template-columns: 1fr
  }

  .cs-pg .step-tracker {
    flex-wrap: wrap;
    gap: 20px
  }

  .cs-pg .step-tracker::before {
    display: none
  }

  .cs-pg .step-item {
    flex: 0 0 calc(33.33% - 14px)
  }
}

@media (max-width: 768px) {
  .cs-pg .pg-bound {
    padding-left: 20px;
    padding-right: 20px
  }

  .cs-pg .split-head {
    grid-template-columns: 1fr
  }

  .cs-pg .split-head .sh-right {
    min-height: 260px
  }

  .cs-pg .sh-h1 {
    font-size: 46px
  }

  .cs-pg .split-head .sh-left {
    padding: 40px 20px 20px
  }

  .cs-pg .card-grid {
    grid-template-columns: 1fr
  }

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

  .cs-pg .post-card.featured .pc-img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 3px 3px 0 0
  }

  .cs-pg .expert-grid {
    grid-template-columns: 1fr
  }

  .cs-pg .step-item {
    flex: 0 0 calc(50% - 10px)
  }

  .cs-pg .steps-band .sb-heading {
    font-size: 34px
  }

  .cs-pg .expert-band .eb-head h2 {
    font-size: 34px
  }

  .cs-pg .posts-band {
    padding: 40px 0
  }

  .cs-pg .steps-band {
    padding: 40px 0
  }

  .cs-pg .expert-band {
    padding: 40px 0
  }
}

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

.abt-us .pg-frame {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px
}

.abt-us ::selection {
  background: #617599;
  color: #fff
}

@keyframes flicker-bg {

  0%,
  100% {
    opacity: 1
  }

  18% {
    opacity: .97
  }

  36% {
    opacity: 1
  }

  54% {
    opacity: .95
  }

  72% {
    opacity: .98
  }

  85% {
    opacity: 1
  }
}

@keyframes btn-fill {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

.abt-us .tb-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative
}

.abt-us .tb-row::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 8px;
  right: 8px;
  bottom: 0;
  border: 1px solid #8BA0B4;
  border-radius: 3px;
  pointer-events: none
}

.abt-us .tb-row::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 16px;
  right: 16px;
  bottom: 8px;
  border: 1px solid #6175994d;
  border-radius: 3px;
  pointer-events: none
}

.abt-us .tb-img-col {
  flex: 0 0 320px;
  position: relative;
  border-radius: 3px;
  overflow: hidden
}

.abt-us .tb-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .tb-img-col img:hover {
  filter: saturate(0)
}

.abt-us .tb-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #1F456A 0%, #1F456A 40%, transparent 40%);
  pointer-events: none
}

.abt-us .tb-text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 40px 20px 20px
}

.abt-us .tb-label {
  font-size: 13px;
  color: #617599;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.45
}

.abt-us .tb-h1 {
  font-size: 62px;
  line-height: 1.15;
  color: #1F456A;
  margin: 0 0 20px
}

.abt-us .tb-h1 .kw-frame {
  display: inline-block;
  border: 1.5px solid #617599;
  border-radius: 3px;
  padding: 0 8px;
  color: #1F456A
}

.abt-us .tb-sub {
  font-size: 25px;
  color: #617599;
  line-height: 1.45;
  margin: 0 0 20px;
  max-width: 560px
}

.abt-us .tb-pull {
  font-size: 25px;
  color: #1F456A;
  line-height: 1.45;
  border-top: 2px solid #8BA0B4;
  padding-top: 20px;
  margin-top: 8px;
  max-width: 480px;
  font-style: italic
}

.abt-us .who-band {
  background: #1F456A;
  animation: flicker-bg 9s ease-in-out infinite;
  padding: 80px 0;
  position: relative
}

.abt-us .who-band .pg-frame {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.abt-us .who-left {
  flex: 0 0 420px
}

.abt-us .who-h2 {
  font-size: 46px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 20px
}

.abt-us .who-h2 span {
  display: block
}

.abt-us .who-stat-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 40px
}

.abt-us .who-stat {
  background: #8ba0b426;
  border: 1px solid #8ba0b44d;
  border-radius: 3px;
  padding: 20px;
  flex: 1;
  box-shadow: inset 2px 1px 6px 0 #1f456a14;
  transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .who-stat:hover {
  transform: perspective(600px) rotateY(4deg) rotateX(-2deg);
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.abt-us .who-stat-num {
  font-size: 46px;
  line-height: 1.15;
  color: #8BA0B4;
  display: block
}

.abt-us .who-stat-lbl {
  font-size: 13px;
  color: #ffffffbf;
  line-height: 1.45;
  margin-top: 4px
}

.abt-us .who-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt-us .who-p {
  font-size: 25px;
  color: #ffffffe6;
  line-height: 1.7;
  margin: 0
}

.abt-us .who-img-wrap {
  border-radius: 3px;
  overflow: hidden;
  margin-top: 20px;
  box-shadow: 2px 4px 20px 0 #1f456a1a
}

.abt-us .who-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .4s ease-in-out
}

.abt-us .who-img-wrap img:hover {
  filter: saturate(0)
}

.abt-us .who-link {
  color: #8BA0B4;
  text-decoration: underline;
  font-size: 13px;
  line-height: 1.45;
  transition: color .35s ease-in-out, background .35s ease-in-out;
  padding: 0 4px;
  border-radius: 3px
}

.abt-us .who-link:hover {
  color: #fff;
  background: #617599
}

.abt-us .approach-band {
  padding: 80px 0 40px;
  background: #f5f7fa
}

.abt-us .approach-band .pg-frame {
  display: flex;
  flex-direction: column;
  gap: 40px
}

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

.abt-us .approach-h2 {
  font-size: 46px;
  line-height: 1.15;
  color: #1F456A;
  margin: 0;
  text-align: center
}

.abt-us .approach-h2 span {
  display: block
}

.abt-us .approach-desc {
  font-size: 25px;
  color: #617599;
  line-height: 1.7;
  margin: 0
}

.abt-us .approach-desc-small {
  font-size: 13px;
  color: #617599;
  line-height: 1.7;
  margin: 8px 0 0
}

.abt-us .diagram-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.abt-us .diag-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: center
}

.abt-us .diag-node {
  background: #1F456A;
  color: #fff;
  border-radius: 32px;
  padding: 20px;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  flex: 0 0 140px;
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .diag-node:hover {
  transform: perspective(500px) rotateX(5deg) rotateY(-3deg);
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.abt-us .diag-node.center {
  background: #617599;
  flex: 0 0 160px;
  font-size: 25px;
  padding: 20px;
  border-radius: 32px
}

.abt-us .diag-arrow {
  width: 40px;
  height: 2px;
  background: #8BA0B4;
  position: relative;
  flex-shrink: 0
}

.abt-us .diag-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #8BA0B4
}

.abt-us .diag-vert {
  width: 2px;
  height: 20px;
  background: #8BA0B4;
  margin: 0 auto
}

.abt-us .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px
}

.abt-us .step-card {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 2px 1px 6px 0 #1f456a14;
  border-top: 3px solid #1F456A;
  transition: transform .4s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .step-card:hover {
  transform: perspective(700px) rotateY(-4deg) rotateX(2deg);
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.abt-us .step-num {
  font-size: 46px;
  line-height: 1.15;
  color: #8BA0B4;
  display: block
}

.abt-us .step-h4 {
  font-size: 25px;
  color: #1F456A;
  line-height: 1.45;
  margin: 4px 0 8px
}

.abt-us .step-p {
  font-size: 13px;
  color: #617599;
  line-height: 1.7;
  margin: 0
}

.abt-us .approach-img-wrap {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  margin-top: 20px
}

.abt-us .approach-img-wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .45s ease-in-out
}

.abt-us .approach-img-wrap img:hover {
  filter: saturate(0)
}

.abt-us .contact-band {
  padding: 80px 0;
  background: #fff
}

.abt-us .contact-band .pg-frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.abt-us .contact-left {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt-us .contact-h2 {
  font-size: 46px;
  line-height: 1.15;
  color: #1F456A;
  margin: 0
}

.abt-us .contact-h2 span {
  display: block
}

.abt-us .contact-p {
  font-size: 25px;
  color: #617599;
  line-height: 1.7;
  margin: 0
}

.abt-us .contact-p-sm {
  font-size: 13px;
  color: #617599;
  line-height: 1.7;
  margin: 0
}

.abt-us .contact-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  background: #f5f7fa;
  border-radius: 32px;
  padding: 20px;
  box-shadow: 2px 1px 6px 0 #1f456a14
}

.abt-us .contact-portrait {
  width: 80px;
  height: 120px;
  border-radius: 32px;
  overflow: hidden;
  flex-shrink: 0
}

.abt-us .contact-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-us .contact-person-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-us .contact-person-name {
  font-size: 25px;
  color: #1F456A;
  line-height: 1.45
}

.abt-us .contact-person-role {
  font-size: 13px;
  color: #617599;
  line-height: 1.45
}

.abt-us .contact-person-quote {
  font-size: 13px;
  color: #617599;
  line-height: 1.7;
  font-style: italic;
  margin-top: 4px
}

.abt-us .cf-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border-radius: 3px;
  padding: 40px;
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  border-top: 3px solid #1F456A
}

.abt-us .cf-field {
  position: relative
}

.abt-us .cf-field input[type="text"],
.abt-us .cf-field input[type="email"],
.abt-us .cf-field input[type="tel"] {
  width: 100%;
  padding: 20px 20px 8px;
  border: 1.5px solid #8BA0B4;
  border-radius: 3px;
  font-size: 13px;
  color: #1F456A;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  transition: border-color .38s ease-in-out, box-shadow .38s ease-in-out;
  box-shadow: inset 2px 1px 6px 0 #1f456a14;
  line-height: 1.45
}

.abt-us .cf-field input:focus {
  border-color: #1F456A;
  box-shadow: inset 2px 1px 6px 0 #1f456a14 2px 4px 20px 0 #1f456a1a
}

.abt-us .cf-field label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #617599;
  pointer-events: none;
  transition: top .35s cubic-bezier(0.34, 1.2, 0.64, 1), font-size .35s cubic-bezier(0.34, 1.2, 0.64, 1), color .35s ease-in-out;
  line-height: 1.45;
  background: #fff;
  padding: 0 4px
}

.abt-us .cf-field input:focus+label,
.abt-us .cf-field input:not(:placeholder-shown)+label {
  top: 8px;
  font-size: 13px;
  color: #1F456A;
  transform: translateY(0) scale(0.85);
  transform-origin: left
}

.abt-us .cf-field input::placeholder {
  color: transparent
}

.abt-us .cf-checks-label {
  font-size: 13px;
  color: #1F456A;
  line-height: 1.45;
  margin-bottom: 8px;
  display: block
}

.abt-us .cf-checks {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .cf-check-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.abt-us .cf-check-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #1F456A;
  cursor: pointer;
  flex-shrink: 0
}

.abt-us .cf-check-item span {
  font-size: 13px;
  color: #617599;
  line-height: 1.45
}

.abt-us .cf-privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid #8BA0B4
}

.abt-us .cf-privacy input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #1F456A;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.abt-us .cf-privacy span {
  font-size: 13px;
  color: #617599;
  line-height: 1.7
}

.abt-us .cf-privacy a {
  color: #1F456A;
  text-decoration: underline;
  transition: color .35s ease-in-out, background .35s ease-in-out;
  padding: 0 4px;
  border-radius: 3px
}

.abt-us .cf-privacy a:hover {
  color: #fff;
  background: #617599
}

.abt-us .cf-submit {
  position: relative;
  overflow: hidden;
  background: #1F456A;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 20px 40px;
  font-size: 25px;
  line-height: 1.45;
  cursor: pointer;
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  transition: background .38s ease-in-out, box-shadow .38s ease-in-out, transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  text-align: center
}

.abt-us .cf-submit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #617599;
  z-index: 0;
  transition: width 0s
}

.abt-us .cf-submit:active::before {
  width: 100%;
  transition: width .6s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .cf-submit span {
  position: relative;
  z-index: 1
}

.abt-us .cf-submit:hover {
  box-shadow: 2px 12px 44px 0 #1f456a1c;
  transform: perspective(600px) rotateX(3deg)
}

.abt-us .cf-submit:focus {
  outline: 3px solid #8BA0B4;
  outline-offset: 2px
}

.abt-us .step-card {
  position: relative
}

.abt-us .step-card .step-reveal {
  position: absolute;
  inset: 0;
  border-radius: 3px;
  background: radial-gradient(circle at center, #1f456a12 0%, #1f456a12 40%, transparent 40%);
  opacity: 0;
  transition: opacity .42s ease-in-out;
  pointer-events: none
}

.abt-us .step-card:hover .step-reveal {
  opacity: 1
}

@media (max-width: 1280px) {
  .abt-us .tb-row {
    flex-direction: column;
    padding-top: 40px
  }

  .abt-us .tb-img-col {
    flex: 0 0 auto;
    height: 320px
  }

  .abt-us .tb-h1 {
    font-size: 46px
  }

  .abt-us .who-band .pg-frame {
    flex-direction: column;
    gap: 40px
  }

  .abt-us .who-left {
    flex: 0 0 auto
  }

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

  .abt-us .steps-grid {
    grid-template-columns: 1fr 1fr
  }

  .abt-us .contact-band .pg-frame {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

@media (max-width: 768px) {
  .abt-us .tb-h1 {
    font-size: 34px
  }

  .abt-us .tb-sub {
    font-size: 13px
  }

  .abt-us .tb-text-col {
    padding: 20px
  }

  .abt-us .tb-row::before,
  .abt-us .tb-row::after {
    display: none
  }

  .abt-us .who-h2 {
    font-size: 34px
  }

  .abt-us .who-p {
    font-size: 13px
  }

  .abt-us .who-stat-row {
    flex-direction: column
  }

  .abt-us .steps-grid {
    grid-template-columns: 1fr
  }

  .abt-us .approach-h2 {
    font-size: 34px
  }

  .abt-us .approach-desc {
    font-size: 13px
  }

  .abt-us .contact-h2 {
    font-size: 34px
  }

  .abt-us .contact-p {
    font-size: 13px
  }

  .abt-us .cf-form {
    padding: 20px
  }

  .abt-us .diag-row {
    flex-direction: column
  }

  .abt-us .diag-arrow {
    width: 2px;
    height: 20px;
    background: #8BA0B4
  }

  .abt-us .diag-arrow::after {
    top: auto;
    bottom: 0;
    right: -4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #8BA0B4;
    border-bottom: none
  }
}

.frt {
  max-width: 1500px;
  margin: 0 auto;
  overflow-x: clip
}

.frt ::selection {
  background: #617599;
  color: #fff
}

.frt .ttl-blk {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  padding: 80px;
  background: #fff;
  position: relative
}

.frt .ttl-blk .bg-circles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.frt .ttl-blk .bg-circles span {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #1f456a12
}

.frt .ttl-blk .bg-circles span:nth-child(1) {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -80px
}

.frt .ttl-blk .bg-circles span:nth-child(2) {
  width: 260px;
  height: 260px;
  top: 40px;
  left: 60px;
  border-color: #6175990f
}

.frt .ttl-blk .bg-circles span:nth-child(3) {
  width: 180px;
  height: 180px;
  bottom: 40px;
  right: 340px;
  border-color: #8ba0b417
}

.frt .ttl-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  z-index: 1
}

.frt .ttl-txt .pre-dash {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.frt .ttl-txt .pre-dash .dash {
  width: 28px;
  height: 2px;
  background: #617599;
  flex-shrink: 0
}

.frt .ttl-txt .pre-dash span {
  font-size: 13px;
  color: #617599;
  line-height: 1.45;
  letter-spacing: .04em;
  text-transform: uppercase
}

.frt .ttl-h1 {
  font-size: 62px;
  line-height: 1.15;
  color: #1F456A;
  margin: 0
}

.frt .ttl-h1 .wrd-frame {
  display: inline-block;
  border: 1.5px solid #617599;
  border-radius: 3px;
  padding: 0 8px;
  line-height: 1.2
}

.frt .ttl-h2sub {
  font-size: 34px;
  line-height: 1.15;
  color: #617599;
  margin: 0
}

.frt .ttl-body {
  font-size: 25px;
  line-height: 1.45;
  color: #1F456A;
  margin: 0;
  max-width: 560px
}

.frt .ttl-body span {
  font-size: 13px;
  color: #617599
}

.frt .ttl-actions {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap
}

.frt .btn-prim {
  display: inline-block;
  background: #1F456A;
  color: #fff;
  font-size: 13px;
  padding: 20px 40px;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1.15;
  position: relative;
  overflow: hidden;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.frt .btn-prim::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #617599;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s cubic-bezier(0.34, 1.2, 0.64, 1);
  z-index: 0
}

.frt .btn-prim:hover::after {
  transform: scaleX(1)
}

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

.frt .btn-prim:hover {
  transform: perspective(600px) rotateY(-3deg)
}

.frt .btn-sec {
  display: inline-block;
  background: transparent;
  color: #1F456A;
  font-size: 13px;
  padding: 20px 40px;
  border-radius: 3px;
  text-decoration: none;
  border: 1.5px solid #1F456A;
  cursor: pointer;
  line-height: 1.15;
  transition: background .4s cubic-bezier(0.34, 1.2, 0.64, 1), color .4s cubic-bezier(0.34, 1.2, 0.64, 1), transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.frt .btn-sec:hover {
  background: #1F456A;
  color: #fff;
  transform: perspective(600px) rotateX(3deg)
}

.frt .ttl-img-strip {
  position: relative;
  z-index: 1
}

.frt .ttl-img-strip .img-wrap {
  width: 100%;
  height: 480px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.frt .ttl-img-strip .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .42s ease-in-out
}

.frt .ttl-img-strip .img-wrap:hover img {
  filter: saturate(0)
}

.frt .ttl-img-strip .dbl-exp {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: linear-gradient(160deg, #1f456a2e 50%, #61759900 50%);
  pointer-events: none
}

.frt .ppl-sec {
  padding: 80px;
  background: #1F456A;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start
}

.frt .ppl-lbl {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.frt .ppl-lbl .sec-tag {
  font-size: 13px;
  color: #8BA0B4;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: .04em
}

.frt .ppl-lbl h2 {
  font-size: 46px;
  line-height: 1.15;
  color: #fff;
  margin: 0
}

.frt .ppl-lbl p {
  font-size: 13px;
  line-height: 1.7;
  color: #8BA0B4;
  margin: 0
}

.frt .ppl-card {
  background: #ffffff0f;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s ease-in-out
}

.frt .ppl-card:hover {
  transform: perspective(700px) rotateY(4deg);
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.frt .ppl-card .port-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px
}

.frt .ppl-card .port-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 2px 1px 6px 0 #1f456a14
}

.frt .ppl-card .port-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .4s ease-in-out
}

.frt .ppl-card .port-img:hover img {
  filter: saturate(0)
}

.frt .ppl-card .port-meta h4 {
  font-size: 25px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 4px
}

.frt .ppl-card .port-meta span {
  font-size: 13px;
  color: #8BA0B4;
  line-height: 1.45
}

.frt .ppl-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #8BA0B4;
  margin: 0
}

.frt .ppl-card .cred-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.frt .ppl-card .cred-list li {
  font-size: 13px;
  line-height: 1.45;
  color: #fff;
  padding-left: 16px;
  position: relative
}

.frt .ppl-card .cred-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #617599
}

.frt .cond-sec {
  padding: 80px;
  background: #f4f6f9;
  position: relative
}

.frt .cond-sec .zigzag-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.frt .cond-sec .zigzag-bg svg {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .04;
  width: 400px;
  height: 400px
}

.frt .cond-inner {
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.frt .cond-hdr {
  text-align: center
}

.frt .cond-hdr h2 {
  font-size: 46px;
  line-height: 1.15;
  color: #1F456A;
  margin: 0 0 20px
}

.frt .cond-hdr p {
  font-size: 13px;
  line-height: 1.7;
  color: #617599;
  max-width: 560px;
  margin: 0 auto
}

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

.frt .cond-item {
  background: #fff;
  border-radius: 3px;
  padding: 40px;
  box-shadow: 2px 1px 6px 0 #1f456a14;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s ease-in-out;
  box-shadow: inset 0 0 0 1.5px #1f456a14 2px 4px 20px 0 #1f456a1a
}

.frt .cond-item:hover {
  transform: perspective(600px) rotateX(-3deg);
  box-shadow: inset 0 0 0 1.5px #61759940 2px 12px 44px 0 #1f456a1c
}

.frt .cond-item h4 {
  font-size: 25px;
  line-height: 1.15;
  color: #1F456A;
  margin: 0
}

.frt .cond-item p {
  font-size: 13px;
  line-height: 1.7;
  color: #617599;
  margin: 0
}

.frt .grad-sec {
  padding: 80px;
  background: #fff;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: center
}

.frt .grad-txt {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.frt .grad-txt h2 {
  font-size: 46px;
  line-height: 1.15;
  color: #1F456A;
  margin: 0
}

.frt .grad-txt .wrd-frame {
  display: inline-block;
  border: 1.5px solid #617599;
  border-radius: 3px;
  padding: 0 8px
}

.frt .grad-txt p {
  font-size: 13px;
  line-height: 1.7;
  color: #617599;
  margin: 0
}

.frt .grad-rows {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.frt .grad-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start
}

.frt .grad-row .num {
  font-size: 46px;
  line-height: 1.15;
  color: #1f456a1f;
  font-weight: 700;
  flex-shrink: 0;
  width: 48px
}

.frt .grad-row .row-body h5 {
  font-size: 25px;
  line-height: 1.15;
  color: #1F456A;
  margin: 0 0 8px
}

.frt .grad-row .row-body p {
  font-size: 13px;
  line-height: 1.7;
  color: #617599;
  margin: 0
}

.frt .grad-img-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.frt .grad-img-col .gi-wrap {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.frt .grad-img-col .gi-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .42s ease-in-out
}

.frt .grad-img-col .gi-wrap:hover img {
  filter: saturate(0)
}

.frt .ltv-sec {
  padding: 80px;
  background: #617599;
  position: relative
}

.frt .ltv-sec .grid-pulse {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.frt .ltv-sec .grid-pulse svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0
}

.frt .ltv-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center
}

.frt .ltv-inner h2 {
  font-size: 46px;
  line-height: 1.15;
  color: #fff;
  margin: 0;
  max-width: 700px
}

.frt .ltv-inner p {
  font-size: 13px;
  line-height: 1.7;
  color: #ffffffd9;
  max-width: 560px;
  margin: 0
}

.frt .ltv-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%
}

.frt .ltv-card {
  background: #ffffff1a;
  border-radius: 32px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  text-align: left;
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1), background .38s ease-in-out;
  box-shadow: inset 0 0 0 1px #ffffff1f 2px 4px 20px 0 #1f456a1a
}

.frt .ltv-card:hover {
  background: #ffffff2e;
  transform: perspective(600px) rotateY(-4deg)
}

.frt .ltv-card h5 {
  font-size: 25px;
  line-height: 1.15;
  color: #fff;
  margin: 0
}

.frt .ltv-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #fffc;
  margin: 0;
  text-align: left
}

.frt .appr-sec {
  padding: 80px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start
}

.frt .appr-lbl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 40px
}

.frt .appr-lbl h2 {
  font-size: 34px;
  line-height: 1.15;
  color: #1F456A;
  margin: 0
}

.frt .appr-lbl p {
  font-size: 13px;
  line-height: 1.7;
  color: #617599;
  margin: 0
}

.frt .appr-img-wrap {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 2px 12px 44px 0 #1f456a1c;
  margin-top: 20px
}

.frt .appr-img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .42s ease-in-out
}

.frt .appr-img-wrap:hover img {
  filter: saturate(0)
}

.frt .appr-items {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.frt .appr-item {
  border-radius: 3px;
  padding: 40px;
  background: #f4f6f9;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: start;
  transition: transform .4s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s ease-in-out;
  box-shadow: 2px 1px 6px 0 #1f456a14
}

.frt .appr-item:hover {
  transform: perspective(700px) rotateX(2deg);
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.frt .appr-item .appr-num {
  font-size: 62px;
  line-height: 1.15;
  color: #1f456a1a;
  font-weight: 700;
  text-align: center
}

.frt .appr-item .appr-body h5 {
  font-size: 25px;
  line-height: 1.15;
  color: #1F456A;
  margin: 0 0 8px
}

.frt .appr-item .appr-body p {
  font-size: 13px;
  line-height: 1.7;
  color: #617599;
  margin: 0
}

.frt .appr-item .appr-body .dash-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.frt .appr-item .appr-body .dash-list li {
  font-size: 13px;
  line-height: 1.45;
  color: #617599;
  padding-left: 16px;
  position: relative
}

.frt .appr-item .appr-body .dash-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #8BA0B4
}

@keyframes gridPulse {

  0%,
  100% {
    opacity: .04
  }

  50% {
    opacity: .09
  }
}

.frt .ltv-sec .grid-pulse svg line {
  stroke: #fff;
  stroke-width: 1;
  animation: gridPulse 4s ease-in-out infinite
}

.frt .ltv-sec .grid-pulse svg line:nth-child(2n) {
  animation-delay: 1.2s
}

.frt .ltv-sec .grid-pulse svg line:nth-child(3n) {
  animation-delay: 2.4s
}

@media (max-width: 1280px) {
  .frt .ttl-blk {
    grid-template-columns: 1fr 260px;
    padding: 80px 40px
  }

  .frt .ttl-h1 {
    font-size: 46px
  }

  .frt .ppl-sec {
    padding: 80px 40px;
    grid-template-columns: 1fr 1fr
  }

  .frt .ppl-lbl {
    grid-column: 1 / -1
  }

  .frt .cond-sec {
    padding: 80px 40px
  }

  .frt .cond-grid {
    grid-template-columns: 1fr 1fr
  }

  .frt .grad-sec {
    padding: 80px 40px;
    gap: 40px
  }

  .frt .ltv-sec {
    padding: 80px 40px
  }

  .frt .ltv-cards {
    grid-template-columns: 1fr 1fr
  }

  .frt .appr-sec {
    padding: 80px 40px;
    gap: 40px
  }
}

@media (max-width: 768px) {
  .frt .ttl-blk {
    grid-template-columns: 1fr;
    padding: 40px 20px
  }

  .frt .ttl-img-strip {
    order: -1
  }

  .frt .ttl-img-strip .img-wrap {
    height: 260px
  }

  .frt .ttl-h1 {
    font-size: 34px
  }

  .frt .ttl-h2sub {
    font-size: 25px
  }

  .frt .ttl-body {
    font-size: 13px
  }

  .frt .ppl-sec {
    padding: 40px 20px;
    grid-template-columns: 1fr
  }

  .frt .ppl-lbl h2 {
    font-size: 34px
  }

  .frt .cond-sec {
    padding: 40px 20px
  }

  .frt .cond-hdr h2 {
    font-size: 34px
  }

  .frt .cond-grid {
    grid-template-columns: 1fr
  }

  .frt .grad-sec {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 40px
  }

  .frt .grad-txt h2 {
    font-size: 34px
  }

  .frt .ltv-sec {
    padding: 40px 20px
  }

  .frt .ltv-inner h2 {
    font-size: 34px
  }

  .frt .ltv-cards {
    grid-template-columns: 1fr
  }

  .frt .appr-sec {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 40px
  }

  .frt .appr-lbl {
    position: static
  }

  .frt .appr-lbl h2 {
    font-size: 34px
  }

  .frt .appr-item {
    grid-template-columns: 60px 1fr
  }

  .frt .appr-item .appr-num {
    font-size: 46px
  }

  .frt .ttl-actions {
    flex-direction: column;
    align-items: flex-start
  }
}

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

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

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

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

.ctus-pg .row-max {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto
}

.ctus-pg ::selection {
  background: #617599;
  color: #fff
}

.ctus-pg .db-strip {
  background: #0d2238;
  padding: 80px 40px;
  position: relative
}

.ctus-pg .db-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 18px, #8ba0b412 18px, #8ba0b412 20px), repeating-linear-gradient(-45deg, transparent, transparent 18px, #8ba0b412 18px, #8ba0b412 20px);
  pointer-events: none
}

.ctus-pg .db-strip-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 80px
}

.ctus-pg .db-text-col {
  flex: 1 1 0;
  min-width: 0
}

.ctus-pg .db-img-col {
  flex: 0 0 320px;
  max-width: 320px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.ctus-pg .db-img-wrap {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 2px 12px 44px 0 #1f456a1c;
  position: relative
}

.ctus-pg .db-img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  filter: blur(0px);
  transition: filter .38s ease-in-out
}

.ctus-pg .db-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 40%, #0d22388c 100%);
  pointer-events: none
}

.ctus-pg .db-img-wrap:hover img {
  filter: saturate(0)
}

.ctus-pg .db-eyebrow {
  font-size: 13px;
  line-height: 1.45;
  color: #8BA0B4;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px
}

.ctus-pg .db-h1 {
  font-size: 62px;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 800
}

.ctus-pg .db-h1 .acnt {
  color: #8BA0B4;
  border: 1.5px solid #617599;
  border-radius: 3px;
  padding: 0 8px;
  display: inline-block
}

.ctus-pg .db-desc {
  font-size: 25px;
  line-height: 1.45;
  color: #c8d6e2;
  max-width: 560px
}

.ctus-pg .db-curve-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.ctus-pg .db-curve-deco svg {
  position: absolute;
  top: -40px;
  right: 340px;
  opacity: .12;
  width: 400px;
  height: 400px
}

.ctus-pg .form-sec {
  background: #fff;
  padding: 80px 40px
}

.ctus-pg .form-sec-inner {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.ctus-pg .form-aside {
  flex: 0 0 300px;
  max-width: 300px;
  padding-top: 8px
}

.ctus-pg .form-aside-label {
  font-size: 13px;
  line-height: 1.45;
  color: #617599;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 20px
}

.ctus-pg .form-aside-h {
  font-size: 34px;
  line-height: 1.15;
  color: #1F456A;
  font-weight: 700;
  margin-bottom: 20px
}

.ctus-pg .form-aside-p {
  font-size: 13px;
  line-height: 1.7;
  color: #617599;
  margin-bottom: 20px
}

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

.ctus-pg .steps-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #1F456A
}

.ctus-pg .step-arrow {
  width: 28px;
  height: 28px;
  background: #1F456A;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 2px 1px 6px 0 #1f456a14
}

.ctus-pg .step-arrow svg {
  width: 14px;
  height: 14px;
  fill: #fff
}

.ctus-pg .form-col {
  flex: 1 1 0;
  min-width: 0
}

.ctus-pg .contact-form {
  background: #f4f7fa;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  box-sizing: border-box
}

.ctus-pg .form-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px
}

.ctus-pg .form-field {
  flex: 1 1 0;
  min-width: 0;
  position: relative
}

.ctus-pg .form-field.full {
  flex: 1 1 100%
}

.ctus-pg .float-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 13px;
  line-height: 1.45;
  color: #617599;
  pointer-events: none;
  transition: top .35s cubic-bezier(0.34, 1.2, 0.64, 1), font-size .35s cubic-bezier(0.34, 1.2, 0.64, 1), color .35s ease-in-out;
  background: transparent;
  padding: 0 4px
}

.ctus-pg .form-input {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #8BA0B4;
  border-radius: 3px;
  padding: 24px 16px 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #1F456A;
  background: #fff;
  outline: none;
  transition: border-color .38s ease-in-out, box-shadow .38s ease-in-out;
  box-shadow: inset 2px 1px 6px 0 #1f456a0d
}

.ctus-pg .form-input:focus {
  border-color: #1F456A;
  box-shadow: inset 2px 1px 6px 0 #1f456a14 2px 1px 6px 0 #1f456a14
}

.ctus-pg .form-input:focus+.float-label,
.ctus-pg .form-input:not(:placeholder-shown)+.float-label {
  top: 6px;
  font-size: 11px;
  color: #1F456A
}

.ctus-pg .form-select-wrap {
  position: relative
}

.ctus-pg .form-select {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #8BA0B4;
  border-radius: 3px;
  padding: 16px 40px 16px 16px;
  font-size: 13px;
  line-height: 1.45;
  color: #1F456A;
  background: #fff;
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: border-color .38s ease-in-out, box-shadow .38s ease-in-out;
  box-shadow: inset 2px 1px 6px 0 #1f456a0d
}

.ctus-pg .form-select:focus {
  border-color: #1F456A;
  box-shadow: inset 2px 1px 6px 0 #1f456a14 2px 1px 6px 0 #1f456a14
}

.ctus-pg .select-chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px
}

.ctus-pg .select-chevron svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #617599;
  stroke-width: 2
}

.ctus-pg .form-select-label {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: #617599;
  margin-bottom: 8px
}

.ctus-pg .form-mb {
  margin-bottom: 20px
}

.ctus-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px
}

.ctus-pg .privacy-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #1F456A;
  cursor: pointer
}

.ctus-pg .privacy-text {
  font-size: 13px;
  line-height: 1.7;
  color: #617599
}

.ctus-pg .privacy-text a {
  color: #1F456A;
  text-decoration: underline;
  transition: background .35s ease-in-out, color .35s ease-in-out;
  padding: 0 4px;
  border-radius: 3px
}

.ctus-pg .privacy-text a:hover {
  background: #1F456A;
  color: #fff;
  text-decoration: none
}

.ctus-pg .submit-btn {
  display: inline-block;
  background: #1F456A;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 20px 40px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s ease-in-out
}

.ctus-pg .submit-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #617599;
  transition: width 0s;
  z-index: 0
}

.ctus-pg .submit-btn:active::after {
  width: 100%;
  transition: width .6s cubic-bezier(0.34, 1.2, 0.64, 1)
}

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

.ctus-pg .submit-btn:hover {
  transform: perspective(600px) rotateX(3deg) rotateY(-2deg);
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

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

.ctus-pg .info-sec {
  background: #1F456A;
  padding: 80px 40px;
  position: relative
}

.ctus-pg .info-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #8BA0B4 50%;
  background: linear-gradient(90deg, #0d2238 50%, #617599 50%)
}

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

.ctus-pg .info-card {
  border-radius: 32px;
  padding: 40px;
  background: #ffffff0a;
  border: 1.5px solid #8ba0b42e;
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  transition: transform .4s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s ease-in-out;
  position: relative;
  overflow: hidden
}

.ctus-pg .info-card::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 30px;
  border: 1px solid #8ba0b41a;
  pointer-events: none
}

.ctus-pg .info-card:hover {
  transform: perspective(700px) rotateY(3deg) rotateX(-2deg) scale(1.03);
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.ctus-pg .info-card-icon {
  width: 44px;
  height: 44px;
  background: #617599;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 2px 1px 6px 0 #1f456a14
}

.ctus-pg .info-card-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8
}

.ctus-pg .info-card-lbl {
  font-size: 13px;
  line-height: 1.45;
  color: #8BA0B4;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 8px
}

.ctus-pg .info-card-val {
  font-size: 25px;
  line-height: 1.45;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px
}

.ctus-pg .info-card-val a {
  color: #fff;
  text-decoration: none;
  transition: color .35s ease-in-out, background .35s ease-in-out;
  padding: 0 4px;
  border-radius: 3px
}

.ctus-pg .info-card-val a:hover {
  background: #fff;
  color: #1F456A
}

.ctus-pg .info-card-sub {
  font-size: 13px;
  line-height: 1.7;
  color: #8BA0B4
}

.ctus-pg .info-card-sub a {
  color: #8BA0B4;
  text-decoration: underline;
  transition: color .38s ease-in-out
}

.ctus-pg .info-card-sub a:hover {
  color: #fff
}

.ctus-pg .channel-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 8px
}

.ctus-pg .ch-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #ffffff14;
  border: 1px solid #8ba0b438;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #c8d6e2;
  text-decoration: none;
  transition: background .35s ease-in-out, color .35s ease-in-out
}

.ctus-pg .ch-badge:hover {
  background: #617599;
  color: #fff
}

.ctus-pg .ch-badge svg {
  width: 14px;
  height: 14px;
  fill: currentColor
}

@media (max-width: 1280px) {
  .ctus-pg .db-h1 {
    font-size: 46px
  }

  .ctus-pg .db-img-col {
    flex: 0 0 240px;
    max-width: 240px
  }

  .ctus-pg .db-strip-inner {
    gap: 40px
  }

  .ctus-pg .form-sec-inner {
    gap: 40px
  }

  .ctus-pg .form-aside {
    flex: 0 0 240px;
    max-width: 240px
  }

  .ctus-pg .info-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px
  }
}

@media (max-width: 768px) {
  .ctus-pg .db-strip {
    padding: 80px 20px 40px
  }

  .ctus-pg .db-strip-inner {
    flex-direction: column;
    gap: 40px
  }

  .ctus-pg .db-img-col {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%
  }

  .ctus-pg .db-h1 {
    font-size: 34px
  }

  .ctus-pg .db-desc {
    font-size: 13px
  }

  .ctus-pg .form-sec {
    padding: 40px 20px
  }

  .ctus-pg .form-sec-inner {
    flex-direction: column;
    gap: 40px
  }

  .ctus-pg .form-aside {
    flex: 0 0 auto;
    max-width: 100%
  }

  .ctus-pg .form-row {
    flex-direction: column;
    gap: 20px
  }

  .ctus-pg .contact-form {
    padding: 20px;
    border-radius: 32px
  }

  .ctus-pg .info-sec {
    padding: 40px 20px
  }

  .ctus-pg .info-inner {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .ctus-pg .info-card {
    padding: 20px
  }

  .ctus-pg .info-card-val {
    font-size: 13px
  }
}

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

.pg-success .success-wrap {
  max-width: 1500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px
}

.pg-success .success-card {
  background: #fff;
  border: 1.5px solid #8BA0B4;
  border-radius: 32px;
  padding: 80px 40px;
  max-width: 620px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.pg-success .success-card .icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 32px;
  background: #1F456A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 2px 4px 20px 0 #1f456a1a
}

.pg-success .success-card .icon-wrap svg {
  display: block
}

.pg-success .success-card .success-heading {
  font-size: 46px;
  line-height: 1.15;
  color: #1F456A;
  text-align: center;
  margin: 0
}

.pg-success .success-card .success-sub {
  font-size: 25px;
  line-height: 1.45;
  color: #617599;
  text-align: center;
  margin: 0
}

.pg-success .success-card .success-body {
  font-size: 13px;
  line-height: 1.7;
  color: #1F456A;
  text-align: center;
  margin: 0;
  max-width: 440px
}

.pg-success .success-card .divider-line {
  width: 60px;
  height: 2px;
  background: #8BA0B4;
  border-radius: 3px
}

.pg-success .success-card .detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 380px
}

.pg-success .success-card .detail-list li {
  font-size: 13px;
  line-height: 1.7;
  color: #617599;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.pg-success .success-card .detail-list li::before {
  content: "—";
  color: #8BA0B4;
  flex-shrink: 0;
  line-height: 1.7
}

.pg-success .success-card .btn-home {
  display: inline-block;
  padding: 20px 40px;
  background: #1F456A;
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
  border-radius: 3px;
  text-decoration: none;
  border: 2px solid #1F456A;
  cursor: pointer;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .42s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s ease-in-out;
  box-shadow: 2px 4px 20px 0 #1f456a1a;
  position: relative;
  overflow: hidden
}

.pg-success .success-card .btn-home:hover {
  background: #617599;
  border-color: #617599;
  color: #fff;
  transform: perspective(600px) rotateX(3deg) rotateY(-2deg);
  box-shadow: 2px 12px 44px 0 #1f456a1c
}

.pg-success .success-card .btn-home:focus {
  outline: 2px solid #617599;
  outline-offset: 4px
}

.pg-success .success-card .btn-home:active {
  background: #1F456A;
  transform: perspective(600px) rotateX(1deg) rotateY(-1deg) scale(0.98)
}

.pg-success .contact-note {
  font-size: 13px;
  line-height: 1.7;
  color: #617599;
  text-align: center;
  margin: 0
}

.pg-success .contact-note a {
  color: #1F456A;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: background .33s ease-in-out, color .33s ease-in-out;
  padding: 0 4px;
  border-radius: 3px
}

.pg-success .contact-note a:hover {
  background: #1F456A;
  color: #fff;
  text-decoration: none
}

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

  .pg-success .success-card {
    padding: 40px 20px;
    gap: 20px
  }

  .pg-success .success-card .success-heading {
    font-size: 34px
  }

  .pg-success .success-card .success-sub {
    font-size: 13px
  }
}