@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;1,400;0,600;1,600;0,700;1,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;1,400;0,600;1,600;0,700;1,700&display=swap";

html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

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

body {
    margin: 0;
    min-height: 100svh;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%
}

:focus-visible {
    outline: 3px solid #2CD2F7;
    outline-offset: 2px;
    font-weight: 700
}

.utilbar {
    background: linear-gradient(90deg, #f4fdf5 0%, #e8f8fd 60%, #f0f9e8 100%);
    border-bottom: 1px solid #2cd2f72e;
    box-shadow: 2px 1px 5px 0 #2cd2f712
}

.utilbar-shell {
    max-width: 1170px;
    margin: 0 auto;
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.utilcontacts {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.utilcontact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #1a3a2a;
    text-decoration: none;
    transition: color .15s ease-out
}

.utilcontact-item:hover {
    color: #862003
}

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

.utilcontact-label {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #4a5a50;
    font-weight: 400
}

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

.langbtn {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #2a4a35;
    background: transparent;
    border: 1px solid #2cd2f759;
    border-radius: 3px;
    padding: 4px 8px;
    cursor: pointer;
    transition: background .15s ease, border-color .12s ease;
    min-height: 44px;
    min-width: 44px
}

.langbtn:hover {
    background: #2cd2f71f;
    border-color: #2CD2F7;
    filter: brightness(1.08)
}

.langbtn.active {
    background: #2cd2f72e;
    border-color: #2CD2F7;
    color: #134a30
}

.brandbar {
    background: linear-gradient(108deg, #fff 0%, #edfaf4 40%, #e2f5fc 100%);
    border-bottom: 2px solid #8620031a
}

.brandbar-shell {
    max-width: 1170px;
    margin: 0 auto;
    padding: 24px 40px 16px;
    display: flex;
    align-items: center;
    gap: 16px
}

.logomount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px 0 8px 0;
    background: #fff;
    box-shadow: 2px 1px 5px 0 #2cd2f712 2px 4px 18px 0 #2cd2f71c inset 0 0 0 1px #2cd2f74d;
    flex-shrink: 0;
    text-decoration: none
}

.logomount img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block
}

.brandname {
    font-family: 'Roboto Mono', monospace;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #132a1a;
    letter-spacing: 0;
    text-decoration: none
}

.brandname span {
    color: #862003
}

.brandtag {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #4a6a55;
    font-weight: 400;
    margin-left: 8px;
    padding-left: 16px;
    border-left: none;
    position: relative
}

.brandtag::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #2cd2f780;
    vertical-align: middle;
    margin-right: 16px;
    border-radius: 2px
}

.navbar {
    background: linear-gradient(90deg, #132a1a 0%, #1a3a28 60%, #0e2a22 100%);
    box-shadow: 2px 4px 18px 0 #2cd2f71c
}

.navbar-shell {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: stretch
}

.navlist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0
}

.navlist li {
    display: flex;
    align-items: stretch
}

.navlink {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #CDE3A6;
    text-decoration: none;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    transition: color .12s ease-out, border-color .15s ease-out, background .12s ease;
    white-space: nowrap;
    min-height: 44px
}

.navlink:hover {
    color: #fff;
    border-bottom-color: #2CD2F7;
    background: #2cd2f714
}

.navlink.current {
    color: #2CD2F7;
    border-bottom-color: #2CD2F7
}

.footerbar {
    background: linear-gradient(160deg, #0e2218 0%, #132a1a 50%, #0a1e16 100%);
    box-shadow: 2px 12px 36px 0 #2cd2f71a
}

.footerbar-upper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px
}

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

.footerlogomount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px 0 12px 0;
    background: #fff;
    box-shadow: 2px 1px 5px 0 #2cd2f712 2px 4px 18px 0 #2cd2f71c inset 0 0 0 1px #cde3a640
}

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

.footerbrandname {
    font-family: 'Roboto Mono', monospace;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff
}

.footerbrandname span {
    color: #2CD2F7
}

.footerdesc {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #8ab89a;
    max-width: 280px
}

.footercontacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.footercontact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #8ab89a;
    text-decoration: none;
    transition: color .15s ease-out
}

.footercontact-item:hover {
    color: #2CD2F7
}

.footercontact-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 3px
}

.footercol-heading {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #CDE3A6;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cde3a626
}

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

.footernav li a {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #8ab89a;
    text-decoration: none;
    transition: color .12s ease-out
}

.footernav li a:hover {
    color: #2CD2F7
}

.footerbar-lower {
    border-top: 1px solid #2cd2f71f;
    max-width: 1170px;
    margin: 0 auto;
    padding: 24px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.footercopy {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    line-height: 1.2;
    color: #4a6a55
}

.footerlegal {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0
}

.footerlegal li a {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #4a6a55;
    text-decoration: none;
    transition: color .15s ease-out
}

.footerlegal li a:hover {
    color: #CDE3A6
}

.cookiebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    border-top: 2px solid #2cd2f74d;
    box-shadow: 2px 12px 36px 0 #2cd2f71a;
    z-index: 1000;
    padding: 16px 40px
}

.cookiebar-shell {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

.cookietext {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #132a1a;
    flex: 1;
    min-width: 200px
}

.cookieactions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.cookiebtn {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 3px;
    padding: 8px 24px;
    cursor: pointer;
    min-height: 44px;
    transition: background .15s ease-out, border-color .12s ease, filter .12s ease
}

.cookiebtn-accept {
    background: transparent;
    color: #132a1a;
    border: 2px solid #132a1a
}

.cookiebtn-accept:hover {
    filter: brightness(1.1);
    background: #132a1a0f
}

.cookielink {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #862003;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 8px 0;
    min-height: 44px
}

.cookielink:hover {
    color: #5a1500
}

.cookiesettings {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #2cd2f72e
}

.cookiesettings-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #132a1a
}

.cookiesettings-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #2CD2F7;
    cursor: pointer
}

@media (max-width: 960px) {
    .utilbar-shell {
        padding: 8px 24px
    }

    .brandbar-shell {
        padding: 16px 24px
    }

    .brandtag {
        display: none
    }

    .navbar-shell {
        padding: 0 24px
    }

    .navlink {
        padding: 16px;
        font-size: 16px
    }

    .footerbar-upper {
        grid-template-columns: 1fr 1fr;
        padding: 40px 24px;
        gap: 40px
    }

    .footerbar-lower {
        padding: 24px
    }

    .cookiebar {
        padding: 16px 24px
    }
}

@media (max-width: 480px) {
    .utilcontacts {
        gap: 16px
    }

    .utilcontact-label {
        display: none
    }

    .utilbar-shell {
        padding: 8px 16px
    }

    .brandbar-shell {
        padding: 16px
    }

    .navbar-shell {
        padding: 0 8px
    }

    .navlink {
        padding: 16px 8px;
        font-size: 16px
    }

    .footerbar-upper {
        grid-template-columns: 1fr;
        padding: 40px 16px;
        gap: 24px
    }

    .footerbar-lower {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start
    }

    .cookiebar {
        padding: 16px
    }

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

@media (min-width: 1440px) {

    .utilbar-shell,
    .brandbar-shell,
    .navbar-shell,
    .footerbar-upper,
    .footerbar-lower {
        padding-left: 80px;
        padding-right: 80px
    }
}

.text-legal {
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2a2a35;
    line-height: 1.8;
    font-size: 16px
}

.text-legal h1 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 0;
    letter-spacing: -.01em;
    background: linear-gradient(120deg, #862003 0%, #2CD2F7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-legal h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 80px;
    margin-bottom: 16px;
    color: #862003;
    padding-bottom: 8px;
    border-bottom: 2px solid #CDE3A6
}

.text-legal h3 {
    font-size: 24px;
    line-height: 1.55;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1b2a3b
}

.text-legal h4 {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 24px;
    margin-bottom: 8px;
    color: #1b2a3b;
    text-transform: uppercase;
    letter-spacing: .08em
}

.text-legal h5 {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 24px;
    margin-bottom: 8px;
    color: #2CD2F7
}

.text-legal h6 {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 16px;
    margin-bottom: 8px;
    color: #556
}

.text-legal em,
.text-legal i {
    color: #862003;
    font-style: italic
}

.text-legal hr {
    border: none;
    border-top: 1px solid #CDE3A6;
    margin: 40px 0
}

.text-legal div {
    margin-bottom: 16px
}

.text-legal table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 16px;
    line-height: 1.55;
    box-shadow: 2px 4px 18px 0 #2cd2f71c;
    border-radius: 8px;
    overflow: hidden
}

.text-legal thead {
    background: linear-gradient(90deg, #86200314 0%, #2cd2f71a 100%)
}

.text-legal thead th {
    padding: 16px 24px;
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
    color: #862003;
    text-transform: uppercase;
    letter-spacing: .07em;
    border-bottom: 2px solid #CDE3A6
}

.text-legal tbody tr {
    border-bottom: 1px solid #cde3a680;
    transition: background .15s ease-out
}

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

.text-legal tbody tr:hover {
    background: #2cd2f70a
}

.text-legal td {
    padding: 16px 24px;
    color: #2a2a35;
    line-height: 1.55;
    vertical-align: top
}

.text-legal th {
    padding: 16px 24px;
    vertical-align: middle
}

@media (max-width: 960px) {
    .text-legal {
        padding: 40px 24px
    }

    .text-legal h1 {
        font-size: 44px
    }

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

@media (max-width: 480px) {
    .text-legal {
        padding: 40px 16px
    }

    .text-legal h1 {
        font-size: 24px
    }

    .text-legal h2 {
        font-size: 24px;
        margin-top: 40px
    }

    .text-legal thead th,
    .text-legal td {
        padding: 8px 16px
    }
}

.wbnrs {
    background: #fff;
    overflow-x: clip
}

.wbnrs * {
    box-sizing: border-box
}

.wbnrs a {
    color: inherit;
    text-decoration: none
}

.wbnrs .pgwrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px
}

.wbnrs .titlesec {
    position: relative;
    padding: 80px 0;
    background: #f2f7ee
}

.wbnrs .titlesec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#2cd2f70a 1px, transparent 1px), linear-gradient(90deg, #2cd2f70a 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none
}

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

.wbnrs .titlegrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1
}

.wbnrs .titlelabel {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #862003;
    font-weight: 700;
    margin-bottom: 16px
}

.wbnrs .titlelabel span {
    display: inline-block;
    border-bottom: 1px solid #8620034d;
    padding-bottom: 8px
}

.wbnrs .titleh1 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    color: #1b2a1e;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.wbnrs .titledesc {
    font-size: 16px;
    line-height: 1.8;
    color: #3a4a3e;
    margin: 0;
    max-width: 480px
}

.wbnrs .titleimgwrap {
    position: relative
}

.wbnrs .titleimgwrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0;
    filter: saturate(0.88) brightness(0.96)
}

.wbnrs .titleimgwrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #cde3a62e 0%, #2cd2f71a 100%);
    pointer-events: none
}

.wbnrs .titledivider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #2CD2F7, transparent);
    margin: 0
}

.wbnrs .listsec {
    padding: 80px 0;
    background: #fff;
    position: relative;
    border-right: 4px solid #CDE3A6
}

.wbnrs .listsec .pgwrap {
    position: relative
}

.wbnrs .seclabel {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #2CD2F7;
    font-weight: 700;
    margin-bottom: 8px
}

.wbnrs .sech2 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    color: #1b2a1e;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0 0 40px
}

.wbnrs .wbngrid {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 24px
}

.wbnrs .wbncard {
    background: #f7fbf3;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    box-shadow: 2px 4px 18px 0 #2cd2f71c;
    border-top: 3px solid transparent;
    transition: border-color .15s ease-out, box-shadow .2s ease;
    overflow: hidden
}

.wbnrs .wbncard:hover {
    border-top-color: #2CD2F7;
    box-shadow: 2px 12px 36px 0 #2cd2f71a
}

.wbnrs .wbncard.featured {
    background: #1b2a1e;
    color: #f2f7ee;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.wbnrs .wbncard.featured .cardtopic {
    color: #CDE3A6
}

.wbnrs .wbncard.featured .cardh {
    color: #f2f7ee
}

.wbnrs .wbncard.featured .carddesc {
    color: #f2f7eec7
}

.wbnrs .wbncard.featured .cardmeta span {
    color: #f2f7ee99
}

.wbnrs .wbncard.accent {
    background: linear-gradient(160deg, #edf9fe 0%, #f2f7ee 100%)
}

@keyframes borderglow {
    0% {
        box-shadow: 2px 4px 18px 0 #2cd2f71c 0 0 0 1px #2cd2f726
    }

    50% {
        box-shadow: 2px 4px 18px 0 #2cd2f738 0 0 0 2px #2cd2f759
    }

    100% {
        box-shadow: 2px 4px 18px 0 #2cd2f71c 0 0 0 1px #2cd2f726
    }
}

.wbnrs .wbncard.featured {
    animation: borderglow 3.5s ease-in-out infinite
}

.wbnrs .cardtopic {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #862003;
    font-weight: 700;
    margin-bottom: 8px
}

.wbnrs .cardh {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #1b2a1e;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.wbnrs .carddesc {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4a3e;
    margin: 0 0 24px
}

.wbnrs .cardmeta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.wbnrs .cardmeta span {
    font-size: 16px;
    line-height: 1.2;
    color: #5a6a5e;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

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

.wbnrs .cardbtn {
    display: inline-block;
    padding: 8px 24px;
    border: 2px solid #2CD2F7;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 700;
    color: #2CD2F7;
    background: transparent;
    cursor: pointer;
    transition: background .15s ease-out, color .15s ease-out, filter .12s ease;
    text-transform: uppercase;
    letter-spacing: .08em
}

.wbnrs .cardbtn:hover {
    background: #2CD2F7;
    color: #1b2a1e;
    filter: brightness(1.08)
}

.wbnrs .cardbtn:focus {
    outline: 2px solid #862003;
    outline-offset: 2px
}

.wbnrs .cardbtn.dark {
    border-color: #CDE3A6;
    color: #CDE3A6
}

.wbnrs .cardbtn.dark:hover {
    background: #CDE3A6;
    color: #1b2a1e
}

.wbnrs .zigzagdivider {
    width: 100%;
    height: 24px;
    display: block;
    overflow: hidden
}

.wbnrs .expertsec {
    padding: 80px 0;
    background: linear-gradient(180deg, #edf9fe 50%, #f2f7ee 50%);
    position: relative;
    border-left: 4px solid #2CD2F7
}

.wbnrs .expertgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start
}

.wbnrs .expertcard {
    position: relative
}

.wbnrs .expertportrait {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0;
    box-shadow: 2px 12px 36px 0 #8620031a
}

.wbnrs .expertinfo {
    padding: 16px 0 0
}

.wbnrs .expertname {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #1b2a1e;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0 0 4px
}

.wbnrs .expertrole {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #862003;
    font-weight: 700;
    margin-bottom: 8px;
    border-bottom: 1px solid #86200333;
    padding-bottom: 8px;
    display: inline-block
}

.wbnrs .expertbio {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4a3e;
    margin: 8px 0 0
}

.wbnrs .experttextcol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 40px 24px;
    background: #1b2a1e;
    border-radius: 8px;
    box-shadow: 2px 1px 5px 0 #2cd2f712
}

.wbnrs .experttextcol .seclabel {
    color: #CDE3A6
}

.wbnrs .experttextcol .sech2 {
    color: #f2f7ee;
    margin-bottom: 0;
    font-size: 24px
}

.wbnrs .expertquote {
    font-size: 16px;
    line-height: 1.8;
    color: #f2f7eec7;
    margin: 0;
    font-style: italic
}

.wbnrs .expertdivider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #2cd2f766, transparent);
    margin: 8px 0
}

.wbnrs .metricsec {
    padding: 80px 0 40px;
    background: #fff;
    position: relative
}

.wbnrs .metricsec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #2CD2F7, #862003)
}

.wbnrs .metrichead {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 40px
}

.wbnrs .metricdesc {
    font-size: 16px;
    line-height: 1.8;
    color: #3a4a3e;
    margin: 0
}

.wbnrs .metriclist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.wbnrs .metricitem {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #f7fbf3;
    border-radius: 8px;
    box-shadow: 2px 1px 5px 0 #2cd2f712;
    transition: box-shadow .18s ease-out
}

.wbnrs .metricitem:hover {
    box-shadow: 2px 4px 18px 0 #2cd2f71c
}

.wbnrs .metricnum {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    flex-shrink: 0;
    background: linear-gradient(180deg, #2CD2F7 50%, #862003 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 64px;
    text-align: right
}

.wbnrs .metrictext {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 8px
}

.wbnrs .metrictext strong {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    color: #1b2a1e;
    text-transform: uppercase;
    letter-spacing: .08em;
    border-bottom: 1px solid #2cd2f74d;
    padding-bottom: 4px;
    display: block
}

.wbnrs .metrictext p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4a3e;
    margin: 0
}

.wbnrs .metricimgrow {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 80px
}

.wbnrs .metricimg {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
    box-shadow: 2px 12px 36px 0 #8620031a;
    filter: saturate(0.9)
}

.wbnrs .metricimgtext {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.wbnrs .metricimgtext h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #1b2a1e;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0
}

.wbnrs .metricimgtext p {
    font-size: 16px;
    line-height: 1.8;
    color: #3a4a3e;
    margin: 0
}

.wbnrs .metricimgbtn {
    display: inline-block;
    padding: 8px 24px;
    border: 2px solid #862003;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 700;
    color: #862003;
    background: transparent;
    cursor: pointer;
    transition: background .2s ease, color .15s ease-out, filter .12s ease;
    text-transform: uppercase;
    letter-spacing: .08em;
    align-self: flex-start
}

.wbnrs .metricimgbtn:hover {
    background: #862003;
    color: #fff;
    filter: brightness(1.06)
}

.wbnrs .metricimgbtn:focus {
    outline: 2px solid #2CD2F7;
    outline-offset: 2px
}

.wbnrs .tooltipwrap {
    position: relative;
    display: inline-block
}

.wbnrs .tooltipwrap:focus-within .tooltipbox,
.wbnrs .tooltipwrap:focus .tooltipbox {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.wbnrs .tooltipbox {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: #1b2a1e;
    color: #f2f7ee;
    font-size: 16px;
    line-height: 1.55;
    padding: 8px 16px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease-out, transform .15s ease-out;
    z-index: 10;
    box-shadow: 2px 4px 18px 0 #2cd2f71c
}

.wbnrs .tooltipbox::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1b2a1e
}

@media (max-width: 960px) {
    .wbnrs .titlegrid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .wbnrs .titleimgwrap img {
        height: 280px
    }

    .wbnrs .wbngrid {
        grid-template-columns: 1fr 1fr
    }

    .wbnrs .wbncard.featured {
        grid-column: span 2;
        grid-row: auto
    }

    .wbnrs .expertgrid {
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .wbnrs .experttextcol {
        grid-column: span 2
    }

    .wbnrs .metrichead {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .wbnrs .metricimgrow {
        grid-template-columns: 1fr
    }

    .wbnrs .metricimg {
        height: 240px
    }
}

@media (max-width: 480px) {

    .wbnrs .titlesec,
    .wbnrs .listsec,
    .wbnrs .expertsec,
    .wbnrs .metricsec {
        padding: 40px 0
    }

    .wbnrs .titleh1 {
        font-size: 24px
    }

    .wbnrs .sech2 {
        font-size: 24px
    }

    .wbnrs .wbngrid {
        grid-template-columns: 1fr
    }

    .wbnrs .wbncard.featured {
        grid-column: auto
    }

    .wbnrs .expertgrid {
        grid-template-columns: 1fr
    }

    .wbnrs .experttextcol {
        grid-column: auto
    }

    .wbnrs .metricnum {
        font-size: 24px;
        width: 48px
    }

    .wbnrs .metrichead {
        gap: 24px
    }
}

.ctus {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.ctus .dotbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.ctus .dotbg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #2CD2F7 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: .07
}

.ctus .geocirc {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0
}

.ctus .geocirc.one {
    width: 320px;
    height: 320px;
    border: 1px solid #2cd2f714;
    top: -80px;
    right: -60px
}

.ctus .geocirc.two {
    width: 180px;
    height: 180px;
    border: 1px solid #8620030f;
    bottom: 40px;
    left: -40px
}

.ctus .opener {
    position: relative;
    padding: 80px 0 40px;
    background: #fff;
    z-index: 1
}

.ctus .opener .opinner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px
}

.ctus .opener .optextzone {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px 40px 0
}

.ctus .opener .accentband {
    width: 4px;
    min-height: 100%;
    background: linear-gradient(180deg, #2CD2F7 50%, #862003 50%);
    border-radius: 2px;
    flex-shrink: 0;
    align-self: stretch
}

.ctus .opener .opimgzone {
    flex: 0 0 340px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 16px 0 16px 24px;
    position: relative
}

.ctus .opener .opimgzone::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 40%, #2cd2f72e 0%, transparent 70%);
    border-radius: 12px;
    pointer-events: none
}

.ctus .opener .opimg {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 2px 12px 36px 0 #2cd2f71a;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 1;
    animation: dropBounce .5s ease-out both
}

@keyframes dropBounce {
    0% {
        transform: translateY(-28px);
        opacity: 0
    }

    70% {
        transform: translateY(5px);
        opacity: 1
    }

    85% {
        transform: translateY(-3px)
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.ctus .opener .prelabel {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #862003;
    font-weight: 700;
    margin-bottom: 16px;
    display: block
}

.ctus .opener h1 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    color: #1b1b2e;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.ctus .opener h1 .accent {
    background: linear-gradient(180deg, #2CD2F7 50%, #862003 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.ctus .opener .tagline {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a4a;
    max-width: 420px
}

.ctus .opener .contactstrip {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus .opener .citem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a4a
}

.ctus .opener .citem .cicon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #2cd2f71a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 2px 1px 5px 0 #2cd2f71f
}

.ctus .opener .citem .cicon svg {
    display: block
}

.ctus .opener .citem a {
    color: #1b1b2e;
    text-decoration: none;
    transition: color .15s ease-out
}

.ctus .opener .citem a:hover {
    color: #2CD2F7
}

.ctus .dividerline {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px
}

.ctus .dividerline::before,
.ctus .dividerline::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #2cd2f738
}

.ctus .dividerline .divword {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #2CD2F7;
    font-weight: 700;
    white-space: nowrap
}

.ctus .formarea {
    position: relative;
    z-index: 1;
    padding: 40px 0 80px;
    background: #cde3a61f
}

.ctus .formarea .tripattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.ctus .formarea .tripattern svg {
    width: 100%;
    height: 100%;
    opacity: .045
}

.ctus .formarea .fminner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start
}

.ctus .formarea .fmleft {
    padding: 40px 24px 40px 0
}

.ctus .formarea .fmleft h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #1b1b2e;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 16px
}

.ctus .formarea .fmleft .fmdesc {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a4a;
    margin: 0 0 24px
}

.ctus .formarea .fmleft .pullquote {
    border-radius: 3px;
    background: #2cd2f714;
    box-shadow: inset 2px 1px 5px 0 #2cd2f71a;
    padding: 24px;
    font-size: 16px;
    line-height: 1.8;
    color: #1b1b2e;
    font-style: italic;
    position: relative
}

.ctus .formarea .fmleft .pullquote::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background: #8620031f;
    border-radius: 2px;
    transform: rotate(45deg)
}

.ctus .formarea .fmleft .availability {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus .formarea .fmleft .avitem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a4a
}

.ctus .formarea .fmleft .avdot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    flex-shrink: 0
}

.ctus .formarea .fmleft .avdot.primary {
    background: #2CD2F7
}

.ctus .formarea .fmleft .avdot.secondary {
    background: #862003
}

.ctus .formarea .fmleft .avdot.tertiary {
    background: #CDE3A6;
    border: 1px solid #aac87a
}

.ctus .formarea .fmright {
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 4px 18px 0 #2cd2f71c;
    padding: 40px
}

.ctus .formarea form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ctus .formarea .fgroup {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus .formarea label {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b1b2e;
    letter-spacing: .04em;
    text-transform: uppercase
}

.ctus .formarea input[type="email"],
.ctus .formarea select,
.ctus .formarea textarea {
    font-size: 16px;
    line-height: 1.55;
    color: #1b1b2e;
    background: #f4fcfe;
    border: 1px solid #2cd2f74d;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border-color .15s ease-out, box-shadow .18s ease;
    box-shadow: inset 2px 1px 5px 0 #2cd2f70f;
    appearance: none;
    -webkit-appearance: none
}

.ctus .formarea input[type="email"]:focus,
.ctus .formarea select:focus,
.ctus .formarea textarea:focus {
    border-color: #2CD2F7;
    box-shadow: inset 2px 1px 5px 0 #2cd2f71a 0 0 0 3px #2cd2f724
}

.ctus .formarea input[type="email"]::placeholder,
.ctus .formarea textarea::placeholder {
    font-style: italic;
    opacity: .55;
    color: #3a3a4a
}

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

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

.ctus .formarea .slotgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.ctus .formarea .slotgrid .fgroup {
    gap: 8px
}

.ctus .formarea .privacyrow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.ctus .formarea .privacyrow input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    accent-color: #2CD2F7;
    margin-top: 2px;
    cursor: pointer;
    border-radius: 3px
}

.ctus .formarea .privacyrow .privtext {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a4a
}

.ctus .formarea .privacyrow .privtext a {
    color: #862003;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .12s ease-out
}

.ctus .formarea .privacyrow .privtext a:hover {
    color: #2CD2F7
}

.ctus .formarea .submitbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 40px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #1b1b2e;
    background: transparent;
    border: 2px solid #2CD2F7;
    border-radius: 8px;
    cursor: pointer;
    transition: background .15s ease-out, color .15s ease-out, border-color .15s ease-out, filter .12s ease;
    align-self: flex-start;
    box-shadow: 2px 4px 18px 0 #2cd2f71c
}

.ctus .formarea .submitbtn:hover {
    background: #2CD2F7;
    color: #fff;
    filter: brightness(1.08)
}

.ctus .formarea .submitbtn:focus-visible {
    outline: 3px solid #862003 !important;
    outline-offset: 3px !important
}

.ctus .formarea .submitbtn:active {
    filter: brightness(0.96)
}

.ctus .formarea .submitbtn svg {
    display: block;
    flex-shrink: 0
}

.ctus .opener .citem a:focus-visible {
    outline: 3px solid #862003 !important;
    outline-offset: 2px !important;
    border-radius: 2px
}

.ctus .formarea .privacyrow .privtext a:focus-visible {
    outline: 3px solid #862003 !important;
    outline-offset: 2px !important;
    border-radius: 2px
}

.ctus .formarea input[type="email"]:focus-visible,
.ctus .formarea select:focus-visible,
.ctus .formarea textarea:focus-visible {
    outline: 3px solid #862003 !important;
    outline-offset: 2px !important
}

@media (max-width: 960px) {
    .ctus .opener .opinner {
        flex-direction: column;
        gap: 24px;
        padding: 0 24px
    }

    .ctus .opener .accentband {
        width: 100%;
        height: 4px;
        min-height: unset;
        align-self: auto
    }

    .ctus .opener .optextzone {
        padding: 0
    }

    .ctus .opener .opimgzone {
        flex: unset;
        padding: 0;
        justify-content: flex-start
    }

    .ctus .opener .opimg {
        width: 100%;
        max-width: 420px
    }

    .ctus .opener h1 {
        font-size: 44px
    }

    .ctus .dividerline {
        padding: 0 24px
    }

    .ctus .formarea .fminner {
        grid-template-columns: 1fr;
        padding: 0 24px;
        gap: 24px
    }

    .ctus .formarea .fmleft {
        padding: 0
    }

    .ctus .formarea .fmright {
        padding: 24px
    }

    .ctus .opener {
        padding: 40px 0 24px
    }
}

@media (max-width: 480px) {
    .ctus .opener h1 {
        font-size: 24px
    }

    .ctus .opener .opinner {
        padding: 0 16px
    }

    .ctus .dividerline {
        padding: 0 16px
    }

    .ctus .formarea .fminner {
        padding: 0 16px
    }

    .ctus .formarea .fmright {
        padding: 16px
    }

    .ctus .formarea .slotgrid {
        grid-template-columns: 1fr
    }

    .ctus .formarea .submitbtn {
        width: 100%;
        justify-content: center
    }

    .ctus .opener {
        padding: 24px 0 16px
    }

    .ctus .formarea {
        padding: 24px 0 40px
    }
}

@media (min-width: 1440px) {
    .ctus .opener .opimgzone {
        flex: 0 0 400px
    }
}

.srvc {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.srvc * {
    box-sizing: border-box
}

.srvc .splitscreen {
    display: flex;
    flex-direction: row;
    min-height: 320px;
    position: relative
}

.srvc .splitscreen .leftpane {
    background: #2CD2F7;
    flex: 1 1 55%;
    padding: 80px 40px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.srvc .splitscreen .leftpane::before {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    width: 80px;
    height: 100%;
    background: #2CD2F7;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: 2
}

.srvc .splitscreen .rightpane {
    background: #862003;
    flex: 1 1 45%;
    padding: 80px 80px 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden
}

.srvc .splitscreen .rightpane .diag {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background: #2CD2F7;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: 1
}

.srvc .splitscreen .pagelabel {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #1a3a00;
    font-weight: 700;
    margin-bottom: 16px;
    opacity: .8
}

.srvc .splitscreen .pagetitle {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 900;
    color: #fff;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.srvc .splitscreen .pagesubtitle {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    max-width: 420px;
    margin: 0;
    opacity: .93
}

.srvc .splitscreen .righttext {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #CDE3A6;
    text-align: right;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .08em;
    position: relative;
    z-index: 2
}

.srvc .splitscreen .rightdesc {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    text-align: right;
    margin: 0;
    opacity: .88;
    position: relative;
    z-index: 2
}

.srvc .splitscreen .flowline {
    position: absolute;
    bottom: 40px;
    left: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.srvc .splitscreen .flowdot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: .5
}

.srvc .splitscreen .flowdot.active {
    background: #CDE3A6;
    opacity: 1;
    width: 24px;
    border-radius: 3px
}

.srvc .splitscreen .flowdash {
    width: 40px;
    height: 1px;
    border-top: 1px dashed #fff6
}

.srvc .offersgrid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 40px
}

.srvc .offersgrid .gridtop {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px
}

.srvc .offersgrid .gridtop .sectionhead {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #222;
    margin: 0
}

.srvc .offersgrid .gridtop .sectiondesc {
    font-size: 16px;
    line-height: 1.55;
    color: #444;
    max-width: 380px;
    margin: 0;
    text-align: right
}

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

.srvc .offersgrid .card {
    background: #fff;
    border: 1.5px solid #e8f0f5;
    border-radius: 8px;
    padding: 40px 24px 24px;
    position: relative;
    box-shadow: 2px 4px 18px 0 #2cd2f71c;
    transition: box-shadow .18s ease-out, border-color .15s ease;
    overflow: hidden
}

.srvc .offersgrid .card:hover {
    box-shadow: 2px 12px 36px 0 #2cd2f71a;
    border-color: #2CD2F7
}

.srvc .offersgrid .card .corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    overflow: hidden
}

.srvc .offersgrid .card .corner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #2CD2F7 transparent transparent
}

.srvc .offersgrid .card.alt .corner::after {
    border-color: transparent #862003 transparent transparent
}

.srvc .offersgrid .card.tertiary .corner::after {
    border-color: transparent #CDE3A6 transparent transparent
}

.srvc .offersgrid .card .cardnum {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 900;
    color: #f0f8fd;
    position: absolute;
    bottom: 16px;
    right: 24px;
    letter-spacing: -.02em;
    pointer-events: none
}

.srvc .offersgrid .card .cardicon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px
}

.srvc .offersgrid .card .cardtitle {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #1a2a35;
    margin: 0 0 8px
}

.srvc .offersgrid .card .cardbody {
    font-size: 16px;
    line-height: 1.8;
    color: #445;
    margin: 0
}

.srvc .offersgrid .divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 40px 0 0
}

.srvc .offersgrid .divider svg {
    display: block
}

.srvc .offersgrid .divider .dline {
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #2CD2F7 60%, transparent)
}

.srvc .anchored {
    background: linear-gradient(180deg, #eaf9fe 0%, #f7f0ee 100%);
    padding: 80px 0;
    position: relative
}

.srvc .anchored::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 38px, #2cd2f70a 38px, #2cd2f70a 39px);
    pointer-events: none
}

.srvc .anchored .inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.srvc .anchored .leftcol {
    flex: 0 0 340px;
    position: relative
}

.srvc .anchored .leftcol .imgwrap {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.srvc .anchored .leftcol .imgwrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.7) contrast(1.05);
    transition: filter .2s ease-out;
    border: 2px solid transparent
}

.srvc .anchored .leftcol .imgwrap:hover img {
    filter: saturate(1) contrast(1);
    border-color: #2CD2F7
}

.srvc .anchored .leftcol .metricbox {
    background: #862003;
    border-radius: 8px;
    padding: 24px;
    margin-top: 24px;
    box-shadow: 2px 12px 36px 0 #8620031a
}

.srvc .anchored .leftcol .metricbox .metnum {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 900;
    color: #CDE3A6;
    display: block
}

.srvc .anchored .leftcol .metricbox .metlabel {
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    opacity: .88
}

.srvc .anchored .rightcol {
    flex: 1 1 0;
    padding-top: 40px
}

.srvc .anchored .rightcol .blockhead {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #862003;
    margin: 0 0 16px
}

.srvc .anchored .rightcol .blockbody {
    font-size: 16px;
    line-height: 1.8;
    color: #334;
    margin: 0 0 24px
}

.srvc .anchored .rightcol .steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.srvc .anchored .rightcol .steps li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.srvc .anchored .rightcol .steps li .stepnum {
    flex: 0 0 32px;
    height: 32px;
    border-radius: 3px;
    background: #2CD2F7;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2
}

.srvc .anchored .rightcol .steps li:nth-child(2) .stepnum {
    background: #862003
}

.srvc .anchored .rightcol .steps li:nth-child(3) .stepnum {
    background: #5a8a2a
}

.srvc .anchored .rightcol .steps li .steptext {
    font-size: 16px;
    line-height: 1.8;
    color: #334;
    margin: 0
}

.srvc .anchored .rightcol .dashedlink {
    display: inline-block;
    margin-top: 24px;
    position: relative
}

.srvc .anchored .rightcol .dashedlink::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    border-bottom: 1.5px dashed #2CD2F7
}

.srvc .teamblock {
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 40px
}

.srvc .teamblock .toprow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px
}

.srvc .teamblock .toprow .teamhead {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #222;
    margin: 0;
    flex: 1
}

.srvc .teamblock .toprow .teamdesc {
    font-size: 16px;
    line-height: 1.8;
    color: #445;
    max-width: 500px;
    margin: 0
}

.srvc .teamblock .profiles {
    display: flex;
    flex-direction: row;
    gap: 40px
}

.srvc .teamblock .profiles .profile {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    border-radius: 8px;
    padding: 24px;
    border: 1.5px solid #e8f0f5;
    box-shadow: 2px 1px 5px 0 #2cd2f712;
    transition: box-shadow .18s ease-out
}

.srvc .teamblock .profiles .profile:hover {
    box-shadow: 2px 4px 18px 0 #2cd2f71c
}

.srvc .teamblock .profiles .portrait {
    flex: 0 0 80px;
    width: 80px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    transition: border-color .15s ease
}

.srvc .teamblock .profiles .portrait:hover {
    border-color: #2CD2F7
}

.srvc .teamblock .profiles .portrait img {
    width: 80px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.75);
    transition: filter .2s ease-out
}

.srvc .teamblock .profiles .portrait:hover img {
    filter: saturate(1)
}

.srvc .teamblock .profiles .profileinfo {
    flex: 1
}

.srvc .teamblock .profiles .profilename {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 800;
    color: #1a2a35;
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.srvc .teamblock .profiles .profilerole {
    font-size: 16px;
    line-height: 1.55;
    color: #862003;
    font-weight: 600;
    margin: 0 0 8px
}

.srvc .teamblock .profiles .profilebio {
    font-size: 16px;
    line-height: 1.8;
    color: #556;
    margin: 0
}

.srvc .teamblock .sectdivider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 40px 0 0
}

.srvc .teamblock .sectdivider .dline2 {
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #862003 60%, transparent)
}

.srvc .pulsedot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CDE3A6;
    animation: ldvPulse 1.7s ease-in-out infinite;
    display: inline-block
}

@keyframes ldvPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.45);
        opacity: .6
    }
}

.srvc .ctastrip {
    background: #1a2f3a;
    padding: 40px 0;
    position: relative;
    overflow: hidden
}

.srvc .ctastrip::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #2cd2f712;
    pointer-events: none
}

.srvc .ctastrip::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -40px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #86200317;
    pointer-events: none
}

.srvc .ctastrip .ctainner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1
}

.srvc .ctastrip .ctatext .ctahead {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    margin: 0 0 8px
}

.srvc .ctastrip .ctatext .ctabody {
    font-size: 16px;
    line-height: 1.55;
    color: #CDE3A6;
    margin: 0
}

.srvc .ctastrip .ctabtn {
    display: inline-block;
    padding: 16px 40px;
    border: 2px solid #2CD2F7;
    border-radius: 3px;
    color: #2CD2F7;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    transition: background .18s ease-out, color .15s ease-out, brightness .15s ease
}

.srvc .ctastrip .ctabtn:hover {
    background: #2CD2F7;
    color: #fff;
    filter: brightness(1.08)
}

@media (max-width: 960px) {
    .srvc .splitscreen {
        flex-direction: column
    }

    .srvc .splitscreen .leftpane {
        padding: 40px 24px;
        flex: unset
    }

    .srvc .splitscreen .leftpane::before {
        display: none
    }

    .srvc .splitscreen .rightpane {
        padding: 40px 24px;
        flex: unset
    }

    .srvc .splitscreen .rightpane .diag {
        display: none
    }

    .srvc .splitscreen .flowline {
        position: static;
        margin-top: 24px
    }

    .srvc .offersgrid {
        padding: 40px 24px
    }

    .srvc .offersgrid .cards {
        grid-template-columns: 1fr 1fr
    }

    .srvc .anchored .inner {
        flex-direction: column;
        padding: 0 24px;
        gap: 40px
    }

    .srvc .anchored .leftcol {
        flex: unset;
        width: 100%
    }

    .srvc .anchored .rightcol {
        padding-top: 0
    }

    .srvc .teamblock {
        padding: 40px 24px
    }

    .srvc .teamblock .profiles {
        flex-direction: column
    }

    .srvc .ctastrip .ctainner {
        flex-direction: column;
        padding: 0 24px;
        align-items: flex-start
    }
}

@media (max-width: 480px) {
    .srvc .splitscreen .pagetitle {
        font-size: 24px
    }

    .srvc .offersgrid .cards {
        grid-template-columns: 1fr
    }

    .srvc .offersgrid .gridtop {
        flex-direction: column;
        align-items: flex-start
    }

    .srvc .offersgrid .gridtop .sectiondesc {
        text-align: left
    }

    .srvc .teamblock .toprow {
        flex-direction: column
    }

    .srvc .ctastrip {
        padding: 40px 0
    }
}

@media (min-width: 1440px) {
    .srvc .splitscreen .leftpane {
        padding: 80px 40px 80px 120px
    }

    .srvc .splitscreen .rightpane {
        padding: 80px 120px 80px 40px
    }
}

.rt {
    background: #fff;
    overflow-x: clip;
    position: relative
}

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

.rt .titlesec {
    position: relative;
    padding: 80px 0 40px;
    background: linear-gradient(180deg, #e8f9fe 50%, #f5f0ee 100%)
}

.rt .titlesec-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 40px;
    min-height: 520px
}

.rt .titlesec-text {
    flex: 0 0 58%;
    max-width: 58%;
    padding-bottom: 40px;
    position: relative;
    z-index: 2
}

.rt .titlesec-imgside {
    flex: 1 1 auto;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: flex-end
}

.rt .titlesec-imgwrap {
    width: 100%;
    position: relative
}

.rt .titlesec-imgwrap img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0
}

.rt .titlesec-imgwrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 40%, transparent 38%, #e8f9fe8c 100%);
    pointer-events: none
}

.rt .titledeco-a {
    position: absolute;
    top: 40px;
    right: -16px;
    width: 80px;
    height: 80px;
    border: 2px dashed #2CD2F7;
    border-radius: 0;
    pointer-events: none
}

.rt .titledeco-b {
    position: absolute;
    bottom: 24px;
    left: -24px;
    width: 48px;
    height: 48px;
    background: #CDE3A6;
    border-radius: 3px;
    pointer-events: none;
    opacity: .7
}

.rt .titlelabel {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #862003;
    font-weight: 700;
    margin-bottom: 16px
}

.rt .titlesec-text h1 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    color: #1b2a30;
    margin: 0 0 24px;
    letter-spacing: -.01em
}

.rt .titlesec-text h1 em {
    font-style: normal;
    background: linear-gradient(180deg, #2CD2F7 50%, #862003 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.rt .titledesc {
    font-size: 16px;
    line-height: 1.8;
    color: #2e3d44;
    max-width: 480px;
    margin-bottom: 40px
}

.rt .titlelinks {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.rt .titlelinks a {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 3px;
    text-decoration: none;
    transition: brightness .15s ease-out, border-color .15s ease-out;
    display: inline-block
}

.rt .titlelinks a.primary {
    border: 2px solid #2CD2F7;
    color: #1b2a30;
    background: transparent
}

.rt .titlelinks a.primary:hover {
    filter: brightness(1.08);
    background: #2cd2f717
}

.rt .titlelinks a.secondary {
    border: 2px solid #862003;
    color: #862003;
    background: transparent
}

.rt .titlelinks a.secondary:hover {
    filter: brightness(1.1);
    background: #8620030f
}

.rt .divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 0
}

.rt .divider span.dline {
    display: block;
    width: 40px;
    height: 2px;
    background: #2CD2F7;
    border-radius: 2px
}

.rt .divider span.dshape {
    display: block;
    width: 8px;
    height: 8px;
    background: #862003;
    border-radius: 2px;
    transform: rotate(45deg)
}

.rt .envsec {
    padding: 80px 0 40px;
    background: #f0fbfe;
    position: relative
}

.rt .envsec-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start
}

.rt .envsec-lead {
    grid-column: 1 / 3
}

.rt .envsec-lead h2 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    color: #1b2a30;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.rt .envsec-lead p {
    font-size: 16px;
    line-height: 1.8;
    color: #2e3d44;
    margin: 0;
    max-width: 560px
}

.rt .envsec-img {
    grid-column: 3 / 4;
    position: relative
}

.rt .envsec-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 2px;
    box-shadow: 2px 4px 18px 0 #2cd2f71c
}

.rt .envcard-row {
    max-width: 1170px;
    margin: 40px auto 0;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.rt .envcard {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    box-shadow: 2px 1px 5px 0 #2cd2f712;
    border: 1px solid #2cd2f72e
}

.rt .envcard-num {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    color: #2CD2F7;
    margin-bottom: 8px
}

.rt .envcard h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1b2a30;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.rt .envcard p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4d55;
    margin: 0
}

.rt .supportsec {
    padding: 80px 0;
    background: #fff
}

.rt .supportsec-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: stretch
}

.rt .support-portrait {
    flex: 0 0 260px;
    position: relative
}

.rt .support-portrait img {
    width: 260px;
    height: 364px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0;
    box-shadow: 2px 12px 36px 0 #8620031a
}

.rt .support-portrait-deco {
    position: absolute;
    top: 16px;
    left: 16px;
    right: -16px;
    bottom: -16px;
    border: 2px dashed #CDE3A6;
    border-radius: 0;
    pointer-events: none;
    z-index: 0
}

.rt .support-portrait img {
    position: relative;
    z-index: 1
}

.rt .support-text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px
}

.rt .support-text h2 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    color: #1b2a30;
    margin: 0
}

.rt .support-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #2e3d44;
    margin: 0
}

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

.rt .support-checklist li {
    font-size: 16px;
    line-height: 1.55;
    color: #2e3d44;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.rt .support-checklist li .chkmark {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #CDE3A6;
    display: flex;
    align-items: center;
    justify-content: center
}

.rt .support-checklist li .chkmark svg {
    width: 11px;
    height: 11px
}

.rt .progress-bar-wrap {
    margin-top: 8px
}

.rt .progress-label {
    font-size: 16px;
    color: #862003;
    font-weight: 700;
    margin-bottom: 8px
}

.rt .progress-track {
    height: 8px;
    background: #2cd2f726;
    border-radius: 2px;
    overflow: hidden
}

.rt .progress-fill {
    height: 100%;
    width: 71%;
    background: linear-gradient(90deg, #2CD2F7, #862003);
    border-radius: 2px;
    transition: width .18s ease-out
}

.rt .gapsec {
    padding: 80px 0;
    background: linear-gradient(180deg, #f5f0ee 50%, #e8f9fe 100%);
    position: relative
}

.rt .gapsec-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 40px;
    align-items: center
}

.rt .gap-stat {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 2px 4px 18px 0 #2cd2f71c;
    border: 1px dashed #2CD2F7;
    position: relative
}

.rt .gap-stat::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    background: #cde3a640;
    border-radius: 8px;
    z-index: 0
}

.rt .gap-stat>* {
    position: relative;
    z-index: 1
}

.rt .gap-bignumber {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(180deg, #2CD2F7 50%, #862003 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px
}

.rt .gap-stat h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1b2a30;
    margin: 0 0 16px;
    line-height: 1.2
}

.rt .gap-stat p {
    font-size: 16px;
    line-height: 1.8;
    color: #2e3d44;
    margin: 0
}

.rt .gap-text h2 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    color: #1b2a30;
    margin: 0 0 24px
}

.rt .gap-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #2e3d44;
    margin: 0 0 16px
}

.rt .gap-text p:last-child {
    margin: 0
}

.rt .gap-imgrow {
    max-width: 1170px;
    margin: 40px auto 0;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.rt .gap-imgrow img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 3px;
    box-shadow: 2px 1px 5px 0 #2cd2f712
}

.rt .approachsec {
    padding: 80px 0;
    background: #1b2a30;
    position: relative;
    overflow: hidden
}

.rt .approachsec-bg {
    position: absolute;
    inset: 0;
    animation: desatcycle 8s ease-in-out infinite alternate;
    background: linear-gradient(135deg, #2cd2f714 0%, #86200312 100%);
    pointer-events: none
}

@keyframes desatcycle {
    0% {
        filter: saturate(1);
        opacity: 1
    }

    50% {
        filter: saturate(0.1);
        opacity: .6
    }

    100% {
        filter: saturate(1);
        opacity: 1
    }
}

.rt .approachsec-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1
}

.rt .approachsec-inner h2 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    color: #e8f9fe;
    margin: 0 0 40px;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: right
}

.rt .approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.rt .approach-item {
    background: #ffffff0a;
    border: 1px solid #2cd2f733;
    border-radius: 8px;
    padding: 24px;
    transition: background .18s ease-out
}

.rt .approach-item:hover {
    background: #2cd2f712
}

.rt .approach-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #2CD2F7;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .12em
}

.rt .approach-item p {
    font-size: 16px;
    line-height: 1.55;
    color: #b8d4da;
    margin: 0
}

.rt .approach-img {
    margin-top: 40px;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 3px;
    box-shadow: 2px 12px 36px 0 #2cd2f71a
}

.rt .conditionsec {
    padding: 80px 0;
    background: #fff
}

.rt .conditionsec-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 4fr 5fr;
    gap: 40px;
    align-items: start
}

.rt .condition-aside {
    position: sticky;
    top: 24px
}

.rt .condition-aside h2 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    color: #1b2a30;
    margin: 0 0 24px
}

.rt .condition-aside p {
    font-size: 16px;
    line-height: 1.8;
    color: #2e3d44;
    margin: 0
}

.rt .condition-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .cond-item {
    border-radius: 8px;
    padding: 24px;
    background: #f0fbfe;
    border: 1px solid #2cd2f726;
    transition: box-shadow .15s ease-out
}

.rt .cond-item:hover {
    box-shadow: 2px 4px 18px 0 #2cd2f71c
}

.rt .cond-item h5 {
    font-size: 16px;
    font-weight: 700;
    color: #862003;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.rt .cond-item p {
    font-size: 16px;
    line-height: 1.55;
    color: #2e3d44;
    margin: 0
}

@media (max-width: 960px) {
    .rt .titlesec-inner {
        flex-direction: column;
        min-height: auto;
        padding-top: 0;
        gap: 24px
    }

    .rt .titlesec-text {
        flex: none;
        max-width: 100%;
        padding-bottom: 0
    }

    .rt .titlesec-imgside {
        width: 100%
    }

    .rt .titlesec-imgwrap img {
        height: 300px
    }

    .rt .envsec-inner {
        grid-template-columns: 1fr
    }

    .rt .envsec-lead {
        grid-column: 1
    }

    .rt .envsec-img {
        grid-column: 1
    }

    .rt .envcard-row {
        grid-template-columns: 1fr 1fr
    }

    .rt .supportsec-inner {
        flex-direction: column
    }

    .rt .support-portrait {
        flex: none;
        width: 100%
    }

    .rt .support-portrait img {
        width: 100%;
        height: 300px
    }

    .rt .gapsec-inner {
        grid-template-columns: 1fr
    }

    .rt .gap-imgrow {
        grid-template-columns: 1fr
    }

    .rt .approach-grid {
        grid-template-columns: 1fr
    }

    .rt .conditionsec-inner {
        grid-template-columns: 1fr
    }

    .rt .condition-aside {
        position: static
    }
}

@media (max-width: 480px) {
    .rt .titlesec-text h1 {
        font-size: 44px
    }

    .rt .envcard-row {
        grid-template-columns: 1fr
    }

    .rt .envsec-lead h2 {
        font-size: 24px
    }

    .rt .support-text h2 {
        font-size: 24px
    }

    .rt .gap-text h2 {
        font-size: 24px
    }

    .rt .approachsec-inner h2 {
        font-size: 24px
    }

    .rt .condition-aside h2 {
        font-size: 24px
    }

    .rt .gap-bignumber {
        font-size: 44px
    }

    .rt .titlelinks {
        flex-direction: column
    }
}

@media (min-width: 1440px) {
    .rt .titlesec-text h1 {
        font-size: 44px
    }
}

.aboutus {
    overflow-x: clip;
    background: #fff
}

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

.aboutus ::selection {
    background: #111;
    color: #fff
}

.aboutus .titlegrid {
    background: linear-gradient(180deg, #e8fafd 0%, #f5e8e5 100%);
    padding: 80px 24px 40px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 100%
}

.aboutus .titlegrid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #2cd2f712 0%, #8620030d 100%);
    pointer-events: none
}

.aboutus .titlegrid .shapelayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

.aboutus .titlegrid .shapelayer .shapea {
    position: absolute;
    top: -40px;
    right: 80px;
    width: 220px;
    height: 220px;
    border: 1px solid #2cd2f72e;
    border-radius: 8px;
    transform: rotate(22deg)
}

.aboutus .titlegrid .shapelayer .shapeb {
    position: absolute;
    bottom: 20px;
    left: 40px;
    width: 140px;
    height: 140px;
    border: 1px solid #8620031f;
    border-radius: 3px;
    transform: rotate(-14deg)
}

.aboutus .titlegrid .shapelayer .shapec {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 1px dashed #2cd2f738;
    border-radius: 0;
    transform: rotate(8deg)
}

.aboutus .titletext {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-end;
    padding-top: 40px
}

.aboutus .titletext .preword {
    font-size: 16px;
    line-height: 1.55;
    color: #862003;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    display: block
}

.aboutus .titletext h1 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
    color: #1b1b1b
}

.aboutus .titletext h1 .accentword {
    color: #2CD2F7
}

.aboutus .titletext .titledesc {
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a3a;
    max-width: 480px;
    margin: 0
}

.aboutus .titletext .titledesc strong {
    color: #862003
}

.aboutus .titlemedia {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.aboutus .titlemedia figure {
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 480px
}

.aboutus .titlemedia figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    filter: blur(0px);
    animation: sharpLoad .7s ease-out both;
    box-shadow: 2px 12px 36px 0 #2cd2f71a
}

.aboutus .titlemedia figure .blurplane {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(180deg, transparent 0%, #f5e8e5b3 100%);
    border-radius: 0 0 8px 8px;
    pointer-events: none
}

@keyframes sharpLoad {
    from {
        filter: blur(8px);
        opacity: .4
    }

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

.aboutus .svgdivider {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.aboutus .svgdivider svg {
    display: block;
    width: 100%
}

.aboutus .aboutgrid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 24px;
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 40px;
    align-items: start
}

.aboutus .aboutmain {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.aboutus .aboutmain .sectionlabel {
    font-size: 16px;
    line-height: 1.55;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #862003;
    font-weight: 700
}

.aboutus .aboutmain h2 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
    color: #1b1b1b
}

.aboutus .aboutmain h2 .fw {
    color: #2CD2F7
}

.aboutus .aboutmain .bodytxt {
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a3a;
    margin: 0
}

.aboutus .aboutmain .dashedlink {
    display: inline-block;
    font-size: 16px;
    line-height: 1.55;
    color: #862003;
    text-decoration: none;
    border-bottom: 1px dashed #862003;
    padding-bottom: 2px;
    transition: color .15s ease-out, border-color .15s ease-out;
    font-weight: 600
}

.aboutus .aboutmain .dashedlink:hover {
    color: #2CD2F7;
    border-color: #2CD2F7
}

.aboutus .aboutmain .dashedlink:focus-visible {
    outline: 2px solid #2CD2F7;
    outline-offset: 4px;
    border-radius: 2px
}

.aboutus .metricstrip {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.aboutus .metricstrip .metrow {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: stretch
}

.aboutus .metricstrip .metcard {
    flex: 1;
    background: #fff;
    border: 1px solid #2cd2f733;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 2px 4px 18px 0 #2cd2f71c;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: box-shadow .18s ease-out;
    position: relative;
    overflow: hidden
}

.aboutus .metricstrip .metcard::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2CD2F7, #CDE3A6);
    border-radius: 8px 8px 0 0
}

.aboutus .metricstrip .metcard.alt::after {
    background: linear-gradient(90deg, #862003, #2CD2F7)
}

.aboutus .metricstrip .metcard:hover {
    box-shadow: 2px 12px 36px 0 #2cd2f71a
}

.aboutus .metricstrip .metcard .metval {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    color: #2CD2F7;
    display: block
}

.aboutus .metricstrip .metcard.alt .metval {
    color: #862003
}

.aboutus .metricstrip .metcard .metlabel {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    font-weight: 600
}

.aboutus .metricstrip .metcard .metdesc {
    font-size: 16px;
    line-height: 1.55;
    color: #555;
    margin: 0
}

.aboutus .aboutside {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative
}

.aboutus .aboutside .dashedconnect {
    position: absolute;
    left: 50%;
    top: 220px;
    bottom: 0;
    width: 0;
    border-left: 1px dashed #2cd2f759;
    pointer-events: none;
    z-index: 0
}

.aboutus .expertcard {
    background: linear-gradient(160deg, #f5fafd 0%, #fff 100%);
    border: 1px solid #2cd2f726;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 2px 1px 5px 0 #2cd2f712;
    position: relative;
    z-index: 1;
    transition: box-shadow .2s ease
}

.aboutus .expertcard:hover {
    box-shadow: 2px 12px 36px 0 #2cd2f71a
}

.aboutus .expertcard .portrait {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 2px 4px 18px 0 #8620031c
}

.aboutus .expertcard .portrait img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    object-position: center;
    display: block
}

.aboutus .expertcard .expertinfo {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.aboutus .expertcard .expertinfo h4 {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 700;
    margin: 0;
    color: #1b1b1b;
    text-transform: uppercase;
    letter-spacing: .08em
}

.aboutus .expertcard .expertinfo .role {
    font-size: 16px;
    line-height: 1.55;
    color: #862003;
    font-weight: 600;
    margin: 0
}

.aboutus .expertcard .expertinfo .bio {
    font-size: 16px;
    line-height: 1.55;
    color: #444;
    margin: 0
}

.aboutus .aboutside .imgblock {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 4px 18px 0 #2cd2f71c;
    position: relative;
    z-index: 1
}

.aboutus .aboutside .imgblock img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    animation: sharpLoad .9s .2s ease-out both
}

.aboutus .valuesrow {
    background: linear-gradient(180deg, #edfbff 0%, #fff8f6 100%);
    padding: 40px 24px
}

.aboutus .valuesrow .vinner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.aboutus .valuesrow .vtoprow {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-end
}

.aboutus .valuesrow .vtoprow h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
    color: #1b1b1b;
    text-transform: uppercase;
    letter-spacing: .1em;
    flex: 1
}

.aboutus .valuesrow .vtoprow h3 .fw {
    color: #862003
}

.aboutus .valuesrow .vtoprow .vtoptext {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin: 0;
    text-align: right
}

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

.aboutus .valuesrow .vcard {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 2px 1px 5px 0 #2cd2f712;
    border: 1px solid #cde3a666;
    transition: box-shadow .18s ease-out
}

.aboutus .valuesrow .vcard:hover {
    box-shadow: 2px 4px 18px 0 #2cd2f71c
}

.aboutus .valuesrow .vcard .vnum {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    color: #CDE3A6;
    display: block;
    -webkit-background-clip: unset
}

.aboutus .valuesrow .vcard:nth-child(2) .vnum {
    color: #2CD2F7
}

.aboutus .valuesrow .vcard:nth-child(3) .vnum {
    color: #862003
}

.aboutus .valuesrow .vcard h5 {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #1b1b1b;
    margin: 0
}

.aboutus .valuesrow .vcard p {
    font-size: 16px;
    line-height: 1.55;
    color: #555;
    margin: 0
}

.aboutus .floatrow {
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 24px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.aboutus .floatrow .floatimg {
    float: left;
    margin: 0 24px 16px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 12px 36px 0 #8620031a;
    flex-shrink: 0
}

.aboutus .floatrow .floatimg img {
    width: 320px;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    animation: sharpLoad 1s .3s ease-out both
}

.aboutus .floatrow .floattextblock {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.aboutus .floatrow .floattextblock h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
    color: #1b1b1b;
    text-transform: uppercase;
    letter-spacing: .1em
}

.aboutus .floatrow .floattextblock h3 .fw {
    color: #2CD2F7
}

.aboutus .floatrow .floattextblock p {
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a3a;
    margin: 0
}

.aboutus .floatrow .floattextblock .hoverquote {
    font-size: 24px;
    line-height: 1.55;
    font-weight: 700;
    color: #1b1b1b;
    border-top: 2px solid #CDE3A6;
    padding-top: 16px;
    margin: 0;
    transition: text-shadow .18s ease-out;
    cursor: default
}

.aboutus .floatrow .floattextblock .hoverquote:hover {
    text-shadow: 2px 4px 18px #2cd2f747 0 1px 0 #8620031a
}

.aboutus .floatrow .floattextblock .wblink {
    display: inline-block;
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    background: #862003;
    border: 1px solid #862003;
    border-radius: 3px;
    padding: 8px 24px;
    text-decoration: none;
    font-weight: 700;
    align-self: flex-start;
    transition: filter .15s ease-out, box-shadow .15s ease-out
}

.aboutus .floatrow .floattextblock .wblink:hover {
    filter: brightness(1.18);
    box-shadow: 2px 4px 18px 0 #8620031c
}

.aboutus .floatrow .floattextblock .wblink:focus-visible {
    outline: 2px solid #2CD2F7;
    outline-offset: 4px
}

.aboutus .handdrawn {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    padding: 0
}

.aboutus .handdrawn svg {
    display: block;
    width: 100%
}

@media (max-width: 960px) {
    .aboutus .titlegrid {
        grid-template-columns: 1fr;
        padding: 80px 16px 40px;
        gap: 24px
    }

    .aboutus .titlemedia {
        display: none
    }

    .aboutus .aboutgrid {
        grid-template-columns: 1fr;
        padding: 40px 16px;
        gap: 24px
    }

    .aboutus .aboutside .dashedconnect {
        display: none
    }

    .aboutus .valuesrow .vtoprow {
        flex-direction: column;
        gap: 16px
    }

    .aboutus .valuesrow .vtoprow .vtoptext {
        text-align: left
    }

    .aboutus .valuesrow .vcards {
        grid-template-columns: 1fr 1fr
    }

    .aboutus .floatrow {
        flex-direction: column;
        padding: 40px 16px;
        gap: 24px
    }

    .aboutus .floatrow .floatimg {
        float: none;
        margin: 0
    }

    .aboutus .floatrow .floatimg img {
        width: 100%
    }
}

@media (max-width: 480px) {
    .aboutus .titletext h1 {
        font-size: 44px
    }

    .aboutus .metricstrip .metrow {
        flex-direction: column
    }

    .aboutus .valuesrow .vcards {
        grid-template-columns: 1fr
    }

    .aboutus .valuesrow {
        padding: 40px 16px
    }

    .aboutus .expertcard {
        flex-direction: column
    }
}

@media (min-width: 1440px) {
    .aboutus .titlegrid {
        padding: 80px 80px 40px
    }
}

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

.successPage .confirmCard {
    max-width: 560px;
    width: 100%;
    background: linear-gradient(180deg, #f4fdff 50%, #f9f4f2 100%);
    border: 1px solid #CDE3A6;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 2px 12px 36px 0 #2cd2f71a;
    text-align: center
}

.successPage .iconWrap {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: #CDE3A6;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 18px 0 #2cd2f71c
}

.successPage .iconWrap svg {
    display: block
}

.successPage .confirmTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b3a2f;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 16px
}

.successPage .confirmText {
    font-size: 16px;
    line-height: 1.55;
    color: #2e3a35;
    margin: 0 0 40px
}

.successPage .confirmText strong {
    color: #862003
}

.successPage .returnLink {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #862003;
    border: 2px solid #862003;
    border-radius: 3px;
    padding: 8px 24px;
    text-decoration: none;
    transition: background .15s ease-out, color .15s ease-out
}

.successPage .returnLink:hover,
.successPage .returnLink:focus {
    background: #862003;
    color: #fff;
    filter: brightness(1.08);
    outline: none
}

.successPage .returnLink:active {
    filter: brightness(0.95)
}

.successPage .siteMark {
    margin-top: 40px;
    font-size: 16px;
    color: #5a6b63;
    letter-spacing: .04em
}

.successPage .siteMark span {
    color: #2CD2F7;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em
}

@media (max-width: 480px) {
    .successPage {
        padding: 40px 16px
    }

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