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

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-family: 'Raleway', sans-serif
}

.sitehead {
    position: relative;
    background: linear-gradient(160deg, #fff 0%, #FEF9FB 55%, #6fb55f0f 100%);
    border-bottom: 2px solid #6fb55f2e;
    box-shadow: 0 7px 20px 0 #6fb55f14;
    z-index: 100;
    overflow: hidden
}

.sitehead-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    background: linear-gradient(135deg, transparent 40%, #c513910a 100%);
    pointer-events: none
}

.sitehead-accent2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 3px;
    background: linear-gradient(90deg, #6FB55F 0%, #C51391 100%);
    border-radius: 0;
    pointer-events: none
}

.brandband {
    max-width: 1366px;
    margin: 0 auto;
    padding: 24px 36px 0;
    display: flex;
    align-items: center;
    gap: 24px
}

.logobox {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    padding: 8px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #6fb55f4d;
    box-shadow: 0 2px 5px 0 #6fb55f12 0 0 0 1px #6fb55f1a;
    display: flex;
    align-items: center;
    justify-content: center
}

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

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

.brandname {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #1b2a1a;
    margin: 0;
    padding: 0
}

.brandname span {
    color: #6FB55F
}

.brandtag {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #5a4060
}

.statusdot {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #6fb55f14;
    border-radius: 6px;
    border: 1.5px solid #6fb55f38;
    flex-shrink: 0
}

.dotmark {
    width: 8px;
    height: 8px;
    border-radius: 32px;
    background: #6FB55F;
    box-shadow: 0 0 0 3px #6fb55f33;
    flex-shrink: 0
}

.statuslabel {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2d5c26
}

.navband {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 36px
}

.navrow {
    display: flex;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid #6fb55f1f;
    margin-top: 16px;
    flex-wrap: wrap
}

.navitem {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #2b2035;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s ease-in-out, background .48s ease-in-out;
    position: relative
}

.navitem:hover,
.navitem:focus {
    color: #6FB55F;
    border-bottom-color: #6FB55F;
    background: #6fb55f0d;
    outline: none
}

.navitem:focus-visible {
    outline: 3px solid;
    outline-color: #6FB55F;
    outline-offset: 2px
}

.navitem.active {
    color: #6FB55F;
    border-bottom-color: #6FB55F
}

.navitem.cta-nav {
    color: #C51391;
    border: 2px solid #C51391;
    border-bottom: 2px solid #C51391;
    border-radius: 6px;
    margin: 8px 0 8px 12px;
    padding: 8px 24px;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease-in-out
}

.navitem.cta-nav:hover,
.navitem.cta-nav:focus {
    background: #c5139112;
    color: #C51391;
    border-color: #C51391;
    outline: none
}

.navitem.cta-nav:focus-visible {
    outline: 3px solid #C51391;
    outline-offset: 2px
}

.sitefooter {
    background: linear-gradient(160deg, #1b2a1a 0%, #23183a 100%);
    padding: 72px 0 36px;
    position: relative;
    overflow: hidden
}

.sitefooter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6FB55F 0%, #C51391 100%)
}

.footerinner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 36px
}

.footertop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #ffffff1a
}

.footerbrand {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footerlogobox {
    width: 56px;
    height: 56px;
    padding: 8px;
    background: #fffffff2;
    border-radius: 10px;
    border: 2px solid #6fb55f66;
    box-shadow: 0 2px 5px 0 #6fb55f12;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.footerlogobox img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block
}

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

.footerbrandname {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #fff;
    margin: 0
}

.footerbrandname span {
    color: #6FB55F
}

.footerfounded {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #ffffff73
}

.footerdesc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .01em;
    color: #ffffff8c;
    margin: 0
}

.footercontact {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footersectionlabel {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #6FB55F;
    text-transform: uppercase;
    margin: 0 0 8px
}

.contactrow {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.contactrow i {
    color: #6fb55fb3;
    font-size: 13px;
    margin-top: 4px;
    flex-shrink: 0
}

.contactval {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #ffffffbf;
    text-decoration: none;
    transition: color .5s ease-in-out
}

.contactval:hover {
    color: #6FB55F
}

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

.footerlink {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #ffffffa6;
    text-decoration: none;
    transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    gap: 8px
}

.footerlink i {
    font-size: 13px;
    color: #c5139199;
    flex-shrink: 0
}

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

.footerlink:focus-visible {
    outline: 3px solid #6FB55F;
    outline-offset: 2px;
    border-radius: 6px
}

.footerbottom {
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px
}

.copyright {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #ffffff59;
    margin: 0
}

.copyright span {
    color: #6fb55fb3
}

.footerbadge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 18px;
    border: 1px solid #6fb55f33;
    background: #6fb55f0f
}

.footerbadge i {
    color: #6fb55f99;
    font-size: 13px
}

.footerbadgetext {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #ffffff73
}

.cookiepopupbox {
    display: none;
    position: fixed;
    top: 24px;
    right: 24px;
    width: 360px;
    max-width: calc(100vw - 48px);
    background: #fff;
    border-radius: 18px;
    border: 2px solid #6fb55f38;
    box-shadow: 0 8px 48px 0 #6fb55f1a;
    z-index: 1000;
    overflow: hidden;
    transform: translateY(-120%);
    transition: transform .38s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cookiepopupbox.shown {
    transform: translateY(0)
}

.cookiebody {
    padding: 24px
}

.cookiedesc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .01em;
    color: #2b2035;
    margin: 0 0 16px
}

.cookietoggles {
    display: none;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
    padding: 12px;
    background: #6fb55f0a;
    border-radius: 10px;
    border: 1px solid #6fb55f1f
}

.cookietoggles.open {
    display: flex
}

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

.togglelabel {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #2b2035
}

.togglesub {
    font-size: 13px;
    font-weight: 400;
    color: #7a6880;
    margin-left: 4px
}

.toggleswitch {
    position: relative;
    width: 36px;
    height: 20px;
    flex-shrink: 0
}

.toggleswitch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.toggletrack {
    position: absolute;
    inset: 0;
    background: #6fb55f33;
    border-radius: 32px;
    cursor: pointer;
    transition: background .5s ease-in-out
}

.toggleswitch input:checked+.toggletrack {
    background: #6FB55F
}

.toggletrack::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 2px 5px 0 #6fb55f12;
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.toggleswitch input:checked+.toggletrack::after {
    transform: translateX(16px)
}

.toggleswitch input:disabled+.toggletrack {
    opacity: .6;
    cursor: not-allowed
}

.cookiebtnrow {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.cookiebtn {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .01em;
    cursor: pointer;
    border-radius: 6px;
    padding: 8px 16px;
    transition: background .5s ease-in-out, color .5s ease-in-out, border-color .5s ease-in-out;
    text-decoration: none;
    display: inline-block
}

.cookiebtn.accept {
    background: transparent;
    color: #2d5c26;
    border: 2px solid #6FB55F
}

.cookiebtn.accept:hover,
.cookiebtn.accept:focus {
    background: #6fb55f1a;
    outline: none
}

.cookiebtn.reject {
    background: transparent;
    color: #7a1060;
    border: 2px solid #C51391
}

.cookiebtn.reject:hover,
.cookiebtn.reject:focus {
    background: #c5139112;
    outline: none
}

.cookiebtn.settings {
    background: transparent;
    color: #7a6880;
    border: 2px solid transparent;
    text-decoration: underline;
    text-underline-offset: 3px
}

.cookiebtn.settings:hover,
.cookiebtn.settings:focus {
    color: #2b2035;
    outline: none
}

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

.prefbtn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 32px;
    border: 2px solid #6fb55f4d;
    box-shadow: 0 7px 20px 0 #6fb55f14;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    transition: box-shadow .5s ease-in-out, border-color .5s ease-in-out
}

.prefbtn:hover,
.prefbtn:focus {
    box-shadow: 0 8px 48px 0 #6fb55f1a;
    border-color: #6fb55f8c;
    outline: none
}

.prefbtn:focus-visible {
    outline: 3px solid #6FB55F;
    outline-offset: 2px
}

.prefbtn i {
    color: #6FB55F;
    font-size: 19px
}

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

    .footerbrand {
        grid-column: 1 / -1
    }
}

@media (max-width: 768px) {
    .brandband {
        padding: 16px 24px 0;
        flex-wrap: wrap
    }

    .statusdot {
        order: 3;
        width: 100%;
        margin-left: 0
    }

    .navband {
        padding: 0 24px
    }

    .navrow {
        gap: 0
    }

    .navitem {
        padding: 12px 16px;
        font-size: 13px
    }

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

    .footerbrand {
        grid-column: auto
    }

    .footerinner {
        padding: 0 24px
    }

    .sitefooter {
        padding: 36px 0 24px
    }

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

@media (max-width: 480px) {
    .brandband {
        padding: 12px 12px 0
    }

    .navband {
        padding: 0 12px
    }

    .navitem {
        padding: 12px
    }

    .footerinner {
        padding: 0 12px
    }

    .cookiepopupbox {
        right: 12px;
        top: 12px;
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px)
    }

    .prefbtn {
        bottom: 12px;
        right: 12px
    }
}

.doc-body-cmm {
    max-width: 1366px;
    margin: 0 auto;
    padding: 72px 36px
}

.doc-body-cmm h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b1b;
    margin-bottom: 36px;
    margin-top: 0
}

.doc-body-cmm h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b1b;
    margin-top: 72px;
    margin-bottom: 24px
}

.doc-body-cmm h3 {
    font-size: 25px;
    line-height: 1.55;
    letter-spacing: .015em;
    color: #6FB55F;
    margin-top: 36px;
    margin-bottom: 12px
}

.doc-body-cmm h4 {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .015em;
    color: #1b1b1b;
    margin-top: 24px;
    margin-bottom: 8px
}

.doc-body-cmm h5 {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #C51391;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 8px
}

.doc-body-cmm h6 {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #555;
    margin-top: 24px;
    margin-bottom: 8px
}

.doc-body-cmm p {
    font-size: 19px;
    line-height: 1.8;
    letter-spacing: .01em;
    color: #2c2c2c;
    margin-top: 0;
    margin-bottom: 24px
}

.doc-body-cmm ul,
.doc-body-cmm ol {
    font-size: 19px;
    line-height: 1.8;
    letter-spacing: .01em;
    color: #2c2c2c;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 36px
}

.doc-body-cmm ul {
    list-style: none;
    padding-left: 24px
}

.doc-body-cmm ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px
}

.doc-body-cmm ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 0;
    background-color: #6FB55F;
    transform: rotate(45deg)
}

.doc-body-cmm ol {
    list-style: none;
    counter-reset: policy-counter;
    padding-left: 24px
}

.doc-body-cmm ol li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 8px;
    counter-increment: policy-counter
}

.doc-body-cmm ol li::before {
    content: counter(policy-counter);
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-color: #FEF9FB;
    border: 2px solid #6FB55F;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.55;
    color: #6FB55F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}

.doc-body-cmm ul ul,
.doc-body-cmm ol ol,
.doc-body-cmm ul ol,
.doc-body-cmm ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.doc-body-cmm em,
.doc-body-cmm i {
    font-style: italic;
    color: #C51391
}

.doc-body-cmm a {
    color: #6FB55F;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .5s ease-in-out, text-decoration-color .45s ease-in-out
}

.doc-body-cmm a:hover {
    color: #C51391;
    text-decoration-color: #C51391
}

.doc-body-cmm table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    margin-bottom: 36px;
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .01em;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 7px 20px 0 #6fb55f14
}

.doc-body-cmm thead {
    background-color: #6FB55F
}

.doc-body-cmm thead th {
    color: #fff;
    font-size: 13px;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 12px 24px;
    text-align: left;
    font-weight: 700;
    border: none
}

.doc-body-cmm tbody tr {
    border-bottom: 1px solid #6fb55f1f;
    transition: background-color .5s ease-in-out
}

.doc-body-cmm tbody tr:last-child {
    border-bottom: none
}

.doc-body-cmm tbody tr:nth-child(even) {
    background-color: #FEF9FB
}

.doc-body-cmm tbody tr:hover {
    background-color: #6fb55f0f
}

.doc-body-cmm td {
    padding: 12px 24px;
    color: #2c2c2c;
    vertical-align: top;
    border: none
}

.doc-body-cmm th {
    padding: 12px 24px;
    vertical-align: middle
}

.doc-body-cmm hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #6FB55F 0%, #c513914d 60%, transparent 100%);
    margin-top: 36px;
    margin-bottom: 36px;
    border-radius: 0
}

@media (max-width: 1024px) {
    .doc-body-cmm {
        padding: 72px 36px
    }

    .doc-body-cmm h1 {
        font-size: 46px
    }

    .doc-body-cmm h2 {
        font-size: 46px
    }
}

@media (max-width: 768px) {
    .doc-body-cmm {
        padding: 36px 24px
    }

    .doc-body-cmm h1 {
        font-size: 46px
    }

    .doc-body-cmm h2 {
        font-size: 25px;
        margin-top: 36px
    }

    .doc-body-cmm h3 {
        font-size: 19px
    }

    .doc-body-cmm p,
    .doc-body-cmm ul,
    .doc-body-cmm ol {
        font-size: 19px
    }

    .doc-body-cmm table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 10px
    }

    .doc-body-cmm thead th,
    .doc-body-cmm td {
        padding: 12px;
        font-size: 13px;
        white-space: nowrap
    }
}

@media (max-width: 480px) {
    .doc-body-cmm {
        padding: 36px 12px
    }

    .doc-body-cmm h1 {
        font-size: 25px
    }

    .doc-body-cmm h2 {
        font-size: 25px
    }

    .doc-body-cmm h3 {
        font-size: 19px
    }

    .doc-body-cmm p,
    .doc-body-cmm ul,
    .doc-body-cmm ol {
        font-size: 13px;
        line-height: 1.8
    }

    .doc-body-cmm ul li::before {
        top: 8px;
        width: 6px;
        height: 6px
    }

    .doc-body-cmm hr {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

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

.aboutus .au-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 24px
}

.aboutus .au-hero {
    padding: 72px 0 0;
    background: #fff;
    position: relative
}

.aboutus .au-hero-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 72px;
    align-items: center
}

.aboutus .au-imgcol {
    position: relative
}

.aboutus .au-imgcol-frame {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 48px 0 #6fb55f1a
}

.aboutus .au-imgcol-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block
}

.aboutus .au-imgvignette {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: radial-gradient(ellipse at 20% 80%, #1e140a61 0%, transparent 65%), radial-gradient(ellipse at 80% 10%, #140a1e38 0%, transparent 55%);
    pointer-events: none
}

.aboutus .au-shapedeco {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 18px;
    border: 3px solid #6fb55f38;
    top: -16px;
    left: -16px;
    pointer-events: none
}

.aboutus .au-shapedeco2 {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #c5139112;
    bottom: -12px;
    right: -12px;
    pointer-events: none
}

.aboutus .au-textcol {
    padding: 8px 0
}

.aboutus .au-overline {
    display: block;
    width: 36px;
    height: 3px;
    background: #6FB55F;
    border-radius: 6px;
    margin-bottom: 24px
}

.aboutus .au-h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b2a1a;
    margin: 0 0 24px;
    font-weight: 700
}

.aboutus .au-h1 span {
    color: #6FB55F
}

.aboutus .au-lead {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #3a3a3a;
    margin: 0 0 36px;
    max-width: 540px
}

.aboutus .au-ctalnk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .02em;
    color: #1b2a1a;
    border: 2.5px solid #6FB55F;
    border-radius: 10px;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    transition: background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.aboutus .au-ctalnk:hover {
    background: #6FB55F;
    color: #fff
}

.aboutus .au-ctalnk:focus-visible {
    outline: 3px solid #C51391;
    outline-offset: 3px
}

.aboutus .au-ctalnk svg {
    transition: transform .45s ease-in-out
}

.aboutus .au-ctalnk:hover svg {
    transform: translateX(4px)
}

.aboutus .au-bgcircle {
    position: absolute;
    border-radius: 32px;
    pointer-events: none
}

.aboutus .au-bgc1 {
    width: 320px;
    height: 320px;
    border: 1.5px solid #6fb55f14;
    border-radius: 32px;
    top: -60px;
    right: 60px;
    transform: rotate(18deg)
}

.aboutus .au-bgc2 {
    width: 180px;
    height: 180px;
    border: 1px solid #c513910f;
    border-radius: 32px;
    bottom: 40px;
    right: 220px;
    transform: rotate(-12deg)
}

.aboutus .au-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: 36px
}

.aboutus .au-divider svg {
    display: block;
    width: 100%
}

.aboutus .au-about {
    background: linear-gradient(158deg, #f4faf2 0%, #fef0fa 100%);
    padding: 72px 0;
    position: relative
}

.aboutus .au-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
    margin-bottom: 72px
}

.aboutus .au-col {
    opacity: 0;
    animation: au-colreveal .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.aboutus .au-col:nth-child(1) {
    animation-delay: .1s
}

.aboutus .au-col:nth-child(2) {
    animation-delay: .28s
}

.aboutus .au-col:nth-child(3) {
    animation-delay: .46s
}

@keyframes au-colreveal {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

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

.aboutus .au-col-card {
    background: #fff;
    border-radius: 18px;
    padding: 36px 24px;
    box-shadow: 0 7px 20px 0 #6fb55f14;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.aboutus .au-col-card:hover {
    box-shadow: 0 8px 48px 0 #6fb55f1a
}

.aboutus .au-col-overline {
    display: block;
    width: 28px;
    height: 2.5px;
    background: #C51391;
    border-radius: 6px;
    margin-bottom: 4px
}

.aboutus .au-col-h {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b2a1a;
    margin: 0;
    font-weight: 700
}

.aboutus .au-col-p {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .02em;
    color: #3a3a3a;
    margin: 0
}

.aboutus .au-col-img {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 8px;
    box-shadow: 0 2px 5px 0 #6fb55f12
}

.aboutus .au-col-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.aboutus .au-col-card:hover .au-col-img img {
    transform: scale(1.04)
}

.aboutus .au-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 72px
}

.aboutus .au-metric {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 2px 5px 0 #6fb55f12;
    text-align: center;
    border: 2px solid #6fb55f1f
}

.aboutus .au-metric-num {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #6FB55F;
    font-weight: 700;
    display: block
}

.aboutus .au-metric-label {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #3a3a3a;
    display: block;
    margin-top: 4px
}

.aboutus .au-team-row {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 72px;
    align-items: start
}

.aboutus .au-team-text {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.aboutus .au-team-overline {
    display: block;
    width: 28px;
    height: 2.5px;
    background: #6FB55F;
    border-radius: 6px
}

.aboutus .au-team-h {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b2a1a;
    margin: 0;
    font-weight: 700
}

.aboutus .au-team-p {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #3a3a3a;
    margin: 0
}

.aboutus .au-team-p2 {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .02em;
    color: #3a3a3a;
    margin: 0
}

.aboutus .au-team-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.aboutus .au-timgframe {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 7px 20px 0 #6fb55f14
}

.aboutus .au-timgframe img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.aboutus .au-timgframe:hover img {
    transform: scale(1.05)
}

.aboutus .au-timgframe.tall img {
    height: 452px
}

.aboutus .au-bgcirc-abs {
    position: absolute;
    pointer-events: none;
    border-radius: 32px
}

.aboutus .au-bgca1 {
    width: 260px;
    height: 260px;
    border: 1.5px solid #c513910f;
    top: 24px;
    right: -60px;
    transform: rotate(22deg)
}

.aboutus .au-bgca2 {
    width: 140px;
    height: 140px;
    border: 1px solid #6fb55f14;
    bottom: 60px;
    left: -40px;
    transform: rotate(-8deg)
}

@media (max-width: 1024px) {
    .aboutus .au-hero-grid {
        grid-template-columns: 280px 1fr;
        gap: 36px
    }

    .aboutus .au-h1 {
        font-size: 46px
    }

    .aboutus .au-about-grid {
        grid-template-columns: 1fr 1fr
    }

    .aboutus .au-col:nth-child(3) {
        grid-column: 1 / -1
    }

    .aboutus .au-metrics {
        grid-template-columns: repeat(2, 1fr)
    }

    .aboutus .au-team-row {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .aboutus .au-team-imgs {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {
    .aboutus .au-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .aboutus .au-imgcol-frame img {
        height: 280px
    }

    .aboutus .au-h1 {
        font-size: 46px
    }

    .aboutus .au-about-grid {
        grid-template-columns: 1fr
    }

    .aboutus .au-col:nth-child(3) {
        grid-column: auto
    }

    .aboutus .au-metrics {
        grid-template-columns: 1fr 1fr
    }

    .aboutus .au-team-h {
        font-size: 25px
    }

    .aboutus .au-timgframe.tall img {
        height: 220px
    }
}

@media (max-width: 480px) {
    .aboutus .au-hero {
        padding: 36px 0 0
    }

    .aboutus .au-h1 {
        font-size: 46px
    }

    .aboutus .au-metrics {
        grid-template-columns: 1fr
    }

    .aboutus .au-about {
        padding: 36px 0
    }

    .aboutus .au-about-grid {
        margin-bottom: 36px
    }

    .aboutus .au-metrics {
        margin-bottom: 36px
    }

    .aboutus .au-team-imgs {
        grid-template-columns: 1fr
    }

    .aboutus .au-timgframe.tall img {
        height: 220px
    }
}

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

.opng .pgwrap {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 24px
}

.opng .titblock {
    background: linear-gradient(158deg, #f7f2f5 0%, #eef6eb 100%);
    padding: 72px 0 0;
    position: relative
}

.opng .titblock .pgwrap {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 36px
}

.opng .titblock-left {
    flex: 1 1 0;
    padding-bottom: 72px;
    position: relative;
    z-index: 1
}

.opng .titblock-overline {
    display: block;
    width: 38px;
    height: 3px;
    background: #6FB55F;
    margin-bottom: 12px;
    border-radius: 0
}

.opng .titblock-label {
    font-size: 13px;
    letter-spacing: .02em;
    color: #6FB55F;
    line-height: 1.55;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.opng .titblock-h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b2a18;
    margin: 0 0 24px;
    font-weight: 800
}

.opng .titblock-h1 span {
    color: #C51391
}

.opng .titblock-desc {
    font-size: 19px;
    line-height: 1.55;
    color: #3a3a3a;
    letter-spacing: .01em;
    max-width: 520px;
    margin: 0
}

.opng .titblock-right {
    flex: 0 0 380px;
    position: relative;
    align-self: flex-end
}

.opng .titblock-imgcard {
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 48px 0 #6fb55f1a
}

.opng .titblock-imgcard img {
    width: 380px;
    height: 320px;
    object-fit: cover;
    display: block
}

.opng .titblock-imgoverlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background: linear-gradient(to top, #1b2a18b8 0%, #1b2a1800 100%);
    pointer-events: none
}

.opng .titblock-geo1 {
    position: absolute;
    top: -28px;
    right: -22px;
    width: 90px;
    height: 90px;
    border: 3px solid #c5139121;
    border-radius: 18px;
    pointer-events: none;
    z-index: 0
}

.opng .titblock-geo2 {
    position: absolute;
    bottom: 36px;
    left: -32px;
    width: 54px;
    height: 54px;
    border: 2px solid #6fb55f2e;
    border-radius: 10px;
    pointer-events: none;
    z-index: 0
}

.opng .titblock-mathbg {
    position: absolute;
    right: 420px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 320px;
    line-height: 1;
    color: #6fb55f0d;
    pointer-events: none;
    user-select: none;
    font-weight: 900;
    letter-spacing: -.04em;
    z-index: 0
}

.opng .divzz {
    width: 100%;
    line-height: 0;
    display: block
}

.opng .adaptsec {
    background: #fff;
    padding: 72px 0
}

.opng .adaptsec .pgwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center
}

.opng .adapt-textside {
    position: relative
}

.opng .adapt-overline {
    display: block;
    width: 38px;
    height: 3px;
    background: #C51391;
    margin-bottom: 12px;
    border-radius: 0
}

.opng .adapt-h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b2a18;
    margin: 0 0 24px;
    font-weight: 700
}

.opng .adapt-body {
    font-size: 19px;
    line-height: 1.8;
    color: #2e2e2e;
    letter-spacing: .01em;
    margin: 0 0 24px
}

.opng .adapt-body-sm {
    font-size: 13px;
    line-height: 1.55;
    color: #555;
    letter-spacing: .01em;
    margin: 0
}

.opng .adapt-accent {
    font-size: 25px;
    line-height: 1.55;
    color: #1b2a18;
    font-weight: 700;
    letter-spacing: .01em;
    margin: 0 0 12px
}

.opng .adapt-imgside {
    position: relative
}

.opng .adapt-imgframe {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 7px 20px 0 #6fb55f14;
    position: relative
}

.opng .adapt-imgframe img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block
}

.opng .adapt-floatcard {
    position: absolute;
    bottom: -24px;
    left: -24px;
    background: #fef9fbd9;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid #6fb55f2e;
    border-radius: 10px;
    padding: 12px 24px;
    box-shadow: 0 2px 5px 0 #6fb55f12;
    z-index: 1
}

.opng .adapt-floatcard-num {
    font-size: 46px;
    line-height: 1.2;
    color: #6FB55F;
    font-weight: 800;
    letter-spacing: .01em;
    display: block
}

.opng .adapt-floatcard-label {
    font-size: 13px;
    line-height: 1.55;
    color: #555;
    letter-spacing: .01em;
    display: block
}

.opng .divzz2 {
    width: 100%;
    line-height: 0;
    display: block
}

.opng .situationsec {
    background: linear-gradient(172deg, #f0f8ed 0%, #fdf2f9 100%);
    padding: 72px 0;
    position: relative;
    overflow: hidden
}

.opng .situationsec-mathbg {
    position: absolute;
    right: -40px;
    bottom: -60px;
    font-size: 280px;
    line-height: 1;
    color: #c513910a;
    pointer-events: none;
    user-select: none;
    font-weight: 900;
    z-index: 0
}

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

.opng .sit-head {
    max-width: 640px;
    margin-bottom: 72px
}

.opng .sit-overline {
    display: block;
    width: 38px;
    height: 3px;
    background: #6FB55F;
    margin-bottom: 12px;
    border-radius: 0
}

.opng .sit-h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b2a18;
    margin: 0 0 12px;
    font-weight: 700
}

.opng .sit-subdesc {
    font-size: 19px;
    line-height: 1.55;
    color: #3a3a3a;
    letter-spacing: .01em;
    margin: 0
}

.opng .timeline-horiz {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    position: relative;
    margin-bottom: 72px
}

.opng .timeline-horiz::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: linear-gradient(90deg, #6FB55F 0%, #C51391 100%);
    z-index: 0
}

.opng .tl-point {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1
}

.opng .tl-dot {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 3px solid #6FB55F;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    flex-shrink: 0;
    box-shadow: 0 2px 5px 0 #6fb55f12;
    transition: border-color .5s ease-in-out, background .5s ease-in-out
}

.opng .tl-point:hover .tl-dot {
    background: #6FB55F;
    border-color: #6FB55F
}

.opng .tl-dot-inner {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #6FB55F;
    transition: background .5s ease-in-out
}

.opng .tl-point:hover .tl-dot-inner {
    background: #fff
}

.opng .tl-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #C51391;
    text-align: center;
    margin-bottom: 8px;
    text-transform: uppercase
}

.opng .tl-detail {
    font-size: 13px;
    line-height: 1.55;
    color: #444;
    text-align: center;
    letter-spacing: .01em;
    padding: 0 8px
}

.opng .sit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.opng .sitcard {
    background: #fef9fbc7;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1.5px solid #6fb55f24;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 2px 5px 0 #6fb55f12;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.opng .sitcard:hover {
    box-shadow: 0 7px 20px 0 #6fb55f14;
    border-color: #c5139138
}

.opng .sitcard-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.opng .sitcard-h {
    font-size: 19px;
    font-weight: 700;
    color: #1b2a18;
    line-height: 1.2;
    letter-spacing: .01em;
    margin: 0 0 8px
}

.opng .sitcard-p {
    font-size: 13px;
    line-height: 1.55;
    color: #555;
    letter-spacing: .01em;
    margin: 0
}

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

.opng .diffsec .pgwrap {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 72px;
    align-items: start
}

.opng .diff-imgcol {
    position: relative
}

.opng .diff-imgframe {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 48px 0 #c513911a
}

.opng .diff-imgframe img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block
}

.opng .diff-offsetcard {
    position: absolute;
    top: -24px;
    right: -36px;
    background: #6FB55F;
    border-radius: 10px;
    padding: 12px 24px;
    box-shadow: 0 7px 20px 0 #6fb55f14;
    z-index: 1;
    min-width: 140px
}

.opng .diff-offsetcard-num {
    font-size: 46px;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    letter-spacing: .01em;
    display: block
}

.opng .diff-offsetcard-label {
    font-size: 13px;
    line-height: 1.55;
    color: #ffffffd9;
    letter-spacing: .01em;
    display: block
}

.opng .diff-textcol {
    padding-top: 24px
}

.opng .diff-overline {
    display: block;
    width: 38px;
    height: 3px;
    background: #C51391;
    margin-bottom: 12px;
    border-radius: 0
}

.opng .diff-h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b2a18;
    margin: 0 0 24px;
    font-weight: 700
}

.opng .diff-lead {
    font-size: 25px;
    line-height: 1.55;
    color: #C51391;
    font-weight: 700;
    letter-spacing: .01em;
    margin: 0 0 24px
}

.opng .diff-body {
    font-size: 19px;
    line-height: 1.8;
    color: #2e2e2e;
    letter-spacing: .01em;
    margin: 0 0 24px
}

.opng .diff-body-sm {
    font-size: 13px;
    line-height: 1.55;
    color: #555;
    letter-spacing: .01em;
    margin: 0 0 36px
}

.opng .diff-compare {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.opng .diff-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border-radius: 6px;
    border: 1.5px solid transparent;
    transition: border-color .45s ease-in-out, background .45s ease-in-out
}

.opng .diff-row:hover {
    border-color: #6fb55f2e;
    background: #f7fdf5
}

.opng .diff-row-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px
}

.opng .diff-row-text {
    font-size: 13px;
    line-height: 1.55;
    color: #333;
    letter-spacing: .01em
}

.opng .diff-row-text strong {
    color: #1b2a18;
    font-weight: 700
}

.opng .bgshift-anim {
    position: relative
}

.opng .bgshift-anim::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, #6fb55f08 0px, #6fb55f08 1px, transparent 1px, transparent 48px);
    background-size: 68px 68px;
    animation: diagdrift 14s linear infinite;
    pointer-events: none;
    z-index: 0
}

@keyframes diagdrift {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 68px 68px
    }
}

@media (max-width: 1024px) {
    .opng .titblock .pgwrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 36px
    }

    .opng .titblock-right {
        flex: 0 0 auto;
        width: 100%
    }

    .opng .titblock-imgcard img {
        width: 100%;
        height: 260px
    }

    .opng .titblock-mathbg {
        display: none
    }

    .opng .adaptsec .pgwrap {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .opng .adapt-floatcard {
        position: static;
        margin-top: 12px;
        display: inline-block
    }

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

    .opng .diffsec .pgwrap {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .opng .diff-offsetcard {
        right: 12px;
        top: 12px
    }

    .opng .diff-imgframe img {
        height: 320px
    }
}

@media (max-width: 768px) {
    .opng .titblock-h1 {
        font-size: 46px
    }

    .opng .adapt-h2,
    .opng .sit-h2,
    .opng .diff-h2 {
        font-size: 46px
    }

    .opng .timeline-horiz {
        flex-direction: column;
        gap: 24px
    }

    .opng .timeline-horiz::before {
        display: none
    }

    .opng .tl-point {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        text-align: left
    }

    .opng .tl-dot {
        margin-bottom: 0;
        flex-shrink: 0
    }

    .opng .tl-label,
    .opng .tl-detail {
        text-align: left
    }

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

    .opng .adaptsec,
    .opng .situationsec,
    .opng .diffsec {
        padding: 36px 0
    }

    .opng .sit-head {
        margin-bottom: 36px
    }

    .opng .timeline-horiz {
        margin-bottom: 36px
    }
}

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

    .opng .pgwrap {
        padding: 0 12px
    }

    .opng .titblock {
        padding: 36px 0 0
    }

    .opng .titblock-left {
        padding-bottom: 36px
    }

    .opng .diff-lead {
        font-size: 19px
    }
}

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

.contactus .dotborder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.contactus .dotborder::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(circle, #6FB55F 1.5px, transparent 1.5px), radial-gradient(circle, #6FB55F 2.5px, transparent 2.5px), radial-gradient(circle, #6FB55F 1px, transparent 1px);
    background-size: 18px 18px, 32px 32px, 10px 10px;
    background-position: 0 0, 9px 9px, 4px 4px;
    opacity: .18;
    border-radius: 0
}

.contactus .bento {
    position: relative;
    padding: 72px 36px;
    background: #fff
}

.contactus .bento .bentogrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
    align-items: start
}

.contactus .bento .imgcell {
    grid-column: 2;
    grid-row: 1 / 3;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 48px 0 #6fb55f1a
}

.contactus .bento .imgcell img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    opacity: .12;
    filter: saturate(0.3)
}

.contactus .bento .imgcell .imgoverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(148deg, #6fb55f8c 0%, #c5139140 100%);
    border-radius: 18px
}

.contactus .bento .imgcell .stripedeco {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #6FB55F 0%, #C51391 100%);
    border-radius: 0 0 18px 18px
}

.contactus .bento .imgcell .metricpair {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px
}

.contactus .bento .imgcell .metrics {
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: flex-start
}

.contactus .bento .imgcell .metricitem {
    text-align: center
}

.contactus .bento .imgcell .metricnum {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    font-weight: 700;
    display: block
}

.contactus .bento .imgcell .metriclbl {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #ffffffd9;
    display: block;
    margin-top: 4px
}

.contactus .bento .textcell {
    grid-column: 1;
    grid-row: 1;
    padding: 36px 36px 24px 0
}

.contactus .bento .tagline {
    display: block;
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #6FB55F;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-top: 2px solid #6FB55F;
    padding-top: 8px;
    width: fit-content
}

.contactus .bento .textcell h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1a1a1a;
    margin: 0 0 24px
}

.contactus .bento .textcell h1 .accent {
    color: #6FB55F
}

.contactus .bento .textcell p {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #3a3a3a;
    margin: 0
}

.contactus .bento .infocell {
    grid-column: 1;
    grid-row: 2;
    padding: 0 36px 0 0
}

.contactus .bento .infocell .infolist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.contactus .bento .infocell .infolist li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.contactus .bento .infocell .icobox {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 2px solid #6FB55F;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contactus .bento .infocell .icobox svg {
    width: 16px;
    height: 16px
}

.contactus .bento .infocell .icotext {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contactus .bento .infocell .icotextlbl {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #888;
    text-transform: uppercase
}

.contactus .bento .infocell .icotextval {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #222;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contactus .bento .infocell .icotextval:hover {
    color: #6FB55F;
    text-decoration: none
}

.contactus .divfade {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #6FB55F 30%, #C51391 70%, transparent 100%);
    margin: 0 72px;
    opacity: .25
}

.contactus .formarea {
    position: relative;
    padding: 72px 36px;
    background: #FEF9FB;
    overflow: hidden
}

.contactus .formarea .radlines {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    height: 320px;
    pointer-events: none;
    overflow: hidden
}

.contactus .formarea .radlines svg {
    width: 100%;
    height: 100%;
    opacity: .07
}

.contactus .formarea .formgrid {
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 36px;
    align-items: start
}

.contactus .formarea .formside h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #222;
    margin: 0 0 12px
}

.contactus .formarea .formside h2 .accent {
    color: #C51391
}

.contactus .formarea .formside .formdesc {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #444;
    margin: 0 0 36px
}

.contactus .formarea .formside .overtag {
    display: block;
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #C51391;
    text-transform: uppercase;
    border-top: 2px solid #C51391;
    padding-top: 8px;
    width: fit-content;
    margin-bottom: 12px
}

.contactus .formarea .contactform {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.contactus .formarea .contactform .frow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.contactus .formarea .contactform .fgroup {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contactus .formarea .contactform label {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #555;
    text-transform: uppercase
}

.contactus .formarea .contactform input[type="text"],
.contactus .formarea .contactform input[type="email"],
.contactus .formarea .contactform select,
.contactus .formarea .contactform textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #222;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 10px;
    outline: none;
    box-shadow: inset 0 1px 2px 0 #6fb55f12;
    transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-sizing: border-box
}

.contactus .formarea .contactform input[type="text"]:focus,
.contactus .formarea .contactform input[type="email"]:focus,
.contactus .formarea .contactform select:focus,
.contactus .formarea .contactform textarea:focus {
    border-color: #6FB55F;
    box-shadow: 0 2px 5px 0 #6fb55f12 inset 0 1px 2px 0 #6fb55f12
}

.contactus .formarea .contactform input::placeholder,
.contactus .formarea .contactform textarea::placeholder {
    color: #aaa;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.contactus .formarea .contactform select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236FB55F' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.contactus .formarea .contactform textarea {
    resize: vertical;
    min-height: 120px
}

.contactus .formarea .contactform .privacyrow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-top: 8px
}

.contactus .formarea .contactform .privacyrow input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #6FB55F;
    cursor: pointer
}

.contactus .formarea .contactform .privacyrow .privlbl {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .01em;
    color: #555
}

.contactus .formarea .contactform .privacyrow .privlbl a {
    color: #C51391;
    text-decoration: underline;
    transition: color .5s ease-in-out
}

.contactus .formarea .contactform .privacyrow .privlbl a:hover {
    color: #6FB55F;
    text-decoration: none
}

.contactus .formarea .contactform .submitbtn {
    margin-top: 8px;
    padding: 12px 36px;
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #222;
    background: transparent;
    border: 3px solid #6FB55F;
    border-radius: 10px;
    cursor: pointer;
    width: fit-content;
    transition: background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contactus .formarea .contactform .submitbtn:hover {
    background: #6FB55F;
    color: #fff
}

.contactus .formarea .contactform .submitbtn:focus {
    outline: 3px solid #C51391;
    outline-offset: 3px
}

.contactus .formarea .sideinfo {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 72px
}

.contactus .formarea .sidecard {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 7px 20px 0 #6fb55f14;
    position: relative;
    overflow: hidden
}

.contactus .formarea .sidecard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #6FB55F 0%, #C51391 100%);
    border-radius: 18px 18px 0 0
}

.contactus .formarea .sidecard h4 {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #222;
    margin: 0 0 8px
}

.contactus .formarea .sidecard p {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .01em;
    color: #555;
    margin: 0
}

.contactus .formarea .sidecard .sclink {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #6FB55F;
    text-decoration: underline;
    letter-spacing: .02em;
    transition: color .5s ease-in-out
}

.contactus .formarea .sidecard .sclink:hover {
    color: #C51391;
    text-decoration: none
}

.contactus .divfade2 {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #C51391 40%, #6FB55F 60%, transparent 100%);
    margin: 0 72px;
    opacity: .2
}

.contactus .detailstrip {
    position: relative;
    padding: 72px 36px;
    background: #fff
}

.contactus .detailstrip .stripgrid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 36px;
    align-items: start
}

.contactus .detailstrip .striptext .overtag {
    display: block;
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #6FB55F;
    text-transform: uppercase;
    border-top: 2px solid #6FB55F;
    padding-top: 8px;
    width: fit-content;
    margin-bottom: 12px
}

.contactus .detailstrip .striptext h3 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #222;
    margin: 0 0 24px
}

.contactus .detailstrip .striptext h3 .accent {
    color: #6FB55F
}

.contactus .detailstrip .striptext p {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #444;
    margin: 0 0 24px
}

.contactus .detailstrip .striptext .addrblock {
    background: #FEF9FB;
    border-radius: 18px;
    padding: 24px;
    border: 2px solid #6fb55f33;
    margin-top: 24px
}

.contactus .detailstrip .striptext .addrblock h5 {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #888;
    text-transform: uppercase;
    margin: 0 0 8px
}

.contactus .detailstrip .striptext .addrblock address {
    font-style: normal;
    font-size: 19px;
    line-height: 1.8;
    letter-spacing: .01em;
    color: #222
}

.contactus .detailstrip .striplegend {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contactus .detailstrip .striplegend .lgitem {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    padding: 24px;
    background: #FEF9FB;
    border-radius: 18px;
    box-shadow: 0 2px 5px 0 #6fb55f12
}

.contactus .detailstrip .striplegend .lgitem .lgico {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #6FB55F;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contactus .detailstrip .striplegend .lgitem .lgico svg {
    width: 18px;
    height: 18px
}

.contactus .detailstrip .striplegend .lgitem .lgtext h6 {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #888;
    text-transform: uppercase;
    margin: 0 0 4px
}

.contactus .detailstrip .striplegend .lgitem .lgtext span {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #222
}

.contactus .detailstrip .floaticons {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 36px
}

.contactus .detailstrip .floaticons .ficon {
    animation: iconFloat 3.2s ease-in-out infinite;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.contactus .detailstrip .floaticons .ficon:nth-child(2) {
    animation-delay: .8s;
    animation-duration: 3.8s
}

.contactus .detailstrip .floaticons .ficon:nth-child(3) {
    animation-delay: 1.5s;
    animation-duration: 4.2s
}

.contactus .detailstrip .floaticons .ficon .ficobox {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: linear-gradient(148deg, #6fb55f1f 0%, #c5139114 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 7px 20px 0 #6fb55f14
}

.contactus .detailstrip .floaticons .ficon .ficobox svg {
    width: 22px;
    height: 22px
}

.contactus .detailstrip .floaticons .ficon .ficolbl {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #888
}

@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-7px)
    }
}

@media (max-width: 1024px) {
    .contactus .bento .bentogrid {
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .contactus .bento .textcell h1 {
        font-size: 46px
    }

    .contactus .formarea .formgrid {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .contactus .formarea .sideinfo {
        padding-top: 0;
        flex-direction: row;
        flex-wrap: wrap
    }

    .contactus .formarea .sidecard {
        flex: 1 1 280px
    }

    .contactus .detailstrip .stripgrid {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .contactus .detailstrip .striplegend {
        flex-direction: row;
        flex-wrap: wrap
    }

    .contactus .detailstrip .striplegend .lgitem {
        flex: 1 1 200px
    }
}

@media (max-width: 768px) {
    .contactus .bento {
        padding: 36px 24px
    }

    .contactus .bento .bentogrid {
        grid-template-columns: 1fr
    }

    .contactus .bento .imgcell {
        grid-column: 1;
        grid-row: 2
    }

    .contactus .bento .textcell {
        grid-column: 1;
        grid-row: 1;
        padding: 0
    }

    .contactus .bento .infocell {
        grid-column: 1;
        grid-row: 3;
        padding: 0
    }

    .contactus .bento .textcell h1 {
        font-size: 46px
    }

    .contactus .formarea {
        padding: 36px 24px
    }

    .contactus .formarea .contactform .frow {
        grid-template-columns: 1fr
    }

    .contactus .detailstrip {
        padding: 36px 24px
    }

    .contactus .detailstrip .striptext h3 {
        font-size: 25px
    }

    .contactus .divfade,
    .contactus .divfade2 {
        margin: 0 24px
    }
}

@media (max-width: 480px) {
    .contactus .bento .textcell h1 {
        font-size: 46px
    }

    .contactus .formarea .sideinfo {
        flex-direction: column
    }

    .contactus .detailstrip .floaticons {
        gap: 12px
    }
}

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

.successPage .successWrap {
    max-width: 560px;
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 18px;
    padding: 72px 36px;
    box-shadow: 0 8px 48px 0 #6fb55f1a
}

.successPage .successIcon {
    width: 72px;
    height: 72px;
    margin: 0 auto 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.successPage .successIcon svg {
    width: 72px;
    height: 72px
}

.successPage .successHeading {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b2a18;
    margin: 0 0 24px
}

.successPage .successAccent {
    color: #6FB55F
}

.successPage .successText {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #2e2e2e;
    margin: 0 0 36px
}

.successPage .successDivider {
    width: 48px;
    height: 3px;
    background: linear-gradient(105deg, #6FB55F, #C51391);
    border-radius: 6px;
    margin: 0 auto 36px
}

.successPage .successNote {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .02em;
    color: #5a5a5a;
    margin: 0 0 36px
}

.successPage .successBtn {
    display: inline-block;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #6FB55F;
    background: transparent;
    border: 2.5px solid #6FB55F;
    border-radius: 10px;
    padding: 12px 36px;
    text-decoration: none;
    transition: color .5s ease-in-out, background .5s ease-in-out, border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.successPage .successBtn:hover,
.successPage .successBtn:focus {
    color: #fff;
    background: #6FB55F;
    border-color: #6FB55F;
    outline: none
}

.successPage .successBtn:active {
    background: #5a9f4e;
    border-color: #5a9f4e;
    color: #fff
}

@media (max-width: 480px) {
    .successPage {
        padding: 36px 12px
    }

    .successPage .successWrap {
        padding: 36px 24px
    }

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

    .successPage .successText {
        font-size: 13px
    }

    .successPage .successBtn {
        font-size: 13px;
        padding: 12px 24px
    }
}