* {
  box-sizing: border-box
}

body {
  margin: 0;
  scrollbar-gutter: stable;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif
}

body:focus-visible {
  outline: 2px dashed #09154B
}

:focus-visible {
  outline: 2px dashed #09154B;
  outline-offset: 3px
}

.pg-head {
  background: linear-gradient(135deg, #09154B 0%, #324457 100%);
  position: relative;
  overflow: hidden
}

.pg-head::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #f2f4f60a;
  pointer-events: none
}

.pg-head::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 20%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #f2f4f608;
  pointer-events: none
}

.head-util {
  border-bottom: 1px solid #f2f4f61a;
  padding: 8px 0
}

.head-util__shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end
}

.head-util__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f2f4f6bf;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
  transition: color .18s ease-out
}

.head-util__item:hover {
  color: #F2F4F6
}

.head-util__item i {
  font-size: 14px
}

.head-main {
  padding: 24px 0
}

.head-main__shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px
}

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

.brand-hold__img-mount {
  width: 68px;
  height: 68px;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px -2px #09154b12 0 7px 18px -2px #09154b1a;
  flex-shrink: 0;
  padding: 8px
}

.brand-hold__img-mount img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  object-position: center;
  display: block
}

.brand-hold__name {
  font-family: 'Nunito', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  color: #F2F4F6;
  letter-spacing: 0
}

.brand-hold__tagline {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #f2f4f699;
  margin-top: 0
}

.head-accent {
  width: 3px;
  height: 48px;
  background: linear-gradient(180deg, #f2f4f626 0%, #f2f4f680 50%, #f2f4f626 100%);
  border-radius: 5px;
  flex-shrink: 0
}

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

.pg-nav__link {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #f2f4f6cc;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: color .15s ease-out, background-color .15s ease-out, border-color .2s ease-out;
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center
}

.pg-nav__link:hover {
  color: #F2F4F6;
  background-color: #f2f4f614;
  border-color: #f2f4f61f
}

.pg-nav__link--active {
  color: #F2F4F6;
  background-color: #f2f4f61f;
  border-color: #f2f4f62e
}

.pg-nav__cta {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #09154B;
  background-color: #F2F4F6;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: color .15s ease-out, background-color .12s ease-out;
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center;
  font-weight: 700;
  box-shadow: 0 1px 6px -2px #09154b12
}

.pg-nav__cta:hover {
  background-color: #fff;
  color: #09154B
}

.pg-foot {
  background: #09154B;
  position: relative;
  overflow: hidden
}

.pg-foot__wave {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-bottom: -1px
}

.pg-foot__wave svg {
  display: block;
  width: 100%
}

.foot-upper {
  padding: 48px 0 24px;
  border-bottom: 1px solid #f2f4f614
}

.foot-upper__shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: space-between
}

.foot-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 auto
}

.foot-brand__img-mount {
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px -2px #09154b12 0 7px 18px -2px #09154b1a;
  padding: 8px
}

.foot-brand__img-mount img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  object-position: center;
  display: block
}

.foot-brand__name {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #F2F4F6
}

.foot-brand__desc {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #f2f4f68c;
  max-width: 260px
}

.foot-contact {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.foot-contact__label {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #f2f4f673;
  text-transform: uppercase;
  letter-spacing: 0
}

.foot-contact__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #f2f4f6bf;
  text-decoration: none;
  transition: color .18s ease-out
}

.foot-contact__item:hover {
  color: #F2F4F6
}

.foot-contact__item i {
  font-size: 16px;
  flex-shrink: 0
}

.foot-contact__addr {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #f2f4f68c;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.foot-contact__addr i {
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px
}

.foot-links {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.foot-links__label {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #f2f4f673;
  text-transform: uppercase
}

.foot-links__item {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #f2f4f6a6;
  text-decoration: none;
  transition: color .18s ease-out
}

.foot-links__item:hover {
  color: #F2F4F6
}

.foot-lower {
  padding: 24px 0
}

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

.foot-lower__copy {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #f2f4f666
}

.foot-lower__legal {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.foot-lower__legal-link {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #f2f4f666;
  text-decoration: none;
  transition: color .2s ease-out
}

.foot-lower__legal-link:hover {
  color: #f2f4f6bf
}

.foot-deco {
  position: absolute;
  top: 40px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #32445740;
  pointer-events: none
}

.ck-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: #F2F4F6;
  box-shadow: 0 9px 44px -2px #09154b21
}

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

.ck-bar__text-hold {
  flex: 1 1 auto;
  min-width: 200px
}

.ck-bar__headline {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #09154B;
  margin-bottom: 4px
}

.ck-bar__desc {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #324457
}

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

.ck-bar__btn-accept {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #09154B;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  transition: color .15s ease-out
}

.ck-bar__btn-accept:hover,
.ck-bar__btn-accept:focus-visible {
  color: #324457
}

.ck-bar__btn-decline {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #09154b8c;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  transition: color .15s ease-out
}

.ck-bar__btn-decline:hover,
.ck-bar__btn-decline:focus-visible {
  color: #09154B
}

@media (max-width: 768px) {
  .head-main__shell {
    flex-wrap: wrap;
    gap: 16px
  }

  .head-accent {
    display: none
  }

  .pg-nav {
    justify-content: flex-start
  }

  .foot-upper__shell {
    flex-direction: column;
    gap: 24px
  }

  .foot-lower__shell {
    flex-direction: column;
    align-items: flex-start
  }

  .head-util__shell {
    justify-content: flex-start;
    flex-wrap: wrap
  }
}

.z-policy-frame {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #324457
}

.z-policy-frame p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px
}

.z-policy-frame ul,
.z-policy-frame ol {
  padding-left: 24px;
  margin-bottom: 16px
}

.z-policy-frame ul {
  list-style-type: disc
}

.z-policy-frame ol {
  list-style-type: decimal
}

.z-policy-frame li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px
}

.z-policy-frame li:last-child {
  margin-bottom: 0
}

.z-policy-frame ul ul,
.z-policy-frame ol ol,
.z-policy-frame ul ol,
.z-policy-frame ol ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.z-policy-frame strong,
.z-policy-frame b {
  font-weight: 700;
  color: #09154B
}

.z-policy-frame em,
.z-policy-frame i {
  font-style: italic;
  color: #324457
}

.z-policy-frame a {
  color: #09154B;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .18s ease-out, opacity .15s ease-out
}

.z-policy-frame a:hover {
  opacity: .72;
  color: #324457
}

.z-policy-frame a:focus-visible {
  outline: 2px solid #09154B;
  outline-offset: 2px;
  border-radius: 5px
}

.z-policy-frame table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px -2px #09154b12
}

.z-policy-frame thead {
  background-color: #09154B;
  color: #fff
}

.z-policy-frame thead th {
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff
}

.z-policy-frame tbody tr {
  background-color: #fff;
  transition: background-color .15s ease-out
}

.z-policy-frame tbody tr:nth-child(even) {
  background-color: #F2F4F6
}

.z-policy-frame tbody tr:hover {
  background-color: #e8ecf0
}

.z-policy-frame td {
  padding: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #324457;
  vertical-align: top;
  border-bottom: 1px solid #F2F4F6
}

.z-policy-frame tbody tr:last-child td {
  border-bottom: none
}

.z-policy-frame th {
  padding: 16px;
  vertical-align: middle
}

.z-policy-frame hr {
  border: none;
  border-top: 1px solid #F2F4F6;
  margin: 48px 0;
  box-shadow: 0 1px 6px -2px #09154b12
}

@media (max-width: 768px) {
  .z-policy-frame {
    padding: 24px 16px
  }

  .z-policy-frame p,
  .z-policy-frame li {
    font-size: 14px
  }

  .z-policy-frame table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px
  }

  .z-policy-frame thead th,
  .z-policy-frame td {
    padding: 8px 16px;
    font-size: 13px
  }

  .z-policy-frame hr {
    margin: 24px 0
  }
}

.evd {
  background-color: #fff;
  overflow-x: clip
}

.evd__divider {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  margin: 0
}

.evd__divider-row {
  display: flex;
  gap: 6px;
  align-items: center
}

.evd__dot {
  width: 4px;
  height: 4px;
  border-radius: 40px;
  background-color: #09154B;
  opacity: .18;
  flex-shrink: 0
}

.evd__hero {
  padding: 96px 24px 48px;
  position: relative
}

.evd__hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(73deg, #09154b0a 0%, transparent 52%, #3244570f 100%);
  background-size: 120% 120%;
  animation: evd-breathe 10s ease-in-out infinite;
  pointer-events: none;
  z-index: 0
}

@keyframes evd-breathe {

  0%,
  100% {
    background-size: 120% 120%
  }

  50% {
    background-size: 140% 140%
  }
}

.evd__hero-circle-a {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 40px;
  border: 1px solid #09154b0f;
  top: -80px;
  right: -60px;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%
}

.evd__hero-circle-b {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #32445712;
  bottom: 40px;
  left: 80px;
  pointer-events: none;
  z-index: 0
}

.evd__hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

.evd__label {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #324457;
  background-color: #F2F4F6;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 600
}

.evd__hero-heading {
  font-size: 52px;
  line-height: 1.2;
  color: #09154B;
  text-align: center;
  max-width: 820px
}

.evd__hero-heading span {
  color: #324457
}

.evd__hero-meta {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.evd__meta-chip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #324457
}

.evd__meta-chip svg {
  flex-shrink: 0
}

.evd__hero-img-wrap {
  width: 100%;
  max-width: 900px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 9px 44px -2px #09154b21
}

.evd__hero-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block
}

.evd__hero-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #09154b2e 0%, transparent 35%, transparent 65%, #09154b52 100%);
  pointer-events: none
}

.evd__blur-spot-a {
  position: absolute;
  width: 220px;
  height: 120px;
  background: #09154b14;
  border-radius: 50%;
  filter: blur(48px);
  bottom: -30px;
  left: 10%;
  pointer-events: none
}

.evd__blur-spot-b {
  position: absolute;
  width: 160px;
  height: 100px;
  background: #32445717;
  border-radius: 50%;
  filter: blur(40px);
  top: -20px;
  right: 8%;
  pointer-events: none
}

.evd__body {
  padding: 48px 24px;
  background-color: #F2F4F6
}

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

.evd__desc-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.evd__desc-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #09154B;
  font-weight: 700
}

.evd__desc-text {
  font-size: 16px;
  line-height: 1.6;
  color: #324457
}

.evd__desc-text p {
  margin: 0 0 16px
}

.evd__desc-text p:last-child {
  margin-bottom: 0
}

.evd__desc-text h2 {
  font-size: 27px;
  line-height: 1.2;
  color: #09154B;
  margin: 24px 0 8px
}

.evd__desc-text h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #09154B;
  margin: 16px 0 8px
}

.evd__desc-text ol {
  padding-left: 24px;
  margin: 0 0 16px
}

.evd__desc-text li {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin-bottom: 8px
}

.evd__desc-text dl {
  margin: 0 0 16px
}

.evd__desc-text dt {
  font-size: 16px;
  font-weight: 700;
  color: #09154B;
  margin-top: 8px
}

.evd__desc-text dd {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin-left: 16px
}

.evd__desc-text figure {
  margin: 16px 0
}

.evd__desc-text figcaption {
  font-size: 13px;
  color: #324457;
  margin-top: 8px
}

.evd__desc-text cite {
  font-style: italic;
  color: #09154B
}

.evd__pullquote {
  float: right;
  width: 42%;
  margin: 0 0 16px 24px;
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 6px -2px #09154b12
}

.evd__pullquote-text {
  font-size: 20px;
  line-height: 1.6;
  color: #09154B;
  font-weight: 600
}

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

.evd__card {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 7px 18px -2px #09154b1a;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.evd__price-val {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B;
  font-weight: 700
}

.evd__price-label {
  font-size: 13px;
  color: #324457;
  text-transform: uppercase;
  letter-spacing: .06em
}

.evd__info-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #324457;
  padding: 8px 0;
  border-bottom: 1px solid #09154b12
}

.evd__info-row:last-of-type {
  border-bottom: none
}

.evd__info-label {
  font-weight: 600;
  color: #09154B;
  min-width: 90px
}

.evd__btn-primary {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background-color: #09154B;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease-out, box-shadow .18s ease-out;
  box-shadow: 0 7px 18px -2px #09154b1a
}

.evd__btn-primary:hover {
  background-color: #0d1c6b;
  box-shadow: 0 9px 44px -2px #09154b21
}

.evd__btn-primary:focus {
  outline: 3px solid #09154B;
  outline-offset: 3px
}

.evd__btn-secondary {
  display: block;
  width: 100%;
  padding: 14px 24px;
  background-color: transparent;
  color: #09154B;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #09154B;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color .15s ease-out
}

.evd__btn-secondary:hover {
  background-color: #09154b0d
}

.evd__btn-secondary:focus {
  outline: 3px solid #09154B;
  outline-offset: 3px
}

.evd__seats-bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.evd__seats-bar-track {
  width: 100%;
  height: 6px;
  background-color: #F2F4F6;
  border-radius: 5px;
  overflow: hidden
}

.evd__seats-bar-fill {
  height: 100%;
  background-color: #09154B;
  border-radius: 5px;
  width: 30%;
  transition: width .5s cubic-bezier(0.4, 0, 0.6, 1)
}

.evd__seats-text {
  font-size: 13px;
  color: #324457
}

.evd__seats-num {
  font-weight: 700;
  color: #09154B
}

.evd__program {
  padding: 48px 24px 96px;
  background-color: #fff
}

.evd__program-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

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

.evd__program-title {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B
}

.evd__program-title span {
  color: #324457
}

.evd__program-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  max-width: 600px
}

.evd__steps {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: stretch;
  flex-wrap: wrap
}

.evd__step {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  background-color: #F2F4F6 !important;
  border-radius: 0;
  position: relative
}

.evd__step:first-child {
  border-radius: 16px 0 0 16px
}

.evd__step:last-child {
  border-radius: 0 16px 16px 0
}

.evd__step-num {
  font-size: 52px;
  line-height: 1.2;
  color: #09154b14;
  font-weight: 700;
  line-height: 1
}

.evd__step-title {
  font-size: 16px;
  font-weight: 700;
  color: #09154B
}

.evd__step-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #324457
}

.evd__step-arrow {
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #09154B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-shrink: 0
}

.evd__step:last-child .evd__step-arrow {
  display: none
}

.evd__step-arrow svg {
  display: block
}

.evd__program-content {
  font-size: 16px;
  line-height: 1.6;
  color: #324457
}

.evd__program-content p {
  margin: 0 0 16px
}

.evd__program-content p:last-child {
  margin-bottom: 0
}

.evd__program-content h2 {
  font-size: 27px;
  line-height: 1.2;
  color: #09154B;
  margin: 24px 0 8px
}

.evd__program-content ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 16px;
  counter-reset: prog-counter
}

.evd__program-content li {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin-bottom: 16px;
  padding-left: 48px;
  position: relative;
  counter-increment: prog-counter
}

.evd__program-content li::before {
  content: counter(prog-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 27px;
  line-height: 1.2;
  color: #09154b1f;
  font-weight: 700
}

.evd__program-content ol {
  padding-left: 0;
  list-style: none;
  margin: 0 0 16px;
  counter-reset: prog-ol-counter
}

.evd__program-content ol li {
  counter-increment: prog-ol-counter
}

.evd__program-content ol li::before {
  content: counter(prog-ol-counter, decimal-leading-zero)
}

.evd__program-content blockquote {
  margin: 16px 0;
  padding: 16px 24px;
  background-color: #09154b0a;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.6;
  color: #09154B;
  font-style: italic
}

.evd__program-content cite {
  font-style: italic;
  color: #09154B
}

.evd__program-content abbr {
  text-decoration: underline dotted;
  cursor: help
}

.evd__program-content figure {
  margin: 16px 0
}

.evd__program-content figcaption {
  font-size: 13px;
  color: #324457;
  margin-top: 8px
}

.evd__program-content details {
  border: 1px solid #09154b1a;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px
}

.evd__program-content summary {
  font-size: 16px;
  font-weight: 600;
  color: #09154B;
  cursor: pointer;
  outline: none
}

.evd__program-content summary:focus {
  outline: 2px solid #09154B;
  border-radius: 5px
}

.evd__focus-card {
  background-color: #09154B;
  border-radius: 16px;
  padding: 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
  box-shadow: 0 9px 44px -2px #09154b21
}

.evd__focus-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.evd__focus-heading {
  font-size: 27px;
  line-height: 1.2;
  color: #fff
}

.evd__focus-heading span {
  color: #F2F4F6;
  opacity: .7
}

.evd__focus-body {
  font-size: 16px;
  line-height: 1.6;
  color: #f2f4f6d9
}

.evd__focus-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
  min-width: 220px
}

.evd__btn-light {
  display: block;
  padding: 16px 24px;
  background-color: #fff;
  color: #09154B;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease-out
}

.evd__btn-light:hover {
  background-color: #F2F4F6
}

.evd__btn-light:focus {
  outline: 3px solid #fff;
  outline-offset: 3px
}

.evd__btn-ghost {
  display: block;
  padding: 14px 24px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #fff6;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: border-color .15s ease-out
}

.evd__btn-ghost:hover {
  border-color: #fffc
}

.evd__btn-ghost:focus {
  outline: 3px solid #fff;
  outline-offset: 3px
}

.evd__divider-wrap {
  padding: 0 24px;
  max-width: 1100px;
  margin: 0 auto
}

.evd__dots-divider {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 0
}

.evd__dots-row {
  display: flex;
  flex-direction: row;
  gap: 7px
}

.evd__d {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #09154b26;
  flex-shrink: 0
}

@media (max-width: 900px) {
  .evd__body-inner {
    grid-template-columns: 1fr
  }

  .evd__sidebar {
    order: -1
  }

  .evd__hero-heading {
    font-size: 37px
  }

  .evd__steps {
    flex-direction: column
  }

  .evd__step:first-child {
    border-radius: 16px 16px 0 0
  }

  .evd__step:last-child {
    border-radius: 0 0 16px 16px
  }

  .evd__step-arrow {
    right: auto;
    bottom: -14px;
    top: auto;
    transform: rotate(90deg);
    left: 50%;
    margin-left: -14px
  }

  .evd__focus-card {
    flex-direction: column;
    padding: 24px
  }

  .evd__focus-actions {
    width: 100%;
    min-width: unset
  }

  .evd__pullquote {
    float: none;
    width: 100%;
    margin: 0 0 16px
  }

  .evd__hero-img-wrap img {
    height: 280px
  }
}

@media (max-width: 600px) {
  .evd__hero {
    padding: 48px 16px 24px
  }

  .evd__hero-heading {
    font-size: 27px
  }

  .evd__program {
    padding: 48px 16px
  }

  .evd__body {
    padding: 24px 16px
  }

  .evd__program-title {
    font-size: 27px
  }
}

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

.strt .pg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.strt .sec-title {
  padding: 96px 0 48px;
  background: linear-gradient(73deg, #09154B 0%, transparent 55%, #324457 100%);
  position: relative
}

.strt .sec-title__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.strt .sec-title__bracket {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative
}

.strt .sec-title__bracket::before,
.strt .sec-title__bracket::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #f2f4f680;
  border-left: 2px solid #f2f4f680;
  flex-shrink: 0;
  margin-top: 6px
}

.strt .sec-title__bracket::after {
  border-top: none;
  border-left: none;
  border-bottom: 2px solid #f2f4f680;
  border-right: 2px solid #f2f4f680;
  margin-top: auto;
  align-self: flex-end;
  margin-bottom: 6px
}

.strt .sec-title__h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #F2F4F6;
  margin: 0;
  max-width: 700px
}

.strt .sec-title__h1 span {
  color: #f2f4f673
}

.strt .sec-title__sub {
  font-size: 16px;
  line-height: 1.6;
  color: #f2f4f6bf;
  max-width: 520px;
  margin: 0
}

.strt .sec-title__caption {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #f2f4f680;
  border-top: 1px solid #f2f4f64d;
  padding-top: 8px
}

.strt .sec-title__deco {
  position: absolute;
  right: 48px;
  top: 48px;
  width: 180px;
  height: 180px;
  opacity: .06;
  pointer-events: none
}

.strt .sec-title__deco polygon {
  fill: #F2F4F6
}

.strt .sec-title__kw {
  font-size: 14px;
  line-height: 1.6;
  color: #f2f4f68c;
  max-width: 480px;
  margin: 0;
  font-style: italic
}

.strt .sec-support {
  padding: 96px 0;
  background: #F2F4F6;
  position: relative
}

.strt .sec-support__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.strt .sec-support__img-wrap {
  width: 100%;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 44px -2px #09154b21;
  position: relative
}

.strt .sec-support__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.strt .sec-support__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(73deg, #09154b2e 0%, transparent 60%);
  border-radius: 16px;
  pointer-events: none
}

.strt .sec-support__txt {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.strt .sec-support__label {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #324457;
  border-top: 1px solid #324457;
  padding-top: 8px;
  display: inline-block
}

.strt .sec-support__h2 {
  font-size: 37px;
  line-height: 1.2;
  margin: 0;
  color: #09154B
}

.strt .sec-support__h2 span {
  color: #324457
}

.strt .sec-support__p {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.strt .sec-support__pull {
  font-size: 20px;
  line-height: 1.6;
  color: #09154B;
  border-top: 2px solid #09154B;
  padding-top: 16px;
  margin: 0
}

.strt .sec-support__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0
}

.strt .sec-support__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #324457
}

.strt .sec-support__num {
  font-size: 37px;
  line-height: 1.2;
  color: #09154b1a;
  font-weight: 700;
  flex-shrink: 0;
  width: 40px;
  text-align: right
}

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

.strt .sec-who {
  padding: 96px 0;
  background: #fff
}

.strt .sec-who__inner {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.strt .sec-who__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.strt .sec-who__label {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #09154B;
  border-top: 1px solid #09154B;
  padding-top: 8px;
  display: inline-block
}

.strt .sec-who__h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B;
  margin: 0 0 16px
}

.strt .sec-who__h2 span {
  color: #324457
}

.strt .sec-who__p {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.strt .sec-who__pull {
  font-size: 20px;
  line-height: 1.6;
  color: #09154B;
  margin: 0;
  padding-left: 24px;
  border-left: none;
  border-top: 2px solid #09154b33;
  padding-top: 16px
}

.strt .sec-who__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.strt .who-card {
  background: #F2F4F6;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 6px -2px #09154b12;
  transition: box-shadow .18s ease-out
}

.strt .who-card:hover {
  box-shadow: 0 7px 18px -2px #09154b1a
}

.strt .who-card__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px
}

.strt .who-card__icon svg {
  width: 28px;
  height: 28px
}

.strt .who-card__h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #09154B;
  margin: 0
}

.strt .who-card__p {
  font-size: 14px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.strt .sec-who__imgs {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
  height: 260px
}

.strt .sec-who__img-a {
  border-radius: 16px;
  overflow: hidden;
  height: 100%
}

.strt .sec-who__img-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.strt .sec-who__img-b {
  border-radius: 10px;
  overflow: hidden;
  height: 100%
}

.strt .sec-who__img-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.strt .sec-invest {
  padding: 96px 0;
  background: linear-gradient(73deg, #09154B 0%, transparent 55%, #324457 100%);
  position: relative;
  overflow: hidden
}

.strt .sec-invest__bg-anim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(73deg, #f2f4f608 0px, #f2f4f608 1px, transparent 1px, transparent 48px);
  animation: diag-drift 12s linear infinite
}

@keyframes diag-drift {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 96px 96px
  }
}

.strt .sec-invest__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.strt .sec-invest__head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px
}

.strt .sec-invest__label {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #f2f4f680;
  border-top: 1px solid #f2f4f64d;
  padding-top: 8px;
  display: inline-block
}

.strt .sec-invest__h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #F2F4F6;
  margin: 0 0 8px
}

.strt .sec-invest__h2 span {
  color: #f2f4f673
}

.strt .sec-invest__sub {
  font-size: 16px;
  line-height: 1.6;
  color: #f2f4f6b3;
  margin: 0;
  max-width: 400px;
  text-align: right
}

.strt .sec-invest__tiers {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.strt .invest-tier {
  flex: 1;
  background: #f2f4f612;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: inset 0 1px 0 #f2f4f61f;
  transition: background .2s ease-out
}

.strt .invest-tier:hover {
  background: #f2f4f61f
}

.strt .invest-tier__tag {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #f2f4f680
}

.strt .invest-tier__name {
  font-size: 20px;
  line-height: 1.2;
  color: #F2F4F6;
  margin: 0
}

.strt .invest-tier__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #f2f4f6a6;
  margin: 0
}

.strt .invest-tier__img {
  width: 100%;
  height: 160px;
  border-radius: 10px;
  overflow: hidden
}

.strt .invest-tier__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.strt .invest-tier__line {
  height: 1px;
  background: #f2f4f626
}

.strt .invest-tier__detail {
  font-size: 13px;
  line-height: 1.6;
  color: #f2f4f680;
  margin: 0
}

.strt .sec-invest__note {
  font-size: 14px;
  line-height: 1.6;
  color: #f2f4f673;
  margin: 0;
  text-align: center
}

.strt .sec-approach {
  padding: 96px 0;
  background: #fff
}

.strt .sec-approach__inner {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.strt .sec-approach__top {
  text-align: center
}

.strt .sec-approach__label {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #324457;
  border-top: 1px solid #324457;
  padding-top: 8px;
  display: inline-block;
  margin-bottom: 16px
}

.strt .sec-approach__h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B;
  margin: 0 0 16px
}

.strt .sec-approach__h2 span {
  color: #324457
}

.strt .sec-approach__sub {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  max-width: 560px;
  margin: 0 auto
}

.strt .sec-approach__feat {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.strt .appr-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.strt .appr-row--rev {
  direction: ltr
}

.strt .appr-row__img {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 7px 18px -2px #09154b1a
}

.strt .appr-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.strt .appr-row__txt {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.strt .appr-row__num {
  font-size: 52px;
  line-height: 1.2;
  color: #09154b14;
  font-weight: 700;
  margin: 0
}

.strt .appr-row__h3 {
  font-size: 27px;
  line-height: 1.2;
  color: #09154B;
  margin: 0
}

.strt .appr-row__h3 span {
  color: #324457
}

.strt .appr-row__p {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.strt .appr-row__pull {
  font-size: 20px;
  line-height: 1.6;
  color: #09154B;
  border-top: 2px solid #09154b26;
  padding-top: 16px;
  margin: 0
}

.strt .sec-approach__people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid #09154b14
}

.strt .person-card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  background: #F2F4F6;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 6px -2px #09154b12
}

.strt .person-card__portrait {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0
}

.strt .person-card__portrait img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center;
  display: block
}

.strt .person-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.strt .person-card__name {
  font-size: 16px;
  line-height: 1.2;
  color: #09154B;
  margin: 0
}

.strt .person-card__role {
  font-size: 13px;
  line-height: 1.2;
  color: #32445799;
  margin: 0;
  letter-spacing: .08em;
  text-transform: uppercase
}

.strt .person-card__q {
  font-size: 14px;
  line-height: 1.6;
  color: #324457;
  margin: 0;
  font-style: italic
}

@media (max-width: 900px) {
  .strt .sec-title__h1 {
    font-size: clamp(27px, 6vw, 52px)
  }

  .strt .sec-support__grid {
    grid-template-columns: 1fr
  }

  .strt .sec-support__img-wrap {
    height: 240px
  }

  .strt .sec-who__top {
    grid-template-columns: 1fr
  }

  .strt .sec-who__cards {
    grid-template-columns: 1fr 1fr
  }

  .strt .sec-who__imgs {
    grid-template-columns: 1fr 1fr;
    height: auto
  }

  .strt .sec-who__img-a {
    height: 180px
  }

  .strt .sec-who__img-b {
    height: 180px
  }

  .strt .sec-invest__head {
    flex-direction: column;
    align-items: flex-start
  }

  .strt .sec-invest__sub {
    text-align: left
  }

  .strt .sec-invest__tiers {
    flex-direction: column
  }

  .strt .appr-row {
    grid-template-columns: 1fr
  }

  .strt .sec-approach__people {
    grid-template-columns: 1fr
  }
}

@media (max-width: 600px) {
  .strt .sec-who__cards {
    grid-template-columns: 1fr
  }

  .strt .sec-who__imgs {
    grid-template-columns: 1fr
  }

  .strt .sec-title__h1 {
    font-size: 27px
  }

  .strt .sec-support__h2,
  .strt .sec-who__h2,
  .strt .sec-invest__h2,
  .strt .sec-approach__h2 {
    font-size: clamp(20px, 5vw, 37px)
  }
}

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

.ctus__reveal {
  animation: ctus-reveal .5s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes ctus-reveal {
  from {
    clip-path: inset(0 0 100% 0);
    opacity: 0
  }

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

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

.ctus__label-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px
}

.ctus__pill {
  background: #09154B;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 5px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.ctus__counter-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.ctus__count-num {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B;
  font-weight: 700
}

.ctus__count-sub {
  font-size: 13px;
  line-height: 1.6;
  color: #324457;
  max-width: 80px
}

.ctus__heading-split {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 24px
}

.ctus__heading-split--w1 {
  color: #09154B
}

.ctus__heading-split--w2 {
  color: #324457
}

.ctus__lead {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin-bottom: 24px
}

.ctus__divider-pair {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px
}

.ctus__line--thin {
  height: 1px;
  background: #09154B;
  opacity: .18
}

.ctus__line--thick {
  height: 3px;
  background: #09154B;
  opacity: .55;
  border-radius: 5px
}

.ctus__contact-items {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus__contact-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.ctus__icon-ring {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 40px;
  background: #F2F4F6;
  border: 2px solid #09154B;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px -2px #09154b12;
  transition: background .18s ease-out
}

.ctus__contact-item:hover .ctus__icon-ring {
  background: #09154B
}

.ctus__icon-ring svg {
  display: block
}

.ctus__contact-item:hover .ctus__icon-ring svg path,
.ctus__contact-item:hover .ctus__icon-ring svg rect,
.ctus__contact-item:hover .ctus__icon-ring svg circle {
  stroke: #fff
}

.ctus__contact-label {
  font-size: 13px;
  line-height: 1.2;
  color: #324457;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 4px
}

.ctus__contact-val {
  font-size: 16px;
  line-height: 1.6;
  color: #09154B;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s ease-out
}

.ctus__contact-val:hover {
  color: #324457
}

.ctus__img-col {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 44px -2px #09154b21
}

.ctus__img-col img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ctus__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(73deg, #09154b8c 0%, transparent 55%, #32445761 100%);
  pointer-events: none
}

.ctus__scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(to bottom, transparent 0px, transparent 3px, #09154b0f 3px, #09154b0f 4px)
}

.ctus__geo-shape {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff4d;
  border-radius: 10px;
  transform: rotate(18deg);
  pointer-events: none
}

.ctus__geo-shape2 {
  position: absolute;
  bottom: 32px;
  left: 24px;
  width: 36px;
  height: 36px;
  border: 2px solid #ffffff38;
  border-radius: 40px;
  pointer-events: none
}

.ctus__divider-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus__form-section {
  background: #F2F4F6;
  position: relative
}

.ctus__texture-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(45deg, #09154b05 0px, #09154b05 1px, transparent 1px, transparent 8px)
}

.ctus__form-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 96px 24px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
  position: relative
}

.ctus__form-aside {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus__aside-heading {
  font-size: 37px;
  line-height: 1.2
}

.ctus__aside-heading--c1 {
  color: #09154B
}

.ctus__aside-heading--c2 {
  color: #324457
}

.ctus__aside-body {
  font-size: 16px;
  line-height: 1.6;
  color: #324457
}

.ctus__timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  margin-top: 8px
}

.ctus__timeline-track {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(73deg, #09154B 0%, transparent 55%, #324457 100%);
  border-radius: 5px
}

.ctus__tl-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 24px;
  position: relative
}

.ctus__tl-dot {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 40px;
  background: #09154B;
  border: 3px solid #F2F4F6;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px -2px #09154b1a inset 0 1px 4px #ffffff1f;
  z-index: 1
}

.ctus__tl-dot svg path {
  stroke: #fff
}

.ctus__tl-text {
  padding-top: 8px
}

.ctus__tl-label {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #09154B;
  margin-bottom: 4px
}

.ctus__tl-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #324457
}

.ctus__form-card {
  background: #fff;
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 7px 18px -2px #09154b1a
}

.ctus__form {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus__field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

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

.ctus__field--full {
  grid-column: 1 / -1
}

.ctus__field-label {
  font-size: 13px;
  line-height: 1.2;
  color: #09154B;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em
}

.ctus__input {
  border: 1.5px solid #09154b33;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #09154B;
  background: #F2F4F6;
  outline: none;
  transition: border-color .18s ease-out, box-shadow .18s ease-out;
  width: 100%
}

.ctus__input::placeholder {
  font-size: 13px;
  color: #8a9ab0
}

.ctus__input:focus {
  border-color: #09154B;
  background: #fff;
  box-shadow: 0 1px 6px -2px #09154b12
}

.ctus__textarea {
  resize: vertical;
  min-height: 96px
}

.ctus__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2309154B' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  cursor: pointer
}

.ctus__privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  background: #F2F4F6;
  border-radius: 10px
}

.ctus__privacy-check {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  accent-color: #09154B;
  cursor: pointer
}

.ctus__privacy-text {
  font-size: 13px;
  line-height: 1.6;
  color: #324457
}

.ctus__privacy-link {
  color: #09154B;
  font-weight: 600;
  text-decoration: underline;
  transition: color .15s ease-out
}

.ctus__privacy-link:hover {
  color: #324457
}

.ctus__submit {
  background: #09154B;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 16px 48px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
  box-shadow: 0 7px 18px -2px #09154b21;
  transition: filter .15s ease-out, box-shadow .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.ctus__submit:hover {
  filter: brightness(1.18);
  box-shadow: 0 9px 44px -2px #09154b2e
}

.ctus__submit:focus {
  outline: 3px solid #09154b66;
  outline-offset: 3px
}

.ctus__submit:active {
  filter: brightness(0.95)
}

.ctus__punc {
  font-size: 200px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #09154b12;
  position: absolute;
  top: 16px;
  right: 24px;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

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

  .ctus__img-col img {
    height: 260px
  }

  .ctus__form-inner {
    grid-template-columns: 1fr;
    padding: 48px 24px;
    gap: 24px
  }

  .ctus__form-card {
    padding: 24px
  }

  .ctus__heading-split {
    font-size: 37px
  }

  .ctus__aside-heading {
    font-size: 27px
  }

  .ctus__punc {
    font-size: 100px
  }

  .ctus__field-row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 600px) {
  .ctus__heading-split {
    font-size: 27px
  }

  .ctus__count-num {
    font-size: 27px
  }

  .ctus__form-card {
    padding: 16px
  }

  .ctus__submit {
    width: 100%;
    text-align: center
  }
}

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

.spk__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.spk__fade {
  opacity: 0;
  animation: spkFadeIn .5s ease-out forwards
}

.spk__fade--d1 {
  animation-delay: .12s
}

.spk__fade--d2 {
  animation-delay: .22s
}

.spk__fade--d3 {
  animation-delay: .34s
}

@keyframes spkFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

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

.spk :focus-visible {
  outline: 3px solid #09154B !important;
  outline-offset: 3px !important;
  border-radius: 5px !important
}

::selection {
  background: #09154b26;
  color: #09154B
}

.spk__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #09154b12;
  border: 1px solid #09154b24;
  border-radius: 26px;
  padding: 8px 16px;
  font-size: 13px;
  color: #09154B;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase
}

.spk__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 40px;
  background: #09154B;
  display: inline-block
}

.spk-title {
  padding: 96px 0 48px;
  background: #fff;
  position: relative
}

.spk-title__dec {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  overflow: hidden
}

.spk-title__dec-line {
  position: absolute;
  border: 1.5px solid #09154b1f
}

.spk-title__dec-line--t {
  top: 0;
  left: 16px;
  right: 0
}

.spk-title__dec-line--r {
  top: 0;
  right: 0;
  bottom: 16px;
  width: 1.5px;
  height: auto
}

.spk-title__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.spk-title__text-zone {
  position: relative
}

.spk-title__text-dec {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 80px;
  height: 80px;
  border: 1.5px solid #09154b1a;
  border-radius: 16px;
  pointer-events: none
}

.spk-title__text-dec::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #09154b0f;
  border-radius: 10px
}

.spk-title__pre {
  margin-bottom: 16px
}

.spk-title__h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #09154B;
  margin: 0 0 24px
}

.spk-title__h1 span {
  color: #324457
}

.spk-title__lead {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin: 0 0 24px;
  max-width: 480px
}

.spk-title__mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px
}

.spk-title__img-wrap {
  border-radius: 16px;
  overflow: hidden;
  grid-column: 1 / 3;
  height: 280px
}

.spk-title__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .82;
  display: block
}

.spk-title__stat {
  background: #F2F4F6;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.spk-title__stat-num {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #09154B
}

.spk-title__stat-label {
  font-size: 13px;
  line-height: 1.6;
  color: #324457
}

.spk-eng {
  padding: 96px 0;
  background: #F2F4F6;
  position: relative
}

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

.spk-eng__leaf svg {
  position: absolute;
  top: -40px;
  right: -60px;
  opacity: .04;
  width: 420px;
  height: 420px
}

.spk-eng__head {
  text-align: center;
  margin-bottom: 48px
}

.spk-eng__h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B;
  margin: 16px 0
}

.spk-eng__h2 span {
  color: #324457
}

.spk-eng__sub {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  max-width: 560px;
  margin: 0 auto
}

.spk-eng__list {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.spk-eng__item {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 24px;
  align-items: start;
  box-shadow: 0 1px 6px -2px #09154b12;
  transition: box-shadow .18s ease-out, transform .18s ease-out
}

.spk-eng__item:hover {
  box-shadow: 0 7px 18px -2px #09154b1a;
  transform: translateY(-2px)
}

.spk-eng__num {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #09154b1a;
  text-align: center;
  padding-top: 8px
}

.spk-eng__event-title {
  font-size: 20px;
  line-height: 1.2;
  color: #09154B;
  font-weight: 700;
  margin: 0 0 8px
}

.spk-eng__event-title span {
  color: #324457
}

.spk-eng__event-meta {
  font-size: 13px;
  line-height: 1.6;
  color: #324457b3;
  margin: 0 0 8px
}

.spk-eng__event-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.spk-eng__pull {
  font-size: 20px;
  line-height: 1.6;
  color: #09154B;
  font-weight: 600;
  max-width: 180px;
  text-align: right;
  padding-top: 8px
}

.spk-topics {
  padding: 96px 0;
  background: #fff
}

.spk-topics__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.spk-topics__h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B;
  margin: 16px 0 24px
}

.spk-topics__h2 span {
  color: #324457
}

.spk-topics__body {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin: 0 0 24px
}

.spk-topics__card {
  background: #F2F4F6;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  transition: background .15s ease-out
}

.spk-topics__card:last-child {
  margin-bottom: 0
}

.spk-topics__card:hover {
  background: #09154b0d
}

.spk-topics__card-n {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
  color: #09154b26
}

.spk-topics__card-h {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #09154B;
  margin: 0 0 8px
}

.spk-topics__card-p {
  font-size: 14px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.spk-topics__quote {
  margin-top: 24px;
  padding: 24px;
  background: linear-gradient(73deg, #09154B 0%, transparent 60%, #324457 100%);
  border-radius: 16px;
  color: #fff
}

.spk-topics__quote-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 16px;
  font-style: italic
}

.spk-topics__quote-attr {
  font-size: 13px;
  line-height: 1.6;
  opacity: .75;
  margin: 0
}

.spk-contact {
  padding: 96px 0;
  background: #09154B;
  position: relative
}

.spk-contact__dec {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 90px;
  height: 90px;
  pointer-events: none;
  overflow: hidden
}

.spk-contact__dec-line {
  position: absolute;
  border: 1.5px solid #ffffff1a
}

.spk-contact__dec-line--t {
  top: 0;
  left: 16px;
  right: 0
}

.spk-contact__dec-line--l {
  top: 0;
  left: 0;
  bottom: 16px;
  width: 1.5px;
  height: auto
}

.spk-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.spk-contact__h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #fff;
  margin: 16px 0 24px
}

.spk-contact__h2 span {
  color: #f2f4f699
}

.spk-contact__body {
  font-size: 16px;
  line-height: 1.6;
  color: #f2f4f6cc;
  margin: 0 0 24px
}

.spk-contact__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff14;
  border: 1px solid #ffffff26;
  border-radius: 26px;
  padding: 8px 16px;
  font-size: 13px;
  color: #F2F4F6;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase
}

.spk-contact__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 40px;
  background: #F2F4F6;
  display: inline-block
}

.spk-contact__right {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  padding: 48px
}

.spk-contact__detail {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.spk-contact__row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.spk-contact__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #ffffff1a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.spk-contact__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #F2F4F6;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.spk-contact__row-label {
  font-size: 13px;
  line-height: 1.6;
  color: #f2f4f68c;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: .04em
}

.spk-contact__row-val {
  font-size: 16px;
  line-height: 1.6;
  color: #F2F4F6;
  margin: 0
}

.spk-contact__row-val a {
  color: #F2F4F6;
  text-decoration: none;
  transition: opacity .15s ease-out
}

.spk-contact__row-val a:hover {
  opacity: .7
}

.spk-contact__cta {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.spk-contact__btn--pri {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F2F4F6;
  color: #09154B;
  border: none;
  border-radius: 10px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 7px 18px -2px #09154b21;
  transition: filter .18s ease-out, box-shadow .18s ease-out
}

.spk-contact__btn--pri:hover {
  filter: brightness(1.05);
  box-shadow: 0 9px 44px -2px #09154b21
}

.spk-contact__btn--sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #F2F4F6;
  border: 1px solid #f2f4f659;
  border-radius: 10px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .15s ease-out, background .15s ease-out
}

.spk-contact__btn--sec:hover {
  border-color: #f2f4f6b3;
  background: #ffffff12
}

@media (max-width: 768px) {

  .spk-title__grid,
  .spk-topics__grid,
  .spk-contact__grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .spk-title__h1 {
    font-size: 37px
  }

  .spk-eng__item {
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto
  }

  .spk-eng__pull {
    grid-column: 2;
    text-align: left;
    max-width: 100%;
    font-size: 16px
  }

  .spk-contact__right {
    padding: 24px
  }

  .spk-title__mosaic {
    grid-template-columns: 1fr
  }

  .spk-title__img-wrap {
    grid-column: 1;
    height: 200px
  }
}

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

.sub-pg .pg-band {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.sub-pg .diag-block {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  background: linear-gradient(73deg, #09154B 0%, #09154B 38%, transparent 55%, #F2F4F6 55%, #F2F4F6 100%)
}

.sub-pg .diag-block__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1
}

.sub-pg .diag-block__left {
  flex: 0 0 52%;
  max-width: 52%
}

.sub-pg .diag-block__right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px
}

.sub-pg .diag-block__tag {
  display: inline-block;
  font-size: 13px;
  line-height: 1.6;
  color: #09154b8c;
  background: #09154b12;
  border-radius: 5px;
  padding: 8px 16px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.sub-pg .diag-block__h1 {
  font-size: clamp(37px, 5vw, 52px);
  line-height: 1.2;
  margin: 0;
  color: #fff
}

.sub-pg .diag-block__h1 span {
  color: #F2F4F6;
  opacity: .55
}

.sub-pg .diag-block__sub {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffffd1;
  margin: 0;
  max-width: 380px
}

.sub-pg .diag-block__img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 380px;
  box-shadow: 0 9px 44px -2px #09154b21
}

.sub-pg .diag-block__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.7) brightness(0.88) contrast(1.08)
}

.sub-pg .diag-block__geo {
  position: absolute;
  border-radius: 10px;
  opacity: .09;
  pointer-events: none
}

.sub-pg .diag-block__geo--a {
  width: 140px;
  height: 140px;
  border: 3px solid #F2F4F6;
  top: -32px;
  right: -24px;
  border-radius: 40px
}

.sub-pg .diag-block__geo--b {
  width: 72px;
  height: 72px;
  background: #F2F4F6;
  bottom: 32px;
  left: -20px;
  border-radius: 16px;
  opacity: .13
}

.sub-pg .diag-block__kpi {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  background: #09154b0f;
  border-radius: 10px;
  padding: 16px
}

.sub-pg .diag-block__kpi-num {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #09154B
}

.sub-pg .diag-block__kpi-label {
  font-size: 14px;
  line-height: 1.6;
  color: #324457;
  max-width: 160px
}

.sub-pg .diag-block__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #09154B;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 10px;
  padding: 16px 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: brightness .18s ease-out, box-shadow .18s ease-out;
  box-shadow: 0 7px 18px -2px #09154b1a
}

.sub-pg .diag-block__btn:hover {
  filter: brightness(1.15);
  box-shadow: 0 9px 44px -2px #09154b21
}

.sub-pg .diag-block__btn:focus-visible {
  outline: 3px solid #324457;
  outline-offset: 3px
}

.sub-pg .detail-band {
  background: #F2F4F6;
  padding-top: 96px;
  padding-bottom: 96px
}

.sub-pg .detail-band__inner {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.sub-pg .detail-band__col-main {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.sub-pg .detail-band__col-side {
  flex: 0 0 300px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.sub-pg .detail-band__label {
  font-size: 13px;
  line-height: 1.6;
  color: #32445799;
  text-transform: uppercase;
  letter-spacing: .05em
}

.sub-pg .detail-band__h2 {
  font-size: clamp(27px, 3.5vw, 37px);
  line-height: 1.2;
  color: #09154B;
  margin: 0 0 16px
}

.sub-pg .detail-band__h2 span {
  color: #324457
}

.sub-pg .detail-band__body {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.sub-pg .detail-band__pull {
  font-size: 20px;
  line-height: 1.6;
  color: #09154B;
  border-top: 2px solid #09154b26;
  padding-top: 16px;
  margin: 0
}

.sub-pg .detail-band__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.sub-pg .detail-band__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  position: relative
}

.sub-pg .detail-band__num {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  color: #09154b12;
  min-width: 56px;
  text-align: right;
  user-select: none;
  pointer-events: none
}

.sub-pg .detail-band__item-body {
  padding-top: 8px
}

.sub-pg .detail-band__item-h {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #09154B;
  margin: 0 0 8px
}

.sub-pg .detail-band__item-p {
  font-size: 14px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.sub-pg .side-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 7px 18px -2px #09154b1a;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.sub-pg .side-card__icon-wrap {
  width: 48px;
  height: 48px;
  background: #09154b12;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

.sub-pg .side-card__icon-wrap svg {
  width: 24px;
  height: 24px
}

.sub-pg .side-card__h {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #09154B;
  margin: 0
}

.sub-pg .side-card__p {
  font-size: 14px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.sub-pg .stat-shape {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border: 3px solid #09154B;
  border-radius: 26px;
  background: transparent;
  align-self: center;
  animation: bg-fade 6s ease-in-out infinite
}

@keyframes bg-fade {

  0%,
  100% {
    background: #09154b00
  }

  50% {
    background: #09154b0f
  }
}

.sub-pg .stat-shape__num {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #09154B
}

.sub-pg .stat-shape__desc {
  font-size: 13px;
  line-height: 1.6;
  color: #324457;
  text-align: center
}

.sub-pg .brace-wrap {
  position: relative;
  padding: 24px 24px 24px 40px;
  background: #09154b0a;
  border-radius: 10px
}

.sub-pg .brace-wrap::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  bottom: 16px;
  width: 3px;
  background: #09154B;
  border-radius: 5px;
  opacity: .25
}

.sub-pg .brace-wrap__text {
  font-size: 14px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.sub-pg .contact-strip {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background: #09154B;
  border-radius: 10px
}

.sub-pg .contact-strip__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff1a;
  border-radius: 5px
}

.sub-pg .contact-strip__icon svg {
  width: 18px;
  height: 18px
}

.sub-pg .contact-strip__text {
  font-size: 13px;
  line-height: 1.6;
  color: #ffffffb3;
  margin: 0
}

.sub-pg .contact-strip__link {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .15s ease-out
}

.sub-pg .contact-strip__link:hover {
  opacity: .75
}

@media (max-width: 860px) {
  .sub-pg .diag-block {
    background: linear-gradient(180deg, #09154B 0%, #09154B 55%, #F2F4F6 55%, #F2F4F6 100%);
    padding-top: 48px;
    padding-bottom: 48px
  }

  .sub-pg .diag-block__row {
    flex-direction: column
  }

  .sub-pg .diag-block__left {
    flex: unset;
    max-width: 100%;
    width: 100%
  }

  .sub-pg .diag-block__right {
    width: 100%
  }

  .sub-pg .diag-block__img-wrap {
    height: 260px
  }

  .sub-pg .detail-band__inner {
    flex-direction: column
  }

  .sub-pg .detail-band__col-side {
    flex: unset;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
  }

  .sub-pg .side-card {
    flex: 1 1 240px
  }

  .sub-pg .stat-shape {
    align-self: flex-start
  }
}

@media (max-width: 560px) {
  .sub-pg .diag-block {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .sub-pg .detail-band {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .sub-pg .diag-block__h1 {
    font-size: 37px
  }

  .sub-pg .detail-band__col-side {
    flex-direction: column
  }
}

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

.evts__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.evts__divider {
  height: 2px;
  background: linear-gradient(73deg, #09154B, transparent 50%, #324457);
  border: none;
  margin: 0
}

.evts-lead {
  background: #fff;
  padding: 96px 24px 48px
}

.evts-lead__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end
}

.evts-lead__text h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #09154B;
  margin: 0 0 24px
}

.evts-lead__text h1 span {
  color: #324457
}

.evts-lead__text h1 em {
  font-style: normal;
  display: inline-block;
  position: relative
}

.evts-lead__text h1 em::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: linear-gradient(73deg, #09154B, #324457);
  border-radius: 5px
}

.evts-lead__text p {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin: 0;
  max-width: 480px
}

.evts-lead__stat {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}

.evts-lead__badge {
  background: #F2F4F6;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 7px 18px -2px #09154b1a
}

.evts-lead__badge-num {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B;
  font-weight: 700;
  display: block
}

.evts-lead__badge-label {
  font-size: 13px;
  line-height: 1.6;
  color: #324457
}

.evts__divider {
  margin: 0
}

.evts-cards {
  background: #F2F4F6;
  padding: 48px 24px 96px
}

.evts-cards__head {
  max-width: 1100px;
  margin: 0 auto 48px
}

.evts-cards__head h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B;
  margin: 0 0 8px
}

.evts-cards__head h2 span {
  color: #324457
}

.evts-cards__head p {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.evts-cards__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.evts-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 6px -2px #09154b12;
  transition: box-shadow .18s ease-out;
  display: flex;
  flex-direction: column
}

.evts-card:hover {
  box-shadow: 0 9px 44px -2px #09154b21
}

.evts-card--featured {
  grid-row: span 1
}

.evts-card__img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative
}

.evts-card--featured .evts-card__img-wrap {
  height: 280px
}

.evts-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .5s cubic-bezier(0.4, 0, 0.6, 1)
}

.evts-card:hover .evts-card__img-wrap img {
  transform: translateX(6px)
}

.evts-card__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(73deg, #09154b73, transparent 60%);
  pointer-events: none
}

.evts-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1
}

.evts-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F2F4F6;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #09154B
}

.evts-card h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #09154B;
  margin: 0
}

.evts-card--featured h3 {
  font-size: 27px
}

.evts-card__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.evts-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.evts-card__meta-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.evts-card__meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: #324457
}

.evts-card__meta-item svg {
  flex-shrink: 0
}

.evts-card__price-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto
}

.evts-card__price {
  font-size: 27px;
  line-height: 1.2;
  color: #09154B;
  font-weight: 700
}

.evts-card--featured .evts-card__price {
  font-size: 37px
}

.evts-card__seats {
  font-size: 13px;
  line-height: 1.6;
  color: #324457;
  background: #F2F4F6;
  border-radius: 5px;
  padding: 4px 10px
}

.evts-card__btn {
  display: inline-block;
  background: #09154B;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: brightness .15s ease-out;
  text-align: center
}

.evts-card__btn:hover {
  filter: brightness(1.18)
}

.evts-card__btn--outline {
  background: transparent;
  color: #09154B;
  border: 2px solid #09154B
}

.evts-card__btn--outline:hover {
  background: #09154B;
  color: #fff
}

.evts__divider2 {
  height: 2px;
  background: linear-gradient(73deg, #324457, transparent 50%, #09154B);
  border: none;
  margin: 0
}

.evts-why {
  background: #fff;
  padding: 96px 24px 48px
}

.evts-why__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.evts-why__left h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B;
  margin: 0 0 24px
}

.evts-why__left h2 span {
  color: #324457
}

.evts-why__pull {
  font-size: 20px;
  line-height: 1.6;
  color: #09154B;
  font-weight: 600;
  margin: 0 0 16px;
  padding: 16px;
  background: #F2F4F6;
  border-radius: 10px;
  box-shadow: inset 0 1px 6px -2px #09154b12
}

.evts-why__body {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.evts-why__right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.evts-why__item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.evts-why__num {
  font-size: 52px;
  line-height: 1.2;
  color: #09154B;
  opacity: .12;
  font-weight: 700;
  flex-shrink: 0;
  width: 48px;
  text-align: right
}

.evts-why__item-text h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #09154B;
  margin: 0 0 8px
}

.evts-why__item-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.evts__divider3 {
  height: 2px;
  background: linear-gradient(73deg, #09154B, transparent 50%, #324457);
  border: none;
  margin: 0
}

.evts-experts {
  background: #09154B;
  padding: 48px 24px 96px;
  position: relative;
  overflow: hidden
}

.evts-experts__circle {
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px solid #ffffff0f;
  pointer-events: none
}

.evts-experts__circle2 {
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px solid #ffffff0a;
  pointer-events: none
}

.evts-experts__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative
}

.evts-experts__head {
  text-align: center;
  margin-bottom: 48px
}

.evts-experts__head h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 16px
}

.evts-experts__head h2 span {
  color: #F2F4F6;
  opacity: .7
}

.evts-experts__head p {
  font-size: 16px;
  line-height: 1.6;
  color: #f2f4f6bf;
  margin: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto
}

.evts-experts__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.evts-expert {
  background: #ffffff0f;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  transition: background .2s ease-out, backdrop-filter .2s ease-out
}

.evts-expert:hover {
  background: #ffffff1f;
  backdrop-filter: blur(8px)
}

.evts-expert__portrait {
  width: 96px;
  height: 123px;
  border-radius: 26px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 7px 18px -2px #09154b21
}

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

.evts-expert__info {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.evts-expert__name {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600
}

.evts-expert__role {
  font-size: 13px;
  line-height: 1.6;
  color: #f2f4f6a6
}

.evts-expert__bio {
  font-size: 14px;
  line-height: 1.6;
  color: #f2f4f6cc;
  margin: 0
}

.evts__divider4 {
  height: 2px;
  background: linear-gradient(73deg, #324457, transparent 50%, #09154B);
  border: none;
  margin: 0
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 1px 6px -2px #09154b12
  }

  50% {
    box-shadow: 0 9px 44px -2px #09154b2e
  }

  100% {
    box-shadow: 0 1px 6px -2px #09154b12
  }
}

.evts-card--featured {
  animation: shadow-pulse 3.5s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.evts-card--featured:hover {
  animation: none;
  box-shadow: 0 9px 44px -2px #09154b21
}

@media (max-width: 900px) {
  .evts-lead__grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .evts-lead__stat {
    align-items: flex-start;
    flex-direction: row
  }

  .evts-cards__grid {
    grid-template-columns: 1fr
  }

  .evts-why__inner {
    grid-template-columns: 1fr
  }

  .evts-experts__row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 600px) {
  .evts-lead__text h1 {
    font-size: 37px
  }

  .evts-card--featured h3 {
    font-size: 20px
  }

  .evts-card__price-row {
    flex-direction: column;
    align-items: flex-start
  }

  .evts-expert {
    flex-direction: column
  }
}

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

.abt-pg .pg-limit {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.abt-pg .split-head--a {
  color: #09154B
}

.abt-pg .split-head--b {
  color: #324457
}

.abt-pg .top-band {
  background: #09154B;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative
}

.abt-pg .top-band__bg-circle {
  position: absolute;
  border-radius: 50%;
  background: #3244572e;
  pointer-events: none
}

.abt-pg .top-band__bg-circle--lg {
  width: 520px;
  height: 520px;
  top: -120px;
  left: -160px
}

.abt-pg .top-band__bg-circle--sm {
  width: 240px;
  height: 240px;
  bottom: -60px;
  right: 80px
}

.abt-pg .top-band__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end
}

.abt-pg .top-band__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 48px
}

.abt-pg .top-band__label {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #f2f4f68c;
  line-height: 1.2
}

.abt-pg .top-band__h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #F2F4F6;
  margin: 0
}

.abt-pg .top-band__sub {
  font-size: 20px;
  line-height: 1.6;
  color: #f2f4f6bf;
  margin: 0;
  max-width: 440px
}

.abt-pg .top-band__right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px
}

.abt-pg .top-band__img-wrap {
  width: 100%;
  max-width: 460px;
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 44px -2px #09154b21;
  position: relative
}

.abt-pg .top-band__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.7) brightness(0.85);
  mix-blend-mode: luminosity
}

.abt-pg .top-band__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(73deg, #09154b9e 0%, transparent 55%, #32445761 100%);
  border-radius: 16px
}

.abt-pg .top-band__shape {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 26px;
  border: 2px solid #f2f4f624;
  top: -24px;
  right: -16px;
  pointer-events: none
}

.abt-pg .top-band__shape--sm {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #f2f4f61a;
  bottom: 16px;
  left: -24px;
  top: auto;
  right: auto
}

.abt-pg .top-band__stat-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  max-width: 460px
}

.abt-pg .top-band__stat {
  flex: 1;
  background: #f2f4f612;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #f2f4f61a;
  box-shadow: inset 0 1px 6px -2px #f2f4f60f
}

.abt-pg .top-band__stat-num {
  font-size: 37px;
  line-height: 1.2;
  color: #F2F4F6;
  display: block
}

.abt-pg .top-band__stat-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #f2f4f68c;
  display: block;
  margin-top: 8px
}

.abt-pg .div-line--a {
  height: 2px;
  background: linear-gradient(90deg, #09154B 0%, #324457 40%, transparent 100%);
  margin: 0
}

.abt-pg .story-band {
  background: #F2F4F6;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%)
}

.abt-pg .story-band__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start
}

.abt-pg .story-band__body {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-pg .story-band__eyebrow {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #324457;
  line-height: 1.2
}

.abt-pg .story-band__h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B;
  margin: 0
}

.abt-pg .story-band__para {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.abt-pg .story-band__pull {
  font-size: 20px;
  line-height: 1.6;
  color: #09154B;
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 7px 18px -2px #09154b1a
}

.abt-pg .story-band__side {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px
}

.abt-pg .story-band__img-wrap {
  width: 100%;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 7px 18px -2px #09154b1a
}

.abt-pg .story-band__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .story-band__tag {
  font-size: 14px;
  line-height: 1.6;
  color: #324457;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 1px 6px -2px #09154b12
}

.abt-pg .story-band__tag strong {
  color: #09154B
}

.abt-pg .div-line--b {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #324457 50%, #09154B 100%);
  margin: 0
}

.abt-pg .team-band {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative
}

.abt-pg .team-band__bg-circle {
  position: absolute;
  border-radius: 50%;
  background: #09154b0a;
  pointer-events: none
}

.abt-pg .team-band__bg-circle--a {
  width: 360px;
  height: 360px;
  top: 40px;
  right: -80px
}

.abt-pg .team-band__bg-circle--b {
  width: 180px;
  height: 180px;
  bottom: 48px;
  left: 48px
}

.abt-pg .team-band__head {
  text-align: center;
  margin-bottom: 48px
}

.abt-pg .team-band__h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B;
  margin: 0 0 16px
}

.abt-pg .team-band__intro {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  max-width: 560px;
  margin: 0 auto
}

.abt-pg .team-band__layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: start;
  background: #F2F4F6;
  border-radius: 26px;
  padding: 48px;
  box-shadow: 0 7px 18px -2px #09154b1a
}

.abt-pg .team-band__portrait-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.abt-pg .team-band__portrait {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 7px 18px -2px #09154b1a;
  border: 3px solid #fff
}

.abt-pg .team-band__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .team-band__name {
  font-size: 20px;
  line-height: 1.2;
  color: #09154B;
  text-align: center;
  margin: 0
}

.abt-pg .team-band__role {
  font-size: 13px;
  line-height: 1.6;
  color: #324457;
  text-align: center
}

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

.abt-pg .team-band__quote {
  font-size: 20px;
  line-height: 1.6;
  color: #09154B;
  margin: 0;
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 6px -2px #09154b12
}

.abt-pg .team-band__bio {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin: 0
}

.abt-pg .team-band__skills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.abt-pg .team-band__skill {
  font-size: 13px;
  line-height: 1.2;
  color: #09154B;
  background: #fff;
  border: 1px solid #09154b26;
  border-radius: 5px;
  padding: 8px 16px;
  transition: background .18s ease-out, color .18s ease-out
}

.abt-pg .team-band__skill:hover {
  background: #09154B;
  color: #F2F4F6
}

.abt-pg .div-line--c {
  height: 2px;
  background: linear-gradient(90deg, #09154B 0%, transparent 60%);
  margin: 0
}

.abt-pg .approach-band {
  background: #09154B;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden
}

.abt-pg .approach-band__spotlight {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, #32445747 0%, transparent 70%);
  pointer-events: none;
  animation: spot-drift 9s ease-out infinite alternate;
  top: -100px;
  left: -100px
}

@keyframes spot-drift {
  0% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(180px, 120px)
  }
}

.abt-pg .approach-band__h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #F2F4F6;
  margin: 0 0 48px;
  text-align: center
}

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

.abt-pg .approach-card {
  background: #f2f4f60f;
  border: 1px solid #f2f4f61a;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: inset 0 1px 6px -2px #f2f4f60d;
  transition: background .22s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-pg .approach-card:hover {
  background: #f2f4f61c;
  box-shadow: 0 7px 18px -2px #09154b21 inset 0 1px 6px -2px #f2f4f614
}

.abt-pg .approach-card__num {
  font-size: 52px;
  line-height: 1.2;
  color: #f2f4f61a;
  display: block;
  margin-bottom: -8px
}

.abt-pg .approach-card__title {
  font-size: 20px;
  line-height: 1.2;
  color: #F2F4F6;
  margin: 0
}

.abt-pg .approach-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #f2f4f6b3;
  margin: 0
}

.abt-pg .approach-band__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center
}

.abt-pg .approach-band__img-wrap {
  width: 100%;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 44px -2px #09154b21
}

.abt-pg .approach-band__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.6) brightness(0.8)
}

.abt-pg .approach-band__cta-block {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-pg .approach-band__cta-text {
  font-size: 16px;
  line-height: 1.6;
  color: #f2f4f6bf;
  margin: 0
}

.abt-pg .approach-band__highlight {
  background: #f2f4f626;
  border-radius: 5px;
  padding: 0 8px;
  color: #F2F4F6
}

.abt-pg .approach-band__btn-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.abt-pg .btn-primary {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #09154B;
  background: #F2F4F6;
  border: none;
  border-radius: 10px;
  padding: 16px 24px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 7px 18px -2px #09154b1a;
  transition: filter .15s ease-out, box-shadow .15s ease-out
}

.abt-pg .btn-primary:hover {
  filter: brightness(1.07);
  box-shadow: 0 9px 44px -2px #09154b21
}

.abt-pg .btn-ghost {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #F2F4F6;
  background: transparent;
  border: 1px solid #f2f4f659;
  border-radius: 10px;
  padding: 16px 24px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .15s ease-out, background .15s ease-out
}

.abt-pg .btn-ghost:hover {
  border-color: #f2f4f6b3;
  background: #f2f4f612
}

.abt-pg .story-band__img2-wrap {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px -2px #09154b12
}

.abt-pg .story-band__img2-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .approach-band__img2-wrap {
  width: 100%;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 44px -2px #09154b21
}

.abt-pg .approach-band__img2-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.6) brightness(0.8)
}

@media (max-width: 900px) {
  .abt-pg .top-band__grid {
    grid-template-columns: 1fr
  }

  .abt-pg .top-band__right {
    align-items: flex-start
  }

  .abt-pg .top-band__img-wrap {
    max-width: 100%
  }

  .abt-pg .story-band__grid {
    grid-template-columns: 1fr
  }

  .abt-pg .team-band__layout {
    grid-template-columns: 1fr
  }

  .abt-pg .approach-band__grid {
    grid-template-columns: 1fr 1fr
  }

  .abt-pg .approach-band__bottom {
    grid-template-columns: 1fr
  }
}

@media (max-width: 600px) {
  .abt-pg .top-band__h1 {
    font-size: 37px
  }

  .abt-pg .approach-band__grid {
    grid-template-columns: 1fr
  }

  .abt-pg .top-band__stat-row {
    flex-direction: column
  }

  .abt-pg .team-band__layout {
    padding: 24px
  }
}

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

.succ-pg .succ-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 7px 18px -2px #09154b1a;
  padding: 48px;
  max-width: 560px;
  width: 100%;
  text-align: center
}

.succ-pg .succ-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(73deg, #09154B 0%, transparent 60%, #324457 100%);
  border-radius: 40px;
  box-shadow: inset 0 1px 6px -2px #09154b2e 0 1px 6px -2px #09154b12
}

.succ-pg .succ-card__icon svg {
  display: block
}

.succ-pg .succ-card__heading {
  font-size: 37px;
  line-height: 1.2;
  color: #09154B;
  margin: 0 0 16px
}

.succ-pg .succ-card__heading span {
  color: #324457
}

.succ-pg .succ-card__text {
  font-size: 16px;
  line-height: 1.6;
  color: #324457;
  margin: 0 0 48px
}

.succ-pg .succ-card__divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(73deg, #09154B 0%, transparent 60%, #324457 100%);
  border-radius: 5px;
  margin: 0 auto 48px
}

.succ-pg .succ-card__meta {
  font-size: 13px;
  line-height: 1.6;
  color: #324457;
  margin: 0 0 48px;
  padding: 16px 24px;
  background: #F2F4F6;
  border-radius: 10px
}

.succ-pg .succ-card__meta strong {
  color: #09154B
}

.succ-pg .succ-card__actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap
}

.succ-pg .succ-card__btn--primary {
  display: inline-block;
  padding: 16px 24px;
  background: #09154B;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: brightness .18s ease-out
}

.succ-pg .succ-card__btn--primary:hover {
  filter: brightness(1.18)
}

.succ-pg .succ-card__btn--primary:focus {
  outline: 2px solid #09154B;
  outline-offset: 3px
}

.succ-pg .succ-card__btn--secondary {
  display: inline-block;
  padding: 16px 24px;
  background: transparent;
  color: #09154B;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid #09154B;
  cursor: pointer;
  transition: background .22s cubic-bezier(0.4, 0, 0.6, 1), color .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.succ-pg .succ-card__btn--secondary:hover {
  background: #09154B;
  color: #fff
}

.succ-pg .succ-card__btn--secondary:focus {
  outline: 2px solid #09154B;
  outline-offset: 3px
}

@media (max-width: 600px) {
  .succ-pg .succ-card {
    padding: 48px 24px
  }

  .succ-pg .succ-card__heading {
    font-size: 27px
  }

  .succ-pg .succ-card__actions {
    flex-direction: column;
    align-items: stretch
  }

  .succ-pg .succ-card__btn--primary,
  .succ-pg .succ-card__btn--secondary {
    text-align: center
  }
}