html,
body {
  margin: 0;
  padding: 0
}

body {
  font-family: 'IBM Plex Serif', serif;
  background-color: #0f0a08
}

.pg-header {
  position: relative;
  z-index: 100;
  background: linear-gradient(180deg, #0f0604f7 0%, #160a06ed 60%, #1e0e08e0 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid #c1680a2e;
  box-shadow: 1px 10px 60px 0 #c1680a1c;
  overflow: hidden
}

.pg-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #C1680A 35%, #73027E 65%, transparent 100%);
  pointer-events: none
}

.pg-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c1680a40, transparent);
  pointer-events: none
}

.nav-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 48px;
  border-bottom: 1px solid #73027e1f;
  background: #73027e0a;
  box-shadow: inset 0 2px 8px 0 #73027e0f
}

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

.nav-strip__item {
  display: flex;
  align-items: center
}

.nav-strip__item:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 4px;
  background: #c1680a66;
  margin-left: 4px
}

.nav-strip__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-family: 'IBM Plex Serif', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .06em;
  color: #ffeddeb8;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: color .5s ease-in-out, border-color .55s ease-in-out, background .5s ease-in-out;
  min-height: 44px;
  box-sizing: border-box
}

.nav-strip__link:hover,
.nav-strip__link:focus {
  color: #FFEDDE;
  border-color: #c1680a4d;
  background: #c1680a14;
  outline: none
}

.nav-strip__link:focus-visible {
  outline: 2px solid #C1680A;
  outline-offset: 2px
}

.nav-strip__link i {
  font-size: 14px;
  color: #c1680ab3;
  transition: color .5s ease-in-out
}

.nav-strip__link:hover i {
  color: #C1680A
}

.brand-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 48px;
  position: relative
}

.brand-row__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 5px 25px 0 #c1680a14 0 0 0 1px #c1680a26
}

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

.brand-row__accent {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #73027e99, #c1680a99);
  border-radius: 4px
}

@media (max-width: 900px) {
  .nav-strip {
    padding: 8px 24px
  }

  .brand-row {
    padding: 24px
  }
}

@media (max-width: 600px) {
  .nav-strip {
    padding: 8px 16px
  }

  .nav-strip__link {
    padding: 8px;
    font-size: 14px;
    letter-spacing: .03em
  }

  .brand-row {
    padding: 16px
  }
}

.pg-footer {
  background: linear-gradient(180deg, #0d0806 0%, #100a07 50%, #0a0604 100%);
  border-top: 1px solid #c1680a24;
  box-shadow: inset 0 4px 24px 0 #73027e0f;
  position: relative
}

.pg-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #73027e66, #c1680a66, transparent);
  pointer-events: none
}

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

.ftr-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}

.ftr-brand__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 2px 6px 0 #c1680a0f 0 0 0 1px #c1680a1f
}

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

.ftr-brand__desc {
  font-family: 'EB Garamond', serif;
  font-size: 15px;
  line-height: 1.55;
  color: #ffedde8c;
  max-width: 240px
}

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

.ftr-brand__contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Serif', serif;
  font-size: 14px;
  line-height: 1.35;
  color: #ffedde99;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.ftr-brand__contact-item:hover {
  color: #FFEDDE
}

.ftr-brand__contact-item i {
  font-size: 14px;
  color: #c1680aa6;
  width: 16px;
  flex-shrink: 0
}

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

.ftr-center__divider {
  width: 1px;
  height: 80px;
  background: linear-gradient(180deg, transparent, #c1680a4d, #73027e4d, transparent)
}

.ftr-center__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 36px;
  border: 1px solid #c1680a40;
  background: #c1680a0f;
  box-shadow: 1px 5px 25px 0 #c1680a14
}

.ftr-center__badge i {
  font-size: 20px;
  color: #c1680ab3
}

.ftr-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px
}

.ftr-links__label {
  font-family: 'IBM Plex Serif', serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .08em;
  color: #73027ecc;
  text-transform: uppercase;
  margin-bottom: 8px
}

.ftr-links__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Serif', serif;
  font-size: 14px;
  line-height: 1.35;
  color: #ffedde8c;
  text-decoration: none;
  border-radius: 4px;
  padding: 4px 8px;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 44px;
  box-sizing: border-box
}

.ftr-links__item:hover {
  color: #FFEDDE;
  background: #c1680a12
}

.ftr-links__item:focus-visible {
  outline: 2px solid #C1680A;
  outline-offset: 2px
}

.ftr-links__item i {
  font-size: 14px;
  color: #c1680a80
}

.ftr-lower {
  max-width: 1600px;
  margin: 0 auto;
  padding: 16px 48px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #c1680a14;
  gap: 16px;
  flex-wrap: wrap
}

.ftr-lower__copy {
  font-family: 'EB Garamond', serif;
  font-size: 14px;
  line-height: 1.35;
  color: #ffedde61;
  letter-spacing: .04em
}

.ftr-lower__addr {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'EB Garamond', serif;
  font-size: 14px;
  line-height: 1.35;
  color: #ffedde59
}

.ftr-lower__addr i {
  font-size: 14px;
  color: #73027e80
}

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

  .ftr-brand {
    align-items: center;
    text-align: center
  }

  .ftr-brand__desc {
    max-width: 100%
  }

  .ftr-center {
    flex-direction: row;
    justify-content: center
  }

  .ftr-center__divider {
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c1680a4d, transparent)
  }

  .ftr-links {
    align-items: center
  }

  .ftr-lower {
    padding: 16px 24px 48px;
    justify-content: center;
    text-align: center
  }
}

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

  .ftr-lower {
    padding: 16px 16px 24px;
    flex-direction: column;
    gap: 8px
  }
}

.agreement-section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 24px;
  background: #141014;
  color: #FFEDDE;
  line-height: 1.8
}

.agreement-section h1 {
  font-size: 48px;
  line-height: 1.1;
  color: #FFEDDE;
  margin-bottom: 24px;
  margin-top: 0;
  letter-spacing: -.5px;
  background: linear-gradient(135deg, #FFEDDE 60%, #C1680A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.agreement-section h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #FFEDDE;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c1680a4d;
  border-left: 4px solid #C1680A;
  padding-left: 16px
}

.agreement-section h3 {
  font-size: 26px;
  line-height: 1.35;
  color: #f0d5c0;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 2px solid #73027e99
}

.agreement-section h4 {
  font-size: 20px;
  line-height: 1.35;
  color: #e8c9b0;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: .02em
}

.agreement-section h5 {
  font-size: 15px;
  line-height: 1.55;
  color: #d4b090;
  margin-top: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .1em
}

.agreement-section h6 {
  font-size: 14px;
  line-height: 1.55;
  color: #b89070;
  margin-top: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .12em
}

.agreement-section p {
  font-size: 15px;
  line-height: 1.8;
  color: #e8d4c4;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 80ch
}

.agreement-section ul,
.agreement-section ol {
  font-size: 15px;
  line-height: 1.8;
  color: #e8d4c4;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 24px;
  max-width: 80ch
}

.agreement-section ul {
  list-style: none;
  padding-left: 16px
}

.agreement-section ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px
}

.agreement-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C1680A;
  box-shadow: 1px 2px 6px 0 #c1680a0f
}

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

.agreement-section ol li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  counter-increment: policy-counter
}

.agreement-section ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #C1680A;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8
}

.agreement-section li {
  font-size: 15px;
  line-height: 1.8;
  color: #e8d4c4
}

.agreement-section strong,
.agreement-section b {
  color: #FFEDDE;
  font-weight: 700
}

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

.agreement-section a {
  color: #C1680A;
  text-decoration: underline;
  text-decoration-color: #c1680a66;
  text-underline-offset: 3px;
  transition: color .5s ease-in-out, text-decoration-color .45s ease-in-out
}

.agreement-section a:hover {
  color: #e07d20;
  text-decoration-color: #e07d20cc
}

.agreement-section a:visited {
  color: #9a4a8a
}

.agreement-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.55;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 5px 25px 0 #c1680a14
}

.agreement-section thead {
  background: linear-gradient(135deg, #c1680a40, #73027e33)
}

.agreement-section thead th {
  padding: 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #FFEDDE;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 1px solid #c1680a66
}

.agreement-section tbody tr {
  border-bottom: 1px solid #ffedde0f;
  transition: background-color .5s ease-in-out
}

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

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

.agreement-section td {
  padding: 16px;
  color: #e8d4c4;
  font-size: 14px;
  line-height: 1.55;
  vertical-align: top
}

.agreement-section th {
  padding: 16px;
  color: #FFEDDE;
  font-size: 14px;
  line-height: 1.55;
  vertical-align: top
}

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

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

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

  .agreement-section h3 {
    font-size: 20px
  }

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

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

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

  .agreement-section h2 {
    font-size: 20px;
    margin-top: 24px
  }

  .agreement-section h3 {
    font-size: 15px;
    margin-top: 24px
  }

  .agreement-section p,
  .agreement-section ul,
  .agreement-section ol,
  .agreement-section li {
    font-size: 14px
  }

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

.srvdet {
  background: #0e0a08;
  color: #f0e6d8;
  overflow-x: hidden;
  container-type: inline-size
}

.srvdet__top {
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 48px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end
}

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

.srvdet__tag {
  background: #73027E;
  color: #FFEDDE;
  font-size: 14px;
  letter-spacing: .12em;
  padding: 4px 16px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600
}

.srvdet__meta-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #b89a7a
}

.srvdet__meta-pill i {
  color: #C1680A;
  font-size: 14px
}

.srvdet__h1 {
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFEDDE;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.srvdet__h1 span {
  color: #73027E
}

.srvdet__sub {
  font-size: 20px;
  line-height: 1.55;
  color: #c9a882;
  margin: 0 0 24px
}

.srvdet__stats-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 48px
}

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

.srvdet__stat-val {
  font-size: 26px;
  line-height: 1.1;
  color: #C1680A;
  font-weight: 700
}

.srvdet__stat-lbl {
  font-size: 14px;
  color: #8a7060;
  letter-spacing: .08em
}

.srvdet__img-col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.srvdet__img-frame {
  width: 100%;
  max-width: 640px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 10px 60px 0 #c1680a1c;
  position: relative
}

.srvdet__img-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: sepia(0.35) contrast(1.08) brightness(0.92) saturate(0.85);
  transition: filter .55s ease-in-out
}

.srvdet__img-frame:hover img {
  filter: sepia(0.6) contrast(1.1) brightness(0.8) saturate(0.5)
}

.srvdet__img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, #0e0a08 0%, transparent 100%);
  pointer-events: none
}

.srvdet__dots {
  position: absolute;
  top: -24px;
  right: -16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  pointer-events: none;
  z-index: 0
}

.srvdet__dot {
  border-radius: 50%;
  background: #73027E;
  opacity: .22
}

.srvdet__dot--sm {
  width: 6px;
  height: 6px
}

.srvdet__dot--md {
  width: 10px;
  height: 10px
}

.srvdet__dot--lg {
  width: 14px;
  height: 14px
}

.srvdet__divider-svg {
  width: 100%;
  display: block;
  margin-top: -2px;
  line-height: 0
}

.srvdet__price-bar {
  background: linear-gradient(105deg, #73027e2e 0%, #c1680a1a 60%, transparent 100%);
  border-top: 1px solid #c1680a2e;
  padding: 24px 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  max-width: 1600px;
  margin: 0 auto
}

.srvdet__price-main {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srvdet__price-num {
  font-size: 36px;
  line-height: 1.1;
  color: #FFEDDE;
  font-weight: 700
}

.srvdet__price-note {
  font-size: 14px;
  color: #8a7060;
  letter-spacing: .06em
}

.srvdet__seats {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #c9a882
}

.srvdet__seats i {
  color: #C1680A
}

.srvdet__seats-num {
  color: #C1680A !important;
  font-weight: 700
}

.srvdet__btn-book {
  margin-left: auto;
  background: #C1680A;
  color: #0e0a08;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 48px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: .08em;
  box-shadow: 1px 5px 25px 0 #c1680a14;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s ease-in-out;
  text-decoration: none;
  display: inline-block
}

.srvdet__btn-book:hover {
  background: #d97a1a;
  box-shadow: 1px 10px 60px 0 #c1680a1c
}

.srvdet__btn-book:focus {
  outline: 2px solid #FFEDDE;
  outline-offset: 3px
}

.srvdet__btn-book:active {
  background: #a85508
}

.srvdet__btn-book--shake {
  animation: srvdet-shake .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@keyframes srvdet-shake {

  0%,
  100% {
    transform: translateX(0)
  }

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

  40% {
    transform: translateX(6px)
  }

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

  80% {
    transform: translateX(4px)
  }
}

.srvdet__body {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 48px 48px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start
}

.srvdet__desc {
  padding-top: 48px
}

.srvdet__desc-h2 {
  font-size: 26px;
  line-height: 1.35;
  color: #FFEDDE;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .04em
}

.srvdet__desc p {
  font-size: 15px;
  line-height: 1.55;
  color: #c9a882;
  margin: 0;
  text-indent: 24px
}

.srvdet__desc strong {
  color: #FFEDDE
}

.srvdet__desc em {
  color: #73027E;
  font-style: normal
}

.srvdet__desc ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0
}

.srvdet__desc ul li {
  font-size: 15px;
  line-height: 1.55;
  color: #c9a882;
  padding: 4px 0 4px 24px;
  position: relative
}

.srvdet__desc ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 2px solid #C1680A;
  border-radius: 4px
}

.srvdet__desc ul li.checked::before {
  background: #C1680A
}

.srvdet__desc details {
  border-top: 1px solid #c1680a2e;
  padding: 8px 0
}

.srvdet__desc summary {
  font-size: 15px;
  color: #FFEDDE;
  cursor: pointer;
  padding: 8px 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

.srvdet__desc summary::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #C1680A;
  border-bottom: 2px solid #C1680A;
  transform: rotate(45deg);
  transition: transform .5s ease-in-out;
  flex-shrink: 0
}

.srvdet__desc details[open] summary::after {
  transform: rotate(-135deg)
}

.srvdet__prog {
  padding-top: 48px
}

.srvdet__prog-h3 {
  font-size: 20px;
  line-height: 1.35;
  color: #FFEDDE;
  margin: 0 0 16px;
  letter-spacing: .06em
}

.srvdet__prog-wrap {
  background: linear-gradient(160deg, #73027e1f 0%, #0e0a08cc 100%);
  border-radius: 4px;
  border: 1px solid #73027e33;
  padding: 24px;
  box-shadow: 1px 5px 25px 0 #73027e14;
  inset-shadow: inset 0 2px 8px 0 #73027e0f
}

.srvdet__prog-wrap p {
  font-size: 15px;
  line-height: 1.55;
  color: #c9a882;
  margin: 0 0 8px;
  text-indent: 0
}

.srvdet__prog-wrap h2 {
  font-size: 20px;
  line-height: 1.35;
  color: #FFEDDE;
  margin: 16px 0 8px
}

.srvdet__prog-wrap ol {
  padding-left: 24px;
  margin: 8px 0
}

.srvdet__prog-wrap ol li {
  font-size: 15px;
  line-height: 1.55;
  color: #c9a882;
  padding: 4px 0
}

.srvdet__prog-wrap dl {
  margin: 8px 0
}

.srvdet__prog-wrap dt {
  font-size: 15px;
  color: #FFEDDE;
  font-weight: 600;
  padding: 4px 0 0
}

.srvdet__prog-wrap dd {
  font-size: 14px;
  color: #8a7060;
  margin: 0 0 8px 16px;
  line-height: 1.55
}

.srvdet__prog-wrap blockquote {
  border-top: 2px solid #73027E;
  margin: 16px 0;
  padding: 16px;
  background: #73027e14;
  border-radius: 4px
}

.srvdet__prog-wrap cite {
  font-size: 14px;
  color: #8a7060;
  font-style: italic
}

.srvdet__prog-wrap figure {
  margin: 16px 0
}

.srvdet__prog-wrap figcaption {
  font-size: 14px;
  color: #8a7060;
  margin-top: 8px
}

.srvdet__prog-wrap details {
  border-top: 1px solid #c1680a2e;
  padding: 4px 0
}

.srvdet__prog-wrap summary {
  font-size: 15px;
  color: #FFEDDE;
  cursor: pointer;
  padding: 8px 0;
  list-style: none
}

.srvdet__contact-strip {
  background: linear-gradient(to right, #c1680a1f 0%, #0e0a0800 100%);
  border-top: 1px solid #c1680a26;
  padding: 24px 48px;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap
}

.srvdet__contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #c9a882;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.srvdet__contact-item i {
  color: #C1680A;
  font-size: 15px
}

.srvdet__contact-item:hover {
  color: #FFEDDE
}

@keyframes srvdet-fadein {
  from {
    opacity: 0;
    filter: blur(8px)
  }

  to {
    opacity: 1;
    filter: blur(0)
  }
}

.srvdet__top {
  animation: srvdet-fadein .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.srvdet__body {
  animation: srvdet-fadein .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s both
}

@container (max-width: 900px) {
  .srvdet__top {
    grid-template-columns: 1fr;
    padding: 24px 24px 0
  }

  .srvdet__body {
    grid-template-columns: 1fr;
    padding: 0 24px 24px
  }

  .srvdet__price-bar {
    padding: 24px;
    flex-wrap: wrap;
    gap: 16px
  }

  .srvdet__btn-book {
    margin-left: 0;
    width: 100%;
    text-align: center
  }

  .srvdet__contact-strip {
    padding: 24px;
    gap: 16px
  }
}

@media (max-width: 900px) {
  .srvdet__top {
    grid-template-columns: 1fr;
    padding: 24px 24px 0
  }

  .srvdet__body {
    grid-template-columns: 1fr;
    padding: 0 24px 24px
  }

  .srvdet__price-bar {
    padding: 24px;
    flex-wrap: wrap;
    gap: 16px
  }

  .srvdet__btn-book {
    margin-left: 0;
    width: 100%;
    text-align: center
  }

  .srvdet__contact-strip {
    padding: 24px;
    gap: 16px
  }

  .srvdet__h1 {
    font-size: 36px
  }

  .srvdet__img-frame img {
    height: 280px
  }
}

@media (max-width: 600px) {
  .srvdet__h1 {
    font-size: 26px
  }

  .srvdet__stats-row {
    flex-wrap: wrap;
    gap: 16px
  }

  .srvdet__top {
    padding: 16px 16px 0
  }

  .srvdet__body {
    padding: 0 16px 16px
  }

  .srvdet__price-bar {
    padding: 16px
  }

  .srvdet__contact-strip {
    padding: 16px
  }
}

.ab-us {
  background-color: #0e0a08;
  overflow-x: clip;
  position: relative
}

.ab-us .pg-band {
  width: 100%;
  background-color: #0e0a08
}

.ab-us .tb {
  background-color: #1a0d05;
  padding: 64px 48px 56px;
  position: relative;
  overflow: hidden
}

.ab-us .tb__inner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.ab-us .tb__geo {
  position: absolute;
  top: -40px;
  right: -60px;
  width: 320px;
  height: 320px;
  border: 1px solid #c1680a1f;
  border-radius: 4px;
  transform: rotate(22deg);
  pointer-events: none
}

.ab-us .tb__geo--b {
  top: auto;
  bottom: -80px;
  right: 120px;
  width: 180px;
  height: 180px;
  border-color: #73027e1a;
  transform: rotate(-14deg)
}

.ab-us .tb__geo--c {
  top: 20px;
  right: 200px;
  width: 60px;
  height: 60px;
  border-color: #c1680a14;
  transform: rotate(45deg)
}

.ab-us .tb__label {
  font-size: 14px;
  letter-spacing: .18em;
  color: #C1680A;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.35
}

.ab-us .tb__h1 {
  font-size: 48px;
  line-height: 1.1;
  color: #FFEDDE;
  text-transform: uppercase;
  margin-bottom: 24px;
  max-width: 780px
}

.ab-us .tb__h1 span {
  color: #73027E
}

.ab-us .tb__sub {
  font-size: 20px;
  line-height: 1.55;
  color: #ffeddeb8;
  max-width: 560px
}

.ab-us .tb__divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px
}

.ab-us .tb__divider svg {
  display: block
}

.ab-us .tb__divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c1680a59, transparent)
}

.ab-us .idb {
  background-color: #120b04;
  padding: 48px 0;
  position: relative
}

.ab-us .idb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c1680a66, #73027e4d, transparent)
}

.ab-us .idb__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.ab-us .idb__img-col {
  position: relative
}

.ab-us .idb__img-wrap {
  width: 100%;
  aspect-ratio: 7/9;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 1px 10px 60px 0 #c1680a1c
}

.ab-us .idb__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: filter .55s ease-in-out
}

.ab-us .idb__img-wrap:hover img {
  filter: saturate(0)
}

.ab-us .idb__badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: #73027E;
  color: #FFEDDE;
  padding: 16px 24px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .08em;
  box-shadow: 1px 5px 25px 0 #73027e14;
  z-index: 3
}

.ab-us .idb__badge strong {
  display: block;
  font-size: 26px;
  line-height: 1.1;
  color: #FFEDDE
}

.ab-us .idb__text-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ab-us .idb__h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #FFEDDE;
  text-transform: uppercase
}

.ab-us .idb__h2 span {
  color: #73027E
}

.ab-us .idb__p {
  font-size: 15px;
  line-height: 1.55;
  color: #ffeddec7;
  text-indent: 1.5em;
  margin-bottom: 0
}

.ab-us .idb__p+.ab-us .idb__p {
  margin-top: 0
}

.ab-us .idb__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px
}

.ab-us .idb__metric {
  background: #c1680a12;
  border-radius: 4px;
  padding: 16px;
  border-top: 2px solid #c1680a47;
  box-shadow: 1px 2px 6px 0 #c1680a0f;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ab-us .idb__metric:hover {
  background: #c1680a21
}

.ab-us .idb__metric-val {
  font-size: 26px;
  line-height: 1.1;
  color: #C1680A;
  display: block
}

.ab-us .idb__metric-lbl {
  font-size: 14px;
  line-height: 1.35;
  color: #ffedde99;
  letter-spacing: .06em
}

.ab-us .idb__wave {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: 48px
}

.ab-us .trb {
  background-color: #0e0a08;
  padding: 48px 0;
  position: relative
}

.ab-us .trb__bg-pattern {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#c1680a0a 1px, transparent 1px), linear-gradient(90deg, #c1680a0a 1px, transparent 1px);
  background-size: 40px 40px;
  border-image: none;
  pointer-events: none
}

.ab-us .trb__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 2
}

.ab-us .trb__head {
  text-align: center;
  margin-bottom: 48px
}

.ab-us .trb__h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #FFEDDE;
  text-transform: uppercase;
  margin-bottom: 16px
}

.ab-us .trb__h2 span {
  color: #73027E
}

.ab-us .trb__desc {
  font-size: 15px;
  line-height: 1.55;
  color: #ffeddea6;
  max-width: 560px;
  margin: 0 auto
}

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

.ab-us .trb__card {
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .55s ease-in-out, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ab-us .trb__card--base {
  background: #ffedde0a;
  box-shadow: 1px 2px 6px 0 #c1680a0f
}

.ab-us .trb__card--mid {
  background: #c1680a14;
  box-shadow: 1px 5px 25px 0 #c1680a14
}

.ab-us .trb__card--top {
  background: linear-gradient(160deg, #73027e2e, #c1680a1a);
  box-shadow: 1px 10px 60px 0 #73027e1c
}

.ab-us .trb__card:hover {
  transform: translateY(-4px);
  box-shadow: 1px 10px 60px 0 #c1680a1c
}

.ab-us .trb__card-badge {
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #C1680A;
  line-height: 1.35
}

.ab-us .trb__card--top .trb__card-badge {
  color: #FFEDDE
}

.ab-us .trb__card-name {
  font-size: 26px;
  line-height: 1.1;
  color: #FFEDDE
}

.ab-us .trb__card-price {
  font-size: 20px;
  line-height: 1.35;
  color: #C1680A
}

.ab-us .trb__card-price em {
  font-size: 14px;
  color: #ffedde80;
  font-style: normal
}

.ab-us .trb__card-sep {
  height: 1px;
  background: #c1680a33
}

.ab-us .trb__feat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ab-us .trb__feat-item {
  font-size: 14px;
  line-height: 1.55;
  color: #ffeddeb8;
  padding-left: 24px;
  position: relative
}

.ab-us .trb__feat-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border: 1.5px solid #c1680a99;
  border-radius: 4px
}

.ab-us .trb__feat-item--on::before {
  background: #C1680A;
  border-color: #C1680A
}

.ab-us .trb__feat-item--on::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 9px;
  width: 6px;
  height: 4px;
  border-left: 1.5px solid #0e0a08;
  border-bottom: 1.5px solid #0e0a08;
  transform: rotate(-45deg)
}

.ab-us .trb__divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px
}

.ab-us .trb__divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #73027e59, transparent)
}

.ab-us .expb {
  background-color: #150e07;
  padding: 48px 0;
  position: relative
}

.ab-us .expb::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #73027e66, #c1680a4d, transparent)
}

.ab-us .expb__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 48px
}

.ab-us .expb__top {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
  margin-bottom: 48px;
  align-items: start
}

.ab-us .expb__text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ab-us .expb__h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #FFEDDE;
  text-transform: uppercase
}

.ab-us .expb__h2 span {
  color: #73027E
}

.ab-us .expb__p {
  font-size: 15px;
  line-height: 1.55;
  color: #ffeddebf;
  text-indent: 1.5em
}

.ab-us .expb__person {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ab-us .expb__portrait {
  width: 100%;
  aspect-ratio: 7/9;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 1px 5px 25px 0 #73027e14
}

.ab-us .expb__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: filter .6s ease-in-out
}

.ab-us .expb__portrait:hover img {
  filter: saturate(0)
}

.ab-us .expb__person-info {
  padding: 16px;
  background: #73027e1a;
  border-radius: 4px
}

.ab-us .expb__person-name {
  font-size: 20px;
  line-height: 1.35;
  color: #FFEDDE
}

.ab-us .expb__person-role {
  font-size: 14px;
  line-height: 1.35;
  color: #C1680A;
  letter-spacing: .08em;
  text-transform: uppercase
}

.ab-us .expb__person-quote {
  font-size: 14px;
  line-height: 1.8;
  color: #ffedde9e;
  font-style: italic;
  margin-top: 8px
}

.ab-us .expb__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.ab-us .expb__gimg {
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4/3;
  box-shadow: 1px 2px 6px 0 #c1680a0f
}

.ab-us .expb__gimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s ease-in-out
}

.ab-us .expb__gimg:hover img {
  filter: saturate(0);
  transform: scale(1.03)
}

@keyframes ab-slide-left {
  from {
    opacity: 0;
    transform: translateX(-32px)
  }

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

@keyframes ab-slide-right {
  from {
    opacity: 0;
    transform: translateX(32px)
  }

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

.ab-us .idb__img-col {
  animation: ab-slide-left .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.ab-us .idb__text-col {
  animation: ab-slide-right .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.ab-us .expb__text {
  animation: ab-slide-left .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .05s both
}

.ab-us .expb__person {
  animation: ab-slide-right .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .12s both
}

@media (max-width: 1200px) {
  .ab-us .trb__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
  }

  .ab-us .expb__gallery {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (max-width: 900px) {
  .ab-us .tb__h1 {
    font-size: 36px
  }

  .ab-us .idb__inner {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .ab-us .idb__img-wrap {
    aspect-ratio: 4/3
  }

  .ab-us .trb__cards {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto
  }

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

  .ab-us .expb__portrait {
    aspect-ratio: 4/3
  }

  .ab-us .expb__gallery {
    grid-template-columns: repeat(2, 1fr)
  }

  .ab-us .idb__metrics {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 600px) {
  .ab-us .tb {
    padding: 48px 16px 40px
  }

  .ab-us .tb__h1 {
    font-size: 26px
  }

  .ab-us .tb__sub {
    font-size: 15px
  }

  .ab-us .idb__inner,
  .ab-us .trb__inner,
  .ab-us .expb__inner {
    padding: 0 16px
  }

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

  .ab-us .expb__gallery {
    grid-template-columns: repeat(2, 1fr)
  }

  .ab-us .idb__badge {
    right: 0;
    bottom: -24px
  }
}

.strt {
  background: #0e0a08;
  overflow-x: hidden;
  position: relative
}

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

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

.strt .diag-bg {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(128deg, #c1680a0a 0px, #c1680a0a 1px, transparent 1px, transparent 60px);
  background-size: 120px 120px;
  animation: diagdrift 18s linear infinite;
  pointer-events: none;
  z-index: 0
}

@keyframes diagdrift {
  0% {
    background-position: 0 0
  }

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

.strt .tb {
  position: relative;
  padding: 96px 0 48px;
  background: linear-gradient(160deg, #1a0d05 0%, #0e0a08 55%, #130518 100%);
  overflow: hidden
}

.strt .tb__edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #C1680A 0%, #c1680a00 100%)
}

.strt .tb__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px
}

.strt .tb__text {
  flex: 1 1 55%
}

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

.strt .tb__num {
  font-size: 48px;
  line-height: 1.1;
  color: #C1680A;
  letter-spacing: -1px
}

.strt .tb__num-label {
  font-size: 14px;
  line-height: 1.35;
  color: #ffedde8c;
  letter-spacing: .12em;
  text-transform: uppercase;
  max-width: 120px
}

.strt .tb__h1 {
  font-size: 48px;
  line-height: 1.1;
  color: #FFEDDE;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 16px
}

.strt .tb__h1 span {
  color: #73027E
}

.strt .tb__sub {
  font-size: 20px;
  line-height: 1.55;
  color: #ffeddeb8;
  margin: 0;
  max-width: 520px
}

.strt .tb__img-col {
  flex: 0 0 38%;
  position: relative
}

.strt .tb__img-wrap {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 10px 60px 0 #c1680a1c
}

.strt .tb__img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .55s ease-in-out
}

.strt .tb__img-wrap:hover img {
  filter: saturate(0)
}

.strt .tb-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: linear-gradient(160deg, #1a0d05 0%, #0e0a08 55%, #130518 100%)
}

.strt .tb-divider svg {
  display: block;
  width: 100%
}

.strt .outcomes {
  position: relative;
  background: #100c14;
  padding: 48px 0
}

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

.strt .outcomes__left {
  position: relative
}

.strt .outcomes__h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #FFEDDE;
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: -.5px
}

.strt .outcomes__lead {
  font-size: 15px;
  line-height: 1.55;
  color: #ffeddeb3;
  margin: 0 0 24px;
  text-indent: 24px
}

.strt .outcomes__img-wrap {
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 1px 5px 25px 0 #73027e14;
  position: relative
}

.strt .outcomes__img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.strt .outcomes__img-overlay {
  position: absolute;
  inset: 0;
  background: #0e0a08d1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  border-radius: 36px
}

.strt .outcomes__img-wrap:hover .outcomes__img-overlay {
  opacity: 1
}

.strt .outcomes__img-wrap:hover img {
  filter: saturate(0)
}

.strt .outcomes__overlay-text {
  font-size: 20px;
  line-height: 1.35;
  color: #FFEDDE;
  text-align: center;
  padding: 24px
}

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

.strt .out-item {
  background: #c1680a0f;
  border-radius: 4px;
  padding: 16px 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  box-shadow: inset 0 2px 8px 0 #c1680a0f;
  transition: background .5s ease-in-out;
  cursor: default
}

.strt .out-item:hover {
  background: #c1680a1c
}

.strt .out-item__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: linear-gradient(135deg, #C1680A, #c1680a66);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #FFEDDE
}

.strt .out-item__body {
  flex: 1
}

.strt .out-item__title {
  font-size: 15px;
  line-height: 1.35;
  color: #FFEDDE;
  margin: 0 0 4px
}

.strt .out-item__desc {
  font-size: 14px;
  line-height: 1.55;
  color: #ffedde99;
  margin: 0
}

.strt .out-item__desc em {
  color: #73027E;
  font-style: normal
}

.strt .outcomes-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #100c14
}

.strt .outcomes-divider svg {
  display: block;
  width: 100%
}

.strt .context {
  position: relative;
  background: #0b0811;
  padding: 48px 0
}

.strt .context__diag {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(128deg, transparent 40%, #73027e0d 100%);
  pointer-events: none
}

.strt .context__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1
}

.strt .context__top {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 48px
}

.strt .context__heading-col {
  flex: 0 0 40%
}

.strt .context__h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #FFEDDE;
  margin: 0 0 16px
}

.strt .context__h2 span {
  color: #73027E
}

.strt .context__intro {
  font-size: 15px;
  line-height: 1.55;
  color: #ffeddea6;
  margin: 0;
  text-indent: 24px
}

.strt .context__imgs {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.strt .ctx-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 5px 25px 0 #73027e14
}

.strt .ctx-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.strt .ctx-img__overlay {
  position: absolute;
  inset: 0;
  background: #0e0a08cc;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  opacity: 0;
  transition: opacity .5s ease-in-out
}

.strt .ctx-img:hover img {
  filter: saturate(0)
}

.strt .ctx-img:hover .ctx-img__overlay {
  opacity: 1
}

.strt .ctx-img__label {
  font-size: 14px;
  line-height: 1.35;
  color: #FFEDDE;
  letter-spacing: .08em
}

.strt .context__profiles {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center
}

.strt .prof-card {
  flex: 0 0 calc(50% - 12px);
  max-width: 480px;
  background: #130518b3;
  border-radius: 36px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 1px 5px 25px 0 #73027e14;
  transition: box-shadow .5s ease-in-out
}

.strt .prof-card:hover {
  box-shadow: 1px 10px 60px 0 #73027e1c
}

.strt .prof-card__portrait {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 36px;
  overflow: hidden
}

.strt .prof-card__portrait img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: top;
  display: block
}

.strt .prof-card__body {
  flex: 1
}

.strt .prof-card__name {
  font-size: 15px;
  line-height: 1.35;
  color: #FFEDDE;
  margin: 0 0 4px
}

.strt .prof-card__role {
  font-size: 14px;
  line-height: 1.35;
  color: #C1680A;
  margin: 0 0 8px;
  letter-spacing: .06em
}

.strt .prof-card__quote {
  font-size: 14px;
  line-height: 1.55;
  color: #ffedde99;
  margin: 0
}

.strt .context-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #0b0811
}

.strt .context-divider svg {
  display: block;
  width: 100%
}

.strt .commit {
  position: relative;
  background: #0f0b09;
  padding: 48px 0 96px
}

.strt .commit__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px
}

.strt .commit__centered {
  text-align: center;
  margin-bottom: 48px
}

.strt .commit__h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #FFEDDE;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: -.5px
}

.strt .commit__lead {
  font-size: 15px;
  line-height: 1.55;
  color: #ffeddea6;
  max-width: 560px;
  margin: 0 auto
}

.strt .commit__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px
}

.strt .fit-card {
  background: #c1680a0d;
  border-radius: 4px;
  padding: 24px;
  position: relative;
  box-shadow: 1px 2px 6px 0 #c1680a0f;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.strt .fit-card:hover {
  background: #c1680a17
}

.strt .fit-card__num {
  font-size: 48px;
  line-height: 1.1;
  color: #c1680a2e;
  position: absolute;
  top: 16px;
  right: 16px;
  letter-spacing: -2px
}

.strt .fit-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: linear-gradient(135deg, #73027e80, #73027e33);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 15px;
  color: #FFEDDE
}

.strt .fit-card__h4 {
  font-size: 15px;
  line-height: 1.35;
  color: #FFEDDE;
  margin: 0 0 8px
}

.strt .fit-card__p {
  font-size: 14px;
  line-height: 1.55;
  color: #ffedde94;
  margin: 0
}

.strt .fit-card__p em {
  color: #C1680A;
  font-style: normal
}

.strt .commit__note {
  margin-top: 48px;
  border-radius: 36px;
  background: linear-gradient(160deg, #73027e1f, #c1680a12);
  padding: 24px 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  box-shadow: inset 0 2px 8px 0 #73027e0f
}

.strt .commit__note-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 36px;
  background: #73027e40;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFEDDE
}

.strt .commit__note-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.55;
  color: #ffeddeb8;
  margin: 0
}

.strt .commit__note-text strong {
  color: #FFEDDE
}

.strt .blur-group .out-item {
  transition: filter .5s ease-in-out, background .5s ease-in-out
}

.strt .blur-group:hover .out-item:not(:hover) {
  filter: blur(1.5px)
}

@media (max-width: 1200px) {
  .strt .tb__inner {
    flex-direction: column;
    align-items: flex-start
  }

  .strt .tb__img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .strt .tb__img-wrap img {
    height: 300px
  }

  .strt .commit__grid {
    grid-template-columns: 1fr 1fr
  }
}

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

  .strt .context__top {
    flex-direction: column
  }

  .strt .context__heading-col {
    flex: 0 0 auto;
    width: 100%
  }

  .strt .context__profiles {
    flex-direction: column;
    align-items: stretch
  }

  .strt .prof-card {
    flex: 0 0 auto;
    max-width: 100%
  }

  .strt .commit__note {
    flex-direction: column;
    padding: 24px;
    text-align: center
  }

  .strt .commit__grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 600px) {
  .strt .tb__h1 {
    font-size: 36px
  }

  .strt .tb__num {
    font-size: 36px
  }

  .strt .context__imgs {
    grid-template-columns: 1fr
  }

  .strt .commit__h2 {
    font-size: 26px
  }

  .strt .outcomes__h2 {
    font-size: 26px
  }

  .strt .tb__inner {
    padding: 0 16px
  }
}

.cu-pg {
  background: #0e0a07;
  color: #f0e6d8;
  overflow-x: hidden;
  container-type: inline-size
}

.cu-pg .reveal-clip {
  animation: clipReveal .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

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

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

.cu-pg ::selection {
  background: #c1680a47;
  color: #f0e6d8
}

.cu-pg .btn-shake:invalid~.btn-shake,
.cu-pg .frm__submit:focus {
  outline: 2px solid #C1680A;
  outline-offset: 2px
}

@keyframes shakeOnce {

  0%,
  100% {
    transform: translateX(0)
  }

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

  40% {
    transform: translateX(6px)
  }

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

  80% {
    transform: translateX(4px)
  }
}

.cu-pg .frm__submit:active {
  animation: shakeOnce .5s ease-in-out
}

.cu-pg .pg-bento {
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px;
  align-items: end
}

.cu-pg .bento__img-cell {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 1px 10px 60px 0 #c1680a1c
}

.cu-pg .bento__img-cell img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  filter: saturate(0.35) brightness(0.7);
  transition: filter .55s ease-in-out
}

.cu-pg .bento__img-cell:hover img {
  filter: saturate(0.6) brightness(0.8)
}

.cu-pg .bento__dots {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: grid;
  grid-template-columns: repeat(4, 8px);
  grid-template-rows: repeat(4, 8px);
  gap: 8px;
  pointer-events: none
}

.cu-pg .bento__dot {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #c1680a8c
}

.cu-pg .bento__dot--bright {
  background: #C1680A
}

.cu-pg .bento__head-cell {
  grid-column: 2;
  grid-row: 1;
  padding: 48px 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.cu-pg .bento__tag {
  font-size: 14px;
  letter-spacing: .18em;
  color: #C1680A;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.cu-pg .bento__h1 {
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: #FFEDDE
}

.cu-pg .bento__h1 span {
  font-size: 36px;
  color: #73027E;
  display: block
}

.cu-pg .bento__sub-cell {
  grid-column: 2;
  grid-row: 2;
  padding: 0 24px 24px
}

.cu-pg .bento__desc {
  font-size: 15px;
  line-height: 1.55;
  color: #c9b89e;
  margin: 0 0 16px
}

.cu-pg .bento__cinfo {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cu-pg .bento__cinfo-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #d4c4ae;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.cu-pg .bento__cinfo-row:hover {
  color: #FFEDDE
}

.cu-pg .bento__cinfo-row i {
  color: #C1680A;
  width: 16px;
  text-align: center;
  font-size: 14px
}

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

.cu-pg .divider-tri svg {
  display: block;
  width: 100%
}

.cu-pg .frm-band {
  background: #140c05;
  background-image: radial-gradient(ellipse at 50% 50%, #73027e21 0%, transparent 70%);
  box-shadow: inset 0 6px 24px 0 #c1680a0f;
  padding: 48px 24px
}

.cu-pg .frm-band__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.cu-pg .frm-band__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px
}

.cu-pg .frm-band__aside-h {
  font-size: 26px;
  line-height: 1.35;
  color: #FFEDDE;
  margin: 0
}

.cu-pg .frm-band__aside-p {
  font-size: 15px;
  line-height: 1.55;
  color: #b09a82;
  margin: 0;
  text-indent: 1.2em
}

.cu-pg .frm-band__aside-p+.cu-pg .frm-band__aside-p {
  margin-top: 0
}

.cu-pg .frm-band__metric {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 4px;
  background: #c1680a12;
  box-shadow: 1px 2px 6px 0 #c1680a0f;
  margin-top: 8px
}

.cu-pg .frm-band__metric-num {
  font-size: 36px;
  line-height: 1.1;
  color: #C1680A;
  font-weight: 700
}

.cu-pg .frm-band__metric-label {
  font-size: 14px;
  line-height: 1.35;
  color: #c9b89e
}

.cu-pg .frm-form {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cu-pg .frm__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.cu-pg .frm__group {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cu-pg .frm__label {
  font-size: 14px;
  letter-spacing: .1em;
  color: #C1680A;
  text-transform: uppercase;
  font-weight: 700
}

.cu-pg .frm__input,
.cu-pg .frm__select,
.cu-pg .frm__textarea {
  background: #ffedde0d;
  border: 1px solid #c1680a4d;
  border-radius: 4px;
  color: #FFEDDE;
  font-size: 15px;
  padding: 16px;
  outline: none;
  transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out;
  box-shadow: inset 0 2px 8px 0 #c1680a0a;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none
}

.cu-pg .frm__input::placeholder,
.cu-pg .frm__textarea::placeholder {
  color: #ffedde4d;
  transition: opacity .55s ease-in-out
}

.cu-pg .frm__input:focus::placeholder,
.cu-pg .frm__textarea:focus::placeholder {
  opacity: 0
}

.cu-pg .frm__input:focus,
.cu-pg .frm__select:focus,
.cu-pg .frm__textarea:focus {
  border-color: #C1680A;
  box-shadow: inset 0 2px 8px 0 #c1680a0f 1px 5px 25px 0 #c1680a14
}

.cu-pg .frm__select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C1680A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px
}

.cu-pg .frm__select option {
  background: #1a0f06;
  color: #FFEDDE
}

.cu-pg .frm__textarea {
  resize: vertical;
  min-height: 120px
}

.cu-pg .frm__privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #b09a82
}

.cu-pg .frm__privacy input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  accent-color: #C1680A;
  cursor: pointer;
  margin-top: 2px
}

.cu-pg .frm__privacy a {
  color: #C1680A;
  text-decoration: underline;
  transition: color .5s ease-in-out
}

.cu-pg .frm__privacy a:hover {
  color: #FFEDDE
}

.cu-pg .frm__submit {
  align-self: flex-start;
  background: #C1680A;
  color: #0e0a07;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 16px 48px;
  cursor: pointer;
  box-shadow: 1px 5px 25px 0 #c1680a1c;
  transition: background .5s ease-in-out, box-shadow .5s ease-in-out, transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cu-pg .frm__submit:hover {
  background: #d97b1a;
  box-shadow: 1px 10px 60px 0 #c1680a2e;
  transform: translateY(-2px)
}

.cu-pg .frm__submit:focus-visible {
  outline: 2px solid #FFEDDE;
  outline-offset: 3px
}

.cu-pg .divider-tri--up {
  background: #0e0a07
}

.cu-pg .divider-tri--up svg {
  display: block
}

.cu-pg .reach-band {
  background: #0e0a07;
  padding: 48px 24px
}

.cu-pg .reach-band__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px
}

.cu-pg .reach-card {
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden;
  transition: box-shadow .55s ease-in-out, transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 1px 2px 6px 0 #c1680a0f;
  background: #17100a
}

.cu-pg .reach-card:hover {
  box-shadow: 1px 10px 60px 0 #c1680a1c;
  transform: translateY(-4px)
}

.cu-pg .reach-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #c1680a1f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C1680A;
  font-size: 15px;
  flex-shrink: 0;
  transition: background .5s ease-in-out
}

.cu-pg .reach-card:hover .reach-card__icon {
  background: #c1680a38
}

.cu-pg .reach-card__type {
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #73027E
}

.cu-pg .reach-card__val {
  font-size: 20px;
  line-height: 1.35;
  color: #FFEDDE;
  font-weight: 700;
  word-break: break-word
}

.cu-pg .reach-card__val a {
  color: #FFEDDE;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.cu-pg .reach-card__val a:hover {
  color: #C1680A
}

.cu-pg .reach-card__note {
  font-size: 14px;
  line-height: 1.55;
  color: #9a836a
}

.cu-pg .reach-band__h {
  font-size: 26px;
  line-height: 1.35;
  color: #FFEDDE;
  margin: 0 0 24px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto
}

.cu-pg .reach-band__h-wrap {
  max-width: 1600px;
  margin: 0 auto 24px
}

.cu-pg .reach-band__h-wrap h2 {
  font-size: 26px;
  line-height: 1.35;
  color: #FFEDDE;
  margin: 0
}

.cu-pg .reach-band__h-wrap p {
  font-size: 15px;
  line-height: 1.55;
  color: #9a836a;
  margin: 8px 0 0;
  text-indent: 1.2em
}

@container (max-width: 900px) {
  .cu-pg .frm-band__inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .cu-pg .reach-band__inner {
    grid-template-columns: 1fr 1fr
  }
}

@container (max-width: 600px) {
  .cu-pg .frm__row {
    grid-template-columns: 1fr
  }

  .cu-pg .reach-band__inner {
    grid-template-columns: 1fr
  }

  .cu-pg .pg-bento {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 24px 16px
  }

  .cu-pg .bento__img-cell {
    grid-column: 1;
    grid-row: 1
  }

  .cu-pg .bento__head-cell {
    grid-column: 1;
    grid-row: 2;
    padding: 24px 0 8px
  }

  .cu-pg .bento__sub-cell {
    grid-column: 1;
    grid-row: 3;
    padding: 0 0 24px
  }

  .cu-pg .bento__h1 {
    font-size: 36px
  }

  .cu-pg .bento__h1 span {
    font-size: 26px
  }
}

@media (max-width: 900px) {
  .cu-pg .frm-band__inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .cu-pg .reach-band__inner {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 600px) {
  .cu-pg .frm__row {
    grid-template-columns: 1fr
  }

  .cu-pg .reach-band__inner {
    grid-template-columns: 1fr
  }

  .cu-pg .pg-bento {
    grid-template-columns: 1fr;
    padding: 24px 16px
  }

  .cu-pg .bento__img-cell {
    grid-column: 1;
    grid-row: 1
  }

  .cu-pg .bento__head-cell {
    grid-column: 1;
    grid-row: 2;
    padding: 24px 0 8px
  }

  .cu-pg .bento__sub-cell {
    grid-column: 1;
    grid-row: 3;
    padding: 0 0 24px
  }

  .cu-pg .bento__h1 {
    font-size: 36px
  }
}

.srv-pg {
  background: #0e0a08;
  color: #f0e6d8;
  overflow-x: hidden
}

.srv-pg .fade-in {
  opacity: 0;
  animation: svFadeIn .55s ease-in-out forwards
}

@keyframes svFadeIn {
  to {
    opacity: 1
  }
}

.srv-pg .fade-in--d1 {
  animation-delay: .1s
}

.srv-pg .fade-in--d2 {
  animation-delay: .25s
}

.srv-pg .fade-in--d3 {
  animation-delay: .4s
}

.srv-pg .reveal {
  opacity: 0;
  animation: svReveal .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-play-state: paused
}

.srv-pg .reveal--active {
  animation-play-state: running
}

@keyframes svReveal {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.srv-pg .pg-top {
  position: relative;
  padding: 48px 24px;
  text-align: center;
  border-bottom: 1px solid #c1680a26;
  background: linear-gradient(160deg, #1a0d05 0%, #0e0a08 60%, #130820 100%)
}

.srv-pg .pg-top__deco-tl {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 60px;
  height: 60px;
  pointer-events: none;
  overflow: hidden
}

.srv-pg .pg-top__deco-br {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 60px;
  height: 60px;
  pointer-events: none;
  overflow: hidden
}

.srv-pg .pg-top__img-wrap {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  box-shadow: 1px 10px 60px 0 #c1680a1c
}

.srv-pg .pg-top__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .55s ease-in-out
}

.srv-pg .pg-top__img-wrap:hover img {
  filter: saturate(0)
}

.srv-pg .pg-top__img-tint {
  position: absolute;
  inset: 0;
  background: #c1680a2e;
  pointer-events: none
}

.srv-pg .pg-top__label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #C1680A;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block
}

.srv-pg .pg-top__h {
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #f0e6d8
}

.srv-pg .pg-top__h span {
  color: #73027E
}

.srv-pg .pg-top__desc {
  font-size: 15px;
  line-height: 1.55;
  max-width: 560px;
  margin: 0 auto;
  color: #c8b89e;
  text-align: left
}

.srv-pg .pg-top__desc p {
  margin: 0;
  text-indent: 1.5em
}

.srv-pg .intro-band {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 24px;
  gap: 48px;
  border-bottom: 1px solid #73027e1f
}

.srv-pg .intro-band__left {
  flex: 0 0 auto;
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center
}

.srv-pg .intro-band__right {
  flex: 1 1 auto
}

.srv-pg .intro-band__num {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srv-pg .num-ring {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.srv-pg .num-ring__circle {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0
}

.srv-pg .num-ring__circle svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.srv-pg .num-ring__val {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #C1680A;
  line-height: 1.1
}

.srv-pg .num-ring__text {
  font-size: 14px;
  line-height: 1.35;
  color: #c8b89e
}

.srv-pg .ratio-bar {
  margin-top: 8px
}

.srv-pg .ratio-bar__label {
  font-size: 14px;
  color: #c8b89e;
  margin-bottom: 8px;
  letter-spacing: .06em
}

.srv-pg .ratio-bar__track {
  height: 8px;
  background: #ffedde14;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: inset 0 2px 4px #c1680a14
}

.srv-pg .ratio-bar__fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #C1680A 0%, #73027E 100%);
  transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srv-pg .ratio-bar__vals {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 14px;
  color: #c8b89e
}

.srv-pg .intro-band__text h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #f0e6d8;
  margin: 0 0 16px
}

.srv-pg .intro-band__text p {
  font-size: 15px;
  line-height: 1.55;
  color: #c8b89e;
  margin: 0;
  text-indent: 1.5em
}

.srv-pg .intro-band__text p+p {
  margin-top: 0
}

.srv-pg .cards-area {
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 24px;
  border-bottom: 1px solid #c1680a1a
}

.srv-pg .cards-area__heading {
  font-size: 26px;
  line-height: 1.1;
  color: #f0e6d8;
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: .04em
}

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

.srv-pg .svc-card {
  background: #160f0a;
  border-radius: 4px;
  border: 1px solid #c1680a1f;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 5px 25px 0 #c1680a14;
  transition: box-shadow .55s ease-in-out, border-color .5s ease-in-out;
  container-type: inline-size
}

.srv-pg .svc-card:hover {
  box-shadow: 1px 10px 60px 0 #c1680a1c;
  border-color: #c1680a4d
}

.srv-pg .svc-card:hover~.svc-card {
  transform: translateX(4px);
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srv-pg .svc-card__img-box {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  position: relative
}

.srv-pg .svc-card__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .6s ease-in-out
}

.srv-pg .svc-card:hover .svc-card__img-box img {
  filter: saturate(0)
}

.srv-pg .svc-card__tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #c1680ad9;
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 1.35
}

.srv-pg .svc-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto
}

.srv-pg .svc-card__name {
  font-size: 20px;
  line-height: 1.35;
  color: #f0e6d8;
  margin: 0
}

.srv-pg .svc-card__desc {
  font-size: 14px;
  line-height: 1.55;
  color: #c8b89e;
  margin: 0;
  flex: 1 1 auto
}

.srv-pg .svc-card__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #8a7060
}

.srv-pg .svc-card__meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.srv-pg .svc-card__meta-item i {
  font-size: 14px;
  color: #C1680A
}

.srv-pg .svc-card__foot {
  padding: 16px;
  border-top: 1px solid #c1680a1a;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.srv-pg .svc-card__price-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srv-pg .svc-card__price {
  font-size: 20px;
  line-height: 1.1;
  color: #C1680A;
  font-weight: 700
}

.srv-pg .svc-card__price-note {
  font-size: 14px;
  color: #8a7060;
  line-height: 1.35
}

.srv-pg .svc-card__seats {
  font-size: 14px;
  color: #73027E;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.srv-pg .svc-card__seats i {
  font-size: 14px
}

.srv-pg .svc-card__btn {
  display: inline-block;
  padding: 8px 16px;
  background: #C1680A;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: .06em;
  transition: background .5s ease-in-out, box-shadow .5s ease-in-out;
  box-shadow: 1px 2px 6px 0 #c1680a0f;
  white-space: nowrap
}

.srv-pg .svc-card__btn:hover {
  background: #a0560a;
  box-shadow: 1px 5px 25px 0 #c1680a14
}

.srv-pg .svc-card__btn:focus {
  outline: 2px solid #C1680A;
  outline-offset: 2px
}

.srv-pg .svc-card__btn:active {
  animation: shakeBtn .45s ease-in-out
}

@keyframes shakeBtn {

  0%,
  100% {
    transform: translateX(0)
  }

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

  40% {
    transform: translateX(4px)
  }

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

  80% {
    transform: translateX(3px)
  }
}

.srv-pg .process-area {
  background: linear-gradient(135deg, #130820 0%, #0e0a08 50%, #1a0d05 100%);
  padding: 48px 24px;
  border-bottom: 1px solid #73027e26
}

.srv-pg .process-area__inner {
  max-width: 1600px;
  margin: 0 auto
}

.srv-pg .process-area__h {
  font-size: 36px;
  line-height: 1.1;
  color: #f0e6d8;
  margin: 0 0 8px
}

.srv-pg .process-area__sub {
  font-size: 15px;
  color: #c8b89e;
  margin: 0 0 48px;
  line-height: 1.55
}

.srv-pg .process-cols {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 24px;
  align-items: start
}

.srv-pg .proc-item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.srv-pg .proc-item--center {
  background: #ffedde08;
  border-radius: 4px;
  padding: 24px;
  border: 1px solid #c1680a26;
  box-shadow: 1px 5px 25px 0 #c1680a14
}

.srv-pg .proc-item__num {
  position: relative;
  width: 40px;
  height: 40px;
  margin-bottom: 8px
}

.srv-pg .proc-item__num svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.srv-pg .proc-item__num-val {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #C1680A
}

.srv-pg .proc-item__h {
  font-size: 20px;
  line-height: 1.35;
  color: #f0e6d8;
  margin: 0
}

.srv-pg .proc-item__h4 {
  font-size: 15px;
  line-height: 1.35;
  color: #C1680A;
  margin: 0
}

.srv-pg .proc-item__p {
  font-size: 14px;
  line-height: 1.55;
  color: #c8b89e;
  margin: 0
}

.srv-pg .proc-item__p--indent {
  text-indent: 1.5em
}

.srv-pg .proc-item__detail {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #c1680a1a
}

.srv-pg .proc-item__detail h5 {
  font-size: 14px;
  color: #73027E;
  margin: 0 0 4px;
  letter-spacing: .06em
}

.srv-pg .proc-item__detail p {
  font-size: 14px;
  line-height: 1.55;
  color: #8a7060;
  margin: 0
}

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

.srv-pg .checklist li {
  font-size: 14px;
  line-height: 1.55;
  color: #c8b89e;
  padding-left: 24px;
  position: relative
}

.srv-pg .checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 1.5px solid #C1680A;
  border-radius: 4px
}

.srv-pg .checklist li::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 7px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #C1680A;
  border-bottom: 2px solid #C1680A;
  transform: rotate(-45deg)
}

.srv-pg .glass-area {
  padding: 48px 24px;
  border-bottom: 1px solid #c1680a1a
}

.srv-pg .glass-area__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: stretch
}

.srv-pg .glass-panel {
  flex: 1 1 auto;
  background: #ffedde0a;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid #c1680a2e;
  border-radius: 36px;
  padding: 48px;
  position: relative;
  box-shadow: 1px 10px 60px 0 #c1680a1c
}

.srv-pg .glass-panel__deco {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 80px;
  height: 80px;
  pointer-events: none;
  overflow: hidden
}

.srv-pg .glass-panel__h {
  font-size: 26px;
  line-height: 1.35;
  color: #f0e6d8;
  margin: 0 0 16px
}

.srv-pg .glass-panel__p {
  font-size: 15px;
  line-height: 1.55;
  color: #c8b89e;
  margin: 0 0 24px;
  text-indent: 1.5em
}

.srv-pg .glass-panel__expert {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #c1680a14;
  border-radius: 4px;
  border: 1px solid #c1680a26
}

.srv-pg .glass-panel__portrait {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 1px 5px 25px 0 #c1680a14
}

.srv-pg .glass-panel__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.srv-pg .glass-panel__expert-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srv-pg .glass-panel__expert-name {
  font-size: 15px;
  color: #f0e6d8;
  line-height: 1.35
}

.srv-pg .glass-panel__expert-role {
  font-size: 14px;
  color: #C1680A;
  line-height: 1.35;
  letter-spacing: .06em
}

.srv-pg .glass-panel__expert-note {
  font-size: 14px;
  color: #8a7060;
  line-height: 1.55
}

.srv-pg .glass-side {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center
}

.srv-pg .glass-side__stat {
  padding: 16px;
  background: #160f0a;
  border-radius: 4px;
  border: 1px solid #73027e33;
  box-shadow: 1px 2px 6px 0 #73027e0f
}

.srv-pg .glass-side__stat-val {
  font-size: 36px;
  line-height: 1.1;
  color: #C1680A;
  font-weight: 700
}

.srv-pg .glass-side__stat-label {
  font-size: 14px;
  color: #c8b89e;
  line-height: 1.35;
  margin-top: 4px
}

.srv-pg .contact-strip {
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  justify-content: space-between
}

.srv-pg .contact-strip__left {
  flex: 1 1 auto
}

.srv-pg .contact-strip__h {
  font-size: 26px;
  line-height: 1.35;
  color: #f0e6d8;
  margin: 0 0 8px
}

.srv-pg .contact-strip__p {
  font-size: 15px;
  color: #c8b89e;
  line-height: 1.55;
  margin: 0
}

.srv-pg .contact-strip__right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.srv-pg .contact-strip__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 15px;
  text-decoration: none;
  transition: background .5s ease-in-out, box-shadow .55s ease-in-out
}

.srv-pg .contact-strip__link--primary {
  background: #C1680A;
  color: #fff;
  box-shadow: 1px 2px 6px 0 #c1680a0f
}

.srv-pg .contact-strip__link--primary:hover {
  background: #a0560a;
  box-shadow: 1px 5px 25px 0 #c1680a14
}

.srv-pg .contact-strip__link--secondary {
  background: #73027e26;
  color: #c8b89e;
  border: 1px solid #73027e40
}

.srv-pg .contact-strip__link--secondary:hover {
  background: #73027e40
}

.srv-pg .contact-strip__link i {
  font-size: 15px
}

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

  .srv-pg .process-cols {
    grid-template-columns: 1fr 1fr
  }

  .srv-pg .intro-band {
    flex-direction: column;
    gap: 24px
  }

  .srv-pg .intro-band__left {
    width: 100%
  }
}

@media (max-width: 900px) {
  .srv-pg .pg-top__h {
    font-size: 36px
  }

  .srv-pg .glass-area__inner {
    flex-direction: column;
    gap: 24px
  }

  .srv-pg .glass-side {
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: wrap
  }

  .srv-pg .glass-side__stat {
    flex: 1 1 120px
  }

  .srv-pg .contact-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .srv-pg .process-cols {
    grid-template-columns: 1fr
  }

  .srv-pg .glass-panel {
    padding: 24px
  }
}

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

  .srv-pg .pg-top__h {
    font-size: 26px
  }

  .srv-pg .contact-strip__right {
    flex-direction: column;
    width: 100%
  }

  .srv-pg .contact-strip__link {
    width: 100%;
    justify-content: center
  }

  .srv-pg .glass-panel {
    border-radius: 4px
  }
}

.jrnl {
  background: #0e0a08;
  color: #f0e6d8;
  overflow-x: hidden;
  container-type: inline-size
}

.jrnl .split-entry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  position: relative
}

.jrnl .split-entry__left {
  background: #73027E;
  padding: 48px 48px 96px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden
}

.jrnl .split-entry__curves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.jrnl .split-entry__right {
  background: #C1680A;
  position: relative;
  overflow: hidden
}

.jrnl .split-entry__img-wrap {
  width: 100%;
  height: 100%;
  position: relative
}

.jrnl .split-entry__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.7);
  transition: filter .55s ease-in-out
}

.jrnl .split-entry__img-wrap:hover img {
  filter: saturate(1.1)
}

.jrnl .split-entry__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #73027e8c 0%, transparent 60%);
  pointer-events: none
}

.jrnl .split-entry__tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FFEDDE;
  border: 1px solid #ffedde66;
  border-radius: 4px;
  padding: 4px 16px;
  margin-bottom: 24px;
  width: fit-content
}

.jrnl .split-entry__heading {
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFEDDE;
  margin: 0 0 24px
}

.jrnl .split-entry__heading em {
  font-style: normal;
  color: #FFEDDE;
  background: #c1680a59;
  padding: 0 8px;
  border-radius: 4px
}

.jrnl .split-entry__desc {
  font-size: 15px;
  line-height: 1.55;
  color: #ffedded9;
  margin: 0 0 48px;
  max-width: 480px
}

.jrnl .split-entry__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #FFEDDE;
  text-decoration: none;
  background: #ffedde1f;
  border: 1px solid #ffedde4d;
  border-radius: 4px;
  padding: 16px 24px;
  width: fit-content;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 1px 5px 25px 0 #c1680a14
}

.jrnl .split-entry__link:hover {
  background: #ffedde38;
  border-color: #ffedde99
}

.jrnl .split-entry__link:focus {
  outline: 2px solid #FFEDDE;
  outline-offset: 4px
}

.jrnl .concentric-deco {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 180px;
  height: 180px;
  pointer-events: none
}

.jrnl .concentric-deco__rect {
  position: absolute;
  border: 1px solid #ffedde1a;
  border-radius: 4px
}

.jrnl .concentric-deco__rect--1 {
  inset: 0
}

.jrnl .concentric-deco__rect--2 {
  inset: 16px
}

.jrnl .concentric-deco__rect--3 {
  inset: 32px
}

.jrnl .concentric-deco__rect--4 {
  inset: 48px
}

.jrnl .concentric-deco__rect--5 {
  inset: 64px
}

.jrnl .pub-grid {
  padding: 48px;
  max-width: 1600px;
  margin: 0 auto
}

.jrnl .pub-grid__label {
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #C1680A;
  margin-bottom: 24px;
  display: block
}

.jrnl .pub-grid__intro {
  font-size: 26px;
  line-height: 1.35;
  color: #FFEDDE;
  max-width: 700px;
  margin: 0 0 48px
}

.jrnl .pub-grid__intro span {
  color: #73027E
}

.jrnl .divider-grad {
  height: 1px;
  background: linear-gradient(90deg, #C1680A 0%, transparent 70%);
  margin: 0 0 48px
}

.jrnl .pub-list {
  display: flex;
  flex-direction: column;
  gap: 0
}

.jrnl .pub-item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 24px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid #c1680a26;
  position: relative;
  transition: background .5s ease-in-out;
  cursor: default
}

.jrnl .pub-item:first-child {
  border-top: 1px solid #c1680a26
}

.jrnl .pub-item--active {
  background: #c1680a0f;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  border-left: 3px solid #C1680A
}

.jrnl .pub-item--neutral {
  border-left: 3px solid transparent;
  padding-left: 16px;
  padding-right: 16px
}

.jrnl .pub-item__num {
  font-size: 36px;
  line-height: 1.1;
  color: #c1680a40;
  font-weight: 700;
  letter-spacing: -.02em;
  padding-top: 4px
}

.jrnl .pub-item__body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.jrnl .pub-item__field {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #73027E
}

.jrnl .pub-item__title {
  font-size: 20px;
  line-height: 1.35;
  color: #FFEDDE;
  margin: 0
}

.jrnl .pub-item__author-line {
  font-size: 14px;
  line-height: 1.55;
  color: #f0e6d899;
  letter-spacing: .04em
}

.jrnl .pub-item__author-line strong {
  color: #f0e6d8d9;
  font-weight: 600
}

.jrnl .pub-item__excerpt {
  font-size: 15px;
  line-height: 1.55;
  color: #f0e6d8b3;
  text-indent: 1.2em;
  margin: 8px 0 0
}

.jrnl .pub-item__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 120px
}

.jrnl .pub-item__journal {
  font-size: 14px;
  color: #f0e6d880;
  text-align: right;
  line-height: 1.35
}

.jrnl .pub-item__badge {
  font-size: 14px;
  background: #73027e33;
  color: #FFEDDE;
  border: 1px solid #73027e66;
  border-radius: 4px;
  padding: 4px 8px;
  white-space: nowrap
}

.jrnl .pub-item__badge--open {
  background: #c1680a33;
  border-color: #c1680a66
}

.jrnl .stepped-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin-top: 48px;
  background: linear-gradient(135deg, #120810 0%, #1a0e06 100%);
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 1px 10px 60px 0 #73027e1c
}

.jrnl .stepped-col {
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-right: 1px solid #c1680a1f
}

.jrnl .stepped-col:last-child {
  border-right: none
}

.jrnl .stepped-col--mid {
  padding-top: 24px;
  padding-bottom: 72px
}

.jrnl .stepped-col--last {
  padding-top: 8px;
  padding-bottom: 48px
}

.jrnl .stepped-col__icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #c1680a26;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C1680A;
  font-size: 20px;
  flex-shrink: 0
}

.jrnl .stepped-col__heading {
  font-size: 20px;
  line-height: 1.35;
  color: #FFEDDE;
  margin: 0
}

.jrnl .stepped-col__text {
  font-size: 15px;
  line-height: 1.55;
  color: #f0e6d8a6;
  margin: 0;
  text-indent: 1.2em
}

.jrnl .stepped-col__author {
  font-size: 14px;
  color: #73027E;
  letter-spacing: .06em;
  margin-top: 8px
}

@media (max-width: 900px) {
  .jrnl .split-entry {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .jrnl .split-entry__right {
    height: 320px
  }

  .jrnl .split-entry__left {
    padding: 48px 24px
  }

  .jrnl .split-entry__heading {
    font-size: 36px
  }

  .jrnl .pub-grid {
    padding: 48px 24px
  }

  .jrnl .pub-item {
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto
  }

  .jrnl .pub-item__meta {
    grid-column: 2;
    align-items: flex-start
  }

  .jrnl .stepped-cols {
    grid-template-columns: 1fr
  }

  .jrnl .stepped-col,
  .jrnl .stepped-col--mid,
  .jrnl .stepped-col--last {
    padding: 24px;
    border-right: none;
    border-bottom: 1px solid #c1680a1f
  }
}

@media (max-width: 600px) {
  .jrnl .split-entry__heading {
    font-size: 26px
  }

  .jrnl .pub-grid__intro {
    font-size: 20px
  }

  .jrnl .pub-item {
    grid-template-columns: 1fr
  }

  .jrnl .pub-item__num {
    display: none
  }

  .jrnl .pub-item__meta {
    align-items: flex-start
  }
}

.success-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: #0e0a08
}

.success-page .result-wrap {
  max-width: 560px;
  width: 100%;
  text-align: center;
  padding: 48px;
  background: #160e09;
  border-radius: 36px;
  box-shadow: 1px 10px 60px 0 #c1680a1c
}

.success-page .result-wrap .icon-ring {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: linear-gradient(135deg, #C1680A 0%, #73027E 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 1px 5px 25px 0 #c1680a14
}

.success-page .result-wrap .icon-ring .check-svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0
}

.success-page .result-wrap .msg-title {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #FFEDDE;
  margin: 0 0 16px
}

.success-page .result-wrap .msg-title span {
  color: #73027E
}

.success-page .result-wrap .msg-body {
  font-size: 15px;
  line-height: 1.55;
  color: #c9a98a;
  margin: 0 0 8px
}

.success-page .result-wrap .msg-note {
  font-size: 14px;
  line-height: 1.35;
  color: #7a5a3e;
  margin: 0 0 48px;
  letter-spacing: .03em
}

.success-page .result-wrap .back-btn {
  display: inline-block;
  padding: 16px 48px;
  background: #C1680A;
  color: #FFEDDE;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .06em;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color .5s ease-in-out, box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 1px 2px 6px 0 #c1680a0f
}

.success-page .result-wrap .back-btn:hover {
  background: #a3560a;
  box-shadow: 1px 5px 25px 0 #c1680a14
}

.success-page .result-wrap .back-btn:focus {
  outline: 2px solid #C1680A;
  outline-offset: 4px
}

.success-page .result-wrap .back-btn:active {
  background: #8c4908
}

.success-page .result-wrap .divider-line {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #73027E, #C1680A);
  border-radius: 4px;
  margin: 0 auto 24px
}

@media (max-width: 600px) {
  .success-page .result-wrap {
    padding: 24px 16px
  }

  .success-page .result-wrap .msg-title {
    font-size: 26px
  }
}