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

html {
    font-size: 100%
}

body {
    margin: 0
}

.pagehold {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.sitehead {
    background: linear-gradient(135deg, #fff 0%, #E9F4EF 60%, #d4eadf 100%);
    border-bottom: 2px solid #99C4AE;
    box-shadow: 0 3px 2px 1px #3d869114 0 7px 28px 1px #3d86911c;
    position: relative
}

.headshell {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    flex-wrap: wrap;
    padding: 24px
}

.brandmount {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0
}

.logocap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #3D8691;
    border-bottom: 2px solid #3D8691;
    border-radius: 40px;
    padding: 6px 24px;
    background: #fff;
    box-shadow: 0 3px 2px 1px #3d869114 inset 0 1px 2px #99c4ae2e
}

.logocap img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain
}

.brandlabel {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.brandname {
    font-family: 'Public Sans', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
    color: #1b4a50;
    letter-spacing: -.01em
}

.brandtag {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #3D8691;
    letter-spacing: .04em
}

.headright {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px
}

.contactstrip {
    display: flex;
    align-items: center;
    gap: 12px
}

.contactlink {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #1b4a50;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 10px;
    background: #3d869112;
    border: 1px solid #3d86912e;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.contactlink:hover,
.contactlink:focus {
    background: #3D8691;
    color: #fff;
    outline: none
}

.contactlink:focus-visible {
    outline: 2px solid #3D8691;
    outline-offset: 3px
}

.phoneicon {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.sitenav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.navpill {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #2a5f66;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 26px;
    border: 1.5px solid transparent;
    background: transparent;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.0, 0, 0.2, 1);
    white-space: nowrap
}

.navpill:hover {
    background: #E9F4EF;
    border-color: #99C4AE;
    color: #1b4a50
}

.navpill:focus-visible {
    outline: 2px solid #3D8691;
    outline-offset: 2px;
    border-radius: 26px
}

.navpill.active {
    background: #3D8691;
    color: #fff;
    border-color: #3D8691;
    font-weight: 700
}

.sitefooter {
    background: #99C4AE;
    border-top: 2px solid #3D8691
}

.footshell {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 36px 24px
}

.footgrid {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    flex-wrap: wrap
}

.footbrand {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 0 0 auto;
    min-width: 180px
}

.footlogocap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #3D8691;
    border-bottom: 2px solid #3D8691;
    border-radius: 40px;
    padding: 6px 24px;
    background: #fff;
    box-shadow: 0 3px 2px 1px #3d869114;
    align-self: flex-start
}

.footlogocap img {
    display: block;
    width: 65px;
    height: 65px;
    object-fit: contain
}

.footbrandname {
    font-family: 'Public Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1;
    color: #1b4a50
}

.footcopy {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #1b4a50
}

.footlinks {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 auto;
    align-items: flex-end;
    justify-content: flex-end
}

.footnav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.footnavlink {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #1b4a50;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 10px;
    border: 1px solid #3d869140;
    background: #ffffff59;
    transition: background .24s cubic-bezier(0.4, 0, 0.2, 1), color .24s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap
}

.footnavlink:hover {
    background: #3D8691;
    color: #fff;
    border-color: #3D8691
}

.footnavlink:focus-visible {
    outline: 2px solid #3D8691;
    outline-offset: 2px
}

.footcontact {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.footcontactitem {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #1b4a50;
    display: flex;
    align-items: center;
    gap: 6px
}

.footcontactlink {
    color: #1b4a50;
    text-decoration: none;
    font-weight: 700;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.footcontactlink:hover {
    color: #fff
}

.footcontactlink:focus-visible {
    outline: 2px solid #1b4a50;
    outline-offset: 2px;
    border-radius: 5px
}

.footdivider {
    width: 100%;
    height: 1px;
    background: #3d86914d;
    margin-top: 24px;
    margin-bottom: 24px;
    border: none
}

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

.footaddr {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #2a5f66;
    display: flex;
    align-items: center;
    gap: 6px
}

.dotmark {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background: #3D8691;
    flex-shrink: 0
}

@media (max-width: 992px) {
    .headshell {
        gap: 24px
    }

    .headright {
        align-items: flex-start
    }

    .sitenav {
        justify-content: flex-start
    }

    .footlinks {
        align-items: flex-start
    }

    .footnav {
        justify-content: flex-start
    }

    .footcontact {
        justify-content: flex-start
    }

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

@media (max-width: 576px) {
    .headshell {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .headright {
        width: 100%
    }

    .contactstrip {
        flex-wrap: wrap
    }

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

    .footlinks {
        width: 100%
    }
}

.legal-inner-kxma {
    max-width: 1200px;
    margin: 0 auto;
    padding: 72px 36px
}

.legal-inner-kxma h1 {
    font-size: 51px;
    line-height: 1.1;
    color: #1b3a3e;
    margin-bottom: 36px;
    margin-top: 0;
    letter-spacing: -.5px
}

.legal-inner-kxma h2 {
    font-size: 37px;
    line-height: 1.1;
    color: #1b3a3e;
    margin-top: 72px;
    margin-bottom: 24px
}

.legal-inner-kxma h3 {
    font-size: 27px;
    line-height: 1.5;
    color: #2a5a60;
    margin-top: 36px;
    margin-bottom: 12px
}

.legal-inner-kxma h4 {
    font-size: 21px;
    line-height: 1.5;
    color: #2a5a60;
    margin-top: 36px;
    margin-bottom: 12px
}

.legal-inner-kxma h5 {
    font-size: 17px;
    line-height: 1.5;
    color: #3D8691;
    margin-top: 24px;
    margin-bottom: 6px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.legal-inner-kxma h6 {
    font-size: 15px;
    line-height: 1.5;
    color: #3D8691;
    margin-top: 24px;
    margin-bottom: 6px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.legal-inner-kxma p {
    font-size: 17px;
    line-height: 1.9;
    color: #2c3e3f;
    margin-top: 0;
    margin-bottom: 24px
}

.legal-inner-kxma strong,
.legal-inner-kxma b {
    font-weight: 700;
    color: #1b3a3e
}

.legal-inner-kxma em,
.legal-inner-kxma i {
    font-style: italic;
    color: #2a5a60
}

.legal-inner-kxma hr {
    border: none;
    border-top: 2px solid #E9F4EF;
    margin-top: 36px;
    margin-bottom: 36px;
    border-radius: 5px
}

.legal-inner-kxma table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 36px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 2px 1px #3d869114 0 7px 28px 1px #3d86911c
}

.legal-inner-kxma thead {
    background-color: #3D8691
}

.legal-inner-kxma thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 12px 24px;
    text-align: left;
    border: none
}

.legal-inner-kxma tbody tr {
    background-color: #fff;
    transition: background-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.legal-inner-kxma tbody tr:nth-child(even) {
    background-color: #E9F4EF
}

.legal-inner-kxma tbody tr:hover {
    background-color: #d4ecdf
}

.legal-inner-kxma td {
    padding: 12px 24px;
    color: #2c3e3f;
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px solid #E9F4EF
}

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

@media (max-width: 576px) {
    .legal-inner-kxma {
        padding: 36px 24px
    }

    .legal-inner-kxma h1 {
        font-size: 37px
    }

    .legal-inner-kxma h2 {
        font-size: 27px;
        margin-top: 36px
    }

    .legal-inner-kxma h3 {
        font-size: 21px
    }

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

@media (min-width: 577px) and (max-width: 992px) {
    .legal-inner-kxma {
        padding: 72px 36px
    }

    .legal-inner-kxma h1 {
        font-size: 51px
    }
}

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

.frst .pgwrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

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

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

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

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

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

    to {
        transform: rotate(360deg)
    }
}

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

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

.frst .geobg {
    position: absolute;
    pointer-events: none;
    animation: rotateGeo 28s linear infinite;
    overflow: hidden
}

.frst .titlesec {
    position: relative;
    background: #f5f0eb;
    min-height: 0
}

.frst .titlesec .imgzone {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative
}

.frst .titlesec .imgzone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: sepia(18%) brightness(0.97) saturate(1.1)
}

.frst .titlesec .imgzone::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #3d869114 0%, #3d869114 50%, #f0e9e0b8 100%)
}

.frst .titlesec .textzone {
    padding: 36px 0 72px;
    background: #f5f0eb
}

.frst .titlesec .eyebrow {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .12em;
    color: #3D8691;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    animation: diagSlideIn .22s cubic-bezier(0.4, 0, 0.2, 1) both
}

.frst .titlesec .maintitle {
    font-size: 68px;
    line-height: 1.1;
    color: #1e2d2f;
    font-weight: 800;
    max-width: 700px;
    animation: diagSlideIn .26s cubic-bezier(0.4, 0, 0.2, 1) .06s both
}

.frst .titlesec .maintitle .acc {
    color: #3D8691
}

.frst .titlesec .ctarow {
    margin-top: 36px;
    animation: diagSlideInRight .24s cubic-bezier(0.0, 0, 0.2, 1) .12s both
}

.frst .tlink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    color: #1e2d2f;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #3D8691;
    padding-bottom: 6px;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.frst .tlink:hover {
    color: #3D8691;
    border-color: #99C4AE
}

.frst .tlink .arr {
    display: inline-block;
    width: 18px;
    height: 18px;
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.frst .tlink:hover .arr {
    transform: translateX(4px)
}

.frst .doubtsec {
    background: #fff;
    padding: 72px 0;
    position: relative
}

.frst .doubtsec .geobg {
    width: 260px;
    height: 260px;
    border: 2px solid #99c4ae2e;
    border-radius: 40px;
    top: -60px;
    right: -80px
}

.frst .doubtsec .inner {
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: flex-start
}

.frst .doubtsec .qleft {
    flex: 0 0 340px
}

.frst .doubtsec .shapehead {
    width: 12px;
    height: 12px;
    background: #3D8691;
    border-radius: 5px;
    margin-bottom: 12px
}

.frst .doubtsec .sechead {
    font-size: 37px;
    line-height: 1.1;
    color: #1e2d2f;
    font-weight: 700
}

.frst .doubtsec .sechead .acc {
    color: #3D8691
}

.frst .doubtsec .qright {
    flex: 1
}

.frst .doubtsec .doubttxt {
    font-size: 17px;
    line-height: 1.9;
    color: #2c3e40;
    margin-bottom: 24px
}

.frst .doubtsec .doubttxt:last-child {
    margin-bottom: 0
}

.frst .doubtsec .imgwrap {
    margin-top: 36px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 7px 28px 1px #3d86911c
}

.frst .doubtsec .imgwrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: sepia(12%) brightness(0.98) saturate(1.08)
}

.frst .repsec {
    background: #E9F4EF;
    padding: 72px 0;
    position: relative
}

.frst .repsec .geobg {
    width: 180px;
    height: 180px;
    border-radius: 40px;
    border: 2px solid #3d86911f;
    bottom: -40px;
    left: -60px
}

.frst .repsec .repgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 48px
}

.frst .repsec .shapehead {
    width: 12px;
    height: 12px;
    background: #3D8691;
    border-radius: 5px;
    margin-bottom: 12px
}

.frst .repsec .sechead {
    font-size: 37px;
    line-height: 1.1;
    color: #1e2d2f;
    font-weight: 700;
    max-width: 560px
}

.frst .repsec .repcard {
    background: #fff;
    border-radius: 16px;
    padding: 36px 24px;
    box-shadow: 0 3px 2px 1px #3d869114;
    transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .25s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeUp .26s cubic-bezier(0.4, 0, 0.2, 1) both
}

.frst .repsec .repcard:hover {
    box-shadow: 0 10px 48px 1px #3d869121;
    transform: translateY(-4px)
}

.frst .repsec .repnum {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 800;
    color: #3D8691;
    margin-bottom: 6px
}

.frst .repsec .repbar {
    width: 100%;
    height: 3px;
    background: #E9F4EF;
    border-radius: 5px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden
}

.frst .repsec .repbar .fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #3D8691;
    border-radius: 5px;
    transition: width .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.frst .repsec .replabel {
    font-size: 15px;
    line-height: 1.5;
    color: #2c3e40;
    font-weight: 600;
    margin-bottom: 6px
}

.frst .repsec .repdesc {
    font-size: 15px;
    line-height: 1.5;
    color: #4a6368
}

.frst .repsec .repimgrow {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 36px
}

.frst .repsec .repimgwrap {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 7px 28px 1px #3d86911c
}

.frst .repsec .repimgwrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: sepia(10%) brightness(0.99) saturate(1.1)
}

.frst .gapsec {
    background: #fff;
    padding: 72px 0;
    position: relative
}

.frst .gapsec .inner {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.frst .gapsec .gleft {
    flex: 1
}

.frst .gapsec .shapehead {
    width: 12px;
    height: 12px;
    background: #99C4AE;
    border-radius: 5px;
    margin-bottom: 12px
}

.frst .gapsec .sechead {
    font-size: 37px;
    line-height: 1.1;
    color: #1e2d2f;
    font-weight: 700;
    margin-bottom: 24px
}

.frst .gapsec .gaptxt {
    font-size: 17px;
    line-height: 1.9;
    color: #2c3e40;
    margin-bottom: 24px
}

.frst .gapsec .steplist {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: stepct
}

.frst .gapsec .steplist li {
    counter-increment: stepct;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #E9F4EF
}

.frst .gapsec .steplist li:last-child {
    border-bottom: none
}

.frst .gapsec .steplist li::before {
    content: counter(stepct, decimal-leading-zero);
    font-size: 37px;
    line-height: 1.1;
    font-weight: 800;
    color: #3D8691;
    flex-shrink: 0;
    min-width: 56px
}

.frst .gapsec .steptext {
    font-size: 17px;
    line-height: 1.5;
    color: #2c3e40;
    padding-top: 6px
}

.frst .gapsec .gright {
    flex: 0 0 360px
}

.frst .gapsec .gimg {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 48px 1px #3d869121
}

.frst .gapsec .gimg img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: sepia(14%) brightness(0.97) saturate(1.09)
}

.frst .diffsec {
    background: #1e2d2f;
    padding: 72px 0;
    position: relative
}

.frst .diffsec .geobg {
    width: 320px;
    height: 320px;
    border: 2px solid #99c4ae1a;
    border-radius: 40px;
    top: -80px;
    right: -100px
}

.frst .diffsec .shapehead {
    width: 12px;
    height: 12px;
    background: #99C4AE;
    border-radius: 5px;
    margin-bottom: 12px
}

.frst .diffsec .sechead {
    font-size: 37px;
    line-height: 1.1;
    color: #E9F4EF;
    font-weight: 700;
    max-width: 560px;
    margin-bottom: 48px
}

.frst .diffsec .sechead .acc {
    color: #99C4AE
}

.frst .diffsec .diffgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.frst .diffsec .diffitem {
    background: #ffffff0d;
    border-radius: 16px;
    padding: 36px;
    border: 1px solid #99c4ae26;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: inset 0 1px 2px #99c4ae0f
}

.frst .diffsec .diffitem:hover {
    background: #99c4ae1a;
    border-color: #99c4ae59
}

.frst .diffsec .diffnum {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 800;
    color: #99C4AE;
    margin-bottom: 6px
}

.frst .diffsec .diffbar {
    width: 100%;
    height: 2px;
    background: #99c4ae26;
    border-radius: 5px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden
}

.frst .diffsec .diffbar .fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #99C4AE;
    border-radius: 5px
}

.frst .diffsec .difftitle {
    font-size: 21px;
    line-height: 1.5;
    color: #E9F4EF;
    font-weight: 600;
    margin-bottom: 12px
}

.frst .diffsec .diffdesc {
    font-size: 15px;
    line-height: 1.9;
    color: #e9f4efb8
}

.frst .diffsec .diffrow {
    display: flex;
    flex-direction: row;
    gap: 36px;
    margin-top: 48px;
    align-items: flex-start
}

.frst .diffsec .portraitpair {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-shrink: 0
}

.frst .diffsec .portraitwrap {
    width: 120px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 7px 28px 1px #3d86911c
}

.frst .diffsec .portraitwrap img {
    width: 120px;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: block
}

.frst .diffsec .quoteblock {
    flex: 1;
    padding: 36px;
    background: #ffffff0a;
    border-radius: 16px;
    border: 1px solid #99c4ae1f
}

.frst .diffsec .quotetext {
    font-size: 17px;
    line-height: 1.9;
    color: #e9f4efd9;
    margin-bottom: 12px
}

.frst .diffsec .quotename {
    font-size: 15px;
    color: #99C4AE;
    font-weight: 600
}

.frst .charline {
    display: inline-block
}

.frst .charline .ch {
    display: inline;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.frst .charline:hover .ch:nth-child(1) {
    color: #3D8691;
    transition-delay: 0s
}

.frst .charline:hover .ch:nth-child(2) {
    color: #3D8691;
    transition-delay: .02s
}

.frst .charline:hover .ch:nth-child(3) {
    color: #3D8691;
    transition-delay: .04s
}

.frst .charline:hover .ch:nth-child(4) {
    color: #3D8691;
    transition-delay: .06s
}

.frst .charline:hover .ch:nth-child(5) {
    color: #3D8691;
    transition-delay: .08s
}

.frst .charline:hover .ch:nth-child(6) {
    color: #3D8691;
    transition-delay: .1s
}

.frst .charline:hover .ch:nth-child(7) {
    color: #3D8691;
    transition-delay: .12s
}

.frst .charline:hover .ch:nth-child(8) {
    color: #3D8691;
    transition-delay: .14s
}

.frst .charline:hover .ch:nth-child(9) {
    color: #3D8691;
    transition-delay: .16s
}

.frst .charline:hover .ch:nth-child(10) {
    color: #3D8691;
    transition-delay: .18s
}

.frst .charline:hover .ch:nth-child(11) {
    color: #3D8691;
    transition-delay: .2s
}

.frst .charline:hover .ch:nth-child(12) {
    color: #3D8691;
    transition-delay: .22s
}

@media (max-width: 992px) {
    .frst .titlesec .maintitle {
        font-size: 51px
    }

    .frst .doubtsec .inner {
        flex-direction: column;
        gap: 36px
    }

    .frst .doubtsec .qleft {
        flex: none
    }

    .frst .repsec .repgrid {
        grid-template-columns: 1fr 1fr
    }

    .frst .gapsec .inner {
        flex-direction: column
    }

    .frst .gapsec .gright {
        flex: none;
        width: 100%
    }

    .frst .diffsec .diffgrid {
        grid-template-columns: 1fr
    }

    .frst .diffsec .diffrow {
        flex-direction: column
    }
}

@media (max-width: 576px) {
    .frst .titlesec .maintitle {
        font-size: 37px
    }

    .frst .titlesec .imgzone {
        height: 280px
    }

    .frst .repsec .repgrid {
        grid-template-columns: 1fr
    }

    .frst .repsec .repimgrow {
        flex-direction: column
    }

    .frst .doubtsec .sechead {
        font-size: 27px
    }

    .frst .repsec .sechead {
        font-size: 27px
    }

    .frst .gapsec .sechead {
        font-size: 27px
    }

    .frst .diffsec .sechead {
        font-size: 27px
    }

    .frst .diffsec .portraitpair {
        flex-direction: column
    }

    .frst .pgwrap {
        padding: 0 12px
    }

    .frst .doubtsec {
        padding: 36px 0
    }

    .frst .repsec {
        padding: 36px 0
    }

    .frst .gapsec {
        padding: 36px 0
    }

    .frst .diffsec {
        padding: 36px 0
    }
}

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

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

.aboutus .au-divider {
    height: 48px;
    background: linear-gradient(180deg, #E9F4EF 50%, transparent 50%);
    margin: 0
}

.aboutus .au-divider-rev {
    height: 48px;
    background: linear-gradient(180deg, transparent 50%, #E9F4EF 50%);
    margin: 0
}

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

.aboutus .au-panel .au-corner-tl,
.aboutus .au-panel .au-corner-br {
    position: absolute;
    pointer-events: none
}

.aboutus .au-panel .au-corner-tl {
    top: 24px;
    left: 24px;
    width: 60px;
    height: 60px
}

.aboutus .au-panel .au-corner-br {
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px
}

.aboutus .au-panel .au-corner-tl svg,
.aboutus .au-panel .au-corner-br svg {
    width: 100%;
    height: 100%
}

.aboutus .au-flex {
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: flex-start
}

.aboutus .au-main-col {
    flex: 1 1 0;
    min-width: 0
}

.aboutus .au-sidebar {
    flex: 0 0 300px;
    width: 300px
}

.aboutus .au-label {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .12em;
    color: #3D8691;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600
}

.aboutus .au-h1 {
    font-size: 68px;
    line-height: 1.1;
    color: #1a2e32;
    margin: 0 0 24px;
    font-weight: 800
}

.aboutus .au-h1 .accent {
    color: #3D8691
}

.aboutus .au-quote {
    font-size: 21px;
    line-height: 1.5;
    color: #3a4a4d;
    border-left: 3px solid #99C4AE;
    padding-left: 24px;
    margin: 0 0 36px;
    font-style: italic
}

.aboutus .au-body {
    font-size: 17px;
    line-height: 1.9;
    color: #2e3d40;
    margin: 0 0 24px
}

.aboutus .au-arrow-hint {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-top: 36px
}

.aboutus .au-arrow-hint .au-arrow-shape {
    width: 36px;
    height: 36px;
    opacity: .35
}

.aboutus .au-arrow-hint span {
    font-size: 15px;
    color: #3D8691;
    letter-spacing: .08em
}

.aboutus .au-sidebar-img {
    width: 100%;
    height: 360px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 48px 1px #3d869121;
    margin-bottom: 24px;
    animation: auFadeIn .25s cubic-bezier(0.4, 0, 0.2, 1) both
}

.aboutus .au-sidebar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.7) contrast(1.05);
    display: block
}

.aboutus .au-stat-card {
    background: #E9F4EF;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 12px;
    box-shadow: 0 3px 2px 1px #3d869114;
    animation: auFadeIn .22s cubic-bezier(0.0, 0, 0.2, 1) both
}

.aboutus .au-stat-card:nth-child(3) {
    animation-delay: .08s
}

.aboutus .au-stat-card:nth-child(4) {
    animation-delay: .16s
}

.aboutus .au-stat-num {
    font-size: 51px;
    line-height: 1.1;
    color: #3D8691;
    font-weight: 800;
    display: block
}

.aboutus .au-stat-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #3a4a4d;
    margin-top: 6px;
    display: block
}

@keyframes auFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

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

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

.aboutus .au-team-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

.aboutus .au-team-bg-pattern svg {
    width: 100%;
    height: 100%
}

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

.aboutus .au-member {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 7px 28px 1px #99c4ae1c;
    position: relative;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.aboutus .au-member::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #3D8691;
    border-radius: 5px 0 0 5px;
    transition: height .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.aboutus .au-member:hover::before {
    height: 100%
}

.aboutus .au-member:hover {
    box-shadow: 0 10px 48px 1px #3d869121
}

.aboutus .au-portrait {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 3px 2px 1px #3d869114;
    flex-shrink: 0
}

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

.aboutus .au-member-name {
    font-size: 17px;
    line-height: 1.5;
    color: #1a2e32;
    font-weight: 700;
    margin: 0 0 6px
}

.aboutus .au-member-role {
    font-size: 15px;
    color: #3D8691;
    font-weight: 600;
    margin: 0 0 12px;
    letter-spacing: .06em
}

.aboutus .au-member-bio {
    font-size: 15px;
    line-height: 1.9;
    color: #3a4a4d;
    margin: 0
}

.aboutus .au-noportrait {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #99C4AE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.aboutus .au-noportrait svg {
    width: 36px;
    height: 36px
}

.aboutus .au-approach {
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: stretch
}

.aboutus .au-approach-featured {
    flex: 0 0 420px;
    background: #3D8691;
    border-radius: 16px;
    padding: 36px;
    color: #fff;
    box-shadow: 0 10px 48px 1px #3d869121;
    position: relative;
    overflow: hidden
}

.aboutus .au-approach-featured-img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px
}

.aboutus .au-approach-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.6) brightness(0.9)
}

.aboutus .au-approach-featured-h {
    font-size: 27px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 12px;
    color: #fff
}

.aboutus .au-approach-featured-p {
    font-size: 17px;
    line-height: 1.9;
    color: #ffffffe0;
    margin: 0
}

.aboutus .au-approach-list {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0
}

.aboutus .au-approach-item {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    box-shadow: 0 3px 2px 1px #3d869114;
    transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.aboutus .au-approach-item:hover {
    box-shadow: 0 7px 28px 1px #99c4ae1c
}

.aboutus .au-approach-num {
    font-size: 37px;
    line-height: 1.1;
    color: #3D8691;
    font-weight: 800;
    flex-shrink: 0;
    width: 48px
}

.aboutus .au-approach-text {
    flex: 1 1 0;
    min-width: 0
}

.aboutus .au-approach-text h5 {
    font-size: 17px;
    line-height: 1.5;
    color: #1a2e32;
    font-weight: 700;
    margin: 0 0 6px
}

.aboutus .au-approach-text p {
    font-size: 15px;
    line-height: 1.9;
    color: #3a4a4d;
    margin: 0
}

.aboutus .au-section-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 36px
}

.aboutus .au-section-heading .au-geo {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.aboutus .au-section-heading h2 {
    font-size: 37px;
    line-height: 1.1;
    color: #1a2e32;
    font-weight: 800;
    margin: 0
}

.aboutus .au-section-heading h3 {
    font-size: 27px;
    line-height: 1.1;
    color: #1a2e32;
    font-weight: 800;
    margin: 0
}

.aboutus .au-imgrow {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 36px
}

.aboutus .au-imgrow-img {
    flex: 1 1 0;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 7px 28px 1px #99c4ae1c
}

.aboutus .au-imgrow-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.75)
}

@media (max-width: 992px) {
    .aboutus .au-flex {
        flex-direction: column;
        gap: 36px
    }

    .aboutus .au-sidebar {
        flex: 0 0 auto;
        width: 100%
    }

    .aboutus .au-sidebar-img {
        height: 260px
    }

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

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

    .aboutus .au-approach {
        flex-direction: column
    }

    .aboutus .au-approach-featured {
        flex: 0 0 auto
    }
}

@media (max-width: 576px) {
    .aboutus .au-h1 {
        font-size: 37px
    }

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

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

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

    .aboutus .au-imgrow {
        flex-direction: column
    }

    .aboutus .au-section-heading h2 {
        font-size: 27px
    }

    .aboutus .au-approach-featured {
        padding: 24px
    }
}

.srvcpg {
    overflow-x: hidden;
    background: #fff
}

.srvcpg .pgwrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.srvcpg .titblock {
    position: relative;
    padding: 72px 0 0;
    background: #2a3a3c;
    overflow: hidden
}

.srvcpg .titblock::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./team_photos/main-20251222-edited.jpg);
    background-size: cover;
    background-position: center;
    opacity: .13;
    pointer-events: none
}

.srvcpg .titblock::after {
    content: "";
    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.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: .6
}

.srvcpg .titinner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: flex-end
}

.srvcpg .tittext {
    flex: 1 1 0;
    padding-bottom: 72px
}

.srvcpg .titlabel {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .12em;
    color: #99C4AE;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 600
}

.srvcpg .tith1 {
    font-size: 68px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 24px;
    font-weight: 800
}

.srvcpg .tith1 .acc {
    color: #99C4AE
}

.srvcpg .titdesc {
    font-size: 17px;
    line-height: 1.9;
    color: #c8dcd8;
    max-width: 520px;
    margin: 0
}

.srvcpg .titimg {
    flex: 0 0 320px;
    align-self: flex-end
}

.srvcpg .titimg img {
    width: 320px;
    height: 380px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0
}

.srvcpg .titborder {
    position: absolute;
    inset: 12px;
    border: 1px solid #99c4ae2e;
    pointer-events: none;
    z-index: 1
}

.srvcpg .titborder2 {
    position: absolute;
    inset: 6px;
    border: 1px solid #99c4ae14;
    pointer-events: none;
    z-index: 1
}

.srvcpg .offerblock {
    padding: 72px 0;
    background: #fff
}

.srvcpg .offergrid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 36px
}

.srvcpg .offerhead {
    margin-bottom: 12px
}

.srvcpg .secmark {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}

.srvcpg .secshape {
    width: 10px;
    height: 10px;
    background: #3D8691;
    border-radius: 5px;
    flex-shrink: 0
}

.srvcpg .seclabel {
    font-size: 15px;
    letter-spacing: .1em;
    color: #3D8691;
    text-transform: uppercase;
    font-weight: 600
}

.srvcpg .offertitle {
    font-size: 37px;
    line-height: 1.1;
    color: #1e3235;
    margin: 0 0 12px;
    font-weight: 800
}

.srvcpg .offersub {
    font-size: 17px;
    line-height: 1.9;
    color: #4a5c5e;
    margin: 0
}

.srvcpg .offercard {
    background: #E9F4EF;
    border-radius: 16px;
    padding: 36px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 3px 2px 1px #3d869114;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default
}

.srvcpg .offercard:hover {
    box-shadow: 0 10px 48px 1px #3d869121;
    transform: translateY(-4px)
}

.srvcpg .offercard.featured {
    background: #3D8691;
    grid-row: 1 / 3
}

.srvcpg .offercard.featured .cardtitle {
    color: #fff
}

.srvcpg .offercard.featured .cardtext {
    color: #c8e4e8
}

.srvcpg .offercard.featured .cardnum {
    color: #ffffff40
}

.srvcpg .offercard.featured .icocircle {
    background: #ffffff26;
    border: 2px solid #ffffff4d
}

.srvcpg .offercard.featured .icocircle svg {
    stroke: #fff
}

.srvcpg .icocircle {
    width: 48px;
    height: 48px;
    border-radius: 40px;
    background: #3d86911a;
    border: 2px solid #3d869138;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.srvcpg .icocircle svg {
    width: 22px;
    height: 22px;
    stroke: #3D8691;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.srvcpg .cardnum {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 800;
    color: #3d86912e;
    margin: 0
}

.srvcpg .cardtitle {
    font-size: 21px;
    line-height: 1.5;
    color: #1e3235;
    margin: 0;
    font-weight: 700
}

.srvcpg .cardtext {
    font-size: 15px;
    line-height: 1.9;
    color: #4a5c5e;
    margin: 0
}

.srvcpg .cardlink {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #3D8691;
    text-decoration: none;
    font-weight: 600;
    margin-top: 12px;
    transition: color .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.srvcpg .cardlink:hover {
    color: #1e3235
}

.srvcpg .cardlink svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.srvcpg .cardlink:hover svg {
    transform: translateX(4px)
}

.srvcpg .offercard.featured .cardlink {
    color: #E9F4EF
}

.srvcpg .offercard.featured .cardlink:hover {
    color: #fff
}

.srvcpg .detailblock {
    padding: 72px 0;
    background: #1e3235;
    position: relative;
    overflow: hidden
}

.srvcpg .detailblock::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./team_photos/media-16.jpg);
    background-size: cover;
    background-position: center;
    opacity: .07;
    pointer-events: none
}

.srvcpg .detailinner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.srvcpg .detailtop {
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: flex-start;
    margin-bottom: 72px
}

.srvcpg .detailtitlecol {
    flex: 0 0 420px
}

.srvcpg .detailtitle {
    font-size: 37px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 24px;
    font-weight: 800
}

.srvcpg .detailtitle .acc {
    color: #99C4AE
}

.srvcpg .detaildesc {
    font-size: 17px;
    line-height: 1.9;
    color: #99C4AE;
    margin: 0
}

.srvcpg .detailstatcol {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.srvcpg .statitem {
    flex: 1 1 140px;
    background: #99c4ae14;
    border: 1px solid #99c4ae2e;
    border-radius: 16px;
    padding: 24px;
    box-shadow: inset 0 1px 2px #99c4ae0f
}

.srvcpg .statnum {
    font-size: 51px;
    line-height: 1.1;
    color: #99C4AE;
    font-weight: 800;
    margin: 0 0 6px
}

.srvcpg .statlabel {
    font-size: 15px;
    line-height: 1.5;
    color: #c8dcd8;
    margin: 0
}

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

.srvcpg .dcard {
    background: #ffffff0a;
    border: 1px solid #99c4ae24;
    border-radius: 16px;
    padding: 36px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 3px 2px 1px #99c4ae14;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.srvcpg .dcard:hover {
    background: #ffffff14;
    box-shadow: 0 7px 28px 1px #99c4ae1c;
    transform: translateY(-3px)
}

.srvcpg .dcard .dcardtitle {
    font-size: 21px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    font-weight: 700
}

.srvcpg .dcard .dcardtext {
    font-size: 15px;
    line-height: 1.9;
    color: #a8c4c8;
    margin: 0
}

.srvcpg .dcard .dcardbadge {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .08em;
    color: #3D8691;
    background: #3d869126;
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: 600;
    align-self: flex-start
}

.srvcpg .expertrow {
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: center;
    margin-top: 72px;
    padding-top: 36px;
    border-top: 1px solid #99c4ae24
}

.srvcpg .expertimg {
    flex: 0 0 200px
}

.srvcpg .expertimg img {
    width: 200px;
    height: 257px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0;
    box-shadow: 0 7px 28px 1px #3d86911c
}

.srvcpg .experttext {
    flex: 1 1 0
}

.srvcpg .experttitle {
    font-size: 27px;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 12px;
    font-weight: 700
}

.srvcpg .expertdesc {
    font-size: 17px;
    line-height: 1.9;
    color: #a8c4c8;
    margin: 0 0 24px
}

.srvcpg .expertname {
    font-size: 15px;
    color: #99C4AE;
    font-weight: 600;
    letter-spacing: .06em;
    margin: 0
}

.srvcpg .expertname span {
    color: #c8dcd8;
    font-weight: 400
}

.srvcpg .ctarow {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 24px;
    flex-wrap: wrap
}

.srvcpg .btnprimary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    color: #1e3235;
    background: #99C4AE;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 3px 2px 1px #3d869114;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.srvcpg .btnprimary:hover {
    background: #3D8691;
    color: #fff;
    box-shadow: 0 7px 28px 1px #3d86911c
}

.srvcpg .btnprimary svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

@media (max-width: 992px) {
    .srvcpg .titinner {
        flex-direction: column;
        gap: 36px;
        align-items: flex-start
    }

    .srvcpg .titimg {
        flex: 0 0 auto;
        align-self: flex-start
    }

    .srvcpg .tith1 {
        font-size: 51px
    }

    .srvcpg .offergrid {
        grid-template-columns: 1fr 1fr
    }

    .srvcpg .offercard.featured {
        grid-row: auto;
        grid-column: 1 / 3
    }

    .srvcpg .detailtop {
        flex-direction: column;
        gap: 36px
    }

    .srvcpg .detailtitlecol {
        flex: 0 0 auto
    }

    .srvcpg .detailcards {
        grid-template-columns: 1fr 1fr
    }

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

@media (max-width: 576px) {
    .srvcpg .tith1 {
        font-size: 37px
    }

    .srvcpg .titimg {
        display: none
    }

    .srvcpg .offergrid {
        grid-template-columns: 1fr
    }

    .srvcpg .offercard.featured {
        grid-column: auto
    }

    .srvcpg .offertitle {
        font-size: 27px
    }

    .srvcpg .detailcards {
        grid-template-columns: 1fr
    }

    .srvcpg .detailtitle {
        font-size: 27px
    }

    .srvcpg .detailstatcol {
        flex-direction: column
    }

    .srvcpg .statnum {
        font-size: 37px
    }
}

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

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

.ctus .reach-block {
    padding: 72px 0;
    background: #fff;
    position: relative
}

.ctus .reach-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: flex-start
}

.ctus .reach-left {
    flex: 0 0 33%;
    max-width: 33%;
    padding-top: 12px
}

.ctus .reach-label {
    font-size: 15px;
    letter-spacing: .12em;
    color: #3D8691;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block
}

.ctus .reach-heading {
    font-size: 51px;
    line-height: 1.1;
    color: #1b2e30;
    margin: 0 0 24px;
    font-weight: 800
}

.ctus .reach-heading span {
    color: #3D8691
}

.ctus .reach-desc {
    font-size: 17px;
    line-height: 1.9;
    color: #2c3e40;
    margin: 0 0 36px
}

.ctus .reach-details {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ctus .detail-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
    background: #E9F4EF;
    border-radius: 16px;
    box-shadow: 0 3px 2px 1px #3d869114;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .detail-item:hover {
    box-shadow: 0 7px 28px 1px #3d86911c;
    transform: translateY(-2px)
}

.ctus .detail-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: #3D8691;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ctus .detail-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.ctus .detail-text {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ctus .detail-label {
    font-size: 15px;
    color: #3D8691;
    font-weight: 700;
    letter-spacing: .06em
}

.ctus .detail-val {
    font-size: 17px;
    color: #1b2e30;
    line-height: 1.5;
    text-decoration: none;
    transition: color .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.ctus .detail-val:hover {
    color: #3D8691
}

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

.ctus .form-card {
    background: #fff;
    border-radius: 26px;
    padding: 36px;
    box-shadow: 0 10px 48px 1px #3d869121;
    border: 1.5px solid #E9F4EF
}

.ctus .form-title {
    font-size: 27px;
    line-height: 1.1;
    color: #1b2e30;
    margin: 0 0 6px;
    font-weight: 700
}

.ctus .form-sub {
    font-size: 15px;
    color: #4a6668;
    line-height: 1.5;
    margin: 0 0 36px
}

.ctus .field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 24px
}

.ctus .field-label {
    font-size: 15px;
    color: #1b2e30;
    font-weight: 600;
    letter-spacing: .04em
}

.ctus .field-input {
    width: 100%;
    padding: 12px 16px;
    font-size: 17px;
    color: #1b2e30;
    background: #f5faf8;
    border: 1.5px solid #99C4AE;
    border-radius: 10px;
    outline: none;
    box-sizing: border-box;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: inset 0 1px 2px #3d86910f
}

.ctus .field-input::placeholder {
    font-size: 15px;
    color: #8aacae
}

.ctus .field-input:focus {
    border-color: #3D8691;
    box-shadow: 0 0 0 3px #3d86911f inset 0 1px 2px #3d86910f
}

.ctus .budget-label {
    font-size: 15px;
    color: #1b2e30;
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 12px;
    display: block
}

.ctus .budget-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px
}

.ctus .budget-opt {
    position: relative
}

.ctus .budget-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.ctus .budget-opt label {
    display: block;
    padding: 12px 24px;
    font-size: 15px;
    color: #2c3e40;
    background: #E9F4EF;
    border: 1.5px solid #99C4AE;
    border-radius: 26px;
    cursor: pointer;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.4, 0, 0.2, 1), color .25s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none
}

.ctus .budget-opt input[type="radio"]:checked+label {
    background: #3D8691;
    border-color: #3D8691;
    color: #fff;
    box-shadow: 0 3px 2px 1px #3d869114
}

.ctus .budget-opt label:hover {
    border-color: #3D8691;
    background: #c8e2d4
}

.ctus .budget-opt input[type="radio"]:focus-visible+label {
    outline: 2px solid #3D8691;
    outline-offset: 2px
}

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

.ctus .privacy-check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #3D8691;
    cursor: pointer
}

.ctus .privacy-text {
    font-size: 15px;
    color: #4a6668;
    line-height: 1.5
}

.ctus .privacy-text a {
    color: #3D8691;
    text-decoration: underline;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .privacy-text a:hover {
    color: #1b2e30
}

.ctus .submit-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 16px 36px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background: #3D8691;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 0 7px 28px 1px #3d86911c;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .submit-btn:hover {
    background: #2e6870;
    box-shadow: 0 10px 48px 1px #3d869121;
    transform: translateY(-2px)
}

.ctus .submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 2px 1px #3d869114
}

.ctus .submit-btn:focus-visible {
    outline: 2px solid #1b2e30;
    outline-offset: 3px
}

.ctus .btn-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.ctus .divider-diamonds {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 0;
    overflow: hidden
}

.ctus .diamond {
    width: 7px;
    height: 7px;
    background: #99C4AE;
    transform: rotate(45deg);
    border-radius: 2px;
    flex-shrink: 0
}

.ctus .diamond.accent {
    background: #3D8691;
    width: 9px;
    height: 9px
}

.ctus .info-block {
    padding: 72px 0;
    background: #E9F4EF;
    position: relative
}

.ctus .info-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.ctus .info-grid {
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: stretch
}

.ctus .info-img-col {
    flex: 0 0 44%;
    max-width: 44%;
    position: relative;
    border-radius: 26px;
    overflow: hidden
}

.ctus .info-img-wrap {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: relative;
    border-radius: 26px;
    overflow: hidden
}

.ctus .info-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 26px
}

.ctus .img-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #1b2e30 100%);
    border-radius: 0 0 26px 26px;
    pointer-events: none
}

.ctus .img-noise {
    position: absolute;
    inset: 0;
    border-radius: 26px;
    pointer-events: none;
    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%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E");
    opacity: .5
}

.ctus .info-text-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px
}

.ctus .info-eyebrow {
    font-size: 15px;
    letter-spacing: .12em;
    color: #3D8691;
    text-transform: uppercase;
    font-weight: 700
}

.ctus .info-heading {
    font-size: 37px;
    line-height: 1.1;
    color: #1b2e30;
    margin: 0;
    font-weight: 800
}

.ctus .info-heading span {
    color: #3D8691
}

.ctus .info-para {
    font-size: 17px;
    line-height: 1.9;
    color: #2c3e40;
    margin: 0
}

.ctus .info-metrics {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.ctus .metric-item {
    flex: 1 1 120px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 2px 1px #3d869114
}

.ctus .metric-num {
    font-size: 37px;
    font-weight: 800;
    color: #3D8691;
    line-height: 1.1
}

.ctus .metric-bar {
    height: 3px;
    background: #E9F4EF;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 6px
}

.ctus .metric-fill {
    height: 100%;
    background: #3D8691;
    border-radius: 5px
}

.ctus .metric-desc {
    font-size: 15px;
    color: #4a6668;
    line-height: 1.5
}

.ctus .dashed-path {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    pointer-events: none
}

@keyframes rotateIn {
    from {
        opacity: 0;
        transform: rotate(-6deg) translateY(24px)
    }

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

.ctus .reach-left {
    animation: rotateIn .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

.ctus .form-card {
    animation: rotateIn .65s cubic-bezier(0.4, 0, 0.2, 1) .1s both
}

@media (max-width: 992px) {
    .ctus .reach-inner {
        flex-direction: column;
        gap: 36px
    }

    .ctus .reach-left {
        flex: 0 0 100%;
        max-width: 100%
    }

    .ctus .reach-heading {
        font-size: 37px
    }

    .ctus .info-grid {
        flex-direction: column
    }

    .ctus .info-img-col {
        flex: 0 0 auto;
        max-width: 100%
    }

    .ctus .info-img-wrap {
        min-height: 280px
    }
}

@media (max-width: 576px) {
    .ctus .reach-heading {
        font-size: 27px
    }

    .ctus .form-card {
        padding: 24px
    }

    .ctus .budget-options {
        flex-direction: column
    }

    .ctus .info-metrics {
        flex-direction: column
    }

    .ctus .info-heading {
        font-size: 27px
    }

    .ctus .reach-block,
    .ctus .info-block {
        padding: 36px 0
    }
}

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

.successPage .confirmCard {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 7px 28px 1px #3d86911c;
    padding: 72px 36px;
    max-width: 560px;
    width: 100%;
    text-align: center
}

.successPage .iconWrap {
    width: 72px;
    height: 72px;
    border-radius: 40px;
    background: #E9F4EF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto 36px;
    box-shadow: inset 0 2px 2px 1px #3d869114
}

.successPage .iconWrap svg {
    display: block
}

.successPage .confirmHeading {
    font-size: 37px;
    line-height: 1.1;
    color: #1b3a3e;
    margin: 0 0 24px;
    letter-spacing: -.5px
}

.successPage .confirmHeading span {
    color: #3D8691
}

.successPage .confirmText {
    font-size: 17px;
    line-height: 1.5;
    color: #2c4a4e;
    margin: 0 0 12px
}

.successPage .confirmSub {
    font-size: 15px;
    line-height: 1.5;
    color: #4a6b70;
    margin: 0 0 36px
}

.successPage .dividerLine {
    border: none;
    border-top: 1px solid #99C4AE;
    margin: 0 0 36px;
    opacity: .5
}

.successPage .returnLink {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    line-height: 1.5;
    color: #3D8691;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .04em;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), gap .25s cubic-bezier(0.0, 0, 0.2, 1);
    border-radius: 5px;
    padding: 6px 12px;
    border: 1.5px solid #99C4AE;
    background: transparent
}

.successPage .returnLink:hover {
    color: #1b3a3e;
    gap: 12px;
    background: #E9F4EF;
    border-color: #3D8691
}

.successPage .returnLink:focus {
    outline: 2px solid #3D8691;
    outline-offset: 3px
}

.successPage .arrowShape {
    width: 16px;
    height: 16px;
    display: block;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.successPage .returnLink:hover .arrowShape {
    transform: translateX(4px)
}

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

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

    .successPage .confirmHeading {
        font-size: 27px
    }
}