html {
  margin: 0;
  padding: 0
}

body {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px;
  line-height: 1.75;
  color: #1b2d19;
  background: #fff
}

.topbar {
  background: linear-gradient(90deg, #31552D 0%, #4F9C53 60%, #72CF78 100%);
  padding: 8px 0
}

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

.topbar-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  text-decoration: none;
  transition: opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.topbar-contact:hover {
  opacity: .8
}

.topbar-contact .lnr {
  font-size: 15px
}

.sitehead {
  background: #fff;
  border-bottom: 1px solid #4f9c532e;
  box-shadow: 0 7px 14px 0 #31552d17;
  position: relative;
  z-index: 100
}

.sitehead-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: stretch;
  gap: 48px;
  min-height: 96px
}

.brandbox {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  padding: 16px 0
}

.logowrap {
  width: 72px;
  height: 72px;
  background: #72cf781a;
  border-radius: 10px;
  border: 1px solid #4f9c5338;
  box-shadow: 0 1px 5px 0 #31552d12 0 0 0 2px #72cf781f;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

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

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

.brandname {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #31552D;
  letter-spacing: 0
}

.brandtag {
  font-size: 15px;
  font-style: italic;
  color: #4F9C53;
  line-height: 1.1
}

.headnav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end
}

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

.headnav-list li {
  display: flex
}

.headnav-list a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.1;
  color: #31552D;
  text-decoration: none;
  border-radius: 1px;
  border: 1px solid transparent;
  font-weight: 400;
  min-height: 44px;
  transition: color .5s ease, border-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .6s ease;
  position: relative
}

.headnav-list a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background: #4F9C53;
  transform: scaleX(0);
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: left
}

.headnav-list a:hover {
  color: #31552D;
  background: #72cf781a;
  border-color: #4f9c5333
}

.headnav-list a:hover::after {
  transform: scaleX(1)
}

.headnav-list a:focus {
  outline: none;
  border-bottom: 4px solid #31552D
}

.headnav-list a[aria-current="page"] {
  color: #31552D;
  font-weight: 700;
  background: #72cf781f
}

.navsep {
  width: 1px;
  height: 20px;
  background: #4f9c5340;
  margin: 0 8px;
  align-self: center;
  flex-shrink: 0
}

.sitefooter {
  background: #31552D;
  margin-top: 0
}

.footband {
  height: 6px;
  background: linear-gradient(90deg, #72CF78 0%, #4F9C53 50%, #31552D 100%)
}

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

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

.footlabel {
  font-size: 15px;
  font-weight: 700;
  color: #72CF78;
  text-transform: uppercase;
  letter-spacing: .12em;
  line-height: 1.1
}

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

.footlinks a {
  font-size: 15px;
  color: #ffffffd9;
  text-decoration: none;
  line-height: 1.75;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .55s ease;
  border-radius: 1px
}

.footlinks a:hover {
  color: #72CF78
}

.footlinks a:focus {
  outline: none;
  border-bottom: 4px solid #72CF78
}

.footlinks a .lnr {
  font-size: 15px;
  color: #4F9C53;
  flex-shrink: 0
}

.footaddr {
  font-size: 15px;
  color: #ffffffbf;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footaddr span {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.footaddr .lnr {
  font-size: 15px;
  color: #4F9C53;
  margin-top: 4px;
  flex-shrink: 0
}

.footaddr a {
  color: #ffffffd9;
  text-decoration: none;
  transition: color .55s ease
}

.footaddr a:hover {
  color: #72CF78
}

.footaddr a:focus {
  outline: none;
  border-bottom: 4px solid #72CF78
}

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

.footlogowrap {
  width: 68px;
  height: 68px;
  background: #ffffff1a;
  border-radius: 10px;
  border: 1px solid #72cf784d;
  box-shadow: 0 1px 5px 0 #31552d12 0 0 0 2px #72cf7826;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.footlogowrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block
}

.footbrand {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-align: right
}

.footbrandtag {
  font-size: 15px;
  font-style: italic;
  color: #72cf78d9;
  line-height: 1.1;
  text-align: right
}

.footbottom {
  border-top: 1px solid #72cf7826;
  padding: 16px 24px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.footcopy {
  font-size: 15px;
  color: #ffffff80;
  line-height: 1.1
}

.footpolicy {
  font-size: 15px;
  color: #ffffff80;
  text-decoration: none;
  line-height: 1.1;
  transition: color .55s ease
}

.footpolicy:hover {
  color: #72CF78
}

.footpolicy:focus {
  outline: none;
  border-bottom: 4px solid #72CF78
}

.cookiepop {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 560px;
  max-width: calc(100vw - 48px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #4f9c5333;
  box-shadow: 0 12px 60px 0 #31552d24;
  padding: 24px;
  z-index: 1200;
  display: none
}

.cookiepop-desc {
  font-size: 15px;
  color: #31552D;
  line-height: 1.75;
  margin: 0 0 16px
}

.cookiepop-desc a {
  color: #4F9C53;
  text-decoration: underline;
  transition: color .5s ease
}

.cookiepop-desc a:hover {
  color: #31552D
}

.cookiepop-desc a:focus {
  outline: none;
  border-bottom: 4px solid #31552D
}

.cookiebtns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.cookiebtn {
  padding: 8px 24px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid #4F9C53;
  cursor: pointer;
  min-height: 44px;
  transition: background .6s ease, color .6s ease, border-color .6s ease;
  line-height: 1.1
}

.cookiebtn.yes {
  background: #4F9C53;
  color: #fff
}

.cookiebtn.yes:hover {
  background: #31552D;
  border-color: #31552D
}

.cookiebtn.yes:focus {
  outline: none;
  border-bottom: 4px solid #31552D
}

.cookiebtn.no {
  background: #fff;
  color: #31552D
}

.cookiebtn.no:hover {
  background: #72cf781f;
  border-color: #31552D;
  color: #31552D
}

.cookiebtn.no:focus {
  outline: none;
  border-bottom: 4px solid #31552D
}

@media (max-width: 820px) {
  .footinner {
    grid-template-columns: 1fr 1fr
  }

  .footlogocol {
    grid-column: 1 / -1;
    align-items: flex-start
  }

  .footbrand,
  .footbrandtag {
    text-align: left
  }
}

@media (max-width: 600px) {
  .sitehead-inner {
    flex-wrap: wrap;
    gap: 16px;
    min-height: auto;
    padding: 16px
  }

  .headnav {
    width: 100%
  }

  .headnav-list {
    justify-content: flex-start
  }

  .topbar-inner {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start
  }

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

  .footlogocol {
    align-items: flex-start
  }

  .footbrand,
  .footbrandtag {
    text-align: left
  }

  .cookiepop {
    bottom: 16px
  }
}

.text-policy-xqbh {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #2a2a2a
}

.text-policy-xqbh h1 {
  font-size: 64px;
  line-height: 1.1;
  color: #31552D;
  margin-bottom: 24px;
  margin-top: 0
}

.text-policy-xqbh h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #31552D;
  margin-top: 48px;
  margin-bottom: 16px
}

.text-policy-xqbh h3 {
  font-size: 20px;
  line-height: 1.75;
  color: #31552D;
  margin-top: 24px;
  margin-bottom: 8px
}

.text-policy-xqbh h4,
.text-policy-xqbh h5,
.text-policy-xqbh h6 {
  font-size: 16px;
  line-height: 1.75;
  color: #31552D;
  margin-top: 16px;
  margin-bottom: 8px
}

.text-policy-xqbh p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 16px;
  color: #2a2a2a
}

.text-policy-xqbh ul,
.text-policy-xqbh ol {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 24px;
  color: #2a2a2a
}

.text-policy-xqbh li {
  margin-bottom: 8px
}

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

.text-policy-xqbh ul li {
  list-style-type: disc
}

.text-policy-xqbh ol li {
  list-style-type: decimal
}

.text-policy-xqbh em,
.text-policy-xqbh i {
  font-style: italic;
  color: #4F9C53
}

.text-policy-xqbh table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.75;
  box-shadow: 0 1px 5px 0 #31552d12;
  border-radius: 10px;
  overflow: hidden
}

.text-policy-xqbh thead {
  background-color: #31552D;
  color: #fff
}

.text-policy-xqbh thead th {
  padding: 16px;
  text-align: left;
  font-size: 15px;
  line-height: 1.75;
  color: #fff
}

.text-policy-xqbh tbody tr {
  border-bottom: 1px solid #4f9c532e;
  transition: background-color .5s ease
}

.text-policy-xqbh tbody tr:last-child {
  border-bottom: none
}

.text-policy-xqbh tbody tr:nth-child(even) {
  background-color: #72cf7812
}

.text-policy-xqbh tbody tr:hover {
  background-color: #72cf7824
}

.text-policy-xqbh td {
  padding: 16px;
  font-size: 15px;
  line-height: 1.75;
  color: #2a2a2a;
  vertical-align: top
}

.text-policy-xqbh th {
  padding: 16px;
  font-size: 15px;
  line-height: 1.75;
  vertical-align: top
}

.text-policy-xqbh hr {
  border: none;
  border-top: 1px solid #4f9c5340;
  margin-top: 48px;
  margin-bottom: 48px
}

.text-policy-xqbh div {
  font-size: 16px;
  line-height: 1.75
}

@media (max-width: 700px) {
  .text-policy-xqbh {
    padding: 24px 16px
  }

  .text-policy-xqbh h1 {
    font-size: 48px
  }

  .text-policy-xqbh h2 {
    font-size: 20px
  }

  .text-policy-xqbh table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

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

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

.spns .titblock {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end
}

.spns .imgcol {
  position: relative
}

.spns .imgframe {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #4f9c534d;
  box-shadow: 0 12px 60px 0 #31552d24
}

.spns .imgframe img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  mask-image: linear-gradient(to bottom, #0003 0%, #000f 40%);
  -webkit-mask-image: linear-gradient(to bottom, #0003 0%, #000f 40%)
}

.spns .imgdeco {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 80px;
  height: 80px;
  background: conic-gradient(from 113deg, #31552D, #4F9C53, #72CF78);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: .18;
  pointer-events: none
}

.spns .txtcol {
  padding-bottom: 8px
}

.spns .prelabel {
  display: inline-block;
  font-size: 15px;
  line-height: 1.75;
  color: #4F9C53;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 16px;
  padding: 4px 16px;
  background: #4f9c5314;
  border-radius: 1px
}

.spns .maintitle {
  font-size: 48px;
  line-height: 1.1;
  color: #1e2d1c;
  margin: 0 0 24px;
  font-weight: 800
}

.spns .maintitle .accent {
  color: #4F9C53
}

.spns .titdesc {
  font-size: 16px;
  line-height: 1.75;
  color: #2e3d2c;
  margin: 0 0 24px;
  padding: 16px;
  background: #31552d0d;
  border-radius: 10px;
  border-top: 1px solid #4f9c5333
}

.spns .titdesc2 {
  font-size: 16px;
  line-height: 1.75;
  color: #2e3d2c;
  margin: 0 0 24px
}

.spns .statgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px
}

.spns .statitem {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 7px 14px 0 #31552d17;
  border: 1px solid #4f9c5326
}

.spns .statnum {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 800;
  color: #31552D;
  display: block
}

.spns .statlbl {
  font-size: 15px;
  line-height: 1.75;
  color: #4a5e47;
  display: block;
  margin-top: 4px
}

.spns .formatsec {
  background: #f4f8f3;
  padding: 48px 24px;
  position: relative
}

.spns .formatsec::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, #4F9C53, transparent);
  margin-bottom: 48px
}

.spns .fmtinner {
  max-width: 1100px;
  margin: 0 auto
}

.spns .fmttop {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  margin-bottom: 48px
}

.spns .fmtheadcol h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #1e2d1c;
  margin: 0 0 16px;
  font-weight: 800
}

.spns .fmtheadcol h2 .accent {
  color: #4F9C53
}

.spns .fmtdot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #4F9C53;
  border-radius: 0;
  margin-left: 4px;
  vertical-align: middle;
  transform: rotate(45deg)
}

.spns .fmtintro {
  font-size: 16px;
  line-height: 1.75;
  color: #2e3d2c;
  margin: 0
}

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

.spns .fmtcard {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 1px 5px 0 #4f9c5312;
  border: 1px solid #4f9c531f;
  position: relative
}

.spns .fmtcard.featured {
  background: conic-gradient(from 113deg at 0% 100%, #31552D 0%, #4F9C53 50%, #72CF78 100%);
  border: none
}

.spns .fmtcard.featured .fmtcardtitle {
  color: #fff
}

.spns .fmtcard.featured .fmtcardprice {
  color: #d4f5d6
}

.spns .fmtcard.featured .fmtcardtext {
  color: #ffffffe0
}

.spns .fmtcard.featured .fmtitem {
  color: #ffffffe6;
  border-bottom-color: #fff3
}

.spns .fmtcard.featured .fmtcardlink {
  color: #fff;
  border-color: #ffffff80
}

.spns .fmtcard.featured .fmtcardlink:hover {
  border-color: #fff
}

.spns .deco-diamond {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  background: conic-gradient(from 113deg, #31552D, #72CF78);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  pointer-events: none
}

.spns .fmtcardtitle {
  font-size: 20px;
  line-height: 1.1;
  color: #1e2d1c;
  font-weight: 700;
  margin: 0 0 8px
}

.spns .fmtcardprice {
  font-size: 15px;
  line-height: 1.75;
  color: #4F9C53;
  font-weight: 600;
  margin: 0 0 16px
}

.spns .fmtcardtext {
  font-size: 15px;
  line-height: 1.75;
  color: #3a4e38;
  margin: 0 0 16px
}

.spns .fmtlist {
  list-style: none;
  padding: 0;
  margin: 0 0 24px
}

.spns .fmtitem {
  font-size: 15px;
  line-height: 1.75;
  color: #2e3d2c;
  padding: 8px 0;
  border-bottom: 1px solid #4f9c5326;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.spns .fmtitem:last-child {
  border-bottom: none
}

.spns .fmticon {
  flex-shrink: 0;
  margin-top: 4px
}

.spns .fmtcardlink {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.75;
  color: #31552D;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #4F9C53;
  padding-bottom: 1px;
  transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease;
  position: relative
}

.spns .fmtcardlink::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #31552D;
  transition: width .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.spns .fmtcardlink:hover::after {
  width: 100%
}

.spns .fmtcardlink:hover {
  color: #31552D
}

.spns .fmtcardlink .arrowsvg {
  transition: transform .5s ease
}

.spns .fmtcardlink:hover .arrowsvg {
  transform: translateX(4px)
}

.spns .frostedstrip {
  margin-top: 48px;
  border-radius: 10px;
  padding: 24px;
  background: #ffffff8c;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #4f9c532e;
  box-shadow: 0 7px 14px 0 #31552d17;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  animation: contrastbreathe 5s ease-in-out infinite
}

@keyframes contrastbreathe {

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

  50% {
    filter: contrast(1.06)
  }
}

.spns .stripitem h5 {
  font-size: 15px;
  line-height: 1.1;
  color: #31552D;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.spns .stripitem p {
  font-size: 15px;
  line-height: 1.75;
  color: #2e3d2c;
  margin: 0
}

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

  .spns .imgframe img {
    height: 280px
  }

  .spns .maintitle {
    font-size: 48px
  }

  .spns .statgrid {
    grid-template-columns: repeat(3, 1fr)
  }

  .spns .fmttop {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .spns .fmtcards {
    grid-template-columns: 1fr
  }

  .spns .frostedstrip {
    grid-template-columns: 1fr
  }

  .spns .fmtheadcol h2 {
    font-size: 48px
  }
}

@media (max-width: 600px) {
  .spns .statgrid {
    grid-template-columns: 1fr
  }

  .spns .maintitle {
    font-size: 48px
  }

  .spns .formatsec {
    padding: 24px 16px
  }
}

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

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

@keyframes diagSlideIn {
  from {
    opacity: 0;
    transform: translate(-32px, 32px)
  }

  to {
    opacity: 1;
    transform: translate(0, 0)
  }
}

@keyframes diagSlideInRight {
  from {
    opacity: 0;
    transform: translate(32px, -32px)
  }

  to {
    opacity: 1;
    transform: translate(0, 0)
  }
}

.lrnprog .anim-left {
  animation: diagSlideIn .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.lrnprog .anim-right {
  animation: diagSlideInRight .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s both
}

.lrnprog .titlesec {
  padding: 80px 0 48px;
  background: linear-gradient(180deg, #e8f5e9 0%, #fff 100%);
  position: relative
}

.lrnprog .titlesec-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 48px;
  align-items: center
}

.lrnprog .titledots {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding-top: 48px
}

.lrnprog .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4F9C53;
  opacity: .5
}

.lrnprog .dot.big {
  width: 12px;
  height: 12px;
  opacity: .8;
  background: #31552D
}

.lrnprog .dot.sm {
  width: 5px;
  height: 5px;
  opacity: .3
}

.lrnprog .titleimg {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 60px 0 #4f9c5324
}

.lrnprog .titleimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(0px);
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 60%, transparent 100%)
}

.lrnprog .titlecenter {
  text-align: center;
  padding-top: 48px
}

.lrnprog .titlelabel {
  display: inline-block;
  font-size: 15px;
  line-height: 1.75;
  color: #31552D;
  text-transform: uppercase;
  letter-spacing: .12em;
  background: #4f9c531a;
  padding: 4px 16px;
  border-radius: 1px;
  margin-bottom: 24px
}

.lrnprog .titleh {
  font-size: 48px;
  line-height: 1.1;
  color: #31552D;
  margin: 0 0 24px;
  font-weight: 700
}

.lrnprog .titledivider {
  width: 48px;
  height: 3px;
  background: conic-gradient(from 113deg, #31552D, #4F9C53, #72CF78);
  border-radius: 1px;
  margin: 0 auto 24px
}

.lrnprog .titledesc {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3a3a;
  max-width: 480px;
  margin: 0 auto
}

.lrnprog .titledots-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding-top: 16px
}

.lrnprog .struct {
  padding: 72px 0 48px;
  margin-left: 48px;
  background: #fff
}

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

.lrnprog .sec-label {
  font-size: 15px;
  line-height: 1.75;
  color: #4F9C53;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 8px
}

.lrnprog .sec-h {
  font-size: 20px;
  line-height: 1.1;
  color: #31552D;
  font-weight: 700;
  margin: 0 0 48px
}

.lrnprog .sec-h .dotacc {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #72CF78;
  margin-left: 4px;
  vertical-align: middle;
  position: relative;
  top: -2px
}

.lrnprog .modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.lrnprog .modcard {
  border: 1px solid #4f9c5333;
  border-radius: 10px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 5px 0 #31552d12;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrnprog .modcard:hover {
  box-shadow: 0 7px 14px 0 #31552d17
}

.lrnprog .modcard::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: conic-gradient(from 113deg, #31552D, #4F9C53, #72CF78);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-radius: 0 10px 0 0
}

.lrnprog .modnum {
  font-size: 15px;
  line-height: 1.75;
  color: #4F9C53;
  font-weight: 700;
  margin-bottom: 8px
}

.lrnprog .modtitle {
  font-size: 16px;
  line-height: 1.75;
  color: #31552D;
  font-weight: 700;
  margin: 0 0 16px
}

.lrnprog .modlist {
  list-style: none;
  margin: 0;
  padding: 0
}

.lrnprog .modlist li {
  font-size: 15px;
  line-height: 1.75;
  color: #3a3a3a;
  padding: 4px 0;
  border-bottom: 1px solid #4f9c5326
}

.lrnprog .modlist li:last-child {
  border-bottom: none
}

.lrnprog .team {
  padding: 64px 0;
  margin-right: 48px;
  background: linear-gradient(180deg, #72cf7814 0%, #fff 100%)
}

.lrnprog .team-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.lrnprog .teamtext {
  padding-top: 8px
}

.lrnprog .teamdesc {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3a3a;
  margin: 0 0 24px;
  background: #4f9c5312;
  border-radius: 10px;
  padding: 16px
}

.lrnprog .teamdesc2 {
  font-size: 15px;
  line-height: 1.75;
  color: #3a3a3a;
  margin: 0
}

.lrnprog .experts {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrnprog .expertcard {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 1px 5px 0 #31552d12;
  background: #fff;
  border: 1px solid #4f9c531f;
  transition: box-shadow .55s ease
}

.lrnprog .expertcard:hover {
  box-shadow: 0 7px 14px 0 #31552d17
}

.lrnprog .expertphoto {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0
}

.lrnprog .expertphoto img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%
}

.lrnprog .expertinfo {
  flex: 1
}

.lrnprog .expertname {
  font-size: 16px;
  line-height: 1.75;
  color: #31552D;
  font-weight: 700;
  margin: 0 0 4px
}

.lrnprog .expertrole {
  font-size: 15px;
  line-height: 1.75;
  color: #4F9C53;
  margin: 0 0 4px
}

.lrnprog .expertbio {
  font-size: 15px;
  line-height: 1.75;
  color: #5a5a5a;
  margin: 0
}

.lrnprog .nophoto-card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 1px 5px 0 #31552d12;
  background: #fff;
  border: 1px solid #4f9c531f
}

.lrnprog .nophoto-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: conic-gradient(from 113deg, #31552D, #4F9C53, #72CF78);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.lrnprog .nophoto-avatar span {
  font-size: 20px;
  color: #fff;
  font-weight: 700
}

.lrnprog .details {
  padding: 72px 0 64px;
  background: #fff;
  margin-left: 24px
}

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

.lrnprog .detailsgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px
}

.lrnprog .detailbox {
  border-radius: 10px;
  padding: 24px;
  border: 1px dashed #4f9c5366;
  background: #72cf780a;
  transition: background .65s ease
}

.lrnprog .detailbox:hover {
  background: #72cf781a
}

.lrnprog .detailicon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #4f9c531f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.lrnprog .detailicon svg {
  width: 20px;
  height: 20px;
  fill: #31552D
}

.lrnprog .detailtitle {
  font-size: 15px;
  line-height: 1.75;
  color: #31552D;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.lrnprog .detailval {
  font-size: 16px;
  line-height: 1.75;
  color: #222;
  margin: 0 0 8px;
  font-weight: 600
}

.lrnprog .detailsub {
  font-size: 15px;
  line-height: 1.75;
  color: #5a5a5a;
  margin: 0
}

.lrnprog .detailcta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  padding: 24px;
  border-radius: 10px;
  background: conic-gradient(from 113deg, #31552D, #4F9C53 60%, #72CF78);
  box-shadow: 0 12px 60px 0 #31552d24
}

.lrnprog .ctaheading {
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin: 0 0 8px
}

.lrnprog .ctasub {
  font-size: 15px;
  line-height: 1.75;
  color: #ffffffe0;
  margin: 0
}

.lrnprog .ctabtnwrap {
  flex-shrink: 0
}

.lrnprog .ctabtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.75;
  color: #31552D;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 8px 24px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  transition: color .6s ease, background .6s ease;
  overflow: hidden
}

.lrnprog .ctabtn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 2px solid #72CF78;
  opacity: 0;
  transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrnprog .ctabtn:hover::after {
  opacity: 1
}

.lrnprog .ctabtn:hover {
  background: #ffffffeb
}

.lrnprog .ctabtn svg {
  width: 16px;
  height: 16px;
  fill: #31552D;
  transition: transform .5s ease
}

.lrnprog .ctabtn:hover svg {
  transform: translateX(4px)
}

@media (max-width: 900px) {
  .lrnprog .titlesec-inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .lrnprog .titleimg {
    display: none
  }

  .lrnprog .titledots {
    display: none
  }

  .lrnprog .titledots-right {
    display: none
  }

  .lrnprog .modules {
    grid-template-columns: 1fr
  }

  .lrnprog .team-inner {
    grid-template-columns: 1fr
  }

  .lrnprog .detailsgrid {
    grid-template-columns: 1fr 1fr
  }

  .lrnprog .detailcta {
    flex-direction: column;
    gap: 24px
  }

  .lrnprog .struct {
    margin-left: 0
  }

  .lrnprog .team {
    margin-right: 0
  }

  .lrnprog .details {
    margin-left: 0
  }
}

@media (max-width: 600px) {
  .lrnprog .titleh {
    font-size: 48px
  }

  .lrnprog .detailsgrid {
    grid-template-columns: 1fr
  }

  .lrnprog .titlesec {
    padding: 48px 0 24px
  }
}

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

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

.prm .titblock {
  position: relative;
  padding: 48px 0;
  background: #fff;
  border-bottom: 1px solid #31552d1a
}

.prm .titblock-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #31552D 0%, #4F9C53 60%, #72CF78 100%);
  border-radius: 0 1px 1px 0
}

.prm .titblock-grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px
}

.prm .titblock-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center
}

.prm .titblock-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #4F9C53;
  background: #4f9c5314;
  padding: 4px 16px;
  border-radius: 1px;
  width: fit-content
}

.prm .titblock-h1 {
  font-size: 48px;
  line-height: 1.1;
  color: #31552D;
  margin: 0;
  font-weight: 800
}

.prm .titblock-h1 span {
  display: block;
  font-size: 64px;
  color: #4F9C53;
  font-weight: 900
}

.prm .titblock-desc {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3d28;
  max-width: 520px;
  margin: 0
}

.prm .titblock-actions {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap
}

.prm .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  background: #31552D;
  padding: 16px 24px;
  border-radius: 1px;
  text-decoration: none;
  border: 2px solid #31552D;
  position: relative;
  overflow: hidden;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prm .btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid #72CF78;
  border-radius: 1px;
  opacity: 0;
  transition: opacity .5s ease
}

.prm .btn-primary:hover::after {
  opacity: 1
}

.prm .btn-primary:hover {
  background: #4F9C53;
  border-color: #4F9C53
}

.prm .btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.1;
  color: #31552D;
  text-decoration: none;
  border-bottom: 1px solid #31552d4d;
  padding-bottom: 4px;
  transition: border-color .7s ease, color .7s ease
}

.prm .btn-link:hover {
  color: #4F9C53;
  border-color: #4F9C53
}

.prm .titblock-imgstrip {
  width: 220px;
  flex-shrink: 0;
  position: relative;
  border-radius: 1px;
  overflow: hidden
}

.prm .titblock-imgstrip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .55;
  display: block
}

.prm .fitcheck {
  padding: 48px 0;
  background: #f5f9f4;
  background-image: repeating-linear-gradient(0deg, #31552d0a 0px, #31552d0a 1px, transparent 1px, transparent 28px), repeating-linear-gradient(90deg, #31552d0a 0px, #31552d0a 1px, transparent 1px, transparent 28px)
}

.prm .fitcheck-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 48px
}

.prm .fitcheck-htxt {
  flex: 1 1 0
}

.prm .fitcheck-h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #31552D;
  margin: 0 0 16px;
  font-weight: 700
}

.prm .fitcheck-h2 .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #72CF78;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  margin-bottom: 4px
}

.prm .fitcheck-intro {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3d28;
  max-width: 560px;
  margin: 0;
  background: #31552d0d;
  padding: 16px;
  border-radius: 1px
}

.prm .fitcheck-aside {
  width: 260px;
  flex-shrink: 0
}

.prm .fitcheck-stat {
  background: #31552D;
  color: #fff;
  padding: 24px;
  border-radius: 1px;
  box-shadow: 0 12px 60px 0 #31552d24
}

.prm .fitcheck-stat-num {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 900;
  color: #72CF78;
  display: block
}

.prm .fitcheck-stat-label {
  font-size: 15px;
  line-height: 1.75;
  color: #ffffffd9;
  margin-top: 8px;
  display: block
}

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

.prm .fitcheck-col {
  background: #fff;
  border-radius: 1px;
  padding: 24px;
  box-shadow: 0 1px 5px 0 #31552d12
}

.prm .fitcheck-col-title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #31552D;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.prm .fitcheck-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0
}

.prm .fitcheck-list li {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3d28;
  padding: 8px 0;
  border-bottom: 1px solid #31552d1a
}

.prm .fitcheck-list li:last-child {
  border-bottom: none
}

.prm .div-curve {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.prm .longval {
  padding: 48px 0;
  background: #fff;
  animation: bgwarm 9s ease-in-out infinite alternate
}

@keyframes bgwarm {
  0% {
    background-color: #fff
  }

  50% {
    background-color: #f0f7ef
  }

  100% {
    background-color: #fff
  }
}

.prm .longval-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
  align-items: start
}

.prm .longval-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prm .longval-h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #31552D;
  margin: 0;
  font-weight: 700
}

.prm .longval-h2 .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #4F9C53;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  margin-bottom: 4px
}

.prm .longval-p {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3d28;
  margin: 0
}

.prm .longval-p-first {
  background: #4f9c5312;
  padding: 16px;
  border-radius: 1px
}

.prm .longval-items {
  display: flex;
  flex-direction: column;
  gap: 0
}

.prm .longval-item {
  padding: 16px 0;
  border-bottom: 1px solid #31552d1a;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.prm .longval-item:last-child {
  border-bottom: none
}

.prm .longval-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px
}

.prm .longval-item-txt {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3d28
}

.prm .longval-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prm .longval-imgbox {
  position: relative;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 0 12px 60px 0 #31552d24
}

.prm .longval-imgbox img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block
}

.prm .longval-donut {
  background: #31552D;
  border-radius: 1px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  box-shadow: 0 7px 14px 0 #31552d17
}

.prm .longval-donut-labels {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 0
}

.prm .longval-donut-label {
  font-size: 15px;
  line-height: 1.75;
  color: #ffffffd9;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.prm .longval-donut-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0
}

.prm .environ {
  padding: 48px 0;
  background: conic-gradient(at 30% 60%, #31552d0f 0deg, #4f9c531a 113deg, #72cf7812 220deg, #31552d0a 360deg)
}

.prm .environ-h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #31552D;
  margin: 0 0 8px;
  font-weight: 700
}

.prm .environ-h2 .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #72CF78;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  margin-bottom: 4px
}

.prm .environ-sub {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3d28;
  max-width: 600px;
  margin: 0 0 48px
}

.prm .environ-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
  align-items: start
}

.prm .environ-card {
  background: #fff;
  border-radius: 1px;
  padding: 24px;
  box-shadow: 0 1px 5px 0 #31552d12;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: default
}

.prm .environ-card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 60px 0 #31552d24
}

.prm .environ-grid .environ-card:not(:first-child):not(:hover) {
  transform: scale(0.97)
}

.prm .environ-card-big {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.prm .environ-card-big img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 1px;
  display: block
}

.prm .environ-card-h {
  font-size: 20px;
  line-height: 1.1;
  color: #31552D;
  font-weight: 700;
  margin: 0 0 8px
}

.prm .environ-card-p {
  font-size: 15px;
  line-height: 1.75;
  color: #2a3d28;
  margin: 0
}

.prm .environ-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #31552D;
  border-radius: 1px;
  padding: 24px;
  box-shadow: 0 7px 14px 0 #31552d17
}

.prm .environ-portrait {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  box-shadow: 0 1px 5px 0 #31552d12
}

.prm .environ-profile-txt {
  flex: 1 1 0
}

.prm .environ-profile-name {
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin: 0 0 4px
}

.prm .environ-profile-role {
  font-size: 15px;
  line-height: 1.75;
  color: #ffffffbf;
  margin: 0
}

.prm .environ-profile-quote {
  font-size: 15px;
  line-height: 1.75;
  color: #ffffffd9;
  margin: 8px 0 0;
  font-style: italic
}

.prm .environ-accent {
  background: #31552d0d;
  border-radius: 1px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center
}

.prm .environ-accent-num {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 900;
  color: #4F9C53
}

.prm .environ-accent-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #2a3d28;
  margin: 0
}

.prm .gap-sec {
  padding: 48px 0;
  background: #fff
}

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

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

.prm .gap-h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #31552D;
  font-weight: 700;
  margin: 0
}

.prm .gap-h2 .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #4F9C53;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  margin-bottom: 4px
}

.prm .gap-imgwrap {
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 0 7px 14px 0 #31552d17
}

.prm .gap-imgwrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block
}

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

.prm .gap-p {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3d28;
  margin: 0
}

.prm .gap-p-first {
  background: #31552d0d;
  padding: 16px;
  border-radius: 1px
}

.prm .gap-steps {
  display: flex;
  flex-direction: column;
  gap: 0
}

.prm .gap-step {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #31552d1a;
  align-items: flex-start
}

.prm .gap-step:last-child {
  border-bottom: none
}

.prm .gap-step-num {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  color: #4F9C53;
  width: 32px;
  flex-shrink: 0
}

.prm .gap-step-body {
  flex: 1 1 0
}

.prm .gap-step-title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #31552D;
  margin: 0 0 4px
}

.prm .gap-step-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #2a3d28;
  margin: 0
}

.prm .gap-result {
  background: conic-gradient(at 30% 40%, #31552D 0deg, #4F9C53 113deg, #72CF78 200deg, #31552D 360deg);
  border-radius: 1px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  box-shadow: 0 12px 60px 0 #31552d24
}

.prm .gap-result-icon {
  flex-shrink: 0
}

.prm .gap-result-txt {
  flex: 1 1 0
}

.prm .gap-result-heading {
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin: 0 0 4px
}

.prm .gap-result-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #ffffffd9;
  margin: 0
}

.prm .gap-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.1;
  color: #31552D;
  text-decoration: none;
  border-bottom: 1px solid #31552d4d;
  padding-bottom: 4px;
  width: fit-content;
  transition: color .7s ease, border-color .7s ease
}

.prm .gap-link:hover {
  color: #4F9C53;
  border-color: #4F9C53
}

@media (max-width: 900px) {
  .prm .titblock-grid {
    flex-direction: column
  }

  .prm .titblock-imgstrip {
    width: 100%;
    height: 180px
  }

  .prm .titblock-h1 {
    font-size: 48px
  }

  .prm .titblock-h1 span {
    font-size: 48px
  }

  .prm .fitcheck-head {
    flex-direction: column;
    gap: 24px
  }

  .prm .fitcheck-aside {
    width: 100%
  }

  .prm .fitcheck-cols {
    grid-template-columns: 1fr
  }

  .prm .longval-grid {
    grid-template-columns: 1fr
  }

  .prm .environ-grid {
    grid-template-columns: 1fr
  }

  .prm .environ-card-big {
    grid-row: span 1
  }

  .prm .gap-layout {
    grid-template-columns: 1fr
  }
}

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

  .prm .titblock-h1 span {
    font-size: 48px
  }

  .prm .fitcheck-h2,
  .prm .longval-h2,
  .prm .environ-h2,
  .prm .gap-h2 {
    font-size: 48px
  }

  .prm .titblock-actions {
    flex-direction: column;
    align-items: flex-start
  }

  .prm .environ-profile {
    flex-direction: column;
    align-items: flex-start
  }

  .prm .gap-result {
    flex-direction: column;
    align-items: flex-start
  }
}

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

.tech .dropin {
  opacity: 0;
  transform: translateY(-28px);
  animation: dropIn .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.tech .dropin:nth-child(1) {
  animation-delay: .05s
}

.tech .dropin:nth-child(2) {
  animation-delay: .18s
}

.tech .dropin:nth-child(3) {
  animation-delay: .31s
}

.tech .dropin:nth-child(4) {
  animation-delay: .44s
}

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

.tech .strip {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative
}

.tech .stripImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.7) brightness(0.85) contrast(1.1)
}

.tech .stripOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #31552d61, #31552d1f);
  pointer-events: none
}

.tech .stripDeco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: conic-gradient(from 113deg, #31552D, #4F9C53, #72CF78, #4F9C53, #31552D);
  opacity: .55;
  pointer-events: none
}

.tech .titlezone {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px
}

.tech .pagelabel {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #4F9C53;
  margin-bottom: 16px
}

.tech .pageh1 {
  font-size: 48px;
  line-height: 1.1;
  color: #31552D;
  font-weight: 800;
  margin: 0 0 16px;
  max-width: 680px
}

.tech .pageh1 .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #72CF78;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.tech .pagelead {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3a28;
  max-width: 620px;
  margin: 0;
  background: #72cf781a;
  border-radius: 1px;
  padding: 16px
}

.tech .zigzag {
  width: 100%;
  height: 28px;
  display: block;
  overflow: hidden
}

.tech .stacksec {
  background: #f5faf4;
  padding: 48px 0
}

.tech .stackinner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.tech .seclabel {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #4F9C53;
  margin-bottom: 8px;
  display: block
}

.tech .sech2 {
  font-size: 20px;
  font-weight: 800;
  color: #31552D;
  margin: 0 0 24px;
  line-height: 1.1
}

.tech .sech2 .dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #4F9C53;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.tech .stackgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.tech .stackcard {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 7px 14px 0 #31552d17;
  padding: 24px;
  position: relative;
  border-top: 3px solid #72CF78;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.tech .stackcard:hover {
  box-shadow: 0 12px 60px 0 #31552d24;
  transform: translateY(-4px)
}

.tech .cardicon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #72cf7826;
  border-radius: 10px
}

.tech .cardicon svg {
  width: 22px;
  height: 22px
}

.tech .cardname {
  font-size: 16px;
  font-weight: 700;
  color: #31552D;
  margin: 0 0 8px
}

.tech .carddesc {
  font-size: 15px;
  line-height: 1.75;
  color: #374a34;
  margin: 0
}

.tech .stackcard .cardtag {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #4F9C53;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 16px;
  border-bottom: 1px solid #72CF78;
  padding-bottom: 2px
}

.tech .factsec {
  background: #31552D;
  padding: 48px 0;
  position: relative;
  overflow: hidden
}

.tech .factdeco {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 10px;
  background: conic-gradient(from 113deg, #4F9C53, #72CF78, #4F9C53);
  opacity: .1;
  pointer-events: none
}

.tech .factinner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.tech .facttext .seclabel {
  color: #72CF78
}

.tech .facttext .sech2 {
  color: #fff
}

.tech .facttext .sech2 .dot {
  background: #72CF78
}

.tech .factbody {
  font-size: 15px;
  line-height: 1.75;
  color: #ffffffd1;
  margin: 0 0 24px;
  background: #ffffff0f;
  border-radius: 1px;
  padding: 16px
}

.tech .factlist {
  list-style: none;
  padding: 0;
  margin: 0
}

.tech .factlist li {
  font-size: 15px;
  line-height: 1.75;
  color: #ffffffd9;
  padding: 8px 0;
  border-bottom: 1px solid #72cf7838;
  display: flex;
  align-items: center;
  gap: 8px
}

.tech .factlist li:last-child {
  border-bottom: none
}

.tech .limarker {
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #72CF78;
  flex-shrink: 0
}

.tech .statpanel {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.tech .statblock {
  background: #ffffff12;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 1px 5px 0 #4f9c5312;
  border-top: 2px solid #72cf7859;
  transition: background .65s ease
}

.tech .statblock:hover {
  background: #ffffff1f
}

.tech .statnum {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #72CF78;
  display: block
}

.tech .statlabel {
  font-size: 15px;
  line-height: 1.75;
  color: #ffffffbf;
  margin: 4px 0 0;
  display: block
}

.tech .statexplain {
  font-size: 15px;
  line-height: 1.75;
  color: #fff9;
  margin: 8px 0 0
}

.tech .approachsec {
  background: #fff;
  padding: 48px 0
}

.tech .approachinner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.tech .approachgrid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start
}

.tech .approachtext .sech2 {
  margin-bottom: 16px
}

.tech .apbody {
  font-size: 15px;
  line-height: 1.75;
  color: #2a3a28;
  margin: 0 0 16px
}

.tech .apbody.first {
  background: #72cf781a;
  border-radius: 1px;
  padding: 16px
}

.tech .apsteps {
  list-style: none;
  padding: 0;
  margin: 24px 0 0
}

.tech .apsteps li {
  font-size: 15px;
  line-height: 1.75;
  color: #374a34;
  padding: 8px 0;
  border-bottom: 1px solid #4f9c532e;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.tech .apsteps li:last-child {
  border-bottom: none
}

.tech .stepnum {
  font-size: 15px;
  font-weight: 800;
  color: #4F9C53;
  min-width: 20px;
  flex-shrink: 0
}

.tech .imgpanel {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.tech .imgwrap {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 60px 0 #31552d24
}

.tech .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.tech .imgwrap:hover img {
  transform: scale(1.04)
}

.tech .expertcard {
  background: #f5faf4;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 1px 5px 0 #31552d12
}

.tech .expertphoto {
  width: 80px;
  height: 80px;
  border-radius: 0;
  overflow: hidden;
  flex-shrink: 0
}

.tech .expertphoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

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

.tech .expertname {
  font-size: 16px;
  font-weight: 700;
  color: #31552D
}

.tech .expertrole {
  font-size: 15px;
  color: #4F9C53
}

.tech .expertquote {
  font-size: 15px;
  line-height: 1.75;
  color: #374a34;
  margin: 0
}

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

  .tech .factinner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .tech .approachgrid {
    grid-template-columns: 1fr;
    gap: 24px
  }
}

@media (max-width: 600px) {
  .tech .pageh1 {
    font-size: 48px
  }

  .tech .stackgrid {
    grid-template-columns: 1fr
  }

  .tech .statnum {
    font-size: 48px
  }

  .tech .strip {
    height: 120px
  }
}

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

.abus .titblock {
  position: relative;
  padding: 48px 24px;
  background: conic-gradient(from 113deg at 38% 60%, #31552D, #4F9C53, #72CF78, #4F9C53, #31552D);
  background-size: 400% 400%;
  animation: gradshift 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
  overflow: hidden
}

@keyframes gradshift {
  0% {
    background-position: 0 50%
  }

  100% {
    background-position: 100% 50%
  }
}

.abus .titblock .blob1 {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #72cf7838;
  filter: blur(60px);
  top: -80px;
  left: -60px;
  pointer-events: none
}

.abus .titblock .blob2 {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #31552d47;
  filter: blur(50px);
  bottom: -60px;
  right: 80px;
  pointer-events: none
}

.abus .titblock .tinner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1
}

.abus .titblock .ttext {
  flex: 1 1 0
}

.abus .titblock .tlabel {
  font-size: 15px;
  line-height: 1.75;
  color: #ffffffc7;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.abus .titblock .th1 {
  font-size: 48px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 800
}

.abus .titblock .th1 span {
  display: block;
  font-weight: 400;
  opacity: .88
}

.abus .titblock .tdesc {
  font-size: 16px;
  line-height: 1.75;
  color: #ffffffe6;
  max-width: 480px
}

.abus .titblock .timg {
  flex: 0 0 380px;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 60px 0 #31552d24;
  animation: imgscale .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes imgscale {
  from {
    transform: scale(0.97);
    opacity: .7
  }

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

.abus .titblock .timg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(0px);
  display: block
}

.abus .titblock .timg img.blurred {
  filter: blur(3px) brightness(0.92)
}

.abus .mainsec {
  background: linear-gradient(180deg, #e8f5e9 0%, #fff 100%);
  padding: 48px 24px
}

.abus .mainsec .minner {
  max-width: 1100px;
  margin: 0 auto
}

.abus .mainsec .mtoprow {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 48px
}

.abus .mainsec .mleft {
  flex: 1 1 0
}

.abus .mainsec .mright {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abus .mainsec .sechead {
  font-size: 20px;
  line-height: 1.1;
  color: #31552D;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  display: inline-block
}

.abus .mainsec .sechead::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #72CF78;
  margin-left: 8px;
  vertical-align: middle
}

.abus .mainsec .opara {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3a28;
  background: #4f9c5312;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px
}

.abus .mainsec .para {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3a28;
  margin-bottom: 16px
}

.abus .mainsec .curveline {
  display: block;
  width: 80px;
  height: 32px;
  margin-bottom: 16px
}

.abus .mainsec .imgcard {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 7px 14px 0 #4f9c5317;
  animation: imgscale .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s both
}

.abus .mainsec .imgcard img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block
}

.abus .mainsec .statcard {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 1px 5px 0 #31552d12;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abus .mainsec .statnum {
  font-size: 48px;
  line-height: 1.1;
  color: #4F9C53;
  font-weight: 800
}

.abus .mainsec .statlabel {
  font-size: 15px;
  line-height: 1.75;
  color: #31552D
}

.abus .mainsec .vallist {
  list-style: none;
  padding: 0;
  margin: 0 0 24px
}

.abus .mainsec .vallist li {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3a28;
  padding: 8px 0;
  border-bottom: 1px solid #4f9c532e;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.abus .mainsec .vallist li:last-child {
  border-bottom: none
}

.abus .mainsec .vdot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4F9C53;
  flex-shrink: 0
}

.abus .mainsec .checkrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px
}

.abus .mainsec .checkitem {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 7px 14px 0 #31552d17;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abus .mainsec .checkitem:hover {
  box-shadow: 0 12px 60px 0 #31552d24
}

.abus .mainsec .cihead {
  font-size: 16px;
  line-height: 1.1;
  color: #31552D;
  font-weight: 700
}

.abus .mainsec .cipara {
  font-size: 15px;
  line-height: 1.75;
  color: #3a4e38
}

.abus .mainsec .teamrow {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  background: #31552d0a;
  border-radius: 10px;
  padding: 24px
}

.abus .mainsec .portrait {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 1px 5px 0 #31552d12
}

.abus .mainsec .portrait img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  display: block
}

.abus .mainsec .tquote {
  font-size: 16px;
  line-height: 1.75;
  color: #2a3a28;
  flex: 1 1 0
}

.abus .mainsec .tname {
  font-size: 15px;
  line-height: 1.75;
  color: #4F9C53;
  font-weight: 700;
  margin-top: 8px
}

.abus .mainsec .tpattern {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%234F9C53' stroke-width='0.5' opacity='0.13'%3E%3Crect x='10' y='10' width='40' height='40'/%3E%3Cline x1='10' y1='10' x2='0' y2='0'/%3E%3Cline x1='50' y1='10' x2='60' y2='0'/%3E%3Cline x1='10' y1='50' x2='0' y2='60'/%3E%3Cline x1='50' y1='50' x2='60' y2='60'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Ccircle cx='50' cy='10' r='2'/%3E%3Ccircle cx='10' cy='50' r='2'/%3E%3Ccircle cx='50' cy='50' r='2'/%3E%3Ccircle cx='30' cy='30' r='3'/%3E%3Cline x1='30' y1='10' x2='30' y2='0'/%3E%3Cline x1='30' y1='50' x2='30' y2='60'/%3E%3Cline x1='10' y1='30' x2='0' y2='30'/%3E%3Cline x1='50' y1='30' x2='60' y2='30'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 60px 60px
}

.abus .mainsec .imgcard2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 7px 14px 0 #4f9c5317;
  margin-top: 24px;
  animation: imgscale .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .35s both
}

.abus .mainsec .imgcard2 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block
}

@media (max-width: 820px) {
  .abus .titblock .tinner {
    flex-direction: column;
    gap: 24px
  }

  .abus .titblock .timg {
    flex: 0 0 auto;
    width: 100%;
    height: 220px
  }

  .abus .titblock .th1 {
    font-size: 48px
  }

  .abus .mainsec .mtoprow {
    flex-direction: column;
    gap: 24px
  }

  .abus .mainsec .mright {
    flex: 0 0 auto;
    width: 100%
  }

  .abus .mainsec .checkrow {
    grid-template-columns: 1fr
  }

  .abus .mainsec .teamrow {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 480px) {
  .abus .titblock .th1 {
    font-size: 48px
  }

  .abus .mainsec .statnum {
    font-size: 48px
  }
}

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

.ctus .grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 180px 180px
}

.ctus .rotshape {
  position: absolute;
  top: 60px;
  right: -80px;
  width: 340px;
  height: 340px;
  border: 1px solid #4f9c5321;
  border-radius: 10px;
  animation: rotspin 22s linear infinite;
  pointer-events: none;
  z-index: 0
}

.ctus .rotshape2 {
  position: absolute;
  top: 120px;
  right: -50px;
  width: 220px;
  height: 220px;
  border: 1px solid #31552d17;
  border-radius: 10px;
  animation: rotspin 34s linear infinite reverse;
  pointer-events: none;
  z-index: 0
}

@keyframes rotspin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

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

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

.ctus .topband {
  position: relative;
  padding: 48px 24px;
  background: #31552D;
  overflow: hidden
}

.ctus .topband-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
  animation: fadeblur .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.ctus .topband-text {
  flex: 1;
  min-width: 0
}

.ctus .toplabel {
  display: inline-block;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #72CF78;
  margin-bottom: 16px
}

.ctus .toph {
  font-size: 48px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 16px;
  font-weight: 700
}

.ctus .toph span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #72CF78;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.ctus .topdesc {
  font-size: 16px;
  line-height: 1.75;
  color: #ffffffd1;
  max-width: 480px;
  margin: 0
}

.ctus .topimg-wrap {
  flex: 0 0 320px;
  width: 320px;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 60px 0 #31552d24
}

.ctus .topimg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1) brightness(0.88)
}

.ctus .topimg-deco {
  position: absolute;
  inset: 0;
  background: conic-gradient(from 113deg, #31552d61, #4f9c532e, transparent 60%);
  pointer-events: none
}

.ctus .topband-deco {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 380px;
  pointer-events: none;
  z-index: 0
}

.ctus .topband-deco-ring {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid #72cf782e
}

.ctus .topband-deco-ring2 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #72cf781f
}

.ctus .mainsec {
  position: relative;
  padding: 48px 24px;
  background: #f4f7f3;
  z-index: 1
}

.ctus .mainsec-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.ctus .infocol {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus .infocard {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 7px 14px 0 #31552d17;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .infocard-icon {
  width: 36px;
  height: 36px;
  background: conic-gradient(from 113deg, #31552D, #4F9C53);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px
}

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

.ctus .infocard-label {
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #4F9C53;
  font-weight: 600
}

.ctus .infocard-val {
  font-size: 16px;
  line-height: 1.75;
  color: #1e3a1b;
  margin: 0;
  text-decoration: none;
  display: block
}

.ctus .infocard-val:hover {
  color: #31552D;
  transition: color .55s ease
}

.ctus .arealist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0
}

.ctus .arealist li {
  font-size: 15px;
  line-height: 1.75;
  color: #1e3a1b;
  padding: 8px 0;
  border-bottom: 1px solid #31552d1a;
  display: flex;
  align-items: center;
  gap: 8px
}

.ctus .arealist li:last-child {
  border-bottom: none
}

.ctus .arealist li svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  stroke: #4F9C53;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round
}

.ctus .formcol {
  flex: 1;
  min-width: 0
}

.ctus .formcard {
  background: #fff;
  border-radius: 10px;
  padding: 48px;
  box-shadow: 0 12px 60px 0 #31552d24
}

.ctus .formtop {
  margin-bottom: 24px
}

.ctus .formh {
  font-size: 20px;
  line-height: 1.1;
  color: #31552D;
  font-weight: 700;
  margin: 0 0 8px
}

.ctus .formh span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #72CF78;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.ctus .formdesc {
  font-size: 15px;
  line-height: 1.75;
  color: #4a6147;
  margin: 0
}

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

.ctus .frow {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.ctus .fgroup {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1
}

.ctus .flabel {
  font-size: 15px;
  line-height: 1.75;
  color: #31552D;
  font-weight: 600
}

.ctus .finput {
  font-size: 16px;
  line-height: 1.75;
  color: #1e3a1b;
  background: #f4f7f3;
  border: 1px solid #31552d2e;
  border-radius: 10px;
  padding: 8px 16px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .55s ease, box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus .finput::placeholder {
  color: #1e3a1b61
}

.ctus .finput:focus {
  border-color: #4F9C53;
  box-shadow: 0 1px 5px 0 #31552d12
}

.ctus .fselect {
  font-size: 16px;
  line-height: 1.75;
  color: #1e3a1b;
  background: #f4f7f3;
  border: 1px solid #31552d2e;
  border-radius: 10px;
  padding: 8px 16px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color .55s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234F9C53' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px
}

.ctus .fselect:focus {
  border-color: #4F9C53
}

.ctus .checksec {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .checksec-label {
  font-size: 15px;
  line-height: 1.75;
  color: #31552D;
  font-weight: 600
}

.ctus .checkgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.ctus .checklabel {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.75;
  color: #1e3a1b;
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #31552d1f;
  transition: background .5s ease, border-color .5s ease
}

.ctus .checklabel:hover {
  background: #72cf781a;
  border-color: #4f9c534d
}

.ctus .checklabel input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #4F9C53;
  cursor: pointer;
  flex-shrink: 0
}

.ctus .privacyrow {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  background: #72cf7814;
  border-radius: 10px
}

.ctus .privacyrow input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #4F9C53;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 3px
}

.ctus .privacytext {
  font-size: 15px;
  line-height: 1.75;
  color: #4a6147;
  margin: 0
}

.ctus .privacytext a {
  color: #31552D;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .5s ease
}

.ctus .privacytext a:hover {
  color: #4F9C53
}

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

.ctus .subbtn {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  background: #31552D;
  border: none;
  border-radius: 10px;
  padding: 8px 48px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: .04em;
  overflow: hidden;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus .subbtn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: border-color .55s ease;
  pointer-events: none
}

.ctus .subbtn:hover {
  background: #4F9C53
}

.ctus .subbtn:hover::before {
  border-color: #72CF78
}

.ctus .subbtn:focus {
  outline: 2px solid #72CF78;
  outline-offset: 2px
}

.ctus .subbtn-arrow {
  display: inline-block;
  margin-left: 8px;
  transition: transform .55s ease
}

.ctus .subbtn:hover .subbtn-arrow {
  transform: translateX(4px)
}

.ctus .icoswap {
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.ctus .icoswap .ico-default {
  display: block;
  transition: opacity .55s ease, transform .55s ease
}

.ctus .icoswap .ico-hover {
  display: none;
  opacity: 0;
  position: absolute;
  transition: opacity .55s ease, transform .55s ease
}

.ctus .infocard:hover .icoswap {
  position: relative
}

.ctus .infocard:hover .ico-default {
  opacity: 0
}

.ctus .infocard:hover .ico-hover {
  display: block;
  opacity: 1
}

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

  .ctus .topimg-wrap {
    flex: none;
    width: 100%;
    height: 200px
  }

  .ctus .mainsec-inner {
    flex-direction: column;
    gap: 24px
  }

  .ctus .infocol {
    flex: none;
    width: 100%
  }

  .ctus .formcard {
    padding: 24px
  }

  .ctus .frow {
    flex-direction: column;
    gap: 16px
  }

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

  .ctus .toph {
    font-size: 48px
  }
}

@media (max-width: 540px) {
  .ctus .toph {
    font-size: 32px
  }

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

.successPage {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: #fff
}

.successPage .card {
  max-width: 1100px;
  width: 100%;
  background: #f4faf4;
  border-radius: 10px;
  box-shadow: 0 12px 60px 0 #31552d24;
  padding: 48px;
  text-align: center
}

.successPage .iconWrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 10px;
  background: conic-gradient(from 113deg, #31552D, #4F9C53, #72CF78);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.successPage .iconWrap svg {
  width: 36px;
  height: 36px
}

.successPage .heading {
  font-size: 48px;
  line-height: 1.1;
  color: #31552D;
  margin: 0 0 16px
}

.successPage .sub {
  font-size: 20px;
  line-height: 1.75;
  color: #2a3d28;
  margin: 0 0 8px
}

.successPage .note {
  font-size: 16px;
  line-height: 1.75;
  color: #3d5c3a;
  margin: 0 0 48px
}

.successPage .divider {
  width: 48px;
  height: 1px;
  background: #72CF78;
  margin: 0 auto 48px
}

.successPage .backLink {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.75;
  color: #31552D;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease
}

.successPage .backLink:hover {
  color: #4F9C53;
  border-bottom-color: #4F9C53
}

.successPage .backLink svg {
  width: 16px;
  height: 16px;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

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

@media (max-width: 600px) {
  .successPage .card {
    padding: 48px 24px
  }

  .successPage .heading {
    font-size: 48px
  }
}