html {
  box-sizing: border-box
}

body {
  margin: 0;
  position: relative;
  min-height: 100vh;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  background: linear-gradient(135deg, #fff 0%, #61b4660a 100%)
}

.top-band {
  background: linear-gradient(90deg, #5e158beb 0%, #61b466e0 100%);
  padding: 16px 0;
  box-shadow: 1px 3px 3px 0 #5e158b0d
}

.top-band-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px
}

.logo-hex {
  position: relative;
  width: 72px;
  height: 72px;
  background: #fff;
  clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-shadow: 1px 4px 28px 0 #5e158b17
}

.logo-hex img {
  width: 64px;
  height: 64px;
  object-fit: contain
}

.brand-text {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-shadow: 1px 3px 3px #5e158b21
}

.nav-row {
  background: #f9d0de26;
  padding: 16px 0;
  border-bottom: 2px solid #61b4662e;
  box-shadow: 1px 3px 3px 0 #61b4660d
}

.nav-row-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px
}

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

.nav-list li {
  margin: 0
}

.nav-list a {
  display: block;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 700;
  color: #5E158B;
  text-decoration: none;
  border-radius: 7px;
  background: #ffffffb3;
  box-shadow: 1px 3px 3px 0 #61b4660d;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .24s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .26s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  position: relative
}

.nav-list a:hover {
  transform: translateY(-3px);
  background: #61b4661f;
  box-shadow: 1px 8px 44px 0 #61b46621
}

.nav-list a:focus {
  outline: 3px solid #61B466;
  outline-offset: 2px
}

.btm-band {
  background: linear-gradient(135deg, #5e158b0f 0%, #f9d0de1f 100%);
  padding: 80px 0 40px;
  margin-top: 80px;
  border-top: 3px solid #61b46638
}

.btm-band-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px
}

.btm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-bottom: 40px
}

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

.btm-logo-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #fff9;
  border-radius: 12px;
  border: 2px solid #5e158b26;
  box-shadow: 1px 4px 28px 0 #5e158b17
}

.btm-logo-hex {
  position: relative;
  width: 60px;
  height: 60px;
  background: #fff;
  clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-shadow: inset 1px 2px 4px #5e158b14
}

.btm-logo-hex img {
  width: 52px;
  height: 52px;
  object-fit: contain
}

.btm-addr-block {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.btm-addr-line {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a
}

.btm-addr-line strong {
  font-weight: 700;
  color: #5E158B
}

.btm-addr-line a {
  color: #61B466;
  text-decoration: none;
  font-weight: 700;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.btm-addr-line a:hover {
  color: #5E158B
}

.btm-addr-line a:focus {
  outline: 3px solid #61B466;
  outline-offset: 2px
}

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

.btm-nav-title {
  font-size: 15px;
  font-weight: 700;
  color: #5E158B;
  margin: 0;
  padding: 8px 16px;
  background: #f9d0de4d;
  border-radius: 7px;
  border: 2px solid #5e158b33
}

.btm-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center
}

.btm-nav-list a {
  display: inline-block;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  color: #5E158B;
  text-decoration: none;
  border-radius: 7px;
  border: 2px solid transparent;
  background: #ffffff80;
  transition: transform .25s cubic-bezier(0.68, -0.55, 0.27, 1.55), border-color .23s cubic-bezier(0.34, 1.56, 0.64, 1), background .27s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.btm-nav-list a:hover {
  transform: translateX(4px);
  border-color: #61b46666;
  background: #61b46614
}

.btm-nav-list a:focus {
  outline: 3px solid #61B466;
  outline-offset: 2px
}

.btm-contact-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: #fff6;
  border-radius: 12px;
  border: 2px solid #61b46633
}

.btm-contact-title {
  font-size: 15px;
  font-weight: 700;
  color: #5E158B;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #f9d0de66
}

.btm-contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.btm-contact-label {
  font-size: 15px;
  font-weight: 700;
  color: #2a2a2a
}

.btm-contact-value {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a
}

.btm-contact-value a {
  color: #61B466;
  text-decoration: none;
  font-weight: 700;
  padding: 8px;
  display: inline-block;
  border-radius: 7px;
  background: #61b46614;
  transition: background .26s cubic-bezier(0.34, 1.56, 0.64, 1), transform .24s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.btm-contact-value a:hover {
  background: #61b4662e;
  transform: translateY(-2px)
}

.btm-contact-value a:focus {
  outline: 3px solid #61B466;
  outline-offset: 2px
}

.copyright-bar {
  padding: 16px 0;
  text-align: center;
  border-top: 2px solid #5e158b1f;
  background: #f9d0de14
}

.copyright-text {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0
}

.consent-box {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 4000;
  max-width: 520px;
  padding: 16px;
  background: linear-gradient(135deg, #fffffffa 0%, #f9d0def2 100%);
  border-radius: 12px;
  border: 3px solid #5e158b40;
  box-shadow: 1px 8px 44px 0 #5e158b21;
  display: none;
  opacity: 0;
  transition: opacity .42s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.consent-box.vis {
  opacity: 1
}

.consent-msg {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0 0 16px
}

.consent-headline {
  font-size: 15px;
  font-weight: 700;
  color: #5E158B;
  margin: 8px 0 0
}

.consent-btns {
  display: flex;
  gap: 8px;
  justify-content: flex-end
}

.consent-btn {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Fira Sans', sans-serif;
  border: 2px solid #5e158b4d;
  border-radius: 7px;
  cursor: pointer;
  transition: background .24s cubic-bezier(0.34, 1.56, 0.64, 1), transform .26s cubic-bezier(0.68, -0.55, 0.27, 1.55), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.consent-btn.accept {
  background: #61b466d9;
  color: #fff
}

.consent-btn.accept:hover {
  background: #61b466ff;
  transform: translateY(-2px);
  border-color: #61b46699
}

.consent-btn.accept:focus {
  outline: 3px solid #61B466;
  outline-offset: 2px
}

.consent-btn.decline {
  background: #5e158b1f;
  color: #5E158B
}

.consent-btn.decline:hover {
  background: #5e158b38;
  transform: translateY(-2px);
  border-color: #5e158b80
}

.consent-btn.decline:focus {
  outline: 3px solid #5E158B;
  outline-offset: 2px
}

@media (max-width: 768px) {
  .top-band-inner {
    flex-direction: column;
    gap: 8px
  }

  .brand-lockup {
    flex-direction: column;
    gap: 8px
  }

  .logo-hex {
    width: 60px;
    height: 60px
  }

  .logo-hex img {
    width: 52px;
    height: 52px
  }

  .brand-text {
    font-size: 24px;
    text-align: center
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 8px
  }

  .nav-list a {
    text-align: center
  }

  .btm-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .btm-nav-col {
    align-items: stretch
  }

  .btm-nav-list {
    align-items: stretch
  }

  .btm-nav-list a {
    text-align: center
  }

  .consent-box {
    left: 16px;
    right: 16px;
    max-width: none
  }

  .consent-btns {
    flex-direction: column
  }

  .consent-btn {
    width: 100%
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .btm-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width: 1025px) {
  .btm-grid {
    grid-template-columns: 1.2fr 1fr 1fr
  }
}

.text-legal {
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 16px
}

@media (min-width: 768px) {
  .text-legal {
    padding: 80px 40px
  }
}

.text-legal h1 {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #5E158B
}

.text-legal h2 {
  font-size: 41px;
  line-height: 1.2;
  margin-top: 80px;
  margin-bottom: 40px;
  color: #5E158B
}

.text-legal h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #5E158B
}

.text-legal p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #2a2a2a
}

.text-legal ul,
.text-legal ol {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  padding-left: 40px;
  color: #2a2a2a
}

.text-legal li {
  margin-bottom: 8px
}

.text-legal li:last-child {
  margin-bottom: 0
}

.text-legal strong,
.text-legal b {
  color: #5E158B;
  font-weight: 600
}

.text-legal a {
  color: #61B466;
  text-decoration: underline;
  transition: color .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.text-legal a:hover {
  color: #5E158B
}

.text-legal table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: 1px 3px 3px 0 #61b4660d;
  border-radius: 7px;
  overflow: hidden
}

.text-legal thead {
  background: linear-gradient(135deg, #61b4661a, #5e158b14)
}

.text-legal th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  color: #5E158B;
  border-bottom: 2px solid #5e158b26
}

.text-legal td {
  padding: 16px;
  color: #2a2a2a;
  border-bottom: 1px solid #61b4661a
}

.text-legal tbody tr:last-child td {
  border-bottom: none
}

.text-legal tbody tr {
  transition: background-color .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.text-legal tbody tr:hover {
  background-color: #f9d0de26
}

.text-legal hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #61b4664d, #5e158b4d);
  margin: 80px 0;
  border-radius: 7px
}

.text-legal div {
  margin-bottom: 16px
}

@media (max-width: 767px) {
  .text-legal h1 {
    font-size: 41px
  }

  .text-legal h2 {
    font-size: 24px;
    margin-top: 40px
  }

  .text-legal table {
    font-size: 15px
  }

  .text-legal th,
  .text-legal td {
    padding: 8px
  }
}

.lrn-prog {
  background: #fff;
  color: #1d1d1d;
  overflow-x: clip
}

.lrn-prog .top-zone {
  position: relative;
  background: linear-gradient(127deg, #61b4662e 0%, #5e158b38 28%, #f9d0de26 52%, #61b4661f 76%, #5e158b30 100%);
  padding: 80px 16px;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.lrn-prog .top-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 680px 420px at 18% 22%, #61b4663d 0%, transparent 62%), radial-gradient(ellipse 720px 520px at 78% 68%, #5e158b30 0%, transparent 58%), radial-gradient(ellipse 580px 380px at 52% 88%, #f9d0de36 0%, transparent 65%);
  pointer-events: none;
  z-index: 1
}

.lrn-prog .top-zone::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: #61b46614;
  top: -140px;
  right: -80px;
  pointer-events: none;
  z-index: 2
}

.lrn-prog .circ-deco-1 {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #f9d0de1c;
  bottom: -60px;
  left: -40px;
  pointer-events: none;
  z-index: 2
}

.lrn-prog .circ-deco-2 {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: #5e158b0f;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2
}

.lrn-prog .top-zone-inner {
  max-width: 1170px;
  width: 100%;
  position: relative;
  z-index: 3
}

.lrn-prog .top-zone h1 {
  font-size: 70px;
  line-height: 1.2;
  margin: 0 0 40px;
  font-weight: 700;
  color: #2a2a2a
}

.lrn-prog .top-zone-txt {
  font-size: 24px;
  line-height: 1.6;
  color: #3d3d3d;
  max-width: 880px
}

.lrn-prog .top-zone-txt p {
  margin: 0 0 16px
}

.lrn-prog .top-zone-txt p:last-child {
  margin: 0
}

.lrn-prog .wave-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden
}

.lrn-prog .wave-bg::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 8px;
  background: linear-gradient(90deg, transparent 0%, #61b46647 25%, #5e158b52 50%, #f9d0de3d 75%, transparent 100%);
  top: 50%;
  left: -100%;
  animation: wave-slide 18s cubic-bezier(0.42, 0, 0.58, 1) infinite
}

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

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

.lrn-prog .divider-dots {
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #61B466 2%, transparent 4%, transparent 6%, #5E158B 8%, transparent 10%, transparent 12%, #61B466 14%, transparent 16%, transparent 18%, #5E158B 20%, transparent 22%, transparent 24%, #61B466 26%, transparent 28%, transparent 30%, #5E158B 32%, transparent 34%, transparent 36%, #61B466 38%, transparent 40%, transparent 42%, #5E158B 44%, transparent 46%, transparent 48%, #61B466 50%, transparent 52%, transparent 54%, #5E158B 56%, transparent 58%, transparent 60%, #61B466 62%, transparent 64%, transparent 66%, #5E158B 68%, transparent 70%, transparent 72%, #61B466 74%, transparent 76%, transparent 78%, #5E158B 80%, transparent 82%, transparent 84%, #61B466 86%, transparent 88%, transparent 90%, #5E158B 92%, transparent 94%, transparent 96%, #61B466 98%, transparent 100%);
  margin: 0
}

.lrn-prog .bottom-zone {
  position: relative;
  background: #fafcfb;
  padding: 80px 16px
}

.lrn-prog .bottom-zone::before {
  content: '';
  position: absolute;
  top: 40px;
  right: 40px;
  width: 180px;
  height: 180px;
  border: 2px solid #61b46624;
  border-radius: 12px;
  pointer-events: none
}

.lrn-prog .bottom-zone::after {
  content: '';
  position: absolute;
  top: 48px;
  right: 48px;
  width: 164px;
  height: 164px;
  border: 2px solid #5e158b1c;
  border-radius: 12px;
  pointer-events: none
}

.lrn-prog .rect-deco {
  position: absolute;
  top: 56px;
  right: 56px;
  width: 148px;
  height: 148px;
  border: 2px solid #f9d0de2e;
  border-radius: 12px;
  pointer-events: none
}

.lrn-prog .bottom-zone-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.lrn-prog .prog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px
}

.lrn-prog .prog-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 1px 4px 28px 0 #61b46617;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: slide-in-left .28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

.lrn-prog .prog-card:nth-child(1) {
  animation-delay: .1s
}

.lrn-prog .prog-card:nth-child(2) {
  animation-delay: .22s;
  animation-name: slide-in-right
}

.lrn-prog .prog-card:nth-child(3) {
  animation-delay: .34s
}

@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-60px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(60px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.lrn-prog .prog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(270deg, #5E158B 0%, transparent 100%);
  opacity: .4
}

.lrn-prog .prog-card h2 {
  font-size: 41px;
  line-height: 1.2;
  margin: 0 0 24px;
  font-weight: 700;
  color: #2a2a2a
}

.lrn-prog .prog-card-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px
}

.lrn-prog .prog-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #3d3d3d
}

.lrn-prog .prog-txt p {
  margin: 0 0 16px
}

.lrn-prog .prog-txt p:last-child {
  margin: 0
}

.lrn-prog .prog-img-wrap {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
  height: 380px;
  transition: transform .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.lrn-prog .prog-img-wrap:hover {
  transform: translateY(-4px)
}

.lrn-prog .prog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .26s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.lrn-prog .prog-img-wrap:hover img {
  filter: brightness(0.92) saturate(1.3) hue-rotate(8deg)
}

.lrn-prog .prog-img-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #61b46600;
  transition: background .32s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none
}

.lrn-prog .prog-img-wrap:hover::after {
  background: #61b4662e
}

.lrn-prog .people-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 40px 0 0
}

.lrn-prog .person-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center
}

.lrn-prog .person-img {
  width: 140px;
  height: 210px;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 3px 3px 0 #5e158b0d
}

.lrn-prog .person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lrn-prog .person-name {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0
}

.lrn-prog .person-role {
  font-size: 15px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0
}

.lrn-prog .phase-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 24px 0 0;
  list-style: none;
  padding: 0
}

.lrn-prog .phase-item {
  background: #f4f9f5;
  border-radius: 7px;
  padding: 16px 40px;
  border-left: 4px solid #61B466;
  box-shadow: 1px 3px 3px 0 #61b4660d;
  position: relative;
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.lrn-prog .phase-item:hover {
  transform: translateX(6px);
  box-shadow: 1px 8px 44px 0 #61b46621
}

.lrn-prog .phase-num {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #61B466;
  margin: 0 0 8px
}

.lrn-prog .phase-title {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 8px
}

.lrn-prog .phase-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #3d3d3d;
  margin: 0
}

.lrn-prog .metrics-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 40px 0 0
}

.lrn-prog .metric-box {
  background: linear-gradient(135deg, #5e158b14 0%, #f9d0de1f 100%);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  border: 2px solid #5e158b24;
  transition: transform .26s cubic-bezier(0.68, -0.55, 0.27, 1.55), border-color .26s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.lrn-prog .metric-box:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: #5e158b52
}

.lrn-prog .metric-val {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 700;
  color: #5E158B;
  margin: 0 0 8px
}

.lrn-prog .metric-label {
  font-size: 15px;
  line-height: 1.6;
  color: #3d3d3d;
  margin: 0
}

@media (min-width: 768px) {
  .lrn-prog .top-zone {
    padding: 80px 40px
  }

  .lrn-prog .bottom-zone {
    padding: 80px 40px
  }

  .lrn-prog .prog-card-content {
    grid-template-columns: 1fr 1fr;
    align-items: center
  }

  .lrn-prog .people-row {
    grid-template-columns: repeat(3, 1fr)
  }

  .lrn-prog .phase-list {
    gap: 16px
  }

  .lrn-prog .metrics-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
  }
}

@media (min-width: 1024px) {
  .lrn-prog .top-zone h1 {
    font-size: 70px
  }

  .lrn-prog .prog-card h2 {
    font-size: 41px
  }
}

@media (max-width: 767px) {
  .lrn-prog .top-zone h1 {
    font-size: 41px
  }

  .lrn-prog .top-zone-txt {
    font-size: 15px
  }

  .lrn-prog .prog-card h2 {
    font-size: 24px
  }

  .lrn-prog .prog-img-wrap {
    display: none
  }

  .lrn-prog .metric-val {
    font-size: 41px
  }
}

.prm {
  background: #fff;
  color: #1a1a1a
}

.prm .vis-band {
  position: relative;
  overflow: hidden;
  padding: 40px 16px;
  background: linear-gradient(270deg, #5E158B 0%, #5e158b00 100%);
  animation: grd-shift 8s ease-in-out infinite alternate
}

@keyframes grd-shift {
  0% {
    background: linear-gradient(270deg, #5E158B 0%, #5e158b00 100%)
  }

  100% {
    background: linear-gradient(270deg, #61B466 0%, #61b46600 100%)
  }
}

.prm .vis-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #ffffff08 2px, #ffffff08 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, #ffffff08 2px, #ffffff08 4px);
  pointer-events: none;
  opacity: .6
}

.prm .vis-band .bound {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.prm .vis-band .lead-txt {
  font-size: 41px;
  line-height: 1.2;
  color: #fff;
  margin: 0
}

.prm .vis-band .lead-txt .mark {
  color: #F9D0DE;
  font-weight: 700
}

.prm .shift-zone {
  padding: 80px 16px;
  background: #fefefe;
  position: relative
}

.prm .shift-zone::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #F9D0DE 50%, #F9D0DE 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%)
}

.prm .shift-zone .bound {
  max-width: 1170px;
  margin: 0 auto
}

.prm .shift-zone .cap {
  font-size: 41px;
  line-height: 1.2;
  margin: 0 0 40px;
  color: #5E158B
}

.prm .shift-zone .grid-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}

.prm .shift-zone .outcome-card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 1px 4px 28px 0 #5e158b17;
  position: relative;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prm .shift-zone .outcome-card:hover {
  transform: translateY(-4px)
}

.prm .shift-zone .outcome-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #61B466;
  transition: width .32s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.prm .shift-zone .outcome-card:hover::before {
  width: 100%
}

.prm .shift-zone .outcome-card .mini-cap {
  font-size: 24px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 16px;
  font-weight: 700
}

.prm .shift-zone .outcome-card .desc {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: #2a2a2a
}

@media (max-width: 768px) {
  .prm .shift-zone .grid-pair {
    grid-template-columns: 1fr
  }
}

.prm .range-view {
  padding: 80px 16px;
  background: #61b46614;
  position: relative
}

.prm .range-view .bound {
  max-width: 1170px;
  margin: 0 auto
}

.prm .range-view .cap {
  font-size: 41px;
  line-height: 1.2;
  margin: 0 0 40px;
  color: #5E158B;
  text-align: center
}

.prm .range-view .split-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start
}

.prm .range-view .main-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.prm .range-view .sit-item {
  background: #fff;
  padding: 40px;
  border-radius: 7px;
  box-shadow: 1px 3px 3px 0 #61b4660d;
  border: 2px solid transparent;
  transition: border-color .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prm .range-view .sit-item:hover {
  border-color: #61B466
}

.prm .range-view .sit-item .label {
  font-size: 24px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 16px;
  font-weight: 700
}

.prm .range-view .sit-item .note {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: #3a3a3a
}

.prm .range-view .side-col {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 16px
}

.prm .range-view .side-col .img-box {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 4px 28px 0 #5e158b17;
  border: 3px solid transparent;
  transition: border-color .26s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.prm .range-view .side-col .img-box:hover {
  border-color: #61B466
}

.prm .range-view .side-col .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

@media (max-width: 1024px) {
  .prm .range-view .split-layout {
    grid-template-columns: 1fr
  }

  .prm .range-view .side-col {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto
  }
}

@media (max-width: 768px) {
  .prm .range-view .main-col {
    grid-template-columns: 1fr
  }

  .prm .range-view .side-col {
    display: none
  }
}

.prm .pattern-talk {
  padding: 80px 16px;
  background: #5E158B;
  position: relative
}

.prm .pattern-talk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(135deg, #F9D0DE 0%, #F9D0DE 50%, transparent 50%, transparent 100%);
  clip-path: polygon(0 0, 100% 100%, 100% 0)
}

.prm .pattern-talk .bound {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.prm .pattern-talk .cap {
  font-size: 41px;
  line-height: 1.2;
  margin: 0 0 40px;
  color: #F9D0DE
}

.prm .pattern-talk .trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.prm .pattern-talk .obs-block {
  background: #f9d0de1f;
  padding: 40px;
  border-radius: 32px;
  position: relative;
  transition: transform .29s cubic-bezier(0.34, 1.56, 0.64, 1), background .29s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prm .pattern-talk .obs-block:hover {
  transform: translateX(-6px);
  background: #f9d0de33
}

.prm .pattern-talk .obs-block .quote-line {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 16px;
  font-style: italic;
  position: relative;
  padding-left: 24px
}

.prm .pattern-talk .obs-block .quote-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #F9D0DE;
  border-radius: 2px
}

.prm .pattern-talk .obs-block .attr {
  font-size: 15px;
  line-height: 1.2;
  color: #61B466;
  margin: 0;
  font-weight: 700
}

@media (max-width: 1024px) {
  .prm .pattern-talk .trio {
    grid-template-columns: 1fr
  }
}

.prm .resolve-stories {
  padding: 80px 16px;
  background: #f9d0de26;
  position: relative
}

.prm .resolve-stories .bound {
  max-width: 1170px;
  margin: 0 auto
}

.prm .resolve-stories .cap {
  font-size: 41px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #5E158B
}

.prm .resolve-stories .intro {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 40px;
  color: #2a2a2a;
  max-width: 780px
}

.prm .resolve-stories .case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.prm .resolve-stories .case-entry {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 4px 28px 0 #5e158b17;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  transition: box-shadow .27s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.prm .resolve-stories .case-entry:hover {
  box-shadow: 1px 8px 44px 0 #5e158b21
}

.prm .resolve-stories .case-entry .port-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  margin: 16px 0 16px 16px;
  border: 3px solid transparent;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prm .resolve-stories .case-entry:hover .port-wrap {
  border-color: #61B466
}

.prm .resolve-stories .case-entry .port-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 1/1
}

.prm .resolve-stories .case-entry .txt-wrap {
  padding: 16px 16px 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.prm .resolve-stories .case-entry .name-tag {
  font-size: 24px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 8px;
  font-weight: 700
}

.prm .resolve-stories .case-entry .sit-desc {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 8px;
  color: #3a3a3a
}

.prm .resolve-stories .case-entry .outcome-tag {
  font-size: 15px;
  line-height: 1.2;
  color: #61B466;
  margin: 0;
  font-weight: 700
}

@media (max-width: 768px) {
  .prm .resolve-stories .case-grid {
    grid-template-columns: 1fr
  }

  .prm .resolve-stories .case-entry {
    grid-template-columns: 1fr
  }

  .prm .resolve-stories .case-entry .port-wrap {
    display: none
  }

  .prm .resolve-stories .case-entry .txt-wrap {
    padding: 16px
  }
}

.prm .method-core {
  padding: 80px 16px;
  background: #fff;
  position: relative
}

.prm .method-core .bound {
  max-width: 1170px;
  margin: 0 auto
}

.prm .method-core .cap {
  font-size: 41px;
  line-height: 1.2;
  margin: 0 0 40px;
  color: #5E158B
}

.prm .method-core .schedule-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px
}

.prm .method-core .phase-tile {
  background: linear-gradient(135deg, #61b4661a 0%, #5e158b0d 100%);
  padding: 40px;
  border-radius: 7px;
  border-left: 4px solid #61B466;
  position: relative;
  transition: transform .23s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prm .method-core .phase-tile:hover {
  transform: translateY(-5px)
}

.prm .method-core .phase-tile .icon-float {
  width: 48px;
  height: 48px;
  background: #5E158B;
  border-radius: 48px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float-loop 3.2s ease-in-out infinite
}

@keyframes float-loop {

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

  50% {
    transform: translateY(-8px)
  }
}

.prm .method-core .phase-tile .icon-float::after {
  content: '';
  width: 20px;
  height: 20px;
  background: #F9D0DE;
  border-radius: 50%
}

.prm .method-core .phase-tile .phase-num {
  font-size: 15px;
  line-height: 1.2;
  color: #61B466;
  margin: 0 0 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px
}

.prm .method-core .phase-tile .phase-name {
  font-size: 24px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 8px;
  font-weight: 700
}

.prm .method-core .phase-tile .phase-detail {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: #3a3a3a
}

.prm .method-core .connect-line {
  border-top: 2px dashed #61B466;
  margin: 40px 0;
  position: relative
}

.prm .method-core .connect-line::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #5E158B;
  border-radius: 50%
}

.prm .method-core .connect-line::after {
  content: '';
  position: absolute;
  top: -6px;
  right: 0;
  width: 10px;
  height: 10px;
  background: #61B466;
  border-radius: 50%
}

.prm .method-core .principle-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}

.prm .method-core .principle-item {
  background: #f9d0de1a;
  padding: 40px;
  border-radius: 32px;
  position: relative
}

.prm .method-core .principle-item .pri-head {
  font-size: 24px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 16px;
  font-weight: 700
}

.prm .method-core .principle-item .pri-body {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: #2a2a2a
}

@media (max-width: 1024px) {
  .prm .method-core .schedule-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .prm .method-core .schedule-grid {
    grid-template-columns: 1fr
  }

  .prm .method-core .principle-wrap {
    grid-template-columns: 1fr
  }
}

.prm a {
  color: #61B466;
  text-decoration: none;
  border-bottom: 3px solid #61B466;
  transition: color .24s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prm a:hover {
  color: #5E158B;
  border-bottom-color: #5E158B
}

.wbnr {
  background: #fff;
  color: #1a1a1a;
  overflow-x: clip
}

.wbnr .split-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  position: relative;
  overflow: hidden
}

.wbnr .split-intro .zone-left {
  background: #5E158B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  position: relative
}

.wbnr .split-intro .zone-right {
  background: #61B466;
  position: relative;
  overflow: hidden
}

.wbnr .split-intro .txt-container {
  max-width: 480px;
  position: relative;
  z-index: 3
}

.wbnr .split-intro h1 {
  font-size: 70px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 16px
}

.wbnr .split-intro .intro-desc {
  font-size: 24px;
  line-height: 1.6;
  color: #ffffffeb;
  margin: 0
}

.wbnr .split-intro .atmo-blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .18;
  pointer-events: none
}

.wbnr .split-intro .atmo-blur.spot-1 {
  width: 280px;
  height: 280px;
  background: #F9D0DE;
  top: -60px;
  left: -80px
}

.wbnr .split-intro .atmo-blur.spot-2 {
  width: 340px;
  height: 340px;
  background: #61B466;
  bottom: -100px;
  right: -120px
}

.wbnr .split-intro .img-holder {
  width: 100%;
  height: 100%;
  position: relative
}

.wbnr .split-intro .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.15) brightness(1.08) contrast(0.98)
}

.wbnr .split-intro .atmo-blur.spot-3 {
  width: 260px;
  height: 260px;
  background: #5E158B;
  top: 40%;
  right: 20%
}

@media (max-width: 1023px) {
  .wbnr .split-intro {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .wbnr .split-intro .zone-right {
    display: none
  }

  .wbnr .split-intro .zone-left {
    padding: 80px 16px
  }

  .wbnr .split-intro h1 {
    font-size: 41px
  }

  .wbnr .split-intro .intro-desc {
    font-size: 15px
  }
}

.wbnr .schedule-grid {
  padding: 80px 16px;
  max-width: 1170px;
  margin: 0 auto;
  position: relative
}

.wbnr .schedule-grid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(90deg, #5e158b0a 0%, transparent 100%);
  z-index: 0;
  pointer-events: none
}

.wbnr .schedule-grid .grid-head {
  position: relative;
  z-index: 1;
  margin-bottom: 40px
}

.wbnr .schedule-grid h2 {
  font-size: 41px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 16px
}

.wbnr .schedule-grid .grid-intro {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0;
  max-width: 720px
}

.wbnr .schedule-grid .events-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1
}

.wbnr .schedule-grid .event-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 1px 4px 28px 0 #5e158b17;
  position: relative;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden
}

.wbnr .schedule-grid .event-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 48px 48px;
  border-color: transparent transparent #61b46626;
  transition: border-width .24s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.wbnr .schedule-grid .event-card:hover {
  transform: translateY(-6px);
  box-shadow: 1px 8px 44px 0 #5e158b21
}

.wbnr .schedule-grid .event-card:hover::after {
  border-width: 0 0 64px 64px
}

.wbnr .schedule-grid .event-date {
  font-size: 15px;
  line-height: 1.6;
  color: #61B466;
  font-weight: 600;
  margin: 0 0 8px
}

.wbnr .schedule-grid .event-card h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #2a2a2a;
  margin: 0 0 16px
}

.wbnr .schedule-grid .event-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0 0 16px
}

.wbnr .schedule-grid .event-speaker {
  font-size: 15px;
  line-height: 1.6;
  color: #5E158B;
  margin: 0;
  font-weight: 500
}

@media (max-width: 1023px) {
  .wbnr .schedule-grid .events-container {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .wbnr .schedule-grid .event-card {
    padding: 16px
  }

  .wbnr .schedule-grid h2 {
    font-size: 24px
  }

  .wbnr .schedule-grid .event-card h3 {
    font-size: 15px
  }
}

.wbnr .materials-mosaic {
  background: #fff;
  padding: 80px 16px;
  position: relative
}

.wbnr .materials-mosaic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(180deg, #f9d0de1f 0%, transparent 100%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0
}

.wbnr .materials-mosaic .mosaic-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.wbnr .materials-mosaic h2 {
  font-size: 41px;
  line-height: 1.2;
  color: #2a2a2a;
  margin: 0 0 40px
}

.wbnr .materials-mosaic .mosaic-layout {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px
}

.wbnr .materials-mosaic .tile {
  background: linear-gradient(90deg, #61b4660f 0%, transparent 100%);
  border-radius: 7px;
  padding: 40px;
  border-left: 4px solid #61b46666;
  transition: border-left-color .26s cubic-bezier(0.34, 1.56, 0.64, 1), transform .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.wbnr .materials-mosaic .tile:hover {
  border-left-color: #61B466;
  transform: translateX(4px)
}

.wbnr .materials-mosaic .tile.tall {
  grid-row: span 2
}

.wbnr .materials-mosaic .tile h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #2a2a2a;
  margin: 0 0 16px
}

.wbnr .materials-mosaic .tile p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0
}

.wbnr .materials-mosaic .edge-motif {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: .12;
  pointer-events: none
}

.wbnr .materials-mosaic .edge-motif .geo-shape {
  width: 12px;
  height: 12px;
  background: #5E158B;
  border-radius: 32px
}

@media (max-width: 1023px) {
  .wbnr .materials-mosaic .mosaic-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto
  }

  .wbnr .materials-mosaic .tile.tall {
    grid-row: span 1
  }

  .wbnr .materials-mosaic h2 {
    font-size: 24px
  }

  .wbnr .materials-mosaic .tile {
    padding: 16px
  }

  .wbnr .materials-mosaic .tile h4 {
    font-size: 15px
  }

  .wbnr .materials-mosaic .edge-motif {
    display: none
  }
}

.wbnr .facilitator-profiles {
  background: #5E158B;
  padding: 80px 16px;
  position: relative;
  overflow: hidden
}

.wbnr .facilitator-profiles::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at center, #f9d0de2e 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: radialmove 18s ease-in-out infinite
}

@keyframes radialmove {

  0%,
  100% {
    transform: translate(-50%, -50%)
  }

  50% {
    transform: translate(-35%, -60%)
  }
}

.wbnr .facilitator-profiles .profiles-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.wbnr .facilitator-profiles h2 {
  font-size: 41px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 40px
}

.wbnr .facilitator-profiles .profiles-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.wbnr .facilitator-profiles .profile-box {
  background: #ffffff14;
  border-radius: 12px;
  padding: 40px;
  backdrop-filter: blur(8px);
  transition: background .3s cubic-bezier(0.34, 1.56, 0.64, 1), transform .3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.wbnr .facilitator-profiles .profile-box:hover {
  background: #ffffff24;
  transform: translateY(-4px)
}

.wbnr .facilitator-profiles .portrait-wrap {
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 1px 4px 28px 0 #0003
}

.wbnr .facilitator-profiles .portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.wbnr .facilitator-profiles .profile-box h5 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 8px
}

.wbnr .facilitator-profiles .role-label {
  font-size: 15px;
  line-height: 1.6;
  color: #f9d0dee6;
  margin: 0 0 16px
}

.wbnr .facilitator-profiles .bio-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffffd9;
  margin: 0
}

@media (max-width: 1023px) {
  .wbnr .facilitator-profiles .profiles-row {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .wbnr .facilitator-profiles h2 {
    font-size: 24px
  }

  .wbnr .facilitator-profiles .profile-box {
    padding: 16px
  }

  .wbnr .facilitator-profiles .profile-box h5 {
    font-size: 15px
  }
}

.abt-us {
  background: #fff;
  color: #1d1d1d
}

.abt-us .intro-split {
  position: relative;
  overflow: hidden;
  padding: 80px 16px;
  background: linear-gradient(90deg, #61B466 0%, #61B466 55%, #5E158B 55%, #5E158B 100%)
}

.abt-us .intro-split::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600"><filter id="n"><feTurbulence baseFrequency="0.9" numOctaves="4" /></filter><rect width="600" height="600" filter="url(%23n)" opacity="0.08"/></svg>');
  pointer-events: none;
  z-index: 1
}

.abt-us .intro-split .container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.abt-us .intro-split .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  align-items: center
}

.abt-us .intro-split .col-lg-7 {
  width: 100%;
  padding: 0 16px
}

.abt-us .intro-split .col-lg-5 {
  width: 100%;
  padding: 0 16px;
  margin-top: 40px
}

@media (min-width: 1024px) {
  .abt-us .intro-split {
    padding: 120px 16px
  }

  .abt-us .intro-split .col-lg-7 {
    width: 58.333333%
  }

  .abt-us .intro-split .col-lg-5 {
    width: 41.666667%;
    margin-top: 0
  }
}

.abt-us .intro-split .tag-label {
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #ffffffd9;
  margin-bottom: 16px;
  display: block
}

.abt-us .intro-split h1 {
  font-size: 70px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 40px;
  font-weight: 700
}

.abt-us .intro-split .desc-txt {
  font-size: 24px;
  line-height: 1.6;
  color: #ffffffeb;
  margin: 0
}

.abt-us .intro-split .img-holder {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 8px 44px 0 #61b46621
}

.abt-us .intro-split .img-holder img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
  transition: filter .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .intro-split .img-holder:hover img {
  filter: grayscale(0%)
}

.abt-us .story-mag {
  padding: 80px 16px;
  background: #fafcfb;
  position: relative
}

.abt-us .story-mag::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 40px solid #fff;
  z-index: 3
}

.abt-us .story-mag .container {
  max-width: 1170px;
  margin: 0 auto
}

.abt-us .story-mag .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px
}

.abt-us .story-mag .col-lg-8 {
  width: 100%;
  padding: 0 16px
}

.abt-us .story-mag .col-lg-4 {
  width: 100%;
  padding: 0 16px;
  margin-top: 40px
}

@media (min-width: 1024px) {
  .abt-us .story-mag {
    padding: 120px 16px
  }

  .abt-us .story-mag .col-lg-8 {
    width: 66.666667%
  }

  .abt-us .story-mag .col-lg-4 {
    width: 33.333333%;
    margin-top: 0
  }
}

.abt-us .story-mag h2 {
  font-size: 41px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 40px;
  font-weight: 700
}

.abt-us .story-mag .main-txt p {
  font-size: 15px;
  line-height: 1.6;
  color: #2d2d2d;
  margin: 0 0 16px
}

.abt-us .story-mag .main-txt p:last-child {
  margin-bottom: 0
}

.abt-us .story-mag .side-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 1px 3px 3px 0 #5e158b0d;
  position: relative;
  overflow: hidden
}

.abt-us .story-mag .side-box::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 120px;
  height: 120px;
  border: 2px solid #f9d0de4d;
  border-radius: 50%;
  pointer-events: none
}

.abt-us .story-mag .side-box::after {
  content: '';
  position: absolute;
  top: 24px;
  right: 24px;
  width: 104px;
  height: 104px;
  border: 1px solid #f9d0de33;
  border-radius: 50%;
  pointer-events: none
}

.abt-us .story-mag .side-box h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 16px;
  font-weight: 700
}

.abt-us .story-mag .side-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #2d2d2d;
  margin: 0
}

.abt-us .team-offset {
  padding: 80px 16px;
  background: #fff;
  position: relative
}

.abt-us .team-offset::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(./graphic_files/draft-backdrop-19.jpg) center center / cover no-repeat;
  opacity: .04;
  pointer-events: none;
  z-index: 0
}

.abt-us .team-offset .container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

@media (min-width: 1024px) {
  .abt-us .team-offset {
    padding: 120px 16px
  }
}

.abt-us .team-offset .section-label {
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #61B466;
  margin-bottom: 16px;
  display: block
}

.abt-us .team-offset h2 {
  font-size: 41px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 80px;
  font-weight: 700
}

.abt-us .team-offset .cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start
}

.abt-us .team-offset .member-card {
  flex: 1 1 100%;
  background: #fafcfb;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 1px 4px 28px 0 #61b46617;
  transition: transform .24s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  gap: 40px
}

@media (min-width: 768px) {
  .abt-us .team-offset .cards-grid {
    flex-direction: row
  }

  .abt-us .team-offset .member-card {
    flex: 1 1 calc(50% - 20px)
  }

  .abt-us .team-offset .member-card:nth-child(2) {
    margin-top: 60px
  }
}

.abt-us .team-offset .member-card:hover {
  transform: translateY(-4px);
  box-shadow: 1px 8px 44px 0 #61b46621
}

.abt-us .team-offset .portrait-frame {
  width: 180px;
  height: 270px;
  border-radius: 48px;
  overflow: hidden;
  box-shadow: 1px 3px 3px 0 #5e158b0d;
  flex-shrink: 0
}

.abt-us .team-offset .portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .32s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.abt-us .team-offset .member-card:hover .portrait-frame img {
  transform: scale(1.05)
}

.abt-us .team-offset .member-info h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 8px;
  font-weight: 700
}

.abt-us .team-offset .member-info .role-tag {
  font-size: 15px;
  line-height: 1.6;
  color: #61B466;
  margin: 0 0 16px;
  display: block
}

.abt-us .team-offset .member-info p {
  font-size: 15px;
  line-height: 1.6;
  color: #2d2d2d;
  margin: 0
}

.abt-us .pulse-stat {
  display: inline-block;
  animation: statpulse 2.8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes statpulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.02)
  }
}

@media (max-width: 767px) {
  .abt-us .intro-split h1 {
    font-size: 41px
  }

  .abt-us .intro-split .desc-txt {
    font-size: 15px
  }

  .abt-us .story-mag h2,
  .abt-us .team-offset h2 {
    font-size: 24px
  }

  .abt-us .intro-split {
    background: linear-gradient(180deg, #61B466 0%, #61B466 50%, #5E158B 50%, #5E158B 100%)
  }

  .abt-us .team-offset .member-card {
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .abt-us .story-mag .side-box {
    padding: 40px 16px
  }
}

@media (min-width: 768px) {
  .abt-us .team-offset .member-card {
    flex-direction: row;
    align-items: flex-start
  }
}

.reach-pg {
  background: linear-gradient(90deg, #F9D0DE 0%, #f9d0de00 100%);
  min-height: 100vh;
  padding: 0;
  margin: 0
}

.reach-pg .intro-zone {
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 16px;
  position: relative;
  overflow: hidden
}

.reach-pg .intro-zone::before {
  content: '';
  position: absolute;
  top: 40px;
  right: 40px;
  width: 180px;
  height: 180px;
  border-top: 2px solid #5e158b26;
  border-right: 2px solid #5e158b26;
  pointer-events: none
}

.reach-pg .intro-zone::after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 140px;
  height: 140px;
  border-bottom: 2px solid #61b46626;
  border-left: 2px solid #61b46626;
  pointer-events: none
}

.reach-pg .intro-img-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  border-radius: 12px;
  overflow: hidden;
  position: relative
}

.reach-pg .intro-img-wrap::before {
  content: '';
  display: block;
  padding-bottom: 45%;
  background: linear-gradient(135deg, #61b46633 0%, #5e158b33 100%)
}

.reach-pg .intro-img-wrap::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid #fff6;
  border-radius: 7px;
  pointer-events: none
}

.reach-pg .intro-txt-area {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 16px;
  border: 1px solid #5e158b33;
  border-radius: 12px;
  background: #fff9;
  position: relative
}

.reach-pg .intro-txt-area::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(180deg, #61b4664d, #5e158b4d);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none
}

.reach-pg .eyebrow-label {
  font-size: 15px;
  line-height: 1.6;
  color: #5E158B;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0 0 16px;
  font-weight: 600
}

.reach-pg .intro-heading {
  font-size: 70px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0;
  font-weight: 700
}

.reach-pg .form-section {
  background: #FFF;
  padding: 80px 16px;
  position: relative
}

.reach-pg .form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(270deg, #5E158B 0%, #5e158b00 100%)
}

.reach-pg .form-container {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.reach-pg .contact-info-area {
  position: relative
}

.reach-pg .info-heading {
  font-size: 41px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 40px;
  font-weight: 700
}

.reach-pg .info-blocks {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.reach-pg .info-card {
  background: linear-gradient(135deg, #f9d0de4d 0%, #61b4661a 100%);
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #61b46633;
  position: relative;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 1px 3px 3px 0 #61b4660d 1px 4px 28px 0 #61b46617
}

.reach-pg .info-card:hover {
  transform: translateY(-4px);
  box-shadow: 1px 8px 44px 0 #61b46621
}

.reach-pg .info-card::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  width: 8px;
  height: 8px;
  background: #61B466;
  border-radius: 48px;
  animation: pulse-dot 3s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes pulse-dot {

  0%,
  100% {
    transform: scale(1);
    opacity: 1
  }

  50% {
    transform: scale(1.4);
    opacity: .6
  }
}

.reach-pg .info-card:nth-child(2)::before {
  background: #5E158B;
  animation-delay: 1s
}

.reach-pg .info-card:nth-child(3)::before {
  background: #F9D0DE;
  animation-delay: 2s
}

.reach-pg .info-label {
  font-size: 15px;
  line-height: 1.6;
  color: #5E158B;
  margin: 0 0 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em
}

.reach-pg .info-value {
  font-size: 24px;
  line-height: 1.6;
  color: #333;
  margin: 0
}

.reach-pg .info-value a {
  color: #61B466;
  text-decoration: none !important;
  border-bottom: 3px solid #61B466;
  transition: border-color .24s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .24s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.reach-pg .info-value a:hover {
  color: #5E158B;
  border-bottom-color: #5E158B
}

.reach-pg .form-area {
  position: relative
}

.reach-pg .form-heading {
  font-size: 41px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 40px;
  font-weight: 700
}

.reach-pg .form-intro {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 40px
}

.reach-pg .contact-form {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.reach-pg .form-group {
  position: relative
}

.reach-pg .form-label {
  font-size: 15px;
  line-height: 1.6;
  color: #5E158B;
  margin: 0 0 8px;
  display: block;
  font-weight: 600
}

.reach-pg .form-label::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #61B466;
  border-radius: 48px;
  margin-right: 8px;
  vertical-align: middle
}

.reach-pg .form-input,
.reach-pg .form-select {
  width: 100%;
  padding: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background: #FFF;
  border: 2px solid #61b4664d;
  border-radius: 7px;
  transition: border-color .26s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .26s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: inset 1px 2px 3px 0 #61b4660d
}

.reach-pg .form-input:focus,
.reach-pg .form-select:focus {
  outline: none;
  border-color: #61B466;
  box-shadow: inset 1px 2px 3px 0 #61b46614 1px 4px 28px 0 #61b46617
}

.reach-pg .form-input::placeholder {
  color: #3336
}

.reach-pg .form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%2361B466' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 48px;
  cursor: pointer
}

.reach-pg .form-select:hover {
  border-color: #5E158B
}

.reach-pg .privacy-group {
  display: flex;
  align-items: start;
  gap: 16px;
  padding: 16px;
  background: #f9d0de33;
  border-radius: 7px;
  border: 1px solid #5e158b33
}

.reach-pg .privacy-checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  accent-color: #61B466;
  flex-shrink: 0;
  margin-top: 2px
}

.reach-pg .privacy-label {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  cursor: pointer
}

.reach-pg .privacy-label a {
  color: #5E158B;
  text-decoration: none !important;
  border-bottom: 3px solid #5E158B;
  transition: color .24s cubic-bezier(0.68, -0.55, 0.27, 1.55), border-color .24s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.reach-pg .privacy-label a:hover {
  color: #61B466;
  border-bottom-color: #61B466
}

.reach-pg .submit-btn {
  padding: 16px 40px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  color: #FFF;
  background: linear-gradient(135deg, #61B466 0%, #5E158B 100%);
  border: none;
  border-radius: 7px;
  cursor: pointer;
  transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .32s cubic-bezier(0.34, 1.56, 0.64, 1), background .32s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 1px 3px 3px 0 #5e158b0d 1px 4px 28px 0 #5e158b17;
  align-self: flex-start
}

.reach-pg .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 1px 8px 44px 0 #5e158b21;
  background: linear-gradient(135deg, #5E158B 0%, #61B466 100%)
}

.reach-pg .submit-btn:active {
  transform: translateY(0);
  box-shadow: inset 1px 2px 4px 0 #5e158b33
}

@keyframes contrast-breathe {

  0%,
  100% {
    filter: contrast(1)
  }

  50% {
    filter: contrast(1.15)
  }
}

.reach-pg .form-section {
  animation: contrast-breathe 8s ease-in-out infinite
}

@media (max-width: 1024px) {
  .reach-pg .intro-heading {
    font-size: 41px
  }

  .reach-pg .form-container {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .reach-pg .info-heading,
  .reach-pg .form-heading {
    font-size: 24px
  }
}

@media (max-width: 768px) {
  .reach-pg .intro-zone {
    padding: 40px 16px
  }

  .reach-pg .intro-heading {
    font-size: 24px
  }

  .reach-pg .intro-img-wrap {
    display: none
  }

  .reach-pg .intro-zone::before,
  .reach-pg .intro-zone::after {
    display: none
  }

  .reach-pg .form-section {
    padding: 40px 16px
  }

  .reach-pg .info-card {
    padding: 16px
  }

  .reach-pg .info-value {
    font-size: 15px
  }
}

@media (max-width: 320px) {
  .reach-pg .intro-txt-area {
    padding: 16px
  }

  .reach-pg .intro-heading {
    font-size: 24px
  }

  .reach-pg .info-blocks {
    gap: 16px
  }
}

.svc-page {
  background: linear-gradient(90deg, #F9D0DE 0%, #fff 100%);
  overflow-x: clip
}

.svc-page .svc-hero {
  max-width: 1170px;
  margin: 0 auto;
  padding: 120px 16px 160px;
  position: relative
}

.svc-page .svc-hero::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #61b46614;
  top: 40px;
  left: -80px;
  z-index: 1
}

.svc-page .svc-hero::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #5e158b0f;
  top: 180px;
  left: 120px;
  z-index: 1
}

.svc-page .hero-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 2
}

.svc-page .hero-txt {
  max-width: 720px
}

.svc-page .hero-hd {
  font-size: 70px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 24px;
  font-weight: 700
}

.svc-page .hero-intro {
  font-size: 24px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0 0 16px
}

.svc-page .hero-thesis {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0
}

.svc-page .hero-img-wrap {
  position: relative;
  width: 100%;
  max-width: 480px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 1px 8px 44px 0 #5e158b21
}

.svc-page .hero-img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(180deg, #0006 0%, #0000 100%);
  z-index: 2;
  pointer-events: none
}

.svc-page .hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover
}

.svc-page .offers-outer {
  background: #fff;
  padding: 80px 0;
  position: relative
}

.svc-page .offers-outer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, #61B466 0px, #61B466 8px, transparent 8px, transparent 16px)
}

.svc-page .offers-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px
}

.svc-page .offers-hd {
  font-size: 41px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 40px;
  font-weight: 700;
  text-align: center
}

.svc-page .svc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px
}

.svc-page .svc-card {
  background: #fff;
  border: 3px solid #61B466;
  border-radius: 12px;
  padding: 40px;
  position: relative;
  box-shadow: 1px 4px 28px 0 #61b46617;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden
}

.svc-page .svc-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background: #61b46608;
  transition: width .32s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 1
}

.svc-page .svc-card:hover::before {
  width: 100%
}

.svc-page .svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 1px 8px 44px 0 #61b46621
}

.svc-page .card-content {
  position: relative;
  z-index: 2
}

.svc-page .card-hd {
  font-size: 24px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 16px;
  font-weight: 700
}

.svc-page .card-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0 0 16px
}

.svc-page .card-txt:last-child {
  margin-bottom: 0
}

.svc-page .approach-outer {
  background: linear-gradient(270deg, #5E158B 0%, #5e158b00 100%);
  padding: 80px 0;
  position: relative
}

.svc-page .approach-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px
}

.svc-page .approach-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px
}

.svc-page .approach-txt-zone {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.svc-page .approach-hd {
  font-size: 41px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0;
  font-weight: 700
}

.svc-page .approach-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0
}

.svc-page .approach-img-zone {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.svc-page .portrait-frame {
  position: relative;
  border-radius: 48px;
  overflow: hidden;
  box-shadow: 1px 4px 28px 0 #5e158b17;
  aspect-ratio: 2/3
}

.svc-page .portrait-frame::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #5e158bd9;
  transition: height .3s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3
}

.svc-page .portrait-frame:hover::after {
  height: 100%
}

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

.svc-page .portrait-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  z-index: 4;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-page .portrait-frame:hover .portrait-caption {
  opacity: 1;
  transform: translateY(0)
}

.svc-page .caption-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 8px;
  display: block
}

.svc-page .caption-role {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  display: block
}

.svc-page .process-outer {
  background: #fff;
  padding: 80px 0;
  position: relative
}

.svc-page .process-outer::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, #5E158B 0px, #5E158B 8px, transparent 8px, transparent 16px)
}

.svc-page .process-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px
}

.svc-page .process-hd {
  font-size: 41px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 40px;
  font-weight: 700
}

.svc-page .process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 40px
}

.svc-page .step-box {
  background: #fff;
  border: 2px solid #F9D0DE;
  border-radius: 12px;
  padding: 40px;
  position: relative;
  transition: border-color .24s cubic-bezier(0.34, 1.56, 0.64, 1), background .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-page .step-box:hover {
  border-color: #61B466;
  background: #61b4660a
}

.svc-page .step-num {
  font-size: 70px;
  line-height: 1.2;
  color: #F9D0DE;
  font-weight: 700;
  margin: 0 0 16px;
  transition: color .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc-page .step-box:hover .step-num {
  color: #61B466
}

.svc-page .step-hd {
  font-size: 24px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 16px;
  font-weight: 700
}

.svc-page .step-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0
}

.svc-page .step-box.wide {
  grid-column: span 1
}

.svc-page .faq-outer {
  background: linear-gradient(270deg, #61B466 0%, #61b46600 100%);
  padding: 80px 0;
  position: relative
}

.svc-page .faq-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px
}

.svc-page .faq-hd {
  font-size: 41px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 40px;
  font-weight: 700;
  text-align: center
}

.svc-page .faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.svc-page .faq-item {
  background: #fff;
  border: 1px solid #61B466;
  border-left: 8px solid #61B466;
  border-radius: 7px;
  padding: 40px;
  box-shadow: 1px 3px 3px 0 #61b4660d
}

.svc-page .faq-q {
  font-size: 24px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 16px;
  font-weight: 700
}

.svc-page .faq-a {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0
}

.svc-page .decor-dots {
  position: absolute;
  bottom: 40px;
  right: 80px;
  display: flex;
  gap: 16px;
  z-index: 1;
  pointer-events: none
}

.svc-page .dot {
  border-radius: 50%;
  background: #f9d0de66;
  animation: float-loop 4s ease-in-out infinite
}

.svc-page .dot.sm {
  width: 24px;
  height: 24px;
  animation-delay: 0s
}

.svc-page .dot.md {
  width: 48px;
  height: 48px;
  animation-delay: .8s
}

.svc-page .dot.lg {
  width: 72px;
  height: 72px;
  animation-delay: 1.6s
}

@keyframes float-loop {

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

  25% {
    transform: translateY(-12px) translateX(8px)
  }

  50% {
    transform: translateY(-8px) translateX(-8px)
  }

  75% {
    transform: translateY(8px) translateX(4px)
  }
}

.svc-page .cta-outer {
  background: #5E158B;
  padding: 80px 0;
  position: relative
}

.svc-page .cta-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center
}

.svc-page .cta-hd {
  font-size: 41px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 24px;
  font-weight: 700
}

.svc-page .cta-txt {
  font-size: 24px;
  line-height: 1.6;
  color: #F9D0DE;
  margin: 0 0 40px
}

.svc-page .cta-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #61B466;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  transition: background .26s cubic-bezier(0.34, 1.56, 0.64, 1), transform .26s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 1px 4px 28px 0 #61b46617;
  text-decoration: none
}

.svc-page .cta-btn:hover {
  background: #4f9956;
  transform: translateY(-3px);
  box-shadow: 1px 8px 44px 0 #61b46621
}

.svc-page .cta-btn:active {
  transform: translateY(-1px)
}

@media (min-width: 768px) {
  .svc-page .hero-layout {
    flex-direction: row;
    align-items: center;
    gap: 80px
  }

  .svc-page .hero-txt {
    flex: 1
  }

  .svc-page .hero-img-wrap {
    flex-shrink: 0
  }

  .svc-page .svc-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .svc-page .approach-layout {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
  }
}

@media (min-width: 1024px) {
  .svc-page .process-grid {
    grid-template-columns: 1fr 1fr 2fr
  }

  .svc-page .step-box.wide {
    grid-column: span 1
  }
}

@media (max-width: 767px) {
  .svc-page .hero-hd {
    font-size: 41px
  }

  .svc-page .hero-intro {
    font-size: 15px
  }

  .svc-page .hero-img-wrap {
    display: none
  }

  .svc-page .offers-hd,
  .svc-page .approach-hd,
  .svc-page .process-hd,
  .svc-page .faq-hd,
  .svc-page .cta-hd {
    font-size: 24px
  }

  .svc-page .cta-txt {
    font-size: 15px
  }

  .svc-page .step-num {
    font-size: 41px
  }

  .svc-page .approach-img-zone {
    display: none
  }

  .svc-page .process-grid {
    grid-template-columns: 1fr
  }

  .svc-page .decor-dots {
    display: none
  }

  .svc-page .svc-hero {
    padding: 80px 16px
  }
}

.success-pg {
  background: linear-gradient(90deg, #5E158B 0%, #5e158b00 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 16px
}

.success-pg .wrap {
  max-width: 1170px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 1px 8px 44px 0 #5e158b21;
  padding: 80px 40px;
  text-align: center
}

.success-pg .icon-box {
  width: 120px;
  height: 120px;
  margin: 0 auto 40px;
  background: #61b4661f;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.success-pg .icon-box::before {
  content: '';
  position: absolute;
  width: 48px;
  height: 24px;
  border-left: 6px solid #61B466;
  border-bottom: 6px solid #61B466;
  transform: rotate(-45deg) translateY(-8px)
}

.success-pg .hdng {
  font-size: 41px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 16px;
  font-weight: 700
}

.success-pg .msg {
  font-size: 24px;
  line-height: 1.6;
  color: #2d2d2d;
  margin: 0 0 40px
}

.success-pg .detail {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0 0 40px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto
}

.success-pg .actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap
}

.success-pg .btn-primary {
  background: #61B466;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  padding: 16px 40px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  box-shadow: 1px 4px 28px 0 #61b46617;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success-pg .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 1px 8px 44px 0 #61b46621
}

.success-pg .btn-secondary {
  background: transparent;
  color: #5E158B;
  font-size: 15px;
  line-height: 1.6;
  padding: 16px 40px;
  border: 2px solid #5E158B;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: background .22s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .22s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success-pg .btn-secondary:hover {
  background: #5E158B;
  color: #fff;
  transform: translateY(-2px)
}

.success-pg .info-box {
  margin: 80px 0 0;
  padding: 40px;
  background: #f9d0de33;
  border-radius: 12px;
  border-left: 4px solid #F9D0DE
}

.success-pg .info-box .subhdng {
  font-size: 24px;
  line-height: 1.2;
  color: #5E158B;
  margin: 0 0 16px;
  font-weight: 700
}

.success-pg .info-box .txt {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0
}

.success-pg .contact-line {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a
}

.success-pg .contact-line a {
  color: #61B466;
  text-decoration: none;
  border-bottom: 3px solid #61B466;
  transition: border-color .32s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.success-pg .contact-line a:hover {
  border-bottom-color: #5E158B
}

@media (max-width: 768px) {
  .success-pg {
    padding: 40px 16px
  }

  .success-pg .wrap {
    padding: 40px 16px
  }

  .success-pg .icon-box {
    width: 90px;
    height: 90px;
    margin-bottom: 40px
  }

  .success-pg .icon-box::before {
    width: 36px;
    height: 18px;
    border-left-width: 5px;
    border-bottom-width: 5px
  }

  .success-pg .hdng {
    font-size: 24px
  }

  .success-pg .msg {
    font-size: 15px
  }

  .success-pg .actions {
    flex-direction: column
  }

  .success-pg .btn-primary,
  .success-pg .btn-secondary {
    width: 100%
  }

  .success-pg .info-box {
    margin-top: 40px;
    padding: 16px
  }

  .success-pg .info-box .subhdng {
    font-size: 15px
  }
}