@import "https://cdn.jsdelivr.net/npm/@fontsource/fira-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/fira-sans@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/fira-sans@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/dm-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/dm-sans@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/dm-sans@latest/700.css";

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

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
  color: #1b0a1e
}

.top-bar {
  background: linear-gradient(90deg, #A82DB4 0%, #A72A1A 100%);
  padding: 4px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px
}

.top-bar-link {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  color: #ECCEED;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.top-bar-link:hover {
  color: #fff
}

.top-bar-link .icon {
  font-size: 13px
}

.hd-shell {
  background: #fff;
  box-shadow: 2px 7px 20px 0 #a82db41a;
  position: relative;
  z-index: 100
}

.hd-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 48px 12px;
  border-bottom: 1px solid #ECCEED;
  max-width: 1400px;
  margin: 0 auto
}

.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ECCEED;
  box-shadow: 2px 3px 4px 0 #a82db414;
  border-radius: 1px;
  padding: 12px;
  width: 85px;
  height: 85px
}

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

.brand-text {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.brand-name {
  font-family: 'Fira Sans', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  color: #A82DB4;
  letter-spacing: 0
}

.brand-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #5c2060
}

.hd-nav-row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px
}

.hd-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 12px 0;
  list-style: none;
  margin: 0
}

.hd-nav li {
  margin: 0
}

.hd-nav-link {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #2a0a2e;
  text-decoration: none;
  display: block;
  padding: 12px 24px;
  border-radius: 38px;
  border: 1px solid transparent;
  transition: color .24s cubic-bezier(0.4, 0, 0.2, 1), background .24s cubic-bezier(0.4, 0, 0.2, 1), border-color .24s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap
}

.hd-nav-link:hover,
.hd-nav-link:focus {
  color: #A82DB4;
  background: #ECCEED;
  border-color: #A82DB4;
  transform: perspective(300px) rotateX(4deg);
  outline: none
}

.hd-nav-link:focus-visible {
  outline: 2px solid #A82DB4;
  outline-offset: 2px
}

.hd-nav-link.active {
  color: #fff;
  background: linear-gradient(135deg, #A82DB4 0%, #A72A1A 100%);
  border-color: transparent;
  box-shadow: 2px 3px 4px 0 #a82db414
}

.hd-nav-link:focus::before {
  content: attr(data-label);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #A82DB4;
  background: #fff;
  padding: 2px 4px;
  border-radius: 1px;
  border: 1px solid #ECCEED;
  white-space: nowrap;
  pointer-events: none
}

.hd-nav li {
  position: relative
}

.ft-shell {
  background: linear-gradient(180deg, #2a0a2e 0%, #1b0a1e 100%);
  color: #ECCEED;
  padding: 48px 0 0
}

.ft-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px
}

.ft-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap
}

.ft-brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 220px;
  flex: 0 0 auto
}

.ft-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ECCEED;
  box-shadow: 2px 3px 4px 0 #a82db414;
  border-radius: 1px;
  padding: 12px;
  width: 80px;
  height: 80px
}

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

.ft-brand-name {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff
}

.ft-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #ECCEED;
  max-width: 320px
}

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

.ft-contact-label {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0
}

.ft-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #ECCEED
}

.ft-contact-item .icon {
  color: #A82DB4;
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0
}

.ft-contact-link {
  color: #ECCEED;
  text-decoration: none;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.ft-divider {
  width: 100%;
  height: 1px;
  background: #a82db440
}

.ft-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 48px
}

.ft-legal-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0
}

.ft-legal-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #ECCEED;
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 38px;
  border: 1px solid transparent;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft-legal-link:hover {
  color: #fff;
  border-color: #a82db466
}

.ft-copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #ecceed99
}

.ck-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #A82DB4;
  box-shadow: 2px 9px 44px 0 #a82db41f;
  z-index: 1000;
  display: none;
  transform: translateY(-100%);
  transition: transform .26s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.ck-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px
}

.ck-text-hold {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto
}

.ck-msg {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2a0a2e
}

.ck-head {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #A82DB4
}

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

.ck-btn {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 38px;
  border: 2px solid #A82DB4;
  background: transparent;
  color: #A82DB4;
  cursor: pointer;
  transition: background .24s cubic-bezier(0.4, 0, 0.2, 1), color .24s cubic-bezier(0.4, 0, 0.2, 1)
}

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

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

.ck-btn.accept:hover {
  background: #A72A1A;
  border-color: #A72A1A
}

.ck-settings-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 38px;
  background: #A82DB4;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 7px 20px 0 #a82db41a;
  z-index: 900;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-settings-btn:hover {
  background: #A72A1A;
  transform: perspective(300px) rotateX(4deg)
}

.ck-settings-btn .icon {
  color: #fff;
  font-size: 18px
}

@media (max-width: 768px) {
  .hd-logo-row {
    padding: 24px 24px 12px;
    flex-direction: column;
    text-align: center;
    gap: 12px
  }

  .brand-text {
    margin-left: 0;
    align-items: center
  }

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

  .hd-nav-row {
    padding: 0 12px
  }

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

  .ft-inner {
    padding: 0 24px
  }

  .ft-top {
    flex-direction: column;
    gap: 24px
  }

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

  .ck-inner {
    padding: 12px 24px;
    flex-direction: column;
    align-items: flex-start
  }

  .top-bar {
    padding: 4px 12px;
    flex-wrap: wrap;
    gap: 12px
  }
}

.text-doc {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 48px
}

.text-doc p {
  font-size: 18px;
  line-height: 1.6;
  color: #2d2d2d;
  margin-bottom: 24px
}

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

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

.text-doc hr {
  border: none;
  border-top: 1px solid #ECCEED;
  margin: 48px 0;
  opacity: .7
}

.text-doc div {
  margin-bottom: 24px;
  padding: 24px;
  background: #fdf6fe;
  border-radius: 38px;
  box-shadow: inset 2px 3px 4px 0 #a82db414
}

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

  .text-doc p {
    font-size: 15px
  }

  .text-doc div {
    padding: 12px
  }
}

.std-proj-det {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px
}

.std-proj-det .grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#a82db40f 1px, transparent 1px), linear-gradient(90deg, #a82db40f 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0
}

.std-proj-det .top-bar {
  position: relative;
  background: #fff;
  padding: 48px 0;
  overflow: hidden
}

.std-proj-det .top-bar-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 860px
}

.std-proj-det .cat-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #A82DB4;
  padding: 4px 12px;
  border: 1px solid #a82db440;
  border-radius: 1px;
  background: #ecceed4d
}

.std-proj-det .cat-tag .tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #A82DB4;
  flex-shrink: 0
}

.std-proj-det .top-bar h1 {
  font-size: 42px;
  line-height: 1.15;
  color: #1e0a20;
  margin: 0;
  font-weight: 700
}

.std-proj-det .top-caption {
  display: block;
  font-size: 15px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #A72A1A;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 2px solid #A72A1A;
  width: fit-content
}

.std-proj-det .meta-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center
}

.std-proj-det .meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  color: #4a2050
}

.std-proj-det .meta-item .icon {
  color: #A82DB4;
  font-size: 15px
}

.std-proj-det .wave-bg {
  position: relative;
  overflow: hidden
}

.std-proj-det .wave-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, #a82db40a 30%, #a72a1a08 60%, transparent 100%);
  animation: wave-pass 8s linear infinite;
  pointer-events: none;
  z-index: 0
}

@keyframes wave-pass {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(33.33%)
  }
}

.std-proj-det .img-block {
  position: relative;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 2px 9px 44px 0 #a82db41f;
  flex-shrink: 0
}

.std-proj-det .img-block img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: blur(8px);
  transition: filter .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.std-proj-det .img-block img.loaded {
  filter: blur(0)
}

.std-proj-det .img-blur-fg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, #ecceed59, transparent);
  pointer-events: none
}

.std-proj-det .body-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
  position: relative;
  z-index: 1
}

.std-proj-det .desc-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.std-proj-det .desc-col .desc-text {
  font-size: 18px;
  line-height: 1.6;
  color: #2a0d2e
}

.std-proj-det .desc-col .desc-text h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1e0a20;
  margin-bottom: 12px;
  line-height: 1.4
}

.std-proj-det .desc-col .desc-text ul,
.std-proj-det .desc-col .desc-text ol {
  padding-left: 24px;
  margin: 12px 0
}

.std-proj-det .desc-col .desc-text li {
  margin-bottom: 4px;
  line-height: 1.6
}

.std-proj-det .desc-col .desc-text figure {
  margin: 24px 0;
  border-radius: 1px;
  overflow: hidden
}

.std-proj-det .desc-col .desc-text figcaption {
  font-size: 15px;
  color: #7a4080;
  margin-top: 4px
}

.std-proj-det .desc-col .desc-text cite {
  font-style: italic;
  color: #A72A1A
}

.std-proj-det .desc-col .desc-text details {
  border: 1px solid #a82db433;
  border-radius: 1px;
  padding: 12px;
  margin: 12px 0
}

.std-proj-det .desc-col .desc-text summary {
  font-weight: 600;
  cursor: pointer;
  color: #A82DB4;
  font-size: 15px
}

.std-proj-det .price-card {
  position: sticky;
  top: 24px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 2px 7px 20px 0 #a82db41a inset 0 2px 8px 0 #a82db40d;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 3px solid #A82DB4
}

.std-proj-det .price-val {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  color: #1e0a20
}

.std-proj-det .price-des {
  font-size: 15px;
  line-height: 1.6;
  color: #4a2050
}

.std-proj-det .price-note {
  font-size: 15px;
  color: #7a4080;
  border-top: 1px solid #a82db426;
  padding-top: 12px
}

.std-proj-det .seats-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #ecceed66;
  border-radius: 1px
}

.std-proj-det .seats-num {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  color: #A82DB4
}

.std-proj-det .seats-label {
  font-size: 15px;
  color: #2a0d2e;
  line-height: 1.4
}

.std-proj-det .enroll-btn {
  display: block;
  width: 100%;
  padding: 24px 12px;
  background: linear-gradient(112deg, #A82DB4, #A72A1A);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 7px 20px 0 #a82db41a;
  transition: box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.std-proj-det .enroll-btn:hover {
  box-shadow: 2px 9px 44px 0 #a82db42e;
  transform: perspective(600px) rotateX(-2deg) translateY(-2px)
}

.std-proj-det .enroll-btn:focus {
  outline: 3px solid #A82DB4;
  outline-offset: 3px
}

.std-proj-det .prog-sec {
  background: linear-gradient(158deg, #ECCEED 0%, #fff 60%, #a72a1a0d 100%);
  padding: 96px 0;
  position: relative
}

.std-proj-det .prog-sec-inner {
  position: relative;
  z-index: 1
}

.std-proj-det .sec-label {
  font-size: 15px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #A72A1A;
  font-weight: 600;
  display: block;
  margin-bottom: 12px
}

.std-proj-det .prog-sec h2 {
  font-size: 42px;
  line-height: 1.15;
  color: #1e0a20;
  margin: 0 0 48px;
  font-weight: 700
}

.std-proj-det .prog-content {
  font-size: 18px;
  line-height: 1.6;
  color: #2a0d2e;
  max-width: 820px
}

.std-proj-det .prog-content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1e0a20;
  margin-bottom: 12px;
  line-height: 1.4
}

.std-proj-det .prog-content p {
  margin-bottom: 12px
}

.std-proj-det .prog-content ul,
.std-proj-det .prog-content ol {
  padding-left: 24px;
  margin: 12px 0
}

.std-proj-det .prog-content li {
  margin-bottom: 4px;
  line-height: 1.6
}

.std-proj-det .prog-content small {
  font-size: 15px;
  color: #7a4080
}

.std-proj-det .prog-content details {
  border: 1px solid #a82db433;
  border-radius: 1px;
  padding: 12px;
  margin: 12px 0
}

.std-proj-det .prog-content summary {
  font-weight: 600;
  cursor: pointer;
  color: #A82DB4;
  font-size: 15px
}

.std-proj-det .divider-a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0
}

.std-proj-det .divider-a .d-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #a82db44d, transparent)
}

.std-proj-det .divider-a .d-center {
  width: 12px;
  height: 12px;
  border: 2px solid #A82DB4;
  border-radius: 1px;
  transform: rotate(45deg);
  flex-shrink: 0
}

.std-proj-det .checkerboard-block {
  padding: 12px;
  border-radius: 1px;
  cursor: default;
  transition: background-color .26s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1);
  position: relative
}

.std-proj-det .checkerboard-block:hover {
  background-image: linear-gradient(45deg, #a82db412 25%, transparent 25%), linear-gradient(-45deg, #a82db412 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #a82db412 75%), linear-gradient(-45deg, transparent 75%, #a82db412 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  box-shadow: 2px 3px 4px 0 #a82db414
}

.std-proj-det .body-sec {
  padding: 96px 0;
  background: #fff;
  position: relative
}

.std-proj-det .body-sec.wave-bg {
  background: #fff
}

.std-proj-det .divider-b {
  height: 4px;
  background: linear-gradient(112deg, #A82DB4 0%, #ECCEED 50%, #A72A1A 100%);
  border-radius: 1px;
  margin: 0
}

.std-proj-det .num-faded {
  position: absolute;
  font-size: 72px;
  font-weight: 900;
  color: #a82db40f;
  line-height: 1.15;
  top: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.std-proj-det .prog-step-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
  position: relative
}

.std-proj-det .step-num {
  width: 48px;
  height: 48px;
  border-radius: 1px;
  background: linear-gradient(112deg, #A82DB4, #A72A1A);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 2px 3px 4px 0 #a82db414
}

@media (max-width: 900px) {
  .std-proj-det .body-grid {
    grid-template-columns: 1fr
  }

  .std-proj-det .price-card {
    position: static
  }

  .std-proj-det .top-bar h1 {
    font-size: 42px
  }
}

@media (max-width: 600px) {
  .std-proj-det {
    padding: 0 12px
  }

  .std-proj-det .top-bar h1 {
    font-size: 42px;
    line-height: 1.15
  }

  .std-proj-det .prog-sec h2 {
    font-size: 42px
  }

  .std-proj-det .img-block img {
    height: 260px
  }
}

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

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

.lp-pg .tb {
  background: linear-gradient(112deg, #A82DB4 0%, #7a1a8a 40%, #A72A1A 100%);
  padding-top: 96px;
  padding-bottom: 48px;
  position: relative
}

.lp-pg .tb-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.lp-pg .tb-pattern span {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ecceed2e
}

.lp-pg .tb-pattern span:nth-child(1) {
  top: 12%;
  left: 8%
}

.lp-pg .tb-pattern span:nth-child(2) {
  top: 28%;
  left: 18%
}

.lp-pg .tb-pattern span:nth-child(3) {
  top: 55%;
  left: 5%
}

.lp-pg .tb-pattern span:nth-child(4) {
  top: 75%;
  left: 22%
}

.lp-pg .tb-pattern span:nth-child(5) {
  top: 12%;
  right: 10%
}

.lp-pg .tb-pattern span:nth-child(6) {
  top: 40%;
  right: 6%
}

.lp-pg .tb-pattern span:nth-child(7) {
  top: 65%;
  right: 15%
}

.lp-pg .tb-pattern span:nth-child(8) {
  top: 80%;
  right: 28%
}

.lp-pg .tb-pattern span:nth-child(9) {
  top: 20%;
  left: 50%
}

.lp-pg .tb-pattern span:nth-child(10) {
  top: 70%;
  left: 60%
}

.lp-pg .tb-pattern span:nth-child(11) {
  top: 45%;
  left: 35%
}

.lp-pg .tb-pattern span:nth-child(12) {
  top: 88%;
  left: 45%
}

.lp-pg .tb-outlined {
  position: absolute;
  top: -40px;
  right: 48px;
  width: 320px;
  height: 320px;
  border: 1.5px solid #ecceed1f;
  border-radius: 50%;
  pointer-events: none
}

.lp-pg .tb-outlined-sm {
  position: absolute;
  bottom: 12px;
  left: 96px;
  width: 160px;
  height: 160px;
  border: 1px solid #ecceed1a;
  border-radius: 50%;
  pointer-events: none
}

.lp-pg .tb-body {
  position: relative;
  z-index: 1
}

.lp-pg .tb-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  color: #ECCEED;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 4px 12px;
  border: 1px solid #ecceed59;
  border-radius: 1px
}

.lp-pg .tb-h1 {
  font-size: 72px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 24px;
  max-width: 820px
}

.lp-pg .tb-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #ecceede0;
  max-width: 560px;
  margin: 0
}

.lp-pg .tb-meta {
  display: flex;
  flex-direction: row;
  gap: 48px;
  margin-top: 48px;
  flex-wrap: wrap
}

.lp-pg .tb-stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lp-pg .tb-stat-num {
  font-size: 42px;
  line-height: 1.15;
  color: #fff;
  font-weight: 700
}

.lp-pg .tb-stat-lbl {
  font-size: 15px;
  line-height: 1.4;
  color: #ecceedbf;
  text-transform: uppercase
}

.lp-pg .div-tri {
  display: block;
  width: 100%;
  line-height: 0
}

.lp-pg .prog {
  background: #fff;
  padding: 96px 0 48px
}

.lp-pg .prog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.lp-pg .prog-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lp-pg .prog-eyebrow {
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #A82DB4;
  letter-spacing: .06em
}

.lp-pg .prog-h2 {
  font-size: 42px;
  line-height: 1.15;
  color: #1e0a22;
  margin: 0;
  position: relative
}

.lp-pg .prog-h2 .bg-num {
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 120px;
  line-height: 1;
  color: #a82db40f;
  font-weight: 900;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.lp-pg .prog-h2 span {
  position: relative;
  z-index: 1
}

.lp-pg .prog-txt {
  font-size: 18px;
  line-height: 1.6;
  color: #2e1033;
  margin: 0
}

.lp-pg .prog-img-wrap {
  position: relative;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 2px 9px 44px 0 #a82db41f
}

.lp-pg .prog-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.1) contrast(1.05);
  transition: transform .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .prog-img-wrap:hover img {
  transform: scale(1.03) rotate3d(1, 0.3, 0, 2deg)
}

.lp-pg .prog-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, #a72a1a59 100%);
  pointer-events: none
}

.lp-pg .mod-strip {
  background: #ECCEED;
  padding: 48px 0
}

.lp-pg .mod-strip-inner {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
  flex-wrap: wrap
}

.lp-pg .mod-card {
  flex: 1 1 200px;
  background: #fff;
  border-radius: 38px;
  padding: 24px;
  box-shadow: 2px 3px 4px 0 #a82db414 inset 0 2px 8px 0 #a82db40f;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .mod-card:hover {
  transform: perspective(600px) rotate3d(0.5, 1, 0, 4deg) translateY(-4px);
  box-shadow: 2px 7px 20px 0 #a82db41a
}

.lp-pg .mod-num {
  font-size: 42px;
  line-height: 1.15;
  color: #a82db426;
  font-weight: 900
}

.lp-pg .mod-h {
  font-size: 18px;
  line-height: 1.4;
  color: #1e0a22;
  margin: 0
}

.lp-pg .mod-p {
  font-size: 15px;
  line-height: 1.6;
  color: #3d1a45;
  margin: 0
}

.lp-pg .detail {
  background: #fff;
  padding: 96px 0
}

.lp-pg .detail-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.lp-pg .detail-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.lp-pg .detail-img-col {
  grid-column: span 1;
  position: relative
}

.lp-pg .detail-img-frame {
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 2px 7px 20px 0 #a72a1a1a;
  position: relative
}

.lp-pg .detail-img-frame img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .24s cubic-bezier(0.0, 0, 0.2, 1)
}

.lp-pg .detail-img-frame:hover img {
  transform: perspective(700px) rotate3d(0, 1, 0.2, 3deg) scale(1.02)
}

.lp-pg .detail-img-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #A72A1A;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  padding: 4px 12px;
  border-radius: 1px;
  text-transform: uppercase
}

.lp-pg .detail-txt-col {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 24px
}

.lp-pg .detail-h2 {
  font-size: 42px;
  line-height: 1.15;
  color: #1e0a22;
  margin: 0;
  position: relative
}

.lp-pg .detail-h2 .bg-num {
  position: absolute;
  top: -8px;
  left: -8px;
  font-size: 110px;
  line-height: 1;
  color: #a72a1a0d;
  font-weight: 900;
  pointer-events: none;
  user-select: none
}

.lp-pg .detail-h2 span {
  position: relative;
  z-index: 1
}

.lp-pg .detail-p {
  font-size: 18px;
  line-height: 1.6;
  color: #2e1033;
  margin: 0
}

.lp-pg .steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.lp-pg .step-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 38px;
  background: linear-gradient(135deg, #fff 0%, #ecceed40 100%);
  box-shadow: 2px 3px 4px 0 #a82db414 inset 0 1px 6px 0 #a82db40d;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .step-item:hover {
  transform: perspective(500px) rotate3d(1, 0.5, 0, 3deg) translateY(-3px)
}

.lp-pg .step-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #A82DB4;
  flex-shrink: 0
}

.lp-pg .step-h {
  font-size: 15px;
  line-height: 1.4;
  color: #1e0a22;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase
}

.lp-pg .step-p {
  font-size: 15px;
  line-height: 1.6;
  color: #3d1a45;
  margin: 0
}

.lp-pg .voices {
  background: linear-gradient(160deg, #2a0830 0%, #3d0e12 100%);
  padding: 96px 0 48px
}

.lp-pg .voices-h {
  font-size: 42px;
  line-height: 1.15;
  color: #ECCEED;
  margin: 0 0 48px;
  text-align: center
}

.lp-pg .voices-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.lp-pg .voice-card {
  background: #ffffff0d;
  border-radius: 38px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 2px 7px 20px 0 #a82db41a;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .voice-card:hover {
  transform: perspective(600px) rotate3d(0.3, 1, 0, 4deg)
}

.lp-pg .voice-portrait {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 2px 3px 4px 0 #a82db414
}

.lp-pg .voice-portrait img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: center;
  display: block
}

.lp-pg .voice-name {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  margin: 0
}

.lp-pg .voice-role {
  font-size: 15px;
  line-height: 1.4;
  color: #ecceeda6;
  margin: 0;
  text-transform: uppercase
}

.lp-pg .voice-q {
  font-size: 15px;
  line-height: 1.6;
  color: #ecceede0;
  margin: 0
}

.lp-pg .voice-no-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #a82db433;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.lp-pg .voice-no-img svg {
  width: 32px;
  height: 32px;
  opacity: .5
}

.lp-pg .pricing {
  background: #fff;
  padding: 96px 0
}

.lp-pg .pricing-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px;
  flex-wrap: wrap
}

.lp-pg .pricing-h {
  font-size: 42px;
  line-height: 1.15;
  color: #1e0a22;
  margin: 0
}

.lp-pg .pricing-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #3d1a45;
  max-width: 420px;
  margin: 0
}

.lp-pg .pricing-cards {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 24px;
  align-items: start
}

.lp-pg .price-card {
  border-radius: 38px;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 2px 3px 4px 0 #a82db414;
  transition: transform .24s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .price-card:hover {
  transform: perspective(700px) rotate3d(0.5, 1, 0, 4deg) translateY(-6px);
  box-shadow: 2px 9px 44px 0 #a82db41f
}

.lp-pg .price-card.std {
  background: #f5edf7
}

.lp-pg .price-card.feat {
  background: linear-gradient(140deg, #A82DB4 0%, #A72A1A 100%);
  padding: 48px 24px
}

.lp-pg .price-tier {
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0
}

.lp-pg .price-card.std .price-tier {
  color: #A82DB4
}

.lp-pg .price-card.feat .price-tier {
  color: #ecceedcc
}

.lp-pg .price-amt {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0
}

.lp-pg .price-card.std .price-amt {
  color: #1e0a22
}

.lp-pg .price-card.feat .price-amt {
  color: #fff
}

.lp-pg .price-per {
  font-size: 15px;
  line-height: 1.4;
  margin: 0
}

.lp-pg .price-card.std .price-per {
  color: #7a4a85
}

.lp-pg .price-card.feat .price-per {
  color: #ecceedb3
}

.lp-pg .price-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lp-pg .price-list li {
  font-size: 15px;
  line-height: 1.6;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.lp-pg .price-card.std .price-list li {
  color: #2e1033
}

.lp-pg .price-card.feat .price-list li {
  color: #ffffffe6
}

.lp-pg .price-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px
}

.lp-pg .price-card.std .price-dot {
  background: #A82DB4
}

.lp-pg .price-card.feat .price-dot {
  background: #ecceedcc
}

.lp-pg .price-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 24px;
  border-radius: 1px;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .06em;
  cursor: pointer;
  border: none;
  text-align: center;
  text-decoration: none;
  transition: background .26s cubic-bezier(0.4, 0, 0.2, 1), color .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .price-card.std .price-btn {
  background: #A82DB4;
  color: #fff
}

.lp-pg .price-card.std .price-btn:hover {
  background: #A72A1A
}

.lp-pg .price-card.feat .price-btn {
  background: #fff;
  color: #A82DB4
}

.lp-pg .price-card.feat .price-btn:hover {
  background: #ECCEED;
  color: #A72A1A
}

.lp-pg .div2 {
  background: #fff;
  line-height: 0
}

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

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

.lp-pg .anim-1 {
  animation: lp-slide-up .5s cubic-bezier(0.4, 0, 0.2, 1) both
}

.lp-pg .anim-2 {
  animation: lp-slide-up .5s cubic-bezier(0.4, 0, 0.2, 1) .1s both
}

.lp-pg .anim-3 {
  animation: lp-slide-up .48s cubic-bezier(0.4, 0, 0.2, 1) .18s both
}

.lp-pg .anim-4 {
  animation: lp-slide-up .46s cubic-bezier(0.4, 0, 0.2, 1) .24s both
}

@media (max-width: 900px) {
  .lp-pg .tb-h1 {
    font-size: 42px
  }

  .lp-pg .prog-grid {
    grid-template-columns: 1fr
  }

  .lp-pg .detail-top {
    grid-template-columns: 1fr
  }

  .lp-pg .detail-txt-col {
    grid-column: span 1;
    padding-left: 0
  }

  .lp-pg .steps-row {
    grid-template-columns: 1fr 1fr
  }

  .lp-pg .voices-grid {
    grid-template-columns: 1fr 1fr
  }

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

  .lp-pg .price-card.feat {
    order: -1
  }
}

@media (max-width: 560px) {
  .lp-pg .tb-h1 {
    font-size: 42px
  }

  .lp-pg .steps-row {
    grid-template-columns: 1fr
  }

  .lp-pg .voices-grid {
    grid-template-columns: 1fr
  }

  .lp-pg .mod-strip-inner {
    flex-direction: column
  }

  .lp-pg .tb-meta {
    gap: 24px
  }
}

.ct-us {
  background: #fff;
  overflow-x: clip;
  position: relative
}

.ct-us .pg-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px
}

.ct-us .divider-accent {
  width: 60px;
  height: 2px;
  background: #A82DB4;
  display: block;
  margin: 24px 0
}

.ct-us .top-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  position: relative
}

.ct-us .top-split .txt-side {
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1
}

.ct-us .top-split .circ-deco {
  position: absolute;
  border-radius: 38px;
  opacity: .07;
  pointer-events: none
}

.ct-us .top-split .circ-deco.c1 {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #A82DB4;
  top: -60px;
  left: -80px
}

.ct-us .top-split .circ-deco.c2 {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #A72A1A;
  bottom: 40px;
  left: 200px
}

.ct-us .top-split .circ-deco.c3 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #A82DB4;
  top: 120px;
  left: 340px
}

.ct-us .top-split .sub-label {
  font-size: 15px;
  line-height: 1.4;
  color: #A82DB4;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.ct-us .top-split .main-h {
  font-size: 42px;
  line-height: 1.15;
  color: #1b0a1e;
  font-weight: 800;
  margin: 0 0 12px
}

.ct-us .top-split .main-h span {
  color: #A82DB4
}

.ct-us .top-split .desc {
  font-size: 18px;
  line-height: 1.6;
  color: #3a2040;
  max-width: 420px;
  margin: 0
}

.ct-us .top-split .img-side {
  position: relative;
  overflow: hidden
}

.ct-us .top-split .img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .top-split .img-side:hover img {
  transform: scale(1.04)
}

.ct-us .top-split .img-side .vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 0% 0%, #a82db461 0%, transparent 55%), radial-gradient(ellipse at 100% 0%, #1e0a2373 0%, transparent 50%), radial-gradient(ellipse at 100% 100%, #a72a1a59 0%, transparent 55%), radial-gradient(ellipse at 0% 100%, #1e0a236b 0%, transparent 50%)
}

.ct-us .top-split .img-side .color-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #a82db48c, #a72a1a73);
  opacity: 0;
  transition: opacity .24s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.ct-us .top-split .img-side:hover .color-wash {
  opacity: 1
}

.ct-us .contact-body {
  padding: 96px 0;
  background: #f5eef7;
  position: relative
}

.ct-us .contact-body .inner-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.ct-us .contact-body .info-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ct-us .contact-body .info-card {
  background: #fff;
  border-radius: 38px;
  padding: 24px;
  box-shadow: 2px 7px 20px 0 #a82db41a;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  perspective: 800px
}

.ct-us .contact-body .info-card:hover {
  transform: perspective(800px) rotateX(2deg) rotateY(-2deg) translateY(-4px);
  box-shadow: 2px 9px 44px 0 #a82db41f
}

.ct-us .contact-body .info-card .ic-wrap {
  width: 44px;
  height: 44px;
  border-radius: 1px;
  background: linear-gradient(135deg, #A82DB4, #A72A1A);
  display: flex;
  align-items: center;
  justify-content: center
}

.ct-us .contact-body .info-card .ic-wrap i {
  color: #fff;
  font-size: 18px
}

.ct-us .contact-body .info-card .ic-lbl {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b0a1e;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ct-us .contact-body .info-card .ic-val {
  font-size: 15px;
  line-height: 1.6;
  color: #3a2040;
  margin: 0
}

.ct-us .contact-body .info-card .ic-val a {
  color: #A82DB4;
  text-decoration: none;
  transition: font-size .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .contact-body .info-card .ic-val a:hover {
  font-size: 16px
}

.ct-us .contact-body .form-col {
  background: #fff;
  border-radius: 38px;
  padding: 48px;
  box-shadow: 2px 9px 44px 0 #a82db41f;
  box-shadow: inset 2px 3px 4px 0 #a82db414 2px 9px 44px 0 #a82db41f
}

.ct-us .contact-body .form-col .form-h {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b0a1e;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: .05em
}

.ct-us .contact-body .form-col .form-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #5a3a60;
  margin: 0 0 24px
}

.ct-us .contact-body .form-col .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px
}

.ct-us .contact-body .form-col .field {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ct-us .contact-body .form-col .field label {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #1b0a1e;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ct-us .contact-body .form-col .field input {
  border: 2px solid #ECCEED;
  border-radius: 1px;
  padding: 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #1b0a1e;
  background: #fdf8fe;
  outline: none;
  transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .contact-body .form-col .field input::placeholder {
  color: #9a7aa0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .05em
}

.ct-us .contact-body .form-col .field input:focus {
  border-color: #A82DB4;
  box-shadow: 2px 3px 4px 0 #a82db414
}

.ct-us .contact-body .form-col .rating-block {
  margin-bottom: 24px
}

.ct-us .contact-body .form-col .rating-block .r-lbl {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #1b0a1e;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 12px;
  display: block
}

.ct-us .contact-body .form-col .stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center
}

.ct-us .contact-body .form-col .stars input[type="radio"] {
  display: none
}

.ct-us .contact-body .form-col .stars label {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.ct-us .contact-body .form-col .stars label .star-svg {
  width: 28px;
  height: 28px;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .contact-body .form-col .stars label .star-svg path {
  fill: #ddd;
  transition: fill .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .contact-body .form-col .stars input[type="radio"]:checked~label .star-svg path,
.ct-us .contact-body .form-col .stars label:hover .star-svg path,
.ct-us .contact-body .form-col .stars label:hover~label .star-svg path {
  fill: #ddd
}

.ct-us .contact-body .form-col .stars-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 4px
}

.ct-us .contact-body .form-col .stars-wrap input[type="radio"] {
  display: none
}

.ct-us .contact-body .form-col .stars-wrap label {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center
}

.ct-us .contact-body .form-col .stars-wrap label svg {
  width: 28px;
  height: 28px;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .contact-body .form-col .stars-wrap label svg path {
  fill: #ddd;
  transition: fill .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .contact-body .form-col .stars-wrap label:hover svg path,
.ct-us .contact-body .form-col .stars-wrap label:hover~label svg path {
  fill: #A82DB4
}

.ct-us .contact-body .form-col .stars-wrap input[type="radio"]:checked+label svg path,
.ct-us .contact-body .form-col .stars-wrap input[type="radio"]:checked+label~label svg path {
  fill: #A82DB4
}

.ct-us .contact-body .form-col .stars-wrap label:hover svg {
  transform: scale(1.15)
}

.ct-us .contact-body .form-col .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px
}

.ct-us .contact-body .form-col .privacy-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  accent-color: #A82DB4;
  margin-top: 2px;
  cursor: pointer
}

.ct-us .contact-body .form-col .privacy-row .priv-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #3a2040;
  margin: 0
}

.ct-us .contact-body .form-col .privacy-row .priv-txt a {
  color: #A82DB4;
  text-decoration: underline;
  transition: font-size .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .contact-body .form-col .privacy-row .priv-txt a:hover {
  font-size: 16px
}

.ct-us .contact-body .form-col .btn-send {
  display: inline-block;
  background: linear-gradient(135deg, #A82DB4, #A72A1A);
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  border: none;
  border-radius: 1px;
  padding: 12px 48px;
  cursor: pointer;
  box-shadow: 2px 7px 20px 0 #a82db41a;
  transition: box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1), background .26s cubic-bezier(0.0, 0, 0.2, 1)
}

.ct-us .contact-body .form-col .btn-send:hover {
  box-shadow: 2px 9px 44px 0 #a82db42e;
  transform: perspective(600px) rotateX(-2deg) translateY(-2px);
  background: linear-gradient(135deg, #A72A1A, #A82DB4)
}

.ct-us .contact-body .form-col .btn-send:focus {
  outline: 3px solid #A82DB4;
  outline-offset: 3px
}

.ct-us .contact-body .form-col .btn-send:active {
  transform: translateY(0);
  box-shadow: 2px 3px 4px 0 #a82db414
}

.ct-us .contact-body .dashed-path {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  pointer-events: none;
  opacity: .13
}

.ct-us .channels-blk {
  position: relative;
  padding: 96px 0;
  overflow: hidden
}

.ct-us .channels-blk .bg-img {
  position: absolute;
  inset: 0;
  z-index: 0
}

.ct-us .channels-blk .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.ct-us .channels-blk .bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #120516e8
}

.ct-us .channels-blk .rel {
  position: relative;
  z-index: 1
}

.ct-us .channels-blk .ch-head {
  text-align: center;
  margin-bottom: 48px
}

.ct-us .channels-blk .ch-head .eyebrow {
  font-size: 15px;
  line-height: 1.4;
  color: #ECCEED;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  display: block;
  margin-bottom: 12px
}

.ct-us .channels-blk .ch-head h2 {
  font-size: 42px;
  line-height: 1.15;
  color: #fff;
  font-weight: 800;
  margin: 0 0 12px
}

.ct-us .channels-blk .ch-head .ch-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #d4b8d8;
  max-width: 560px;
  margin: 0 auto
}

.ct-us .channels-blk .ch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.ct-us .channels-blk .ch-card {
  background: #ffffff0d;
  border: 2px solid #a82db44d;
  border-radius: 38px;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  position: relative;
  transition: background .24s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1);
  perspective: 900px
}

.ct-us .channels-blk .ch-card:hover {
  background: #a82db426;
  border-color: #A82DB4;
  transform: perspective(900px) rotateY(3deg) rotateX(-2deg) translateY(-4px)
}

.ct-us .channels-blk .ch-card .ch-num {
  position: absolute;
  top: 12px;
  right: 24px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
  color: #a82db41f;
  pointer-events: none;
  user-select: none
}

.ct-us .channels-blk .ch-card .ch-ico {
  width: 52px;
  height: 52px;
  border-radius: 1px;
  background: linear-gradient(135deg, #A82DB4, #A72A1A);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 7px 20px 0 #a82db41a
}

.ct-us .channels-blk .ch-card .ch-ico i {
  color: #fff;
  font-size: 18px
}

.ct-us .channels-blk .ch-card .ch-name {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0
}

.ct-us .channels-blk .ch-card .ch-val {
  font-size: 18px;
  line-height: 1.6;
  color: #ECCEED;
  margin: 0
}

.ct-us .channels-blk .ch-card .ch-val a {
  color: #ECCEED;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), font-size .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .channels-blk .ch-card .ch-val a:hover {
  color: #fff;
  font-size: 19px
}

.ct-us .channels-blk .ch-card .ch-note {
  font-size: 15px;
  line-height: 1.6;
  color: #9a7aa0;
  margin: 0
}

.ct-us .div-line {
  height: 2px;
  background: #A82DB4;
  width: 100%;
  display: block
}

@media (max-width: 900px) {
  .ct-us .top-split {
    grid-template-columns: 1fr
  }

  .ct-us .top-split .img-side {
    height: 280px
  }

  .ct-us .contact-body .inner-grid {
    grid-template-columns: 1fr
  }

  .ct-us .contact-body .form-col .field-row {
    grid-template-columns: 1fr
  }

  .ct-us .channels-blk .ch-grid {
    grid-template-columns: 1fr
  }

  .ct-us .top-split .txt-side {
    padding: 48px 24px
  }

  .ct-us .contact-body .form-col {
    padding: 24px
  }
}

@media (max-width: 600px) {
  .ct-us .top-split .main-h {
    font-size: 42px
  }

  .ct-us .channels-blk .ch-head h2 {
    font-size: 42px
  }
}

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

.ab-us .pg-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px
}

.ab-us .split-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px
}

.ab-us .split-left {
  background: #A82DB4;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.ab-us .split-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #ECCEED
}

.ab-us .split-left .stripe {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #A72A1A 0%, #ECCEED 100%)
}

.ab-us .split-left .eyebrow {
  font-size: 15px;
  line-height: 1.4;
  color: #ECCEED;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px
}

.ab-us .split-left .eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 38px;
  background: #ECCEED;
  flex-shrink: 0
}

.ab-us .split-left .main-hdg {
  font-size: 42px;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 24px
}

.ab-us .split-left .desc {
  font-size: 18px;
  line-height: 1.6;
  color: #f5e6f6;
  margin-bottom: 48px;
  max-width: 420px
}

.ab-us .split-left .act-link {
  display: inline-block;
  background: #fff;
  color: #A82DB4;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 12px 24px;
  border-radius: 1px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 2px 7px 20px 0 #a82db41a;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .split-left .act-link:hover {
  background: #ECCEED;
  color: #A72A1A;
  box-shadow: 2px 9px 44px 0 #a82db41f
}

.ab-us .split-right {
  position: relative;
  overflow: hidden
}

.ab-us .split-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.6) brightness(0.85);
  transition: filter .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .split-right::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #a82db473 0%, #a72a1a4d 100%);
  pointer-events: none
}

.ab-us .story-band {
  background: #fff;
  padding: 96px 0
}

.ab-us .story-band .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.ab-us .story-portrait {
  position: relative
}

.ab-us .story-portrait img {
  width: 100%;
  aspect-ratio: 7/9;
  object-fit: cover;
  object-position: center;
  border-radius: 1px;
  display: block;
  box-shadow: 2px 9px 44px 0 #a82db41f;
  filter: saturate(0.75) brightness(0.92)
}

.ab-us .story-portrait::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 60px;
  height: 60px;
  border-radius: 38px;
  background: #ECCEED;
  z-index: 0
}

.ab-us .story-portrait img {
  position: relative;
  z-index: 1
}

.ab-us .story-text {
  padding-top: 12px
}

.ab-us .story-text .bg-num {
  font-size: 72px;
  line-height: 1.15;
  color: #ECCEED;
  font-weight: 900;
  display: block;
  margin-bottom: -24px;
  user-select: none
}

.ab-us .story-text .s-hdg {
  font-size: 42px;
  line-height: 1.15;
  color: #1d0a20;
  margin-bottom: 24px;
  position: relative
}

.ab-us .story-text .s-body {
  font-size: 18px;
  line-height: 1.6;
  color: #2e1433;
  margin-bottom: 24px
}

.ab-us .story-text .s-body:last-child {
  margin-bottom: 0
}

.ab-us .story-text .person-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
  padding: 12px 24px;
  border-radius: 1px;
  background: #f9f0fa;
  box-shadow: inset 2px 3px 4px 0 #a82db414
}

.ab-us .story-text .person-tag .p-dot {
  width: 10px;
  height: 10px;
  border-radius: 38px;
  background: #A82DB4;
  flex-shrink: 0
}

.ab-us .story-text .person-tag .p-name {
  font-size: 15px;
  line-height: 1.4;
  color: #1d0a20;
  font-weight: 700
}

.ab-us .story-text .person-tag .p-role {
  font-size: 15px;
  line-height: 1.4;
  color: #A82DB4
}

.ab-us .color-break {
  background: #1d0a20;
  padding: 96px 0;
  position: relative;
  overflow: hidden
}

.ab-us .color-break .anim-spot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 38px;
  background: #a82db42e;
  animation: spot-breathe 4s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
  pointer-events: none
}

@keyframes spot-breathe {
  0% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: .6
  }

  100% {
    transform: translate(-50%, -50%) scale(1.18);
    opacity: 1
  }
}

.ab-us .color-break .pg-wrap {
  position: relative;
  z-index: 2
}

.ab-us .color-break .cb-hdg {
  font-size: 42px;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 12px;
  text-align: center
}

.ab-us .color-break .cb-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #ECCEED;
  text-align: center;
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

.ab-us .color-break .metrics-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.ab-us .color-break .metric-card {
  background: #ecceed12;
  border-radius: 1px;
  padding: 48px 24px;
  text-align: center;
  box-shadow: inset 2px 3px 4px 0 #a82db414;
  transition: background .24s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .color-break .metric-card:hover {
  background: #ecceed24;
  transform: perspective(600px) rotateY(-3deg) translateY(-4px)
}

.ab-us .color-break .metric-card .m-num {
  font-size: 72px;
  line-height: 1.15;
  color: #ECCEED;
  font-weight: 900;
  display: block
}

.ab-us .color-break .metric-card .m-label {
  font-size: 15px;
  line-height: 1.4;
  color: #e8ccea;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-top: 12px;
  display: block
}

.ab-us .color-break .metric-card .m-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #c9a0cc;
  margin-top: 12px
}

.ab-us .feat-stack {
  background: #ECCEED;
  padding: 96px 0
}

.ab-us .feat-stack .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.ab-us .feat-stack .fs-aside {
  position: sticky;
  top: 24px
}

.ab-us .feat-stack .fs-aside .bg-num {
  font-size: 72px;
  line-height: 1.15;
  color: #a82db426;
  font-weight: 900;
  display: block;
  margin-bottom: -24px;
  user-select: none
}

.ab-us .feat-stack .fs-aside .fs-hdg {
  font-size: 42px;
  line-height: 1.15;
  color: #1d0a20;
  margin-bottom: 24px
}

.ab-us .feat-stack .fs-aside .fs-body {
  font-size: 18px;
  line-height: 1.6;
  color: #2e1433
}

.ab-us .feat-stack .fs-aside .img-wrap {
  margin-top: 48px;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 2px 7px 20px 0 #a82db41a
}

.ab-us .feat-stack .fs-aside .img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.7) brightness(0.9);
  transition: filter .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .feat-stack .fs-aside .img-wrap:hover img {
  filter: saturate(0.9) brightness(1)
}

.ab-us .feat-stack .feat-list {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ab-us .feat-stack .feat-item {
  background: #fff;
  border-radius: 1px;
  padding: 24px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  align-items: start;
  box-shadow: 2px 3px 4px 0 #a82db414;
  transition: box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .feat-stack .feat-item:hover {
  box-shadow: 2px 9px 44px 0 #a82db41f;
  transform: perspective(800px) rotateX(2deg) translateY(-2px)
}

.ab-us .feat-stack .feat-item.alt-icon {
  grid-template-columns: 1fr 48px
}

.ab-us .feat-stack .feat-item.alt-icon .fi-icon {
  order: 2
}

.ab-us .feat-stack .feat-item.alt-icon .fi-body {
  order: 1
}

.ab-us .feat-stack .fi-icon {
  width: 48px;
  height: 48px;
  border-radius: 38px;
  background: #ECCEED;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ab-us .feat-stack .fi-icon svg {
  width: 22px;
  height: 22px
}

.ab-us .feat-stack .fi-body .fi-hdg {
  font-size: 18px;
  line-height: 1.4;
  color: #1d0a20;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px
}

.ab-us .feat-stack .fi-body .fi-hdg .dot {
  width: 7px;
  height: 7px;
  border-radius: 38px;
  background: #A82DB4;
  flex-shrink: 0
}

.ab-us .feat-stack .fi-body .fi-text {
  font-size: 15px;
  line-height: 1.6;
  color: #2e1433
}

.ab-us .feat-stack .fi-body .progress-bar-wrap {
  margin-top: 12px
}

.ab-us .feat-stack .fi-body .progress-label {
  font-size: 15px;
  line-height: 1.4;
  color: #A82DB4;
  margin-bottom: 4px
}

.ab-us .feat-stack .fi-body .prog-bar {
  height: 6px;
  background: #ECCEED;
  border-radius: 38px;
  overflow: hidden
}

.ab-us .feat-stack .fi-body .prog-fill {
  height: 100%;
  border-radius: 38px;
  background: linear-gradient(90deg, #A82DB4 0%, #A72A1A 100%);
  transition: width .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px
}

.ab-us .img-row .ir-item {
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 2px 3px 4px 0 #a82db414
}

.ab-us .img-row .ir-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.65) brightness(0.9);
  transition: filter .26s cubic-bezier(0.4, 0, 0.2, 1), transform .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .img-row .ir-item:hover img {
  filter: saturate(0.85) brightness(1);
  transform: scale(1.04)
}

@media (max-width: 900px) {
  .ab-us .split-top {
    grid-template-columns: 1fr
  }

  .ab-us .split-right {
    height: 300px
  }

  .ab-us .story-band .pg-wrap,
  .ab-us .feat-stack .pg-wrap {
    grid-template-columns: 1fr
  }

  .ab-us .color-break .metrics-row {
    grid-template-columns: 1fr
  }

  .ab-us .split-left {
    padding: 48px 24px
  }

  .ab-us .feat-stack .fs-aside {
    position: static
  }
}

@media (max-width: 600px) {
  .ab-us .split-left .main-hdg {
    font-size: 42px
  }

  .ab-us .feat-stack .feat-item,
  .ab-us .feat-stack .feat-item.alt-icon {
    grid-template-columns: 1fr
  }

  .ab-us .feat-stack .feat-item.alt-icon .fi-icon {
    order: 0
  }

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

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

.itvw .pg-grid {
  display: grid;
  animation: grid-pulse 6s ease-in-out infinite
}

@keyframes grid-pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .85
  }
}

.itvw .max-w {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.itvw .dot-div {
  border: none;
  border-top: 2px dotted #A82DB4;
  opacity: .35;
  margin: 0
}

.itvw .tb {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative
}

.itvw .tb-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center
}

.itvw .tb-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #A82DB4;
  font-weight: 600;
  border-top: 1px solid #A82DB4;
  padding-top: 12px;
  width: fit-content
}

.itvw .tb-h1 {
  font-size: 42px;
  line-height: 1.15;
  color: #1b0d1e;
  margin: 0;
  font-weight: 800
}

.itvw .tb-h1 .und-word {
  position: relative;
  display: inline-block
}

.itvw .tb-h1 .und-word::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: linear-gradient(105deg, #A82DB4, #A72A1A);
  border-radius: 1px
}

.itvw .tb-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #3a2040;
  margin: 0;
  max-width: 560px
}

.itvw .tb-dots {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-top: 12px
}

.itvw .tb-dots span {
  display: block;
  border-radius: 38px
}

.itvw .tb-dots .d1 {
  width: 8px;
  height: 8px;
  background: #A82DB4;
  opacity: .9
}

.itvw .tb-dots .d2 {
  width: 6px;
  height: 6px;
  background: #A82DB4;
  opacity: .55
}

.itvw .tb-dots .d3 {
  width: 5px;
  height: 5px;
  background: #A82DB4;
  opacity: .35
}

.itvw .tb-dots .d4 {
  width: 4px;
  height: 4px;
  background: #A72A1A;
  opacity: .25
}

.itvw .tb-dots .d5 {
  width: 3px;
  height: 3px;
  background: #A72A1A;
  opacity: .15
}

.itvw .tb-img-strip {
  position: relative;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 2px 9px 44px 0 #a82db41f
}

.itvw .tb-img-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.6) contrast(1.1)
}

.itvw .tb-img-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, #a82db461 0%, #a72a1a47 100%);
  z-index: 1;
  pointer-events: none
}

.itvw .tb-right-accent {
  position: absolute;
  right: -1px;
  top: 48px;
  bottom: 48px;
  width: 3px;
  background: linear-gradient(180deg, #A82DB4 0%, #A72A1A 100%);
  border-radius: 1px;
  opacity: .18
}

.itvw .itv-bg {
  background: #faf5fb;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative
}

.itvw .itv-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#a82db40a 1px, transparent 1px), linear-gradient(90deg, #a82db40a 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  animation: grid-pulse 6s ease-in-out infinite
}

.itvw .itv-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px
}

.itvw .itv-top-h {
  font-size: 42px;
  line-height: 1.15;
  color: #1b0d1e;
  margin: 0;
  font-weight: 800
}

.itvw .itv-top-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #5a3a60;
  max-width: 340px;
  margin: 0;
  text-align: right
}

.itvw .itv-list {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.itvw .itv-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 2px 7px 20px 0 #a82db41a;
  padding: 48px;
  position: relative;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.itvw .itv-card:hover {
  box-shadow: 2px 9px 44px 0 #a82db41f;
  transform: perspective(900px) rotateX(1deg) rotateY(-1deg)
}

.itvw .itv-card::after {
  content: '';
  position: absolute;
  right: 0;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, #A82DB4, #A72A1A);
  border-radius: 1px;
  opacity: .2
}

.itvw .itv-num {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 900;
  color: #ECCEED;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4px;
  user-select: none
}

.itvw .itv-body {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.itvw .itv-who {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.itvw .itv-name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b0d1e;
  margin: 0
}

.itvw .itv-role-tag {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(105deg, #A82DB4, #A72A1A);
  border-radius: 38px;
  padding: 4px 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em
}

.itvw .itv-q {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #A82DB4;
  margin: 0
}

.itvw .itv-a {
  font-size: 15px;
  line-height: 1.6;
  color: #3a2040;
  margin: 0
}

.itvw .stats-roles {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff
}

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

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

.itvw .stats-col-h {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b0d1e;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0
}

.itvw .stat-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.itvw .stat-card {
  background: #faf5fb;
  border-radius: 1px;
  padding: 24px;
  box-shadow: inset 2px 3px 4px 0 #a82db414;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.itvw .stat-card:hover {
  transform: perspective(700px) rotateY(2deg) rotateX(-1.5deg)
}

.itvw .stat-num {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
  color: #A82DB4;
  margin: 0
}

.itvw .stat-lbl {
  font-size: 15px;
  line-height: 1.4;
  color: #5a3a60;
  margin: 0
}

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

.itvw .roles-col-h {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b0d1e;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0
}

.itvw .roles-grid {
  display: grid;
  grid-template-columns: 60px 1fr 60px 1fr;
  gap: 12px 24px;
  align-items: start
}

.itvw .role-icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.itvw .role-icon {
  width: 44px;
  height: 44px;
  border-radius: 38px;
  background: linear-gradient(105deg, #ECCEED, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 4px 0 #a82db414
}

.itvw .role-icon svg {
  width: 22px;
  height: 22px
}

.itvw .role-text-col {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.itvw .role-title {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b0d1e;
  margin: 0
}

.itvw .role-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #5a3a60;
  margin: 0
}

@media (max-width: 900px) {
  .itvw .tb {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px
  }

  .itvw .tb-img-strip {
    height: 220px
  }

  .itvw .sr-grid {
    grid-template-columns: 1fr
  }

  .itvw .roles-grid {
    grid-template-columns: 60px 1fr
  }

  .itvw .itv-top {
    flex-direction: column;
    align-items: flex-start
  }

  .itvw .itv-top-sub {
    text-align: left
  }
}

@media (max-width: 600px) {
  .itvw .itv-card {
    grid-template-columns: 1fr;
    padding: 24px
  }

  .itvw .itv-num {
    font-size: 42px
  }

  .itvw .stat-cards {
    grid-template-columns: 1fr
  }

  .itvw .tb-h1 {
    font-size: 42px
  }
}

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

.ptl * {
  box-sizing: border-box
}

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

.ptl .t-blk {
  position: relative;
  background: radial-gradient(ellipse at 30% 60%, #a82db42e 0%, #a72a1a1a 50%, #fff 80%);
  padding: 96px 24px 48px;
  overflow: hidden
}

.ptl .t-blk .spots {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.ptl .t-blk .spot-a {
  position: absolute;
  width: 320px;
  height: 320px;
  background: #a82db421;
  border-radius: 38px;
  filter: blur(60px);
  top: -80px;
  right: 10%
}

.ptl .t-blk .spot-b {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #a72a1a1a;
  border-radius: 38px;
  filter: blur(48px);
  bottom: -40px;
  left: 5%
}

.ptl .t-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.ptl .t-copy {
  flex: 1 1 0;
  min-width: 0
}

.ptl .t-copy h1 {
  font-size: 72px;
  line-height: 1.15;
  color: #1b0a1e;
  margin: 0 0 24px
}

.ptl .t-copy h1 span {
  color: #A82DB4
}

.ptl .t-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #3a1a3d;
  margin: 0 0 48px;
  max-width: 520px
}

.ptl .t-act {
  display: inline-block;
  padding: 12px 48px;
  background: linear-gradient(112deg, #A82DB4 0%, #A72A1A 100%);
  color: #fff;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 1px;
  text-decoration: none;
  box-shadow: 2px 7px 20px 0 #a82db41a;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ptl .t-act:hover {
  box-shadow: 2px 9px 44px 0 #a82db41f;
  transform: perspective(600px) rotateY(-3deg) translateY(-2px)
}

.ptl .t-img-wrap {
  flex: 0 0 400px;
  position: relative;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 2px 9px 44px 0 #a82db41f
}

.ptl .t-img-wrap img {
  width: 400px;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.9)
}

.ptl .t-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #a82db438 0%, #a72a1a24 100%);
  mix-blend-mode: multiply;
  pointer-events: none
}

.ptl .div-tri-up {
  line-height: 0;
  background: #fff
}

.ptl .div-tri-up svg {
  display: block;
  width: 100%
}

.ptl .exp-blk {
  background: #ECCEED;
  padding: 96px 24px
}

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

.ptl .exp-portrait-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start
}

.ptl .exp-portraits {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.ptl .port-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center
}

.ptl .port-img {
  width: 140px;
  height: 180px;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 2px 7px 20px 0 #a82db41a
}

.ptl .port-img img {
  width: 140px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ptl .port-name {
  font-size: 15px;
  color: #3a1a3d;
  font-weight: 600
}

.ptl .port-role {
  font-size: 15px;
  color: #6a2a70
}

.ptl .exp-quote {
  background: #fff;
  border-radius: 38px;
  padding: 24px;
  box-shadow: inset 2px 3px 4px 0 #a82db414 2px 3px 4px 0 #a82db414;
  font-size: 18px;
  line-height: 1.6;
  color: #2a0a2e;
  position: relative
}

.ptl .exp-quote .q-attr {
  font-size: 15px;
  color: #A82DB4;
  margin-top: 12px;
  display: block
}

.ptl .exp-txt-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ptl .exp-txt-col h2 {
  font-size: 42px;
  line-height: 1.15;
  color: #1b0a1e;
  margin: 0;
  position: relative
}

.ptl .exp-num {
  font-size: 72px;
  line-height: 1.15;
  color: #a82db414;
  position: absolute;
  top: -24px;
  right: 0;
  font-weight: 900;
  pointer-events: none;
  user-select: none
}

.ptl .exp-txt-col p {
  font-size: 18px;
  line-height: 1.6;
  color: #2a0a2e;
  margin: 0
}

.ptl .exp-facts {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ptl .fact-item {
  background: #fff;
  border-radius: 1px;
  padding: 12px 24px;
  box-shadow: inset 2px 3px 4px 0 #a82db414;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.ptl .fact-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A82DB4
}

.ptl .fact-txt {
  font-size: 15px;
  color: #2a0a2e;
  line-height: 1.4
}

.ptl .div2 {
  background: #ECCEED;
  line-height: 0
}

.ptl .div2 svg {
  display: block;
  width: 100%
}

.ptl .rep-blk {
  background: #fff;
  padding: 96px 24px;
  position: relative
}

.ptl .rep-geo {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 180px;
  height: 180px;
  border: 2px solid #a82db41f;
  border-radius: 38px;
  animation: rep-rot 18s linear infinite;
  pointer-events: none
}

@keyframes rep-rot {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.ptl .rep-inner {
  max-width: 1400px;
  margin: 0 auto
}

.ptl .rep-top {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-end;
  margin-bottom: 48px
}

.ptl .rep-hdg {
  flex: 1 1 0;
  position: relative
}

.ptl .rep-hdg h2 {
  font-size: 42px;
  line-height: 1.15;
  color: #1b0a1e;
  margin: 0
}

.ptl .rep-hdg .bg-num {
  font-size: 72px;
  line-height: 1.15;
  color: #a72a1a12;
  position: absolute;
  top: -20px;
  left: -12px;
  font-weight: 900;
  pointer-events: none;
  user-select: none
}

.ptl .rep-sub {
  flex: 0 0 380px;
  font-size: 18px;
  line-height: 1.6;
  color: #3a1a3d
}

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

.ptl .rep-feat {
  position: relative;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 2px 7px 20px 0 #a82db41a;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.ptl .rep-feat img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.ptl .rep-feat-ov {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #1b0a1ed1 0%, #1b0a1e00 100%);
  padding: 24px
}

.ptl .rep-feat-ov h4 {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 4px
}

.ptl .rep-feat-ov p {
  font-size: 15px;
  color: #ecceede6;
  margin: 0;
  line-height: 1.4
}

.ptl .rep-side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ptl .rep-card {
  background: #fff;
  border-radius: 1px;
  padding: 24px;
  box-shadow: inset 2px 3px 4px 0 #a82db414 2px 3px 4px 0 #a82db414;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.ptl .rep-card:hover {
  transform: perspective(700px) rotateX(2deg) translateY(-3px)
}

.ptl .rep-card h5 {
  font-size: 15px;
  color: #A82DB4;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0
}

.ptl .rep-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #2a0a2e;
  margin: 0
}

.ptl .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #A82DB4;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 38px;
  padding: 4px 12px;
  min-width: 32px;
  box-shadow: 2px 3px 4px 0 #a82db414
}

.ptl .div3 {
  background: #fff;
  line-height: 0
}

.ptl .div3 svg {
  display: block;
  width: 100%
}

.ptl .appr-blk {
  background: #1b0a1e;
  padding: 96px 24px;
  position: relative;
  overflow: hidden
}

.ptl .appr-blk .geo-bg {
  position: absolute;
  top: -60px;
  left: -60px;
  width: 340px;
  height: 340px;
  border: 3px solid #a82db41f;
  border-radius: 38px;
  animation: rep-rot 24s linear infinite reverse;
  pointer-events: none
}

.ptl .appr-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: start
}

.ptl .appr-side {
  background: #a82db41f;
  border-radius: 38px;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: inset 2px 9px 44px 0 #a82db41f
}

.ptl .appr-side h3 {
  font-size: 42px;
  line-height: 1.15;
  color: #ECCEED;
  margin: 0;
  position: relative
}

.ptl .appr-side .bg-num {
  font-size: 72px;
  line-height: 1.15;
  color: #ecceed0f;
  position: absolute;
  top: -16px;
  right: -12px;
  font-weight: 900;
  pointer-events: none;
  user-select: none
}

.ptl .appr-side p {
  font-size: 18px;
  line-height: 1.6;
  color: #ecceedd9;
  margin: 0
}

.ptl .appr-img {
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 2px 9px 44px 0 #a82db41f;
  position: relative
}

.ptl .appr-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ptl .appr-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #a82db42e 0%, #a72a1a24 100%);
  mix-blend-mode: multiply;
  pointer-events: none
}

.ptl .appr-main {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ptl .appr-steps {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ptl .step-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 24px;
  background: #ffffff0a;
  border-radius: 1px;
  transition: background .26s cubic-bezier(0.0, 0, 0.2, 1)
}

.ptl .step-row:hover {
  background: #a82db421;
  transform: perspective(800px) rotateY(1.5deg)
}

.ptl .step-num {
  font-size: 42px;
  line-height: 1.15;
  color: #a82db459;
  font-weight: 900;
  flex-shrink: 0;
  width: 48px
}

.ptl .step-body h5 {
  font-size: 18px;
  color: #ECCEED;
  margin: 0 0 4px;
  line-height: 1.4
}

.ptl .step-body p {
  font-size: 15px;
  color: #ecceedb3;
  margin: 0;
  line-height: 1.6
}

.ptl .appr-hl-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.ptl .hl-fact {
  background: #ecceed12;
  border-radius: 1px;
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ptl .hl-fact strong {
  font-size: 42px;
  line-height: 1.15;
  color: #A82DB4;
  font-weight: 900
}

.ptl .hl-fact span {
  font-size: 15px;
  color: #ecceedbf;
  line-height: 1.4
}

.ptl .div4 {
  background: #1b0a1e;
  line-height: 0
}

.ptl .div4 svg {
  display: block;
  width: 100%
}

.ptl .fit-blk {
  background: #fff;
  padding: 96px 24px
}

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

.ptl .fit-txt {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ptl .fit-txt h2 {
  font-size: 42px;
  line-height: 1.15;
  color: #1b0a1e;
  margin: 0;
  position: relative
}

.ptl .fit-txt .bg-num {
  font-size: 72px;
  line-height: 1.15;
  color: #a82db40f;
  position: absolute;
  top: -20px;
  right: 0;
  font-weight: 900;
  pointer-events: none;
  user-select: none
}

.ptl .fit-txt p {
  font-size: 18px;
  line-height: 1.6;
  color: #2a0a2e;
  margin: 0
}

.ptl .fit-img-wrap {
  position: relative;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 2px 9px 44px 0 #a82db41f
}

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

.ptl .fit-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #a82db426 0%, #a72a1a1a 100%);
  mix-blend-mode: multiply;
  pointer-events: none
}

.ptl .fit-conditions {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ptl .cond-item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #a82db41a
}

.ptl .cond-item:last-child {
  border-bottom: none
}

.ptl .cond-dot {
  width: 8px;
  height: 8px;
  border-radius: 38px;
  background: #A82DB4;
  flex-shrink: 0;
  margin-top: 6px
}

.ptl .cond-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #2a0a2e
}

.ptl .cond-txt strong {
  color: #A82DB4
}

.ptl .fit-note {
  font-size: 15px;
  line-height: 1.6;
  color: #6a2a70;
  background: #ecceed66;
  border-radius: 1px;
  padding: 12px 24px
}

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

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

.ptl .t-copy {
  animation: col-in .44s cubic-bezier(0.4, 0, 0.2, 1) both
}

.ptl .t-img-wrap {
  animation: col-in .44s cubic-bezier(0.4, 0, 0.2, 1) .14s both
}

.ptl .exp-portrait-col {
  animation: col-in .44s cubic-bezier(0.4, 0, 0.2, 1) .08s both
}

.ptl .exp-txt-col {
  animation: col-in .44s cubic-bezier(0.4, 0, 0.2, 1) .18s both
}

.ptl .appr-side {
  animation: col-in .44s cubic-bezier(0.4, 0, 0.2, 1) .06s both
}

.ptl .appr-main {
  animation: col-in .44s cubic-bezier(0.4, 0, 0.2, 1) .18s both
}

@media (max-width: 900px) {
  .ptl .t-inner {
    flex-direction: column
  }

  .ptl .t-copy h1 {
    font-size: 42px
  }

  .ptl .t-img-wrap {
    flex: 0 0 auto;
    width: 100%
  }

  .ptl .t-img-wrap img {
    width: 100%;
    height: 260px
  }

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

  .ptl .rep-grid {
    grid-template-columns: 1fr
  }

  .ptl .rep-top {
    flex-direction: column;
    gap: 24px
  }

  .ptl .rep-sub {
    flex: 0 0 auto
  }

  .ptl .appr-inner {
    grid-template-columns: 1fr
  }

  .ptl .appr-hl-facts {
    grid-template-columns: 1fr 1fr
  }

  .ptl .fit-inner {
    grid-template-columns: 1fr
  }

  .ptl .rep-side {
    flex-direction: row
  }
}

@media (max-width: 600px) {
  .ptl .t-copy h1 {
    font-size: 42px
  }

  .ptl .exp-portraits {
    flex-direction: column
  }

  .ptl .rep-side {
    flex-direction: column
  }

  .ptl .appr-hl-facts {
    grid-template-columns: 1fr
  }
}

.st-proj {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden
}

.st-proj .reveal-in {
  animation: revealIn .26s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes revealIn {
  from {
    opacity: 0;
    transform: rotate(-1.5deg) translateY(18px)
  }

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

.st-proj .pg-top {
  background: linear-gradient(112deg, #A82DB4 0%, #A72A1A 100%);
  padding: 96px 48px 48px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px;
  overflow: hidden
}

.st-proj .pg-top::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 38px;
  background: #ecceed21;
  top: -80px;
  right: 120px;
  filter: blur(48px);
  pointer-events: none
}

.st-proj .pg-top::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 38px;
  background: #a82db42e;
  bottom: -60px;
  left: 60px;
  filter: blur(36px);
  pointer-events: none
}

.st-proj .top-text {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1
}

.st-proj .top-text h1 {
  font-size: 42px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 24px
}

.st-proj .top-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffffe0;
  margin: 0;
  max-width: 520px
}

.st-proj .top-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  flex-shrink: 0
}

.st-proj .badge-num {
  font-size: 72px;
  line-height: 1.15;
  color: #ffffff26;
  font-weight: 700;
  letter-spacing: -4px;
  user-select: none
}

.st-proj .badge-label {
  font-size: 15px;
  line-height: 1.4;
  color: #ffffffb3;
  text-transform: uppercase;
  text-align: center
}

.st-proj .scallop-div {
  width: 100%;
  height: 40px;
  position: relative;
  overflow: hidden;
  background: #fff
}

.st-proj .scallop-div svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.st-proj .cards-area {
  background: #fff;
  padding: 48px 48px 96px
}

.st-proj .cards-area h2 {
  font-size: 42px;
  line-height: 1.15;
  color: #1e0a20;
  margin: 0 0 12px
}

.st-proj .cards-area .sub {
  font-size: 18px;
  line-height: 1.6;
  color: #4a3050;
  margin: 0 0 48px
}

.st-proj .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px
}

.st-proj .proj-card {
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 2px 7px 20px 0 #a82db41a;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #a82db414
}

.st-proj .proj-card:hover {
  box-shadow: 2px 9px 44px 0 #a82db41f;
  transform: perspective(600px) rotateY(-2deg) rotateX(1deg) translateY(-4px)
}

.st-proj .card-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  flex-shrink: 0
}

.st-proj .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.88);
  transition: filter .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.st-proj .proj-card:hover .card-img-wrap img {
  filter: brightness(1.05)
}

.st-proj .card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #A82DB4;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  padding: 4px 12px;
  border-radius: 1px;
  text-transform: uppercase
}

.st-proj .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  box-shadow: inset 0 4px 12px 0 #a82db40f
}

.st-proj .card-body h4 {
  font-size: 18px;
  line-height: 1.4;
  color: #1e0a20;
  margin: 0
}

.st-proj .card-body .desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a3050;
  margin: 0
}

.st-proj .card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.st-proj .meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  line-height: 1.4;
  color: #7a5080
}

.st-proj .meta-item svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.st-proj .card-price-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #a82db41a
}

.st-proj .price-val {
  font-size: 18px;
  line-height: 1.4;
  color: #A82DB4;
  font-weight: 700
}

.st-proj .price-note {
  font-size: 15px;
  line-height: 1.4;
  color: #7a5080
}

.st-proj .seats-badge {
  font-size: 15px;
  line-height: 1.4;
  background: #ecceed80;
  color: #A72A1A;
  padding: 4px 12px;
  border-radius: 1px;
  white-space: nowrap
}

.st-proj .card-footer {
  padding: 12px 24px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.st-proj .price-terms {
  font-size: 15px;
  line-height: 1.4;
  color: #7a5080
}

.st-proj .card-link {
  display: inline-block;
  background: #A82DB4;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 1px;
  text-decoration: none;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.0, 0, 0.2, 1);
  flex-shrink: 0
}

.st-proj .card-link:hover {
  background: #A72A1A;
  transform: perspective(400px) rotateX(3deg) translateY(-2px)
}

.st-proj .scallop-dark {
  width: 100%;
  height: 40px;
  position: relative;
  overflow: hidden;
  background: #1e0a20
}

.st-proj .scallop-dark svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.st-proj .pros-cons {
  background: #1e0a20;
  padding: 96px 48px;
  position: relative
}

.st-proj .pros-cons::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30px 30px, #a82db412 28px, transparent 28px), radial-gradient(circle at 90px 30px, #a82db412 28px, transparent 28px), radial-gradient(circle at 60px 80px, #a82db412 28px, transparent 28px);
  background-size: 120px 120px;
  pointer-events: none
}

.st-proj .pros-cons h2 {
  font-size: 42px;
  line-height: 1.15;
  color: #ECCEED;
  margin: 0 0 12px;
  position: relative
}

.st-proj .pros-cons .sub {
  font-size: 18px;
  line-height: 1.6;
  color: #ecceedb3;
  margin: 0 0 48px;
  position: relative
}

.st-proj .pc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative
}

.st-proj .pc-col {
  background: #ffffff0a;
  border-radius: 38px;
  padding: 48px;
  box-shadow: inset 2px 3px 4px 0 #a82db414
}

.st-proj .pc-col h5 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 24px;
  text-transform: uppercase
}

.st-proj .pc-col.pros h5 {
  color: #ECCEED
}

.st-proj .pc-col.cons h5 {
  color: #ecceed99
}

.st-proj .pc-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px
}

.st-proj .pc-item:last-child {
  margin-bottom: 0
}

.st-proj .pc-dot {
  width: 20px;
  height: 20px;
  border-radius: 38px;
  flex-shrink: 0;
  margin-top: 2px
}

.st-proj .pros .pc-dot {
  background: #A82DB4
}

.st-proj .cons .pc-dot {
  background: #a72a1a80
}

.st-proj .pc-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #ecceedd9;
  margin: 0
}

.st-proj .scallop-light {
  width: 100%;
  height: 40px;
  position: relative;
  overflow: hidden;
  background: #f5edf6
}

.st-proj .scallop-light svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.st-proj .expert-strip {
  background: #f5edf6;
  padding: 96px 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.st-proj .expert-img-col {
  flex-shrink: 0;
  width: 220px
}

.st-proj .expert-img-wrap {
  width: 220px;
  height: 330px;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 2px 9px 44px 0 #a82db41f
}

.st-proj .expert-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.9);
  transition: filter .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.st-proj .expert-img-wrap:hover img {
  filter: brightness(1.05)
}

.st-proj .expert-text {
  flex: 1;
  min-width: 0
}

.st-proj .expert-text h2 {
  font-size: 42px;
  line-height: 1.15;
  color: #1e0a20;
  margin: 0 0 24px
}

.st-proj .expert-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #4a3050;
  margin: 0 0 24px
}

.st-proj .expert-text p:last-of-type {
  margin-bottom: 0
}

.st-proj .expert-name {
  font-size: 18px;
  line-height: 1.4;
  color: #A82DB4;
  font-weight: 700;
  margin: 24px 0 4px !important
}

.st-proj .expert-role {
  font-size: 15px;
  line-height: 1.4;
  color: #7a5080;
  margin: 0 !important
}

.st-proj .scallop-white {
  width: 100%;
  height: 40px;
  position: relative;
  overflow: hidden;
  background: #fff
}

.st-proj .scallop-white svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.st-proj .process-strip {
  background: #fff;
  padding: 96px 48px
}

.st-proj .process-strip h2 {
  font-size: 42px;
  line-height: 1.15;
  color: #1e0a20;
  margin: 0 0 12px
}

.st-proj .process-strip .sub {
  font-size: 18px;
  line-height: 1.6;
  color: #4a3050;
  margin: 0 0 48px;
  max-width: 600px
}

.st-proj .steps-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.st-proj .step-item {
  flex: 1;
  min-width: 200px;
  background: #f5edf6;
  border-radius: 38px;
  padding: 48px 24px 24px;
  position: relative;
  box-shadow: 2px 3px 4px 0 #a82db414;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.st-proj .step-item:hover {
  transform: perspective(500px) rotateX(2deg) translateY(-4px);
  box-shadow: 2px 7px 20px 0 #a82db41a
}

.st-proj .step-num {
  position: absolute;
  top: 12px;
  left: 24px;
  font-size: 72px;
  line-height: 1.15;
  color: #a82db41a;
  font-weight: 700;
  user-select: none;
  pointer-events: none
}

.st-proj .step-item h5 {
  font-size: 18px;
  line-height: 1.4;
  color: #1e0a20;
  margin: 0 0 12px;
  position: relative
}

.st-proj .step-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a3050;
  margin: 0;
  position: relative
}

@media (max-width: 900px) {
  .st-proj .pg-top {
    flex-direction: column;
    padding: 48px 24px;
    gap: 24px
  }

  .st-proj .top-badge {
    flex-direction: row;
    align-items: center
  }

  .st-proj .badge-num {
    font-size: 42px
  }

  .st-proj .cards-area {
    padding: 48px 24px
  }

  .st-proj .pros-cons {
    padding: 48px 24px
  }

  .st-proj .pc-grid {
    grid-template-columns: 1fr
  }

  .st-proj .expert-strip {
    flex-direction: column;
    padding: 48px 24px
  }

  .st-proj .expert-img-col {
    width: 100%
  }

  .st-proj .expert-img-wrap {
    width: 100%;
    height: 280px
  }

  .st-proj .process-strip {
    padding: 48px 24px
  }

  .st-proj .steps-row {
    flex-direction: column
  }
}

@media (max-width: 600px) {
  .st-proj .card-grid {
    grid-template-columns: 1fr
  }

  .st-proj .top-text h1 {
    font-size: 42px
  }

  .st-proj .pc-col {
    padding: 24px
  }
}

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

.suc-page .suc-wrap {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px
}

.suc-page .suc-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0
}

.suc-page .suc-icon circle {
  fill: none;
  stroke: #A82DB4;
  stroke-width: 2.5
}

.suc-page .suc-icon polyline {
  fill: none;
  stroke: #A82DB4;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.suc-page .suc-card {
  background: #fff;
  border-radius: 38px;
  box-shadow: 2px 9px 44px 0 #a82db41f inset 0 2px 8px 0 #a82db40f;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 560px;
  width: 100%;
  text-align: center
}

.suc-page .suc-label {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #A82DB4;
  font-weight: 600;
  margin: 0
}

.suc-page .suc-heading {
  font-size: 42px;
  line-height: 1.15;
  color: #1b0d1e;
  margin: 0;
  font-weight: 700
}

.suc-page .suc-text {
  font-size: 18px;
  line-height: 1.6;
  color: #3a2040;
  margin: 0;
  max-width: 420px
}

.suc-page .suc-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(105deg, #A82DB4, #A72A1A);
  border-radius: 1px;
  flex-shrink: 0
}

.suc-page .suc-btn {
  display: inline-block;
  padding: 12px 48px;
  background: linear-gradient(105deg, #A82DB4, #A72A1A);
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1px;
  border: none;
  cursor: pointer;
  box-shadow: 2px 7px 20px 0 #a82db41a;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc-page .suc-btn:hover {
  box-shadow: 2px 9px 44px 0 #a82db42e;
  transform: perspective(400px) rotateX(2deg) translateY(-2px)
}

.suc-page .suc-btn:focus {
  outline: 3px solid #A82DB4;
  outline-offset: 4px
}

.suc-page .suc-btn:active {
  transform: translateY(0);
  box-shadow: 2px 3px 4px 0 #a82db414
}

.suc-page .suc-note {
  font-size: 15px;
  line-height: 1.4;
  color: #7a5c82;
  margin: 0
}

.suc-page .suc-note a {
  color: #A82DB4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: font-size .24s cubic-bezier(0.0, 0, 0.2, 1)
}

.suc-page .suc-note a:hover {
  font-size: 18px
}

@media (max-width: 600px) {
  .suc-page {
    padding: 48px 12px
  }

  .suc-page .suc-card {
    padding: 24px 12px
  }

  .suc-page .suc-heading {
    font-size: 42px
  }
}