@import "https://cdn.jsdelivr.net/npm/@fontsource/figtree@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/figtree@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/figtree@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/figtree@latest/700-italic.css";

* {
  box-sizing: border-box
}

html {
  font-size: 100%
}

body {
  margin: 0;
  font-family: 'Figtree', sans-serif
}

.skipnav {
  position: absolute;
  left: -9999px
}

.siteheader {
  background: linear-gradient(135deg, #A73EE7 0%, #7B22B8 55%, #11486B 100%);
  padding: 0;
  overflow: hidden;
  position: relative
}

.siteheader::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #a73ee72e;
  pointer-events: none
}

.headertop {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 40px 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px
}

.brandblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0
}

.logobox {
  width: 76px;
  height: 76px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 3px 3px 0 #a73ee712 0 6px 20px 0 #a73ee71c;
  border: 2px solid #fff9
}

.logobox img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
  opacity: 0;
  transition: opacity .18s ease-out
}

.logobox img.loaded {
  opacity: 1
}

.brandname {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center
}

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

.regionbadge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff1f;
  border: 1px solid #ffffff38;
  border-radius: 20px;
  padding: 4px 16px
}

.regionbadge svg {
  flex-shrink: 0
}

.regionlabel {
  font-size: 14px;
  color: #ffffffe6;
  line-height: 1.4
}

.headernav {
  background: #11486b73;
  border-top: 1px solid #ffffff24;
  margin-top: 16px
}

.headernav .pure-menu-horizontal {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px
}

.headernav .pure-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 8px 0
}

.headernav .pure-menu-item {
  display: flex
}

.headernav .pure-menu-link {
  color: #ffffffe0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background .15s ease-out, color .15s ease-out;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px
}

.headernav .pure-menu-link:hover,
.headernav .pure-menu-link:focus {
  background: #ffffff26;
  color: #fff;
  outline: none
}

.headernav .pure-menu-link:focus-visible {
  outline: 3px solid #A73EE7;
  outline-offset: 2px
}

.headernav .pure-menu-link .navicon {
  font-size: 16px;
  transition: transform .18s ease-out
}

.headernav .pure-menu-link:hover .navicon {
  transform: translateX(4px)
}

@media (max-width: 768px) {
  .headertop {
    padding: 16px 16px 8px;
    flex-direction: column;
    align-items: center;
    gap: 16px
  }

  .headerright {
    align-items: center;
    width: 100%
  }

  .headernav .pure-menu-horizontal {
    padding: 0 8px
  }

  .headernav .pure-menu-list {
    justify-content: center
  }

  .headernav .pure-menu-link {
    padding: 8px;
    font-size: 14px
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .headertop {
    padding: 40px 16px 16px
  }

  .headernav .pure-menu-horizontal {
    padding: 0 16px
  }
}

.sitefooter {
  background: #11486B;
  margin-top: 0
}

.footertop {
  background: #0d3a56;
  padding: 40px 0 0
}

.footertopinner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap
}

.footerbrand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 180px
}

.footerlogobox {
  width: 68px;
  height: 68px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 3px 3px 0 #11486b12 0 6px 20px 0 #11486b1c;
  border: 2px solid #ffffff4d
}

.footerlogobox img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  opacity: 0;
  transition: opacity .22s ease-out
}

.footerlogobox img.loaded {
  opacity: 1
}

.footertagline {
  font-size: 14px;
  color: #ffffffb3;
  line-height: 1.7;
  max-width: 200px
}

.footercontact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 200px
}

.footercontactheading {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff80;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 8px
}

.footercontactitem {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffffd9;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .15s ease-out
}

.footercontactitem:hover,
.footercontactitem:focus {
  color: #fff
}

.footercontactitem:focus-visible {
  outline: 3px solid #A73EE7;
  outline-offset: 2px;
  border-radius: 4px
}

.footercontactitem i {
  font-size: 16px;
  color: #A73EE7;
  flex-shrink: 0
}

.footerhours {
  min-width: 180px
}

.footerhoursheading {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff80;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 16px
}

.hoursrow {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px
}

.hoursday {
  font-size: 14px;
  color: #ffffffb3;
  line-height: 1.4
}

.hourstime {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4
}

.footerdivider {
  height: 1px;
  background: #ffffff1a;
  max-width: 1170px;
  margin: 0 auto
}

.footerbottom {
  max-width: 1170px;
  margin: 0 auto;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.footernav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center
}

.footernavlink {
  font-size: 14px;
  color: #fff9;
  text-decoration: none;
  padding: 8px;
  border-radius: 4px;
  line-height: 1.4;
  transition: color .18s ease-out;
  min-height: 44px;
  display: flex;
  align-items: center
}

.footernavlink:hover,
.footernavlink:focus {
  color: #fffffff2
}

.footernavlink:focus-visible {
  outline: 3px solid #A73EE7;
  outline-offset: 2px
}

.footercopy {
  font-size: 14px;
  color: #ffffff73;
  line-height: 1.4
}

@media (max-width: 768px) {
  .footertopinner {
    padding: 0 16px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px
  }

  .footerbottom {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start
  }

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

@media (min-width: 769px) and (max-width: 1280px) {
  .footertopinner {
    padding: 0 16px 40px
  }

  .footerbottom {
    padding: 16px
  }
}

.cookiepopup {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 1000;
  width: 320px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 9px 44px 0 #a73ee724;
  border: 1px solid #a73ee72e;
  padding: 16px;
  display: none
}

.cookiedesc {
  font-size: 14px;
  color: #11486B;
  line-height: 1.7;
  margin-bottom: 16px;
  font-family: 'Figtree', sans-serif
}

.cookiepanel {
  background: #F8F6F1;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 16px;
  display: none
}

.cookiepanel.open {
  display: block
}

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

.cookietogglename {
  font-size: 14px;
  font-weight: 700;
  color: #11486B;
  line-height: 1.4;
  font-family: 'Figtree', sans-serif
}

.cookiecheckbox {
  width: 20px;
  height: 20px;
  accent-color: #A73EE7;
  cursor: pointer
}

.cookieessential {
  font-size: 14px;
  color: #11486B;
  line-height: 1.4;
  font-family: 'Figtree', sans-serif;
  opacity: .6;
  margin-top: 8px
}

.cookiebtnrow {
  display: flex;
  gap: 8px
}

.cookiebtn {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Figtree', sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  padding: 8px;
  min-height: 44px;
  cursor: pointer;
  transition: background .15s ease-out, color .15s ease-out;
  line-height: 1.4
}

.cookiebtn.accept {
  background: #A73EE7;
  color: #fff
}

.cookiebtn.accept:hover,
.cookiebtn.accept:focus {
  background: #8f2fd0
}

.cookiebtn.accept:focus-visible {
  outline: 3px solid #A73EE7;
  outline-offset: 2px
}

.cookiebtn.decline {
  background: #F8F6F1;
  color: #11486B;
  border: 1px solid #11486b33
}

.cookiebtn.decline:hover,
.cookiebtn.decline:focus {
  background: #ede9e0
}

.cookiebtn.decline:focus-visible {
  outline: 3px solid #A73EE7;
  outline-offset: 2px
}

.cookiedetailsbtn {
  background: none;
  border: none;
  font-size: 14px;
  color: #A73EE7;
  font-family: 'Figtree', sans-serif;
  cursor: pointer;
  padding: 0;
  line-height: 1.4;
  text-decoration: underline;
  margin-bottom: 16px;
  display: block
}

.cookiedetailsbtn:focus-visible {
  outline: 3px solid #A73EE7;
  outline-offset: 2px;
  border-radius: 4px
}

.settingsbtn {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 999;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #A73EE7;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px 0 #a73ee71c;
  transition: background .15s ease-out
}

.settingsbtn:hover,
.settingsbtn:focus {
  background: #8f2fd0
}

.settingsbtn:focus-visible {
  outline: 3px solid #A73EE7;
  outline-offset: 2px
}

.settingsbtn i {
  color: #fff;
  font-size: 20px
}

.settingsbtn.showing {
  display: flex
}

.rules-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #11486B;
  line-height: 1.7;
  font-size: 16px
}

.rules-content h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #11486B;
  margin-bottom: 40px;
  margin-top: 0
}

.rules-content h2 {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin-top: 80px;
  margin-bottom: 16px
}

.rules-content h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #11486B;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .04em
}

.rules-content h4 {
  font-size: 16px;
  line-height: 1.4;
  color: #A73EE7;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 8px
}

.rules-content h5 {
  font-size: 14px;
  line-height: 1.4;
  color: #11486B;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 8px
}

.rules-content h6 {
  font-size: 14px;
  line-height: 1.4;
  color: #A73EE7;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px
}

.rules-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #11486B;
  margin-top: 0;
  margin-bottom: 16px
}

.rules-content ul {
  margin: 0 0 16px;
  padding-left: 40px;
  list-style: none
}

.rules-content ol {
  margin: 0 0 16px;
  padding-left: 40px;
  list-style: none;
  counter-reset: policy-counter
}

.rules-content ul li {
  font-size: 16px;
  line-height: 1.7;
  color: #11486B;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px
}

.rules-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #A73EE7
}

.rules-content ol li {
  font-size: 16px;
  line-height: 1.7;
  color: #11486B;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
  counter-increment: policy-counter
}

.rules-content ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: -16px;
  top: 0;
  color: #A73EE7;
  font-weight: 600;
  font-size: 14px;
  min-width: 24px
}

.rules-content ul ul,
.rules-content ol ol,
.rules-content ul ol,
.rules-content ol ul {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 16px
}

.rules-content ul ul li::before {
  width: 4px;
  height: 4px;
  background-color: #11486B;
  opacity: .5
}

.rules-content em,
.rules-content i {
  font-style: italic;
  color: inherit
}

.rules-content strong em,
.rules-content em strong {
  color: #A73EE7
}

.rules-content a {
  color: #A73EE7;
  text-decoration: underline;
  text-decoration-color: #a73ee759;
  text-underline-offset: 3px;
  transition: color .18s ease-out, text-decoration-color .15s ease-out
}

.rules-content a:hover {
  color: #11486B;
  text-decoration-color: #11486b99
}

.rules-content a:visited {
  color: #8a30c0
}

.rules-content hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #a73ee740 20%, #11486b2e 80%, transparent);
  margin: 80px 0
}

.rules-content div {
  font-size: 16px;
  line-height: 1.7
}

.rules-content div+div {
  margin-top: 16px
}

@media (max-width: 1280px) {
  .rules-content {
    padding: 80px 40px
  }

  .rules-content h1 {
    font-size: 62px
  }
}

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

  .rules-content h1 {
    font-size: 33px;
    line-height: 1.1;
    margin-bottom: 40px
  }

  .rules-content h2 {
    font-size: 33px;
    margin-top: 40px
  }

  .rules-content h3 {
    margin-top: 40px
  }

  .rules-content h4 {
    margin-top: 16px
  }

  .rules-content hr {
    margin: 40px 0
  }

  .rules-content ul,
  .rules-content ol {
    padding-left: 16px
  }
}

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

.bys .pgrp {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px
}

.bys .load-blur {
  animation: blurIn .55s cubic-bezier(0.4, 0, 0.6, 1) forwards
}

@keyframes blurIn {
  from {
    filter: blur(8px);
    opacity: 0
  }

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

.bys .img-fade {
  opacity: 0;
  transition: opacity .22s ease-out
}

.bys .img-fade.loaded {
  opacity: 1
}

.bys .underline-draw {
  position: relative;
  display: inline-block
}

.bys .underline-draw::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #A73EE7;
  animation: drawLine .55s .4s cubic-bezier(0.4, 0, 0.6, 1) forwards
}

@keyframes drawLine {
  to {
    width: 100%
  }
}

.bys .divider-tri {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 0
}

.bys .divider-tri svg {
  display: block
}

.bys .divider-line {
  width: 80px;
  height: 1px;
  background: linear-gradient(to left, #11486B, transparent)
}

.bys .divider-line.rev {
  background: linear-gradient(to right, #11486B, transparent)
}

.bys .titblock {
  padding: 40px 0 80px;
  background: #fff
}

.bys .titblock .inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px
}

.bys .titblock .textside {
  flex: 1 1 0;
  min-width: 0
}

.bys .titblock .imgside {
  flex: 0 0 320px;
  width: 320px
}

.bys .titblock .badgelabel {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background: #11486B;
  padding: 4px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.bys .titblock h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px
}

.bys .titblock h1 .firstword {
  font-size: 62px;
  color: #A73EE7;
  display: block
}

.bys .titblock .subdesc {
  font-size: 16px;
  line-height: 1.7;
  color: #2d3748;
  max-width: 520px;
  margin: 0 0 40px
}

.bys .titblock .ctarow {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.bys .titblock .btnprimary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #A73EE7;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 16px 40px;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  box-shadow: 0 6px 20px 0 #a73ee71c;
  transition: box-shadow .18s ease-out, background .15s ease-out;
  border: none;
  cursor: pointer
}

.bys .titblock .btnprimary:hover {
  background: #8f2fd0;
  box-shadow: 0 9px 44px 0 #a73ee724
}

.bys .titblock .btnprimary:hover .arricn {
  transform: translateX(4px)
}

.bys .titblock .btnprimary .arricn {
  transition: transform .15s ease-out
}

.bys .titblock .statrow {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap
}

.bys .titblock .statitem {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.bys .titblock .statnum {
  font-size: 33px;
  line-height: 1.1;
  color: #A73EE7;
  font-weight: 700
}

.bys .titblock .statlbl {
  font-size: 14px;
  line-height: 1.4;
  color: #11486B
}

.bys .titblock .imgcard {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 9px 44px 0 #11486b24;
  position: relative
}

.bys .titblock .imgcard img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.15)
}

.bys .titblock .imgcard .imgbadge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #11486be0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 16px;
  border-radius: 6px;
  backdrop-filter: blur(4px)
}

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

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

.bys .readiness {
  background: #F8F6F1;
  padding: 80px 0 40px;
  position: relative
}

.bys .readiness .stripe-bg {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 28px, #11486b0a 28px, #11486b0a 29px);
  pointer-events: none
}

.bys .readiness .rhead {
  text-align: center;
  margin-bottom: 40px
}

.bys .readiness .rhead h2 {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px
}

.bys .readiness .rhead h2 .big {
  font-size: 62px;
  display: block;
  color: #A73EE7
}

.bys .readiness .rhead p {
  font-size: 16px;
  line-height: 1.7;
  color: #2d3748;
  max-width: 600px;
  margin: 0 auto
}

.bys .readiness .checkgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.bys .readiness .checkitem {
  background: #fff;
  border-radius: 20px;
  padding: 40px 16px 16px;
  box-shadow: 0 3px 3px 0 #a73ee712;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .18s ease-out, transform .15s ease-out;
  cursor: default
}

.bys .readiness .checkgrid:hover .checkitem {
  transform: scale(0.97);
  opacity: .85
}

.bys .readiness .checkgrid:hover .checkitem:hover {
  transform: scale(1.03);
  opacity: 1;
  box-shadow: 0 9px 44px 0 #a73ee724
}

.bys .readiness .checkitem .icnwrap {
  width: 40px;
  height: 40px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px
}

.bys .readiness .checkitem .icnwrap.yes {
  background: #a73ee71a
}

.bys .readiness .checkitem .icnwrap.no {
  background: #11486b1a
}

.bys .readiness .checkitem h4 {
  font-size: 16px;
  line-height: 1.4;
  color: #11486B;
  margin: 0;
  font-weight: 700
}

.bys .readiness .checkitem p {
  font-size: 14px;
  line-height: 1.7;
  color: #4a5568;
  margin: 0
}

.bys .readiness .checkitem .mark {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 4px
}

.bys .readiness .checkitem .mark.yes {
  color: #A73EE7
}

.bys .readiness .checkitem .mark.no {
  color: #11486B
}

.bys .expect {
  background: #fff;
  padding: 80px 0
}

.bys .expect .exlayout {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.bys .expect .exleft {
  flex: 0 0 340px;
  width: 340px
}

.bys .expect .exright {
  flex: 1 1 0;
  min-width: 0
}

.bys .expect h2 {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px
}

.bys .expect h2 .big {
  font-size: 62px;
  display: block;
  color: #A73EE7
}

.bys .expect .exleft p {
  font-size: 16px;
  line-height: 1.7;
  color: #2d3748;
  margin: 0 0 16px
}

.bys .expect .exleft .note {
  font-size: 14px;
  line-height: 1.7;
  color: #11486B;
  background: #a73ee70f;
  border-radius: 6px;
  padding: 16px;
  margin-top: 16px
}

.bys .expect .steplist {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.bys .expect .stepitem {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 6px;
  border: 1.5px solid #a73ee71f;
  transition: border-color .16s ease-out, box-shadow .18s ease-out
}

.bys .expect .stepitem:hover {
  border-color: #A73EE7;
  box-shadow: 0 6px 20px 0 #a73ee71c
}

.bys .expect .stepnum {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 36px;
  background: linear-gradient(to left, #A73EE7, #11486B);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1
}

.bys .expect .steptxt h5 {
  font-size: 16px;
  line-height: 1.4;
  color: #11486B;
  margin: 0 0 4px;
  font-weight: 700
}

.bys .expect .steptxt p {
  font-size: 14px;
  line-height: 1.7;
  color: #4a5568;
  margin: 0
}

.bys .prep {
  background: #11486B;
  padding: 80px 0;
  position: relative
}

.bys .prep .preplayout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.bys .prep .prephead {
  grid-column: 1 / -1;
  margin-bottom: 8px
}

.bys .prep .prephead h2 {
  font-size: 33px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 16px
}

.bys .prep .prephead h2 .big {
  font-size: 62px;
  display: block;
  color: #A73EE7
}

.bys .prep .prephead p {
  font-size: 16px;
  line-height: 1.7;
  color: #fffc;
  max-width: 600px;
  margin: 0
}

.bys .prep .prepcol {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.bys .prep .preprow {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 6px;
  background: #ffffff0f;
  box-shadow: inset 0 1px 0 0 #ffffff14;
  transition: background .16s ease-out
}

.bys .prep .preprow:hover {
  background: #ffffff1f
}

.bys .prep .preprow .dashmark {
  flex: 0 0 20px;
  color: #A73EE7;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7
}

.bys .prep .preprow .prepdesc h6 {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 4px;
  font-weight: 700
}

.bys .prep .preprow .prepdesc p {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffffb3;
  margin: 0
}

.bys .prep .ctabox {
  grid-column: 1 / -1;
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  background: #a73ee726;
  border-radius: 20px;
  padding: 40px;
  flex-wrap: wrap
}

.bys .prep .ctabox p {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffffe6;
  margin: 0;
  flex: 1 1 260px
}

.bys .prep .ctabox .btnout {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 16px 40px;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  border: 2px solid #A73EE7;
  transition: background .15s ease-out, color .15s ease-out;
  cursor: pointer;
  white-space: nowrap
}

.bys .prep .ctabox .btnout:hover {
  background: #A73EE7;
  color: #fff
}

.bys .prep .ctabox .btnout:hover .arricn {
  transform: translateX(4px)
}

.bys .prep .ctabox .btnout .arricn {
  transition: transform .15s ease-out
}

@media (max-width: 1280px) {
  .bys .titblock h1 {
    font-size: 48px
  }

  .bys .titblock h1 .firstword {
    font-size: 48px
  }

  .bys .titblock .imgside {
    flex: 0 0 260px;
    width: 260px
  }

  .bys .expect .exleft {
    flex: 0 0 280px;
    width: 280px
  }

  .bys .expect .exlayout {
    gap: 40px
  }
}

@media (max-width: 768px) {
  .bys .titblock {
    padding: 40px 0 80px
  }

  .bys .titblock .inner {
    flex-direction: column
  }

  .bys .titblock .imgside {
    flex: 0 0 auto;
    width: 100%
  }

  .bys .titblock h1 {
    font-size: 33px
  }

  .bys .titblock h1 .firstword {
    font-size: 33px
  }

  .bys .titblock .statrow {
    gap: 16px
  }

  .bys .readiness .checkgrid {
    grid-template-columns: 1fr
  }

  .bys .expect .exlayout {
    flex-direction: column
  }

  .bys .expect .exleft {
    flex: 0 0 auto;
    width: 100%
  }

  .bys .prep .preplayout {
    grid-template-columns: 1fr
  }

  .bys .prep .prephead {
    grid-column: 1
  }

  .bys .prep .ctabox {
    grid-column: 1;
    flex-direction: column;
    gap: 16px
  }

  .bys .readiness .rhead h2 .big {
    font-size: 33px
  }

  .bys .expect h2 .big {
    font-size: 33px
  }

  .bys .prep .prephead h2 .big {
    font-size: 33px
  }
}

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

.aboutus .au-limiter {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px
}

.aboutus .titlesec {
  background: linear-gradient(to left, #A73EE7, #11486B);
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px
}

.aboutus .titlesec .gridlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.aboutus .titlesec .gridlines svg {
  width: 100%;
  height: 100%;
  opacity: .06
}

.aboutus .titlesec .twopart {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.aboutus .titlesec .textside {
  flex: 1 1 55%
}

.aboutus .titlesec .imgside {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.aboutus .titlesec .pagelabel {
  font-size: 14px;
  line-height: 1.4;
  color: #f8f6f199;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px
}

.aboutus .titlesec .maintitle {
  font-size: 62px;
  line-height: 1.1;
  color: #F8F6F1;
  margin: 0 0 16px
}

.aboutus .titlesec .maintitle .firstword {
  display: block;
  font-size: 62px;
  line-height: 1.1
}

.aboutus .titlesec .maintitle .restwords {
  font-size: 33px;
  line-height: 1.4;
  display: block;
  color: #f8f6f1d9
}

.aboutus .titlesec .subdesc {
  font-size: 16px;
  line-height: 1.7;
  color: #f8f6f1cc;
  max-width: 480px;
  margin-top: 16px
}

.aboutus .titlesec .imgframe {
  width: 100%;
  max-width: 380px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 9px 44px 0 #a73ee724;
  position: relative
}

.aboutus .titlesec .imgframe img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.15);
  opacity: 0;
  transition: opacity .22s ease-out
}

.aboutus .titlesec .imgframe img.loaded {
  opacity: 1
}

.aboutus .titlesec .imgframe:hover img {
  filter: grayscale(60%) contrast(1.05)
}

.aboutus .titlesec .dashedborder {
  border: 2px dashed #f8f6f140;
  border-radius: 6px;
  padding: 16px;
  margin-top: 16px;
  max-width: 380px
}

.aboutus .titlesec .dashedborder .factrow {
  display: flex;
  flex-direction: row;
  gap: 40px
}

.aboutus .titlesec .dashedborder .factitem {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.aboutus .titlesec .dashedborder .factnum {
  font-size: 33px;
  line-height: 1.1;
  color: #F8F6F1;
  font-weight: 700
}

.aboutus .titlesec .dashedborder .factlabel {
  font-size: 14px;
  line-height: 1.4;
  color: #f8f6f199
}

.aboutus .titlesec .underlineword {
  position: relative;
  display: inline-block
}

.aboutus .titlesec .underlineword::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 0;
  background: #A73EE7;
  border-radius: 4px;
  animation: drawline .22s cubic-bezier(0.4, 0, 0.6, 1) .4s forwards
}

@keyframes drawline {
  to {
    width: 100%
  }
}

.aboutus .titlesec .imgframe {
  clip-path: inset(0 100% 0 0);
  animation: revealclip .22s cubic-bezier(0.4, 0, 0.6, 1) .15s forwards
}

@keyframes revealclip {
  to {
    clip-path: inset(0 0% 0 0)
  }
}

.aboutus .storysec {
  background-color: #F8F6F1;
  padding-top: 80px;
  padding-bottom: 80px
}

.aboutus .storysec .storyinner {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.aboutus .storysec .storyleft {
  flex: 0 0 320px;
  position: relative
}

.aboutus .storysec .storyright {
  flex: 1 1 0
}

.aboutus .storysec .storyleft .imgwrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 #11486b1c;
  position: relative
}

.aboutus .storysec .storyleft .imgwrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity .18s ease-out
}

.aboutus .storysec .storyleft .imgwrap img.loaded {
  opacity: 1
}

.aboutus .storysec .storyleft .imgwrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #a73ee72e, transparent);
  pointer-events: none;
  border-radius: 20px;
  opacity: 0;
  transition: opacity .15s ease-out
}

.aboutus .storysec .storyleft .imgwrap:hover::after {
  opacity: 1
}

.aboutus .storysec .storyleft .svgring {
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  pointer-events: none
}

.aboutus .storysec .storyleft .svgring rect {
  fill: none;
  stroke: #A73EE7;
  stroke-width: 2;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  rx: 24;
  ry: 24;
  animation: svgdraw .22s cubic-bezier(0.4, 0, 0.6, 1) .5s forwards
}

@keyframes svgdraw {
  to {
    stroke-dashoffset: 0
  }
}

.aboutus .storysec .sectag {
  font-size: 14px;
  line-height: 1.4;
  color: #A73EE7;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px
}

.aboutus .storysec .sectitle {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px
}

.aboutus .storysec .sectitle .firstword {
  font-size: 33px;
  font-weight: 700
}

.aboutus .storysec .intropara {
  font-size: 16px;
  line-height: 1.7;
  color: #11486B;
  margin-bottom: 16px
}

.aboutus .storysec .twocols {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 16px
}

.aboutus .storysec .twocols .col {
  flex: 1 1 0
}

.aboutus .storysec .twocols .col p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3a4a;
  margin: 0 0 16px
}

.aboutus .storysec .twocols .col ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.aboutus .storysec .twocols .col ul li {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3a4a;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px
}

.aboutus .storysec .twocols .col ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #A73EE7
}

.aboutus .teamsec {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px
}

.aboutus .teamsec .teamhead {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 40px
}

.aboutus .teamsec .teamhead .headleft {
  flex: 1 1 0
}

.aboutus .teamsec .teamhead .headright {
  flex: 0 0 320px
}

.aboutus .teamsec .teamtag {
  font-size: 14px;
  line-height: 1.4;
  color: #A73EE7;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px
}

.aboutus .teamsec .teamtitle {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0
}

.aboutus .teamsec .teamtitle .firstword {
  font-size: 33px;
  font-weight: 700
}

.aboutus .teamsec .teamdesc {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3a4a;
  margin: 0
}

.aboutus .teamsec .teamgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.aboutus .teamsec .personcard {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 3px 3px 0 #a73ee712;
  background: #F8F6F1;
  transition: box-shadow .18s ease-out, transform .15s ease-out;
  position: relative
}

.aboutus .teamsec .personcard:hover {
  box-shadow: 0 9px 44px 0 #a73ee724;
  transform: translateY(-4px)
}

.aboutus .teamsec .personcard .cardimgwrap {
  position: relative;
  overflow: hidden
}

.aboutus .teamsec .personcard .cardimgwrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: grayscale(30%);
  opacity: 0;
  transition: opacity .2s ease-out, filter .18s ease-out
}

.aboutus .teamsec .personcard .cardimgwrap img.loaded {
  opacity: 1
}

.aboutus .teamsec .personcard:hover .cardimgwrap img {
  filter: grayscale(0%)
}

.aboutus .teamsec .personcard .cardbody {
  padding: 16px
}

.aboutus .teamsec .personcard .personname {
  font-size: 16px;
  line-height: 1.4;
  color: #11486B;
  font-weight: 700;
  margin: 0 0 4px
}

.aboutus .teamsec .personcard .personrole {
  font-size: 14px;
  line-height: 1.4;
  color: #A73EE7;
  margin: 0 0 8px
}

.aboutus .teamsec .personcard .personbio {
  font-size: 14px;
  line-height: 1.7;
  color: #2a3a4a;
  margin: 0
}

.aboutus .teamsec .personcard .cardtopbar {
  height: 4px;
  background: linear-gradient(to left, #A73EE7, #11486B)
}

.aboutus .teamsec .personcard .uniquebadge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #a73ee7e6;
  color: #F8F6F1;
  font-size: 14px;
  line-height: 1.4;
  padding: 4px 8px;
  border-radius: 4px
}

.aboutus .teamsec .extraimgrow {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 40px;
  align-items: stretch
}

.aboutus .teamsec .extraimgrow .extraimg {
  flex: 1 1 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 #11486b1c;
  position: relative
}

.aboutus .teamsec .extraimgrow .extraimg img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity .2s ease-out, transform .18s ease-out
}

.aboutus .teamsec .extraimgrow .extraimg img.loaded {
  opacity: 1
}

.aboutus .teamsec .extraimgrow .extraimg:hover img {
  transform: scale(1.03)
}

.aboutus .teamsec .extraimgrow .extratextblock {
  flex: 1 1 0;
  background: linear-gradient(to left, #a73ee714, transparent);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  border: 1px dashed #a73ee740
}

.aboutus .teamsec .extraimgrow .extratextblock .etitle {
  font-size: 16px;
  line-height: 1.4;
  color: #11486B;
  font-weight: 700;
  margin: 0
}

.aboutus .teamsec .extraimgrow .extratextblock .edesc {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3a4a;
  margin: 0
}

.aboutus .teamsec .extraimgrow .extratextblock .elink {
  font-size: 16px;
  line-height: 1.4;
  color: #A73EE7;
  text-decoration: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  transition: gap .15s ease-out
}

.aboutus .teamsec .extraimgrow .extratextblock .elink:hover {
  gap: 16px
}

.aboutus .teamsec .extraimgrow .extratextblock .elink svg {
  flex-shrink: 0;
  transition: transform .15s ease-out
}

.aboutus .teamsec .extraimgrow .extratextblock .elink:hover svg {
  transform: translateX(4px)
}

@media (max-width: 1280px) {
  .aboutus .au-limiter {
    padding-left: 40px;
    padding-right: 40px
  }

  .aboutus .teamsec .teamgrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
  }
}

@media (max-width: 768px) {
  .aboutus .au-limiter {
    padding-left: 16px;
    padding-right: 16px
  }

  .aboutus .titlesec {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .aboutus .titlesec .twopart {
    flex-direction: column;
    gap: 40px
  }

  .aboutus .titlesec .textside {
    flex: 1 1 auto
  }

  .aboutus .titlesec .imgside {
    flex: 1 1 auto;
    align-items: flex-start;
    width: 100%
  }

  .aboutus .titlesec .imgframe {
    max-width: 100%
  }

  .aboutus .titlesec .dashedborder {
    max-width: 100%
  }

  .aboutus .titlesec .maintitle {
    font-size: 33px
  }

  .aboutus .titlesec .maintitle .firstword {
    font-size: 33px
  }

  .aboutus .titlesec .maintitle .restwords {
    font-size: 16px
  }

  .aboutus .storysec {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .aboutus .storysec .storyinner {
    flex-direction: column;
    gap: 40px
  }

  .aboutus .storysec .storyleft {
    flex: 1 1 auto;
    width: 100%
  }

  .aboutus .storysec .twocols {
    flex-direction: column;
    gap: 16px
  }

  .aboutus .teamsec {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .aboutus .teamsec .teamhead {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .aboutus .teamsec .teamhead .headright {
    flex: 1 1 auto
  }

  .aboutus .teamsec .teamgrid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .aboutus .teamsec .extraimgrow {
    flex-direction: column;
    gap: 16px
  }

  .aboutus .teamsec .extraimgrow .extratextblock {
    padding: 16px
  }
}

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

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

.lrnprog .reveal {
  animation: scaleReveal .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes scaleReveal {
  from {
    opacity: 0;
    transform: scale(0.9)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.lrnprog .imgfade {
  opacity: 0;
  transition: opacity .18s ease-out
}

.lrnprog .imgfade.loaded {
  opacity: 1
}

.lrnprog .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 40px 0
}

.lrnprog .divider span {
  display: block;
  width: 32px;
  height: 2px;
  background: #A73EE7;
  border-radius: 4px
}

.lrnprog .divider svg {
  width: 8px;
  height: 8px
}

.lrnprog .accent-underline {
  position: relative;
  display: inline-block
}

.lrnprog .accent-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  background: #A73EE7;
  border-radius: 4px;
  animation: drawLine .35s cubic-bezier(0.4, 0, 0.6, 1) .4s forwards
}

@keyframes drawLine {
  to {
    width: 100%
  }
}

.lrnprog .smallcircle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #A73EE7;
  margin-right: 8px;
  flex-shrink: 0
}

.lrnprog .titleband {
  background: #F8F6F1;
  padding: 40px 0;
  position: relative;
  overflow: hidden
}

.lrnprog .titleband-bg-num {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 200px;
  line-height: 1.1;
  font-weight: 900;
  color: #A73EE7;
  opacity: .05;
  pointer-events: none;
  user-select: none;
  white-space: nowrap
}

.lrnprog .titleband-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px
}

.lrnprog .titleband-img-col {
  flex: 0 0 420px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 #a73ee71c
}

.lrnprog .titleband-img-col img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 6px
}

.lrnprog .titleband-img-col::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(to top, #11486b8c, transparent);
  pointer-events: none;
  border-radius: 0 0 6px 6px
}

.lrnprog .titleband-img-border {
  position: absolute;
  top: 8px;
  left: 8px;
  right: -8px;
  bottom: -8px;
  border: 2px solid #A73EE7;
  border-radius: 6px;
  pointer-events: none;
  z-index: 0
}

.lrnprog .titleband-img-wrap {
  position: relative;
  padding-right: 8px;
  padding-bottom: 8px
}

.lrnprog .titleband-text-col {
  flex: 1;
  min-width: 0
}

.lrnprog .titleband-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  color: #11486B;
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase
}

.lrnprog .titleband-h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px
}

.lrnprog .titleband-h1 strong {
  color: #A73EE7;
  font-weight: 900
}

.lrnprog .titleband-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #2d4a5a;
  margin: 0 0 16px;
  max-width: 480px
}

.lrnprog .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #A73EE7;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 3px 0 #a73ee712;
  transition: background .15s ease-out, box-shadow .18s ease-out
}

.lrnprog .btn-primary:hover {
  background: #8f2dcb;
  box-shadow: 0 6px 20px 0 #a73ee71c
}

.lrnprog .btn-primary:hover .btn-arrow {
  transform: translateX(4px)
}

.lrnprog .btn-arrow {
  display: inline-block;
  transition: transform .15s ease-out
}

.lrnprog .progstruct {
  background: #fff;
  padding: 80px 0;
  margin-left: 40px;
  margin-right: 0;
  position: relative
}

.lrnprog .progstruct::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #A73EE7, transparent);
  opacity: .03;
  pointer-events: none
}

.lrnprog .progstruct-geo {
  position: absolute;
  top: 40px;
  right: 80px;
  width: 120px;
  height: 120px;
  border: 2px solid #A73EE7;
  border-radius: 36px;
  opacity: .08;
  pointer-events: none;
  animation: geoPulse 3s ease-out infinite alternate
}

@keyframes geoPulse {
  from {
    opacity: .06;
    transform: scale(0.97)
  }

  to {
    opacity: .12;
    transform: scale(1.03)
  }
}

.lrnprog .progstruct-geo2 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 60px;
  height: 60px;
  border: 2px solid #11486B;
  border-radius: 20px;
  opacity: .07;
  pointer-events: none;
  animation: geoPulse 4s ease-out infinite alternate-reverse
}

.lrnprog .progstruct-top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px
}

.lrnprog .progstruct-heading {
  flex: 0 0 340px
}

.lrnprog .progstruct-h2 {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px
}

.lrnprog .progstruct-h2 em {
  font-style: normal;
  font-size: 62px;
  line-height: 1.1;
  color: #A73EE7;
  display: block
}

.lrnprog .progstruct-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #2d4a5a;
  margin: 0
}

.lrnprog .progstruct-narrative {
  flex: 1;
  min-width: 0
}

.lrnprog .progstruct-narr-p {
  font-size: 16px;
  line-height: 1.7;
  color: #2d4a5a;
  margin: 0 0 16px
}

.lrnprog .progstruct-narr-p:last-child {
  margin-bottom: 0
}

.lrnprog .ratio-bar-wrap {
  margin: 40px 0;
  padding: 40px;
  background: #F8F6F1;
  border-radius: 6px;
  box-shadow: 0 3px 3px 0 #11486b12
}

.lrnprog .ratio-bar-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px
}

.lrnprog .ratio-bar-label span {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #11486B;
  text-transform: uppercase;
  letter-spacing: .05em
}

.lrnprog .ratio-bar-label span.right {
  color: #A73EE7
}

.lrnprog .ratio-bar-track {
  width: 100%;
  height: 16px;
  background: #e8e2f4;
  border-radius: 4px;
  overflow: hidden
}

.lrnprog .ratio-bar-fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(to left, #A73EE7, #11486B);
  animation: fillBar .35s cubic-bezier(0.4, 0, 0.6, 1) .5s both
}

@keyframes fillBar {
  from {
    width: 0
  }

  to {
    width: 65%
  }
}

.lrnprog .ratio-bar-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 8px
}

.lrnprog .ratio-bar-meta span {
  font-size: 14px;
  line-height: 1.4;
  color: #5a7080
}

.lrnprog .module-table-wrap {
  overflow-x: auto;
  border-radius: 6px;
  box-shadow: 0 6px 20px 0 #a73ee71c
}

.lrnprog .module-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  border-radius: 6px
}

.lrnprog .module-table thead tr {
  background: #11486B;
  color: #fff
}

.lrnprog .module-table thead th {
  padding: 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase
}

.lrnprog .module-table tbody tr {
  border-bottom: 1px solid #f0eaf8;
  transition: background .15s ease-out
}

.lrnprog .module-table tbody tr:hover {
  background: #f8f4fd
}

.lrnprog .module-table tbody td {
  padding: 16px;
  color: #2d4a5a;
  vertical-align: top
}

.lrnprog .module-table .mod-num {
  font-weight: 700;
  color: #A73EE7;
  white-space: nowrap
}

.lrnprog .module-table .mod-type {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em
}

.lrnprog .mod-type.group {
  background: #e8f4f8;
  color: #11486B
}

.lrnprog .mod-type.individual {
  background: #f4e8fd;
  color: #A73EE7
}

.lrnprog .module-table .mod-hours {
  font-weight: 600;
  color: #11486B;
  white-space: nowrap
}

.lrnprog .module-cards {
  display: none
}

.lrnprog .howitworks {
  background: #11486B;
  padding: 80px 0;
  margin-right: 40px;
  margin-left: 0;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  padding-bottom: 120px
}

.lrnprog .howitworks-geo {
  position: absolute;
  top: 80px;
  left: 80px;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 36px;
  opacity: .06;
  pointer-events: none;
  animation: geoPulse 5s ease-out infinite alternate
}

.lrnprog .howitworks-h2 {
  font-size: 33px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 8px
}

.lrnprog .howitworks-h2 em {
  font-style: normal;
  font-size: 62px;
  line-height: 1.1;
  display: block;
  color: #A73EE7
}

.lrnprog .howitworks-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffffbf;
  margin: 0 0 40px;
  max-width: 560px
}

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

.lrnprog .step-card {
  background: #ffffff0d;
  border-radius: 6px;
  padding: 40px 16px;
  text-align: center;
  transition: background .18s ease-out, box-shadow .18s ease-out;
  cursor: default;
  position: relative
}

.lrnprog .step-card:hover {
  background: #ffffff1a;
  box-shadow: 0 9px 44px 0 #a73ee724
}

.lrnprog .step-card:hover .step-icon-wrap {
  filter: blur(0px);
  backdrop-filter: blur(4px)
}

.lrnprog .step-num {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 900;
  color: #A73EE7;
  opacity: .3;
  display: block;
  margin-bottom: 8px
}

.lrnprog .step-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 20px;
  background: #a73ee733;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: backdrop-filter .18s ease-out
}

.lrnprog .step-icon-wrap svg {
  width: 24px;
  height: 24px
}

.lrnprog .step-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px
}

.lrnprog .step-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffffb3;
  margin: 0
}

.lrnprog .faqsec {
  background: #F8F6F1;
  padding: 80px 0;
  margin-left: 40px;
  margin-right: 0;
  position: relative
}

.lrnprog .faqsec-geo {
  position: absolute;
  bottom: 80px;
  right: 80px;
  width: 100px;
  height: 100px;
  border: 2px solid #A73EE7;
  border-radius: 36px;
  opacity: .07;
  pointer-events: none;
  animation: geoPulse 6s ease-out infinite alternate
}

.lrnprog .faqsec-layout {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.lrnprog .faqsec-left {
  flex: 0 0 320px
}

.lrnprog .faqsec-h2 {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px
}

.lrnprog .faqsec-h2 em {
  font-style: normal;
  font-size: 62px;
  line-height: 1.1;
  color: #A73EE7;
  display: block
}

.lrnprog .faqsec-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #2d4a5a;
  margin: 0 0 40px
}

.lrnprog .faqsec-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  box-shadow: 0 6px 20px 0 #a73ee71c
}

.lrnprog .faqsec-right {
  flex: 1;
  min-width: 0
}

.lrnprog .faq-item {
  border-radius: 6px;
  background: #fff;
  margin-bottom: 8px;
  box-shadow: 0 3px 3px 0 #a73ee712;
  overflow: hidden
}

.lrnprog .faq-item:last-child {
  margin-bottom: 0
}

.lrnprog .faq-toggle {
  display: none
}

.lrnprog .faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  user-select: none;
  transition: background .15s ease-out
}

.lrnprog .faq-label:hover {
  background: #f8f4fd
}

.lrnprog .faq-q {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #11486B;
  flex: 1;
  padding-right: 16px
}

.lrnprog .faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  border-radius: 20px;
  background: #A73EE7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1), background .15s ease-out
}

.lrnprog .faq-icon::before,
.lrnprog .faq-icon::after {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 4px
}

.lrnprog .faq-icon::before {
  width: 10px;
  height: 2px
}

.lrnprog .faq-icon::after {
  width: 2px;
  height: 10px;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.lrnprog .faq-toggle:checked+.faq-label .faq-icon {
  transform: rotate(45deg);
  background: #11486B
}

.lrnprog .faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s cubic-bezier(0.4, 0, 0.6, 1)
}

.lrnprog .faq-toggle:checked~.faq-body {
  max-height: 300px
}

.lrnprog .faq-ans {
  font-size: 14px;
  line-height: 1.7;
  color: #2d4a5a;
  padding: 0 16px 16px
}

.lrnprog .faq-ans ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none
}

.lrnprog .faq-ans ul li {
  padding: 4px 0;
  padding-left: 16px;
  position: relative
}

.lrnprog .faq-ans ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #A73EE7;
  font-weight: 700
}

@media (max-width: 1280px) {
  .lrnprog .titleband-h1 {
    font-size: 33px
  }

  .lrnprog .titleband-img-col {
    flex: 0 0 320px
  }

  .lrnprog .progstruct {
    margin-left: 16px
  }

  .lrnprog .howitworks {
    margin-right: 16px
  }

  .lrnprog .faqsec {
    margin-left: 16px
  }

  .lrnprog .steps-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .lrnprog .titleband-grid {
    flex-direction: column
  }

  .lrnprog .titleband-img-col {
    flex: none;
    width: 100%
  }

  .lrnprog .titleband-h1 {
    font-size: 33px
  }

  .lrnprog .progstruct {
    margin-left: 0;
    padding: 40px 0
  }

  .lrnprog .progstruct-top {
    flex-direction: column;
    gap: 16px
  }

  .lrnprog .progstruct-heading {
    flex: none;
    width: 100%
  }

  .lrnprog .progstruct-h2 em {
    font-size: 33px
  }

  .lrnprog .module-table-wrap {
    display: none
  }

  .lrnprog .module-cards {
    display: flex;
    flex-direction: column;
    gap: 8px
  }

  .lrnprog .mod-card {
    background: #fff;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 3px 3px 0 #a73ee712
  }

  .lrnprog .mod-card-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
  }

  .lrnprog .mod-card-num {
    font-size: 14px;
    font-weight: 700;
    color: #A73EE7
  }

  .lrnprog .mod-card-name {
    font-size: 16px;
    font-weight: 600;
    color: #11486B;
    margin: 0 0 4px
  }

  .lrnprog .mod-card-meta {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap
  }

  .lrnprog .mod-card-hours {
    font-size: 14px;
    color: #5a7080
  }

  .lrnprog .howitworks {
    margin-right: 0;
    clip-path: none;
    padding: 40px 0
  }

  .lrnprog .howitworks-h2 em {
    font-size: 33px
  }

  .lrnprog .steps-grid {
    grid-template-columns: 1fr;
    gap: 8px
  }

  .lrnprog .faqsec {
    margin-left: 0;
    padding: 40px 0
  }

  .lrnprog .faqsec-layout {
    flex-direction: column;
    gap: 40px
  }

  .lrnprog .faqsec-left {
    flex: none;
    width: 100%
  }

  .lrnprog .faqsec-h2 em {
    font-size: 33px
  }

  .lrnprog .faqsec-img {
    height: 180px
  }
}

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

.ctus .pg-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px
}

.ctus .reveal-clip {
  clip-path: inset(0 100% 0 0);
  animation: clipReveal .72s cubic-bezier(0.4, 0, 0.6, 1) forwards
}

@keyframes clipReveal {
  to {
    clip-path: inset(0 0% 0 0)
  }
}

.ctus .reveal-clip-up {
  clip-path: inset(0 0 100% 0);
  animation: clipRevealUp .58s cubic-bezier(0.4, 0, 0.6, 1) .18s forwards
}

@keyframes clipRevealUp {
  to {
    clip-path: inset(0 0 0% 0)
  }
}

.ctus .info-strip {
  background: #11486B;
  padding: 80px 0 40px;
  position: relative
}

.ctus .info-strip::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to left, #A73EE7, transparent)
}

.ctus .info-strip .bg-circles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.ctus .info-strip .bg-circles span {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #a73ee717
}

.ctus .info-strip .bg-circles span:nth-child(1) {
  width: 340px;
  height: 340px;
  top: -80px;
  right: 8%
}

.ctus .info-strip .bg-circles span:nth-child(2) {
  width: 180px;
  height: 180px;
  bottom: 40px;
  left: 4%
}

.ctus .info-strip .bg-circles span:nth-child(3) {
  width: 520px;
  height: 520px;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
  border-color: #a73ee70d
}

.ctus .info-layout {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.ctus .info-left {
  flex: 0 0 420px;
  max-width: 420px
}

.ctus .info-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.ctus .pill-label {
  display: inline-block;
  background: #a73ee72e;
  color: #A73EE7;
  font-size: 14px;
  line-height: 1.4;
  padding: 4px 16px;
  border-radius: 36px;
  margin-bottom: 16px;
  border: 1px solid #a73ee74d
}

.ctus .info-left h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #F8F6F1;
  margin: 0 0 16px;
  font-weight: 700
}

.ctus .info-left h1 .word-big {
  display: block;
  position: relative
}

.ctus .info-left h1 .word-big::after {
  content: '';
  display: block;
  height: 3px;
  background: #A73EE7;
  width: 0;
  margin-top: 4px;
  animation: underlineDraw .55s cubic-bezier(0.4, 0, 0.6, 1) .6s forwards;
  border-radius: 4px
}

@keyframes underlineDraw {
  to {
    width: 100%
  }
}

.ctus .info-left .lead {
  font-size: 16px;
  line-height: 1.7;
  color: #f8f6f1b8;
  margin: 0 0 40px
}

.ctus .info-left .lead a {
  color: #A73EE7;
  text-decoration: none;
  border-bottom: 1px solid #a73ee766;
  transition: border-color .15s ease-out
}

.ctus .info-left .lead a::after {
  content: ' →'
}

.ctus .info-left .lead a:hover {
  border-color: #A73EE7
}

.ctus .divider-asym {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px
}

.ctus .divider-asym .d-short {
  width: 24px;
  height: 2px;
  background: #A73EE7;
  border-radius: 4px
}

.ctus .divider-asym .d-long {
  flex: 1;
  height: 1px;
  background: #f8f6f126;
  border-radius: 4px
}

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

.ctus .ccard {
  background: #f8f6f10d;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 3px 3px 0 #a73ee712;
  transition: background .18s ease-out, box-shadow .18s ease-out;
  position: relative
}

.ctus .ccard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #A73EE7;
  border-radius: 4px 0 0 4px;
  opacity: 0;
  transition: opacity .15s ease-out
}

.ctus .ccard:hover {
  background: #a73ee71a;
  box-shadow: 0 6px 20px 0 #a73ee71c
}

.ctus .ccard:hover::before {
  opacity: 1
}

.ctus .ccard-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #a73ee733;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ctus .ccard-icon svg {
  width: 20px;
  height: 20px;
  fill: #A73EE7
}

.ctus .ccard-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus .ccard-label {
  font-size: 14px;
  line-height: 1.4;
  color: #f8f6f180;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ctus .ccard-value {
  font-size: 16px;
  line-height: 1.4;
  color: #F8F6F1;
  font-weight: 600
}

.ctus .ccard-value a {
  color: #F8F6F1;
  text-decoration: none;
  transition: color .14s ease-out
}

.ctus .ccard-value a:hover {
  color: #A73EE7
}

.ctus .hours-block {
  background: #f8f6f10a;
  border-radius: 6px;
  padding: 16px
}

.ctus .hours-block h5 {
  font-size: 14px;
  line-height: 1.4;
  color: #f8f6f180;
  text-transform: uppercase;
  margin: 0 0 16px;
  letter-spacing: .06em
}

.ctus .hours-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f8f6f114
}

.ctus .hours-row:last-child {
  border-bottom: none
}

.ctus .hours-day {
  font-size: 14px;
  line-height: 1.4;
  color: #f8f6f1a6
}

.ctus .hours-time {
  font-size: 14px;
  line-height: 1.4;
  color: #F8F6F1;
  font-weight: 600
}

.ctus .hours-time.closed {
  color: #f8f6f159;
  font-weight: 400
}

.ctus .callout-pull {
  background: linear-gradient(to left, #a73ee724, transparent);
  border-radius: 6px;
  padding: 16px;
  margin-top: 8px
}

.ctus .callout-pull p {
  font-size: 16px;
  line-height: 1.7;
  color: #f8f6f1cc;
  margin: 0
}

.ctus .callout-pull strong {
  color: #F8F6F1
}

.ctus .form-block {
  background: #F8F6F1;
  padding: 80px 0;
  position: relative
}

.ctus .form-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to left, #A73EE7, transparent)
}

.ctus .form-bg-dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 280px;
  pointer-events: none;
  overflow: hidden;
  background-image: radial-gradient(circle, #a73ee71f 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  border-radius: 0 0 0 36px
}

.ctus .form-layout {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.ctus .form-intro {
  flex: 0 0 300px;
  max-width: 300px;
  position: sticky;
  top: 40px
}

.ctus .form-intro h2 {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px;
  font-weight: 700
}

.ctus .form-intro h2 .word-over {
  font-size: 62px;
  display: block;
  line-height: 1.1;
  color: #A73EE7
}

.ctus .form-intro .sub {
  font-size: 16px;
  line-height: 1.7;
  color: #11486B;
  opacity: .72;
  margin: 0 0 40px
}

.ctus .form-steps {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus .fstep {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.ctus .fstep-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #A73EE7;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700
}

.ctus .fstep-text {
  font-size: 14px;
  line-height: 1.7;
  color: #11486B;
  opacity: .8;
  padding-top: 4px
}

.ctus .form-area {
  flex: 1
}

.ctus .contact-form {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 9px 44px 0 #11486b24
}

.ctus .form-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px
}

.ctus .form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .form-field.full {
  flex: 0 0 100%
}

.ctus .form-field label {
  font-size: 14px;
  line-height: 1.4;
  color: #11486B;
  font-weight: 600
}

.ctus .form-field input[type="text"],
.ctus .form-field input[type="email"],
.ctus .form-field input[type="tel"],
.ctus .form-field textarea {
  border: 1.5px solid #11486b2e;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #11486B;
  background: #F8F6F1;
  transition: border-color .15s ease-out, box-shadow .15s ease-out;
  outline: none;
  width: 100%;
  box-sizing: border-box
}

.ctus .form-field input::placeholder,
.ctus .form-field textarea::placeholder {
  color: #11486b59;
  font-weight: 300
}

.ctus .form-field input:focus,
.ctus .form-field textarea:focus {
  border-color: #A73EE7;
  box-shadow: inset 0 0 0 2px #a73ee71f
}

.ctus .form-field textarea {
  resize: vertical;
  min-height: 80px
}

.ctus .radio-group-label {
  font-size: 14px;
  line-height: 1.4;
  color: #11486B;
  font-weight: 600;
  margin-bottom: 8px;
  display: block
}

.ctus .radio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px
}

.ctus .radio-opt {
  position: relative
}

.ctus .radio-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.ctus .radio-opt label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1.5px solid #11486b2e;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  color: #11486B;
  background: #F8F6F1;
  transition: border-color .18s ease-out, background .18s ease-out;
  user-select: none
}

.ctus .radio-opt label::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #11486b4d;
  flex-shrink: 0;
  transition: border-color .15s ease-out, background .15s ease-out
}

.ctus .radio-opt input[type="radio"]:checked+label {
  border-color: #A73EE7;
  background: #a73ee70f
}

.ctus .radio-opt input[type="radio"]:checked+label::before {
  border-color: #A73EE7;
  background: #A73EE7;
  box-shadow: inset 0 0 0 3px #fff
}

.ctus .radio-opt input[type="radio"]:focus+label {
  outline: 2px solid #A73EE7;
  outline-offset: 2px
}

.ctus .radio-opt label:hover {
  border-color: #A73EE7
}

.ctus .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px
}

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

.ctus .privacy-row .priv-text {
  font-size: 14px;
  line-height: 1.7;
  color: #11486bb3
}

.ctus .privacy-row .priv-text a {
  color: #A73EE7;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity .14s ease-out
}

.ctus .privacy-row .priv-text a:hover {
  opacity: .75
}

.ctus .form-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 16px 0
}

.ctus .form-divider .d-short {
  width: 24px;
  height: 2px;
  background: #A73EE7;
  border-radius: 4px
}

.ctus .form-divider .d-long {
  flex: 1;
  height: 1px;
  background: #11486b1f;
  border-radius: 4px
}

.ctus .submit-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.ctus .btn-submit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #A73EE7;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 40px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  box-shadow: 0 6px 20px 0 #a73ee71c;
  transition: background .15s ease-out, box-shadow .2s ease-out;
  position: relative;
  overflow: hidden
}

.ctus .btn-submit:hover {
  background: #9230d4;
  box-shadow: 0 9px 44px 0 #a73ee724
}

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

.ctus .btn-submit:active {
  background: #7d26b5
}

.ctus .btn-submit .arrow-icon {
  display: inline-block;
  transition: transform .15s ease-out
}

.ctus .btn-submit:hover .arrow-icon {
  transform: translateX(4px)
}

.ctus .submit-note {
  font-size: 14px;
  line-height: 1.4;
  color: #11486b80
}

.ctus .ccard {
  position: relative
}

.ctus .ccard .hover-label {
  position: absolute;
  top: -28px;
  left: 16px;
  background: #A73EE7;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .15s ease-out, transform .15s ease-out;
  white-space: nowrap
}

.ctus .ccard:hover .hover-label {
  opacity: 1;
  transform: translateY(0)
}

@media (max-width: 1280px) {
  .ctus .info-layout {
    gap: 40px
  }

  .ctus .form-layout {
    gap: 40px
  }

  .ctus .info-left {
    flex: 0 0 340px;
    max-width: 340px
  }

  .ctus .form-intro {
    flex: 0 0 240px;
    max-width: 240px
  }
}

@media (max-width: 768px) {
  .ctus .info-strip {
    padding: 40px 0
  }

  .ctus .info-layout {
    flex-direction: column;
    gap: 40px
  }

  .ctus .info-left {
    flex: 0 0 auto;
    max-width: 100%
  }

  .ctus .info-left h1 {
    font-size: 33px
  }

  .ctus .form-block {
    padding: 40px 0
  }

  .ctus .form-layout {
    flex-direction: column;
    gap: 40px
  }

  .ctus .form-intro {
    flex: 0 0 auto;
    max-width: 100%;
    position: static
  }

  .ctus .form-intro h2 .word-over {
    font-size: 33px
  }

  .ctus .contact-form {
    padding: 16px
  }

  .ctus .form-row {
    flex-direction: column
  }

  .ctus .radio-grid {
    grid-template-columns: 1fr
  }

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

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

.entry .pgwrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px
}

.entry .titlesec {
  padding: 80px 0 40px;
  background-color: #F8F6F1;
  position: relative
}

.entry .titlesec .gridlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.entry .titlesec .gridlines::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, #a73ee70d 1px, transparent 1px), linear-gradient(to bottom, #a73ee70d 1px, transparent 1px);
  background-size: 60px 60px
}

.entry .titlesec .fogdrift {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.entry .titlesec .fogdrift::after {
  content: '';
  position: absolute;
  top: 0;
  left: -30%;
  width: 160%;
  height: 100%;
  background: linear-gradient(to right, #f8f6f100 0%, #f8f6f173 50%, #f8f6f100 100%);
  animation: fogmove 9s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate
}

@keyframes fogmove {
  0% {
    transform: translateX(0)
  }

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

.entry .titlesec .tgrid {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
  position: relative;
  z-index: 1
}

.entry .titlesec .timg {
  flex: 0 0 220px;
  width: 220px;
  height: 300px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 9px 44px 0 #a73ee724
}

.entry .titlesec .timg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .22s ease-out;
  filter: sepia(0.25) saturate(1.2) brightness(0.97)
}

.entry .titlesec .timg img.loaded {
  opacity: 1
}

.entry .titlesec .tmid {
  flex: 1 1 auto;
  padding: 0 16px;
  text-align: center
}

.entry .titlesec .teyebrow {
  font-size: 14px;
  line-height: 1.4;
  color: #11486B;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.entry .titlesec .th1 {
  font-size: 62px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px;
  font-weight: 900
}

.entry .titlesec .th1 .accentword {
  display: inline-block;
  position: relative
}

.entry .titlesec .th1 .accentword::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 3px;
  background: #A73EE7;
  border-radius: 4px;
  animation: drawline .8s .4s cubic-bezier(0.4, 0, 0.6, 1) forwards
}

@keyframes drawline {
  to {
    width: 100%
  }
}

.entry .titlesec .th2sub {
  font-size: 33px;
  line-height: 1.4;
  color: #A73EE7;
  margin: 0 0 16px;
  font-weight: 400
}

.entry .titlesec .tdesc {
  font-size: 16px;
  line-height: 1.7;
  color: #11486B;
  max-width: 480px;
  margin: 0 auto
}

.entry .div1 {
  line-height: 0;
  background: #F8F6F1
}

.entry .div1 svg {
  display: block;
  width: 100%
}

.entry .investsec {
  background: #fff;
  padding: 80px 0;
  position: relative
}

.entry .investsec .edgestrip {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #A73EE7, transparent);
  border-radius: 4px 0 0 4px
}

.entry .investsec .irow {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.entry .investsec .imain {
  flex: 3 1 0
}

.entry .investsec .iside {
  flex: 1 1 0
}

.entry .investsec .ilabel {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #A73EE7;
  margin-bottom: 8px
}

.entry .investsec .ih {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px;
  font-weight: 700
}

.entry .investsec .ih .big {
  font-size: 62px;
  line-height: 1.1;
  display: block
}

.entry .investsec .ibody {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3d4a
}

.entry .investsec .ilist {
  list-style: none;
  padding: 0;
  margin: 16px 0 0
}

.entry .investsec .ilist li {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3d4a;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px
}

.entry .investsec .ilist li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #A73EE7
}

.entry .investsec .statbox {
  background: #F8F6F1;
  border-radius: 6px;
  padding: 40px 16px;
  text-align: center;
  box-shadow: 0 6px 20px 0 #a73ee71c
}

.entry .investsec .statshape {
  width: 100px;
  height: 100px;
  border: 3px solid #A73EE7;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px
}

.entry .investsec .statnum {
  font-size: 33px;
  line-height: 1.1;
  color: #A73EE7;
  font-weight: 900
}

.entry .investsec .statlabel {
  font-size: 14px;
  line-height: 1.4;
  color: #11486B;
  margin-top: 8px;
  display: block
}

.entry .investsec .ilink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #A73EE7;
  text-decoration: none;
  margin-top: 16px;
  font-weight: 600;
  transition: gap .18s ease-out
}

.entry .investsec .ilink:hover {
  gap: 16px
}

.entry .investsec .ilink .arr {
  font-size: 16px
}

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

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

.entry .valuesec {
  background: #11486B;
  padding: 80px 0;
  position: relative;
  overflow: hidden
}

.entry .valuesec .geobg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.entry .valuesec .geobg span {
  position: absolute;
  background: #f8f6f10a;
  border-radius: 4px
}

.entry .valuesec .geobg span:nth-child(1) {
  width: 40px;
  height: 40px;
  top: 12%;
  left: 8%;
  transform: rotate(22deg)
}

.entry .valuesec .geobg span:nth-child(2) {
  width: 20px;
  height: 20px;
  top: 55%;
  left: 18%;
  transform: rotate(45deg)
}

.entry .valuesec .geobg span:nth-child(3) {
  width: 60px;
  height: 60px;
  top: 30%;
  right: 10%;
  border-radius: 50%
}

.entry .valuesec .geobg span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 20%;
  right: 22%;
  transform: rotate(12deg)
}

.entry .valuesec .geobg span:nth-child(5) {
  width: 30px;
  height: 30px;
  bottom: 10%;
  left: 40%;
  border-radius: 50%
}

.entry .valuesec .vrow {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: stretch
}

.entry .valuesec .vtextcol {
  flex: 2 1 0
}

.entry .valuesec .vimgcol {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.entry .valuesec .vlabel {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #f8f6f199;
  margin-bottom: 8px
}

.entry .valuesec .vh {
  font-size: 33px;
  line-height: 1.1;
  color: #F8F6F1;
  margin: 0 0 16px;
  font-weight: 700
}

.entry .valuesec .vbody {
  font-size: 16px;
  line-height: 1.7;
  color: #f8f6f1d9
}

.entry .valuesec .vcols {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 40px
}

.entry .valuesec .vcol {
  flex: 1 1 0
}

.entry .valuesec .vcol p {
  font-size: 16px;
  line-height: 1.7;
  color: #f8f6f1d9;
  margin: 0
}

.entry .valuesec .vimg {
  width: 100%;
  height: 320px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 9px 44px 0 #11486b24
}

.entry .valuesec .vimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .2s ease-out;
  filter: sepia(0.15) saturate(1.1)
}

.entry .valuesec .vimg img.loaded {
  opacity: 1
}

.entry .div3 {
  line-height: 0;
  background: #11486B
}

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

.entry .gapsec {
  background: #F8F6F1;
  padding: 80px 0
}

.entry .gapsec .gapgrid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  align-items: start
}

.entry .gapsec .glabel {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #A73EE7;
  margin-bottom: 8px
}

.entry .gapsec .gh {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px;
  font-weight: 700
}

.entry .gapsec .gintro {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3d4a;
  margin-bottom: 16px
}

.entry .gapsec .gbodycols {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 16px
}

.entry .gapsec .gbodycol {
  flex: 1 1 0
}

.entry .gapsec .gbodycol p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3d4a;
  margin: 0
}

.entry .gapsec .codeblock {
  background: #11486B;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 6px 20px 0 #11486b1c
}

.entry .gapsec .codeblock .cbhead {
  font-size: 14px;
  color: #f8f6f180;
  margin-bottom: 8px;
  font-family: monospace
}

.entry .gapsec .codeblock pre {
  font-size: 14px;
  line-height: 1.7;
  color: #A73EE7;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: monospace
}

.entry .gapsec .codeblock .output {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f8f6f11f;
  font-size: 14px;
  line-height: 1.7;
  color: #F8F6F1;
  font-family: monospace
}

.entry .div4 {
  line-height: 0;
  background: #F8F6F1
}

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

.entry .gradsec {
  background: #fff;
  padding: 80px 0;
  position: relative
}

.entry .gradsec .edgestrip {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #11486B, transparent);
  border-radius: 0 4px 4px 0
}

.entry .gradsec .grow {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.entry .gradsec .gimgcol {
  flex: 1 1 0
}

.entry .gradsec .gtextcol {
  flex: 2 1 0
}

.entry .gradsec .gimg {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 9px 44px 0 #a73ee724
}

.entry .gradsec .gimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .16s ease-out;
  filter: sepia(0.2) saturate(1.15) brightness(0.98)
}

.entry .gradsec .gimg img.loaded {
  opacity: 1
}

.entry .gradsec .glabel {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #A73EE7;
  margin-bottom: 8px
}

.entry .gradsec .gh {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px;
  font-weight: 700
}

.entry .gradsec .gh .big {
  font-size: 62px;
  line-height: 1.1;
  display: block
}

.entry .gradsec .gbody {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3d4a;
  margin-bottom: 16px
}

.entry .gradsec .goutcomes {
  list-style: none;
  padding: 0;
  margin: 16px 0 0
}

.entry .gradsec .goutcomes li {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3d4a;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px
}

.entry .gradsec .goutcomes li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #11486B
}

.entry .gradsec .glink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #11486B;
  text-decoration: none;
  margin-top: 16px;
  font-weight: 600;
  transition: gap .15s ease-out
}

.entry .gradsec .glink:hover {
  gap: 16px
}

.entry .div5 {
  line-height: 0;
  background: #fff
}

.entry .div5 svg {
  display: block;
  width: 100%
}

.entry .instructsec {
  background: #F8F6F1;
  padding: 80px 0
}

.entry .instructsec .ilabel {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #A73EE7;
  margin-bottom: 8px;
  text-align: center
}

.entry .instructsec .ih {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 40px;
  font-weight: 700;
  text-align: center
}

.entry .instructsec .irow {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch
}

.entry .instructsec .icard {
  flex: 1 1 0;
  background: #fff;
  border-radius: 20px;
  padding: 40px 16px;
  box-shadow: 0 3px 3px 0 #a73ee712;
  transition: box-shadow .18s ease-out
}

.entry .instructsec .icard:hover {
  box-shadow: 0 9px 44px 0 #a73ee724
}

.entry .instructsec .icard .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(to right, #A73EE7, transparent);
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center
}

.entry .instructsec .icard .avatar svg {
  width: 32px;
  height: 32px
}

.entry .instructsec .icard .iname {
  font-size: 16px;
  line-height: 1.4;
  color: #11486B;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px
}

.entry .instructsec .icard .irole {
  font-size: 14px;
  line-height: 1.4;
  color: #A73EE7;
  text-align: center;
  margin-bottom: 16px
}

.entry .instructsec .icard .ibio {
  font-size: 14px;
  line-height: 1.7;
  color: #2a3d4a;
  text-align: center
}

.entry .instructsec .icard .itag {
  display: inline-block;
  background: #F8F6F1;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  color: #11486B;
  margin: 4px 4px 0 0
}

.entry .instructsec .itags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px
}

.entry .div6 {
  line-height: 0;
  background: #F8F6F1
}

.entry .div6 svg {
  display: block;
  width: 100%
}

.entry .hesitsec {
  background: #fff;
  padding: 80px 0;
  position: relative
}

.entry .hesitsec .hrow {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.entry .hesitsec .hmain {
  flex: 2 1 0
}

.entry .hesitsec .hside {
  flex: 1 1 0
}

.entry .hesitsec .hlabel {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #A73EE7;
  margin-bottom: 8px
}

.entry .hesitsec .hh {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px;
  font-weight: 700
}

.entry .hesitsec .hintro {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3d4a;
  margin-bottom: 16px
}

.entry .hesitsec .hcols {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 16px
}

.entry .hesitsec .hcol {
  flex: 1 1 0
}

.entry .hesitsec .hcol p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3d4a;
  margin: 0
}

.entry .hesitsec .hcard {
  background: #F8F6F1;
  border-radius: 20px;
  padding: 40px 16px;
  box-shadow: 0 6px 20px 0 #11486b1c;
  box-shadow: inset 0 2px 8px 0 #a73ee712 0 6px 20px 0 #a73ee71c
}

.entry .hesitsec .hcard .hcardtitle {
  font-size: 16px;
  line-height: 1.4;
  color: #11486B;
  font-weight: 700;
  margin-bottom: 16px
}

.entry .hesitsec .hcard .hcardlist {
  list-style: none;
  padding: 0;
  margin: 0
}

.entry .hesitsec .hcard .hcardlist li {
  font-size: 14px;
  line-height: 1.7;
  color: #2a3d4a;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px
}

.entry .hesitsec .hcard .hcardlist li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #A73EE7
}

.entry .hesitsec .hbtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  background: #A73EE7;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 6px;
  box-shadow: 0 6px 20px 0 #a73ee71c;
  transition: box-shadow .2s ease-out, background .15s ease-out
}

.entry .hesitsec .hbtn:hover {
  background: #11486B;
  box-shadow: 0 9px 44px 0 #a73ee724;
  gap: 16px
}

.entry .hesitsec .hbtn .arr {
  display: inline-block;
  transition: transform .18s ease-out
}

.entry .hesitsec .hbtn:hover .arr {
  transform: translateX(4px)
}

.entry .decdiv {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 8px 0
}

.entry .decdiv .dline {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(to right, #11486B, transparent)
}

.entry .decdiv .dline.rev {
  background: linear-gradient(to left, #11486B, transparent)
}

.entry .decdiv .dcenter {
  width: 16px;
  height: 16px;
  border: 2px solid #A73EE7;
  border-radius: 50%;
  flex-shrink: 0
}

@media (max-width: 768px) {
  .entry .titlesec .tgrid {
    flex-direction: column;
    align-items: center
  }

  .entry .titlesec .timg {
    flex: 0 0 auto;
    width: 100%;
    height: 200px
  }

  .entry .titlesec .th1 {
    font-size: 33px
  }

  .entry .titlesec .th2sub {
    font-size: 16px
  }

  .entry .investsec .irow {
    flex-direction: column
  }

  .entry .valuesec .vrow {
    flex-direction: column
  }

  .entry .valuesec .vcols {
    flex-direction: column;
    gap: 16px
  }

  .entry .gapsec .gapgrid {
    grid-template-columns: 1fr
  }

  .entry .gapsec .gbodycols {
    flex-direction: column;
    gap: 16px
  }

  .entry .gradsec .grow {
    flex-direction: column
  }

  .entry .gradsec .gimg {
    height: 220px
  }

  .entry .instructsec .irow {
    flex-direction: column
  }

  .entry .hesitsec .hrow {
    flex-direction: column
  }

  .entry .hesitsec .hcols {
    flex-direction: column;
    gap: 16px
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .entry .titlesec .th1 {
    font-size: 33px
  }

  .entry .titlesec .timg {
    flex: 0 0 160px;
    width: 160px;
    height: 240px
  }
}

.successPage {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 16px;
  background-color: #F8F6F1
}

.successPage .successWrap {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 9px 44px 0 #a73ee724;
  padding: 80px 40px;
  text-align: center
}

.successPage .iconCircle {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: linear-gradient(to left, #a73ee71f, #11486b14);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px
}

.successPage .iconCircle svg {
  display: block
}

.successPage .successTitle {
  font-size: 33px;
  line-height: 1.1;
  color: #11486B;
  margin: 0 0 16px;
  font-weight: 700
}

.successPage .successTitle span {
  display: inline-block;
  position: relative;
  color: #A73EE7
}

.successPage .successTitle span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #A73EE7;
  transform: scaleX(0);
  transform-origin: left center;
  animation: drawLine .22s cubic-bezier(0.4, 0, 0.6, 1) .18s forwards
}

@keyframes drawLine {
  to {
    transform: scaleX(1)
  }
}

.successPage .successMsg {
  font-size: 16px;
  line-height: 1.7;
  color: #2d4a5a;
  margin: 0 0 40px
}

.successPage .dividerLine {
  width: 48px;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(to left, #A73EE7, #11486b4d);
  margin: 0 auto 40px
}

.successPage .infoNote {
  font-size: 14px;
  line-height: 1.4;
  color: #5a7080;
  margin: 0 0 40px;
  padding: 16px;
  background: #F8F6F1;
  border-radius: 6px
}

.successPage .backBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #A73EE7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 6px;
  box-shadow: 0 6px 20px 0 #a73ee71c;
  transition: background-color .18s ease-out, box-shadow .15s ease-out
}

.successPage .backBtn svg {
  transition: transform .18s ease-out;
  flex-shrink: 0
}

.successPage .backBtn:hover {
  background: #8f2ecf;
  box-shadow: 0 9px 44px 0 #a73ee724
}

.successPage .backBtn:hover svg {
  transform: translateX(4px)
}

.successPage .backBtn:focus {
  outline: 3px solid #A73EE7;
  outline-offset: 3px
}

.successPage .backBtn:active {
  background: #7a27b5
}

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

  .successPage .successWrap {
    padding: 40px 16px
  }

  .successPage .successTitle {
    font-size: 33px
  }
}