html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
}

.pghead {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #E8F0DE 60%, #CAD8E3 100%);
  border-bottom: 2px solid #BF3C6A;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  overflow: hidden;
}

.pghead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #BF3C6A 0%, #CAD8E3 50%, #E8F0DE 100%);
  pointer-events: none;
}

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

.brandbox {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-right: 2px solid #BF3C6A;
  padding-right: 24px;
}

.logocirc {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #ffffff;
  border: 2px solid #CAD8E3;
  box-shadow: 2px 1px 4px 0 rgba(191, 60, 106, 0.07), 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.logocirc img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.brandname {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: #2a1520;
  letter-spacing: 0;
  white-space: nowrap;
}

.brandname span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #BF3C6A;
  font-style: italic;
  line-height: 1.1;
}

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

.headnav a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: #2a1520;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1.5px solid transparent;
  background: transparent;
  transition: color 0.25s ease-in-out, background 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s ease-in-out;
  display: inline-block;
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.headnav a:hover {
  color: #BF3C6A;
  background: rgba(191, 60, 106, 0.07);
  border-color: #BF3C6A;
}

.headnav a:focus {
  outline: 2px solid #BF3C6A;
  outline-offset: 2px;
}

.headnav a.active {
  color: #BF3C6A;
  background: rgba(191, 60, 106, 0.09);
  border-color: rgba(191, 60, 106, 0.4);
}

.headaccent {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1.5px solid #CAD8E3;
}

.flagdot {
  width: 22px;
  height: 16px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #CAD8E3;
  flex-shrink: 0;
}

.headloc {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4a3040;
  line-height: 1.35;
  white-space: nowrap;
}

.pgfoot {
  background: linear-gradient(180deg, #E8F0DE 0%, #ffffff 100%);
  border-top: 1.5px solid #CAD8E3;
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
}

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

.footlinks {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.footlinks a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #4a3040;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: color 0.26s ease-in-out, border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.footlinks a:hover {
  color: #BF3C6A;
  border-color: rgba(191, 60, 106, 0.3);
}

.footlinks a:focus {
  outline: 2px solid #BF3C6A;
  outline-offset: 2px;
}

.footsep {
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background: #CAD8E3;
  flex-shrink: 0;
}

.footcopy {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #7a6070;
  line-height: 1.55;
  white-space: nowrap;
}

.footlogobox {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footlogocirc {
  width: 44px;
  height: 44px;
  border-radius: 48px;
  background: #ffffff;
  border: 1.5px solid #CAD8E3;
  box-shadow: 2px 1px 4px 0 rgba(191, 60, 106, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.footlogocirc img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.ckpop {
  display: none;
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 1500;
  width: 320px;
  max-width: calc(100vw - 48px);
  background: #ffffff;
  border-radius: 32px;
  border: 1.5px solid #CAD8E3;
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14), 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  padding: 24px;
  font-family: 'Montserrat', sans-serif;
}

.ckpop-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #2a1520;
  margin-bottom: 12px;
}

.ckpop-head {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: #BF3C6A;
  margin-bottom: 12px;
}

.ckpanel {
  display: none;
  background: #E8F0DE;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
}

.ckpanel.open {
  display: block;
}

.cktoggleline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cktoggleline label {
  font-size: 13px;
  font-weight: 500;
  color: #2a1520;
  line-height: 1.35;
}

.cktoggle {
  width: 36px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}

.cktoggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.cktoggle-track {
  position: absolute;
  inset: 0;
  background: #CAD8E3;
  border-radius: 32px;
  cursor: pointer;
  transition: background 0.25s ease-in-out;
}

.cktoggle input:checked+.cktoggle-track {
  background: #BF3C6A;
}

.cktoggle-track::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 48px;
  background: #ffffff;
  top: 3px;
  left: 3px;
  transition: transform 0.25s ease-in-out;
}

.cktoggle input:checked+.cktoggle-track::after {
  transform: translateX(16px);
}

.cktoggle input:focus+.cktoggle-track {
  outline: 2px solid #BF3C6A;
  outline-offset: 2px;
}

.ckbtnrow {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.ckbtn {
  flex: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  padding: 12px 6px;
  border-radius: 8px;
  border: 1.5px solid #BF3C6A;
  cursor: pointer;
  min-height: 44px;
  text-align: center;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s ease-in-out;
}

.ckbtn.primary {
  background: #BF3C6A;
  color: #ffffff;
}

.ckbtn.primary:hover {
  background: linear-gradient(135deg, #BF3C6A 0%, #a02d58 100%);
}

.ckbtn.secondary {
  background: transparent;
  color: #BF3C6A;
}

.ckbtn.secondary:hover {
  background: rgba(191, 60, 106, 0.07);
}

.ckbtn:focus {
  outline: 2px solid #BF3C6A;
  outline-offset: 2px;
}

.ckmorelink {
  font-size: 13px;
  font-weight: 400;
  color: #BF3C6A;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.55;
  display: inline;
}

.ckmorelink:focus {
  outline: 2px solid #BF3C6A;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .pghead-inner {
    padding: 24px;
    flex-wrap: wrap;
    gap: 12px;
  }

  .brandbox {
    padding-right: 12px;
  }

  .headaccent {
    display: none;
  }

  .headnav {
    gap: 6px;
    justify-content: flex-start;
  }

  .headnav a {
    padding: 12px;
    font-size: 13px;
  }

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

  .footlogobox {
    align-self: flex-end;
  }
}

@media (max-width: 375px) {
  .pghead-inner {
    padding: 12px;
  }

  .brandname {
    font-size: 13px;
  }

  .headnav a {
    padding: 12px 6px;
  }

  .pgfoot-inner {
    padding: 12px;
  }
}

.terms-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 52px 24px;
  color: #2a1a22;
  line-height: 1.55;
}

.terms-section h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #BF3C6A;
  margin-bottom: 24px;
  margin-top: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #E8F0DE;
}

.terms-section h2 {
  font-size: 28px;
  line-height: 1.35;
  color: #BF3C6A;
  margin-top: 52px;
  margin-bottom: 24px;
}

.terms-section h3 {
  font-size: 28px;
  line-height: 1.35;
  color: #2a1a22;
  margin-top: 24px;
  margin-bottom: 12px;
}

.terms-section h4,
.terms-section h5,
.terms-section h6 {
  font-size: 13px;
  line-height: 1.35;
  color: #2a1a22;
  margin-top: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.terms-section p {
  font-size: 13px;
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 24px;
  color: #2a1a22;
}

.terms-section ul,
.terms-section ol {
  font-size: 13px;
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px;
  color: #2a1a22;
}

.terms-section ul {
  list-style: none;
  padding-left: 12px;
}

.terms-section ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

.terms-section ul li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 48px;
  background-color: #BF3C6A;
  opacity: 0.7;
}

.terms-section ol {
  list-style: decimal;
}

.terms-section ol li {
  padding-left: 6px;
  margin-bottom: 12px;
}

.terms-section ol li::marker {
  color: #BF3C6A;
  font-weight: 600;
}

.terms-section li {
  font-size: 13px;
  line-height: 1.55;
}

.terms-section strong,
.terms-section b {
  font-weight: 700;
  color: #2a1a22;
}

.terms-section em,
.terms-section i {
  font-style: italic;
  color: #4a2a38;
}

.terms-section a {
  color: #BF3C6A;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.28s ease-in-out, text-decoration-color 0.28s ease-in-out;
}

.terms-section a:hover {
  color: #8f2a4f;
  text-decoration-color: transparent;
}

.terms-section div {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .terms-section {
    padding: 24px 12px;
  }

  .terms-section h1 {
    font-size: 28px;
    line-height: 1.35;
  }

  .terms-section h2 {
    font-size: 28px;
    margin-top: 24px;
  }

  .terms-section h3 {
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  .terms-section {
    padding: 12px 6px;
  }

  .terms-section h1 {
    font-size: 28px;
  }
}

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

.rslrs .pg-reveal {
  animation: maskReveal 0.38s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes maskReveal {
  from {
    clip-path: inset(0 45% 0 45%);
    opacity: 0.4;
  }

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

.rslrs .inner-bound {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.rslrs .sec-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 24px 0;
}

.rslrs .sec-divider::before,
.rslrs .sec-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #CAD8E3;
}

.rslrs .div-diamond {
  width: 8px;
  height: 8px;
  background: #BF3C6A;
  transform: rotate(45deg);
  border-radius: 2px;
  flex-shrink: 0;
}

.rslrs .notch-accent {
  display: inline-block;
  width: 4px;
  background: #BF3C6A;
  border-radius: 8px;
  margin-right: 12px;
  align-self: stretch;
  flex-shrink: 0;
}

.rslrs .kw-underline {
  text-decoration: underline;
  text-decoration-color: #BF3C6A;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.rslrs .arrow-read {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  opacity: 0.28;
  pointer-events: none;
  user-select: none;
}

.rslrs .arrow-read svg {
  width: 18px;
  height: 18px;
}

.rslrs .titleblk {
  background: #fff;
  padding: 52px 0;
}

.rslrs .titleblk-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 52px;
  align-items: start;
}

.rslrs .titleblk-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 12px;
}

.rslrs .titleblk-label {
  font-size: 13px;
  line-height: 1.35;
  color: #BF3C6A;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rslrs .titleblk-h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #1b1b2e;
  margin: 0;
}

.rslrs .titleblk-h1 span {
  display: block;
}

.rslrs .titleblk-lead {
  font-size: 13px;
  line-height: 1.55;
  color: #3a3a4a;
  max-width: 480px;
}

.rslrs .titleblk-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.rslrs .btn-prim {
  display: inline-block;
  padding: 12px 24px;
  font-size: 13px;
  line-height: 1.35;
  color: #fff;
  background: linear-gradient(135deg, #BF3C6A 0%, #9e2f57 100%);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.28s ease-in-out, box-shadow 0.28s ease-in-out;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
}

.rslrs .btn-prim:hover {
  background: linear-gradient(210deg, #BF3C6A 0%, #9e2f57 100%);
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
}

.rslrs .btn-prim:focus {
  outline: 2px solid #BF3C6A;
  outline-offset: 3px;
}

.rslrs .btn-prim:active {
  box-shadow: inset 0 6px 10px 0 rgba(191, 60, 106, 0.14);
}

.rslrs .btn-sec {
  display: inline-block;
  padding: 12px 24px;
  font-size: 13px;
  line-height: 1.35;
  color: #BF3C6A;
  background: transparent;
  border: 1.5px solid #BF3C6A;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.rslrs .btn-sec:hover {
  background: #BF3C6A;
  color: #fff;
}

.rslrs .btn-sec:focus {
  outline: 2px solid #BF3C6A;
  outline-offset: 3px;
}

.rslrs .titleblk-imgzone {
  position: relative;
  padding: 6px 6px 24px 6px;
}

.rslrs .titleblk-imgzone::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-top: 2px solid #CAD8E3;
  border-right: 2px solid #CAD8E3;
  border-radius: 0 8px 0 0;
  pointer-events: none;
}

.rslrs .titleblk-imgzone::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #BF3C6A;
  border-left: 2px solid #BF3C6A;
  border-radius: 0 0 0 8px;
  pointer-events: none;
}

.rslrs .titleblk-imgwrap {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #CAD8E3;
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
  position: relative;
}

.rslrs .titleblk-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.04) brightness(0.97);
}

.rslrs .grain-overlay {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none;
  border-radius: 32px;
}

.rslrs .titleblk-badge {
  position: absolute;
  bottom: 36px;
  right: -12px;
  background: #fff;
  border: 1px solid #E8F0DE;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 120px;
}

.rslrs .badge-num {
  font-size: 28px;
  line-height: 1.1;
  color: #BF3C6A;
}

.rslrs .badge-lbl {
  font-size: 13px;
  line-height: 1.35;
  color: #3a3a4a;
}

.rslrs .partnersec {
  background: #E8F0DE;
  padding: 52px 0;
}

.rslrs .partnersec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

.rslrs .partnersec-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rslrs .partnersec-h2 {
  font-size: 28px;
  line-height: 1.1;
  color: #1b1b2e;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rslrs .partnersec-h2 span {
  display: block;
}

.rslrs .partnersec-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.rslrs .partnersec-para {
  font-size: 13px;
  line-height: 1.55;
  color: #2e2e3e;
  margin: 0;
}

.rslrs .partnersec-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rslrs .partner-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rslrs .pcard {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #CAD8E3;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 2px 1px 4px 0 rgba(191, 60, 106, 0.07);
  transition: box-shadow 0.28s ease-in-out, transform 0.28s ease-in-out;
  position: relative;
}

.rslrs .pcard:hover {
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  transform: translateY(-2px);
}

.rslrs .pcard-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #CAD8E3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rslrs .pcard-icon svg {
  width: 20px;
  height: 20px;
}

.rslrs .pcard-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.rslrs .pcard-h {
  font-size: 13px;
  line-height: 1.35;
  color: #1b1b2e;
  margin: 0;
}

.rslrs .pcard-p {
  font-size: 13px;
  line-height: 1.55;
  color: #4a4a5a;
  margin: 0;
}

.rslrs .profiles-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: stretch;
}

.rslrs .prof-card {
  flex: 1;
  background: #fff;
  border-radius: 32px;
  border: 1px solid #CAD8E3;
  overflow: hidden;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  display: flex;
  flex-direction: column;
}

.rslrs .prof-imgwrap {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  flex-shrink: 0;
}

.rslrs .prof-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.rslrs .prof-info {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.rslrs .prof-name {
  font-size: 13px;
  line-height: 1.35;
  color: #1b1b2e;
  margin: 0;
}

.rslrs .prof-role {
  font-size: 13px;
  line-height: 1.35;
  color: #BF3C6A;
  margin: 0;
}

.rslrs .prof-quote {
  font-size: 13px;
  line-height: 1.55;
  color: #4a4a5a;
  margin: 0;
}

.rslrs .metrics-strip {
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin-top: 12px;
}

.rslrs .metric-box {
  flex: 1;
  background: linear-gradient(160deg, #fff 60%, #E8F0DE 100%);
  border: 1px solid #CAD8E3;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  box-shadow: inset 0 4px 8px 0 rgba(202, 216, 227, 0.18);
}

.rslrs .metric-val {
  font-size: 28px;
  line-height: 1.1;
  color: #BF3C6A;
  display: block;
}

.rslrs .metric-lbl {
  font-size: 13px;
  line-height: 1.35;
  color: #3a3a4a;
  display: block;
}

@media (max-width: 1366px) {
  .rslrs .titleblk-grid {
    grid-template-columns: 1fr 340px;
    gap: 52px;
  }

  .rslrs .titleblk-h1 {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .rslrs .titleblk-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rslrs .titleblk-imgzone {
    max-width: 320px;
    margin: 0 auto;
  }

  .rslrs .titleblk-h1 {
    font-size: 28px;
  }

  .rslrs .partnersec-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rslrs .partnersec-body {
    grid-template-columns: 1fr;
  }

  .rslrs .profiles-row {
    flex-direction: column;
  }

  .rslrs .metrics-strip {
    flex-wrap: wrap;
  }

  .rslrs .titleblk-badge {
    right: 6px;
    bottom: 30px;
  }
}

@media (max-width: 375px) {
  .rslrs .inner-bound {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rslrs .titleblk {
    padding: 24px 0;
  }

  .rslrs .partnersec {
    padding: 24px 0;
  }

  .rslrs .titleblk-h1 {
    font-size: 28px;
  }

  .rslrs .titleblk-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .rslrs .pcard {
    flex-direction: column;
  }
}

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

.msn .pg-load {
  animation: fadeAppear 0.38s ease-in-out both;
}

@keyframes fadeAppear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.msn .wr {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.msn .blk-a {
  background: linear-gradient(155deg, #fff 0%, #E8F0DE 38%, #CAD8E3 72%, #BF3C6A18 100%);
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.msn .blk-a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 18% 30%, rgba(191, 60, 106, 0.07) 0%, transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(202, 216, 227, 0.45) 0%, transparent 60%);
  pointer-events: none;
}

.msn .blk-a .dots-path {
  position: absolute;
  top: 52px;
  right: 52px;
  display: grid;
  grid-template-columns: repeat(6, 10px);
  grid-template-rows: repeat(4, 10px);
  gap: 12px;
  pointer-events: none;
  opacity: 0.35;
}

.msn .blk-a .dots-path span {
  width: 5px;
  height: 5px;
  border-radius: 48px;
  background: #BF3C6A;
  display: block;
}

.msn .blk-a .split {
  display: flex;
  flex-direction: row;
  gap: 52px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.msn .blk-a .txt-zone {
  flex: 0 0 58%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 24px;
}

.msn .blk-a .img-zone {
  flex: 0 0 38%;
  position: relative;
}

.msn .blk-a .img-zone .img-frame {
  width: 100%;
  height: 100%;
  min-height: 420px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid rgba(191, 60, 106, 0.18);
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
}

.msn .blk-a .img-zone .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), brightness 0.28s ease-in-out;
}

.msn .blk-a .img-zone .img-frame:hover img {
  transform: scale(1.04);
  filter: brightness(1.06);
}

.msn .blk-a .img-zone .img-frame .img-grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(232, 240, 222, 0.62) 0%, transparent 100%);
  pointer-events: none;
}

.msn .blk-a .eyebrow {
  font-size: 13px;
  line-height: 1.35;
  color: #BF3C6A;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.msn .blk-a .h1block {
  margin-bottom: 24px;
}

.msn .blk-a .h1block h1 {
  font-size: 66px;
  line-height: 1.1;
  color: #1e2a22;
  font-weight: 800;
  margin: 0;
}

.msn .blk-a .h1block h1 .word-line {
  display: block;
}

.msn .blk-a .h1block h1 .accent {
  color: #BF3C6A;
}

.msn .blk-a .lead-txt {
  font-size: 13px;
  line-height: 1.55;
  color: #2e3d30;
  margin-bottom: 24px;
  max-width: 480px;
}

.msn .blk-a .act-lnk {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(120deg, #BF3C6A 0%, #a03058 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s ease-in-out;
  align-self: flex-start;
}

.msn .blk-a .act-lnk:hover {
  background: linear-gradient(240deg, #BF3C6A 0%, #a03058 100%);
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
}

.msn .blk-a .act-lnk .arr {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.msn .blk-a .act-lnk .arr svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.msn .wave-div {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.msn .wave-div svg {
  display: block;
  width: 100%;
}

.msn .blk-b {
  background: #BF3C6A;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}

.msn .blk-b .geo-bg {
  position: absolute;
  top: -52px;
  right: -52px;
  width: 380px;
  height: 380px;
  pointer-events: none;
  opacity: 0.09;
}

.msn .blk-b .geo-bg .sq1 {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  top: 0;
  right: 0;
}

.msn .blk-b .geo-bg .sq2 {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 2px solid #fff;
  top: 52px;
  right: 52px;
}

.msn .blk-b .geo-bg .sq3 {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid #fff;
  top: 96px;
  right: 96px;
}

.msn .blk-b .inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.msn .blk-b .col-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.msn .blk-b .col-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.msn .blk-b .sec-label {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.msn .blk-b .h2block h2 {
  font-size: 52px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  margin: 0;
}

.msn .blk-b .h2block h2 .wl {
  display: block;
}

.msn .blk-b .body-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.msn .blk-b .body-cols p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.msn .blk-b .metrics-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 12px;
}

.msn .blk-b .met-item {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 24px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 2px 1px 4px 0 rgba(191, 60, 106, 0.07);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background 0.32s ease-in-out, box-shadow 0.28s ease-in-out;
}

.msn .blk-b .met-item:hover {
  background: rgba(255, 255, 255, 0.17);
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
}

.msn .blk-b .met-item .met-num {
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
}

.msn .blk-b .met-item .met-desc {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

.msn .blk-b .portrait-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.msn .blk-b .port-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.msn .blk-b .port-card .port-img-wrap {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
}

.msn .blk-b .port-card .port-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.msn .blk-b .port-card .port-img-wrap:hover img {
  transform: scale(1.05);
}

.msn .blk-b .port-card .port-name {
  font-size: 13px;
  line-height: 1.35;
  color: #fff;
  font-weight: 700;
}

.msn .blk-b .port-card .port-role {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.65);
  margin-top: -6px;
}

.msn .blk-b .contrast-blk {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  box-shadow: 2px 1px 4px 0 rgba(191, 60, 106, 0.07);
}

.msn .blk-b .contrast-blk .state {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.msn .blk-b .contrast-blk .state-lbl {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.msn .blk-b .contrast-blk .state.before .state-lbl {
  color: rgba(255, 255, 255, 0.5);
}

.msn .blk-b .contrast-blk .state.after .state-lbl {
  color: #E8F0DE;
}

.msn .blk-b .contrast-blk .state-txt {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}

.msn .blk-b .contrast-blk .divider-v {
  display: none;
}

.msn .blk-b .img-wide {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
}

.msn .blk-b .img-wide img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), filter 0.28s ease-in-out;
}

.msn .blk-b .img-wide:hover img {
  transform: scale(1.04);
  filter: brightness(1.07);
}

.msn .blk-b .focus-lnk {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s ease-in-out;
  align-self: flex-start;
}

.msn .blk-b .focus-lnk:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
}

.msn .blk-b .focus-lnk:focus-visible {
  outline: 3px solid #E8F0DE;
  outline-offset: 3px;
}

@media (max-width: 1366px) {
  .msn .blk-a .h1block h1 {
    font-size: 52px;
  }

  .msn .blk-b .h2block h2 {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .msn .blk-a {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .msn .blk-a .split {
    flex-direction: column;
    gap: 24px;
  }

  .msn .blk-a .txt-zone {
    flex: unset;
    padding-right: 0;
  }

  .msn .blk-a .img-zone {
    flex: unset;
  }

  .msn .blk-a .img-zone .img-frame {
    min-height: 280px;
  }

  .msn .blk-a .h1block h1 {
    font-size: 52px;
  }

  .msn .blk-a .dots-path {
    display: none;
  }

  .msn .blk-b {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .msn .blk-b .inner-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .msn .blk-b .body-cols {
    grid-template-columns: 1fr;
  }

  .msn .blk-b .metrics-row {
    flex-direction: column;
  }

  .msn .blk-b .portrait-pair {
    grid-template-columns: 1fr 1fr;
  }

  .msn .blk-b .h2block h2 {
    font-size: 28px;
  }
}

@media (max-width: 375px) {
  .msn .blk-a .h1block h1 {
    font-size: 28px;
  }

  .msn .blk-b .h2block h2 {
    font-size: 28px;
  }

  .msn .blk-b .portrait-pair {
    grid-template-columns: 1fr;
  }

  .msn .blk-b .contrast-blk {
    grid-template-columns: 1fr;
  }
}

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

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

.srv a {
  color: #BF3C6A;
  text-decoration: none;
  transition: color 0.28s ease-in-out;
}

.srv a:hover {
  color: #8a2a4d;
}

::selection {
  background: #E8F0DE;
  color: #2b2b2b;
}

.srv .strip {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 220px;
  background: #fff;
  position: relative;
  border-top: 4px solid #BF3C6A;
  overflow: hidden;
}

.srv .strip-imgcol {
  width: 180px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.srv .strip-imgcol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.38;
  display: block;
  border-right: 1px solid #CAD8E3;
}

.srv .strip-curves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.srv .strip-curves svg {
  position: absolute;
  top: -30px;
  right: -40px;
  width: 420px;
  height: 260px;
  opacity: 0.13;
}

.srv .strip-text {
  flex: 1;
  padding: 52px 52px 52px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.srv .strip-label {
  font-size: 13px;
  line-height: 1.35;
  color: #BF3C6A;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.srv .strip-h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #1b1b1b;
  margin: 0;
}

.srv .strip-h1 span {
  display: block;
}

.srv .strip-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #444;
  max-width: 560px;
  margin: 0;
}

.srv .decolines {
  position: absolute;
  bottom: 18px;
  right: 52px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
}

.srv .decolines span {
  display: block;
  height: 1px;
  background: #BF3C6A;
  opacity: 0.22;
}

.srv .decolines span:nth-child(1) {
  width: 64px;
}

.srv .decolines span:nth-child(2) {
  width: 44px;
}

.srv .decolines span:nth-child(3) {
  width: 28px;
}

.srv .offers {
  background: #f5f7f2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  padding: 96px 0;
  border-top: 1px solid #CAD8E3;
  position: relative;
}

.srv .offers-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 50%, transparent 40%, rgba(191, 60, 106, 0.06) 100%);
  animation: vigpulse 6s ease-in-out infinite;
}

@keyframes vigpulse {

  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }
}

.srv .offers-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.srv .offers-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 52px;
}

.srv .offers-heading {
  font-size: 28px;
  line-height: 1.35;
  color: #1b1b1b;
  margin: 0;
}

.srv .offers-heading span {
  display: block;
}

.srv .offers-note {
  font-size: 13px;
  line-height: 1.55;
  color: #555;
  max-width: 320px;
  text-align: right;
  margin: 0;
}

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

.srv .scard {
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-top: 3px solid #BF3C6A;
  transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s ease-in-out;
}

.srv .scard:hover {
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
  transform: translateY(-4px);
}

.srv .scard-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-bottom: 1px solid #E8F0DE;
  flex-shrink: 0;
}

.srv .scard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.38s ease-in-out;
}

.srv .scard:hover .scard-img img {
  transform: scale(1.04);
}

.srv .scard-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.srv .scard-tag {
  font-size: 13px;
  line-height: 1.35;
  color: #BF3C6A;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.srv .scard-name {
  font-size: 28px;
  line-height: 1.1;
  color: #1b1b1b;
  margin: 0;
}

.srv .scard-name span {
  display: block;
}

.srv .scard-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #444;
  margin: 0;
  flex: 1;
}

.srv .scard-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #E8F0DE;
}

.srv .scard-dur {
  font-size: 13px;
  color: #777;
  line-height: 1.35;
}

.srv .scard-price {
  font-size: 28px;
  line-height: 1.1;
  color: #BF3C6A;
  font-weight: 700;
}

.srv .scard-btn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(120deg, #BF3C6A 0%, #d4547f 100%);
  color: #fff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.32s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s ease-in-out;
  border: none;
  cursor: pointer;
  box-shadow: 2px 1px 4px 0 rgba(191, 60, 106, 0.07);
  align-self: flex-start;
  margin-top: 6px;
}

.srv .scard-btn:hover {
  background: linear-gradient(220deg, #BF3C6A 0%, #d4547f 100%);
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  color: #fff;
}

.srv .scard-btn:focus {
  outline: 2px solid #BF3C6A;
  outline-offset: 2px;
}

.srv .profile-band {
  background: #fff;
  padding: 96px 0;
  border-top: 1px solid #E8F0DE;
  position: relative;
}

.srv .profile-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #BF3C6A;
  border-radius: 0 8px 8px 0;
}

.srv .profile-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 52px;
  align-items: start;
}

.srv .prof-imgwrap {
  position: relative;
}

.srv .prof-imgwrap img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 2px solid #CAD8E3;
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
  animation: shadowpulse 5s ease-in-out infinite;
}

@keyframes shadowpulse {

  0%,
  100% {
    box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  }

  50% {
    box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.18);
  }
}

.srv .prof-deco {
  position: absolute;
  bottom: -12px;
  left: 200px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
}

.srv .prof-deco span {
  display: block;
  height: 1px;
  background: #BF3C6A;
  opacity: 0.3;
}

.srv .prof-deco span:nth-child(1) {
  width: 52px;
}

.srv .prof-deco span:nth-child(2) {
  width: 36px;
}

.srv .prof-deco span:nth-child(3) {
  width: 20px;
}

.srv .prof-txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.srv .prof-label {
  font-size: 13px;
  color: #BF3C6A;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.srv .prof-h2 {
  font-size: 52px;
  line-height: 1.1;
  color: #1b1b1b;
  margin: 0;
}

.srv .prof-h2 span {
  display: block;
}

.srv .prof-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.srv .prof-p {
  font-size: 13px;
  line-height: 1.55;
  color: #444;
  margin: 0;
}

.srv .prof-stats {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}

.srv .stat-item {
  background: #E8F0DE;
  border-radius: 8px;
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 2px 1px 4px 0 rgba(191, 60, 106, 0.07);
}

.srv .stat-num {
  font-size: 28px;
  line-height: 1.1;
  color: #BF3C6A;
  font-weight: 700;
}

.srv .stat-lbl {
  font-size: 13px;
  line-height: 1.35;
  color: #444;
}

.srv .prof-reseller {
  font-size: 13px;
  line-height: 1.55;
  color: #555;
  padding: 12px 24px;
  background: #CAD8E3;
  border-radius: 8px;
  display: inline-block;
}

.srv .prof-reseller a {
  color: #BF3C6A;
  font-weight: 600;
  transition: color 0.25s ease-in-out;
}

.srv .prof-reseller a:hover {
  color: #8a2a4d;
}

@media (max-width: 1366px) {
  .srv .strip-h1 {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .srv .strip {
    flex-direction: column;
  }

  .srv .strip-imgcol {
    width: 100%;
    height: 120px;
  }

  .srv .strip-imgcol img {
    border-right: none;
    border-bottom: 1px solid #CAD8E3;
    height: 120px;
  }

  .srv .strip-text {
    padding: 24px;
  }

  .srv .strip-h1 {
    font-size: 28px;
  }

  .srv .cards-grid {
    grid-template-columns: 1fr;
  }

  .srv .offers-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .srv .offers-note {
    text-align: left;
    max-width: 100%;
  }

  .srv .profile-inner {
    grid-template-columns: 1fr;
  }

  .srv .prof-imgwrap img {
    width: 180px;
    height: 180px;
  }

  .srv .prof-h2 {
    font-size: 28px;
  }

  .srv .prof-cols {
    grid-template-columns: 1fr;
  }

  .srv .offers {
    padding: 52px 0;
  }

  .srv .profile-band {
    padding: 52px 0;
  }
}

@media (max-width: 375px) {
  .srv .strip-text {
    padding: 24px 12px;
  }

  .srv .strip-h1 {
    font-size: 28px;
  }

  .srv .offers-inner {
    padding: 0 12px;
  }

  .srv .profile-inner {
    padding: 0 12px;
  }

  .srv .prof-stats {
    flex-direction: column;
  }

  .srv .scard-body {
    padding: 12px;
  }
}

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

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

.entPg .divLine {
  height: 2px;
  background: linear-gradient(to right, #BF3C6A, #CAD8E3);
  border: none;
  margin: 0;
}

.entPg .waveDeco {
  width: 100%;
  height: 18px;
  overflow: hidden;
  position: relative;
}

.entPg .waveDeco svg {
  width: 100%;
  height: 100%;
}

.entPg .titBlock {
  background: #fff;
  padding: 52px 0 52px;
  position: relative;
}

.entPg .titBlock .pgWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 52px;
}

.entPg .titBlock .imgCol {
  flex: 0 0 340px;
  position: relative;
}

.entPg .titBlock .imgFrame {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  border: 2px solid #CAD8E3;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
}

.entPg .titBlock .imgFrame img {
  width: 340px;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.entPg .titBlock .imgVignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(232, 240, 222, 0.45) 100%);
  border-radius: 32px;
  pointer-events: none;
}

.entPg .titBlock .bgNum {
  position: absolute;
  top: -12px;
  right: -24px;
  font-size: 180px;
  line-height: 1.1;
  color: #E8F0DE;
  font-weight: 900;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.entPg .titBlock .txtCol {
  flex: 1;
  position: relative;
  z-index: 1;
}

.entPg .titBlock .txtCol h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #2a1a22;
  margin: 0 0 24px;
}

.entPg .titBlock .txtCol h1 span {
  display: block;
}

.entPg .titBlock .txtCol h1 .accentWord {
  color: #BF3C6A;
}

.entPg .titBlock .desc {
  font-size: 13px;
  line-height: 1.55;
  color: #3d2d35;
  margin: 0 0 24px;
  max-width: 420px;
}

.entPg .titBlock .tagRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.entPg .titBlock .tag {
  padding: 6px 24px;
  border-radius: 8px;
  background: #E8F0DE;
  color: #2a1a22;
  font-size: 13px;
  line-height: 1.35;
  border: 1px solid #CAD8E3;
}

.entPg .evidSec {
  background: linear-gradient(135deg, #E8F0DE 60%, #CAD8E3 100%);
  padding: 52px 0;
  position: relative;
  animation: bgPulse 6s ease-in-out infinite;
}

@keyframes bgPulse {

  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.04);
  }
}

.entPg .evidSec .pgWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.entPg .evidSec .evidHead {
  grid-column: 1 / -1;
  margin-bottom: 12px;
}

.entPg .evidSec .evidHead h2 {
  font-size: 28px;
  line-height: 1.35;
  color: #2a1a22;
  margin: 0;
}

.entPg .evidSec .metCard {
  background: #fff;
  border-radius: 32px;
  padding: 24px;
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
  border: 1px solid rgba(202, 216, 227, 0.6);
  position: relative;
  overflow: hidden;
}

.entPg .evidSec .metCard .metNum {
  font-size: 52px;
  line-height: 1.1;
  color: #BF3C6A;
  font-weight: 800;
  display: block;
  margin-bottom: 6px;
}

.entPg .evidSec .metCard .metLabel {
  font-size: 13px;
  line-height: 1.55;
  color: #3d2d35;
}

.entPg .evidSec .metCard .metDeco {
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #E8F0DE;
  pointer-events: none;
}

.entPg .evidSec .evidImg {
  grid-column: 2 / 4;
  border-radius: 32px;
  overflow: hidden;
  border: 2px solid #CAD8E3;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
}

.entPg .evidSec .evidImg img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.entPg .audSec {
  background: #fff;
  padding: 96px 0 52px;
  position: relative;
}

.entPg .audSec .pgWrap {
  display: flex;
  flex-direction: row;
  gap: 52px;
  align-items: flex-start;
}

.entPg .audSec .audLeft {
  flex: 0 0 300px;
}

.entPg .audSec .audLeft h2 {
  font-size: 28px;
  line-height: 1.1;
  color: #2a1a22;
  margin: 0 0 24px;
}

.entPg .audSec .audLeft h2 span {
  display: block;
}

.entPg .audSec .audLeft .audImg {
  border-radius: 48px;
  overflow: hidden;
  border: 2px solid #E8F0DE;
  box-shadow: 2px 1px 4px 0 rgba(191, 60, 106, 0.07);
  margin-top: 24px;
}

.entPg .audSec .audLeft .audImg img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.entPg .audSec .audRight {
  flex: 1;
}

.entPg .audSec .audRight .audTxt {
  columns: 2;
  column-gap: 24px;
  font-size: 13px;
  line-height: 1.55;
  color: #3d2d35;
  margin: 0 0 24px;
}

.entPg .audSec .audRight .audTxt p {
  margin: 0 0 12px;
  break-inside: avoid;
}

.entPg .audSec .audRight .profRow {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.entPg .audSec .audRight .profItem {
  flex: 1 1 180px;
  background: linear-gradient(135deg, #E8F0DE, #fff);
  border-radius: 8px;
  padding: 12px 24px;
  border: 1px solid #CAD8E3;
  font-size: 13px;
  line-height: 1.35;
  color: #2a1a22;
}

.entPg .audSec .audRight .profItem strong {
  display: block;
  color: #BF3C6A;
  margin-bottom: 6px;
}

.entPg .probSec {
  background: #2a1a22;
  padding: 52px 0;
  position: relative;
  animation: bgPulse 8s ease-in-out infinite;
}

.entPg .probSec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(191, 60, 106, 0.18) 0%, transparent 60%);
  pointer-events: none;
}

.entPg .probSec .pgWrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.entPg .probSec h2 {
  font-size: 28px;
  line-height: 1.1;
  color: #E8F0DE;
  margin: 0 0 24px;
}

.entPg .probSec h2 span {
  display: block;
}

.entPg .probSec h2 .probAccent {
  color: #BF3C6A;
}

.entPg .probSec .probTxt {
  font-size: 13px;
  line-height: 1.55;
  color: #CAD8E3;
  margin: 0;
}

.entPg .probSec .probTxt p {
  margin: 0 0 12px;
}

.entPg .probSec .probTxt p:last-child {
  margin: 0;
}

.entPg .probSec .probVis {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.entPg .probSec .probBar {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.entPg .probSec .probBar .barLabel {
  font-size: 13px;
  line-height: 1.35;
  color: #E8F0DE;
}

.entPg .probSec .probBar .barTrack {
  height: 8px;
  background: rgba(232, 240, 222, 0.15);
  border-radius: 8px;
  overflow: hidden;
}

.entPg .probSec .probBar .barFill {
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(90deg, #BF3C6A, #CAD8E3);
  transition: width 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.entPg .probSec .probBar .barFill.w80 {
  width: 80%;
}

.entPg .probSec .probBar .barFill.w65 {
  width: 65%;
}

.entPg .probSec .probBar .barFill.w90 {
  width: 90%;
}

.entPg .probSec .probVis {
  outline: 2px solid transparent;
  animation: flickerOutline 3.5s ease-in-out infinite;
  border-radius: 8px;
  padding: 24px;
  background: rgba(232, 240, 222, 0.04);
}

@keyframes flickerOutline {

  0%,
  100% {
    outline-color: transparent;
  }

  40% {
    outline-color: rgba(191, 60, 106, 0.25);
  }

  60% {
    outline-color: rgba(191, 60, 106, 0.12);
  }

  80% {
    outline-color: rgba(191, 60, 106, 0.3);
  }
}

.entPg .exSec {
  background: linear-gradient(160deg, #CAD8E3 0%, #fff 55%);
  padding: 52px 0 96px;
  position: relative;
}

.entPg .exSec .pgWrap {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 52px;
  align-items: start;
}

.entPg .exSec .exPortrait {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.entPg .exSec .exPortrait .portCircle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #BF3C6A;
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
}

.entPg .exSec .exPortrait .portCircle img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.entPg .exSec .exPortrait .portName {
  font-size: 13px;
  line-height: 1.35;
  color: #2a1a22;
  text-align: center;
  font-weight: 700;
}

.entPg .exSec .exPortrait .portRole {
  font-size: 13px;
  line-height: 1.35;
  color: #BF3C6A;
  text-align: center;
}

.entPg .exSec .exBody {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.entPg .exSec .exBody h2 {
  font-size: 28px;
  line-height: 1.35;
  color: #2a1a22;
  margin: 0;
}

.entPg .exSec .exBody .exTxt {
  columns: 2;
  column-gap: 24px;
  font-size: 13px;
  line-height: 1.55;
  color: #3d2d35;
}

.entPg .exSec .exBody .exTxt p {
  margin: 0 0 12px;
  break-inside: avoid;
}

.entPg .exSec .exBody .exTxt p:last-child {
  margin: 0;
}

.entPg .exSec .exBody .exDetail {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}

.entPg .exSec .exBody .exDetail .detItem {
  flex: 1 1 160px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #CAD8E3;
  padding: 12px 24px;
  box-shadow: 2px 1px 4px 0 rgba(191, 60, 106, 0.07);
}

.entPg .exSec .exBody .exDetail .detItem .detVal {
  font-size: 28px;
  line-height: 1.1;
  color: #BF3C6A;
  font-weight: 800;
  display: block;
}

.entPg .exSec .exBody .exDetail .detItem .detDesc {
  font-size: 13px;
  line-height: 1.35;
  color: #3d2d35;
}

.entPg .exSec .exBody .exLink {
  display: inline-block;
  padding: 12px 52px;
  border-radius: 8px;
  background: linear-gradient(120deg, #BF3C6A 0%, #a03058 100%);
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s ease-in-out;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  align-self: flex-start;
}

.entPg .exSec .exBody .exLink:hover {
  background: linear-gradient(240deg, #BF3C6A 0%, #a03058 100%);
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
}

.entPg .exSec .exBody .exLink:focus {
  outline: 2px solid #BF3C6A;
  outline-offset: 3px;
}

.entPg .waveBot {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

@media (max-width: 1366px) {
  .entPg .titBlock .bgNum {
    font-size: 140px;
  }
}

@media (max-width: 768px) {
  .entPg .titBlock .pgWrap {
    flex-direction: column;
    gap: 24px;
  }

  .entPg .titBlock .imgCol {
    flex: 0 0 auto;
    width: 100%;
  }

  .entPg .titBlock .imgFrame img {
    width: 100%;
    height: 280px;
  }

  .entPg .titBlock .bgNum {
    font-size: 96px;
    top: -6px;
    right: -6px;
  }

  .entPg .titBlock .txtCol h1 {
    font-size: 28px;
  }

  .entPg .evidSec .pgWrap {
    grid-template-columns: 1fr 1fr;
  }

  .entPg .evidSec .evidImg {
    grid-column: 1 / -1;
  }

  .entPg .audSec .pgWrap {
    flex-direction: column;
    gap: 24px;
  }

  .entPg .audSec .audLeft {
    flex: 0 0 auto;
    width: 100%;
  }

  .entPg .audSec .audLeft .audImg img {
    width: 100%;
  }

  .entPg .audSec .audRight .audTxt {
    columns: 1;
  }

  .entPg .probSec .pgWrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .entPg .exSec .pgWrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .entPg .exSec .exPortrait {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .entPg .exSec .exBody .exTxt {
    columns: 1;
  }

  .entPg .exSec .exBody h2 {
    font-size: 28px;
  }
}

@media (max-width: 375px) {
  .entPg .titBlock {
    padding: 24px 0;
  }

  .entPg .titBlock .txtCol h1 {
    font-size: 28px;
  }

  .entPg .evidSec .pgWrap {
    grid-template-columns: 1fr;
  }

  .entPg .evidSec .evidImg {
    grid-column: 1 / 1;
  }

  .entPg .audSec {
    padding: 52px 0 24px;
  }

  .entPg .probSec {
    padding: 24px 0;
  }

  .entPg .exSec {
    padding: 24px 0 52px;
  }

  .entPg .exSec .exPortrait {
    flex-direction: column;
  }

  .entPg .exSec .exBody .exLink {
    padding: 12px 24px;
  }
}

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

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

.abtUs .flipReveal {
  opacity: 0;
  transform: rotateX(-12deg) translateY(32px);
  transition: opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1), transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.abtUs .flipReveal.visible {
  opacity: 1;
  transform: rotateX(0deg) translateY(0);
}

.abtUs .flipReveal.delay1 {
  transition-delay: 0.08s;
}

.abtUs .flipReveal.delay2 {
  transition-delay: 0.16s;
}

.abtUs .flipReveal.delay3 {
  transition-delay: 0.24s;
}

.abtUs .flipReveal.delay4 {
  transition-delay: 0.32s;
}

.abtUs .titBlk {
  position: relative;
  background: #fff;
  border-top: 2px solid #BF3C6A;
  border-bottom: 2px solid #CAD8E3;
  padding: 96px 0 52px;
  overflow: hidden;
}

.abtUs .titBlk .patternBg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(90deg,
      transparent,
      transparent 48px,
      rgba(191, 60, 106, 0.04) 48px,
      rgba(191, 60, 106, 0.04) 50px),
    repeating-linear-gradient(0deg,
      transparent,
      transparent 48px,
      rgba(202, 216, 227, 0.06) 48px,
      rgba(202, 216, 227, 0.06) 50px);
}

.abtUs .titBlk .titInner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: end;
}

.abtUs .titBlk .titText h1 {
  font-size: 66px;
  line-height: 1.1;
  color: #1b1b2e;
  margin: 0 0 24px;
  font-weight: 800;
}

.abtUs .titBlk .titText h1 span {
  display: block;
}

.abtUs .titBlk .titText h1 .ln1 {
  font-weight: 400;
  font-size: 28px;
  color: #BF3C6A;
}

.abtUs .titBlk .titText h1 .ln2 {
  font-weight: 700;
}

.abtUs .titBlk .titText h1 .ln3 {
  font-weight: 900;
  color: #BF3C6A;
}

.abtUs .titBlk .titText .tagline {
  font-size: 13px;
  line-height: 1.55;
  color: #3a3a4a;
  max-width: 420px;
}

.abtUs .titBlk .titImgWrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.abtUs .titBlk .titImgWrap img {
  width: 100%;
  max-width: 420px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 48px 8px 48px 8px;
  opacity: 0.72;
  border: 1px solid rgba(191, 60, 106, 0.18);
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
  filter: blur(0.5px) saturate(0.9);
}

.abtUs .titBlk .titImgWrap .dotRow {
  position: absolute;
  bottom: -12px;
  left: -12px;
  display: grid;
  grid-template-columns: repeat(5, 8px);
  grid-template-rows: repeat(3, 8px);
  gap: 6px;
  pointer-events: none;
}

.abtUs .titBlk .titImgWrap .dotRow span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(191, 60, 106, 0.22);
  display: block;
}

.abtUs .instrSec {
  background: linear-gradient(160deg, #E8F0DE 0%, #fff 55%, #CAD8E3 100%);
  padding: 96px 0 52px;
  border-bottom: 2px solid #E8F0DE;
}

.abtUs .instrSec .instrGrid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 52px;
  align-items: start;
}

.abtUs .instrSec .instrLeft .secLabel {
  font-size: 13px;
  color: #BF3C6A;
  letter-spacing: 0;
  margin: 0 0 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.abtUs .instrSec .instrLeft h2 {
  font-size: 52px;
  line-height: 1.1;
  color: #1b1b2e;
  margin: 0 0 24px;
  font-weight: 800;
}

.abtUs .instrSec .instrLeft h2 span {
  display: block;
}

.abtUs .instrSec .instrLeft .twoCols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.abtUs .instrSec .instrLeft .twoCols p {
  font-size: 13px;
  line-height: 1.55;
  color: #3a3a4a;
  margin: 0;
}

.abtUs .instrSec .instrRight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.abtUs .instrSec .instrRight .portraitWrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #BF3C6A;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  flex-shrink: 0;
}

.abtUs .instrSec .instrRight .portraitWrap img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.abtUs .instrSec .instrRight .nameCard {
  background: #fff;
  border-radius: 32px;
  padding: 24px;
  text-align: center;
  box-shadow: 2px 4px 14px 0 rgba(202, 216, 227, 0.09);
  border: 1px solid rgba(202, 216, 227, 0.5);
  width: 100%;
}

.abtUs .instrSec .instrRight .nameCard .instrName {
  font-size: 28px;
  line-height: 1.35;
  color: #1b1b2e;
  font-weight: 700;
  margin: 0 0 6px;
}

.abtUs .instrSec .instrRight .nameCard .instrRole {
  font-size: 13px;
  color: #BF3C6A;
  font-weight: 600;
}

.abtUs .tlSec {
  background: #fff;
  padding: 52px 0 96px;
  border-top: 2px solid #CAD8E3;
}

.abtUs .tlSec .tlHead {
  margin: 0 0 52px;
}

.abtUs .tlSec .tlHead h3 {
  font-size: 52px;
  line-height: 1.1;
  color: #1b1b2e;
  font-weight: 800;
  margin: 0 0 12px;
}

.abtUs .tlSec .tlHead h3 span {
  display: block;
}

.abtUs .tlSec .tlHead p {
  font-size: 13px;
  line-height: 1.55;
  color: #5a5a6e;
  max-width: 520px;
}

.abtUs .tlSec .tlLayout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

.abtUs .tlSec .tlLayout .tlList {
  position: relative;
  padding-left: 24px;
}

.abtUs .tlSec .tlLayout .tlList::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #BF3C6A 0%, #CAD8E3 100%);
}

.abtUs .tlSec .tlItem {
  position: relative;
  margin-bottom: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 1px 4px 0 rgba(191, 60, 106, 0.07);
  border: 1px solid rgba(232, 240, 222, 0.8);
  transition: box-shadow 0.28s ease-in-out, transform 0.28s ease-in-out;
}

.abtUs .tlSec .tlItem:last-child {
  margin-bottom: 0;
}

.abtUs .tlSec .tlItem:hover {
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  transform: translateX(4px);
}

.abtUs .tlSec .tlItem .tlDot {
  position: absolute;
  left: -32px;
  top: 28px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #BF3C6A;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #BF3C6A;
}

.abtUs .tlSec .tlItem .tlDot.done {
  background: #BF3C6A;
}

.abtUs .tlSec .tlItem .tlDot.active {
  background: #fff;
  border-color: #BF3C6A;
}

.abtUs .tlSec .tlItem .tlStatus {
  font-size: 13px;
  font-weight: 700;
  color: #BF3C6A;
  margin: 0 0 6px;
}

.abtUs .tlSec .tlItem .tlTitle {
  font-size: 13px;
  font-weight: 700;
  color: #1b1b2e;
  margin: 0 0 6px;
}

.abtUs .tlSec .tlItem .tlDesc {
  font-size: 13px;
  line-height: 1.55;
  color: #5a5a6e;
  margin: 0;
}

.abtUs .tlSec .tlImgWrap {
  position: relative;
}

.abtUs .tlSec .tlImgWrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 48px 8px 8px 48px;
  border: 1px solid rgba(202, 216, 227, 0.5);
  box-shadow: 2px 10px 52px 0 rgba(202, 216, 227, 0.14);
}

.abtUs .tlSec .tlImgWrap .imgAccent {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: linear-gradient(135deg, #BF3C6A, #E8F0DE);
  opacity: 0.18;
  pointer-events: none;
}

.abtUs .cardsSec {
  background: linear-gradient(170deg, #CAD8E3 0%, #E8F0DE 60%, #fff 100%);
  padding: 96px 0 96px;
  border-top: 2px solid #BF3C6A;
}

.abtUs .cardsSec .cardsHead {
  margin: 0 0 52px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.abtUs .cardsSec .cardsHead h4 {
  font-size: 28px;
  line-height: 1.35;
  color: #1b1b2e;
  font-weight: 800;
  margin: 0;
}

.abtUs .cardsSec .cardsHead h4 span {
  display: block;
}

.abtUs .cardsSec .cardsHead .divLine {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
}

.abtUs .cardsSec .cardsHead .divLine .dShort {
  width: 40px;
  height: 2px;
  background: #BF3C6A;
  border-radius: 8px;
}

.abtUs .cardsSec .cardsHead .divLine .dLong {
  width: 160px;
  height: 2px;
  background: rgba(191, 60, 106, 0.25);
  border-radius: 8px;
}

.abtUs .cardsSec .cardsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.abtUs .cardsSec .card {
  background: #fff;
  border-radius: 32px;
  padding: 24px;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  border: 1px solid rgba(232, 240, 222, 0.9);
  transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.abtUs .cardsSec .card:hover {
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
  transform: translateY(-4px);
}

.abtUs .cardsSec .card .cardIcon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, #E8F0DE, #CAD8E3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.abtUs .cardsSec .card .cardIcon svg {
  width: 22px;
  height: 22px;
}

.abtUs .cardsSec .card h5 {
  font-size: 13px;
  font-weight: 700;
  color: #1b1b2e;
  margin: 0;
  line-height: 1.35;
}

.abtUs .cardsSec .card p {
  font-size: 13px;
  line-height: 1.55;
  color: #5a5a6e;
  margin: 0;
}

.abtUs .cardsSec .card .cardTag {
  margin-top: auto;
  display: inline-block;
  background: rgba(191, 60, 106, 0.08);
  color: #BF3C6A;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
  align-self: flex-start;
}

.abtUs .cardsSec .cardImgCard {
  grid-column: span 1;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  min-height: 240px;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
}

.abtUs .cardsSec .cardImgCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 1px solid rgba(202, 216, 227, 0.4);
}

.abtUs .cardsSec .cardImgCard .imgOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(191, 60, 106, 0.38) 100%);
  pointer-events: none;
}

.abtUs .cardsSec .cardImgCard .imgLabel {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 1366px) {
  .abtUs .titBlk .titText h1 {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .abtUs .titBlk {
    padding: 52px 0 24px;
  }

  .abtUs .titBlk .titInner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .abtUs .titBlk .titText h1 {
    font-size: 52px;
  }

  .abtUs .titBlk .titImgWrap img {
    max-width: 100%;
    height: 220px;
  }

  .abtUs .instrSec {
    padding: 52px 0;
  }

  .abtUs .instrSec .instrGrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .abtUs .instrSec .instrLeft .twoCols {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .abtUs .instrSec .instrLeft h2 {
    font-size: 28px;
  }

  .abtUs .instrSec .instrRight {
    flex-direction: row;
    align-items: center;
  }

  .abtUs .instrSec .instrRight .nameCard {
    text-align: left;
  }

  .abtUs .tlSec {
    padding: 52px 0;
  }

  .abtUs .tlSec .tlHead h3 {
    font-size: 28px;
  }

  .abtUs .tlSec .tlLayout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .abtUs .tlSec .tlImgWrap img {
    height: 240px;
    border-radius: 8px;
  }

  .abtUs .cardsSec {
    padding: 52px 0;
  }

  .abtUs .cardsSec .cardsGrid {
    grid-template-columns: 1fr 1fr;
  }

  .abtUs .cardsSec .cardsHead {
    flex-direction: column;
    align-items: flex-start;
  }

  .abtUs .cardsSec .cardsHead .divLine {
    align-items: flex-start;
  }
}

@media (max-width: 375px) {
  .abtUs .titBlk .titText h1 {
    font-size: 28px;
  }

  .abtUs .instrSec .instrRight {
    flex-direction: column;
  }

  .abtUs .cardsSec .cardsGrid {
    grid-template-columns: 1fr;
  }
}

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

.ctus .grid-pulse-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(191, 60, 106, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191, 60, 106, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  animation: gridpulse 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes gridpulse {

  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}

.ctus .reach-strip {
  position: relative;
  background: #fff;
  padding: 52px 24px 24px;
  overflow: hidden;
}

.ctus .reach-strip .strip-shape1 {
  position: absolute;
  top: -32px;
  right: -48px;
  width: 220px;
  height: 220px;
  background: rgba(232, 240, 222, 0.55);
  clip-path: polygon(30% 0%, 100% 10%, 90% 80%, 0% 100%);
  pointer-events: none;
}

.ctus .reach-strip .strip-shape2 {
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 160px;
  height: 160px;
  background: rgba(202, 216, 227, 0.45);
  clip-path: polygon(10% 0%, 100% 20%, 80% 100%, 0% 70%);
  pointer-events: none;
}

.ctus .reach-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 52px;
  position: relative;
  z-index: 1;
}

.ctus .reach-left {
  flex: 0 0 auto;
  width: 320px;
}

.ctus .reach-label {
  display: inline-block;
  background: #BF3C6A;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ctus .reach-heading {
  font-size: 52px;
  line-height: 1.1;
  color: #1b1b2e;
  margin: 0 0 24px;
  font-weight: 800;
}

.ctus .reach-heading span {
  color: #BF3C6A;
  display: block;
}

.ctus .reach-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #3a3a4a;
  margin: 0 0 24px;
}

.ctus .reach-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ctus .reach-contact-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #E8F0DE;
  border-radius: 8px;
  box-shadow: 2px 1px 4px 0 rgba(191, 60, 106, 0.07);
  transition: box-shadow 0.28s ease-in-out;
}

.ctus .reach-contact-item:hover {
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
}

.ctus .contact-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  background: #BF3C6A;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctus .contact-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.ctus .contact-detail-label {
  font-size: 13px;
  line-height: 1.1;
  color: #BF3C6A;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ctus .contact-detail-val {
  font-size: 13px;
  line-height: 1.35;
  color: #1b1b2e;
  font-weight: 500;
  word-break: break-word;
}

.ctus .contact-detail-val a {
  color: #1b1b2e;
  text-decoration: none;
  border-bottom: 1px solid rgba(191, 60, 106, 0.3);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ctus .contact-detail-val a:hover {
  color: #BF3C6A;
  border-color: #BF3C6A;
}

.ctus .reach-right {
  flex: 1 1 0;
}

.ctus .reach-img-wrap {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(191, 60, 106, 0.18);
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
  position: relative;
}

.ctus .reach-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(232, 240, 222, 0.18) 0%, rgba(191, 60, 106, 0.22) 100%);
  pointer-events: none;
}

.ctus .reach-img-wrap img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(60%) sepia(20%);
}

.ctus .divider-curve {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #fff;
}

.ctus .divider-curve svg {
  display: block;
  width: 100%;
}

.ctus .form-section {
  position: relative;
  background: linear-gradient(155deg, #CAD8E3 0%, #E8F0DE 60%, #fff 100%);
  padding: 52px 24px 96px;
  overflow: hidden;
}

.ctus .form-section .grid-pulse-bg {
  background-image:
    linear-gradient(rgba(191, 60, 106, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191, 60, 106, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
}

.ctus .form-deco1 {
  position: absolute;
  top: 24px;
  right: 12px;
  width: 180px;
  height: 180px;
  background: rgba(191, 60, 106, 0.08);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  pointer-events: none;
}

.ctus .form-deco2 {
  position: absolute;
  bottom: 52px;
  left: -24px;
  width: 120px;
  height: 120px;
  background: rgba(202, 216, 227, 0.6);
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 80%);
  pointer-events: none;
}

.ctus .form-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.ctus .form-heading-block {
  flex: 0 0 auto;
}

.ctus .form-heading {
  font-size: 28px;
  line-height: 1.1;
  color: #1b1b2e;
  font-weight: 800;
  margin: 0 0 6px;
}

.ctus .form-heading-sub {
  font-size: 13px;
  line-height: 1.35;
  color: #3a3a4a;
  margin: 0;
}

.ctus .priority-badges {
  display: flex;
  flex-direction: row;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ctus .priority-badge {
  font-size: 13px;
  line-height: 1.35;
  padding: 6px 12px;
  border-radius: 32px;
  border: 1px solid rgba(191, 60, 106, 0.3);
  color: #3a3a4a;
  background: rgba(255, 255, 255, 0.7);
}

.ctus .priority-badge.urgent {
  background: #BF3C6A;
  color: #fff;
  border-color: #BF3C6A;
}

.ctus .cform {
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  padding: 52px;
  border: 1px solid rgba(202, 216, 227, 0.7);
}

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

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

.ctus .cform-field.full {
  grid-column: 1 / -1;
}

.ctus .cform-label {
  font-size: 13px;
  line-height: 1.35;
  color: #1b1b2e;
  font-weight: 600;
}

.ctus .cform-label .req {
  color: #BF3C6A;
  margin-left: 2px;
}

.ctus .cform-input {
  width: 100%;
  padding: 12px;
  font-size: 13px;
  line-height: 1.55;
  color: #1b1b2e;
  background: #fff;
  border: 1px solid rgba(202, 216, 227, 0.9);
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  box-shadow: inset 4px 4px 8px 0 rgba(191, 60, 106, 0.04);
  transition: border-color 0.28s ease-in-out, box-shadow 0.28s ease-in-out;
}

.ctus .cform-input:focus {
  border-color: #BF3C6A;
  box-shadow: inset 4px 4px 8px 0 rgba(191, 60, 106, 0.07), 0 0 0 3px rgba(191, 60, 106, 0.1);
}

.ctus .cform-input::placeholder {
  color: #a0a0b0;
  font-weight: 300;
}

.ctus .cform-select {
  width: 100%;
  padding: 12px;
  font-size: 13px;
  line-height: 1.55;
  color: #1b1b2e;
  background: #fff;
  border: 1px solid rgba(202, 216, 227, 0.9);
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  box-shadow: inset 4px 4px 8px 0 rgba(191, 60, 106, 0.04);
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23BF3C6A' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  transition: border-color 0.28s ease-in-out, box-shadow 0.28s ease-in-out;
}

.ctus .cform-select:focus {
  border-color: #BF3C6A;
  box-shadow: inset 4px 4px 8px 0 rgba(191, 60, 106, 0.07), 0 0 0 3px rgba(191, 60, 106, 0.1);
}

.ctus .cform-textarea {
  width: 100%;
  padding: 12px;
  font-size: 13px;
  line-height: 1.55;
  color: #1b1b2e;
  background: #fff;
  border: 1px solid rgba(202, 216, 227, 0.9);
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  box-shadow: inset 6px 6px 10px 0 rgba(191, 60, 106, 0.05);
  resize: vertical;
  min-height: 100px;
  transition: border-color 0.32s ease-in-out, box-shadow 0.32s ease-in-out;
}

.ctus .cform-textarea:focus {
  border-color: #BF3C6A;
  box-shadow: inset 6px 6px 10px 0 rgba(191, 60, 106, 0.08), 0 0 0 3px rgba(191, 60, 106, 0.1);
}

.ctus .cform-textarea::placeholder {
  color: #a0a0b0;
  font-weight: 300;
}

.ctus .cform-privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #E8F0DE;
  border-radius: 8px;
  border: 1px solid rgba(191, 60, 106, 0.12);
}

.ctus .cform-privacy input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #BF3C6A;
  cursor: pointer;
}

.ctus .cform-privacy-text {
  font-size: 13px;
  line-height: 1.55;
  color: #3a3a4a;
}

.ctus .cform-privacy-text a {
  color: #BF3C6A;
  text-decoration: none;
  border-bottom: 1px solid rgba(191, 60, 106, 0.4);
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ctus .cform-privacy-text a:hover {
  border-color: #BF3C6A;
}

.ctus .cform-submit-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.ctus .cform-note {
  font-size: 13px;
  line-height: 1.35;
  color: #6a6a7a;
}

.ctus .btn-submit {
  display: inline-block;
  padding: 12px 52px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, #BF3C6A 0%, #a02d58 100%);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.22s ease-in-out;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.03em;
}

.ctus .btn-submit:hover {
  background: linear-gradient(220deg, #a02d58 0%, #BF3C6A 100%);
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
  transform: translateY(-1px);
}

.ctus .btn-submit:active {
  transform: translateY(0);
  box-shadow: 2px 1px 4px 0 rgba(191, 60, 106, 0.07);
}

.ctus .btn-submit:focus-visible {
  outline: 2px solid #BF3C6A;
  outline-offset: 3px;
}

@media (max-width: 1366px) {
  .ctus .reach-left {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .ctus .reach-inner {
    flex-direction: column;
    gap: 24px;
  }

  .ctus .reach-left {
    width: 100%;
  }

  .ctus .reach-heading {
    font-size: 28px;
  }

  .ctus .cform {
    padding: 24px;
  }

  .ctus .cform-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ctus .cform-field.full {
    grid-column: 1;
  }

  .ctus .form-top-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .ctus .priority-badges {
    justify-content: flex-start;
  }

  .ctus .cform-submit-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 375px) {
  .ctus .reach-strip {
    padding: 24px 12px 12px;
  }

  .ctus .form-section {
    padding: 24px 12px 52px;
  }

  .ctus .reach-heading {
    font-size: 28px;
  }

  .ctus .cform {
    padding: 12px;
  }

  .ctus .btn-submit {
    width: 100%;
    text-align: center;
  }
}

.successPg {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background: linear-gradient(160deg, #ffffff 0%, #E8F0DE 55%, #CAD8E3 100%);
}

.successPg .successCard {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 32px;
  padding: 52px;
  box-shadow: 2px 10px 52px 0 rgba(191, 60, 106, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #E8F0DE;
}

.successPg .successIcon {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.successPg .successIcon .iconCircle {
  fill: none;
  stroke: #BF3C6A;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.successPg .successIcon .iconCheck {
  fill: none;
  stroke: #BF3C6A;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 40;
  stroke-dashoffset: 0;
}

.successPg .successHeading {
  font-size: 52px;
  line-height: 1.1;
  color: #2a1a22;
  margin: 0 0 12px 0;
  font-weight: 700;
  letter-spacing: 0;
}

.successPg .successSub {
  font-size: 28px;
  line-height: 1.35;
  color: #BF3C6A;
  margin: 0 0 24px 0;
  font-weight: 400;
}

.successPg .successBody {
  font-size: 13px;
  line-height: 1.55;
  color: #3a2a32;
  max-width: 560px;
  margin: 0 0 52px 0;
}

.successPg .successDivider {
  width: 48px;
  height: 2px;
  background: #BF3C6A;
  border-radius: 8px;
  margin: 0 auto 52px auto;
  opacity: 0.4;
}

.successPg .successActions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.successPg .btnPrimary {
  display: inline-block;
  padding: 12px 24px;
  background: #BF3C6A;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none;
  border-radius: 48px;
  border: 2px solid #BF3C6A;
  cursor: pointer;
  transition: background-color 0.28s ease-in-out, border-color 0.28s ease-in-out, color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 2px 4px 14px 0 rgba(191, 60, 106, 0.09);
}

.successPg .btnPrimary:hover {
  background: #a0304f;
  border-color: #a0304f;
}

.successPg .btnPrimary:focus {
  outline: 3px solid #CAD8E3;
  outline-offset: 3px;
}

.successPg .btnSecondary {
  display: inline-block;
  padding: 12px 24px;
  background: transparent;
  color: #BF3C6A;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none;
  border-radius: 48px;
  border: 2px solid #BF3C6A;
  cursor: pointer;
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s ease-in-out;
}

.successPg .btnSecondary:hover {
  background: #E8F0DE;
  color: #a0304f;
}

.successPg .btnSecondary:focus {
  outline: 3px solid #CAD8E3;
  outline-offset: 3px;
}

.successPg .successMeta {
  margin-top: 52px;
  font-size: 13px;
  line-height: 1.55;
  color: #6a4a58;
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.successPg .successMeta .metaDot {
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background: #BF3C6A;
  opacity: 0.4;
  display: inline-block;
  flex-shrink: 0;
}

.successPg .successMeta a {
  color: #BF3C6A;
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
}

.successPg .successMeta a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .successPg {
    padding: 52px 12px;
  }

  .successPg .successCard {
    padding: 52px 24px;
    border-radius: 32px;
  }

  .successPg .successHeading {
    font-size: 28px;
    line-height: 1.1;
  }

  .successPg .successSub {
    font-size: 13px;
  }

  .successPg .successActions {
    flex-direction: column;
    align-items: stretch;
  }

  .successPg .successMeta {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .successPg .successMeta .metaDot {
    display: none;
  }
}

@media (max-width: 375px) {
  .successPg .successCard {
    padding: 24px 12px;
    border-radius: 8px;
  }

  .successPg .successHeading {
    font-size: 28px;
  }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
