* {
  box-sizing: border-box
}

body {
  font-family: 'Alegreya', serif;
  font-size: 16px;
  line-height: 1.65
}

body:focus-visible {
  outline: 2px solid #4E86C0
}

:focus-visible {
  outline: 2px solid #4E86C0;
  outline-offset: 2px
}

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

.hd {
  position: relative;
  background: linear-gradient(135deg, #fff 0%, #E5E8F0 60%, #BEC3E4 100%);
  border-bottom: 2px solid #BEC3E4;
  box-shadow: 0 5px 14px -2px #4e86c01c;
  z-index: 100;
  overflow: hidden
}

.hd-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, #4e86c014 100%);
  pointer-events: none
}

.hd-accent::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 24px;
  width: 4px;
  height: 48px;
  background: #4E86C0;
  border-radius: 2px;
  opacity: .35
}

.hd-accent::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 36px;
  width: 4px;
  height: 32px;
  background: #BEC3E4;
  border-radius: 2px;
  opacity: .5
}

.hd-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px
}

.hd-navleft {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px
}

.hd-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px
}

.hd-logobox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 56px;
  background: #fff;
  border-radius: 4px;
  border-bottom: 2px solid #4E86C0;
  box-shadow: 0 3px 4px -2px #4e86c00f 0 5px 14px -2px #4e86c01c;
  padding: 6px
}

.hd-logobox img {
  width: 32px;
  height: 44px;
  object-fit: contain;
  display: block
}

.hd-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #2a3a52;
  white-space: nowrap;
  line-height: 1.15
}

.hd-navright {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px
}

.hd-link {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  font-size: 15px;
  font-family: 'Alegreya', serif;
  font-weight: 400;
  letter-spacing: .01em;
  color: #2a3a52;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: background-color .25s ease-out, border-color .18s ease-out, color .18s ease-out;
  line-height: 1.15;
  white-space: nowrap;
  min-height: 44px
}

.hd-link:hover {
  background-color: #4e86c01a;
  border-color: #4e86c040;
  color: #1e3a5f;
  transform: perspective(600px) rotateX(2deg)
}

.hd-link.active {
  background: #4E86C0;
  color: #fff;
  border-color: #4E86C0;
  box-shadow: 0 3px 4px -2px #4e86c00f
}

@media (max-width: 1024px) {
  .hd-inner {
    padding: 24px;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px
  }

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

@media (max-width: 768px) {
  .hd-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    padding: 24px;
    gap: 12px
  }

  .hd-navleft {
    order: 2;
    justify-content: center;
    flex-wrap: wrap
  }

  .hd-brand {
    order: 1
  }

  .hd-navright {
    order: 2;
    justify-content: center;
    flex-wrap: wrap
  }

  .hd-accent {
    display: none
  }
}

@media (max-width: 480px) {
  .hd-inner {
    padding: 12px
  }

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

.ft {
  background: linear-gradient(160deg, #2a3a52 0%, #1e2d42 100%);
  color: #E5E8F0;
  position: relative
}

.ft-top {
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 48px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

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

.ft-logobox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 56px;
  background: #ffffff14;
  border-radius: 4px;
  border-bottom: 2px solid #4E86C0;
  box-shadow: 0 3px 4px -2px #4e86c00f 0 5px 14px -2px #bec3e41c;
  padding: 6px
}

.ft-logobox img {
  width: 32px;
  height: 44px;
  object-fit: contain;
  display: block
}

.ft-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #BEC3E4;
  letter-spacing: .01em;
  max-width: 320px
}

.ft-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px
}

.ft-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #BEC3E4;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.4;
  padding: 6px 0;
  border-radius: 2px;
  transition: color .2s ease-out;
  min-height: 44px
}

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

.ft-link .mdi {
  font-size: 16px;
  color: #4E86C0;
  flex-shrink: 0
}

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

.ft-contacthead {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .02em;
  line-height: 1.15;
  border-bottom: 1px solid #4e86c04d;
  padding-bottom: 12px;
  margin-bottom: 6px
}

.ft-contactitem {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #BEC3E4;
  letter-spacing: .01em;
  line-height: 1.65
}

.ft-contactitem .mdi {
  font-size: 18px;
  color: #4E86C0;
  flex-shrink: 0;
  margin-top: 2px
}

.ft-contactlink {
  color: #BEC3E4;
  text-decoration: none;
  transition: color .22s ease-out
}

.ft-contactlink:hover {
  color: #fff
}

.ft-bottom {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 48px;
  border-top: 1px solid #bec3e426;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.ft-copy {
  font-size: 15px;
  color: #bec3e499;
  letter-spacing: .01em;
  line-height: 1.4
}

.ft-legal {
  display: flex;
  gap: 24px;
  flex-wrap: wrap
}

.ft-legallink {
  font-size: 15px;
  color: #bec3e4b3;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.4;
  border-bottom: 1px solid #4e86c04d;
  padding-bottom: 2px;
  transition: color .2s ease-out, border-color .2s ease-out
}

.ft-legallink:hover {
  color: #fff;
  border-color: #4E86C0
}

@media (max-width: 768px) {
  .ft-top {
    grid-template-columns: 1fr;
    padding: 48px 24px 24px;
    gap: 24px
  }

  .ft-bottom {
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }
}

@media (max-width: 480px) {
  .ft-top {
    padding: 24px 12px
  }

  .ft-bottom {
    padding: 24px 12px
  }
}

.ck-bar {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 340px;
  max-width: calc(100vw - 48px);
  background: #fff;
  border-radius: 4px;
  border-top: 3px solid #4E86C0;
  box-shadow: 0 10px 60px -2px #4e86c01f 0 5px 14px -2px #4e86c01c;
  z-index: 4000;
  font-family: 'Alegreya', serif;
  overflow: hidden
}

.ck-bar.shown {
  animation: ckslide .22s ease-out forwards
}

.ck-bar.hiding {
  animation: ckhide .22s ease-out forwards
}

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

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

@keyframes ckhide {
  from {
    transform: translateY(0);
    opacity: 1
  }

  to {
    transform: translateY(-24px);
    opacity: 0
  }
}

.ck-body {
  padding: 24px
}

.ck-desc {
  font-size: 15px;
  color: #2a3a52;
  line-height: 1.65;
  letter-spacing: .01em;
  margin-bottom: 12px
}

.ck-title {
  font-size: 16px;
  font-weight: 700;
  color: #1e2d42;
  letter-spacing: .02em;
  line-height: 1.15;
  margin-bottom: 6px
}

.ck-panel {
  display: none;
  padding: 12px 0;
  border-top: 1px solid #E5E8F0
}

.ck-panel.open {
  display: block
}

.ck-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  gap: 12px
}

.ck-label {
  font-size: 15px;
  color: #2a3a52;
  letter-spacing: .01em;
  line-height: 1.4;
  flex: 1
}

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

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

.ck-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BEC3E4;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color .2s ease-out
}

.ck-slider::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 10px;
  transition: transform .2s ease-out
}

.ck-toggle input:checked+.ck-slider {
  background: #4E86C0
}

.ck-toggle input:checked+.ck-slider::before {
  transform: translateX(18px)
}

.ck-always {
  font-size: 15px;
  color: #4E86C0;
  font-weight: 700;
  letter-spacing: .01em
}

.ck-btns {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap
}

.ck-btn {
  flex: 1;
  min-height: 44px;
  padding: 12px;
  font-size: 15px;
  font-family: 'Alegreya', serif;
  font-weight: 700;
  letter-spacing: .01em;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .18s ease-out, color .18s ease-out;
  border: 2px solid #4E86C0;
  line-height: 1.15
}

.ck-btn:focus-visible {
  outline: 2px solid #4E86C0;
  outline-offset: 2px
}

.ck-accept {
  background: #4E86C0;
  color: #fff
}

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

.ck-reject {
  background: transparent;
  color: #4E86C0
}

.ck-reject:hover {
  background: #4e86c014
}

.ck-manage {
  width: 100%;
  flex: none;
  background: transparent;
  color: #2a3a52;
  border-color: #E5E8F0;
  font-weight: 400;
  font-size: 15px
}

.ck-manage:hover {
  background: #E5E8F0
}

.ck-optout {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #E5E8F0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.ck-optlabel {
  font-size: 15px;
  color: #2a3a52;
  letter-spacing: .01em;
  line-height: 1.4
}

.agreement-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 48px;
  color: #2a3240
}

.agreement-section h1 {
  font-size: 64px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin-bottom: 48px;
  color: #1b2638
}

.agreement-section h2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .015em;
  margin-top: 48px;
  margin-bottom: 24px;
  color: #1b2638;
  padding-bottom: 6px;
  border-bottom: 2px solid #BEC3E4
}

.agreement-section h3 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  margin-top: 24px;
  margin-bottom: 12px;
  color: #2a3240;
  text-transform: uppercase
}

.agreement-section h4 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .015em;
  margin-top: 24px;
  margin-bottom: 12px;
  color: #3a4a60
}

.agreement-section h5 {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .015em;
  margin-top: 24px;
  margin-bottom: 6px;
  color: #3a4a60
}

.agreement-section h6 {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .02em;
  margin-top: 12px;
  margin-bottom: 6px;
  color: #4E86C0
}

.agreement-section p {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: .01em;
  margin-bottom: 24px;
  color: #2a3240
}

.agreement-section ul {
  margin-bottom: 24px;
  padding-left: 24px;
  list-style: none
}

.agreement-section ol {
  margin-bottom: 24px;
  padding-left: 24px;
  list-style: none;
  counter-reset: policy-counter
}

.agreement-section ul li {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: .01em;
  margin-bottom: 6px;
  color: #2a3240;
  position: relative;
  padding-left: 18px
}

.agreement-section ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #4E86C0
}

.agreement-section ol li {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: .01em;
  margin-bottom: 6px;
  color: #2a3240;
  position: relative;
  padding-left: 24px;
  counter-increment: policy-counter
}

.agreement-section ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #4E86C0;
  font-weight: 700;
  letter-spacing: .01em
}

.agreement-section strong,
.agreement-section b {
  font-weight: 700;
  color: #1b2638;
  letter-spacing: .01em
}

.agreement-section em,
.agreement-section i {
  font-style: italic;
  color: #3a5070
}

.agreement-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 48px;
  font-size: 15px;
  line-height: 1.65;
  box-shadow: 0 3px 4px -2px #4e86c00f 0 5px 14px -2px #4e86c01c;
  border-radius: 4px;
  overflow: hidden
}

.agreement-section thead {
  background: #4E86C0
}

.agreement-section thead th {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 12px 24px;
  text-align: left
}

.agreement-section tbody tr {
  border-bottom: 1px solid #E5E8F0;
  transition: background .2s ease-out
}

.agreement-section tbody tr:last-child {
  border-bottom: none
}

.agreement-section tbody tr:nth-child(even) {
  background: #f4f6fb
}

.agreement-section tbody tr:hover {
  background: #E5E8F0
}

.agreement-section td {
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.65;
  color: #2a3240;
  letter-spacing: .01em;
  vertical-align: top
}

.agreement-section hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #BEC3E4 0%, #E5E8F0 100%);
  margin-top: 48px;
  margin-bottom: 48px;
  border-radius: 2px
}

@media (max-width: 1024px) {
  .agreement-section {
    padding: 96px 48px
  }

  .agreement-section h1 {
    font-size: 64px
  }
}

@media (max-width: 768px) {
  .agreement-section {
    padding: 48px 24px
  }

  .agreement-section h1 {
    font-size: 24px;
    line-height: 1.4
  }

  .agreement-section h2 {
    font-size: 24px
  }

  .agreement-section table {
    display: block;
    overflow-x: auto
  }
}

@media (max-width: 480px) {
  .agreement-section {
    padding: 48px 12px
  }

  .agreement-section h1 {
    font-size: 24px
  }

  .agreement-section td,
  .agreement-section thead th {
    padding: 12px
  }
}

.entry {
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: clip;
  position: relative
}

.entry .pg-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .02em;
  color: #4E86C0;
  text-transform: uppercase;
  margin-bottom: 12px
}

.entry .acc-line {
  width: 32px;
  height: 2px;
  background: linear-gradient(to right, #4E86C0, #BEC3E4);
  margin-bottom: 12px
}

.entry .dot-row {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center
}

.entry .dot-row span {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #BEC3E4;
  display: block
}

.entry .dot-row span.active {
  background: #4E86C0;
  width: 8px
}

.entry .tb {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  min-height: 520px;
  gap: 48px;
  position: relative;
  background: #fff;
  padding: 96px 48px 48px
}

.entry .tb-img {
  position: relative;
  border-radius: 0;
  overflow: hidden
}

.entry .tb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.entry .tb-img-grain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  pointer-events: none
}

.entry .tb-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.entry .tb-shapes-c1 {
  position: absolute;
  top: -48px;
  right: 120px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #4e86c014
}

.entry .tb-shapes-c2 {
  position: absolute;
  bottom: 24px;
  right: 60px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #bec3e41f
}

.entry .tb-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 48px
}

.entry .tb-h1 {
  font-size: 64px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1a2a3a;
  margin: 0 0 24px
}

.entry .tb-h1 .uline {
  position: relative;
  display: inline
}

.entry .tb-h1 .uline::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(to right, #4E86C0, #BEC3E4);
  animation: drawline .45s ease-out .2s forwards
}

@keyframes drawline {
  to {
    width: 100%
  }
}

.entry .tb-sub {
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #3a4a5a;
  margin: 0 0 24px;
  max-width: 480px
}

.entry .exp {
  background: linear-gradient(to right, #E5E8F0, #f4f6fa);
  padding: 96px 48px;
  position: relative
}

.entry .exp-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto
}

.entry .exp-head {
  grid-column: 1 / -1;
  margin-bottom: 24px
}

.entry .exp-h2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1a2a3a;
  margin: 0
}

.entry .exp-card {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0 5px 14px -2px #4e86c01c;
  position: relative;
  transition: transform .25s ease-out, box-shadow .25s ease-out
}

.entry .exp-card:hover {
  transform: perspective(600px) rotateX(2deg) rotateY(-2deg);
  box-shadow: 0 10px 60px -2px #4e86c01f
}

.entry .exp-card-num {
  font-size: 64px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #E5E8F0;
  font-weight: 700;
  position: absolute;
  top: 12px;
  right: 24px
}

.entry .exp-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: linear-gradient(to right, #4E86C0, #BEC3E4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px
}

.entry .exp-card-icon .mdi {
  color: #fff;
  font-size: 20px
}

.entry .exp-card h4 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1a2a3a;
  margin: 0 0 6px
}

.entry .exp-card p {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #3a4a5a;
  margin: 0
}

.entry .exp-img-wrap {
  grid-column: 1 / -1;
  border-radius: 4px;
  overflow: hidden;
  height: 280px;
  margin-top: 12px;
  position: relative
}

.entry .exp-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.entry .exp-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #4e86c059, #bec3e426)
}

.entry .nums {
  background: #1a2a3a;
  padding: 96px 48px;
  position: relative;
  overflow: hidden
}

.entry .nums-bg-c {
  position: absolute;
  top: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #4e86c01a;
  pointer-events: none
}

.entry .nums-bg-c2 {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #bec3e414;
  pointer-events: none
}

.entry .nums-inner {
  max-width: 1200px;
  margin: 0 auto
}

.entry .nums-head {
  margin-bottom: 48px
}

.entry .nums-h2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 12px
}

.entry .nums-sub {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #BEC3E4;
  margin: 0;
  max-width: 560px
}

.entry .nums-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 24px
}

.entry .num-feat {
  background: #4e86c01f;
  border-radius: 4px;
  padding: 48px 24px;
  border-top: 2px solid #4E86C0
}

.entry .num-feat-val {
  font-size: 64px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #4E86C0;
  margin: 0 0 6px
}

.entry .num-feat-label {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #BEC3E4;
  margin: 0
}

.entry .num-item {
  background: #ffffff0a;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.entry .num-item-val {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 6px
}

.entry .num-item-label {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #BEC3E4;
  margin: 0
}

.entry .voices {
  padding: 96px 48px;
  background: #fff;
  position: relative
}

.entry .voices-inner {
  max-width: 1200px;
  margin: 0 auto
}

.entry .voices-head {
  margin-bottom: 48px
}

.entry .voices-h2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1a2a3a;
  margin: 0
}

.entry .voices-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.entry .voice-main {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  background: #E5E8F0;
  border-radius: 4px;
  padding: 24px;
  box-shadow: inset 0 3px 4px -2px #4e86c00f
}

.entry .voice-portrait {
  width: 160px;
  height: 213px;
  border-radius: 0;
  overflow: hidden;
  flex-shrink: 0
}

.entry .voice-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.entry .voice-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.entry .voice-quote {
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: .01em;
  color: #1a2a3a;
  margin: 0 0 12px;
  font-style: italic
}

.entry .voice-name {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #4E86C0;
  margin: 0
}

.entry .voice-role {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #3a4a5a;
  margin: 0
}

.entry .voices-stack {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.entry .voice-sm {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0 3px 4px -2px #4e86c00f;
  border-top: 2px solid #BEC3E4;
  transition: box-shadow .2s ease-out, transform .2s ease-out
}

.entry .voice-sm:hover {
  transform: perspective(800px) rotateY(1deg);
  box-shadow: 0 5px 14px -2px #4e86c01c
}

.entry .voice-sm-q {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #1a2a3a;
  margin: 0 0 12px;
  font-style: italic
}

.entry .voice-sm-meta {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #4E86C0;
  margin: 0
}

.entry .env {
  position: relative;
  padding: 96px 48px
}

.entry .env-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./visual_assets/20260104_content004.jpg);
  background-size: cover;
  background-position: center;
  filter: brightness(0.12)
}

.entry .env-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto
}

.entry .env-h2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 12px
}

.entry .env-desc {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #BEC3E4;
  margin: 0 0 48px;
  max-width: 560px
}

.entry .env-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.entry .env-item {
  padding: 24px;
  background: #ffffff0f;
  border-radius: 4px;
  transition: background .35s ease-out, transform .35s ease-out
}

.entry .env-item:hover {
  background: #4e86c02e;
  transform: perspective(700px) rotateX(-2deg)
}

.entry .env-item .mdi {
  font-size: 24px;
  color: #4E86C0;
  display: block;
  margin-bottom: 12px
}

.entry .env-item h5 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 6px
}

.entry .env-item p {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #BEC3E4;
  margin: 0
}

.entry .ltv {
  background: #E5E8F0;
  padding: 96px 48px
}

.entry .ltv-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.entry .ltv-h2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1a2a3a;
  margin: 0 0 12px
}

.entry .ltv-desc {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #3a4a5a;
  margin: 0 0 24px
}

.entry .ltv-img {
  border-radius: 0;
  overflow: hidden;
  height: 320px
}

.entry .ltv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.entry .ltv-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.entry .ltv-list li {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #1a2a3a
}

.entry .ltv-list li .li-icon {
  flex-shrink: 0;
  margin-top: 2px
}

.entry .ltv-list li .li-icon svg {
  display: block
}

.entry .after {
  padding: 96px 48px;
  background: #fff
}

.entry .after-inner {
  max-width: 1200px;
  margin: 0 auto
}

.entry .after-head {
  margin-bottom: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px
}

.entry .after-h2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1a2a3a;
  margin: 0
}

.entry .after-note {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #3a4a5a;
  max-width: 400px;
  margin: 0;
  text-align: right
}

.entry .after-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px
}

.entry .after-img-wrap {
  border-radius: 4px;
  overflow: hidden;
  height: 380px;
  position: relative
}

.entry .after-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.entry .after-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #4e86c033, transparent)
}

.entry .after-cards {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.entry .after-card {
  background: #E5E8F0;
  border-radius: 4px;
  padding: 24px;
  box-shadow: inset 0 3px 4px -2px #4e86c00f;
  transition: transform .15s ease-out
}

.entry .after-card:hover {
  transform: perspective(900px) rotateY(-1.5deg)
}

.entry .after-card h5 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1a2a3a;
  margin: 0 0 6px
}

.entry .after-card p {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #3a4a5a;
  margin: 0
}

.entry .div-fade {
  height: 2px;
  background: linear-gradient(to right, transparent, #BEC3E4, transparent);
  border: none;
  margin: 0
}

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

  20% {
    transform: translateX(-6px)
  }

  40% {
    transform: translateX(6px)
  }

  60% {
    transform: translateX(-4px)
  }

  80% {
    transform: translateX(4px)
  }

  100% {
    transform: translateX(0)
  }
}

.entry .shake {
  animation: shakeinput .35s ease-out
}

@media (max-width: 1024px) {
  .entry .tb {
    grid-template-columns: 1fr 1fr;
    padding: 48px 24px
  }

  .entry .nums-grid {
    grid-template-columns: 1fr 1fr
  }

  .entry .env-cols {
    grid-template-columns: 1fr 1fr
  }

  .entry .ltv-inner {
    grid-template-columns: 1fr
  }

  .entry .after-grid {
    grid-template-columns: 1fr
  }

  .entry .after-head {
    flex-direction: column;
    align-items: flex-start
  }

  .entry .after-note {
    text-align: left
  }
}

@media (max-width: 768px) {
  .entry .tb {
    grid-template-columns: 1fr;
    padding: 48px 24px
  }

  .entry .tb-img {
    height: 260px
  }

  .entry .tb-h1 {
    font-size: 24px
  }

  .entry .exp-inner {
    grid-template-columns: 1fr
  }

  .entry .nums-grid {
    grid-template-columns: 1fr
  }

  .entry .voices-layout {
    grid-template-columns: 1fr
  }

  .entry .voice-main {
    grid-template-columns: 1fr
  }

  .entry .voice-portrait {
    width: 100%;
    height: 200px
  }

  .entry .env-cols {
    grid-template-columns: 1fr
  }

  .entry .exp {
    padding: 48px 24px
  }

  .entry .nums {
    padding: 48px 24px
  }

  .entry .voices {
    padding: 48px 24px
  }

  .entry .env {
    padding: 48px 24px
  }

  .entry .ltv {
    padding: 48px 24px
  }

  .entry .after {
    padding: 48px 24px
  }
}

@media (max-width: 480px) {
  .entry .tb-h1 {
    font-size: 24px
  }

  .entry .num-feat-val {
    font-size: 24px
  }
}

.abt {
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: clip
}

.abt .strip {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative
}

.abt .strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.3) brightness(0.92)
}

.abt .stripgrid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#4e86c014 1px, transparent 1px), linear-gradient(90deg, #4e86c014 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none
}

.abt .stripover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, #fff 0%, transparent 100%);
  pointer-events: none
}

.abt .titlez {
  padding: 96px 96px 48px;
  position: relative;
  background: #fff
}

.abt .titlez .corners {
  position: absolute;
  top: 48px;
  right: 96px;
  width: 80px;
  height: 80px;
  pointer-events: none
}

.abt .titlez .corners span {
  position: absolute;
  display: block;
  border: 1px solid #4e86c02e;
  border-radius: 0
}

.abt .titlez .corners span:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 0;
  left: 0
}

.abt .titlez .corners span:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px
}

.abt .titlez .corners span:nth-child(3) {
  width: 40px;
  height: 40px;
  top: 20px;
  left: 20px
}

.abt .titlez .corners span:nth-child(4) {
  width: 20px;
  height: 20px;
  top: 30px;
  left: 30px
}

.abt .titlez .accentline {
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, #4E86C0, #BEC3E4);
  margin-bottom: 12px;
  border-radius: 0
}

.abt .titlez h1 {
  font-size: 64px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b2a3b;
  max-width: 700px;
  margin: 0 0 24px
}

.abt .titlez .sub {
  font-size: 16px;
  line-height: 1.65;
  color: #3a4a5c;
  max-width: 520px;
  letter-spacing: .01em
}

.abt .divone {
  border: none;
  border-top: 2px dashed #4E86C0;
  opacity: .3;
  margin: 0 96px
}

.abt .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px
}

.abt .splitlft {
  background: #eef2f8;
  padding: 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px
}

.abt .splitlft .accentline {
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, #4E86C0, #BEC3E4);
  border-radius: 0
}

.abt .splitlft h2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1b2a3b;
  margin: 0
}

.abt .splitlft .body {
  font-size: 15px;
  line-height: 1.65;
  color: #3a4a5c;
  letter-spacing: .01em;
  max-width: 440px
}

.abt .splitlft .body p {
  margin: 0 0 12px
}

.abt .splitlft .body p:last-child {
  margin: 0
}

.abt .splitlft .tagpair {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.abt .splitlft .tagpair .ico {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #4E86C0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.abt .splitlft .tagpair .ico svg {
  width: 16px;
  height: 16px;
  fill: #fff
}

.abt .splitlft .tagpair span {
  font-size: 15px;
  line-height: 1.4;
  color: #1b2a3b;
  letter-spacing: .01em
}

.abt .splitrgt {
  position: relative;
  overflow: hidden;
  background: #1b2a3b
}

.abt .splitrgt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: .55;
  filter: saturate(0.4);
  transition: opacity .25s ease-out, filter .35s ease-out
}

.abt .splitrgt:hover img {
  opacity: .15;
  filter: saturate(0)
}

.abt .splitrgt .imgover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px;
  opacity: 0;
  transition: opacity .2s ease-out;
  pointer-events: none
}

.abt .splitrgt:hover .imgover {
  opacity: 1
}

.abt .splitrgt .imgover .ovtxt {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  letter-spacing: .01em
}

.abt .splitrgt .imgover .ovsub {
  font-size: 15px;
  line-height: 1.65;
  color: #BEC3E4;
  text-align: center;
  letter-spacing: .01em
}

.abt .divtwo {
  border: none;
  border-top: 1px dashed #BEC3E4;
  margin: 0
}

.abt .metrics {
  background: #f4f6fb;
  padding: 48px 96px;
  position: relative;
  overflow: hidden
}

.abt .metrics .spotlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle 300px at 20% 50%, #4e86c017 0%, transparent 70%);
  pointer-events: none;
  animation: spotdrift 8s ease-out infinite alternate
}

@keyframes spotdrift {
  0% {
    background: radial-gradient(circle 300px at 15% 40%, #4e86c017 0%, transparent 70%)
  }

  50% {
    background: radial-gradient(circle 300px at 60% 60%, #bec3e41a 0%, transparent 70%)
  }

  100% {
    background: radial-gradient(circle 300px at 85% 30%, #4e86c012 0%, transparent 70%)
  }
}

.abt .metrics .accentline {
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, #4E86C0, #BEC3E4);
  border-radius: 0;
  margin-bottom: 12px
}

.abt .metrics h2 {
  font-size: 24px;
  line-height: 1.4;
  color: #1b2a3b;
  letter-spacing: .01em;
  margin: 0 0 24px;
  max-width: 500px
}

.abt .metrics .grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px
}

.abt .metrics .mcard {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0 3px 4px -2px #4e86c00f 0 5px 14px -2px #4e86c01c;
  box-shadow: inset 0 2px 6px #4e86c00f 0 3px 4px -2px #4e86c00f;
  transition: transform .2s ease-out, box-shadow .25s ease-out;
  perspective: 800px
}

.abt .metrics .mcard:hover {
  transform: perspective(800px) rotateX(2deg) rotateY(-2deg);
  box-shadow: inset 0 2px 6px #4e86c00f 0 10px 60px -2px #4e86c01f
}

.abt .metrics .mcard .num {
  font-size: 64px;
  line-height: 1.15;
  color: #4E86C0;
  letter-spacing: .01em;
  display: block
}

.abt .metrics .mcard .label {
  font-size: 15px;
  line-height: 1.65;
  color: #3a4a5c;
  letter-spacing: .01em;
  display: block;
  margin-top: 6px
}

.abt .metrics .contrast {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-radius: 4px;
  overflow: hidden
}

.abt .metrics .contbefore {
  background: #E5E8F0;
  padding: 24px;
  border-radius: 4px
}

.abt .metrics .contafter {
  background: #1b2a3b;
  padding: 24px;
  border-radius: 4px
}

.abt .metrics .contbefore .clabel {
  font-size: 15px;
  line-height: 1.4;
  color: #4E86C0;
  letter-spacing: .02em;
  font-weight: 600;
  margin: 0 0 12px;
  display: block
}

.abt .metrics .contafter .clabel {
  font-size: 15px;
  line-height: 1.4;
  color: #BEC3E4;
  letter-spacing: .02em;
  font-weight: 600;
  margin: 0 0 12px;
  display: block
}

.abt .metrics .contbefore h4 {
  font-size: 16px;
  line-height: 1.4;
  color: #1b2a3b;
  letter-spacing: .01em;
  margin: 0 0 12px
}

.abt .metrics .contafter h4 {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: .01em;
  margin: 0 0 12px
}

.abt .metrics .contbefore p {
  font-size: 15px;
  line-height: 1.65;
  color: #3a4a5c;
  letter-spacing: .01em;
  margin: 0
}

.abt .metrics .contafter p {
  font-size: 15px;
  line-height: 1.65;
  color: #BEC3E4;
  letter-spacing: .01em;
  margin: 0
}

.abt .team {
  background: #fff;
  padding: 48px 96px 96px;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
  align-items: start
}

.abt .team .tlft {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt .team .tlft .accentline {
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, #4E86C0, #BEC3E4);
  border-radius: 0
}

.abt .team .tlft h2 {
  font-size: 24px;
  line-height: 1.4;
  color: #1b2a3b;
  letter-spacing: .01em;
  margin: 0
}

.abt .team .tlft .body {
  font-size: 15px;
  line-height: 1.65;
  color: #3a4a5c;
  letter-spacing: .01em
}

.abt .team .tlft .body p {
  margin: 0 0 12px
}

.abt .team .tlft .body p:last-child {
  margin: 0
}

.abt .team .tlft .pcard {
  background: #eef2f8;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 3px 4px -2px #4e86c00f;
  transition: transform .18s ease-out
}

.abt .team .tlft .pcard:hover {
  transform: perspective(600px) rotateY(3deg)
}

.abt .team .tlft .pcard .thumb {
  width: 80px;
  height: 103px;
  flex-shrink: 0;
  border-radius: 0;
  overflow: hidden
}

.abt .team .tlft .pcard .thumb img {
  width: 80px;
  height: 103px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.7)
}

.abt .team .tlft .pcard .pinfo {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt .team .tlft .pcard .pname {
  font-size: 16px;
  line-height: 1.4;
  color: #1b2a3b;
  letter-spacing: .01em;
  font-weight: 600
}

.abt .team .tlft .pcard .prole {
  font-size: 15px;
  line-height: 1.4;
  color: #4E86C0;
  letter-spacing: .01em
}

.abt .team .tlft .pcard .pbio {
  font-size: 15px;
  line-height: 1.65;
  color: #3a4a5c;
  letter-spacing: .01em
}

.abt .team .trgt {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt .team .trgt .imgwrap {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 14px -2px #4e86c01c
}

.abt .team .trgt .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.6);
  transition: filter .35s ease-out, transform .3s ease-out
}

.abt .team .trgt .imgwrap:hover img {
  filter: saturate(1);
  transform: scale(1.02)
}

.abt .team .trgt .vals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.abt .team .trgt .vitem {
  background: #f4f6fb;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: inset 0 2px 6px #4e86c00f;
  transition: transform .2s ease-out
}

.abt .team .trgt .vitem:hover {
  transform: perspective(600px) rotateX(-2deg) rotateY(2deg)
}

.abt .team .trgt .vitem .viico {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.abt .team .trgt .vitem .viico svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0
}

.abt .team .trgt .vitem h5 {
  font-size: 15px;
  line-height: 1.4;
  color: #1b2a3b;
  letter-spacing: .01em;
  margin: 0
}

.abt .team .trgt .vitem p {
  font-size: 15px;
  line-height: 1.65;
  color: #3a4a5c;
  letter-spacing: .01em;
  margin: 0
}

.abt .team .trgt .imgwrap2 {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 14px -2px #4e86c01c
}

.abt .team .trgt .imgwrap2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.5);
  transition: filter .4s ease-out
}

.abt .team .trgt .imgwrap2:hover img {
  filter: saturate(0.9)
}

@media (max-width: 1024px) {
  .abt .titlez {
    padding: 48px 48px 24px
  }

  .abt .titlez h1 {
    font-size: 48px
  }

  .abt .divone {
    margin: 0 48px
  }

  .abt .metrics {
    padding: 48px
  }

  .abt .team {
    padding: 48px;
    grid-template-columns: 1fr
  }

  .abt .metrics .grid3 {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 768px) {
  .abt .titlez {
    padding: 48px 24px 24px
  }

  .abt .titlez h1 {
    font-size: 36px
  }

  .abt .titlez .corners {
    right: 24px
  }

  .abt .divone {
    margin: 0 24px
  }

  .abt .split {
    grid-template-columns: 1fr
  }

  .abt .splitrgt {
    height: 260px
  }

  .abt .metrics {
    padding: 48px 24px
  }

  .abt .metrics .grid3 {
    grid-template-columns: 1fr
  }

  .abt .metrics .contrast {
    grid-template-columns: 1fr
  }

  .abt .team {
    padding: 48px 24px;
    grid-template-columns: 1fr
  }

  .abt .team .trgt .vals {
    grid-template-columns: 1fr
  }
}

@media (max-width: 480px) {
  .abt .titlez h1 {
    font-size: 24px
  }

  .abt .metrics .mcard .num {
    font-size: 48px
  }
}

.ctus {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden
}

.ctus .ldblock {
  padding: 96px 48px;
  background: linear-gradient(135deg, #f2f5fb 0%, #e8edf6 100%);
  position: relative
}

.ctus .ldblock::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  background: radial-gradient(ellipse at top right, #4e86c021 0%, transparent 70%);
  pointer-events: none
}

.ctus .ldblock::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, #4E86C0 40%, #BEC3E4 70%, transparent);
  pointer-events: none
}

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

.ctus .ldpat svg {
  width: 100%;
  height: 100%;
  opacity: .045
}

.ctus .ldinner {
  position: relative;
  max-width: 760px
}

.ctus .ldtag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #4e86c01a;
  border: 1px solid #4e86c038;
  border-radius: 4px;
  padding: 6px 12px;
  margin-bottom: 24px
}

.ctus .ldtag span {
  font-size: 15px;
  color: #4E86C0;
  letter-spacing: .02em;
  line-height: 1.15
}

.ctus .ldaccent {
  display: block;
  width: 32px;
  height: 3px;
  background: linear-gradient(to right, #4E86C0, #BEC3E4);
  border-radius: 2px;
  margin-bottom: 12px
}

.ctus .ldh1 {
  font-size: 64px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b2a3b;
  margin: 0 0 24px;
  font-weight: 700
}

.ctus .lddesc {
  font-size: 16px;
  line-height: 1.65;
  color: #2d3e52;
  max-width: 580px;
  margin: 0;
  letter-spacing: .01em
}

.ctus .ldmeta {
  display: flex;
  flex-direction: row;
  gap: 48px;
  margin-top: 48px
}

.ctus .ldstat {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus .ldstatnum {
  font-size: 24px;
  line-height: 1.15;
  color: #4E86C0;
  font-weight: 700;
  letter-spacing: .01em
}

.ctus .ldstatlab {
  font-size: 15px;
  line-height: 1.4;
  color: #4a5c6e;
  letter-spacing: .01em
}

.ctus .formblock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff
}

.ctus .formleft {
  padding: 96px 48px;
  background: linear-gradient(180deg, #fff 0%, #f5f7fc 100%);
  border-right: 1px solid #E5E8F0
}

.ctus .formright {
  padding: 96px 48px;
  background: linear-gradient(180deg, #f5f7fc 0%, #eef1f8 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

.ctus .fmtitle {
  font-size: 24px;
  line-height: 1.4;
  color: #1b2a3b;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 0 6px
}

.ctus .fmsubtitle {
  font-size: 15px;
  line-height: 1.65;
  color: #4a5c6e;
  margin: 0 0 48px;
  letter-spacing: .01em
}

.ctus .fmform {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus .fmfield {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus .fmlabel {
  font-size: 15px;
  line-height: 1.4;
  color: #2d3e52;
  font-weight: 600;
  letter-spacing: .01em
}

.ctus .fminput {
  padding: 12px;
  border: 1px solid #BEC3E4;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.4;
  color: #1b2a3b;
  background: #fff;
  outline: none;
  transition: border-color .2s ease-out, box-shadow .25s ease-out;
  letter-spacing: .01em;
  width: 100%;
  box-sizing: border-box
}

.ctus .fminput::placeholder {
  color: #2d3e5261
}

.ctus .fminput:focus {
  border-color: #4E86C0 !important;
  box-shadow: 0 3px 4px -2px #4e86c00f 0 5px 14px -2px #4e86c01c !important
}

.ctus .fmselect {
  padding: 12px;
  border: 1px solid #BEC3E4;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.4;
  color: #1b2a3b;
  background: #fff;
  outline: none;
  transition: border-color .2s ease-out, box-shadow .25s ease-out;
  letter-spacing: .01em;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%234E86C0' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer
}

.ctus .fmselect:focus {
  border-color: #4E86C0 !important;
  box-shadow: 0 3px 4px -2px #4e86c00f 0 5px 14px -2px #4e86c01c !important
}

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

.ctus .fmcheck input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #BEC3E4;
  border-radius: 2px;
  cursor: pointer;
  accent-color: #4E86C0;
  margin-top: 2px
}

.ctus .fmchecklabel {
  font-size: 15px;
  line-height: 1.65;
  color: #4a5c6e;
  letter-spacing: .01em
}

.ctus .fmchecklabel a {
  color: #4E86C0;
  text-decoration: underline;
  text-underline-offset: 2px
}

.ctus .fmchecklabel a:hover {
  color: #2d6098
}

.ctus .fmbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 48px;
  background: #1b2a3b;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .02em;
  cursor: pointer;
  transition: background .2s ease-out, box-shadow .25s ease-out, transform .18s ease-out;
  align-self: flex-start;
  box-shadow: 0 3px 4px -2px #4e86c00f
}

.ctus .fmbtn:hover {
  background: #4E86C0;
  box-shadow: 0 5px 14px -2px #4e86c01c;
  transform: perspective(600px) rotateX(2deg)
}

.ctus .fmbtn:focus-visible {
  outline: 3px solid #4E86C0 !important;
  outline-offset: 3px !important
}

.ctus .fmbtn:active {
  transform: perspective(600px) rotateX(0deg)
}

.ctus .infocards {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus .infocard {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0 3px 4px -2px #4e86c00f 0 5px 14px -2px #4e86c01c;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  transition: transform .22s ease-out, box-shadow .28s ease-out
}

.ctus .infocard:hover {
  transform: perspective(700px) rotateY(-2deg) translateY(-2px);
  box-shadow: 0 10px 60px -2px #4e86c01f
}

.ctus .icicon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 4px;
  background: linear-gradient(to right, #4e86c01f, #bec3e42e);
  display: flex;
  align-items: center;
  justify-content: center
}

.ctus .icicon .mdi {
  font-size: 20px;
  color: #4E86C0
}

.ctus .ictxt {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus .ictxtlabel {
  font-size: 15px;
  line-height: 1.15;
  color: #4a5c6e;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase
}

.ctus .ictxtval {
  font-size: 16px;
  line-height: 1.4;
  color: #1b2a3b;
  letter-spacing: .01em;
  font-weight: 500
}

.ctus .ictxtval a {
  color: #1b2a3b;
  text-decoration: none;
  transition: color .2s ease-out
}

.ctus .ictxtval a:hover {
  color: #4E86C0
}

.ctus .frsep {
  height: 1px;
  background: linear-gradient(to right, transparent, #BEC3E4 40%, #E5E8F0 70%, transparent);
  margin: 0;
  border: none
}

.ctus .keyblock {
  padding: 96px 48px;
  background: linear-gradient(180deg, #1b2a3b 0%, #243447 100%);
  position: relative;
  overflow: hidden
}

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

.ctus .keychev svg {
  width: 100%;
  height: 100%;
  opacity: .04
}

.ctus .keyinner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto
}

.ctus .keytop {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 640px
}

.ctus .keyaccent {
  display: block;
  width: 32px;
  height: 3px;
  background: linear-gradient(to right, #4E86C0, #BEC3E4);
  border-radius: 2px
}

.ctus .keyh2 {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0
}

.ctus .keydesc {
  font-size: 15px;
  line-height: 1.65;
  color: #ffffffb8;
  margin: 0;
  letter-spacing: .01em
}

.ctus .keycard {
  background: #ffffff0f;
  border: 1px solid #bec3e42e;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: background .22s ease-out, border-color .22s ease-out, transform .2s ease-out;
  box-shadow: inset 0 2px 8px #4e86c00f
}

.ctus .keycard:hover {
  background: #ffffff1a;
  border-color: #4e86c066;
  transform: perspective(700px) rotateX(2deg)
}

.ctus .keycnum {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 15px;
  line-height: 1.15;
  color: #bec3e466;
  font-weight: 700;
  letter-spacing: .02em
}

.ctus .keycicon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center
}

.ctus .keycicon .mdi {
  font-size: 24px;
  color: #4E86C0;
  display: inline-block;
  animation: iconsettle 1.8s ease-out forwards
}

@keyframes iconsettle {
  0% {
    transform: rotate(0deg)
  }

  30% {
    transform: rotate(18deg)
  }

  55% {
    transform: rotate(-8deg)
  }

  75% {
    transform: rotate(5deg)
  }

  90% {
    transform: rotate(-2deg)
  }

  100% {
    transform: rotate(0deg)
  }
}

.ctus .keych4 {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  letter-spacing: .01em;
  margin: 0
}

.ctus .keycp {
  font-size: 15px;
  line-height: 1.65;
  color: #ffffffa6;
  margin: 0;
  letter-spacing: .01em
}

.ctus .imgcard {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 14px -2px #4e86c01c
}

.ctus .imgcard img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease-out
}

.ctus .imgcard:hover img {
  transform: scale(1.03)
}

.ctus .imgcard::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, transparent, #1b2a3bb8);
  pointer-events: none
}

.ctus .imgcaption {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  letter-spacing: .01em;
  z-index: 1
}

.ctus .fminput:focus-visible {
  outline: 2px solid #4E86C0 !important;
  outline-offset: 1px !important
}

.ctus .fmselect:focus-visible {
  outline: 2px solid #4E86C0 !important;
  outline-offset: 1px !important
}

.ctus .infocard:focus-within {
  outline: 2px solid #4E86C0;
  outline-offset: 2px
}

@media (max-width: 1024px) {
  .ctus .ldh1 {
    font-size: 48px
  }

  .ctus .formblock {
    grid-template-columns: 1fr
  }

  .ctus .formleft {
    border-right: none;
    border-bottom: 1px solid #E5E8F0;
    padding: 48px 24px
  }

  .ctus .formright {
    padding: 48px 24px
  }

  .ctus .keyinner {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 768px) {
  .ctus .ldblock {
    padding: 48px 24px
  }

  .ctus .ldh1 {
    font-size: 36px
  }

  .ctus .ldmeta {
    flex-direction: column;
    gap: 24px
  }

  .ctus .keyblock {
    padding: 48px 24px
  }

  .ctus .keyinner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .ctus .keytop {
    grid-column: 1
  }
}

@media (max-width: 480px) {
  .ctus .ldh1 {
    font-size: 24px
  }

  .ctus .ldblock {
    padding: 48px 12px
  }

  .ctus .formleft,
  .ctus .formright {
    padding: 48px 12px
  }

  .ctus .keyblock {
    padding: 48px 12px
  }

  .ctus .fmbtn {
    width: 100%;
    padding: 12px 24px
  }
}

.sucPg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 96px 24px;
  background: #fff
}

.sucPg .card {
  max-width: 520px;
  width: 100%;
  background: #f4f7fb;
  border-radius: 10px;
  padding: 48px;
  box-shadow: 0 5px 14px -2px #4e86c01c;
  text-align: center
}

.sucPg .card .icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center
}

.sucPg .card .icon svg {
  width: 56px;
  height: 56px
}

.sucPg .card .ttl {
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #1b2d45;
  margin: 0 0 12px
}

.sucPg .card .msg {
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #3a4a5c;
  margin: 0 0 24px
}

.sucPg .card .sub {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #4E86C0;
  margin: 0 0 48px
}

.sucPg .card .btn {
  display: inline-block;
  background: #1b2d45;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .02em;
  padding: 12px 48px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .22s ease-out, box-shadow .18s ease-out
}

.sucPg .card .btn:hover {
  background: #4E86C0;
  box-shadow: 0 5px 14px -2px #4e86c01c
}

.sucPg .card .btn:focus {
  outline: 2px solid #4E86C0;
  outline-offset: 3px
}

.sucPg .card .divLine {
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, #4E86C0, #BEC3E4);
  border-radius: 2px;
  margin: 0 auto 24px
}