* {
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Public Sans', sans-serif
}

.site-hd {
  background: #141a16;
  position: relative
}

.hd-strip {
  border-bottom: 1px solid #39a4672e;
  background: linear-gradient(90deg, #0e1310 0%, #141a16 60%, #0e1310 100%)
}

.hd-strip-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-height: 44px
}

.hd-strip-inner .strip-year {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  letter-spacing: .04em;
  opacity: .75;
  padding: 8px 0
}

.hd-strip-inner .strip-sep {
  width: 1px;
  height: 14px;
  background: #91cfaa40;
  display: inline-block
}

.hd-strip-inner .strip-phone {
  font-size: 14px;
  line-height: 1.5;
  color: #F6F9F8;
  text-decoration: none;
  letter-spacing: .02em;
  padding: 8px 4px;
  transition: color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.hd-strip-inner .strip-phone:hover {
  color: #39A467
}

.hd-strip-inner .strip-phone:focus {
  outline: 2px solid;
  outline-color: #39A467;
  border-radius: 4px
}

.hd-main-row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px
}

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

.hd-logo-box {
  border: 2px solid #39A467;
  border-radius: 9px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 4px 0 #39a4670d 0 5px 20px 0 #39a4671c;
  background: #39a4670f;
  min-width: 52px;
  min-height: 52px
}

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

.hd-brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.hd-brand-name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  background: linear-gradient(90deg, #F6F9F8 30%, #91CFAA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.hd-brand-tag {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  font-weight: 400;
  letter-spacing: .03em;
  opacity: .8
}

.hd-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.hd-nav .nav-lnk {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #F6F9F8;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 4px;
  letter-spacing: .01em;
  border: 1px solid transparent;
  transition: color .26s cubic-bezier(0.4, 0, 0.2, 1), border-color .26s cubic-bezier(0.4, 0, 0.2, 1), background .35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden
}

.hd-nav .nav-lnk::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #39A467 0%, #39a4672e 100%);
  transform: translateX(-100%);
  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  z-index: 0
}

.hd-nav .nav-lnk:hover::before {
  transform: translateX(0)
}

.hd-nav .nav-lnk:hover {
  color: #F6F9F8;
  border-color: #39a46766
}

.hd-nav .nav-lnk:focus {
  outline: 2px solid #39A467;
  outline-offset: 2px
}

.hd-nav .nav-lnk span {
  position: relative;
  z-index: 1
}

.hd-nav .nav-lnk-contact {
  background: linear-gradient(135deg, #39A467 0%, #2d8a55 100%);
  color: #F6F9F8;
  border-color: #39A467;
  box-shadow: 0 3px 4px 0 #39a4670d inset 0 1px 0 #91cfaa33
}

.hd-nav .nav-lnk-contact::before {
  background: linear-gradient(90deg, #2d8a55 0%, #39A467 100%)
}

.hd-nav .nav-lnk-contact:hover {
  border-color: #91CFAA
}

.hd-accent-bar {
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #39A467 30%, #91CFAA 70%, transparent 100%)
}

.ft-outer {
  background: #0e1310;
  border-top: 1px solid #39a46726
}

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

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

.ft-logo-lnk {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  width: fit-content
}

.ft-logo-box {
  border: 2px solid #39a46780;
  border-radius: 9px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 4px 0 #39a4670d;
  background: #39a4670d;
  min-width: 44px;
  min-height: 44px
}

.ft-logo-box img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block
}

.ft-brand-lbl {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #F6F9F8
}

.ft-brand-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #91CFAA;
  opacity: .75
}

.ft-nav-col {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ft-nav-group {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ft-nav-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #39A467;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #39a46726;
  margin-bottom: 8px
}

.ft-nav-lnk {
  font-size: 14px;
  line-height: 1.7;
  color: #91CFAA;
  text-decoration: none;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .28s ease-in-out;
  border-radius: 4px
}

.ft-nav-lnk svg {
  flex-shrink: 0;
  opacity: .5;
  transition: opacity .28s ease-in-out
}

.ft-nav-lnk:hover {
  color: #F6F9F8
}

.ft-nav-lnk:hover svg {
  opacity: 1
}

.ft-nav-lnk:focus {
  outline: 2px solid #39A467;
  outline-offset: 2px
}

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

.ft-contact-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #39A467;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #39a46726
}

.ft-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.ft-contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #39A467
}

.ft-contact-lnk {
  font-size: 14px;
  line-height: 1.7;
  color: #91CFAA;
  text-decoration: none;
  transition: color .28s ease-in-out
}

.ft-contact-lnk:hover {
  color: #F6F9F8
}

.ft-contact-lnk:focus {
  outline: 2px solid #39A467;
  outline-offset: 2px;
  border-radius: 4px
}

.ft-addr-text {
  font-size: 14px;
  line-height: 1.7;
  color: #91CFAA;
  opacity: .75
}

.ft-lower {
  border-top: 1px solid #39a4671a;
  background: #0a0f0c
}

.ft-lower-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.ft-copy {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  opacity: .5
}

.ft-policy-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.ft-policy-lnk {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  text-decoration: none;
  opacity: .5;
  transition: opacity .26s ease-in-out, color .26s ease-in-out
}

.ft-policy-lnk:hover {
  opacity: 1;
  color: #F6F9F8
}

.ft-policy-lnk:focus {
  outline: 2px solid #39A467;
  outline-offset: 2px;
  border-radius: 4px;
  opacity: 1
}

.consent-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  display: none;
  background: #141a16;
  border-bottom: 1px solid #39a46740;
  box-shadow: 0 5px 20px 0 #39a4671c
}

.consent-bar.consent-visible {
  opacity: 1
}

.consent-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.consent-msg {
  font-size: 14px;
  line-height: 1.7;
  color: #91CFAA;
  flex: 1;
  min-width: 200px
}

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

.consent-accept {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #39A467;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 4px;
  font-family: 'Public Sans', sans-serif;
  transition: color .26s ease-in-out;
  min-height: 44px
}

.consent-accept:hover {
  color: #91CFAA
}

.consent-accept:focus {
  outline: 2px solid #39A467;
  outline-offset: 2px;
  border-radius: 4px
}

.consent-decline {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 4px;
  font-family: 'Public Sans', sans-serif;
  opacity: .6;
  transition: opacity .26s ease-in-out, color .26s ease-in-out;
  min-height: 44px
}

.consent-decline:hover {
  opacity: 1;
  color: #F6F9F8
}

.consent-decline:focus {
  outline: 2px solid #39A467;
  outline-offset: 2px;
  border-radius: 4px;
  opacity: 1
}

@media (max-width: 992px) {
  .ft-upper {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .ft-brand-col {
    grid-column: 1 / -1
  }

  .hd-main-row {
    padding: 24px 32px;
    gap: 16px
  }
}

@media (max-width: 576px) {
  .hd-strip-inner {
    padding: 0 16px;
    justify-content: space-between
  }

  .hd-main-row {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .hd-nav {
    justify-content: flex-start;
    width: 100%
  }

  .hd-nav .nav-lnk {
    padding: 12px;
    font-size: 14px
  }

  .ft-upper {
    grid-template-columns: 1fr;
    padding: 32px 16px;
    gap: 32px
  }

  .ft-lower-inner {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .consent-bar-inner {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start
  }

  .consent-actions {
    width: 100%;
    justify-content: flex-start
  }
}

.agreement-text {
  max-width: 1100px;
  margin: 0 auto;
  padding: 96px 48px;
  background: #18201c;
  color: #d4e8dc
}

.agreement-text h1 {
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #f0f7f3;
  margin-bottom: 32px;
  margin-top: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #39a46738
}

.agreement-text h2 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #e2f0e8;
  margin-top: 96px;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 3px solid #39A467;
  border-bottom: 1px solid #91cfaa1a;
  padding-bottom: 16px
}

.agreement-text h3 {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -.01em;
  color: #c8e4d2;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 2px solid #39a46780
}

.agreement-text h4 {
  font-size: 21px;
  line-height: 1.5;
  color: #b8d9c5;
  margin-top: 32px;
  margin-bottom: 8px
}

.agreement-text h5 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #91CFAA;
  margin-top: 32px;
  margin-bottom: 8px
}

.agreement-text h6 {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  margin-top: 16px;
  margin-bottom: 8px;
  opacity: .8
}

.agreement-text p {
  font-size: 14px;
  line-height: 1.7;
  color: #c0d9ca;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 72ch
}

.agreement-text ul {
  margin: 0 0 16px;
  padding-left: 0;
  list-style: none
}

.agreement-text ol {
  margin: 0 0 16px;
  padding-left: 0;
  list-style: none;
  counter-reset: policy-counter
}

.agreement-text ul li {
  font-size: 14px;
  line-height: 1.7;
  color: #c0d9ca;
  padding: 4px 0 4px 24px;
  position: relative;
  max-width: 72ch
}

.agreement-text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: #39A467;
  opacity: .7
}

.agreement-text ol li {
  font-size: 14px;
  line-height: 1.7;
  color: #c0d9ca;
  padding: 4px 0 4px 32px;
  position: relative;
  max-width: 72ch;
  counter-increment: policy-counter
}

.agreement-text ol li::before {
  content: counter(policy-counter) '.';
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 14px;
  line-height: 1.7;
  color: #39A467;
  font-weight: 600;
  min-width: 24px
}

.agreement-text ul ul,
.agreement-text ol ol,
.agreement-text ul ol,
.agreement-text ol ul {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 16px
}

.agreement-text a {
  color: #91CFAA;
  text-decoration: underline;
  text-decoration-color: #91cfaa59;
  text-underline-offset: 3px;
  transition: color .28s ease-in-out, text-decoration-color .28s ease-in-out
}

.agreement-text a:hover {
  color: #39A467;
  text-decoration-color: #39a46799
}

.agreement-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 3px 4px 0 #39a4670d
}

.agreement-text thead {
  background: #39a4671f
}

.agreement-text thead th {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #39a46740
}

.agreement-text tbody tr {
  border-bottom: 1px solid #91cfaa14;
  transition: background .25s ease-in-out
}

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

.agreement-text tbody tr:hover {
  background: #39a4670d
}

.agreement-text td {
  font-size: 14px;
  line-height: 1.7;
  color: #c0d9ca;
  padding: 16px;
  vertical-align: top
}

.agreement-text div {
  font-size: 14px;
  line-height: 1.7;
  color: #c0d9ca
}

@media (max-width: 992px) {
  .agreement-text {
    padding: 96px 32px
  }

  .agreement-text h1 {
    font-size: 28px
  }

  .agreement-text h2 {
    margin-top: 48px
  }

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

@media (max-width: 576px) {
  .agreement-text {
    padding: 48px 16px
  }

  .agreement-text h1 {
    font-size: 28px
  }

  .agreement-text h2 {
    margin-top: 48px
  }

  .agreement-text p,
  .agreement-text ul li,
  .agreement-text ol li {
    max-width: 100%
  }
}

.anl-det {
  background-color: #181612;
  color: #e8e4dc;
  min-height: 100vh;
  overflow-x: hidden
}

.anl-det .pg-band {
  background: linear-gradient(197deg, #91CFAA 0%, #39A467 100%);
  height: 3px;
  width: 100%
}

.anl-det .art-lead {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 32px 32px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start
}

.anl-det .art-lead-txt h1 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #F6F9F8;
  margin: 0 0 16px
}

.anl-det .art-lead-txt h1 .grad-word {
  background: linear-gradient(197deg, #91CFAA, #39A467);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.anl-det .art-meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap
}

.anl-det .meta-chip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  background: #39a46714;
  border: 1px solid #39a4672e;
  border-left: 3px solid #39A467;
  padding: 4px 16px 4px 8px;
  border-radius: 4px
}

.anl-det .meta-chip svg {
  flex-shrink: 0
}

.anl-det .art-lead-txt .lede {
  font-size: 21px;
  line-height: 1.5;
  color: #b8b0a0;
  margin: 0 0 24px
}

.anl-det .art-img-strip {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 8px 48px 0 #39a4671a
}

.anl-det .art-img-strip img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: grayscale(100%) contrast(1.15);
  transition: filter .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.anl-det .art-img-strip:hover img {
  filter: grayscale(60%) contrast(1.05)
}

.anl-det .art-img-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #39a4672e 0%, #1816128c 100%);
  pointer-events: none
}

.anl-det .img-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #181612d1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid #39a46747;
  border-left: 3px solid #39A467;
  border-radius: 4px;
  padding: 4px 16px;
  font-size: 14px;
  color: #91CFAA;
  z-index: 2
}

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

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

.anl-det .art-body-wrap {
  background: #1e1b16;
  padding: 48px 0
}

.anl-det .art-body-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  align-items: start
}

.anl-det .art-content {
  min-width: 0
}

.anl-det .art-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #c8c0b0;
  margin: 0 0 16px
}

.anl-det .art-content h2 {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #F6F9F8;
  margin: 32px 0 16px;
  padding-left: 16px;
  border-left: 3px solid #39A467;
  border-bottom: 1px dashed #39a46738;
  padding-bottom: 8px
}

.anl-det .art-content em {
  color: #91CFAA;
  font-style: normal
}

.anl-det .art-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  padding: 0;
  margin: 0 0 16px;
  list-style: none
}

.anl-det .art-content ul li {
  font-size: 14px;
  line-height: 1.5;
  color: #c8c0b0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  background: #39a4670d;
  border-radius: 4px;
  border: 1px solid #39a4671a
}

.anl-det .art-content ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #39A467;
  flex-shrink: 0;
  margin-top: 5px
}

.anl-det .art-sidebar {
  position: sticky;
  top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.anl-det .side-card {
  background: #252118;
  border-radius: 9px;
  border: 1px solid #39a46724;
  border-left: 3px solid #39A467;
  padding: 16px;
  box-shadow: 0 5px 20px 0 #39a4671c
}

.anl-det .side-card-ttl {
  font-size: 14px;
  line-height: 1.2;
  color: #91CFAA;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .06em
}

.anl-det .stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.anl-det .stat-item {
  background: #39a46712;
  border-radius: 4px;
  padding: 8px;
  text-align: center
}

.anl-det .stat-val {
  font-size: 21px;
  line-height: 1.2;
  color: #F6F9F8;
  display: block;
  font-weight: 700
}

.anl-det .stat-lbl {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  display: block;
  margin-top: 4px
}

.anl-det .kw-list {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.anl-det .kw-tag {
  font-size: 14px;
  line-height: 1.5;
  color: #c8c0b0;
  background: #39a4670f;
  border-radius: 4px;
  padding: 4px 8px;
  border: 1px solid #39a4671f;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.anl-det .kw-tag svg {
  color: #39A467;
  flex-shrink: 0
}

.anl-det .dashed-div {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  border-top: 2px dashed #39a46747
}

.anl-det .cta-band {
  background: #181612;
  padding: 48px 0;
  position: relative;
  overflow: hidden
}

.anl-det .cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #91cfaa0f 0%, #39a46708 100%);
  pointer-events: none
}

.anl-det .cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  align-items: start
}

.anl-det .cta-top-bar {
  grid-column: 1 / -1;
  border-top: 2px solid #39a46738;
  border-bottom: 1px solid #91cfaa1a;
  padding: 8px 0;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.anl-det .cta-top-bar-lbl {
  font-size: 14px;
  color: #91CFAA;
  letter-spacing: .08em;
  text-transform: uppercase
}

.anl-det .cta-card {
  background: #252118;
  border-radius: 15px;
  border: 1px solid #39a46724;
  padding: 32px;
  box-shadow: 0 3px 4px 0 #39a4670d;
  transition: border-color .28s ease-in-out, box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 16px
}

.anl-det .cta-card:hover {
  border-color: #39a46773;
  box-shadow: 0 8px 48px 0 #39a4671a
}

.anl-det .cta-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #39a4671f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #39A467
}

.anl-det .cta-card-ttl {
  font-size: 21px;
  line-height: 1.2;
  color: #F6F9F8;
  margin: 0;
  letter-spacing: -.01em
}

.anl-det .cta-card-ttl span {
  font-size: 28px;
  display: block;
  background: linear-gradient(197deg, #91CFAA, #39A467);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.anl-det .cta-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #b8b0a0;
  margin: 0
}

.anl-det .cta-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #39A467;
  text-decoration: none;
  border: 1px solid #39a4674d;
  border-radius: 42px;
  padding: 8px 16px;
  position: relative;
  overflow: hidden;
  transition: color .28s ease-in-out, border-color .28s ease-in-out;
  background: transparent;
  cursor: pointer;
  align-self: flex-start
}

.anl-det .cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #91CFAA, #39A467);
  transform: translateX(-100%);
  transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.anl-det .cta-btn:hover::before {
  transform: translateX(0)
}

.anl-det .cta-btn:hover {
  color: #181612;
  border-color: #39A467
}

.anl-det .cta-btn span,
.anl-det .cta-btn svg {
  position: relative;
  z-index: 1
}

.anl-det .pl-wrap {
  border-radius: 9px;
  overflow: hidden
}

.anl-det .ph-row {
  background: #252118
}

.anl-det .ph-col {
  background: #39a46714
}

@keyframes anl-color-wash {
  0% {
    background-color: #181612
  }

  50% {
    background-color: #1a1e18
  }

  100% {
    background-color: #181612
  }
}

.anl-det .art-body-wrap {
  animation: anl-color-wash 9s ease-in-out infinite
}

@media (max-width: 992px) {
  .anl-det .art-lead {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .anl-det .art-img-strip {
    order: -1
  }

  .anl-det .art-body-inner {
    grid-template-columns: 1fr
  }

  .anl-det .art-sidebar {
    position: static
  }

  .anl-det .cta-inner {
    grid-template-columns: 1fr 1fr
  }

  .anl-det .cta-top-bar {
    grid-column: 1 / -1
  }
}

@media (max-width: 576px) {
  .anl-det .art-lead {
    padding: 32px 16px 16px
  }

  .anl-det .art-body-inner {
    padding: 0 16px
  }

  .anl-det .dashed-div {
    padding: 0 16px
  }

  .anl-det .cta-inner {
    grid-template-columns: 1fr;
    padding: 0 16px
  }

  .anl-det .art-content ul {
    grid-template-columns: 1fr
  }

  .anl-det .art-lead-txt h1 {
    font-size: 21px
  }

  .anl-det .cta-top-bar {
    grid-column: 1 / -1
  }
}

.anlt-pg {
  background-color: #18201c;
  color: #e8f0eb;
  overflow-x: hidden
}

.anlt-pg .lead-band {
  background: linear-gradient(197deg, #91CFAA 0%, #39A467 55%, #1a2e20 100%);
  padding: 96px 48px 80px;
  position: relative
}

.anlt-pg .lead-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(90deg, transparent, transparent 38px, #ffffff08 38px, #ffffff08 40px), repeating-linear-gradient(0deg, transparent, transparent 38px, #ffffff08 38px, #ffffff08 40px);
  pointer-events: none
}

.anlt-pg .lead-band::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 48px;
  background: #18201c;
  clip-path: ellipse(55% 100% at 50% 100%);
  pointer-events: none
}

.anlt-pg .lead-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.anlt-pg .lead-tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #18201c;
  background: #ffffff40;
  border-radius: 4px;
  padding: 4px 16px;
  margin-bottom: 32px;
  border: 1px solid #ffffff4d
}

.anlt-pg .lead-h {
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #fff;
  margin: 0 0 32px;
  max-width: 700px
}

.anlt-pg .lead-h span {
  display: block;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -.01em;
  color: #ffffffbf;
  margin-top: 8px
}

.anlt-pg .lead-desc {
  font-size: 21px;
  line-height: 1.7;
  color: #fffc;
  max-width: 560px;
  margin: 0
}

.anlt-pg .lead-corner-tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 80px solid #ffffff12;
  border-right: 80px solid transparent;
  pointer-events: none
}

.anlt-pg .lead-corner-br {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 60px solid #ffffff0d;
  border-left: 60px solid transparent;
  pointer-events: none
}

.anlt-pg .posts-seg {
  padding: 96px 48px;
  max-width: 1100px;
  margin: 0 auto
}

.anlt-pg .posts-seg-hd {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #e8f0eb;
  margin: 0 0 48px
}

.anlt-pg .posts-seg-hd em {
  font-style: normal;
  color: #39A467
}

.anlt-pg .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px
}

.anlt-pg .post-card {
  background: #1f2b23;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 #39a4671c;
  border: 1px solid #91cfaa1a;
  display: flex;
  flex-direction: column;
  transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.anlt-pg .post-card:hover {
  border-color: #39a46773;
  box-shadow: 0 8px 48px 0 #39a4671a
}

.anlt-pg .post-card:hover .card-img img {
  filter: blur(0px)
}

.anlt-pg .card-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0
}

.anlt-pg .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: blur(3px);
  transform: scale(1.04);
  transition: filter .35s ease-in-out, transform .35s ease-in-out
}

.anlt-pg .post-card:hover .card-img img {
  transform: scale(1)
}

.anlt-pg .card-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.anlt-pg .card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}

.anlt-pg .card-date {
  font-size: 14px;
  line-height: 1.5;
  color: #91cfaab3;
  display: flex;
  align-items: center;
  gap: 4px
}

.anlt-pg .card-stat {
  font-size: 14px;
  line-height: 1.5;
  color: #e8f0eb80;
  display: flex;
  align-items: center;
  gap: 4px
}

.anlt-pg .card-stat i,
.anlt-pg .card-date i {
  font-size: 14px
}

.anlt-pg .card-ttl {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -.01em;
  color: #e8f0eb;
  margin: 0 0 16px
}

.anlt-pg .card-excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: #e8f0eba6;
  margin: 0 0 32px;
  flex: 1
}

.anlt-pg .card-lnk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #39A467;
  text-decoration: none;
  border-radius: 4px;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  transition: color .25s ease-in-out;
  align-self: flex-start
}

.anlt-pg .card-lnk::before {
  content: '';
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(197deg, #91CFAA, #39A467);
  transition: left .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.anlt-pg .card-lnk:hover::before {
  left: 0
}

.anlt-pg .card-lnk:hover {
  color: #91CFAA
}

.anlt-pg .card-lnk:focus-visible {
  outline: 2px solid #39A467;
  outline-offset: 2px
}

.anlt-pg .metrics-seg {
  background: #F6F9F8;
  padding: 96px 48px
}

.anlt-pg .metrics-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.anlt-pg .metrics-lbl {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #39A467;
  margin: 0 0 16px
}

.anlt-pg .metrics-hd {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #18201c;
  margin: 0 0 32px
}

.anlt-pg .metrics-txt {
  font-size: 14px;
  line-height: 1.7;
  color: #3a4a3e;
  margin: 0
}

.anlt-pg .funnel-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.anlt-pg .funnel-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.anlt-pg .funnel-bar-shell {
  flex: 1;
  height: 44px;
  background: #39a46714;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.anlt-pg .funnel-bar-fill {
  height: 100%;
  background: linear-gradient(197deg, #91CFAA, #39A467);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  transition: width .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.anlt-pg .funnel-bar-fill.w90 {
  width: 90%
}

.anlt-pg .funnel-bar-fill.w72 {
  width: 72%
}

.anlt-pg .funnel-bar-fill.w54 {
  width: 54%
}

.anlt-pg .funnel-bar-fill.w36 {
  width: 36%
}

.anlt-pg .funnel-label {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap
}

.anlt-pg .funnel-key {
  font-size: 14px;
  line-height: 1.5;
  color: #3a4a3e;
  min-width: 120px
}

.anlt-pg .img-txt-seg {
  padding: 96px 48px;
  max-width: 1100px;
  margin: 0 auto
}

.anlt-pg .img-txt-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
  align-items: center
}

.anlt-pg .img-frame {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 48px 0 #39a4671a
}

.anlt-pg .img-frame img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  filter: blur(3px);
  transform: scale(1.04);
  transition: filter .38s ease-in-out, transform .38s ease-in-out
}

.anlt-pg .img-frame:hover img {
  filter: blur(0);
  transform: scale(1)
}

.anlt-pg .img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 15px;
  border: 2px solid #39a4672e;
  pointer-events: none
}

.anlt-pg .img-txt-aside {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.anlt-pg .aside-hd {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #e8f0eb;
  margin: 0
}

.anlt-pg .aside-hd strong {
  display: block;
  font-size: 21px;
  color: #91CFAA;
  font-weight: 400
}

.anlt-pg .aside-body {
  font-size: 14px;
  line-height: 1.7;
  color: #e8f0ebb3;
  margin: 0
}

.anlt-pg .aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.anlt-pg .aside-list li {
  font-size: 14px;
  line-height: 1.5;
  color: #e8f0ebbf;
  padding-left: 16px;
  border-left: 2px solid #39A467;
  border-radius: 0 4px 4px 0
}

.anlt-pg .aside-lnk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background: #39A467;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 9px;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  transition: color .28s ease-in-out, border-color .28s ease-in-out;
  align-self: flex-start
}

.anlt-pg .aside-lnk::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(197deg, #91CFAA, #39A467);
  transition: left .3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.anlt-pg .aside-lnk:hover::before {
  left: 0
}

.anlt-pg .aside-lnk span {
  position: relative;
  z-index: 1
}

.anlt-pg .aside-lnk:focus-visible {
  outline: 2px solid #91CFAA;
  outline-offset: 3px
}

.anlt-pg .topics-seg {
  background: #1f2b23;
  padding: 96px 48px;
  position: relative
}

.anlt-pg .topics-seg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, transparent 0px, transparent 18px, #39a4670a 18px, #39a4670a 20px);
  pointer-events: none
}

.anlt-pg .topics-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.anlt-pg .topics-hd {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #e8f0eb;
  margin: 0 0 48px;
  text-align: center
}

.anlt-pg .topics-hd::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(197deg, #91CFAA, #39A467);
  border-radius: 4px;
  margin: 16px auto 0
}

.anlt-pg .topics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.anlt-pg .topic-item {
  background: #18201c;
  border-radius: 9px;
  padding: 32px;
  border: 1px solid #91cfaa14;
  border-left: 3px solid #39A467;
  box-shadow: 0 3px 4px 0 #39a4670d;
  transition: border-left-color .26s ease-in-out, box-shadow .26s ease-in-out
}

.anlt-pg .topic-item:hover {
  border-left-color: #91CFAA;
  box-shadow: 0 5px 20px 0 #39a4671c
}

.anlt-pg .topic-icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #39a46726;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #39A467
}

.anlt-pg .topic-icon i {
  font-size: 21px
}

.anlt-pg .topic-ttl {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #e8f0eb;
  margin: 0 0 16px
}

.anlt-pg .topic-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #e8f0eb99;
  margin: 0
}

.anlt-pg .cta-seg {
  padding: 96px 48px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.anlt-pg .cta-txt-col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.anlt-pg .cta-hd {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #e8f0eb;
  margin: 0
}

.anlt-pg .cta-body {
  font-size: 14px;
  line-height: 1.7;
  color: #e8f0eba6;
  margin: 0
}

.anlt-pg .cta-form {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.anlt-pg .cta-form input,
.anlt-pg .cta-form textarea {
  background: #1f2b23;
  border: 1px solid #91cfaa26;
  border-radius: 9px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #e8f0eb;
  outline: none;
  transition: border-color .26s ease-in-out, box-shadow .26s ease-in-out;
  width: 100%;
  box-sizing: border-box
}

.anlt-pg .cta-form input::placeholder,
.anlt-pg .cta-form textarea::placeholder {
  color: #e8f0eb66
}

.anlt-pg .cta-form input:focus,
.anlt-pg .cta-form textarea:focus {
  border-color: #39A467;
  box-shadow: inset 0 2px 6px 0 #39a4671a
}

.anlt-pg .cta-form textarea {
  resize: vertical;
  min-height: 120px
}

.anlt-pg .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #39A467;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 32px;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .28s ease-in-out;
  align-self: flex-start
}

.anlt-pg .cta-btn::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(197deg, #91CFAA, #39A467);
  transition: left .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.anlt-pg .cta-btn:hover::before {
  left: 0
}

.anlt-pg .cta-btn span {
  position: relative;
  z-index: 1
}

.anlt-pg .cta-btn:focus-visible {
  outline: 2px solid #91CFAA;
  outline-offset: 3px
}

.anlt-pg .row-reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: rowReveal .45s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.anlt-pg .delay-1 {
  animation-delay: .1s
}

.anlt-pg .delay-2 {
  animation-delay: .22s
}

.anlt-pg .delay-3 {
  animation-delay: .34s
}

.anlt-pg .delay-4 {
  animation-delay: .46s
}

.anlt-pg .delay-5 {
  animation-delay: .58s
}

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

@media (max-width: 992px) {
  .anlt-pg .lead-band {
    padding: 80px 32px 64px
  }

  .anlt-pg .lead-h {
    font-size: 48px
  }

  .anlt-pg .card-grid {
    grid-template-columns: 1fr
  }

  .anlt-pg .posts-seg {
    padding: 64px 32px
  }

  .anlt-pg .metrics-seg {
    padding: 64px 32px
  }

  .anlt-pg .metrics-inner {
    grid-template-columns: 1fr
  }

  .anlt-pg .img-txt-seg {
    padding: 64px 32px
  }

  .anlt-pg .img-txt-grid {
    grid-template-columns: 1fr
  }

  .anlt-pg .img-frame img {
    height: 280px
  }

  .anlt-pg .topics-seg {
    padding: 64px 32px
  }

  .anlt-pg .topics-grid {
    grid-template-columns: 1fr 1fr
  }

  .anlt-pg .cta-seg {
    padding: 64px 32px;
    grid-template-columns: 1fr
  }
}

@media (max-width: 576px) {
  .anlt-pg .lead-band {
    padding: 64px 16px 48px
  }

  .anlt-pg .lead-h {
    font-size: 28px
  }

  .anlt-pg .lead-h span {
    font-size: 21px
  }

  .anlt-pg .lead-desc {
    font-size: 14px
  }

  .anlt-pg .posts-seg {
    padding: 48px 16px
  }

  .anlt-pg .metrics-seg {
    padding: 48px 16px
  }

  .anlt-pg .img-txt-seg {
    padding: 48px 16px
  }

  .anlt-pg .topics-seg {
    padding: 48px 16px
  }

  .anlt-pg .topics-grid {
    grid-template-columns: 1fr
  }

  .anlt-pg .cta-seg {
    padding: 48px 16px
  }

  .anlt-pg .funnel-key {
    min-width: 80px;
    font-size: 14px
  }

  .anlt-pg .aside-list {
    grid-template-columns: 1fr
  }
}

.abt-pg {
  background: #18201c;
  color: #e8ede9;
  overflow-x: hidden
}

.abt-pg ::selection {
  background: linear-gradient(90deg, #39A467, #91CFAA);
  color: #18201c
}

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

.abt-pg .t-block {
  position: relative;
  padding: 96px 32px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto
}

.abt-pg .t-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 60% 50%, #39a46721 0%, #18201c00 75%);
  pointer-events: none
}

.abt-pg .t-num {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 220px;
  line-height: 1.2;
  font-weight: 900;
  color: #39a4670e;
  letter-spacing: -8px;
  user-select: none;
  pointer-events: none;
  z-index: 0
}

.abt-pg .t-left {
  flex: 0 0 340px;
  position: relative;
  z-index: 1
}

.abt-pg .t-img-wrap {
  position: relative;
  width: 340px;
  height: 400px;
  border-radius: 15px;
  overflow: hidden
}

.abt-pg .t-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 15px
}

.abt-pg .t-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top left, #18201c8c 0%, transparent 45%), radial-gradient(ellipse at bottom right, #18201ca6 0%, transparent 50%), radial-gradient(ellipse at bottom left, #18201c80 0%, transparent 40%), radial-gradient(ellipse at top right, #18201c80 0%, transparent 40%);
  border-radius: 15px;
  pointer-events: none
}

.abt-pg .t-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1
}

.abt-pg .t-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.abt-pg .t-eyebrow svg {
  flex-shrink: 0
}

.abt-pg .t-h1 {
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #e8ede9;
  margin: 0 0 16px
}

.abt-pg .t-h1 span {
  display: block;
  background: linear-gradient(197deg, #91CFAA, #39A467);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.abt-pg .t-desc {
  font-size: 21px;
  line-height: 1.7;
  color: #b8cbbf;
  max-width: 480px;
  margin: 0 0 32px
}

.abt-pg .t-badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.abt-pg .t-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 16px;
  border-radius: 42px;
  border: 1px solid #39a46759;
  background: #39a46714;
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA
}

.abt-pg .div-a {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0
}

.abt-pg .div-a .d-line {
  flex: 1;
  height: 1px;
  background: #91cfaa26
}

.abt-pg .div-a .d-accent {
  width: 64px;
  height: 2px;
  background: linear-gradient(197deg, #91CFAA, #39A467);
  border-radius: 4px
}

.abt-pg .story-sec {
  padding: 96px 32px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.7fr 1fr;
  gap: 48px;
  align-items: start
}

.abt-pg .story-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px
}

.abt-pg .story-side-label {
  font-size: 14px;
  line-height: 1.5;
  color: #39A467;
  text-transform: uppercase;
  letter-spacing: .1em
}

.abt-pg .story-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border-radius: 9px;
  border: 1px solid #39a46733;
  border-left: 3px solid #39A467;
  background: #39a4670d;
  box-shadow: 0 3px 4px 0 #39a4670d
}

.abt-pg .story-stat-val {
  font-size: 28px;
  line-height: 1.2;
  color: #39A467;
  font-weight: 700;
  letter-spacing: -.5px
}

.abt-pg .story-stat-lbl {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA
}

.abt-pg .story-center {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-pg .story-h {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.5px;
  color: #e8ede9;
  margin: 0
}

.abt-pg .story-h em {
  font-style: normal;
  font-size: 70px;
  display: block;
  background: linear-gradient(197deg, #91CFAA, #39A467);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  letter-spacing: -2px
}

.abt-pg .story-p {
  font-size: 21px;
  line-height: 1.7;
  color: #b8cbbf;
  margin: 0
}

.abt-pg .story-p-sm {
  font-size: 14px;
  line-height: 1.7;
  color: #8aab96;
  margin: 0
}

.abt-pg .story-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-pg .story-img-wrap {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 48px 0 #39a4671a
}

.abt-pg .story-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .story-tag-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.abt-pg .story-tag {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  padding: 4px 8px;
  border-radius: 4px;
  background: #91cfaa1a;
  border: 1px solid #91cfaa33
}

.abt-pg .proc-sec {
  background: #1c2720;
  padding: 96px 32px
}

.abt-pg .proc-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.abt-pg .proc-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px
}

.abt-pg .proc-h {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.5px;
  color: #e8ede9;
  margin: 0
}

.abt-pg .proc-h em {
  font-style: normal;
  font-size: 70px;
  display: block;
  color: #e8ede9;
  letter-spacing: -2px
}

.abt-pg .proc-sub {
  font-size: 14px;
  line-height: 1.7;
  color: #8aab96;
  max-width: 320px;
  text-align: right
}

.abt-pg .proc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start
}

.abt-pg .code-block {
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 #39a4671c
}

.abt-pg .code-block-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #141a16;
  border-bottom: 1px solid #39a46726
}

.abt-pg .code-block-head .cb-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%
}

.abt-pg .cb-dot.red {
  background: #e05252
}

.abt-pg .cb-dot.yellow {
  background: #d4a843
}

.abt-pg .cb-dot.green {
  background: #39A467
}

.abt-pg .cb-label {
  font-size: 14px;
  line-height: 1.5;
  color: #6a8a76;
  margin-left: 4px
}

.abt-pg .code-block-body {
  background: #111712;
  padding: 16px;
  font-size: 14px;
  line-height: 1.7
}

.abt-pg .code-line {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: baseline
}

.abt-pg .cl-num {
  color: #3a5244;
  min-width: 16px;
  text-align: right;
  flex-shrink: 0;
  user-select: none
}

.abt-pg .cl-text {
  color: #8aab96
}

.abt-pg .cl-text .kw {
  color: #91CFAA
}

.abt-pg .cl-text .val {
  color: #e05252
}

.abt-pg .cl-text .val-g {
  color: #39A467
}

.abt-pg .cl-text .str {
  color: #d4a843
}

.abt-pg .proc-steps {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-pg .proc-step {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 9px;
  border: 1px solid #39a46726;
  border-left: 3px solid #39A467;
  background: #39a4670a;
  transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg .proc-step:hover {
  border-color: #39a46773;
  background: #39a46717
}

.abt-pg .proc-step-num {
  font-size: 28px;
  line-height: 1.2;
  color: #39a4674d;
  font-weight: 700;
  flex-shrink: 0;
  min-width: 32px
}

.abt-pg .proc-step-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-pg .proc-step-ttl {
  font-size: 14px;
  line-height: 1.5;
  color: #e8ede9;
  font-weight: 600
}

.abt-pg .proc-step-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #8aab96
}

.abt-pg .proc-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.abt-pg .proc-img-card {
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 #39a4671c
}

.abt-pg .proc-img-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .proc-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 16px;
  background: linear-gradient(0deg, #111712eb 0%, transparent 100%);
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA
}

.abt-pg .team-sec {
  padding: 96px 32px;
  max-width: 1100px;
  margin: 0 auto
}

.abt-pg .team-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 48px
}

.abt-pg .team-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-pg .team-label {
  font-size: 14px;
  line-height: 1.5;
  color: #39A467;
  text-transform: uppercase;
  letter-spacing: .1em
}

.abt-pg .team-h {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.5px;
  color: #e8ede9;
  margin: 0
}

.abt-pg .team-h em {
  font-style: normal;
  font-size: 70px;
  display: block;
  background: linear-gradient(197deg, #91CFAA, #39A467);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -2px;
  line-height: 1.2
}

.abt-pg .team-p {
  font-size: 21px;
  line-height: 1.7;
  color: #b8cbbf;
  margin: 0
}

.abt-pg .team-p-sm {
  font-size: 14px;
  line-height: 1.7;
  color: #8aab96;
  margin: 0
}

.abt-pg .team-person-card {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  border-radius: 15px;
  border: 1px solid #39a46733;
  background: #39a4670d;
  box-shadow: 0 8px 48px 0 #39a4671a;
  align-items: center;
  text-align: center
}

.abt-pg .person-portrait {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #39a46766;
  flex-shrink: 0
}

.abt-pg .person-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .person-name {
  font-size: 21px;
  line-height: 1.2;
  color: #e8ede9;
  font-weight: 600;
  margin: 0
}

.abt-pg .person-role {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA
}

.abt-pg .person-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center
}

.abt-pg .person-tag {
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 8px;
  border-radius: 4px;
  background: #91cfaa1a;
  color: #91CFAA;
  border: 1px solid #91cfaa2e
}

.abt-pg .team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.abt-pg .team-feat {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 32px;
  border-radius: 9px;
  border: 1px solid #39a46726;
  background: #18201c99;
  transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), border-color .35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 3px 4px 0 #39a4670d
}

.abt-pg .team-feat:hover {
  border-color: #39a46761;
  box-shadow: 0 5px 20px 0 #39a4671c
}

.abt-pg .tf-icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #39a4671f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #39A467
}

.abt-pg .tf-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-pg .tf-ttl {
  font-size: 14px;
  line-height: 1.5;
  color: #e8ede9;
  font-weight: 600
}

.abt-pg .tf-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #8aab96
}

.abt-pg .dot-border {
  position: relative
}

.abt-pg .dot-border::before {
  content: '';
  position: absolute;
  top: -16px;
  right: -16px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, #39a46759 1.5px, transparent 1.5px), radial-gradient(circle, #39a4672e 1px, transparent 1px), radial-gradient(circle, #39a46740 2px, transparent 2px);
  background-size: 14px 14px, 10px 10px, 20px 20px;
  background-position: 0 0, 5px 5px, 2px 2px;
  pointer-events: none;
  border-radius: 4px;
  z-index: 0
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-32px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(32px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

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

.abt-pg .t-left {
  animation: slideInLeft .38s cubic-bezier(0.4, 0, 0.2, 1) both
}

.abt-pg .t-right {
  animation: slideInRight .38s .12s cubic-bezier(0.4, 0, 0.2, 1) both
}

.abt-pg .story-center {
  animation: slideInUp .36s .08s cubic-bezier(0.4, 0, 0.2, 1) both
}

.abt-pg .story-right {
  animation: slideInRight .36s .18s cubic-bezier(0.4, 0, 0.2, 1) both
}

.abt-pg .proc-inner {
  animation: slideInUp .36s .06s cubic-bezier(0.4, 0, 0.2, 1) both
}

.abt-pg .team-top {
  animation: slideInUp .38s .1s cubic-bezier(0.4, 0, 0.2, 1) both
}

@media (max-width: 992px) {
  .abt-pg .t-block {
    flex-direction: column;
    padding: 48px 32px;
    gap: 32px
  }

  .abt-pg .t-left {
    flex: none
  }

  .abt-pg .t-img-wrap {
    width: 100%;
    height: 280px
  }

  .abt-pg .t-h1 {
    font-size: 28px;
    letter-spacing: -.5px
  }

  .abt-pg .t-num {
    font-size: 120px;
    right: 8px
  }

  .abt-pg .story-sec {
    grid-template-columns: 1fr;
    padding: 48px 32px;
    gap: 32px
  }

  .abt-pg .story-side {
    flex-direction: row;
    flex-wrap: wrap
  }

  .abt-pg .story-stat {
    flex: 1 1 140px
  }

  .abt-pg .story-h em {
    font-size: 28px
  }

  .abt-pg .proc-head {
    flex-direction: column;
    align-items: flex-start
  }

  .abt-pg .proc-sub {
    text-align: left;
    max-width: 100%
  }

  .abt-pg .proc-grid {
    grid-template-columns: 1fr
  }

  .abt-pg .proc-h em {
    font-size: 28px
  }

  .abt-pg .proc-img-row {
    grid-template-columns: 1fr
  }

  .abt-pg .proc-img-card img {
    height: 180px
  }

  .abt-pg .team-top {
    flex-direction: column
  }

  .abt-pg .team-person-card {
    flex: none;
    width: 100%
  }

  .abt-pg .team-h em {
    font-size: 28px
  }

  .abt-pg .team-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 576px) {

  .abt-pg .pg-wrap,
  .abt-pg .t-block,
  .abt-pg .story-sec,
  .abt-pg .proc-sec,
  .abt-pg .team-sec {
    padding-left: 16px;
    padding-right: 16px
  }

  .abt-pg .t-badges {
    gap: 4px
  }

  .abt-pg .t-badge {
    font-size: 14px;
    padding: 4px 8px
  }

  .abt-pg .proc-step {
    flex-direction: column;
    gap: 4px
  }

  .abt-pg .team-feat {
    flex-direction: column
  }
}

.strt {
  background-color: #18201c;
  color: #e8ede9;
  overflow-x: hidden;
  position: relative
}

.strt .pg-load-reveal {
  clip-path: inset(0 0 0 0);
  animation: revealClip .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes revealClip {
  from {
    clip-path: inset(0 50% 0 50%)
  }

  to {
    clip-path: inset(0 0 0 0)
  }
}

.strt ::selection {
  background: linear-gradient(90deg, #39A467, #91CFAA);
  color: #18201c
}

.strt .lmt {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.strt .ttl-blk {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  background: linear-gradient(197deg, #1f3329 0%, #18201c 100%)
}

.strt .ttl-blk::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(197deg, #18201c 0%, #1a2d22 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  pointer-events: none
}

.strt .ttl-atm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none
}

.strt .ttl-atm .spot-a {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 42px;
  background: #39a46712;
  filter: blur(80px);
  top: -80px;
  right: 10%
}

.strt .ttl-atm .spot-b {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 42px;
  background: #91cfaa0d;
  filter: blur(60px);
  bottom: 40px;
  left: 5%
}

.strt .ttl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1
}

.strt .ttl-copy {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.strt .ttl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  letter-spacing: .04em;
  text-transform: uppercase
}

.strt .ttl-eyebrow .dot-sep {
  width: 5px;
  height: 5px;
  border-radius: 42px;
  background: #39A467;
  flex-shrink: 0
}

.strt .ttl-h1 {
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #e8ede9;
  margin: 0
}

.strt .ttl-h1 .punct {
  color: #39A467
}

.strt .ttl-h1 .word-lg {
  display: block;
  font-size: 70px
}

.strt .ttl-desc {
  font-size: 21px;
  line-height: 1.7;
  color: #b2c4b9;
  margin: 0;
  max-width: 480px
}

.strt .ttl-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #e8ede9;
  text-decoration: none;
  border: 1px solid #39a46766;
  border-radius: 4px;
  padding: 16px 32px;
  position: relative;
  overflow: hidden;
  transition: color .28s cubic-bezier(0.4, 0, 0.2, 1), border-color .28s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: flex-start;
  box-shadow: 0 5px 20px 0 #39a4671c
}

.strt .ttl-cta::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #39A467;
  transition: left .32s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.strt .ttl-cta:hover::before {
  left: 0
}

.strt .ttl-cta:hover {
  border-color: #39A467;
  color: #18201c
}

.strt .ttl-cta span,
.strt .ttl-cta svg {
  position: relative;
  z-index: 1
}

.strt .ttl-img-wrap {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 8px 48px 0 #39a4671a
}

.strt .ttl-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center top;
  display: block
}

.strt .ttl-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, #18201cd9 0%, transparent 100%);
  pointer-events: none
}

.strt .rel-sec {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #1a2d22;
  position: relative
}

.strt .rel-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #18201c;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  pointer-events: none
}

.strt .rel-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 48px
}

.strt .rel-lbl {
  font-size: 14px;
  line-height: 1.5;
  color: #39A467;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.strt .rel-h2 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #e8ede9;
  margin: 0 0 16px
}

.strt .rel-h2 .fw {
  font-size: 28px;
  display: block;
  color: #91CFAA
}

.strt .rel-body {
  font-size: 14px;
  line-height: 1.7;
  color: #b2c4b9;
  margin: 0
}

.strt .rel-right {
  padding-top: 8px
}

.strt .rel-body-r {
  font-size: 14px;
  line-height: 1.7;
  color: #b2c4b9;
  margin: 0 0 16px
}

.strt .rel-steps {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 32px
}

.strt .rel-step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 9px;
  border: 1px solid #91cfaa1a;
  border-left: 3px solid #39A467;
  background: #39a4670a;
  transition: border-color .26s ease-in-out, background .26s ease-in-out;
  box-shadow: 0 3px 4px 0 #39a4670d
}

.strt .rel-step:hover {
  border-left-color: #91CFAA;
  background: #39a46714
}

.strt .rel-step-num {
  font-size: 28px;
  line-height: 1.2;
  color: #39a46740;
  font-weight: 700;
  flex-shrink: 0;
  width: 32px;
  letter-spacing: -.03em
}

.strt .rel-step-body {
  flex: 1
}

.strt .rel-step-ttl {
  font-size: 14px;
  line-height: 1.5;
  color: #e8ede9;
  font-weight: 600;
  margin: 0 0 4px
}

.strt .rel-step-txt {
  font-size: 14px;
  line-height: 1.7;
  color: #8fa898;
  margin: 0
}

.strt .rel-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.strt .rel-img-wrap {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 #39a4671c
}

.strt .rel-img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.strt .rel-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #39a46700;
  transition: background .35s ease-in-out;
  pointer-events: none
}

.strt .rel-img-wrap:hover::after {
  background: #39a46738
}

.strt .rel-img-wrap:hover img {
  transform: scale(1.04)
}

.strt .clt-sec {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #18201c;
  position: relative
}

.strt .tri-pat {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: .03
}

.strt .tri-pat svg {
  width: 100%;
  height: 100%
}

.strt .clt-hdr {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px
}

.strt .clt-h2 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #e8ede9;
  margin: 0
}

.strt .clt-h2 .fw {
  font-size: 28px;
  display: block;
  color: #39A467
}

.strt .clt-sub {
  font-size: 14px;
  line-height: 1.7;
  color: #8fa898;
  max-width: 360px;
  margin: 0;
  text-align: right
}

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

.strt .clt-card {
  background: #1f3329;
  border-radius: 15px;
  padding: 32px;
  border: 1px solid #91cfaa14;
  border-top: 3px solid #39A467;
  box-shadow: 0 5px 20px 0 #39a4671c;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform .27s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .27s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 1px 0 #91cfaa0f 0 5px 20px 0 #39a4671c
}

.strt .clt-card:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 1px 0 #91cfaa0f 0 8px 48px 0 #39a4671a
}

.strt .clt-card-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.strt .clt-ava {
  width: 48px;
  height: 48px;
  border-radius: 42px;
  background: linear-gradient(197deg, #39A467, #91CFAA);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 21px;
  font-weight: 700;
  color: #18201c;
  line-height: 1.2
}

.strt .clt-name-wrap {
  flex: 1
}

.strt .clt-name {
  font-size: 14px;
  line-height: 1.5;
  color: #e8ede9;
  font-weight: 600;
  margin: 0
}

.strt .clt-role {
  font-size: 14px;
  line-height: 1.5;
  color: #8fa898;
  margin: 0
}

.strt .clt-quote {
  font-size: 14px;
  line-height: 1.7;
  color: #b2c4b9;
  margin: 0;
  flex: 1
}

.strt .clt-outcome {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #39a46714;
  border-radius: 4px;
  border-left: 2px solid #39A467
}

.strt .clt-outcome-txt {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  margin: 0
}

.strt .clt-portrait {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #91cfaa1a
}

.strt .clt-port-img {
  width: 280px;
  height: 392px;
  object-fit: cover;
  object-position: center;
  display: block
}

.strt .clt-port-copy {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.strt .clt-port-tag {
  font-size: 14px;
  line-height: 1.5;
  color: #39A467;
  text-transform: uppercase;
  letter-spacing: .05em
}

.strt .clt-port-h3 {
  font-size: 21px;
  line-height: 1.2;
  color: #e8ede9;
  margin: 0;
  letter-spacing: -.01em
}

.strt .clt-port-txt {
  font-size: 14px;
  line-height: 1.7;
  color: #b2c4b9;
  margin: 0
}

.strt .clt-port-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px
}

.strt .clt-port-item {
  padding: 16px;
  background: #39a4670d;
  border-radius: 9px;
  border: 1px solid #91cfaa14;
  border-left: 3px solid #91CFAA
}

.strt .clt-port-item-lbl {
  font-size: 14px;
  line-height: 1.5;
  color: #8fa898;
  margin: 0 0 4px
}

.strt .clt-port-item-val {
  font-size: 14px;
  line-height: 1.5;
  color: #e8ede9;
  font-weight: 600;
  margin: 0
}

.strt .ex-sec {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #39A467;
  position: relative
}

.strt .ex-sec::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: #18201c;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none
}

.strt .ex-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: start
}

.strt .ex-copy {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.strt .ex-tag {
  font-size: 14px;
  line-height: 1.5;
  color: #18201c;
  text-transform: uppercase;
  letter-spacing: .05em;
  opacity: .7
}

.strt .ex-h2 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #18201c;
  margin: 0
}

.strt .ex-h2 .fw {
  font-size: 28px;
  display: block;
  font-weight: 700
}

.strt .ex-body {
  font-size: 14px;
  line-height: 1.7;
  color: #18201cd9;
  margin: 0
}

.strt .ex-facts {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.strt .ex-fact {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #18201c1a;
  border-radius: 9px;
  border-left: 3px solid #18201c4d
}

.strt .ex-fact-ico {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18201c
}

.strt .ex-fact-body {
  flex: 1
}

.strt .ex-fact-h {
  font-size: 14px;
  line-height: 1.5;
  color: #18201c;
  font-weight: 600;
  margin: 0 0 4px
}

.strt .ex-fact-p {
  font-size: 14px;
  line-height: 1.7;
  color: #18201ccc;
  margin: 0
}

.strt .ex-vis {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.strt .ex-img-wrap {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 8px 48px 0 #39a4671a
}

.strt .ex-img-wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.strt .ex-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #39a46700;
  transition: background .35s ease-in-out;
  pointer-events: none
}

.strt .ex-img-wrap:hover::after {
  background: #39a46740
}

.strt .ex-img-wrap:hover img {
  transform: scale(1.03)
}

.strt .ex-kv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.strt .ex-kv-item {
  padding: 16px;
  background: #18201c1f;
  border-radius: 9px
}

.strt .ex-kv-lbl {
  font-size: 14px;
  line-height: 1.5;
  color: #18201ca6;
  margin: 0 0 4px
}

.strt .ex-kv-val {
  font-size: 14px;
  line-height: 1.5;
  color: #18201c;
  font-weight: 700;
  margin: 0
}

@media (max-width: 992px) {
  .strt .ttl-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .strt .ttl-h1 {
    font-size: 28px
  }

  .strt .ttl-h1 .word-lg {
    font-size: 28px
  }

  .strt .ttl-img-wrap img {
    height: 320px
  }

  .strt .rel-top {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .strt .rel-img-row {
    grid-template-columns: 1fr 1fr
  }

  .strt .clt-grid {
    grid-template-columns: 1fr 1fr
  }

  .strt .clt-portrait {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .strt .clt-port-img {
    width: 100%;
    height: 320px
  }

  .strt .ex-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

@media (max-width: 576px) {
  .strt .ttl-blk {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .strt .rel-sec {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .strt .clt-sec {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .strt .ex-sec {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .strt .lmt {
    padding-left: 16px;
    padding-right: 16px
  }

  .strt .clt-grid {
    grid-template-columns: 1fr
  }

  .strt .clt-hdr {
    flex-direction: column;
    align-items: flex-start
  }

  .strt .clt-sub {
    text-align: left;
    max-width: 100%
  }

  .strt .rel-img-row {
    grid-template-columns: 1fr
  }

  .strt .ex-kv {
    grid-template-columns: 1fr
  }

  .strt .clt-port-detail {
    grid-template-columns: 1fr
  }

  .strt .ttl-h1 {
    font-size: 28px
  }
}

.cont-us {
  background: #141210;
  min-height: 100vh;
  overflow-x: clip;
  position: relative
}

.cont-us .drop-anim {
  opacity: 0;
  transform: translateY(-28px);
  animation: dropIn .38s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.cont-us .drop-anim:nth-child(1) {
  animation-delay: .05s
}

.cont-us .drop-anim:nth-child(2) {
  animation-delay: .13s
}

.cont-us .drop-anim:nth-child(3) {
  animation-delay: .21s
}

.cont-us .drop-anim:nth-child(4) {
  animation-delay: .29s
}

.cont-us .drop-anim:nth-child(5) {
  animation-delay: .37s
}

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

.cont-us .pg-top {
  max-width: 1100px;
  margin: 0 auto;
  padding: 96px 32px 48px
}

.cont-us .bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px
}

.cont-us .bento-img-cell {
  grid-column: 2;
  grid-row: 1 / 3;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  min-height: 340px;
  background: #1e1a16
}

.cont-us .bento-img-cell::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #91cfaa2e 0%, #39a46714 100%);
  z-index: 1;
  pointer-events: none
}

.cont-us .bento-img-cell .dec-bracket {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-top: 2px solid #39A467;
  border-left: 2px solid #39A467;
  border-radius: 4px 0 0 0;
  pointer-events: none
}

.cont-us .bento-img-cell .dec-bracket-br {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-bottom: 2px solid #91CFAA;
  border-right: 2px solid #91CFAA;
  border-radius: 0 0 4px 0;
  pointer-events: none
}

.cont-us .bento-img-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: saturate(0.45) brightness(0.82);
  transition: transform .6s cubic-bezier(0.4, 0, 0.2, 1), filter .5s ease-in-out;
  will-change: transform
}

.cont-us .bento-img-cell:hover img {
  transform: scale(1.045);
  filter: saturate(0.6) brightness(0.88)
}

.cont-us .bento-label {
  grid-column: 1;
  grid-row: 1;
  background: #1a1612;
  border-radius: 15px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #39a46724;
  box-shadow: 0 5px 20px 0 #39a4671c;
  position: relative
}

.cont-us .bento-label .pg-eyebrow {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.cont-us .bento-label .pg-h1 {
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #F6F9F8;
  margin: 0
}

.cont-us .bento-label .pg-h1 span {
  font-size: 28px;
  display: block;
  color: #91CFAA;
  letter-spacing: -.01em;
  line-height: 1.2
}

.cont-us .bento-info-cell {
  grid-column: 1;
  grid-row: 2;
  background: linear-gradient(197deg, #91cfaa12 0%, #39a46708 100%);
  border-radius: 15px;
  padding: 32px;
  border: 1px solid #91cfaa1a;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cont-us .info-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.cont-us .info-row .i-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #39a46721;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #39a46738;
  box-shadow: inset 0 1px 4px 0 #39a4671a
}

.cont-us .info-row .i-icon svg {
  width: 18px;
  height: 18px;
  stroke: #39A467;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.cont-us .info-row .i-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cont-us .info-row .i-label {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  letter-spacing: .04em
}

.cont-us .info-row .i-val {
  font-size: 14px;
  line-height: 1.5;
  color: #F6F9F8
}

.cont-us .info-row .i-val a {
  color: #F6F9F8;
  text-decoration: none;
  border-bottom: 1px solid #91cfaa4d;
  transition: color .28s ease-in-out, border-color .28s ease-in-out
}

.cont-us .info-row .i-val a:hover {
  color: #39A467;
  border-color: #39A467
}

.cont-us .form-zone {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 32px 96px
}

.cont-us .form-wrap {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start
}

.cont-us .form-side {
  background: #1a1612;
  border-radius: 15px;
  padding: 48px;
  border: 1px solid #39a46729;
  box-shadow: 0 8px 48px 0 #39a4671a;
  position: relative
}

.cont-us .form-side::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(197deg, #91CFAA 0%, #39A467 100%);
  border-radius: 15px 15px 0 0
}

.cont-us .form-heading {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #F6F9F8;
  margin: 0 0 8px
}

.cont-us .form-sub {
  font-size: 14px;
  line-height: 1.7;
  color: #f6f9f899;
  margin: 0 0 32px
}

.cont-us .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

.cont-us .field-grp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px
}

.cont-us .field-grp.full {
  grid-column: 1 / -1
}

.cont-us .f-label {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  letter-spacing: .03em
}

.cont-us .f-input {
  background: #f6f9f80a;
  border: 1px solid #91cfaa2e;
  border-radius: 9px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #F6F9F8;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .26s ease-in-out, box-shadow .26s ease-in-out, background .26s ease-in-out;
  outline: none;
  box-shadow: inset 0 1px 3px 0 #39a4670f
}

.cont-us .f-input::placeholder {
  color: #f6f9f866
}

.cont-us .f-input:focus {
  border-color: #39A467;
  background: #39a4670f;
  box-shadow: 0 0 0 3px #39a4671f inset 0 1px 3px 0 #39a46714
}

.cont-us .f-textarea {
  background: #f6f9f80a;
  border: 1px solid #91cfaa2e;
  border-radius: 9px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #F6F9F8;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 110px;
  transition: border-color .26s ease-in-out, box-shadow .26s ease-in-out, background .26s ease-in-out;
  outline: none;
  box-shadow: inset 0 1px 3px 0 #39a4670f
}

.cont-us .f-textarea::placeholder {
  color: #f6f9f866
}

.cont-us .f-textarea:focus {
  border-color: #39A467;
  background: #39a4670f;
  box-shadow: 0 0 0 3px #39a4671f inset 0 1px 3px 0 #39a46714
}

.cont-us .f-select {
  background: #f6f9f80a;
  border: 1px solid #91cfaa2e;
  border-radius: 9px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #F6F9F8;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .26s ease-in-out, box-shadow .26s ease-in-out;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: inset 0 1px 3px 0 #39a4670f
}

.cont-us .f-select option {
  background: #1a1612;
  color: #F6F9F8
}

.cont-us .f-select:focus {
  border-color: #39A467;
  box-shadow: 0 0 0 3px #39a4671f
}

.cont-us .sel-wrap {
  position: relative
}

.cont-us .sel-wrap::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #91CFAA;
  pointer-events: none
}

.cont-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  margin-top: 8px
}

.cont-us .priv-check {
  width: 18px;
  height: 18px;
  min-width: 18px;
  accent-color: #39A467;
  margin-top: 2px;
  cursor: pointer
}

.cont-us .priv-text {
  font-size: 14px;
  line-height: 1.7;
  color: #f6f9f8a6
}

.cont-us .priv-text a {
  color: #91CFAA;
  text-decoration: none;
  border-bottom: 1px solid #91cfaa59;
  transition: color .25s ease-in-out, border-color .25s ease-in-out
}

.cont-us .priv-text a:hover {
  color: #39A467;
  border-color: #39A467
}

.cont-us .submit-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: transparent;
  border: 1px solid #39A467;
  border-radius: 42px;
  font-size: 14px;
  line-height: 1.5;
  color: #F6F9F8;
  cursor: pointer;
  overflow: hidden;
  transition: color .32s cubic-bezier(0.4, 0, 0.2, 1), border-color .32s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: .04em
}

.cont-us .submit-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #91CFAA 0%, #39A467 100%);
  transform: translateX(-101%);
  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.cont-us .submit-btn:hover::before {
  transform: translateX(0)
}

.cont-us .submit-btn:hover {
  color: #141210;
  border-color: #39A467
}

.cont-us .submit-btn span,
.cont-us .submit-btn svg {
  position: relative;
  z-index: 1
}

.cont-us .submit-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .28s ease-in-out
}

.cont-us .submit-btn:hover svg {
  transform: translateX(4px)
}

.cont-us .submit-btn:focus-visible {
  outline: 2px solid #39A467;
  outline-offset: 3px
}

.cont-us .aside-panel {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cont-us .aside-card {
  background: #1a1612;
  border-radius: 15px;
  padding: 32px;
  border: 1px solid #91cfaa1f;
  border-left: 3px solid #39A467;
  box-shadow: 0 3px 4px 0 #39a4670d;
  position: relative
}

.cont-us .aside-card .num-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #39a4671f;
  border: 1px solid #39a46733;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  color: #39A467;
  font-variant-numeric: tabular-nums
}

.cont-us .aside-card-head {
  font-size: 21px;
  line-height: 1.2;
  color: #F6F9F8;
  margin: 0 0 8px;
  letter-spacing: -.01em
}

.cont-us .aside-card-body {
  font-size: 14px;
  line-height: 1.7;
  color: #f6f9f8a6;
  margin: 0
}

.cont-us .aside-card-body a {
  color: #91CFAA;
  text-decoration: none;
  border-bottom: 1px solid #91cfaa4d;
  transition: color .27s ease-in-out
}

.cont-us .aside-card-body a:hover {
  color: #39A467
}

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

.cont-us .hours-list li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.5;
  color: #f6f9f8a6;
  border-bottom: 1px solid #91cfaa14;
  padding-bottom: 8px
}

.cont-us .hours-list li:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.cont-us .hours-list .day {
  color: #91CFAA
}

.cont-us .aside-analytics {
  background: linear-gradient(197deg, #91cfaa17 0%, #39a4670a 100%);
  border-radius: 15px;
  padding: 32px;
  border: 1px solid #91cfaa24;
  border-left: 3px solid #91CFAA;
  box-shadow: 0 5px 20px 0 #39a4671c
}

.cont-us .aside-analytics .ana-head {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  margin: 0 0 8px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.cont-us .aside-analytics .ana-text {
  font-size: 14px;
  line-height: 1.7;
  color: #f6f9f8a6;
  margin: 0 0 16px
}

.cont-us .aside-analytics .ana-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #39A467;
  text-decoration: none;
  border-bottom: 1px solid #39a46759;
  transition: color .27s ease-in-out, border-color .27s ease-in-out
}

.cont-us .aside-analytics .ana-link:hover {
  color: #91CFAA;
  border-color: #91CFAA
}

.cont-us .aside-analytics .ana-link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .25s ease-in-out
}

.cont-us .aside-analytics .ana-link:hover svg {
  transform: translateX(3px)
}

@media (max-width: 992px) {
  .cont-us .bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto
  }

  .cont-us .bento-img-cell {
    grid-column: 1;
    grid-row: 1;
    min-height: 220px
  }

  .cont-us .bento-label {
    grid-column: 1;
    grid-row: 2
  }

  .cont-us .bento-info-cell {
    grid-column: 1;
    grid-row: 3
  }

  .cont-us .form-wrap {
    grid-template-columns: 1fr
  }

  .cont-us .aside-panel {
    order: -1
  }

  .cont-us .pg-top {
    padding: 48px 16px 32px
  }

  .cont-us .form-zone {
    padding: 32px 16px 48px
  }

  .cont-us .bento-label .pg-h1 {
    font-size: 28px
  }
}

@media (max-width: 576px) {
  .cont-us .field-row {
    grid-template-columns: 1fr
  }

  .cont-us .form-side {
    padding: 32px 16px
  }

  .cont-us .bento-label {
    padding: 16px
  }

  .cont-us .bento-info-cell {
    padding: 16px
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 32px;
  background-color: #16201c
}

.success-page .success-card {
  max-width: 1100px;
  width: 100%;
  background: #1e2b24;
  border-radius: 15px;
  padding: 48px;
  box-shadow: 0 8px 48px 0 #39a4671a;
  border: 1px solid #39a4672e;
  border-left: 4px solid #39A467;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px
}

.success-page .success-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 42px;
  background: #39a4671f;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 3px 4px 0 #39a4670d 0 5px 20px 0 #39a4671c
}

.success-page .success-icon-wrap svg {
  width: 36px;
  height: 36px;
  stroke: #39A467;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.success-page .success-heading {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #F6F9F8;
  margin: 0
}

.success-page .success-subtext {
  font-size: 21px;
  line-height: 1.5;
  color: #91CFAA;
  margin: 0;
  max-width: 560px
}

.success-page .success-detail {
  font-size: 14px;
  line-height: 1.7;
  color: #f6f9f899;
  margin: 0;
  max-width: 480px
}

.success-page .success-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(197deg, #91cfaa2e, #39a46714);
  border: none
}

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

.success-page .action-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 9px;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .01em;
  position: relative;
  overflow: hidden;
  transition: color .28s ease-in-out, border-color .35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent
}

.success-page .action-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #91CFAA, #39A467);
  transform: translateX(-100%);
  transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  border-radius: 9px
}

.success-page .action-link:hover::before {
  transform: translateX(0)
}

.success-page .action-link span {
  position: relative;
  z-index: 1
}

.success-page .action-link svg {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .25s ease-in-out
}

.success-page .action-link:hover svg {
  transform: translateX(4px)
}

.success-page .action-primary {
  background: #39A467;
  color: #F6F9F8;
  border-color: #39A467;
  box-shadow: 0 5px 20px 0 #39a4671c
}

.success-page .action-primary:hover {
  color: #16201c
}

.success-page .action-secondary {
  background: transparent;
  color: #91CFAA;
  border-color: #91cfaa52
}

.success-page .action-secondary:hover {
  color: #16201c;
  border-color: #39A467
}

.success-page .action-link:focus-visible {
  outline: 2px solid #39A467;
  outline-offset: 3px
}

.success-page .success-meta {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center
}

.success-page .meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.success-page .meta-label {
  font-size: 14px;
  line-height: 1.5;
  color: #f6f9f873
}

.success-page .meta-value {
  font-size: 14px;
  line-height: 1.5;
  color: #91CFAA;
  font-weight: 600
}

@media (max-width: 576px) {
  .success-page {
    padding: 48px 16px
  }

  .success-page .success-card {
    padding: 32px 16px;
    gap: 24px
  }

  .success-page .success-heading {
    font-size: 21px
  }

  .success-page .success-subtext {
    font-size: 14px
  }

  .success-page .action-link {
    padding: 16px 24px;
    width: 100%;
    justify-content: center
  }

  .success-page .success-meta {
    gap: 16px
  }
}