*,
::before,
::after {
    box-sizing: border-box
}

body {
    margin: 0;
    position: relative;
    min-height: 100vh
}

.hd {
    position: relative;
    padding: 0;
    overflow: hidden
}

.hd-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #61933C 0%, #4a7230 40%, #2e4a1e 100%);
    z-index: 0
}

.hd-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(210deg, #B7C09C22 0%, transparent 60%)
}

.hd-bg::after {
    content: '';
    position: absolute;
    top: -48px;
    right: -48px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #EBF2E6;
    opacity: .06
}

.hd-arc {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 80px;
    background: #fff;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: 1
}

.hd-inner {
    position: relative;
    z-index: 2;
    max-width: 1170px;
    margin: 0 auto;
    padding: 32px 32px 64px
}

.brand-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px
}

.brand-hex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #fff;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    box-shadow: 0 4px 22px 1px #61933c1c;
    flex-shrink: 0
}

.brand-hex img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block
}

.brand-name {
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 0 16px;
    align-self: center;
    text-shadow: 0 1px 3px 1px #61933c14
}

.hd-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 4px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.hd-nav li {
    margin: 0
}

.hd-nav a {
    display: inline-block;
    font-family: 'Lora', serif;
    font-size: 15px;
    font-weight: 400;
    color: #EBF2E6;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 7px;
    min-height: 44px;
    line-height: 1.35;
    transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.hd-nav a:hover {
    background: #ebf2e62e;
    color: #fff
}

.hd-nav a:focus-visible {
    outline: 3px solid;
    outline-color: #EBF2E6;
    outline-offset: 2px;
    border-radius: 7px
}

.hd-nav a.active {
    background: #ebf2e638;
    color: #fff;
    font-weight: 700
}

.hd-tagline {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    font-weight: 400;
    color: #B7C09C;
    line-height: 1.55;
    margin: 32px 0 0;
    max-width: 520px
}

.hd-accent-line {
    display: block;
    width: 48px;
    height: 4px;
    background: #B7C09C;
    border-radius: 4px;
    margin-top: 16px;
    opacity: .7
}

@media (max-width: 768px) {
    .hd-inner {
        padding: 24px 16px 56px
    }

    .brand-name {
        font-size: 22px
    }

    .hd-nav a {
        font-size: 15px;
        padding: 12px
    }

    .hd-tagline {
        font-size: 15px
    }
}

@media (max-width: 320px) {
    .brand-hex {
        width: 56px;
        height: 56px
    }

    .brand-hex img {
        width: 40px;
        height: 40px
    }

    .brand-name {
        font-size: 18px
    }
}

.ft {
    background: #2e4a1e;
    position: relative;
    overflow: hidden
}

.ft-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #b7c09c2e 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none
}

.ft-inner {
    position: relative;
    z-index: 2;
    max-width: 1170px;
    margin: 0 auto;
    padding: 48px 32px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px 32px;
    align-items: start
}

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

.ft-brand-hex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    box-shadow: 0 4px 22px 1px #61933c1c;
    flex-shrink: 0
}

.ft-brand-hex img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block
}

.ft-brand-name {
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    font-weight: 700;
    color: #EBF2E6;
    line-height: 1.1;
    margin: 0
}

.ft-addr {
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #B7C09C;
    line-height: 1.55;
    margin: 0;
    font-style: normal
}

.ft-addr a {
    color: #B7C09C;
    text-decoration: none;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ft-addr a:hover {
    color: #EBF2E6
}

.ft-addr a:focus-visible {
    outline: 2px solid #EBF2E6;
    outline-offset: 2px;
    border-radius: 4px
}

.ft-col-label {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    font-weight: 700;
    color: #EBF2E6;
    line-height: 1.1;
    margin: 0 0 4px;
    border-bottom: 1px solid #b7c09c33;
    padding-bottom: 12px
}

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

.ft-links li {
    margin: 0
}

.ft-links a {
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #B7C09C;
    text-decoration: none;
    line-height: 1.55;
    display: inline-block;
    min-height: 44px;
    padding: 8px 0;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ft-links a:hover {
    color: #EBF2E6
}

.ft-links a:focus-visible {
    outline: 2px solid #EBF2E6;
    outline-offset: 2px;
    border-radius: 4px
}

.ft-bottom {
    position: relative;
    z-index: 2;
    max-width: 1170px;
    margin: 0 auto;
    padding: 16px 32px 32px;
    border-top: 1px solid #b7c09c26;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px
}

.ft-copy {
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #b7c09cb3;
    line-height: 1.55;
    margin: 0
}

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

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

    .ft-bottom {
        padding: 16px 16px 24px
    }
}

@media (max-width: 320px) {
    .ft-inner {
        padding: 24px 12px 16px
    }
}

.ck-bar {
    background: #2e4a1e;
    border-top: 2px solid #61933C;
    padding: 16px 32px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    box-shadow: 0 -4px 22px 1px #61933c1c
}

.ck-bar[hidden] {
    display: none
}

.ck-txt {
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #EBF2E6;
    line-height: 1.55;
    margin: 0;
    flex: 1;
    min-width: 200px
}

.ck-actions {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    flex-wrap: wrap
}

.ck-btn {
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #B7C09C;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 8px 4px;
    min-height: 44px;
    line-height: 1.55;
    transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ck-btn:hover {
    color: #EBF2E6
}

.ck-btn:focus-visible {
    outline: 2px solid #EBF2E6;
    outline-offset: 2px;
    border-radius: 4px
}

@media (max-width: 768px) {
    .ck-bar {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start
    }
}

.legal-data {
    max-width: 1170px;
    margin: 0 auto;
    padding: 48px 32px
}

.legal-data h1 {
    font-size: 42px;
    line-height: 1.1;
    color: #1b2a12;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #EBF2E6
}

.legal-data h2 {
    font-size: 30px;
    line-height: 1.35;
    color: #1b2a12;
    margin-top: 48px;
    margin-bottom: 16px
}

.legal-data h3 {
    font-size: 22px;
    line-height: 1.35;
    color: #2c4a1a;
    margin-top: 32px;
    margin-bottom: 12px
}

.legal-data h4 {
    font-size: 18px;
    line-height: 1.35;
    color: #2c4a1a;
    margin-top: 32px;
    margin-bottom: 8px
}

.legal-data h5 {
    font-size: 15px;
    line-height: 1.55;
    color: #2c4a1a;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.legal-data h6 {
    font-size: 15px;
    line-height: 1.55;
    color: #61933C;
    margin-top: 16px;
    margin-bottom: 8px
}

.legal-data p {
    font-size: 18px;
    line-height: 1.55;
    color: #2a2a2a;
    margin-top: 0;
    margin-bottom: 16px
}

.legal-data ul,
.legal-data ol {
    font-size: 18px;
    line-height: 1.55;
    color: #2a2a2a;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 32px
}

.legal-data ul {
    list-style-type: disc
}

.legal-data ol {
    list-style-type: decimal
}

.legal-data li {
    margin-bottom: 8px;
    padding-left: 4px
}

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

.legal-data ul ul,
.legal-data ol ol,
.legal-data ul ol,
.legal-data ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.legal-data strong,
.legal-data b {
    font-weight: 700;
    color: #1b2a12
}

.legal-data em,
.legal-data i {
    font-style: italic;
    color: #3a4f2a
}

.legal-data table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.55;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 1px 3px 1px #61933c14
}

.legal-data thead {
    background-color: #61933C
}

.legal-data thead th {
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    padding: 12px 16px;
    text-align: left;
    border: none
}

.legal-data tbody tr {
    background-color: #fff;
    transition: background-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.legal-data tbody tr:nth-child(even) {
    background-color: #EBF2E6
}

.legal-data tbody tr:hover {
    background-color: #d8e8cc
}

.legal-data td {
    font-size: 15px;
    line-height: 1.55;
    color: #2a2a2a;
    padding: 12px 16px;
    border-bottom: 1px solid #B7C09C;
    vertical-align: top
}

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

.legal-data hr {
    border: none;
    border-top: 1px solid #B7C09C;
    margin-top: 48px;
    margin-bottom: 48px;
    opacity: .6
}

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

    .legal-data h1 {
        font-size: 30px
    }

    .legal-data h2 {
        font-size: 22px;
        margin-top: 32px
    }

    .legal-data h3 {
        font-size: 18px
    }

    .legal-data p,
    .legal-data ul,
    .legal-data ol {
        font-size: 15px
    }

    .legal-data table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .legal-data hr {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media (max-width: 320px) {
    .legal-data {
        padding: 16px 8px
    }

    .legal-data h1 {
        font-size: 22px
    }

    .legal-data h2 {
        font-size: 18px
    }

    .legal-data h3,
    .legal-data h4 {
        font-size: 15px
    }

    .legal-data ul,
    .legal-data ol {
        padding-left: 16px
    }
}

@media (min-width: 1440px) {
    .legal-data {
        padding: 48px
    }
}

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

.jrnl-det .pg-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.jrnl-det .bread {
    padding: 16px 0 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center
}

.jrnl-det .bread-link {
    font-size: 15px;
    line-height: 1.35;
    color: #61933C;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl-det .bread-link:hover {
    color: #3d6025;
    text-decoration: none
}

.jrnl-det .bread-sep {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #B7C09C;
    vertical-align: middle;
    flex-shrink: 0
}

.jrnl-det .bread-cur {
    font-size: 15px;
    line-height: 1.35;
    color: #3a3a3a
}

.jrnl-det .art-top {
    padding: 32px 0 0;
    position: relative
}

.jrnl-det .art-top-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px
}

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

.jrnl-det .art-tag {
    display: inline-block;
    background: #EBF2E6;
    color: #61933C;
    font-size: 15px;
    line-height: 1.35;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase
}

.jrnl-det .art-readtime {
    font-size: 15px;
    line-height: 1.35;
    color: #5a5a5a;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.jrnl-det .rt-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.jrnl-det .art-date {
    font-size: 15px;
    line-height: 1.35;
    color: #5a5a5a
}

.jrnl-det .art-views {
    font-size: 15px;
    line-height: 1.35;
    color: #5a5a5a;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.jrnl-det .views-icon {
    display: inline-block;
    width: 18px;
    height: 12px;
    flex-shrink: 0
}

.jrnl-det .art-h1 {
    font-size: 58px;
    line-height: 1.1;
    color: #1b2a12;
    margin: 0 0 16px;
    font-weight: 800
}

.jrnl-det .art-h1 .h1-accent {
    color: #61933C
}

.jrnl-det .art-sub {
    font-size: 22px;
    line-height: 1.55;
    color: #3a3a3a;
    margin: 0 0 32px;
    max-width: 720px
}

.jrnl-det .img-frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 22px 1px #61933c1c
}

.jrnl-det .img-frame::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #1b2a122e, #61933c1a);
    z-index: 1;
    pointer-events: none
}

.jrnl-det .img-bracket-tl,
.jrnl-det .img-bracket-br {
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: 2;
    pointer-events: none
}

.jrnl-det .img-bracket-tl {
    top: 12px;
    left: 12px;
    border-top: 3px solid #ffffffb3;
    border-left: 3px solid #ffffffb3;
    border-radius: 4px 0 0 0
}

.jrnl-det .img-bracket-br {
    bottom: 12px;
    right: 12px;
    border-bottom: 3px solid #ffffffb3;
    border-right: 3px solid #ffffffb3;
    border-radius: 0 0 4px 0
}

.jrnl-det .art-img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    filter: saturate(0.88) brightness(0.96);
    border-radius: 12px
}

.jrnl-det .art-body-wrap {
    padding: 48px 0
}

.jrnl-det .art-cols {
    display: grid;
    grid-template-columns: 1fr 2.4fr;
    gap: 48px;
    align-items: start
}

.jrnl-det .art-sidebar {
    position: sticky;
    top: 32px
}

.jrnl-det .sidebar-accent {
    background: #EBF2E6;
    border-radius: 12px;
    padding: 24px 16px;
    box-shadow: 0 1px 3px 1px #61933c14
}

.jrnl-det .sidebar-label {
    font-size: 15px;
    line-height: 1.35;
    color: #61933C;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0 0 12px
}

.jrnl-det .sidebar-stat {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.jrnl-det .stat-row {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.jrnl-det .stat-val {
    font-size: 30px;
    line-height: 1.1;
    color: #1b2a12;
    font-weight: 800
}

.jrnl-det .stat-lbl {
    font-size: 15px;
    line-height: 1.35;
    color: #5a5a5a
}

.jrnl-det .sidebar-divider {
    width: 100%;
    height: 1px;
    background: #B7C09C;
    margin: 16px 0;
    border: none
}

.jrnl-det .deco-lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px
}

.jrnl-det .deco-line {
    height: 2px;
    border-radius: 4px;
    background: #B7C09C;
    opacity: .7
}

.jrnl-det .deco-line:nth-child(1) {
    width: 40px
}

.jrnl-det .deco-line:nth-child(2) {
    width: 28px
}

.jrnl-det .deco-line:nth-child(3) {
    width: 18px
}

.jrnl-det .art-text {
    min-width: 0
}

.jrnl-det .art-text p {
    font-size: 18px;
    line-height: 1.55;
    color: #2a2a2a;
    margin: 0 0 16px
}

.jrnl-det .art-text h2 {
    font-size: 30px;
    line-height: 1.35;
    color: #1b2a12;
    font-weight: 700;
    margin: 32px 0 12px
}

.jrnl-det .art-text h2 .split-col {
    color: #61933C
}

.jrnl-det .art-text h4 {
    font-size: 22px;
    line-height: 1.35;
    color: #1b2a12;
    font-weight: 600;
    margin: 24px 0 8px
}

.jrnl-det .art-text h4 .split-col {
    color: #61933C
}

.jrnl-det .art-text mark {
    background: #EBF2E6;
    color: #1b2a12;
    padding: 2px 6px;
    border-radius: 4px
}

.jrnl-det .art-text ul {
    margin: 0 0 16px;
    padding: 0 0 0 8px;
    list-style: none
}

.jrnl-det .art-text ul li {
    font-size: 18px;
    line-height: 1.55;
    color: #2a2a2a;
    padding: 4px 0 4px 28px;
    position: relative
}

.jrnl-det .art-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #61933C;
    flex-shrink: 0
}

.jrnl-det .art-text blockquote {
    margin: 24px 0;
    padding: 16px 24px;
    background: linear-gradient(to bottom, #EBF2E6, #d8e8cc);
    border-radius: 12px;
    box-shadow: 0 1px 3px 1px #61933c14
}

.jrnl-det .art-text blockquote p {
    font-size: 18px;
    line-height: 1.55;
    color: #1b2a12;
    font-style: italic;
    margin: 0 0 8px
}

.jrnl-det .art-text blockquote cite {
    font-size: 15px;
    line-height: 1.35;
    color: #61933C;
    font-style: normal;
    font-weight: 600
}

.jrnl-det .art-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
    line-height: 1.55;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 1px 3px 1px #61933c14
}

.jrnl-det .art-text caption {
    font-size: 15px;
    line-height: 1.35;
    color: #5a5a5a;
    text-align: left;
    padding: 8px 12px;
    font-style: italic
}

.jrnl-det .art-text thead tr {
    background: #61933C;
    color: #fff
}

.jrnl-det .art-text thead td,
.jrnl-det .art-text thead th {
    padding: 12px 16px;
    font-weight: 700;
    color: #fff
}

.jrnl-det .art-text tfoot tr {
    background: #EBF2E6
}

.jrnl-det .art-text tfoot td {
    padding: 8px 16px;
    font-size: 15px;
    color: #3a3a3a
}

.jrnl-det .art-text tbody tr {
    border-bottom: 1px solid #EBF2E6;
    transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl-det .art-text tbody tr:hover {
    background: #EBF2E6
}

.jrnl-det .art-text td {
    padding: 12px 16px;
    color: #2a2a2a
}

.jrnl-det .art-text time {
    font-size: 15px;
    color: #5a5a5a
}

.jrnl-det .geo-divider {
    width: 100%;
    padding: 8px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden
}

.jrnl-det .geo-shape {
    width: 8px;
    height: 8px;
    background: #B7C09C;
    transform: rotate(45deg);
    flex-shrink: 0;
    border-radius: 2px
}

.jrnl-det .geo-shape.sm {
    width: 5px;
    height: 5px;
    background: #EBF2E6
}

.jrnl-det .geo-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #B7C09C, transparent);
    max-width: 120px
}

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

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

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.jrnl-det .art-h1 {
    animation: fadeUp .32s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    animation-delay: .05s
}

.jrnl-det .art-sub {
    animation: fadeUp .32s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    animation-delay: .12s
}

.jrnl-det .art-meta-row {
    animation: fadeIn .28s cubic-bezier(0.68, -0.55, 0.27, 1.55) both;
    animation-delay: .02s
}

.jrnl-det .img-frame {
    animation: fadeUp .35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    animation-delay: .18s
}

.jrnl-det .sidebar-accent {
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl-det .sidebar-accent:hover {
    box-shadow: 0 8px 44px 1px #61933c21 inset 0 0 0 2px #61933c2e
}

.jrnl-det .back-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #61933C;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 12px 24px;
    border-radius: 7px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 3px 1px #61933c14;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-top: 32px
}

.jrnl-det .back-btn:hover {
    background: #4d7a2e;
    box-shadow: 0 8px 44px 1px #61933c21
}

.jrnl-det .back-btn:focus {
    outline: 2px solid #61933C;
    outline-offset: 3px
}

.jrnl-det .back-arr {
    display: inline-block;
    width: 14px;
    height: 10px;
    flex-shrink: 0
}

@media (max-width: 1024px) {
    .jrnl-det .art-h1 {
        font-size: 42px
    }

    .jrnl-det .art-cols {
        grid-template-columns: 1fr 2fr;
        gap: 32px
    }

    .jrnl-det .art-img {
        height: 320px
    }
}

@media (max-width: 768px) {
    .jrnl-det .pg-wrap {
        padding: 0 16px
    }

    .jrnl-det .art-h1 {
        font-size: 30px
    }

    .jrnl-det .art-sub {
        font-size: 18px
    }

    .jrnl-det .art-cols {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .jrnl-det .art-sidebar {
        position: static;
        order: -1
    }

    .jrnl-det .sidebar-stat {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px
    }

    .jrnl-det .art-img {
        height: 220px
    }

    .jrnl-det .art-body-wrap {
        padding: 32px 0
    }
}

@media (max-width: 320px) {
    .jrnl-det .art-h1 {
        font-size: 22px
    }

    .jrnl-det .pg-wrap {
        padding: 0 8px
    }

    .jrnl-det .art-img {
        height: 160px
    }
}

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

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

.frt .t-blk {
    position: relative;
    padding: 48px 0 0;
    background: linear-gradient(180deg, #2a3d1e 0%, #61933C 100%)
}

.frt .t-blk .pg-wrap {
    display: flex;
    flex-direction: column;
    gap: 0
}

.frt .t-bg-num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 72px;
    font-weight: 900;
    color: #EBF2E6;
    opacity: .07;
    line-height: 1.1;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: 0
}

.frt .t-text-area {
    position: relative;
    z-index: 1;
    padding: 32px 0 48px;
    max-width: 680px
}

.frt .t-eyebrow {
    display: inline-block;
    font-size: 15px;
    line-height: 1.35;
    color: #B7C09C;
    margin-bottom: 16px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.frt .t-h1 {
    font-size: 58px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px
}

.frt .t-h1 span {
    color: #B7C09C
}

.frt .t-sub {
    font-size: 22px;
    line-height: 1.55;
    color: #EBF2E6;
    margin: 0 0 32px;
    max-width: 520px
}

.frt .t-persuade {
    font-size: 15px;
    line-height: 1.55;
    color: #B7C09C;
    margin: 0
}

.frt .t-img-strip {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 16px;
    padding-top: 32px
}

.frt .t-img-main {
    width: 420px;
    height: 280px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    flex-shrink: 0
}

.frt .t-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: sepia(0.35) contrast(1.08) brightness(0.88) saturate(0.85)
}

.frt .t-stat-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 16px
}

.frt .t-stat {
    background: #ebf2e61f;
    border-radius: 7px;
    padding: 12px 16px
}

.frt .t-stat-num {
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
    display: block
}

.frt .t-stat-lbl {
    font-size: 15px;
    line-height: 1.35;
    color: #B7C09C
}

.frt .div-band {
    height: 4px;
    background: #61933C;
    width: 100%
}

.frt .div-band.sec {
    background: #B7C09C
}

.frt .div-band.trt {
    background: #EBF2E6;
    height: 8px
}

.frt .outcomes {
    padding: 48px 0;
    background: #fff
}

.frt .outcomes .pg-wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.frt .out-lead {
    position: sticky;
    top: 32px
}

.frt .out-lead-tag {
    font-size: 15px;
    line-height: 1.35;
    color: #61933C;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.frt .out-h2 {
    font-size: 42px;
    line-height: 1.1;
    color: #2a3d1e;
    margin: 0 0 16px
}

.frt .out-h2 span {
    color: #61933C
}

.frt .out-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #3d4a30;
    margin: 0
}

.frt .out-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.frt .out-card {
    background: #EBF2E6;
    border-radius: 12px;
    padding: 24px;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.frt .out-card:hover {
    box-shadow: 0 4px 22px 1px #61933c1c
}

.frt .out-card-ico {
    width: 36px;
    height: 36px;
    margin-bottom: 12px
}

.frt .out-card-h {
    font-size: 18px;
    line-height: 1.35;
    color: #2a3d1e;
    margin: 0 0 8px
}

.frt .out-card-p {
    font-size: 15px;
    line-height: 1.55;
    color: #3d4a30;
    margin: 0
}

.frt .avail {
    padding: 48px 0;
    background: #EBF2E6
}

.frt .avail .pg-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.frt .avail-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px
}

.frt .avail-h2 {
    font-size: 42px;
    line-height: 1.1;
    color: #2a3d1e;
    margin: 0
}

.frt .avail-h2 span {
    color: #61933C
}

.frt .avail-note {
    font-size: 15px;
    line-height: 1.55;
    color: #3d4a30;
    max-width: 340px;
    margin: 0
}

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

.frt .av-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px 1px #61933c14;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.frt .av-item:hover {
    box-shadow: 0 8px 44px 1px #61933c21
}

.frt .av-img {
    width: 100%;
    height: 180px;
    overflow: hidden
}

.frt .av-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: sepia(0.18) brightness(0.95) saturate(0.9)
}

.frt .av-body {
    padding: 16px
}

.frt .av-tag {
    font-size: 15px;
    line-height: 1.35;
    color: #61933C;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px
}

.frt .av-h4 {
    font-size: 18px;
    line-height: 1.35;
    color: #2a3d1e;
    margin: 0 0 8px
}

.frt .av-p {
    font-size: 15px;
    line-height: 1.55;
    color: #3d4a30;
    margin: 0
}

.frt .av-code {
    margin: 12px 16px 16px;
    background: #EBF2E6;
    border-radius: 7px;
    padding: 12px;
    font-size: 15px;
    line-height: 1.55;
    color: #2a3d1e;
    font-family: monospace
}

.frt .av-code span {
    color: #61933C
}

.frt .journey {
    padding: 48px 0;
    background: #2a3d1e;
    position: relative
}

.frt .journey-bg-anim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #2a3d1e 0%, #61933C 100%);
    animation: grad-shift 8s linear infinite alternate;
    pointer-events: none;
    z-index: 0
}

@keyframes grad-shift {
    0% {
        background: linear-gradient(180deg, #2a3d1e 0%, #61933C 100%);
        opacity: 1
    }

    50% {
        background: linear-gradient(200deg, #3a5428 0%, #4a7a2e 100%);
        opacity: 1
    }

    100% {
        background: linear-gradient(160deg, #1e2e14 0%, #61933C 100%);
        opacity: 1
    }
}

.frt .journey .pg-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.frt .jrn-h2 {
    font-size: 42px;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    max-width: 560px
}

.frt .jrn-h2 span {
    color: #B7C09C
}

.frt .jrn-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.frt .jrn-phase {
    background: #ebf2e617;
    border-radius: 12px;
    padding: 24px;
    transition: background .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.frt .jrn-phase:hover {
    background: #ebf2e62b
}

.frt .jrn-ph-num {
    font-size: 42px;
    line-height: 1.1;
    color: #B7C09C;
    opacity: .4;
    display: block;
    margin-bottom: 8px
}

.frt .jrn-ph-h {
    font-size: 18px;
    line-height: 1.35;
    color: #EBF2E6;
    margin: 0 0 8px
}

.frt .jrn-ph-p {
    font-size: 15px;
    line-height: 1.55;
    color: #B7C09C;
    margin: 0
}

.frt .jrn-quote {
    position: relative;
    padding: 24px 24px 24px 64px;
    background: #61933c2e;
    border-radius: 12px
}

.frt .jrn-q-mark {
    position: absolute;
    left: 16px;
    top: 8px;
    font-size: 72px;
    line-height: 1.1;
    color: #B7C09C;
    opacity: .35;
    pointer-events: none;
    user-select: none
}

.frt .jrn-q-text {
    font-size: 22px;
    line-height: 1.55;
    color: #EBF2E6;
    margin: 0
}

.frt .current {
    padding: 48px 0;
    background: #fff
}

.frt .current .pg-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.frt .cur-img-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frt .cur-img-wrap {
    width: 100%;
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 22px 1px #61933c1c
}

.frt .cur-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: sepia(0.2) brightness(0.97) saturate(0.88)
}

.frt .cur-facts {
    display: flex;
    flex-direction: row;
    gap: 12px
}

.frt .cur-fact {
    flex: 1;
    background: #EBF2E6;
    border-radius: 7px;
    padding: 12px
}

.frt .cur-fact-n {
    font-size: 30px;
    line-height: 1.1;
    color: #61933C;
    display: block
}

.frt .cur-fact-l {
    font-size: 15px;
    line-height: 1.35;
    color: #3d4a30
}

.frt .cur-text-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frt .cur-tag {
    font-size: 15px;
    line-height: 1.35;
    color: #61933C;
    text-transform: uppercase;
    display: block
}

.frt .cur-h2 {
    font-size: 42px;
    line-height: 1.1;
    color: #2a3d1e;
    margin: 0
}

.frt .cur-h2 span {
    color: #61933C
}

.frt .cur-p {
    font-size: 15px;
    line-height: 1.55;
    color: #3d4a30;
    margin: 0
}

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

.frt .cur-list li {
    font-size: 15px;
    line-height: 1.55;
    color: #3d4a30;
    padding-left: 20px;
    position: relative
}

.frt .cur-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #61933C
}

.frt .cur-accent {
    font-size: 22px;
    line-height: 1.55;
    color: #2a3d1e;
    background: #EBF2E6;
    border-radius: 7px;
    padding: 12px 16px;
    margin: 0
}

.frt .team {
    padding: 48px 0;
    background: #EBF2E6
}

.frt .team .pg-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.frt .tm-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.frt .tm-h2 {
    font-size: 42px;
    line-height: 1.1;
    color: #2a3d1e;
    margin: 0
}

.frt .tm-h2 span {
    color: #61933C
}

.frt .tm-intro {
    font-size: 18px;
    line-height: 1.55;
    color: #3d4a30;
    margin: 0
}

.frt .tm-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.frt .tm-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start
}

.frt .tm-card.two-bg {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px 1px #61933c14
}

.frt .tm-portrait {
    width: 120px;
    height: 154px;
    overflow: hidden;
    flex-shrink: 0
}

.frt .tm-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.frt .tm-card-info {
    padding: 16px 16px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frt .tm-name {
    font-size: 18px;
    line-height: 1.35;
    color: #2a3d1e;
    margin: 0
}

.frt .tm-role {
    font-size: 15px;
    line-height: 1.35;
    color: #61933C;
    display: block
}

.frt .tm-bio {
    font-size: 15px;
    line-height: 1.55;
    color: #3d4a30;
    margin: 0
}

.frt .tm-no-portrait {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.frt .tm-np-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 1px 3px 1px #61933c14
}

.frt .tm-np-name {
    font-size: 18px;
    line-height: 1.35;
    color: #2a3d1e;
    margin: 0 0 4px
}

.frt .tm-np-role {
    font-size: 15px;
    line-height: 1.35;
    color: #61933C;
    display: block;
    margin-bottom: 8px
}

.frt .tm-np-bio {
    font-size: 15px;
    line-height: 1.55;
    color: #3d4a30;
    margin: 0
}

.frt .exp-horiz {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.frt .exp-tag {
    display: inline-block;
    background: #EBF2E6;
    border-radius: 36px;
    padding: 4px 16px;
    font-size: 15px;
    line-height: 1.55;
    color: #2a3d1e;
    transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.frt .exp-tag:hover {
    background: #B7C09C;
    box-shadow: 0 4px 22px 1px #61933c1c
}

.frt .faq-strip {
    padding: 48px 0;
    background: #fff
}

.frt .faq-strip .pg-wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.frt .faq-lead-h {
    font-size: 30px;
    line-height: 1.1;
    color: #2a3d1e;
    margin: 0
}

.frt .faq-lead-h span {
    color: #61933C
}

.frt .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0
}

.frt .faq-item {
    border-bottom: 1px solid #EBF2E6;
    padding: 16px 0
}

.frt .faq-item:first-child {
    border-top: 1px solid #EBF2E6
}

.frt .faq-q {
    font-size: 18px;
    line-height: 1.35;
    color: #2a3d1e;
    margin: 0 0 8px
}

.frt .faq-a {
    font-size: 15px;
    line-height: 1.55;
    color: #3d4a30;
    margin: 0
}

@media (max-width: 1024px) {
    .frt .t-h1 {
        font-size: 42px
    }

    .frt .t-img-main {
        width: 320px;
        height: 220px
    }

    .frt .outcomes .pg-wrap {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .frt .out-lead {
        position: static
    }

    .frt .avail-items {
        grid-template-columns: 1fr 1fr
    }

    .frt .jrn-grid {
        grid-template-columns: 1fr 1fr
    }

    .frt .current .pg-wrap {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .frt .tm-top {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .frt .faq-strip .pg-wrap {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

@media (max-width: 768px) {
    .frt .pg-wrap {
        padding: 0 16px
    }

    .frt .t-h1 {
        font-size: 30px
    }

    .frt .t-sub {
        font-size: 18px
    }

    .frt .t-img-strip {
        flex-direction: column;
        align-items: flex-start
    }

    .frt .t-img-main {
        width: 100%;
        height: 180px;
        border-radius: 12px
    }

    .frt .t-stat-col {
        flex-direction: row
    }

    .frt .out-grid {
        grid-template-columns: 1fr
    }

    .frt .avail-top {
        flex-direction: column;
        align-items: flex-start
    }

    .frt .avail-items {
        grid-template-columns: 1fr
    }

    .frt .jrn-grid {
        grid-template-columns: 1fr
    }

    .frt .tm-cards {
        grid-template-columns: 1fr
    }

    .frt .tm-no-portrait {
        grid-template-columns: 1fr
    }

    .frt .exp-horiz {
        gap: 8px
    }

    .frt .cur-facts {
        flex-direction: column
    }

    .frt .avail-h2 {
        font-size: 30px
    }

    .frt .out-h2 {
        font-size: 30px
    }

    .frt .jrn-h2 {
        font-size: 30px
    }

    .frt .cur-h2 {
        font-size: 30px
    }

    .frt .tm-h2 {
        font-size: 30px
    }
}

@media (max-width: 320px) {
    .frt .t-h1 {
        font-size: 22px
    }

    .frt .t-stat-col {
        flex-direction: column
    }
}

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

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

@keyframes fadeBlurIn {
    from {
        opacity: 0;
        filter: blur(12px)
    }

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

@keyframes fadeBlurUp {
    from {
        opacity: 0;
        filter: blur(8px);
        transform: translateY(24px)
    }

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

.abt-us .reveal {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(24px);
    transition: opacity .32s cubic-bezier(0.34, 1.56, 0.64, 1), filter .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .reveal.in-view {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0)
}

.abt-us .reveal-delay-1 {
    transition-delay: .08s
}

.abt-us .reveal-delay-2 {
    transition-delay: .16s
}

.abt-us .reveal-delay-3 {
    transition-delay: .24s
}

.abt-us .dot-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 0
}

.abt-us .dot-divider span {
    display: block;
    border-radius: 36px;
    background: #61933C;
    opacity: .45
}

.abt-us .dot-divider span:nth-child(1) {
    width: 4px;
    height: 4px
}

.abt-us .dot-divider span:nth-child(2) {
    width: 6px;
    height: 6px;
    opacity: .6
}

.abt-us .dot-divider span:nth-child(3) {
    width: 4px;
    height: 4px
}

.abt-us .dot-divider span:nth-child(4) {
    width: 8px;
    height: 8px;
    opacity: .75
}

.abt-us .dot-divider span:nth-child(5) {
    width: 4px;
    height: 4px
}

.abt-us .dot-divider span:nth-child(6) {
    width: 6px;
    height: 6px;
    opacity: .5
}

.abt-us .dot-divider span:nth-child(7) {
    width: 4px;
    height: 4px
}

.abt-us .split-head em {
    color: #61933C;
    font-style: normal
}

.abt-us .split-head strong {
    color: #1e2d15;
    font-weight: 700
}

.abt-us .accent-bg {
    background: #EBF2E6;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline
}

.abt-us .link-wipe {
    color: #61933C;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: text-decoration-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .link-wipe:hover {
    text-decoration-color: transparent
}

.abt-us .btn-primary {
    display: inline-block;
    background: #61933C;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 7px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 3px 1px #61933c14;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .btn-primary:hover {
    background: #4d7a2e;
    box-shadow: 0 8px 44px 1px #61933c21
}

.abt-us .btn-secondary {
    display: inline-block;
    background: transparent;
    color: #61933C;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 7px;
    text-decoration: none;
    border: 2px solid #61933C;
    cursor: pointer;
    box-shadow: 0 1px 3px 1px #61933c14;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .22s cubic-bezier(0.34, 1.56, 0.64, 1), color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .btn-secondary:hover {
    background: #EBF2E6;
    box-shadow: 0 4px 22px 1px #61933c1c
}

.abt-us .title-strip {
    padding: 64px 0 48px;
    position: relative
}

.abt-us .title-strip-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 48px;
    position: relative
}

.abt-us .strip-img-col {
    flex: 0 0 120px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative
}

.abt-us .strip-img-wrap {
    width: 120px;
    height: 100%;
    min-height: 320px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    flex: 1
}

.abt-us .strip-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(1.15) brightness(0.88);
    transition: filter .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .strip-img-wrap:hover img {
    filter: saturate(1.2) brightness(1.05)
}

.abt-us .strip-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #61933c38, #1e2d1561);
    pointer-events: none;
    mix-blend-mode: multiply
}

.abt-us .channel-shift {
    position: absolute;
    inset: 0;
    background: #61933c1f;
    mix-blend-mode: color;
    pointer-events: none
}

.abt-us .strip-dots {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 80px;
    height: 80px;
    pointer-events: none;
    z-index: 0
}

.abt-us .strip-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    position: relative
}

.abt-us .strip-noise {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background-color: #f4f8f0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0
}

.abt-us .strip-text-inner {
    position: relative;
    z-index: 1;
    padding: 48px 48px 48px 32px
}

.abt-us .strip-kicker {
    font-size: 15px;
    color: #61933C;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em
}

.abt-us .strip-h1 {
    font-size: 58px;
    line-height: 1.1;
    margin: 0 0 8px
}

.abt-us .strip-desc {
    font-size: 18px;
    line-height: 1.55;
    color: #2a3d1e;
    max-width: 560px
}

.abt-us .strip-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px
}

.abt-us .dot-border-tl {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 72px;
    height: 72px;
    pointer-events: none
}

.abt-us .dot-border-br {
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 72px;
    height: 72px;
    pointer-events: none
}

.abt-us .mission-sec {
    padding: 64px 0 80px;
    background: #fff;
    position: relative
}

.abt-us .mission-sec::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(to right, #61933C 0px, #61933C 6px, transparent 6px, transparent 14px);
    opacity: .35;
    margin-bottom: 64px
}

.abt-us .mission-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.abt-us .mission-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .mission-h2 {
    font-size: 42px;
    line-height: 1.1;
    margin: 0
}

.abt-us .mission-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us .mission-body {
    font-size: 18px;
    line-height: 1.55;
    color: #2a3d1e
}

.abt-us .mission-body p {
    margin: 0 0 12px
}

.abt-us .mission-body p:last-child {
    margin: 0
}

.abt-us .three-cols {
    display: grid;
    grid-template-columns: 3fr 2fr 1.2fr;
    gap: 16px;
    align-items: start;
    margin-top: 16px
}

.abt-us .col-card {
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 4px 22px 1px #61933c1c
}

.abt-us .col-card.wide {
    background: #EBF2E6
}

.abt-us .col-card.mid {
    background: #f7fbf3
}

.abt-us .col-card.narrow {
    background: #61933C;
    color: #fff;
    align-items: center;
    text-align: center
}

.abt-us .col-card-label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #61933C
}

.abt-us .col-card.narrow .col-card-label {
    color: #EBF2E6
}

.abt-us .col-card-num {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    color: #1e2d15
}

.abt-us .col-card.narrow .col-card-num {
    color: #fff;
    font-size: 30px
}

.abt-us .col-card-text {
    font-size: 15px;
    line-height: 1.55;
    color: #2a3d1e
}

.abt-us .col-card.narrow .col-card-text {
    color: #EBF2E6;
    font-size: 15px
}

.abt-us .grid-break-card {
    position: relative;
    margin-top: -24px;
    z-index: 2
}

.abt-us .team-sec {
    padding: 80px 0 64px;
    background: #EBF2E6;
    position: relative
}

.abt-us .team-sec-noise {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.055'/%3E%3C/svg%3E");
    pointer-events: none
}

.abt-us .team-sec::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-image: repeating-linear-gradient(to right, transparent 0px, transparent 8px, #B7C09C 8px, #B7C09C 14px)
}

.abt-us .team-inner {
    position: relative;
    z-index: 1
}

.abt-us .team-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px
}

.abt-us .team-h2 {
    font-size: 42px;
    line-height: 1.1;
    margin: 0
}

.abt-us .team-sub {
    font-size: 18px;
    line-height: 1.55;
    color: #2a3d1e;
    max-width: 420px
}

.abt-us .team-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start
}

.abt-us .team-portrait {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 22px 1px #61933c1c;
    background: #fff
}

.abt-us .portrait-img-wrap {
    width: 100%;
    aspect-ratio: 2/3;
    overflow: hidden;
    position: relative
}

.abt-us .portrait-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.9) saturate(1.1);
    transition: filter .3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .portrait-img-wrap:hover img {
    filter: brightness(1.05) saturate(1.15)
}

.abt-us .portrait-info {
    padding: 16px;
    background: #fff
}

.abt-us .portrait-name {
    font-size: 18px;
    font-weight: 700;
    color: #1e2d15;
    margin: 0 0 4px
}

.abt-us .portrait-role {
    font-size: 15px;
    color: #61933C;
    font-weight: 600
}

.abt-us .team-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us .team-text-block {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .team-body {
    font-size: 18px;
    line-height: 1.55;
    color: #2a3d1e
}

.abt-us .team-body p {
    margin: 0 0 12px
}

.abt-us .team-body p:last-child {
    margin: 0
}

.abt-us .tag-fan-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 0
}

.abt-us .tag-fan-wrap:hover .fan-tag {
    opacity: 1;
    transform: translateY(0) rotate(0deg)
}

.abt-us .fan-tag {
    display: inline-block;
    background: #fff;
    color: #1e2d15;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 36px;
    border: 1.5px solid #B7C09C;
    box-shadow: 0 1px 3px 1px #61933c14;
    opacity: .55;
    transform: translateY(8px) rotate(-4deg);
    transition: opacity .22s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: default
}

.abt-us .fan-tag:nth-child(2) {
    transform: translateY(6px) rotate(3deg);
    transition-delay: .04s
}

.abt-us .fan-tag:nth-child(3) {
    transform: translateY(10px) rotate(-2deg);
    transition-delay: .08s
}

.abt-us .fan-tag:nth-child(4) {
    transform: translateY(5px) rotate(5deg);
    transition-delay: .12s
}

.abt-us .fan-tag:nth-child(5) {
    transform: translateY(8px) rotate(-3deg);
    transition-delay: .16s
}

.abt-us .fan-tag:nth-child(6) {
    transform: translateY(4px) rotate(2deg);
    transition-delay: .2s
}

.abt-us .fan-label {
    font-size: 15px;
    color: #61933C;
    font-weight: 600;
    margin-bottom: 4px
}

.abt-us .img-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px
}

.abt-us .img-tile {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 22px 1px #61933c1c;
    aspect-ratio: 4/3
}

.abt-us .img-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.88) saturate(1.1);
    transition: filter .3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .img-tile:hover img {
    filter: brightness(1.05) saturate(1.2)
}

.abt-us .img-tile.break-card {
    margin-top: -32px;
    margin-left: 32px;
    box-shadow: 0 8px 44px 1px #61933c21;
    z-index: 3;
    position: relative
}

@media (max-width: 1024px) {
    .abt-us .strip-h1 {
        font-size: 42px
    }

    .abt-us .three-cols {
        grid-template-columns: 1fr 1fr
    }

    .abt-us .col-card.narrow {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center
    }

    .abt-us .mission-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

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

    .abt-us .team-top {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 768px) {
    .abt-us .pg-wrap {
        padding: 0 16px
    }

    .abt-us .title-strip {
        padding: 32px 0
    }

    .abt-us .title-strip-inner {
        flex-direction: column;
        gap: 0
    }

    .abt-us .strip-img-col {
        flex: 0 0 auto;
        width: 100%
    }

    .abt-us .strip-img-wrap {
        width: 100%;
        min-height: 200px;
        height: 200px
    }

    .abt-us .strip-text-inner {
        padding: 32px 16px
    }

    .abt-us .strip-h1 {
        font-size: 30px
    }

    .abt-us .strip-actions {
        flex-direction: column;
        gap: 12px
    }

    .abt-us .mission-sec {
        padding: 48px 0
    }

    .abt-us .mission-h2 {
        font-size: 30px
    }

    .abt-us .three-cols {
        grid-template-columns: 1fr
    }

    .abt-us .col-card.narrow {
        flex-direction: column
    }

    .abt-us .team-sec {
        padding: 48px 0
    }

    .abt-us .team-h2 {
        font-size: 30px
    }

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

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

    .abt-us .img-tile.break-card {
        margin-top: 0;
        margin-left: 0
    }
}

@media (max-width: 320px) {
    .abt-us .strip-h1 {
        font-size: 22px
    }

    .abt-us .mission-h2 {
        font-size: 22px
    }

    .abt-us .team-h2 {
        font-size: 22px
    }

    .abt-us .btn-primary,
    .abt-us .btn-secondary {
        padding: 12px 16px;
        font-size: 15px
    }
}

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

.cu-pg .ed-col {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.cu-pg .reach-blk {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    position: relative
}

.cu-pg .reach-blk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(#61933c0f 1px, transparent 1px), linear-gradient(90deg, #61933c0f 1px, transparent 1px);
    background-size: 48px 48px;
    animation: grid-breathe 4s cubic-bezier(0.34, 1.56, 0.64, 1) infinite alternate;
    pointer-events: none;
    overflow: hidden
}

@keyframes grid-breathe {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

.cu-pg .reach-inner {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.cu-pg .reach-left {
    flex: 0 0 320px;
    min-width: 0
}

.cu-pg .reach-right {
    flex: 1 1 0;
    min-width: 0
}

.cu-pg .pg-eyebrow {
    display: inline-block;
    background-color: #EBF2E6;
    color: #61933C;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 16px
}

.cu-pg .pg-h1 {
    font-size: 58px;
    line-height: 1.1;
    color: #1b2a10;
    margin-bottom: 32px;
    margin-top: 0
}

.cu-pg .pg-h1 span {
    color: #61933C
}

.cu-pg .info-grid {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.cu-pg .info-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.cu-pg .info-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background-color: #EBF2E6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px 1px #61933c14;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu-pg .info-item:hover .info-icon {
    box-shadow: 0 4px 22px 1px #61933c1c;
    transform: translateY(-2px)
}

.cu-pg .info-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #61933C;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cu-pg .info-lbl {
    font-size: 15px;
    font-weight: 700;
    color: #61933C;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 4px
}

.cu-pg .info-val {
    font-size: 18px;
    line-height: 1.55;
    color: #2a3d1a
}

.cu-pg .info-val a {
    color: #2a3d1a;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu-pg .info-val a:hover {
    color: #61933C;
    text-decoration-color: transparent
}

.cu-pg .reach-deco {
    position: absolute;
    top: 32px;
    right: 32px;
    pointer-events: none
}

.cu-pg .reach-deco span {
    display: block;
    border: 1px solid #61933c26;
    border-radius: 7px;
    position: absolute;
    top: 0;
    right: 0
}

.cu-pg .reach-deco span:nth-child(1) {
    width: 60px;
    height: 60px
}

.cu-pg .reach-deco span:nth-child(2) {
    width: 44px;
    height: 44px;
    top: 8px;
    right: 8px
}

.cu-pg .reach-deco span:nth-child(3) {
    width: 28px;
    height: 28px;
    top: 16px;
    right: 16px
}

.cu-pg .form-blk {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #EBF2E6 0%, #fff 100%);
    position: relative
}

.cu-pg .form-blk::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 200px 200px;
    pointer-events: none;
    opacity: .4
}

.cu-pg .form-wrap {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.cu-pg .form-head {
    margin-bottom: 48px;
    text-align: center
}

.cu-pg .form-h2 {
    font-size: 42px;
    line-height: 1.1;
    color: #1b2a10;
    margin-top: 0;
    margin-bottom: 16px
}

.cu-pg .form-h2 span {
    color: #61933C
}

.cu-pg .form-sub {
    font-size: 18px;
    line-height: 1.55;
    color: #3d5227;
    margin: 0
}

.cu-pg .ct-form {
    background-color: #fff;
    border-radius: 12px;
    padding: 48px;
    box-shadow: 0 8px 44px 1px #61933c21
}

.cu-pg .field-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 16px
}

.cu-pg .field-row.single {
    flex-direction: column
}

.cu-pg .field-grp {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cu-pg .field-lbl {
    font-size: 15px;
    font-weight: 700;
    color: #2a3d1a;
    letter-spacing: .04em
}

.cu-pg .field-lbl .req {
    color: #61933C;
    margin-left: 2px
}

.cu-pg .f-input {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #B7C09C;
    border-radius: 7px;
    font-size: 18px;
    color: #2a3d1a;
    background-color: #fff;
    box-shadow: inset 0 1px 3px 1px #61933c0f;
    transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-sizing: border-box;
    outline: none;
    appearance: none
}

.cu-pg .f-input::placeholder {
    color: #B7C09C;
    transition: opacity .35s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.cu-pg .f-input:focus::placeholder {
    opacity: 0
}

.cu-pg .f-input:focus {
    border-color: #61933C;
    box-shadow: inset 0 1px 3px 1px #61933c14 0 0 0 3px #61933c1f
}

.cu-pg .check-section {
    margin-top: 32px;
    margin-bottom: 32px
}

.cu-pg .check-lbl-head {
    font-size: 15px;
    font-weight: 700;
    color: #2a3d1a;
    letter-spacing: .04em;
    margin-bottom: 12px;
    display: block
}

.cu-pg .check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.cu-pg .chk-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.cu-pg .chk-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #61933C;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 4px
}

.cu-pg .chk-txt {
    font-size: 15px;
    color: #2a3d1a;
    line-height: 1.35
}

.cu-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 32px;
    padding: 16px;
    background-color: #EBF2E6;
    border-radius: 7px
}

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

.cu-pg .privacy-txt {
    font-size: 15px;
    color: #2a3d1a;
    line-height: 1.55
}

.cu-pg .privacy-txt a {
    color: #61933C;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu-pg .privacy-txt a:hover {
    color: #3d6a22;
    text-decoration-color: transparent
}

.cu-pg .sub-btn {
    display: inline-block;
    width: 100%;
    padding: 16px 32px;
    background-color: #61933C;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    box-shadow: 0 4px 22px 1px #61933c1c;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), background-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu-pg .sub-btn:hover {
    box-shadow: 0 8px 44px 1px #61933c38;
    transform: translateY(-2px);
    background-color: #4f7a30
}

.cu-pg .sub-btn:focus {
    outline: 3px solid #61933c66;
    outline-offset: 2px
}

.cu-pg .sub-btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px 1px #61933c14
}

@media (max-width: 1024px) {
    .cu-pg .reach-inner {
        flex-direction: column;
        gap: 48px
    }

    .cu-pg .reach-left {
        flex: none;
        width: 100%
    }

    .cu-pg .pg-h1 {
        font-size: 42px
    }

    .cu-pg .ct-form {
        padding: 32px
    }
}

@media (max-width: 768px) {
    .cu-pg .reach-blk {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .cu-pg .form-blk {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .cu-pg .pg-h1 {
        font-size: 30px
    }

    .cu-pg .form-h2 {
        font-size: 30px
    }

    .cu-pg .field-row {
        flex-direction: column
    }

    .cu-pg .check-grid {
        grid-template-columns: 1fr
    }

    .cu-pg .ct-form {
        padding: 16px
    }

    .cu-pg .ed-col {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width: 320px) {
    .cu-pg .pg-h1 {
        font-size: 22px
    }

    .cu-pg .form-h2 {
        font-size: 22px
    }

    .cu-pg .sub-btn {
        font-size: 15px;
        padding: 12px 16px
    }
}

.jrnl {
    background: #fff;
    overflow-x: clip;
    padding: 0
}

.jrnl .pg-top {
    max-width: 1170px;
    margin: 0 auto;
    padding: 48px 32px 32px
}

.jrnl .bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 4px;
    background: #61933C;
    border-radius: 12px;
    overflow: hidden
}

.jrnl .bento-img-cell {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    position: relative;
    min-height: 260px
}

.jrnl .bento-img-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.jrnl .bento-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #61933cd1 0%, #61933c00 100%)
}

.jrnl .bento-quote-cell {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    background: #fff;
    padding: 32px 48px 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.jrnl .bento-quote-mark {
    position: absolute;
    top: 8px;
    left: 48px;
    font-size: 72px;
    line-height: 1.1;
    color: #EBF2E6;
    font-weight: 700;
    pointer-events: none;
    user-select: none
}

.jrnl .bento-h1 {
    font-size: 42px;
    line-height: 1.1;
    color: #1b2e0f;
    margin: 0;
    position: relative;
    z-index: 1
}

.jrnl .bento-h1 span.col1 {
    color: #61933C
}

.jrnl .bento-tag-cell {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    background: #EBF2E6;
    padding: 16px 32px;
    display: flex;
    align-items: center
}

.jrnl .bento-tag-cell span {
    font-size: 15px;
    line-height: 1.35;
    color: #2d4a1a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em
}

.jrnl .bento-meta-cell {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    background: #61933C;
    padding: 16px 32px;
    display: flex;
    align-items: center
}

.jrnl .bento-meta-cell span {
    font-size: 15px;
    line-height: 1.35;
    color: #EBF2E6
}

.jrnl .dot-border {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative
}

.jrnl .dot-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    padding: 16px 0;
    overflow: hidden
}

.jrnl .dot {
    border-radius: 36px;
    background: #B7C09C;
    flex-shrink: 0
}

.jrnl .dot.sm {
    width: 6px;
    height: 6px
}

.jrnl .dot.md {
    width: 10px;
    height: 10px
}

.jrnl .dot.lg {
    width: 16px;
    height: 16px
}

.jrnl .about-strip {
    background: linear-gradient(to bottom, #1b2e0f 0%, #61933C 100%);
    padding: 48px 0;
    position: relative;
    overflow: hidden
}

.jrnl .about-strip::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
    background: #b7c09c21;
    border-radius: 36px;
    animation: spotpulse 5s ease-in-out infinite;
    pointer-events: none
}

@keyframes spotpulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .7
    }

    50% {
        transform: translate(-50%, -50%) scale(1.22);
        opacity: 1
    }
}

.jrnl .about-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start;
    position: relative;
    z-index: 1
}

.jrnl .about-label {
    font-size: 15px;
    line-height: 1.35;
    color: #EBF2E6;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600;
    padding-top: 8px
}

.jrnl .about-text-col h2 {
    font-size: 30px;
    line-height: 1.35;
    color: #fff;
    margin: 0 0 16px
}

.jrnl .about-text-col h2 span.col1 {
    color: #B7C09C
}

.jrnl .about-text-col p {
    font-size: 18px;
    line-height: 1.55;
    color: #d6e4c8;
    margin: 0 0 16px
}

.jrnl .about-text-col p:last-child {
    margin-bottom: 0
}

.jrnl .posts-area {
    max-width: 1170px;
    margin: 0 auto;
    padding: 48px 32px
}

.jrnl .posts-area h2 {
    font-size: 30px;
    line-height: 1.1;
    color: #1b2e0f;
    margin: 0 0 32px
}

.jrnl .posts-area h2 span.col1 {
    color: #61933C
}

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

.jrnl .post-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 22px 1px #61933c1c;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .post-card:hover {
    box-shadow: 0 8px 44px 1px #61933c2e;
    transform: translateY(-4px)
}

.jrnl .card-img-wrap {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 12px 12px 0 0
}

.jrnl .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .post-card:hover .card-img-wrap img {
    transform: scale(1.06)
}

.jrnl .card-mask-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.jrnl .card-mask-circle {
    width: 0;
    height: 0;
    background: #61933c2e;
    border-radius: 36px;
    transition: width .32s cubic-bezier(0.34, 1.56, 0.64, 1), height .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .post-card:hover .card-mask-circle {
    width: 320px;
    height: 320px
}

.jrnl .card-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #61933C;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    padding: 4px 12px;
    border-radius: 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em
}

.jrnl .card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px
}

.jrnl .card-meta-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center
}

.jrnl .card-date {
    font-size: 15px;
    line-height: 1.35;
    color: #61933C;
    font-weight: 500
}

.jrnl .card-read {
    font-size: 15px;
    line-height: 1.35;
    color: #5a6a4a
}

.jrnl .card-views {
    font-size: 15px;
    line-height: 1.35;
    color: #5a6a4a;
    margin-left: auto
}

.jrnl .card-title {
    font-size: 18px;
    line-height: 1.35;
    color: #1b2e0f;
    font-weight: 700;
    margin: 0
}

.jrnl .card-sub {
    font-size: 15px;
    line-height: 1.55;
    color: #3a4e28;
    margin: 0;
    font-style: italic
}

.jrnl .card-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #4a5c38;
    margin: 0;
    flex: 1
}

.jrnl .card-link {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 16px;
    background: #EBF2E6;
    color: #1b2e0f;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7px;
    letter-spacing: .04em;
    align-self: flex-start;
    transition: background .22s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.jrnl .card-link:hover {
    background: #61933C;
    color: #fff;
    box-shadow: 0 4px 22px 1px #61933c2e
}

.jrnl .card-link:focus {
    outline: 2px solid #61933C;
    outline-offset: 2px
}

.jrnl .post-card.featured {
    grid-column: 1 / 3;
    flex-direction: row
}

.jrnl .post-card.featured .card-img-wrap {
    width: 280px;
    min-width: 280px;
    height: 100%;
    border-radius: 12px 0 0 12px
}

.jrnl .post-card.featured .card-body {
    padding: 32px
}

.jrnl .post-card.featured .card-title {
    font-size: 22px;
    line-height: 1.35
}

.jrnl .dot-row-2 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    padding: 12px 0;
    overflow: hidden;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px
}

.jrnl .metrics-strip {
    background: #EBF2E6;
    padding: 48px 0;
    position: relative
}

.jrnl .metrics-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: start
}

.jrnl .metric-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 32px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px 1px #61933c14;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .metric-item:hover {
    box-shadow: 0 8px 44px 1px #61933c21
}

.jrnl .metric-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.jrnl .metric-num {
    font-size: 42px;
    line-height: 1.1;
    color: #61933C;
    font-weight: 700
}

.jrnl .metric-label {
    font-size: 18px;
    line-height: 1.35;
    color: #1b2e0f;
    font-weight: 600
}

.jrnl .metric-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #4a5c38
}

.jrnl .cta-band {
    max-width: 1170px;
    margin: 0 auto;
    padding: 48px 32px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: center
}

.jrnl .cta-band-text h2 {
    font-size: 30px;
    line-height: 1.35;
    color: #1b2e0f;
    margin: 0 0 12px
}

.jrnl .cta-band-text h2 span.col1 {
    color: #61933C
}

.jrnl .cta-band-text p {
    font-size: 18px;
    line-height: 1.55;
    color: #3a4e28;
    margin: 0
}

.jrnl .cta-band-action {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end
}

.jrnl .cta-btn {
    display: inline-block;
    padding: 16px 32px;
    background: #61933C;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7px;
    letter-spacing: .05em;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .cta-btn:hover {
    background: #1b2e0f;
    box-shadow: 0 8px 44px 1px #61933c2e
}

.jrnl .cta-btn:focus {
    outline: 2px solid #61933C;
    outline-offset: 2px
}

.jrnl .sep-dots {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    padding: 12px 32px;
    overflow: hidden;
    max-width: 1170px;
    margin: 0 auto
}

.jrnl .accent-bg-strip {
    position: relative;
    overflow: hidden;
    background: #fff
}

.jrnl .accent-bg-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1.5' fill='%2361933C' fill-opacity='0.07'/%3E%3C/svg%3E");
    background-repeat: repeat;
    pointer-events: none
}

@media (max-width: 1024px) {
    .jrnl .card-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .jrnl .post-card.featured {
        grid-column: 1 / 3
    }

    .jrnl .bento-grid {
        grid-template-columns: 1fr 1fr
    }

    .jrnl .bento-quote-cell {
        grid-column: 2 / 3;
        grid-row: 1 / 2
    }

    .jrnl .bento-tag-cell {
        grid-column: 1 / 2;
        grid-row: 2 / 3
    }

    .jrnl .bento-meta-cell {
        grid-column: 2 / 3;
        grid-row: 2 / 3
    }

    .jrnl .about-inner {
        grid-template-columns: 1fr;
        gap: 16px
    }

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

    .jrnl .cta-band {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .jrnl .cta-band-action {
        align-items: flex-start
    }
}

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

    .jrnl .bento-img-cell {
        grid-column: 1;
        grid-row: 1;
        min-height: 180px
    }

    .jrnl .bento-quote-cell {
        grid-column: 1;
        grid-row: 2;
        padding: 32px 24px 16px
    }

    .jrnl .bento-tag-cell {
        grid-column: 1;
        grid-row: 3;
        padding: 12px 24px
    }

    .jrnl .bento-meta-cell {
        grid-column: 1;
        grid-row: 4;
        padding: 12px 24px
    }

    .jrnl .bento-h1 {
        font-size: 30px
    }

    .jrnl .card-grid {
        grid-template-columns: 1fr
    }

    .jrnl .post-card.featured {
        grid-column: 1;
        flex-direction: column
    }

    .jrnl .post-card.featured .card-img-wrap {
        width: 100%;
        min-width: unset;
        height: 180px;
        border-radius: 12px 12px 0 0
    }

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

    .jrnl .pg-top {
        padding: 32px 16px 16px
    }

    .jrnl .posts-area {
        padding: 32px 16px
    }

    .jrnl .about-inner {
        padding: 0 16px
    }

    .jrnl .cta-band {
        padding: 32px 16px
    }

    .jrnl .metrics-inner {
        padding: 0 16px
    }

    .jrnl .sep-dots {
        padding: 12px 16px
    }
}

@media (max-width: 320px) {
    .jrnl .bento-h1 {
        font-size: 22px
    }

    .jrnl .card-title {
        font-size: 15px
    }

    .jrnl .cta-btn {
        font-size: 15px;
        padding: 12px 16px
    }
}

.success-pg {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    background: #EBF2E6
}

.success-pg .success-wrap {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 22px 1px #61933c1c;
    max-width: 560px;
    padding: 48px 48px 32px;
    text-align: center;
    width: 100%
}

.success-pg .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    width: 72px;
    height: 72px
}

.success-pg .icon-wrap svg {
    display: block;
    width: 72px;
    height: 72px
}

.success-pg .success-title {
    color: #61933C;
    font-size: 30px;
    line-height: 1.1;
    margin: 0 0 16px
}

.success-pg .success-title span {
    color: #2a3d1c
}

.success-pg .success-msg {
    color: #2a3d1c;
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 32px
}

.success-pg .success-divider {
    background: #EBF2E6;
    border: none;
    height: 1px;
    margin: 0 0 32px
}

.success-pg .back-btn {
    background: #61933C;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 3px 1px #61933c14;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    letter-spacing: .08em;
    padding: 12px 32px;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    type: button
}

.success-pg .back-btn:hover,
.success-pg .back-btn:focus {
    background: #4e7a2f;
    box-shadow: 0 8px 44px 1px #61933c21;
    outline: 2px solid #61933C;
    outline-offset: 3px
}

.success-pg .back-btn:active {
    background: #3d6124
}

.success-pg .success-note {
    color: #5a6e4a;
    font-size: 15px;
    line-height: 1.35;
    margin: 16px 0 0
}

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

@media (max-width: 320px) {
    .success-pg .success-title {
        font-size: 22px
    }

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