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

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

body {
  margin: 0;
  scrollbar-gutter: stable;
  min-height: 100vh;
  font-family: 'Alegreya', Georgia, serif
}

:focus {
  outline: 2px dashed #474E50;
  outline-offset: 3px
}

img {
  max-width: 100%
}

.sitehead {
  position: relative;
  background: #fff;
  padding-bottom: 0
}

.sitehead::after {
  content: '';
  display: block;
  height: 32px;
  background: linear-gradient(to bottom, #fff 0%, #fff0 100%);
  pointer-events: none
}

.sitehead-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 64px 16px;
  max-width: 1366px;
  margin: 0 auto;
  gap: 32px
}

.brand-pod {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none
}

.logoframe {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f4f2;
  border: 1px solid #B1C09B;
  border-radius: 22px;
  box-shadow: 2px 2px 5px -2px #474e500f 2px 6px 14px -2px #474e501a;
  padding: 8px 16px;
  width: auto;
  height: 65px
}

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

.brandname {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  color: #474E50;
  letter-spacing: 0
}

.sitehead-addr {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  text-align: right;
  flex-shrink: 0
}

.sitehead-addr a {
  color: #474E50;
  text-decoration: none;
  transition: color .15s ease-out
}

.sitehead-addr a:hover {
  color: #B1C09B
}

.sitehead-nav {
  background: linear-gradient(135deg, #474E50 0%, #5a6264 100%);
  border-radius: 8px 8px 0 0;
  box-shadow: 2px 6px 14px -2px #474e501a;
  max-width: 1366px;
  margin: 0 auto
}

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

.navlinks li {
  margin: 0
}

.navlinks li a {
  display: block;
  font-family: 'Alegreya', Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  padding: 16px;
  border-radius: 5px;
  transition: background-color .15s ease-out, border-radius .18s ease-out
}

.navlinks li a:hover {
  background-color: #b1c09b40;
  border-radius: 22px
}

.navlinks li a.active {
  color: #B1C09B;
  font-weight: 700
}

.sitefooter {
  background: #474E50;
  padding: 64px 0 32px;
  margin-top: 64px
}

.sitefooter-deck {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 64px
}

.sitefooter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 64px
}

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

.footerlogoframe {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f4f2;
  border: 1px solid #B1C09B;
  border-radius: 22px;
  box-shadow: 2px 2px 5px -2px #474e500f;
  padding: 8px 16px;
  height: 65px;
  width: auto;
  align-self: center
}

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

.footer-brandname {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  width: 100%
}

.footer-copy {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  text-align: center;
  width: 100%
}

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

.footercol-heading {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: #B1C09B;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #b1c09b33
}

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

.footerlinks li a {
  font-size: 15px;
  line-height: 1.5;
  color: #c8cdd0;
  text-decoration: none;
  transition: color .12s ease-out, padding-left .15s ease;
  display: block;
  border-radius: 5px;
  padding: 4px 8px
}

.footerlinks li a:hover {
  color: #B1C09B;
  padding-left: 16px;
  border-radius: 8px
}

.footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.footer-contact-label {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F
}

.footer-contact-val {
  font-size: 15px;
  line-height: 1.5;
  color: #c8cdd0;
  text-decoration: none;
  transition: color .12s ease-out
}

.footer-contact-val:hover {
  color: #B1C09B
}

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

.footer-services-list li {
  font-size: 15px;
  line-height: 1.5;
  color: #c8cdd0;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 8px
}

.footer-svc-dot {
  width: 6px;
  height: 6px;
  border-radius: 38px;
  background: #B1C09B;
  flex-shrink: 0
}

.sitefooter-bottom {
  border-top: 1px solid #b1c09b26;
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.footer-legal-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px
}

.footer-legal-links li a {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  text-decoration: none;
  transition: color .12s ease-out;
  border-radius: 5px;
  padding: 4px 8px
}

.footer-legal-links li a:hover {
  color: #B1C09B;
  border-radius: 22px
}

.footer-consent-link {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  text-decoration: none;
  transition: color .12s ease-out;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Alegreya', Georgia, serif;
  padding: 4px 8px;
  border-radius: 5px
}

.footer-consent-link:hover {
  color: #B1C09B;
  border-radius: 22px
}

.cookiebar {
  position: fixed;
  top: 32px;
  left: 32px;
  width: 360px;
  background: #fff;
  border: 1px solid #B1C09B;
  border-radius: 8px;
  box-shadow: 2px 8px 40px -2px #474e501c;
  padding: 32px;
  z-index: 1500;
  display: none
}

.cookiebar.cookiebar-visible {
  display: block
}

.cookiebar-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  display: block
}

.cookiebar-text {
  font-size: 15px;
  line-height: 1.9;
  color: #474E50;
  margin: 0 0 16px
}

.cookiebar-btns {
  display: flex;
  gap: 8px
}

.cookiebar-btns button {
  flex: 1;
  font-family: 'Alegreya', Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid #474E50;
  cursor: pointer;
  transition: background-color .15s ease-out, border-radius .18s ease-out, color .15s ease-out;
  min-height: 44px
}

.cookiebar-btns button:hover {
  border-radius: 22px
}

.cookiebar-accept {
  background: #474E50;
  color: #fff
}

.cookiebar-accept:hover {
  background: #B1C09B;
  border-color: #B1C09B;
  color: #474E50
}

.cookiebar-decline {
  background: #fff;
  color: #474E50
}

.cookiebar-decline:hover {
  background: #f5f4f2
}

.privpanel {
  display: none;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #B1C09B
}

.privpanel-heading {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #474E50;
  margin: 0 0 8px
}

.privpanel-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 0
}

.privpanel-row label {
  font-size: 15px;
  line-height: 1.5;
  color: #474E50;
  cursor: pointer
}

.privpanel-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #474E50;
  cursor: pointer
}

@media (max-width: 1280px) {
  .sitehead-top {
    padding: 32px 32px 16px
  }

  .sitehead-nav {
    margin: 0 32px
  }

  .sitefooter-deck {
    padding: 0 32px
  }

  .sitefooter-grid {
    grid-template-columns: 1fr 1fr
  }
}

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

  .sitehead-addr {
    text-align: center
  }

  .sitehead-nav {
    margin: 0 16px;
    border-radius: 8px
  }

  .navlinks {
    padding: 0 16px;
    justify-content: center
  }

  .navlinks li a {
    font-size: 15px;
    padding: 8px
  }

  .sitefooter-deck {
    padding: 0 16px
  }

  .sitefooter-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .sitefooter-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .footer-legal-links {
    justify-content: center
  }
}

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

  .cookiebar {
    left: 16px;
    right: 16px;
    width: auto;
    top: 16px
  }

  .brandname {
    font-size: 37px
  }
}

.rules-block {
  max-width: 1366px;
  margin: 0 auto;
  padding: 64px 32px
}

.rules-block p {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 16px;
  color: #474E50
}

.rules-block ul,
.rules-block ol {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 16px;
  padding-left: 32px
}

.rules-block li {
  margin-bottom: 8px;
  color: #474E50
}

.rules-block strong,
.rules-block b {
  font-weight: 700;
  color: #474E50
}

.rules-block em,
.rules-block i {
  font-style: italic;
  color: #80888F
}

.rules-block table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 2px 6px 14px -2px #474e501a;
  border-radius: 8px;
  overflow: hidden
}

.rules-block thead {
  background-color: #B1C09B
}

.rules-block thead th {
  color: #474E50;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 16px;
  text-align: left
}

.rules-block tbody tr {
  border-bottom: 1px solid #80888f2e;
  transition: background-color .15s ease-out
}

.rules-block tbody tr:last-child {
  border-bottom: none
}

.rules-block tbody tr:hover {
  background-color: #b1c09b1f
}

.rules-block td {
  padding: 16px;
  color: #474E50;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: top
}

.rules-block hr {
  border: none;
  border-top: 1px solid #80888f40;
  margin: 32px 0
}

.rules-block div {
  margin-bottom: 16px
}

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

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

  .rules-block p,
  .rules-block ul,
  .rules-block ol {
    font-size: 15px
  }
}

@media (max-width: 480px) {
  .rules-block {
    padding: 32px 16px
  }

  .rules-block thead th,
  .rules-block td {
    padding: 8px
  }
}

.srvs {
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: clip
}

.srvs .clip-reveal {
  clip-path: inset(0 100% 0 0);
  animation: wipeIn .18s ease-out forwards
}

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

.srvs .clip-reveal-slow {
  clip-path: inset(0 100% 0 0);
  animation: wipeIn .2s .1s ease-out forwards
}

.srvs .titleblock {
  position: relative;
  padding: 32px 64px 64px;
  background: #f4f5f3;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 32px;
  align-items: end
}

.srvs .titleblock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #B1C09B;
  border-radius: 0 5px 5px 0
}

.srvs .titleblock .tblock-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvs .titleblock .tblock-text h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 900;
  margin: 0;
  letter-spacing: 0
}

.srvs .titleblock .tblock-text h1 span {
  display: block
}

.srvs .titleblock .tblock-text .tdesc {
  font-size: 17px;
  line-height: 1.5;
  color: #80888F;
  max-width: 560px;
  margin: 0
}

.srvs .titleblock .tblock-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap
}

.srvs .titleblock .tblock-actions a {
  font-size: 15px;
  line-height: 1.5;
  padding: 8px 32px;
  border-radius: 5px;
  text-decoration: none;
  transition: border-radius .15s ease-out, background .15s ease-out;
  position: relative;
  overflow: hidden;
  display: inline-block
}

.srvs .titleblock .tblock-actions a.act-primary {
  background: #474E50;
  color: #fff !important;
  border: 2px solid #474E50
}

.srvs .titleblock .tblock-actions a.act-primary:hover {
  border-radius: 22px;
  background: #B1C09B;
  border-color: #B1C09B
}

.srvs .titleblock .tblock-actions a.act-secondary {
  background: transparent;
  color: #474E50;
  border: 2px solid #474E50
}

.srvs .titleblock .tblock-actions a.act-secondary:hover {
  border-radius: 22px;
  background: #474E50;
  color: #fff
}

.srvs .titleblock .tblock-img {
  position: relative;
  align-self: end;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 8px 40px -2px #474e501c
}

.srvs .titleblock .tblock-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  max-width: 100%
}

.srvs .titleblock .tblock-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to left, #f4f5f3 0%, transparent 100%);
  pointer-events: none
}

.srvs .diag-deco {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 80px;
  height: 80px;
  pointer-events: none;
  opacity: .13;
  overflow: hidden
}

.srvs .diag-deco svg {
  width: 100%;
  height: 100%
}

.srvs .zigzag-divider {
  width: 100%;
  line-height: 0;
  display: block
}

.srvs .zigzag-divider svg {
  width: 100%;
  display: block
}

.srvs .catalog {
  background: #fff;
  padding: 64px 64px 32px;
  position: relative
}

.srvs .catalog .cat-top {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
  align-items: start
}

.srvs .catalog .cat-heading {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 800;
  margin: 0
}

.srvs .catalog .cat-heading span {
  display: block
}

.srvs .catalog .cat-sub {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  margin: 0;
  padding-top: 8px
}

.srvs .metrics-pair {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-end
}

.srvs .metric-item {
  background: #f4f5f3;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  min-width: 96px;
  box-shadow: 2px 2px 5px -2px #474e500f
}

.srvs .metric-item .met-num {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 900;
  display: block
}

.srvs .metric-item .met-label {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  display: block;
  margin-top: 4px
}

.srvs .srv-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 16px;
  margin-bottom: 32px
}

.srvs .srv-card {
  background: #f4f5f3;
  border-radius: 8px;
  padding: 16px;
  box-shadow: inset 2px 2px 5px -2px #474e500f;
  position: relative;
  overflow: hidden;
  transition: border-radius .12s ease-out
}

.srvs .srv-card:hover {
  border-radius: 22px
}

.srvs .srv-card .stripe-hover {
  position: absolute;
  top: 0;
  left: -100%;
  width: 6px;
  height: 100%;
  background: #B1C09B;
  transition: left .15s ease-out;
  pointer-events: none
}

.srvs .srv-card:hover .stripe-hover {
  left: 0
}

.srvs .srv-card .card-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center
}

.srvs .srv-card .card-icon svg {
  width: 28px;
  height: 28px
}

.srvs .srv-card h4 {
  font-size: 17px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 700;
  margin: 0 0 8px
}

.srvs .srv-card h4 span {
  display: block
}

.srvs .srv-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  margin: 0
}

.srvs .srv-card.featured {
  background: #474E50;
  box-shadow: 2px 6px 14px -2px #474e501a
}

.srvs .srv-card.featured h4 {
  color: #B1C09B !important
}

.srvs .srv-card.featured p {
  color: #d4d9db
}

.srvs .srv-card.featured .stripe-hover {
  background: #B1C09B
}

.srvs .experts-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e8eae7
}

.srvs .expert-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.srvs .expert-portrait {
  width: 64px;
  min-width: 64px;
  height: 90px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 2px 6px 14px -2px #474e501a
}

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

.srvs .expert-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srvs .expert-text .exp-name {
  font-size: 17px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 700;
  margin: 0
}

.srvs .expert-text .exp-role {
  font-size: 15px;
  line-height: 1.5;
  color: #B1C09B;
  margin: 0;
  font-weight: 600
}

.srvs .expert-text .exp-bio {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  margin: 0
}

.srvs .catalog .cat-strikethrough {
  color: #80888F;
  text-decoration: line-through;
  margin-right: 8px
}

.srvs .catalog .cat-accent {
  color: #B1C09B;
  font-weight: 700
}

@media (max-width: 1280px) {
  .srvs .titleblock {
    padding: 32px 32px 64px
  }

  .srvs .catalog {
    padding: 64px 32px 32px
  }

  .srvs .srv-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 768px) {
  .srvs .titleblock {
    grid-template-columns: 1fr;
    padding: 32px 16px 64px
  }

  .srvs .titleblock .tblock-img {
    display: none
  }

  .srvs .titleblock .tblock-text h1 {
    font-size: 37px
  }

  .srvs .catalog {
    padding: 32px 16px
  }

  .srvs .catalog .cat-top {
    grid-template-columns: 1fr
  }

  .srvs .metrics-pair {
    justify-content: flex-start
  }

  .srvs .srv-grid {
    grid-template-columns: 1fr
  }

  .srvs .experts-row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 480px) {
  .srvs .titleblock .tblock-text h1 {
    font-size: 37px
  }

  .srvs .titleblock .tblock-actions {
    flex-direction: column
  }

  .srvs .titleblock .tblock-actions a {
    text-align: center
  }
}

.lrnprog {
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: clip
}

.lrnprog a {
  text-decoration: none !important
}

.lrnprog .split-screen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  position: relative
}

.lrnprog .split-left {
  background: #474E50;
  padding: 64px 64px 96px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative
}

.lrnprog .split-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #474E50 0%, #80888F 100%);
  opacity: .92
}

.lrnprog .split-left-inner {
  position: relative;
  z-index: 1
}

.lrnprog .quote-mark {
  display: block;
  font-size: 68px;
  line-height: 1.1;
  color: #B1C09B;
  opacity: .22;
  font-weight: 900;
  margin-bottom: 8px;
  user-select: none
}

.lrnprog .split-heading-sm {
  font-size: 17px;
  line-height: 1.5;
  color: #B1C09B;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px
}

.lrnprog .split-heading-lg {
  font-size: 68px;
  line-height: 1.1;
  color: #fff;
  font-weight: 900;
  display: block
}

.lrnprog .split-heading-md {
  font-size: 37px;
  line-height: 1.1;
  color: #B1C09B;
  font-weight: 700;
  display: block;
  margin-top: 4px
}

.lrnprog .split-heading-xs {
  font-size: 17px;
  line-height: 1.5;
  color: #d0d8cc;
  display: block;
  margin-top: 16px;
  max-width: 360px
}

.lrnprog .split-right {
  position: relative
}

.lrnprog .split-right-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lrnprog .split-right-tint {
  position: absolute;
  inset: 0;
  background: #474E50;
  opacity: .28;
  pointer-events: none
}

.lrnprog .split-dbl-border {
  border: 3px solid #B1C09B;
  outline: 1px solid #B1C09B;
  outline-offset: 6px;
  display: inline-block;
  padding: 4px 16px;
  margin-top: 32px;
  border-radius: 5px
}

.lrnprog .split-dbl-border-text {
  font-size: 15px;
  color: #B1C09B;
  line-height: 1.5
}

.lrnprog .flicker-bg {
  animation: flicker 7s infinite
}

@keyframes flicker {
  0% {
    opacity: 1
  }

  18% {
    opacity: .97
  }

  22% {
    opacity: 1
  }

  55% {
    opacity: .98
  }

  60% {
    opacity: 1
  }

  80% {
    opacity: .96
  }

  85% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}

.lrnprog .dotted-divider {
  border: none;
  border-top: 2px dotted #B1C09B;
  opacity: .4;
  margin: 0
}

.lrnprog .program-detail {
  background: linear-gradient(180deg, #f2f4f0 0%, #fff 60%);
  padding: 64px 64px 32px
}

.lrnprog .detail-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 64px;
  align-items: start
}

.lrnprog .detail-label {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 8px
}

.lrnprog .detail-heading {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 800;
  margin-bottom: 16px
}

.lrnprog .detail-heading span {
  display: block
}

.lrnprog .detail-body {
  font-size: 15px;
  line-height: 1.9;
  color: #474E50;
  margin-bottom: 16px;
  max-width: 540px
}

.lrnprog .fact-embed {
  background: #474E50;
  border-radius: 8px;
  padding: 16px 32px;
  margin: 32px 0;
  box-shadow: 2px 6px 14px -2px #474e501a;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lrnprog .fact-embed-num {
  font-size: 37px;
  line-height: 1.1;
  color: #B1C09B;
  font-weight: 900
}

.lrnprog .fact-embed-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #d0d8cc
}

.lrnprog .inline-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px
}

.lrnprog .ifact {
  background: #fff;
  border: 1px solid #B1C09B;
  border-radius: 8px;
  padding: 16px;
  box-shadow: inset 2px 2px 5px -2px #474e500f
}

.lrnprog .ifact-val {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 900
}

.lrnprog .ifact-lbl {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  margin-top: 4px
}

.lrnprog .code-compare {
  background: #f7f8f6;
  border-radius: 8px;
  border: 2px solid #B1C09B;
  outline: 1px solid #d8e4cc;
  outline-offset: 4px;
  overflow: hidden;
  box-shadow: 2px 8px 40px -2px #474e501c
}

.lrnprog .code-compare-header {
  background: #474E50;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center
}

.lrnprog .code-compare-title {
  font-size: 15px;
  color: #B1C09B;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em
}

.lrnprog .code-compare-cols {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.lrnprog .code-col {
  padding: 16px
}

.lrnprog .code-col-before {
  border-right: 1px dotted #B1C09B
}

.lrnprog .code-col-label {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px
}

.lrnprog .code-col-before .code-col-label {
  color: #80888F
}

.lrnprog .code-col-after .code-col-label {
  color: #B1C09B
}

.lrnprog .code-item {
  font-size: 15px;
  line-height: 1.9;
  color: #474E50;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 4px
}

.lrnprog .code-item-before {
  color: #80888F;
  text-decoration: line-through
}

.lrnprog .code-item-after {
  color: #474E50;
  font-weight: 600
}

.lrnprog .code-dot {
  width: 7px;
  height: 7px;
  border-radius: 38px;
  flex-shrink: 0;
  margin-top: 7px
}

.lrnprog .code-dot-before {
  background: #80888F;
  opacity: .5
}

.lrnprog .code-dot-after {
  background: #B1C09B
}

.lrnprog .modules-strip {
  background: #fff;
  padding: 32px 64px 64px
}

.lrnprog .modules-label {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 8px
}

.lrnprog .modules-heading {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 800;
  margin-bottom: 32px
}

.lrnprog .modules-heading span {
  display: block
}

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

.lrnprog .mod-card {
  background: #f7f8f6;
  border-radius: 22px;
  padding: 32px 16px 16px;
  border: 1px solid #d8e4cc;
  box-shadow: inset 2px 2px 5px -2px #474e500f;
  transition: border-radius .15s ease-out, box-shadow .18s ease;
  cursor: default
}

.lrnprog .mod-card:hover {
  border-radius: 5px;
  box-shadow: 2px 6px 14px -2px #474e501a
}

.lrnprog .mod-num {
  font-size: 37px;
  line-height: 1.1;
  color: #B1C09B;
  font-weight: 900;
  margin-bottom: 8px
}

.lrnprog .mod-name {
  font-size: 17px;
  line-height: 1.5;
  color: #474E50;
  font-weight: 700;
  margin-bottom: 8px
}

.lrnprog .mod-desc {
  font-size: 15px;
  line-height: 1.9;
  color: #80888F
}

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

.lrnprog .mod-expand-bar {
  height: 4px;
  background: #B1C09B;
  border-radius: 5px;
  width: 32px;
  transition: width .12s ease-out
}

.lrnprog .mod-card:hover .mod-expand-bar {
  width: 100%
}

.lrnprog .experts-strip {
  background: linear-gradient(180deg, #edf0ea 0%, #fff 100%);
  padding: 64px
}

.lrnprog .experts-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 32px
}

.lrnprog .experts-label {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 8px
}

.lrnprog .experts-heading {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 800
}

.lrnprog .experts-heading span {
  display: block
}

.lrnprog .expert-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 6px 14px -2px #474e501a;
  display: flex;
  flex-direction: column;
  transition: border-radius .12s ease-out
}

.lrnprog .expert-card:hover {
  border-radius: 22px
}

.lrnprog .expert-img-wrap {
  width: 100%;
  aspect-ratio: 1/1
}

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

.lrnprog .expert-info {
  padding: 16px
}

.lrnprog .expert-name {
  font-size: 17px;
  line-height: 1.5;
  color: #474E50;
  font-weight: 700
}

.lrnprog .expert-role {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  margin-top: 4px
}

.lrnprog .expert-quote {
  font-size: 15px;
  line-height: 1.9;
  color: #474E50;
  margin-top: 8px;
  font-style: italic
}

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

.lrnprog .rating-stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.lrnprog .star-svg {
  width: 14px;
  height: 14px
}

.lrnprog .rating-val {
  font-size: 15px;
  line-height: 1.5;
  color: #474E50;
  font-weight: 700
}

.lrnprog .rating-count {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F
}

.lrnprog .experts-body-col {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.lrnprog .no-portrait-expert {
  background: #f7f8f6;
  border-radius: 8px;
  padding: 32px 16px;
  border: 1px solid #d8e4cc;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: inset 2px 2px 5px -2px #474e500f
}

.lrnprog .no-portrait-avatar {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background: #B1C09B;
  display: flex;
  align-items: center;
  justify-content: center
}

.lrnprog .avatar-initials {
  font-size: 17px;
  color: #fff;
  font-weight: 800;
  line-height: 1.1
}

.lrnprog .no-portrait-name {
  font-size: 17px;
  line-height: 1.5;
  color: #474E50;
  font-weight: 700
}

.lrnprog .no-portrait-role {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F
}

.lrnprog .no-portrait-text {
  font-size: 15px;
  line-height: 1.9;
  color: #474E50
}

.lrnprog .img-wide-wrap {
  width: 100%;
  aspect-ratio: 16/6;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 32px;
  box-shadow: 2px 8px 40px -2px #474e501c
}

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

@media (max-width: 1280px) {
  .lrnprog .split-left {
    padding: 32px 32px 64px
  }

  .lrnprog .split-heading-lg {
    font-size: 37px
  }

  .lrnprog .program-detail {
    padding: 64px 32px 32px
  }

  .lrnprog .modules-strip {
    padding: 32px 32px 64px
  }

  .lrnprog .experts-strip {
    padding: 64px 32px
  }
}

@media (max-width: 768px) {
  .lrnprog .split-screen {
    grid-template-columns: 1fr
  }

  .lrnprog .split-right {
    height: 260px
  }

  .lrnprog .split-left {
    padding: 32px 16px 64px
  }

  .lrnprog .split-heading-lg {
    font-size: 37px
  }

  .lrnprog .detail-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lrnprog .program-detail {
    padding: 32px 16px
  }

  .lrnprog .modules-strip {
    padding: 32px 16px
  }

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

  .lrnprog .experts-strip {
    padding: 32px 16px
  }

  .lrnprog .experts-top {
    grid-template-columns: 1fr
  }

  .lrnprog .experts-body-col {
    grid-column: span 1;
    grid-template-columns: 1fr
  }

  .lrnprog .inline-facts {
    grid-template-columns: 1fr
  }
}

@media (max-width: 480px) {
  .lrnprog .modules-layout {
    grid-template-columns: 1fr
  }

  .lrnprog .split-heading-lg {
    font-size: 37px
  }

  .lrnprog .code-compare-cols {
    grid-template-columns: 1fr
  }

  .lrnprog .code-col-before {
    border-right: none;
    border-bottom: 1px dotted #B1C09B
  }
}

.expop {
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: clip
}

.expop .divider-dots {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0
}

.expop .divider-dots span {
  display: block;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #80888F 0, #80888F 4px, transparent 4px, transparent 10px);
  opacity: .4
}

.expop .titleband {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  padding: 32px 32px 16px;
  align-items: center;
  position: relative
}

.expop .titleband .dotscatter {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0
}

.expop .titleband .dotscatter::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #B1C09B 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .18
}

.expop .titleband .imgcol {
  position: relative;
  z-index: 1
}

.expop .titleband .imgwrap {
  width: 200px;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 2px 6px 14px -2px #474e501a
}

.expop .titleband .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(0px);
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 60%, transparent 100%)
}

.expop .titleband .textcol {
  position: relative;
  z-index: 1
}

.expop .titleband .textcol .label {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px
}

.expop .titleband .textcol h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #474E50;
  margin: 0 0 16px
}

.expop .titleband .textcol h1 .accent {
  color: #B1C09B
}

.expop .titleband .textcol .sub {
  font-size: 17px;
  line-height: 1.5;
  color: #474E50;
  max-width: 560px
}

.expop .opinlist {
  padding: 32px;
  background: linear-gradient(162deg, #474E50 0%, #80888F 100%)
}

.expop .opinlist .gridwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.expop .opinlist .card {
  background: #fff;
  border-radius: 22px;
  padding: 32px 16px 16px;
  box-shadow: 2px 8px 40px -2px #474e501c inset 0 2px 8px -4px #474e501a;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-radius .15s ease-out
}

.expop .opinlist .card:hover {
  border-radius: 5px
}

.expop .opinlist .card .expert {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px
}

.expop .opinlist .card .avatar {
  width: 44px;
  height: 44px;
  border-radius: 38px;
  background: linear-gradient(162deg, #B1C09B 0%, #80888F 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.expop .opinlist .card .avatar svg {
  width: 22px;
  height: 22px
}

.expop .opinlist .card .expertname {
  font-size: 15px;
  line-height: 1.5;
  color: #474E50;
  font-weight: 700
}

.expop .opinlist .card .expertrole {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F
}

.expop .opinlist .card .topic {
  font-size: 17px;
  line-height: 1.5;
  color: #474E50;
  font-weight: 700
}

.expop .opinlist .card .body {
  font-size: 15px;
  line-height: 1.9;
  color: #474E50
}

.expop .opinlist .card .tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  border: 1px solid #B1C09B;
  border-radius: 5px;
  padding: 4px 8px;
  margin-top: 8px;
  align-self: flex-start;
  transition: border-radius .12s ease, background .12s ease
}

.expop .opinlist .card .tag:hover {
  border-radius: 22px;
  background: #B1C09B;
  color: #fff
}

.expop .featured {
  padding: 64px 32px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: start
}

.expop .featured .featleft {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.expop .featured .featleft h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  margin: 0
}

.expop .featured .featleft h2 span {
  display: block
}

.expop .featured .featleft .desc {
  font-size: 17px;
  line-height: 1.9;
  color: #80888F
}

.expop .featured .featleft .strike {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F
}

.expop .featured .featleft .strike s {
  color: #B1C09B;
  text-decoration: line-through
}

.expop .featured .featleft .strike .rep {
  color: #474E50;
  font-weight: 700
}

.expop .featured .featright {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.expop .featured .featright .previewbox {
  border-radius: 8px;
  background: linear-gradient(162deg, #f5f6f5 0%, #e8eceb 100%);
  box-shadow: 2px 6px 14px -2px #474e501a inset 0 2px 6px -3px #474e501a;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.expop .featured .featright .previewbox .feat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 5px -2px #474e500f;
  transition: border-radius .18s ease-out
}

.expop .featured .featright .previewbox .feat-item:hover {
  border-radius: 22px
}

.expop .featured .featright .previewbox .feat-item .ficon {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: #B1C09B;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.expop .featured .featright .previewbox .feat-item .ficon svg {
  width: 18px;
  height: 18px
}

.expop .featured .featright .previewbox .feat-item h5 {
  font-size: 15px;
  line-height: 1.5;
  color: #474E50;
  margin: 0;
  font-weight: 700
}

.expop .featured .featright .previewbox .feat-item p {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  margin: 0
}

.expop .featured .featright .numrow {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.expop .featured .featright .numrow .numcard {
  flex: 1;
  background: #474E50;
  color: #fff;
  border-radius: 22px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 2px 6px 14px -2px #474e501a;
  transition: border-radius .15s ease
}

.expop .featured .featright .numrow .numcard:hover {
  border-radius: 5px
}

.expop .featured .featright .numrow .numcard .num {
  font-size: 37px;
  line-height: 1.1;
  color: #B1C09B;
  font-weight: 700
}

.expop .featured .featright .numrow .numcard .numlabel {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F
}

.expop .themes {
  padding: 32px;
  background: #B1C09B
}

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

.expop .themes h3 {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  margin: 0 0 32px
}

.expop .themes .themecard {
  background: #fff;
  border-radius: 5px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 2px 2px 5px -2px #474e500f;
  transition: border-radius .14s ease-out
}

.expop .themes .themecard:hover {
  border-radius: 38px
}

.expop .themes .themecard .tnum {
  font-size: 37px;
  line-height: 1.1;
  color: #B1C09B;
  font-weight: 700
}

.expop .themes .themecard h4 {
  font-size: 17px;
  line-height: 1.5;
  color: #474E50;
  margin: 0;
  font-weight: 700
}

.expop .themes .themecard p {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  margin: 0
}

.expop .reveal {
  opacity: 0;
  transform: translateY(32px);
  animation: slideup .2s ease-out forwards
}

.expop .reveal.d1 {
  animation-delay: .05s
}

.expop .reveal.d2 {
  animation-delay: .1s
}

.expop .reveal.d3 {
  animation-delay: .15s;
  transform: translateY(24px)
}

.expop .reveal.d4 {
  animation-delay: .18s;
  transform: translateY(20px)
}

.expop .reveal.d5 {
  animation-delay: .22s;
  transform: translateY(18px)
}

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

.expop .iconswap .icodefault {
  display: inline-flex
}

.expop .iconswap .icohover {
  display: none
}

.expop .iconswap:hover .icodefault {
  display: none
}

.expop .iconswap:hover .icohover {
  display: inline-flex
}

@media (max-width: 1280px) {
  .expop .opinlist .gridwrap {
    grid-template-columns: repeat(2, 1fr)
  }

  .expop .themes .themesgrid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .expop .titleband {
    grid-template-columns: 1fr;
    padding: 16px
  }

  .expop .titleband .imgcol {
    display: none
  }

  .expop .titleband .textcol h1 {
    font-size: 37px
  }

  .expop .opinlist {
    padding: 16px
  }

  .expop .opinlist .gridwrap {
    grid-template-columns: 1fr
  }

  .expop .featured {
    grid-template-columns: 1fr;
    padding: 32px 16px
  }

  .expop .featured .featright .previewbox {
    grid-template-columns: 1fr
  }

  .expop .featured .featright .numrow {
    flex-direction: column
  }

  .expop .themes {
    padding: 16px
  }

  .expop .themes .themesgrid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 480px) {
  .expop .titleband .textcol h1 {
    font-size: 37px
  }

  .expop .featured .featright .previewbox {
    padding: 16px
  }
}

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

.ctus .pgtop {
  background: linear-gradient(162deg, #474E50 0%, #80888F 100%);
  padding: 64px 32px;
  position: relative;
  overflow: hidden
}

.ctus .pgtop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, #b1c09b0a 3px, #b1c09b0a 4px);
  pointer-events: none
}

.ctus .pgtop .geo1 {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  border: 2px solid #b1c09b26;
  transform: rotate(30deg);
  pointer-events: none
}

.ctus .pgtop .geo2 {
  position: absolute;
  bottom: -32px;
  left: 40px;
  width: 80px;
  height: 80px;
  border: 2px solid #b1c09b1a;
  transform: rotate(15deg);
  pointer-events: none
}

.ctus .pgtop .geo3 {
  position: absolute;
  top: 16px;
  left: -16px;
  width: 0;
  height: 0;
  border-right: 40px solid #b1c09b14;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  pointer-events: none
}

.ctus .topinner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px
}

.ctus .toptext {
  flex: 1 1 auto
}

.ctus .toptext h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.ctus .toptext h1 span {
  display: block
}

.ctus .toptext .desc {
  font-size: 17px;
  line-height: 1.5;
  color: #ffffffc7;
  max-width: 480px;
  margin: 0
}

.ctus .toptext .desc strong {
  color: #B1C09B
}

.ctus .topbadge {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding-top: 8px
}

.ctus .topbadge .yr {
  font-size: 15px;
  color: #ffffff73;
  line-height: 1.5
}

.ctus .topbadge .tagline {
  font-size: 15px;
  color: #B1C09B;
  line-height: 1.5;
  text-align: right
}

.ctus .divline1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  background: #fff
}

.ctus .divline1 .dbar {
  flex: 1 1 auto;
  height: 1px;
  background: #B1C09B
}

.ctus .divline1 .dshape {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background: #B1C09B;
  transform: rotate(45deg)
}

.ctus .formblock {
  background: #fff;
  padding: 64px 32px
}

.ctus .forminner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.ctus .formleft {
  flex: 1 1 60%
}

.ctus .formleft h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  margin: 0 0 8px
}

.ctus .formleft h2 span {
  display: block
}

.ctus .formleft .formsubtxt {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F;
  margin: 0 0 32px
}

.ctus .formright {
  flex: 0 0 280px;
  background: #474E50;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 2px 8px 40px -2px #474e501c
}

.ctus .formright h3 {
  font-size: 17px;
  line-height: 1.1;
  color: #B1C09B;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .08em
}

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

.ctus .formright .citem {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus .formright .clabel {
  font-size: 15px;
  color: #ffffff73;
  line-height: 1.5
}

.ctus .formright .cval {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  word-break: break-word
}

.ctus .formright .cval a {
  color: #B1C09B;
  text-decoration: none;
  transition: color .15s ease-out
}

.ctus .formright .cval a:hover {
  color: #fff
}

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

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

.ctus .fgroup label {
  font-size: 15px;
  color: #474E50;
  line-height: 1.5;
  font-weight: 600
}

.ctus .fgroup input,
.ctus .fgroup select {
  padding: 8px 16px;
  border: 1px solid #B1C09B;
  border-radius: 5px;
  font-size: 15px;
  color: #474E50;
  background: #fff;
  line-height: 1.5;
  width: 100%;
  box-shadow: inset 2px 2px 5px -2px #474e500f;
  transition: border-color .12s ease-out, border-radius .18s ease;
  box-sizing: border-box
}

.ctus .fgroup input::placeholder {
  color: #80888F
}

.ctus .fgroup input:focus,
.ctus .fgroup select:focus {
  outline: none;
  border-color: #474E50;
  border-radius: 22px
}

.ctus .fgroup select {
  appearance: none;
  cursor: pointer
}

.ctus .urgrow {
  margin-bottom: 16px
}

.ctus .urgrow .urglabel {
  font-size: 15px;
  color: #474E50;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 4px
}

.ctus .urgrow .urgbtns {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

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

.ctus .urgrow .urgbtns label {
  font-size: 15px;
  color: #80888F;
  line-height: 1.5;
  padding: 4px 16px;
  border: 1px solid #B1C09B;
  border-radius: 5px;
  cursor: pointer;
  transition: background .12s ease-out, color .12s ease-out, border-radius .18s ease;
  background: #fff
}

.ctus .urgrow .urgbtns label:hover {
  background: #B1C09B;
  color: #474E50;
  border-radius: 22px
}

.ctus .urgrow .urgbtns input[type="radio"]:checked+label {
  background: #474E50;
  color: #fff;
  border-color: #474E50
}

.ctus .urgrow .urgbtns input[type="radio"]:focus+label {
  outline: 2px solid #474E50;
  outline-offset: 2px
}

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

.ctus .privrow input[type="checkbox"] {
  margin-top: 4px;
  flex: 0 0 auto;
  accent-color: #474E50;
  width: 16px;
  height: 16px
}

.ctus .privrow .privtxt {
  font-size: 15px;
  color: #80888F;
  line-height: 1.5
}

.ctus .privrow .privtxt a {
  color: #474E50;
  text-decoration: underline
}

.ctus .submitbtn {
  display: inline-block;
  padding: 8px 32px;
  background: #474E50;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 2px 6px 14px -2px #474e501a;
  transition: background .15s ease-out, border-radius .18s ease;
  position: relative;
  overflow: hidden
}

.ctus .submitbtn:hover {
  background: #80888F;
  border-radius: 22px
}

.ctus .submitbtn:focus {
  outline: 2px solid #B1C09B;
  outline-offset: 2px
}

.ctus .submitbtn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #b1c09b4d;
  transition: width 0s
}

.ctus .submitbtn:active::after {
  width: 100%;
  transition: width .8s ease
}

.ctus .divline2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  background: #474E50
}

.ctus .divline2 .dbar2 {
  flex: 1 1 auto;
  height: 1px;
  background: #b1c09b4d
}

.ctus .divline2 .dshape2 {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #B1C09B
}

.ctus .annotblock {
  background: #474E50;
  padding: 64px 32px;
  position: relative;
  overflow: hidden;
  animation: bgpulse 15s linear infinite
}

@keyframes bgpulse {
  0% {
    background-color: #474E50
  }

  50% {
    background-color: #3a4042
  }

  100% {
    background-color: #474E50
  }
}

.ctus .annotblock::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 48px solid #b1c09b1f;
  border-left: 48px solid transparent;
  pointer-events: none
}

.ctus .annotblock::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 48px solid #b1c09b14;
  border-right: 48px solid transparent;
  pointer-events: none
}

.ctus .annotinner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.ctus .imgwrap {
  flex: 0 0 480px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 8px 40px -2px #474e501c
}

.ctus .imgwrap img {
  width: 480px;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: transform .8s ease
}

.ctus .imgwrap:hover img {
  transform: translateX(-24px)
}

.ctus .imgwrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #474e50d1;
  pointer-events: none
}

.ctus .annotside {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ctus .annotside h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #fff;
  margin: 0
}

.ctus .annotside h2 span {
  display: block
}

.ctus .annotside h2 .marked {
  display: inline;
  background: linear-gradient(180deg, transparent 55%, #B1C09B 55%);
  color: #fff
}

.ctus .annotlist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: annotctr
}

.ctus .annotlist li {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  counter-increment: annotctr
}

.ctus .annotlist li::before {
  content: counter(annotctr);
  flex: 0 0 32px;
  height: 32px;
  background: #B1C09B;
  color: #474E50;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  font-weight: 700
}

.ctus .annotlist li .atxt {
  font-size: 15px;
  color: #ffffffc7;
  line-height: 1.9
}

.ctus .annotlist li .atxt strong {
  color: #B1C09B
}

.ctus .svclink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 32px;
  border: 1px solid #B1C09B;
  border-radius: 5px;
  color: #B1C09B;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: background .15s ease-out, color .12s ease, border-radius .18s ease
}

.ctus .svclink:hover {
  background: #B1C09B;
  color: #474E50;
  border-radius: 22px
}

.ctus .chkbox {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px
}

.ctus .chkbox .sq {
  display: block;
  width: 14px;
  height: 14px;
  border: 1.5px solid #B1C09B;
  border-radius: 2px;
  background: transparent
}

.ctus .chkbox .tk {
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #B1C09B;
  border-bottom: 2px solid #B1C09B;
  transform: rotate(-45deg)
}

@media (max-width: 1280px) {
  .ctus .toptext h1 {
    font-size: 37px
  }

  .ctus .imgwrap {
    flex: 0 0 360px
  }

  .ctus .imgwrap img {
    width: 360px;
    height: 280px
  }

  .ctus .formright {
    flex: 0 0 220px
  }
}

@media (max-width: 768px) {
  .ctus .topinner {
    flex-direction: column;
    gap: 32px
  }

  .ctus .topbadge {
    align-items: flex-start
  }

  .ctus .forminner {
    flex-direction: column;
    gap: 32px
  }

  .ctus .formright {
    flex: 1 1 auto;
    width: 100%
  }

  .ctus .annotinner {
    flex-direction: column;
    gap: 32px
  }

  .ctus .imgwrap {
    flex: 0 0 auto;
    width: 100%
  }

  .ctus .imgwrap img {
    width: 100%;
    height: 220px
  }

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

@media (max-width: 480px) {
  .ctus .pgtop {
    padding: 32px 16px
  }

  .ctus .formblock {
    padding: 32px 16px
  }

  .ctus .annotblock {
    padding: 32px 16px
  }

  .ctus .toptext h1 {
    font-size: 37px
  }

  .ctus .divline1,
  .ctus .divline2 {
    padding: 0 16px
  }
}

.abouts {
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: clip
}

.abouts .drop-a {
  opacity: 0;
  transform: translateY(-32px);
  animation: dropIn .18s ease-out forwards
}

.abouts .drop-b {
  opacity: 0;
  transform: translateY(-32px);
  animation: dropIn .18s ease-out .08s forwards
}

.abouts .drop-c {
  opacity: 0;
  transform: translateY(-32px);
  animation: dropIn .2s ease-out .14s forwards
}

.abouts .drop-d {
  opacity: 0;
  transform: translateY(-32px);
  animation: dropIn .18s ease-out .2s forwards
}

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

.abouts .titblock {
  display: grid;
  grid-template-columns: 30fr 70fr;
  min-height: 480px;
  position: relative;
  background: linear-gradient(162deg, #474E50 0%, #80888F 60%, #B1C09B 100%);
  border-bottom: 2px solid #B1C09B
}

.abouts .titblock .leftaccent {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 64px 16px 64px 32px;
  position: relative;
  z-index: 1
}

.abouts .titblock .leftaccent::after {
  content: '';
  position: absolute;
  top: 32px;
  bottom: 32px;
  right: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #B1C09B 40%, transparent)
}

.abouts .titblock .yearnum {
  font-size: 68px;
  line-height: 1.1;
  color: #B1C09B;
  font-weight: 900;
  letter-spacing: -2px;
  display: block
}

.abouts .titblock .yearlabel {
  font-size: 15px;
  line-height: 1.5;
  color: #ffffffb3;
  margin-top: 8px;
  display: block
}

.abouts .titblock .rightside {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 64px 32px;
  position: relative;
  overflow: hidden
}

.abouts .titblock .imgwrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 0 38px
}

.abouts .titblock .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .28
}

.abouts .titblock .leaklayer {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 60%;
  background: linear-gradient(135deg, transparent 40%, #b1c09b38 100%);
  pointer-events: none;
  border-radius: 0 0 0 38px
}

.abouts .titblock .thedivline {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent 0%, #B1C09B 100%);
  margin-bottom: 16px;
  border-radius: 5px
}

.abouts .titblock .mainhead {
  font-size: 37px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 1
}

.abouts .titblock .mainhead span {
  display: block
}

.abouts .titblock .sublink {
  margin-top: 16px;
  position: relative;
  z-index: 1
}

.abouts .titblock .sublink a {
  font-size: 15px;
  line-height: 1.5;
  color: #B1C09B;
  text-decoration: none;
  border-bottom: 1px solid #b1c09b66;
  padding-bottom: 2px;
  transition: border-color .15s ease-out, border-radius .15s ease-out
}

.abouts .titblock .sublink a:hover {
  border-color: #B1C09B;
  border-radius: 5px
}

.abouts .curlsvg {
  position: absolute;
  bottom: 16px;
  left: 16px;
  opacity: .13;
  pointer-events: none;
  width: 80px;
  height: 80px
}

.abouts .asym-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  padding: 0 32px;
  margin: 0
}

.abouts .asym-divider .shortline {
  width: 60px;
  height: 1px;
  background: #474E50;
  flex-shrink: 0
}

.abouts .asym-divider .longline {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #474E50, transparent)
}

.abouts .teamblock {
  display: grid;
  grid-template-columns: 70fr 30fr;
  gap: 0;
  background: #fff
}

.abouts .teamblock .leftcol {
  padding: 64px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abouts .teamblock .colhead {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 800
}

.abouts .teamblock .colhead span {
  display: block
}

.abouts .teamblock .colhead .accent {
  color: #B1C09B
}

.abouts .teamblock .desctext {
  font-size: 17px;
  line-height: 1.9;
  color: #474E50;
  max-width: 560px
}

.abouts .teamblock .desctext p {
  margin-bottom: 16px
}

.abouts .teamblock .desctext p:last-child {
  margin-bottom: 0
}

.abouts .teamblock .persongrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.abouts .teamblock .personcard {
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 6px 14px -2px #474e501a inset 0 1px 4px #474e500f;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-radius .15s ease-out, box-shadow .18s ease
}

.abouts .teamblock .personcard:hover {
  border-radius: 22px;
  box-shadow: 2px 8px 40px -2px #474e501c
}

.abouts .teamblock .pimg {
  width: 100%;
  aspect-ratio: 7/9;
  border-radius: 8px;
  overflow: hidden;
  transition: border-radius .15s ease-out
}

.abouts .teamblock .personcard:hover .pimg {
  border-radius: 22px
}

.abouts .teamblock .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abouts .teamblock .pname {
  font-size: 17px;
  line-height: 1.5;
  color: #474E50;
  font-weight: 700;
  margin-top: 4px
}

.abouts .teamblock .prole {
  font-size: 15px;
  line-height: 1.5;
  color: #80888F
}

.abouts .teamblock .pbio {
  font-size: 15px;
  line-height: 1.5;
  color: #474E50
}

.abouts .teamblock .rightcol {
  padding: 64px 32px 64px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative
}

.abouts .teamblock .numstack {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abouts .teamblock .numitem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: linear-gradient(162deg, #474E50 0%, #80888F 100%);
  border-radius: 8px;
  box-shadow: 2px 2px 5px -2px #474e500f;
  transition: border-radius .15s ease-out
}

.abouts .teamblock .numitem:hover {
  border-radius: 22px
}

.abouts .teamblock .numcircle {
  width: 36px;
  height: 36px;
  border-radius: 38px;
  background: #B1C09B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  animation: shadowPulse 2.4s ease-in-out infinite
}

@keyframes shadowPulse {
  0% {
    box-shadow: 2px 2px 5px -2px #b1c09b0f
  }

  40% {
    box-shadow: 2px 8px 40px -2px #b1c09b52
  }

  100% {
    box-shadow: 2px 2px 5px -2px #b1c09b0f
  }
}

.abouts .teamblock .numtext {
  font-size: 15px;
  line-height: 1.5;
  color: #fff
}

.abouts .teamblock .numlabel {
  font-weight: 700;
  display: block;
  font-size: 15px;
  color: #B1C09B
}

.abouts .teamblock .imgfeature {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 6px 14px -2px #474e501a
}

.abouts .teamblock .imgfeature img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  height: 180px
}

.abouts .teamblock .extraimgs {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abouts .teamblock .smimg {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 2px 5px -2px #474e500f;
  transition: border-radius .15s ease-out
}

.abouts .teamblock .smimg:hover {
  border-radius: 22px
}

.abouts .teamblock .smimg img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 140px
}

@media (max-width: 1280px) {
  .abouts .titblock {
    grid-template-columns: 28fr 72fr
  }

  .abouts .teamblock {
    grid-template-columns: 65fr 35fr
  }
}

@media (max-width: 768px) {
  .abouts .titblock {
    grid-template-columns: 1fr
  }

  .abouts .titblock .leftaccent {
    padding: 32px 16px 16px
  }

  .abouts .titblock .leftaccent::after {
    display: none
  }

  .abouts .titblock .rightside {
    padding: 16px 16px 32px
  }

  .abouts .titblock .imgwrap {
    width: 100%;
    border-radius: 0
  }

  .abouts .titblock .leaklayer {
    width: 100%;
    border-radius: 0
  }

  .abouts .teamblock {
    grid-template-columns: 1fr
  }

  .abouts .teamblock .rightcol {
    padding: 32px 16px
  }

  .abouts .teamblock .leftcol {
    padding: 32px 16px
  }

  .abouts .teamblock .persongrid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 480px) {
  .abouts .titblock .yearnum {
    font-size: 37px
  }

  .abouts .titblock .mainhead {
    font-size: 37px
  }

  .abouts .teamblock .colhead {
    font-size: 37px
  }

  .abouts .teamblock .numstack {
    gap: 8px
  }
}

.opng {
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: clip
}

.opng .cardflip {
  perspective: 900px
}

.opng .cardflip .cardinner {
  transition: transform .18s ease-out;
  transform-style: preserve-3d;
  position: relative
}

.opng .cardflip.flipped .cardinner {
  transform: rotateY(180deg)
}

.opng .cardfront,
.opng .cardback {
  backface-visibility: hidden
}

.opng .cardback {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.opng .titlerow {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  padding: 64px;
  align-items: center;
  position: relative
}

.opng .titleleft {
  position: relative
}

.opng .titleleft img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  display: block;
  box-shadow: 2px 8px 40px -2px #474e501c
}

.opng .lightleak {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, #b1c09b8c 0%, #b1c09b00 70%);
  border-radius: 38px;
  pointer-events: none
}

.opng .blobshape {
  position: absolute;
  border-radius: 38px;
  pointer-events: none;
  overflow: hidden
}

.opng .blob1 {
  width: 220px;
  height: 220px;
  background: linear-gradient(160deg, #b1c09b2e 0%, #b1c09b00 80%);
  top: 32px;
  right: 64px;
  filter: blur(28px)
}

.opng .blob2 {
  width: 160px;
  height: 160px;
  background: linear-gradient(200deg, #80888f21 0%, #80888f00 75%);
  bottom: 32px;
  right: 32px;
  filter: blur(20px)
}

.opng .titleright {
  position: relative;
  z-index: 1
}

.opng .tagline {
  font-size: 15px;
  color: #80888F;
  text-transform: uppercase;
  letter-spacing: .12em;
  line-height: 1.5;
  margin-bottom: 16px
}

.opng .titleright h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #474E50;
  margin-bottom: 32px;
  font-weight: 900
}

.opng .titleright h1 span {
  display: block
}

.opng .titleright h1 .accent {
  color: #B1C09B
}

.opng .titledesc {
  font-size: 17px;
  line-height: 1.5;
  color: #474E50;
  max-width: 480px;
  margin-bottom: 32px
}

.opng .titlebadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #B1C09B;
  color: #474E50;
  font-size: 15px;
  line-height: 1.5;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 700
}

.opng .peoplsec {
  padding: 64px;
  background: radial-gradient(ellipse at 50% 50%, #fff 30%, #e8eceb 100%)
}

.opng .peoplsec h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  margin-bottom: 8px;
  font-weight: 800
}

.opng .peoplsec h2 span {
  display: block
}

.opng .peoplsub {
  font-size: 15px;
  color: #80888F;
  line-height: 1.5;
  margin-bottom: 32px
}

.opng .peoplgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.opng .peoplcard {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: inset 2px 2px 5px -2px #474e500f 2px 6px 14px -2px #474e501a;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-radius .15s ease-out, box-shadow .18s ease
}

.opng .peoplcard:hover {
  border-radius: 22px;
  box-shadow: 2px 8px 40px -2px #474e501c
}

.opng .peoplcard:hover .peoplimg {
  box-shadow: 0 0 0 4px #b1c09b73 2px 6px 14px -2px #474e501a
}

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

.opng .peoplimg {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  transition: box-shadow .18s ease-out
}

.opng .peoplname {
  font-size: 17px;
  font-weight: 700;
  color: #474E50;
  line-height: 1.5
}

.opng .peoplrole {
  font-size: 15px;
  color: #80888F;
  line-height: 1.5
}

.opng .peoplquote {
  font-size: 15px;
  color: #474E50;
  line-height: 1.9
}

.opng .peoplresult {
  font-size: 15px;
  color: #B1C09B;
  font-weight: 700;
  line-height: 1.5;
  border-top: 1px solid #b1c09b4d;
  padding-top: 16px
}

.opng .hesitsec {
  padding: 64px;
  background: #474E50
}

.opng .hestitwocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.opng .hesitleft h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  margin-bottom: 16px
}

.opng .hesitleft h2 span {
  display: block
}

.opng .hesitleft h2 .accentlt {
  color: #B1C09B
}

.opng .hestitext {
  font-size: 15px;
  color: #ffffffbf;
  line-height: 1.9;
  margin-bottom: 16px
}

.opng .hestitext strong {
  color: #fff
}

.opng .hestitag {
  display: inline-block;
  background: #b1c09b2e;
  color: #B1C09B;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 5px;
  line-height: 1.5
}

.opng .hestitimg {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
  transition: border-radius .15s ease-out
}

.opng .hestitimg:hover {
  border-radius: 22px
}

.opng .supportsec {
  padding: 64px;
  background: #fff
}

.opng .supportgrid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.opng .supportleft h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 800;
  margin-bottom: 16px
}

.opng .supportleft h2 span {
  display: block
}

.opng .supportleft p {
  font-size: 15px;
  color: #80888F;
  line-height: 1.9
}

.opng .supportlist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: supportctr
}

.opng .supportlist li {
  counter-increment: supportctr;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  background: #f4f6f3;
  border-radius: 8px;
  padding: 16px;
  box-shadow: inset 2px 2px 5px -2px #474e500f;
  transition: border-radius .12s ease-out
}

.opng .supportlist li:hover {
  border-radius: 22px
}

.opng .supportnum {
  font-size: 37px;
  font-weight: 900;
  color: #b1c09b73;
  line-height: 1.1;
  flex-shrink: 0;
  min-width: 40px
}

.opng .supporttext {
  flex: 1
}

.opng .supporttext h4 {
  font-size: 17px;
  font-weight: 700;
  color: #474E50;
  line-height: 1.5;
  margin-bottom: 4px
}

.opng .supporttext p {
  font-size: 15px;
  color: #80888F;
  line-height: 1.9;
  margin: 0
}

.opng .repusec {
  padding: 64px;
  background: radial-gradient(ellipse at 50% 50%, #b1c09b1f 0%, #474e5012 100%);
  position: relative
}

.opng .repusec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400' fill='none'%3E%3Cpath d='M200 200 Q200 124 255 69 Q310 14 386 14 Q310 14 255 69 Q200 124 200 200 Q200 276 145 331 Q90 386 14 386 Q90 386 145 331 Q200 276 200 200 Z' stroke='%23B1C09B' stroke-width='1' fill='none' opacity='0.12'/%3E%3Cpath d='M200 200 Q200 155 232 123 Q264 91 309 91 Q264 91 232 123 Q200 155 200 200 Q200 245 168 277 Q136 309 91 309 Q136 309 168 277 Q200 245 200 200 Z' stroke='%23B1C09B' stroke-width='1' fill='none' opacity='0.09'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 64px center;
  background-size: 400px 400px;
  pointer-events: none
}

.opng .repugrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px
}

.opng .repusec h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 800;
  margin-bottom: 8px
}

.opng .repusec h2 span {
  display: block
}

.opng .repusub {
  font-size: 15px;
  color: #80888F;
  line-height: 1.5
}

.opng .repucard {
  background: #fff;
  border-radius: 5px;
  padding: 32px;
  box-shadow: 2px 2px 5px -2px #474e500f;
  transition: box-shadow .18s ease-out, border-radius .15s ease-out;
  position: relative
}

.opng .repucard:hover {
  box-shadow: 2px 8px 40px -2px #474e501c;
  border-radius: 22px
}

.opng .repucard:hover .repuiconwrap {
  box-shadow: 0 0 0 6px #b1c09b38 2px 2px 5px -2px #474e500f
}

.opng .repuiconwrap {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #b1c09b2e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: box-shadow .15s ease-out
}

.opng .repuiconwrap svg {
  width: 24px;
  height: 24px
}

.opng .repucard h5 {
  font-size: 17px;
  font-weight: 700;
  color: #474E50;
  line-height: 1.5;
  margin-bottom: 8px
}

.opng .repucard p {
  font-size: 15px;
  color: #80888F;
  line-height: 1.9;
  margin: 0
}

.opng .diffsec {
  padding: 64px;
  background: #fff
}

.opng .diffsec h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  font-weight: 800;
  margin-bottom: 8px
}

.opng .diffsec h2 span {
  display: block
}

.opng .diffsub {
  font-size: 15px;
  color: #80888F;
  line-height: 1.5;
  margin-bottom: 32px
}

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

.opng .diffitem {
  display: grid;
  grid-template-columns: 64px 1fr 1fr;
  gap: 32px;
  align-items: center;
  padding: 16px;
  border-radius: 5px;
  background: #f4f6f3;
  box-shadow: inset 2px 2px 5px -2px #474e500f;
  transition: border-radius .12s ease-out
}

.opng .diffitem:hover {
  border-radius: 22px
}

.opng .diffnum {
  font-size: 37px;
  font-weight: 900;
  color: #B1C09B;
  line-height: 1.1;
  text-align: center
}

.opng .difflabel {
  font-size: 17px;
  font-weight: 700;
  color: #474E50;
  line-height: 1.5
}

.opng .diffdesc {
  font-size: 15px;
  color: #80888F;
  line-height: 1.9
}

.opng .fitsec {
  padding: 64px;
  background: radial-gradient(ellipse at 50% 50%, #474E50 20%, #2c3133 100%)
}

.opng .fitsec h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  margin-bottom: 8px
}

.opng .fitsec h2 span {
  display: block
}

.opng .fitsec h2 .accentlt {
  color: #B1C09B
}

.opng .fitsub {
  font-size: 15px;
  color: #ffffffa6;
  line-height: 1.5;
  margin-bottom: 32px
}

.opng .fitgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px
}

.opng .fitcard {
  border-radius: 8px;
  padding: 32px;
  background: #ffffff0f;
  box-shadow: inset 2px 2px 5px -2px #474e500f;
  transition: box-shadow .15s ease-out, border-radius .12s ease-out
}

.opng .fitcard:hover {
  box-shadow: 0 0 0 2px #b1c09b59 2px 8px 40px -2px #474e501c;
  border-radius: 22px
}

.opng .fitcard h5 {
  font-size: 17px;
  font-weight: 700;
  color: #B1C09B;
  line-height: 1.5;
  margin-bottom: 8px
}

.opng .fitcard p {
  font-size: 15px;
  color: #ffffffbf;
  line-height: 1.9;
  margin: 0
}

.opng .fitimg {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
  margin-top: 32px;
  transition: border-radius .15s ease-out
}

.opng .fitimg:hover {
  border-radius: 22px
}

@media (max-width: 1280px) {
  .opng .titlerow {
    grid-template-columns: 220px 1fr;
    gap: 32px;
    padding: 64px 32px
  }

  .opng .peoplsec,
  .opng .hesitsec,
  .opng .supportsec,
  .opng .repusec,
  .opng .diffsec,
  .opng .fitsec {
    padding: 64px 32px
  }

  .opng .repugrid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 768px) {
  .opng .titlerow {
    grid-template-columns: 1fr;
    padding: 32px 16px;
    gap: 32px
  }

  .opng .titleleft img {
    height: 220px
  }

  .opng .titleright h1 {
    font-size: 37px
  }

  .opng .peoplsec,
  .opng .hesitsec,
  .opng .supportsec,
  .opng .repusec,
  .opng .diffsec,
  .opng .fitsec {
    padding: 32px 16px
  }

  .opng .peoplgrid {
    grid-template-columns: 1fr
  }

  .opng .hestitwocol {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .opng .supportgrid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .opng .repugrid {
    grid-template-columns: 1fr
  }

  .opng .diffitem {
    grid-template-columns: 40px 1fr;
    gap: 16px
  }

  .opng .diffdesc {
    display: none
  }

  .opng .fitgrid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 480px) {
  .opng .titleright h1 {
    font-size: 37px
  }

  .opng .peoplcard {
    padding: 16px
  }

  .opng .repucard {
    padding: 16px
  }

  .opng .fitcard {
    padding: 16px
  }
}

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

.successPage .successWrap {
  max-width: 520px;
  width: 100%;
  background: #fff;
  border: 1.5px solid #B1C09B;
  border-radius: 22px;
  padding: 64px 32px;
  box-shadow: 2px 8px 40px -2px #474e501c;
  text-align: center
}

.successPage .successIcon {
  width: 56px;
  height: 56px;
  margin: 0 auto 32px;
  display: block
}

.successPage .successIcon .iconCircle {
  fill: none;
  stroke: #B1C09B;
  stroke-width: 2
}

.successPage .successIcon .iconCheck {
  fill: none;
  stroke: #474E50;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.successPage .successHeading {
  font-size: 37px;
  line-height: 1.1;
  color: #474E50;
  margin: 0 0 16px;
  font-weight: 700
}

.successPage .successHeading span {
  display: block
}

.successPage .successText {
  font-size: 17px;
  line-height: 1.5;
  color: #80888F;
  margin: 0 0 32px
}

.successPage .successBack {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  background: #474E50;
  border-radius: 8px;
  padding: 8px 32px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: border-radius .15s ease-out, background .12s ease
}

.successPage .successBack:hover {
  border-radius: 38px;
  background: #80888F
}

.successPage .successBack:focus {
  outline: 2px solid #B1C09B;
  outline-offset: 3px
}

.successPage .successBack:active {
  background: #474E50
}

@media (max-width: 480px) {
  .successPage {
    padding: 32px 8px
  }

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

  .successPage .successHeading {
    font-size: 37px
  }
}