html,
body {
    margin: 0;
    padding: 0
}

body {
    min-height: 100svh;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-family: 'IBM Plex Mono', monospace;
    background-color: #1b1a18
}

:focus-visible {
    outline: 2px solid #4B8AD2;
    outline-offset: 3px
}

.sitehdr {
    position: relative;
    background: linear-gradient(135deg, #1b1a18 0%, #22211f 60%, #1e1d2a 100%);
    border-bottom: 1px solid #4b8ad22e;
    box-shadow: 0 4px 14px 0 #4b8ad21c;
    z-index: 100
}

.sitehdr-accent {
    height: 3px;
    background: linear-gradient(90deg, #4B8AD2 0%, #ACB4DF 60%, transparent 100%)
}

.sitehdr-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    gap: 32px
}

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

.brandmark-box {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #fdfdfe8c;
    background-color: #4b8ad21f;
    box-shadow: 0 2px 5px 0 #4b8ad20f 0 0 0 1px #acb4df26;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.brandmark-box img {
    display: block;
    object-fit: contain
}

.brandmark-divider {
    width: 1px;
    height: 32px;
    background: linear-gradient(180deg, transparent 0%, #acb4df59 50%, transparent 100%);
    flex-shrink: 0
}

.primnav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

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

.primnav-list li {
    flex-shrink: 0
}

.primnav-list li a {
    display: block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .06em;
    color: #fdfdfeb8;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), background-color .12s cubic-bezier(0.4, 0, 1, 1), border-color .16s cubic-bezier(0.4, 0, 1, 1)
}

.primnav-list li a:hover {
    color: #FDFDFE;
    background-color: #4b8ad224;
    border-color: #4b8ad24d
}

.primnav-list li a.active {
    color: #FDFDFE;
    background-color: #4b8ad233;
    border-color: #4b8ad266
}

.hdr-contact {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.hdr-callbtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .04em;
    color: #FDFDFE;
    background: linear-gradient(135deg, #4B8AD2 0%, #3a72b8 100%);
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    text-decoration: none;
    box-shadow: 0 2px 5px 0 #4b8ad20f;
    transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1), background .18s cubic-bezier(0.4, 0, 1, 1);
    min-height: 44px
}

.hdr-callbtn:hover {
    box-shadow: 0 12px 48px 0 #4b8ad221 0 4px 14px 0 #4b8ad21c;
    background: linear-gradient(135deg, #5a96d8 0%, #4B8AD2 100%);
    color: #FDFDFE;
    text-decoration: none
}

.hdr-callbtn svg {
    flex-shrink: 0
}

@media (max-width: 768px) {
    .sitehdr-body {
        padding: 12px 16px;
        flex-wrap: wrap;
        gap: 12px
    }

    .primnav {
        order: 3;
        flex: 0 0 100%;
        justify-content: flex-start
    }

    .primnav-list {
        gap: 4px
    }

    .primnav-list li a {
        font-size: 14px;
        padding: 8px
    }

    .hdr-contact {
        margin-left: auto
    }
}

@media (max-width: 390px) {
    .sitehdr-body {
        padding: 12px
    }

    .primnav-list li a {
        padding: 8px 6px;
        letter-spacing: .02em
    }

    .hdr-callbtn span {
        display: none
    }
}

.siteftr {
    background: linear-gradient(180deg, #1e1d2a 0%, #15141c 100%);
    border-top: 1px solid #acb4df24;
    box-shadow: inset 0 4px 6px #4b8ad20f
}

.siteftr-upper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 32px 32px
}

.siteftr-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start
}

.siteftr-brand {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 160px
}

.siteftr-tagline {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #acb4dfb3;
    max-width: 200px
}

.siteftr-links {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: flex-end
}

.siteftr-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 140px
}

.siteftr-collabel {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .1em;
    color: #acb4df8c;
    text-transform: uppercase;
    margin-bottom: 4px
}

.siteftr-col a {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .03em;
    color: #fdfdfea6;
    text-decoration: none;
    transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.siteftr-col a:hover {
    color: #ACB4DF
}

.siteftr-contactcol {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 200px
}

.siteftr-contactcol .siteftr-collabel {
    margin-bottom: 4px
}

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

.siteftr-contactrow a {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfea6;
    text-decoration: none;
    transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.siteftr-contactrow a:hover {
    color: #ACB4DF
}

.siteftr-contactrow .wi {
    color: #4B8AD2;
    font-size: 15px;
    flex-shrink: 0
}

.siteftr-addrtext {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfe73;
    margin: 0
}

.siteftr-lower {
    border-top: 1px solid #acb4df1a
}

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

.siteftr-copy {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfe59
}

.siteftr-logofoot {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #fdfdfe4d;
    background-color: #4b8ad21a;
    box-shadow: 0 2px 5px 0 #4b8ad20f;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.siteftr-logofoot img {
    display: block;
    object-fit: contain
}

@media (max-width: 768px) {
    .siteftr-upper {
        padding: 32px 16px 24px
    }

    .siteftr-links {
        justify-content: flex-start
    }

    .siteftr-lower-inner {
        padding: 16px 16px 24px
    }
}

@media (max-width: 390px) {
    .siteftr-cols {
        flex-direction: column;
        gap: 24px
    }

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

.ckbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(90deg, #1e1d2a 0%, #22211f 100%);
    border-bottom: 1px solid #4b8ad24d;
    box-shadow: 0 4px 14px 0 #4b8ad21c
}

.ckbar-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.ckbar-icon {
    flex-shrink: 0;
    color: #4B8AD2;
    font-size: 15px
}

.ckbar-text {
    flex: 1;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfebf;
    min-width: 200px
}

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

.ckbar-accept {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    line-height: 1.3;
    color: #FDFDFE;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ckbar-accept:hover,
.ckbar-accept:focus-visible {
    color: #4B8AD2
}

.ckbar-decline {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    line-height: 1.3;
    color: #fdfdfe80;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ckbar-decline:hover,
.ckbar-decline:focus-visible {
    color: #fdfdfed9
}

@media (max-width: 768px) {
    .ckbar-inner {
        padding: 12px 16px
    }
}

.hol-legal-area {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 32px;
    color: #FDFDFE;
    background: #2a2520;
    box-shadow: 0 12px 48px 0 #4b8ad221;
    border-radius: 8px
}

.hol-legal-area h1 {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -.5px;
    color: #FDFDFE;
    margin-bottom: 32px;
    margin-top: 0
}

.hol-legal-area h2 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: .01em;
    color: #ACB4DF;
    margin-top: 48px;
    margin-bottom: 16px
}

.hol-legal-area h3 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #4B8AD2;
    margin-top: 32px;
    margin-bottom: 12px
}

.hol-legal-area h4 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .04em;
    color: #ACB4DF;
    margin-top: 32px;
    margin-bottom: 8px
}

.hol-legal-area h5 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #ACB4DF;
    margin-top: 16px;
    margin-bottom: 8px
}

.hol-legal-area h6 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #4B8AD2;
    margin-top: 16px;
    margin-bottom: 4px
}

.hol-legal-area p {
    font-size: 15px;
    line-height: 1.7;
    color: #c8cce8;
    margin-top: 0;
    margin-bottom: 16px
}

.hol-legal-area em,
.hol-legal-area i {
    color: #ACB4DF;
    font-style: italic
}

.hol-legal-area a {
    color: #4B8AD2;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .16s cubic-bezier(0.4, 0, 1, 1), text-decoration-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.hol-legal-area a:hover {
    color: #FDFDFE;
    text-decoration-color: #4B8AD2
}

.hol-legal-area hr {
    border: none;
    border-top: 1px solid #acb4df2e;
    margin-top: 48px;
    margin-bottom: 48px
}

.hol-legal-area div {
    font-size: 15px;
    line-height: 1.7
}

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

    .hol-legal-area h1 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 16px
    }

    .hol-legal-area h2 {
        font-size: 15px;
        margin-top: 32px;
        margin-bottom: 12px
    }

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

@media (max-width: 390px) {
    .hol-legal-area {
        padding: 16px 12px;
        border-radius: 3px
    }

    .hol-legal-area h1 {
        font-size: 30px
    }
}

.nwsdtl {
    background: #1e1c1a;
    min-height: 100vh;
    padding-bottom: 48px;
    position: relative;
    overflow: hidden
}

.nwsdtl .bgdrift {
    position: fixed;
    top: -120px;
    left: -80px;
    width: 520px;
    height: 520px;
    background: radial-gradient(ellipse at 30% 40%, #4b8ad214 0%, transparent 70%);
    animation: driftmove 18s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0
}

@keyframes driftmove {
    0% {
        transform: translate(0, 0) scale(1)
    }

    100% {
        transform: translate(120px, 80px) scale(1.15)
    }
}

.nwsdtl .scrolltop {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 100;
    width: 44px;
    height: 44px;
    background: #4B8AD2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px 0 #4b8ad21c;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1), background .12s ease-in;
    text-decoration: none
}

.nwsdtl .scrolltop:hover {
    box-shadow: 0 12px 48px 0 #4b8ad221;
    background: #3a75bb
}

.nwsdtl .scrolltop svg {
    display: block
}

.nwsdtl .pagewrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1
}

.nwsdtl .titlesec {
    background: linear-gradient(83deg, #1e1c1a 60%, #4b8ad221 100%);
    padding: 48px 0 32px;
    position: relative;
    overflow: hidden
}

.nwsdtl .titlesec .gridlines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .04;
    background-image: linear-gradient(#ACB4DF 1px, transparent 1px), linear-gradient(90deg, #ACB4DF 1px, transparent 1px);
    background-size: 48px 48px
}

.nwsdtl .titlesec .waveaccent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 18px;
    pointer-events: none
}

.nwsdtl .titlemeta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px
}

.nwsdtl .typelabel {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .12em;
    color: #4B8AD2;
    text-transform: uppercase;
    background: #4b8ad21a;
    padding: 4px 12px;
    border-radius: 3px
}

.nwsdtl .pubdate {
    font-size: 14px;
    line-height: 1.3;
    color: #fdfdfe8c;
    letter-spacing: .04em
}

.nwsdtl .arttitle {
    font-size: 56px;
    line-height: 1.1;
    color: #FDFDFE;
    margin: 0 0 16px;
    max-width: 820px
}

.nwsdtl .arttitle .firstword {
    color: #4B8AD2
}

.nwsdtl .titledivider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 24px 0 0
}

.nwsdtl .titledivider .dline {
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, #4b8ad266, transparent)
}

.nwsdtl .titledivider .dshape {
    width: 8px;
    height: 8px;
    background: #4B8AD2;
    border-radius: 0;
    transform: rotate(45deg)
}

.nwsdtl .imgsec {
    padding: 32px 0;
    background: #252320
}

.nwsdtl .imgframe {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 12px 48px 0 #4b8ad221
}

.nwsdtl .imgframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.nwsdtl .bodysec {
    padding: 48px 0;
    background: #1e1c1a;
    position: relative
}

.nwsdtl .bodysec .dotgrid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #acb4df12 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 1
}

.nwsdtl .bodyrow {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.nwsdtl .bodymain {
    flex: 1 1 0;
    min-width: 0
}

.nwsdtl .bodyaside {
    width: 220px;
    flex-shrink: 0
}

.nwsdtl .bodymain p {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfed1;
    margin: 0 0 16px
}

.nwsdtl .bodymain h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 32px 0 12px
}

.nwsdtl .bodymain h3 {
    font-size: 15px;
    line-height: 1.5;
    color: #ACB4DF;
    letter-spacing: .06em;
    margin: 24px 0 8px
}

.nwsdtl .bodymain em {
    color: #ACB4DF;
    font-style: italic
}

.nwsdtl .bodymain ol {
    padding-left: 32px;
    margin: 0 0 16px
}

.nwsdtl .bodymain li {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfed1;
    margin-bottom: 8px
}

.nwsdtl .bodymain table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px
}

.nwsdtl .bodymain caption {
    font-size: 14px;
    color: #fdfdfe80;
    text-align: left;
    margin-bottom: 8px;
    letter-spacing: .04em
}

.nwsdtl .bodymain td {
    padding: 8px 12px;
    border-bottom: 1px solid #acb4df1a;
    color: #fdfdfec7;
    line-height: 1.5
}

.nwsdtl .bodymain tr:first-child td {
    color: #ACB4DF;
    font-size: 14px;
    letter-spacing: .06em
}

.nwsdtl .bodymain blockquote {
    margin: 24px 0;
    padding: 16px 24px;
    background: #4b8ad212;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.7;
    color: #ACB4DF;
    font-style: italic
}

.nwsdtl .bodymain figure {
    margin: 24px 0
}

.nwsdtl .bodymain figure img {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block
}

.nwsdtl .bodymain figcaption {
    font-size: 14px;
    color: #fdfdfe73;
    margin-top: 8px;
    line-height: 1.5
}

.nwsdtl .bodymain a {
    color: #4B8AD2;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    transition: color .12s ease-in
}

.nwsdtl .bodymain a:hover {
    color: #ACB4DF
}

.nwsdtl .asidenote {
    background: #acb4df0f;
    border-radius: 8px;
    padding: 16px;
    position: sticky;
    top: 32px;
    box-shadow: 0 2px 5px 0 #4b8ad20f
}

.nwsdtl .asidenote .asidetag {
    font-size: 14px;
    letter-spacing: .1em;
    color: #4B8AD2;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block
}

.nwsdtl .asidenote p {
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfe99;
    margin: 0 0 12px
}

.nwsdtl .asidenote p:last-child {
    margin-bottom: 0
}

.nwsdtl .asidenote .numstat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px
}

.nwsdtl .numrow {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 4px
}

.nwsdtl .numint {
    font-size: 30px;
    line-height: 1.1;
    color: #4B8AD2;
    font-weight: 700
}

.nwsdtl .numfrac {
    font-size: 15px;
    line-height: 1.3;
    color: #ACB4DF
}

.nwsdtl .numlabel {
    font-size: 14px;
    line-height: 1.3;
    color: #fdfdfe80
}

.nwsdtl .reactsec {
    background: #2a2724;
    padding: 32px 0;
    position: relative
}

.nwsdtl .reactsec .wavetopdeco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 18px;
    pointer-events: none
}

.nwsdtl .reactlabel {
    font-size: 14px;
    letter-spacing: .1em;
    color: #fdfdfe80;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.nwsdtl .reactrow {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.nwsdtl .reactopt {
    position: relative
}

.nwsdtl .reactopt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.nwsdtl .reactopt label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 28px;
    background: #4b8ad214;
    cursor: pointer;
    font-size: 15px;
    color: #fdfdfeb3;
    transition: background .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1);
    user-select: none;
    box-shadow: 0 2px 5px 0 #4b8ad20f
}

.nwsdtl .reactopt label:hover {
    background: #4b8ad22e;
    box-shadow: 0 4px 14px 0 #4b8ad21c
}

.nwsdtl .reactopt input[type="radio"]:checked+label {
    background: #4b8ad252;
    color: #FDFDFE;
    box-shadow: 0 4px 14px 0 #4b8ad21c
}

.nwsdtl .reactopt label .rsvg {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.nwsdtl .secdivcenter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin: 0 auto 24px;
    max-width: 1100px;
    padding: 0 32px
}

.nwsdtl .secdivcenter .sdline {
    height: 1px;
    flex: 1;
    background: #acb4df1f
}

.nwsdtl .secdivcenter .sddot {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #ACB4DF;
    transform: rotate(45deg)
}

@media (max-width: 768px) {
    .nwsdtl .arttitle {
        font-size: 30px
    }

    .nwsdtl .bodyrow {
        flex-direction: column
    }

    .nwsdtl .bodyaside {
        width: 100%
    }

    .nwsdtl .asidenote {
        position: static
    }

    .nwsdtl .pagewrap {
        padding: 0 16px
    }

    .nwsdtl .scrolltop {
        bottom: 16px;
        right: 16px
    }
}

@media (max-width: 390px) {
    .nwsdtl .arttitle {
        font-size: 30px
    }

    .nwsdtl .reactrow {
        gap: 8px
    }

    .nwsdtl .reactopt label {
        padding: 8px 12px;
        font-size: 14px
    }
}

.abtus {
    background-color: #1b1a18;
    overflow-x: clip;
    position: relative
}

.abtus .pg-schema {
    display: none
}

.abtus .titl-blk {
    position: relative;
    padding: 96px 16px 48px;
    background: linear-gradient(83deg, #1b1a18 60%, #1e2330 100%);
    overflow: hidden
}

.abtus .titl-blk .geo-shape-a {
    position: absolute;
    top: -32px;
    right: 80px;
    width: 220px;
    height: 220px;
    border: 1px solid #4b8ad21a;
    border-radius: 3px;
    transform: rotate(18deg);
    pointer-events: none
}

.abtus .titl-blk .geo-shape-b {
    position: absolute;
    bottom: 16px;
    left: -48px;
    width: 160px;
    height: 160px;
    border: 1px solid #acb4df14;
    border-radius: 0;
    transform: rotate(34deg);
    pointer-events: none
}

.abtus .titl-blk .geo-shape-c {
    position: absolute;
    top: 48px;
    right: 24px;
    width: 80px;
    height: 80px;
    background: #4b8ad20a;
    border-radius: 8px;
    transform: rotate(12deg);
    pointer-events: none
}

.abtus .titl-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 48px
}

.abtus .titl-text {
    flex: 1 1 0;
    min-width: 0
}

.abtus .titl-eyebrow {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .14em;
    color: #4B8AD2;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.abtus .titl-eyebrow .dot-ind {
    width: 6px;
    height: 6px;
    border-radius: 28px;
    background: #4B8AD2;
    display: inline-block;
    flex-shrink: 0
}

.abtus .titl-h1 {
    font-size: 56px;
    line-height: 1.1;
    color: #FDFDFE;
    margin: 0 0 16px;
    font-weight: 700
}

.abtus .titl-h1 .word-big {
    display: block;
    color: #4B8AD2
}

.abtus .titl-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #ACB4DF;
    max-width: 520px;
    margin: 0
}

.abtus .titl-img-col {
    flex: 0 0 340px;
    position: relative
}

.abtus .titl-img-frame {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;
    box-shadow: 0 12px 48px 0 #4b8ad221
}

.abtus .titl-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.abtus .titl-img-frame .img-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(83deg, #4b8ad247 0%, #acb4df1a 100%);
    pointer-events: none
}

.abtus .titl-img-frame .scanline-ov {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(to bottom, #0000 0px, #0000 3px, #00000014 3px, #00000014 4px);
    pointer-events: none
}

.abtus .svg-div-a {
    display: block;
    line-height: 0;
    overflow: hidden
}

.abtus .svg-div-a svg {
    display: block;
    width: 100%
}

.abtus .about-mid {
    background: #22201d;
    padding: 48px 16px;
    position: relative
}

.abtus .about-mid::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #4B8AD2 0%, #ACB4DF 100%);
    border-radius: 0
}

.abtus .mid-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    align-items: start
}

.abtus .mid-main-col {
    grid-column: 1 / 3
}

.abtus .mid-side-col {
    grid-column: 3 / 4
}

.abtus .mid-h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 0 0 16px;
    font-weight: 700
}

.abtus .mid-h2 .accent-word {
    color: #4B8AD2;
    font-weight: 800
}

.abtus .mid-para {
    font-size: 15px;
    line-height: 1.7;
    color: #ACB4DF;
    margin: 0 0 12px
}

.abtus .mid-para:last-child {
    margin-bottom: 0
}

.abtus .side-note {
    background: #1b1a18;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 14px 0 #4b8ad21c;
    border-top: 3px solid #4B8AD2
}

.abtus .side-note-label {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #4B8AD2;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700
}

.abtus .side-note-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.abtus .side-note-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #FDFDFE
}

.abtus .snl-icon {
    flex-shrink: 0;
    margin-top: 2px;
    position: relative
}

.abtus .snl-icon svg {
    display: block
}

.abtus .snl-dot {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 5px;
    height: 5px;
    border-radius: 28px;
    background: #4B8AD2
}

.abtus .mid-img-strip {
    margin-top: 32px;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;
    box-shadow: 0 4px 14px 0 #4b8ad21c
}

.abtus .mid-img-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.abtus .mid-img-strip .img-tint2 {
    position: absolute;
    inset: 0;
    background: linear-gradient(83deg, #acb4df2e 0%, #4b8ad238 100%);
    pointer-events: none
}

.abtus .svg-div-b {
    display: block;
    line-height: 0;
    overflow: hidden
}

.abtus .svg-div-b svg {
    display: block;
    width: 100%
}

.abtus .about-bottom {
    background: #1b1a18;
    padding: 48px 16px;
    position: relative
}

.abtus .about-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #ACB4DF 0%, #4B8AD2 100%);
    border-radius: 0
}

.abtus .bot-inner {
    max-width: 1100px;
    margin: 0 auto
}

.abtus .bot-top-row {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
    margin-bottom: 32px
}

.abtus .bot-img-col {
    flex: 0 0 320px
}

.abtus .bot-img-frame {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;
    box-shadow: 0 12px 48px 0 #acb4df21
}

.abtus .bot-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.abtus .bot-img-frame .img-tint3 {
    position: absolute;
    inset: 0;
    background: linear-gradient(83deg, #4b8ad233 0%, #acb4df26 100%);
    pointer-events: none
}

.abtus .bot-text-col {
    flex: 1 1 0;
    min-width: 0
}

.abtus .bot-h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 0 0 12px;
    font-weight: 700
}

.abtus .bot-h2 .accent-word {
    color: #ACB4DF;
    font-weight: 800
}

.abtus .bot-para {
    font-size: 15px;
    line-height: 1.7;
    color: #ACB4DF;
    margin: 0 0 12px
}

.abtus .bot-para:last-child {
    margin-bottom: 0
}

.abtus .legend-blk {
    background: #22201d;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 2px 5px 0 #4b8ad20f
}

.abtus .legend-h3 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #4B8AD2;
    text-transform: uppercase;
    margin: 0 0 16px;
    font-weight: 700
}

.abtus .legend-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.abtus .legend-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    background: #1b1a18;
    border-radius: 8px;
    border: 1px solid #acb4df1a;
    transition: border-color .16s cubic-bezier(0.4, 0, 1, 1), box-shadow .16s cubic-bezier(0.4, 0, 1, 1);
    cursor: default
}

.abtus .legend-item:hover {
    border-color: #4b8ad259;
    box-shadow: 0 4px 14px 0 #4b8ad21c
}

.abtus .legend-icon-wrap {
    position: relative;
    display: inline-flex
}

.abtus .legend-icon-wrap .li-dot {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 6px;
    height: 6px;
    border-radius: 28px
}

.abtus .legend-item-label {
    font-size: 14px;
    line-height: 1.5;
    color: #FDFDFE;
    font-weight: 700
}

.abtus .legend-item-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #ACB4DF
}

.abtus .flicker-bg {
    animation: flkr 7s infinite
}

@keyframes flkr {
    0% {
        opacity: 1
    }

    12% {
        opacity: .97
    }

    25% {
        opacity: 1
    }

    47% {
        opacity: .95
    }

    63% {
        opacity: 1
    }

    81% {
        opacity: .98
    }

    100% {
        opacity: 1
    }
}

@media (max-width: 1280px) {
    .abtus .titl-img-col {
        flex: 0 0 280px
    }

    .abtus .legend-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .abtus .titl-blk {
        padding: 64px 16px 32px
    }

    .abtus .titl-inner {
        flex-direction: column;
        gap: 32px
    }

    .abtus .titl-img-col {
        flex: 0 0 auto;
        width: 100%
    }

    .abtus .titl-h1 {
        font-size: 30px
    }

    .abtus .mid-inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .abtus .mid-main-col {
        grid-column: 1 / 2
    }

    .abtus .mid-side-col {
        grid-column: 1 / 2
    }

    .abtus .bot-top-row {
        flex-direction: column;
        gap: 24px
    }

    .abtus .bot-img-col {
        flex: 0 0 auto;
        width: 100%
    }

    .abtus .legend-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .abtus .legend-blk {
        padding: 16px
    }
}

@media (max-width: 390px) {
    .abtus .titl-h1 {
        font-size: 30px
    }

    .abtus .legend-grid {
        grid-template-columns: 1fr
    }

    .abtus .mid-h2,
    .abtus .bot-h2 {
        font-size: 30px
    }
}

.strt {
    background: #1b1a18;
    color: #FDFDFE;
    overflow-x: clip
}

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

.strt .pgtitle-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px
}

.strt .pgtitle-left {
    flex: 1 1 0;
    position: relative
}

.strt .pgtitle-shapes {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    z-index: 0
}

.strt .pgtitle-shapes-inner {
    width: 120px;
    height: 120px;
    border: 2px solid #4b8ad22e;
    border-radius: 28px;
    position: absolute;
    top: 0;
    left: 0
}

.strt .pgtitle-shapes-inner2 {
    width: 80px;
    height: 80px;
    border: 1.5px solid #acb4df21;
    border-radius: 8px;
    position: absolute;
    top: 20px;
    left: 20px
}

.strt .pgtitle-label {
    font-size: 14px;
    letter-spacing: .12em;
    color: #ACB4DF;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.strt .pgtitle-h1 {
    font-size: 56px;
    line-height: 1.1;
    color: #FDFDFE;
    margin: 0 0 16px;
    position: relative;
    z-index: 1;
    animation: liftReveal .5s cubic-bezier(0.4, 0, 1, 1) both
}

.strt .pgtitle-h1 span {
    color: #4B8AD2;
    font-weight: 800
}

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

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

.strt .pgtitle-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #c8cce8;
    max-width: 480px;
    position: relative;
    z-index: 1;
    margin: 0
}

.strt .pgtitle-right {
    flex: 0 0 340px;
    position: relative
}

.strt .pgtitle-imgwrap {
    width: 340px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 48px 0 #4b8ad221
}

.strt .pgtitle-imgwrap img {
    width: 340px;
    height: 213px;
    object-fit: cover;
    display: block;
    border-radius: 8px
}

.strt .pgtitle-imgwrap::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(83deg, #4b8ad238 0%, transparent 60%);
    border-radius: 8px;
    pointer-events: none
}

.strt .pgtitle-imgwrap::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: #1b1a1847;
    border-radius: 8px;
    z-index: 1;
    pointer-events: none
}

.strt .divider-tri {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.strt .divider-tri svg {
    display: block;
    width: 100%
}

.strt .exblock {
    background: #22211f;
    padding: 48px 0
}

.strt .exblock-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.strt .exblock-main {
    flex: 1 1 0
}

.strt .exblock-aside {
    flex: 0 0 200px;
    padding-top: 8px
}

.strt .exblock-h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 0 0 16px
}

.strt .exblock-h2 em {
    font-size: 56px;
    font-style: normal;
    color: #4B8AD2;
    font-weight: 800;
    line-height: 1.1;
    display: block
}

.strt .exblock-p {
    font-size: 15px;
    line-height: 1.7;
    color: #c8cce8;
    margin: 0 0 16px
}

.strt .exblock-aside-note {
    font-size: 14px;
    line-height: 1.5;
    color: #ACB4DF;
    border-top: 1px solid #acb4df33;
    padding-top: 12px
}

.strt .divider-line {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.strt .divider-line-bar {
    flex: 1;
    height: 1px;
    background: #acb4df26
}

.strt .divider-line-icon {
    width: 32px;
    height: 32px;
    border-radius: 28px;
    background: #4B8AD2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px #acb4df2e;
    flex-shrink: 0
}

.strt .divider-line-icon svg {
    display: block
}

.strt .readyblock {
    background: #1b1a18;
    padding: 48px 0
}

.strt .readyblock-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px
}

.strt .readyblock-h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 0 0 32px
}

.strt .readyblock-h2 strong {
    color: #4B8AD2
}

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

.strt .readyblock-card {
    background: #27261f;
    border-radius: 8px;
    padding: 32px 16px 16px;
    box-shadow: 0 4px 14px 0 #4b8ad21c;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.strt .readyblock-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 28px;
    background: #4B8AD2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px #acb4df38;
    margin-bottom: 8px;
    animation: shadowRhythm 3s cubic-bezier(0.4, 0, 1, 1) infinite
}

@keyframes shadowRhythm {
    0% {
        box-shadow: 0 0 0 3px #acb4df38 0 2px 5px 0 #4b8ad20f
    }

    50% {
        box-shadow: 0 0 0 7px #acb4df1a 0 12px 48px 0 #4b8ad221
    }

    100% {
        box-shadow: 0 0 0 3px #acb4df38 0 2px 5px 0 #4b8ad20f
    }
}

.strt .readyblock-card-h4 {
    font-size: 15px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 0
}

.strt .readyblock-card-p {
    font-size: 14px;
    line-height: 1.5;
    color: #ACB4DF;
    margin: 0
}

.strt .teamblock {
    background: #27261f;
    padding: 48px 0 0;
    position: relative
}

.strt .teamblock-bg {
    position: absolute;
    inset: 0;
    background-image: url(./ui_images/06-partner.jpg);
    background-size: cover;
    background-position: center;
    opacity: .07;
    border-radius: 0;
    pointer-events: none
}

.strt .teamblock-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px 48px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.strt .teamblock-imgcol {
    flex: 0 0 280px
}

.strt .teamblock-imgwrap {
    width: 280px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 48px 0 #4b8ad221
}

.strt .teamblock-imgwrap img {
    width: 280px;
    height: 175px;
    object-fit: cover;
    display: block
}

.strt .teamblock-text {
    flex: 1 1 0
}

.strt .teamblock-h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 0 0 16px
}

.strt .teamblock-h2 em {
    font-size: 56px;
    font-style: normal;
    color: #ACB4DF;
    font-weight: 800;
    line-height: 1.1;
    display: block
}

.strt .teamblock-p {
    font-size: 15px;
    line-height: 1.7;
    color: #c8cce8;
    margin: 0 0 16px
}

.strt .teamblock-names {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px
}

.strt .teamblock-name {
    font-size: 14px;
    letter-spacing: .08em;
    color: #4B8AD2;
    background: #4b8ad21a;
    border-radius: 3px;
    padding: 4px 12px
}

.strt .approachblock {
    background: #1b1a18;
    padding: 48px 0
}

.strt .approachblock-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px
}

.strt .approachblock-h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 0 0 32px;
    text-align: left
}

.strt .approachblock-h2 strong {
    color: #4B8AD2
}

.strt .approachblock-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: stretch
}

.strt .approachblock-left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.strt .approachblock-right {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.strt .approachblock-step {
    background: #22211f;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 5px 0 #4b8ad20f;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start
}

.strt .approachblock-stepnum {
    font-size: 30px;
    line-height: 1.1;
    color: #4b8ad24d;
    font-weight: 800;
    flex-shrink: 0;
    width: 40px
}

.strt .approachblock-steptxt h5 {
    font-size: 15px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 0 0 4px
}

.strt .approachblock-steptxt p {
    font-size: 14px;
    line-height: 1.5;
    color: #ACB4DF;
    margin: 0
}

.strt .approachblock-stat {
    background: linear-gradient(83deg, #4b8ad22e 0%, #acb4df12 100%);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 4px 14px 0 #4b8ad21c
}

.strt .approachblock-stat-num {
    font-size: 30px;
    line-height: 1.1;
    color: #4B8AD2;
    font-weight: 800
}

.strt .approachblock-stat-label {
    font-size: 14px;
    line-height: 1.5;
    color: #ACB4DF
}

.strt .recognblock {
    background: #22211f;
    padding: 48px 0
}

.strt .recognblock-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px
}

.strt .recognblock-h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 0 0 8px
}

.strt .recognblock-sub {
    font-size: 15px;
    line-height: 1.5;
    color: #ACB4DF;
    margin: 0 0 32px
}

.strt .recognblock-list {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.strt .recognblock-item {
    flex: 1 1 200px;
    background: #1b1a18;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 5px 0 #acb4df0f;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start
}

.strt .recognblock-item-icon {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background: #4b8ad226;
    border: 2px solid #4b8ad259;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.strt .recognblock-item-text h5 {
    font-size: 15px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 0 0 4px
}

.strt .recognblock-item-text p {
    font-size: 14px;
    line-height: 1.5;
    color: #ACB4DF;
    margin: 0
}

.strt .objblock {
    background: #1b1a18;
    padding: 48px 0
}

.strt .objblock-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.strt .objblock-left {
    flex: 1 1 0
}

.strt .objblock-right {
    flex: 0 0 220px
}

.strt .objblock-h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 0 0 16px
}

.strt .objblock-h2 strong {
    color: #4B8AD2
}

.strt .objblock-p {
    font-size: 15px;
    line-height: 1.7;
    color: #c8cce8;
    margin: 0 0 16px
}

.strt .objblock-quote {
    background: linear-gradient(83deg, #4b8ad224 0%, #acb4df0d 100%);
    border-radius: 8px;
    padding: 16px;
    font-size: 15px;
    line-height: 1.5;
    color: #ACB4DF;
    font-style: italic;
    box-shadow: inset 0 3px 6px 0 #4b8ad214
}

.strt .objblock-link {
    display: inline;
    color: #4B8AD2;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.strt .objblock-link:hover {
    color: #FDFDFE
}

.strt .objblock-link:focus-visible {
    outline: 2px solid #4B8AD2 !important;
    outline-offset: 2px !important;
    border-radius: 3px !important
}

.strt .objblock-imgwrap {
    width: 220px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 48px 0 #4b8ad221
}

.strt .objblock-imgwrap img {
    width: 220px;
    height: 138px;
    object-fit: cover;
    display: block
}

.strt .objblock-aside-note {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #ACB4DF
}

@media (max-width: 768px) {
    .strt .pgtitle-grid {
        flex-direction: column;
        gap: 32px
    }

    .strt .pgtitle-right {
        flex: 0 0 auto;
        width: 100%
    }

    .strt .pgtitle-imgwrap {
        width: 100%
    }

    .strt .pgtitle-imgwrap img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9
    }

    .strt .pgtitle-h1 {
        font-size: 30px
    }

    .strt .exblock-inner {
        flex-direction: column;
        gap: 16px
    }

    .strt .exblock-aside {
        flex: 0 0 auto
    }

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

    .strt .teamblock-inner {
        flex-direction: column;
        gap: 24px
    }

    .strt .teamblock-imgcol {
        flex: 0 0 auto;
        width: 100%
    }

    .strt .teamblock-imgwrap {
        width: 100%
    }

    .strt .teamblock-imgwrap img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9
    }

    .strt .teamblock-h2 em {
        font-size: 30px
    }

    .strt .approachblock-row {
        flex-direction: column
    }

    .strt .approachblock-right {
        flex: 0 0 auto
    }

    .strt .objblock-inner {
        flex-direction: column;
        gap: 24px
    }

    .strt .objblock-right {
        flex: 0 0 auto;
        width: 100%
    }

    .strt .objblock-imgwrap {
        width: 100%
    }

    .strt .objblock-imgwrap img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9
    }

    .strt .recognblock-list {
        flex-direction: column
    }
}

@media (max-width: 390px) {
    .strt .pgtitle {
        padding-left: 16px;
        padding-right: 16px
    }

    .strt .pgtitle-h1 {
        font-size: 30px
    }

    .strt .exblock-inner,
    .strt .readyblock-inner,
    .strt .teamblock-inner,
    .strt .approachblock-inner,
    .strt .recognblock-inner,
    .strt .objblock-inner {
        padding-left: 16px;
        padding-right: 16px
    }

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

.srvpg {
    background: #1e1b18;
    overflow-x: hidden;
    position: relative
}

.srvpg .flickerbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0
}

.srvpg .flickerbg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4B8AD2;
    opacity: 0;
    animation: accentflicker 7s infinite
}

@keyframes accentflicker {

    0%,
    89%,
    91%,
    93%,
    100% {
        opacity: 0
    }

    90% {
        opacity: .018
    }

    92% {
        opacity: .009
    }
}

.srvpg .pagemax {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px
}

::selection {
    background: #4b8ad247;
    color: #FDFDFE
}

.srvpg input::placeholder,
.srvpg textarea::placeholder {
    color: #fdfdfe66
}

.srvpg a {
    color: #4B8AD2;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.srvpg a:hover {
    color: #ACB4DF
}

.srvpg .titlesec {
    background: #26221e;
    position: relative;
    padding: 48px 0;
    border-left: 4px solid #4B8AD2
}

.srvpg .titlesec .blobdeco {
    position: absolute;
    border-radius: 28px;
    pointer-events: none;
    overflow: hidden
}

.srvpg .titlesec .blobdeco.b1 {
    width: 320px;
    height: 320px;
    top: -80px;
    right: 60px;
    background: #4b8ad212;
    filter: blur(48px);
    border-radius: 28px
}

.srvpg .titlesec .blobdeco.b2 {
    width: 200px;
    height: 200px;
    bottom: -40px;
    right: 200px;
    background: #acb4df0f;
    filter: blur(32px);
    border-radius: 28px
}

.srvpg .titlesec .titleinner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px
}

.srvpg .titlesec .textzone {
    flex: 1 1 0;
    padding: 16px 0
}

.srvpg .titlesec .imgzone {
    flex: 0 0 380px;
    padding: 8px 0
}

.srvpg .titlesec .imgzone .imgwrap {
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 16/9;
    box-shadow: 0 12px 48px 0 #4b8ad221
}

.srvpg .titlesec .imgzone .imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    transition: filter .5s cubic-bezier(0.4, 0, 1, 1)
}

.srvpg .titlesec .imgzone .imgwrap:hover img {
    filter: grayscale(60%)
}

.srvpg .titlesec .pagelabel {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .12em;
    color: #4B8AD2;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.srvpg .titlesec .bighead {
    font-size: 56px;
    line-height: 1.1;
    color: #FDFDFE;
    margin-bottom: 8px;
    font-weight: 800
}

.srvpg .titlesec .bighead .accentword {
    color: #4B8AD2;
    font-weight: 800
}

.srvpg .titlesec .subhead {
    font-size: 30px;
    line-height: 1.3;
    color: #ACB4DF;
    margin-bottom: 32px;
    font-weight: 400
}

.srvpg .titlesec .leadpara {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfed1;
    max-width: 520px
}

.srvpg .titlesec .sidenote {
    margin-top: 32px;
    padding: 12px 16px;
    background: #4b8ad217;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    color: #ACB4DF;
    letter-spacing: .04em
}

.srvpg .servicesec {
    background: #FDFDFE;
    position: relative;
    padding: 48px 0
}

.srvpg .servicesec .leftband {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(83deg, #ACB4DF 0%, #4B8AD2 60%, transparent 100%)
}

.srvpg .servicesec .zigzagedge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 16px;
    overflow: hidden
}

.srvpg .servicesec .zigzagedge svg {
    display: block;
    width: 100%;
    height: 16px
}

.srvpg .servicesec .srvheadrow {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 32px
}

.srvpg .servicesec .srvmaintitle {
    font-size: 30px;
    line-height: 1.3;
    color: #26221e;
    font-weight: 700
}

.srvpg .servicesec .srvmaintitle .accentword {
    color: #4B8AD2;
    font-weight: 800
}

.srvpg .servicesec .srvcount {
    font-size: 14px;
    line-height: 1.3;
    color: #4B8AD2;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap
}

.srvpg .servicesec .threecol {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1.8fr;
    gap: 16px;
    align-items: start
}

.srvpg .servicesec .srvcard {
    background: #26221e;
    border-radius: 8px;
    padding: 32px 24px;
    box-shadow: 0 4px 14px 0 #4b8ad21c;
    position: relative;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1), transform .16s cubic-bezier(0.4, 0, 1, 1);
    overflow: hidden
}

.srvpg .servicesec .srvcard:hover {
    box-shadow: 0 12px 48px 0 #4b8ad221;
    transform: translateY(-2px)
}

.srvpg .servicesec .srvcard .cardtopbar {
    height: 3px;
    border-radius: 3px;
    background: #4B8AD2;
    margin-bottom: 24px
}

.srvpg .servicesec .srvcard.mid .cardtopbar {
    background: linear-gradient(83deg, #4B8AD2 0%, #ACB4DF 100%)
}

.srvpg .servicesec .srvcard.wide .cardtopbar {
    background: #ACB4DF
}

.srvpg .servicesec .srvcard .cardicon {
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.srvpg .servicesec .srvcard .cardicon svg {
    width: 32px;
    height: 32px
}

.srvpg .servicesec .srvcard .cardname {
    font-size: 15px;
    line-height: 1.3;
    color: #FDFDFE;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: .02em
}

.srvpg .servicesec .srvcard .carddesc {
    font-size: 14px;
    line-height: 1.7;
    color: #fdfdfeb8;
    margin-bottom: 16px
}

.srvpg .servicesec .srvcard .cardtag {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    color: #4B8AD2;
    background: #4b8ad21f;
    border-radius: 3px;
    padding: 4px 8px;
    letter-spacing: .06em
}

.srvpg .servicesec .srvcard.wide .carddesc {
    color: #fdfdfec7
}

.srvpg .servicesec .srvcard.wide .extralist {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srvpg .servicesec .srvcard.wide .extralist li {
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfea6;
    padding-left: 12px;
    position: relative
}

.srvpg .servicesec .srvcard.wide .extralist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 0;
    background: #4B8AD2
}

.srvpg .servicesec .ratioblock {
    margin-top: 32px;
    padding: 24px;
    background: #4b8ad20f;
    border-radius: 8px
}

.srvpg .servicesec .ratioblock .ratiolabel {
    font-size: 14px;
    line-height: 1.3;
    color: #26221ea6;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.srvpg .servicesec .ratioblock .ratiolabel span {
    color: #26221e;
    font-weight: 700
}

.srvpg .servicesec .ratioblock .ratiobar {
    height: 8px;
    background: #26221e1f;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 4px
}

.srvpg .servicesec .ratioblock .ratiofill {
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(83deg, #4B8AD2 0%, #ACB4DF 100%);
    transition: width .5s cubic-bezier(0.4, 0, 1, 1)
}

.srvpg .servicesec .ratioblock .ratiosubtext {
    font-size: 14px;
    line-height: 1.3;
    color: #26221e80
}

.srvpg .faqsec {
    background: #26221e;
    position: relative;
    padding: 48px 0
}

.srvpg .faqsec .leftband {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(83deg, transparent 0%, #ACB4DF 50%, #4B8AD2 100%)
}

.srvpg .faqsec .geotexture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    pointer-events: none;
    overflow: hidden
}

.srvpg .faqsec .geotexture svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .04
}

.srvpg .faqsec .faqinner {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.srvpg .faqsec .faqcol {
    flex: 1 1 0
}

.srvpg .faqsec .faqimgcol {
    flex: 0 0 340px;
    position: relative
}

.srvpg .faqsec .faqimgwrap {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 12px 48px 0 #acb4df21;
    position: relative
}

.srvpg .faqsec .faqimgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%)
}

.srvpg .faqsec .faqimgwrap .imgoverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(83deg, #4b8ad238 0%, transparent 70%)
}

.srvpg .faqsec .entrymark {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px
}

.srvpg .faqsec .entrymark .markline {
    height: 2px;
    background: #4B8AD2;
    border-radius: 0;
    flex: 0 0 32px
}

.srvpg .faqsec .entrymark .marklabel {
    font-size: 14px;
    line-height: 1.3;
    color: #4B8AD2;
    letter-spacing: .1em;
    text-transform: uppercase
}

.srvpg .faqsec .faqtitle {
    font-size: 30px;
    line-height: 1.3;
    color: #FDFDFE;
    font-weight: 700;
    margin-bottom: 32px
}

.srvpg .faqsec .faqtitle .accentword {
    color: #ACB4DF
}

.srvpg .faqsec .faqitem {
    border-top: 1px solid #acb4df24;
    padding: 16px 0
}

.srvpg .faqsec .faqitem:last-of-type {
    border-bottom: 1px solid #acb4df24
}

.srvpg .faqsec .faqitem details {
    cursor: pointer
}

.srvpg .faqsec .faqitem details summary {
    font-size: 15px;
    line-height: 1.5;
    color: #FDFDFE;
    font-weight: 600;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.srvpg .faqsec .faqitem details summary::-webkit-details-marker {
    display: none
}

.srvpg .faqsec .faqitem details summary:hover {
    color: #ACB4DF
}

.srvpg .faqsec .faqitem details summary .faqarrow {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s cubic-bezier(0.4, 0, 1, 1)
}

.srvpg .faqsec .faqitem details[open] summary .faqarrow {
    transform: rotate(180deg)
}

.srvpg .faqsec .faqitem details .faqans {
    font-size: 14px;
    line-height: 1.7;
    color: #fdfdfead;
    padding-top: 12px;
    padding-right: 32px
}

.srvpg .faqsec .exitmark {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 32px
}

.srvpg .faqsec .exitmark .markline {
    height: 2px;
    background: #ACB4DF;
    border-radius: 0;
    flex: 0 0 32px
}

.srvpg .faqsec .exitmark .marklabel {
    font-size: 14px;
    line-height: 1.3;
    color: #ACB4DF;
    letter-spacing: .1em;
    text-transform: uppercase
}

.srvpg .faqsec .imgstats {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.srvpg .faqsec .imgstats .statrow {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px
}

.srvpg .faqsec .imgstats .statnum {
    font-size: 30px;
    line-height: 1.1;
    color: #4B8AD2;
    font-weight: 800
}

.srvpg .faqsec .imgstats .statlabel {
    font-size: 14px;
    line-height: 1.3;
    color: #fdfdfe99
}

@keyframes gradangle {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.srvpg .servicesec .srvcard.mid {
    background: linear-gradient(83deg, #26221e 0%, #2a2520 100%);
    background-size: 200% 200%;
    animation: gradangle 8s ease-in-out infinite
}

@media (max-width: 1280px) {
    .srvpg .titlesec .imgzone {
        flex: 0 0 300px
    }

    .srvpg .faqsec .faqimgcol {
        flex: 0 0 280px
    }
}

@media (max-width: 768px) {
    .srvpg .titlesec .titleinner {
        flex-direction: column;
        gap: 24px
    }

    .srvpg .titlesec .imgzone {
        flex: 0 0 auto;
        width: 100%
    }

    .srvpg .titlesec .bighead {
        font-size: 30px
    }

    .srvpg .titlesec .subhead {
        font-size: 15px
    }

    .srvpg .servicesec .threecol {
        grid-template-columns: 1fr
    }

    .srvpg .servicesec .srvheadrow {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .srvpg .faqsec .faqinner {
        flex-direction: column;
        gap: 32px
    }

    .srvpg .faqsec .faqimgcol {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (max-width: 390px) {
    .srvpg .pagemax {
        padding: 0 16px
    }

    .srvpg .titlesec {
        padding: 32px 0
    }

    .srvpg .servicesec {
        padding: 32px 0
    }

    .srvpg .faqsec {
        padding: 32px 0
    }

    .srvpg .titlesec .bighead {
        font-size: 30px
    }
}

.nwspage {
    background: #1e1b18;
    min-height: 100vh;
    overflow-x: hidden
}

.nwspage .pgwrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px
}

.nwspage .pagetop {
    padding: 48px 16px 32px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

.nwspage .pagetop::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(83deg, transparent 0%, #4B8AD2 40%, #ACB4DF 60%, transparent 100%);
    margin-top: 32px;
    opacity: .4
}

.nwspage .eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    color: #ACB4DF;
    line-height: 1.3;
    margin-bottom: 8px;
    display: block
}

.nwspage .pagetoptitle {
    font-size: 56px;
    line-height: 1.1;
    color: #FDFDFE;
    margin: 0;
    font-weight: 800
}

.nwspage .pagetoptitle span {
    color: #4B8AD2
}

.nwspage .topline {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.nwspage .topdesc {
    font-size: 15px;
    color: #ACB4DF;
    line-height: 1.5;
    max-width: 480px;
    margin: 0
}

.nwspage .cardgrid {
    padding: 48px 16px;
    max-width: 1100px;
    margin: 0 auto
}

.nwspage .cardgrid .gridrow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.nwspage .postcard {
    background: #2a2520;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 14px 0 #4b8ad21c;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1), transform .16s cubic-bezier(0.4, 0, 1, 1);
    text-decoration: none;
    color: inherit;
    position: relative
}

.nwspage .postcard:hover {
    box-shadow: 0 12px 48px 0 #4b8ad221;
    transform: translateY(-2px)
}

.nwspage .postcard:hover .cardimgwrap img {
    box-shadow: 0 12px 48px 0 #4b8ad221
}

.nwspage .postcard:hover .diagonaloverlay {
    opacity: 1
}

.nwspage .cardimgwrap {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative
}

.nwspage .cardimgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s cubic-bezier(0.4, 0, 1, 1)
}

.nwspage .postcard:hover .cardimgwrap img {
    transform: scale(1.04)
}

.nwspage .diagonaloverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(83deg, transparent 30%, #4b8ad22e 50%, transparent 70%);
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1);
    pointer-events: none
}

.nwspage .cardbody {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.nwspage .cardmeta {
    font-size: 14px;
    color: #ACB4DF;
    line-height: 1.3;
    letter-spacing: .08em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.nwspage .cardmeta .metadot {
    width: 4px;
    height: 4px;
    border-radius: 0;
    background: #4B8AD2;
    display: inline-block
}

.nwspage .cardtitle {
    font-size: 15px;
    line-height: 1.3;
    color: #FDFDFE;
    margin: 0;
    font-weight: 700
}

.nwspage .carddesc {
    font-size: 14px;
    line-height: 1.5;
    color: #b0aaa3;
    margin: 0;
    flex: 1
}

.nwspage .cardlink {
    font-size: 14px;
    color: #4B8AD2;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    font-weight: 700;
    align-self: flex-start;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1);
    margin-top: 4px
}

.nwspage .postcard:hover .cardlink {
    color: #FDFDFE
}

.nwspage .featblock {
    background: linear-gradient(180deg, #252118 0%, #1e1b18 100%);
    padding: 48px 0 32px;
    border-top: 1px solid #acb4df1f
}

.nwspage .featblock .pgwrap {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start
}

.nwspage .featmain {
    flex: 2;
    min-width: 0
}

.nwspage .featsidebar {
    flex: 1;
    min-width: 0;
    padding-left: 32px;
    border-left: none;
    position: relative
}

.nwspage .featsidebar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, #4b8ad24d 30%, #4b8ad24d 70%, transparent)
}

.nwspage .feateyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    color: #4B8AD2;
    line-height: 1.3;
    display: block;
    margin-bottom: 12px
}

.nwspage .feattitle {
    font-size: 30px;
    line-height: 1.1;
    color: #FDFDFE;
    margin: 0 0 16px;
    font-weight: 800
}

.nwspage .feattitle span {
    font-size: 56px;
    display: block;
    color: #4B8AD2;
    line-height: 1
}

.nwspage .feattext {
    font-size: 15px;
    line-height: 1.7;
    color: #b0aaa3;
    margin: 0 0 16px
}

.nwspage .featimgwrap {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 14px 0 #4b8ad21c;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1)
}

.nwspage .featimgwrap:hover {
    box-shadow: 0 12px 48px 0 #4b8ad221
}

.nwspage .featimgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.nwspage .sidestat {
    background: #2a2520;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 5px 0 #4b8ad20f
}

.nwspage .sidestat .statnum {
    font-size: 56px;
    line-height: 1;
    color: #4B8AD2;
    font-weight: 800;
    display: block
}

.nwspage .sidestat .statlabel {
    font-size: 14px;
    color: #ACB4DF;
    line-height: 1.3;
    letter-spacing: .08em;
    display: block;
    margin-top: 4px
}

.nwspage .sidestat .statdesc {
    font-size: 14px;
    color: #b0aaa3;
    line-height: 1.5;
    margin: 8px 0 0
}

.nwspage .sidenote {
    font-size: 14px;
    color: #ACB4DF;
    line-height: 1.5;
    border-radius: 3px;
    background: #4b8ad214;
    padding: 12px
}

.nwspage .aboutstrip {
    padding: 48px 16px;
    max-width: 1100px;
    margin: 0 auto
}

.nwspage .aboutstrip .stripinner {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: stretch
}

.nwspage .aboutstrip .stripleft {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.nwspage .aboutstrip .stripright {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.nwspage .stripheading {
    font-size: 30px;
    line-height: 1.1;
    color: #FDFDFE;
    margin: 0;
    font-weight: 800
}

.nwspage .stripheading span {
    color: #4B8AD2
}

.nwspage .striptxt {
    font-size: 15px;
    line-height: 1.7;
    color: #b0aaa3;
    margin: 0
}

.nwspage .stripimgwrap {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 14px 0 #4b8ad21c;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1)
}

.nwspage .stripimgwrap:hover {
    box-shadow: 0 12px 48px 0 #4b8ad221
}

.nwspage .stripimgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.nwspage .stripannotation {
    font-size: 14px;
    color: #ACB4DF;
    line-height: 1.5;
    border-radius: 3px;
    padding: 12px;
    background: #acb4df12;
    box-shadow: inset 0 2px 6px 0 #acb4df0f
}

.nwspage .stripannotation strong {
    color: #4B8AD2
}

.nwspage .divfade {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #4b8ad24d 50%, transparent 100%);
    margin: 0 16px
}

.nwspage .bgshift {
    animation: bgpulse 15s linear infinite
}

@keyframes bgpulse {
    0% {
        background-color: #1e1b18
    }

    50% {
        background-color: #201e1a
    }

    100% {
        background-color: #1e1b18
    }
}

@media (max-width: 768px) {
    .nwspage .pagetoptitle {
        font-size: 30px
    }

    .nwspage .feattitle span {
        font-size: 30px
    }

    .nwspage .sidestat .statnum {
        font-size: 30px
    }

    .nwspage .cardgrid .gridrow {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .nwspage .featblock .pgwrap {
        flex-direction: column;
        padding: 0 16px
    }

    .nwspage .featsidebar {
        padding-left: 0;
        padding-top: 16px
    }

    .nwspage .featsidebar::before {
        display: none
    }

    .nwspage .aboutstrip .stripinner {
        flex-direction: column
    }

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

@media (max-width: 390px) {
    .nwspage .pagetoptitle {
        font-size: 30px
    }

    .nwspage .cardgrid {
        padding: 32px 8px
    }

    .nwspage .pagetop {
        padding: 32px 8px 16px
    }
}

.ctus {
    background: #1e1b18;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative
}

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

.ctus .streak::before {
    content: '';
    position: absolute;
    top: -200px;
    left: 30%;
    width: 3px;
    height: 600px;
    background: linear-gradient(83deg, transparent 0%, #4B8AD2 40%, #ACB4DF 60%, transparent 100%);
    opacity: .12;
    transform: rotate(83deg)
}

.ctus .streak::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 15%;
    width: 2px;
    height: 400px;
    background: linear-gradient(83deg, transparent 0%, #ACB4DF 50%, transparent 100%);
    opacity: .08;
    transform: rotate(83deg)
}

.ctus .pg-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1
}

.ctus .reveal-a {
    animation: revealA .5s cubic-bezier(0.4, 0, 1, 1) both
}

.ctus .reveal-b {
    animation: revealB .5s cubic-bezier(0.4, 0, 1, 1) .12s both
}

.ctus .reveal-c {
    animation: revealC .5s cubic-bezier(0.4, 0, 1, 1) .26s both
}

@keyframes revealA {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

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

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

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

@keyframes revealC {
    from {
        opacity: 0;
        transform: translateY(44px)
    }

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

.ctus .topband {
    padding: 64px 0 48px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    position: relative
}

.ctus .topband-imgstrip {
    width: 220px;
    flex-shrink: 0;
    position: relative;
    border-radius: 8px 0 0 8px;
    overflow: hidden
}

.ctus .topband-imgstrip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ctus .topband-imgstrip .scanlines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, #1e1b182e 0px, #1e1b182e 1px, transparent 1px, transparent 4px);
    pointer-events: none
}

.ctus .topband-imgstrip .vignette-img {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, transparent 40%, #1e1b18b8 100%);
    pointer-events: none
}

.ctus .topband-imgstrip .noise-layer {
    position: absolute;
    inset: 0;
    opacity: .06;
    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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    pointer-events: none
}

.ctus .topband-text {
    flex: 1;
    padding: 48px;
    background: linear-gradient(170deg, #252118 0%, #1e1b18 100%);
    border-radius: 0 8px 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.ctus .topband-text .accentbar {
    width: 48px;
    height: 4px;
    background: #4B8AD2;
    border-radius: 0;
    margin-bottom: 16px
}

.ctus .topband-text .pg-label {
    font-size: 14px;
    letter-spacing: .12em;
    color: #ACB4DF;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 12px
}

.ctus .topband-text .pg-h1 {
    font-size: 56px;
    line-height: 1.1;
    color: #FDFDFE;
    margin: 0 0 16px;
    font-weight: 700
}

.ctus .topband-text .pg-h1 span.bigword {
    font-size: 56px;
    color: #4B8AD2
}

.ctus .topband-text .pg-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #c2c0bc;
    max-width: 480px;
    margin: 0 0 24px
}

.ctus .topband-text .counter-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-end
}

.ctus .topband-text .ctr-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ctus .topband-text .ctr-num {
    font-size: 30px;
    line-height: 1.1;
    color: #4B8AD2;
    font-weight: 700
}

.ctus .topband-text .ctr-label {
    font-size: 14px;
    color: #ACB4DF;
    letter-spacing: .06em;
    line-height: 1.3
}

.ctus .decoline-top {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #4B8AD2 30%, #ACB4DF 70%, transparent 100%);
    opacity: .18;
    pointer-events: none
}

.ctus .decoline-bot {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #ACB4DF 30%, #4B8AD2 70%, transparent 100%);
    opacity: .13;
    pointer-events: none
}

.ctus .formblock {
    padding: 0 0 80px;
    position: relative;
    z-index: 1
}

.ctus .formblock-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    background: linear-gradient(200deg, #28241f 0%, #1e1b18 100%);
    border-radius: 8px;
    box-shadow: 0 12px 48px 0 #4b8ad221;
    overflow: hidden
}

.ctus .formblock-side {
    width: 300px;
    flex-shrink: 0;
    background: linear-gradient(170deg, #2e2920 0%, #1e1b18 100%);
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative
}

.ctus .formblock-side::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, #4B8AD2 40%, #ACB4DF 70%, transparent 100%);
    opacity: .2
}

.ctus .side-heading {
    font-size: 30px;
    line-height: 1.3;
    color: #FDFDFE;
    font-weight: 700;
    margin: 0
}

.ctus .side-heading span.bigword {
    font-size: 30px;
    color: #4B8AD2
}

.ctus .contact-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0
}

.ctus .contact-list li {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ctus .contact-list .ci-label {
    font-size: 14px;
    letter-spacing: .1em;
    color: #ACB4DF;
    text-transform: uppercase;
    line-height: 1.3
}

.ctus .contact-list .ci-val {
    font-size: 15px;
    color: #FDFDFE;
    line-height: 1.5
}

.ctus .contact-list .ci-val a {
    color: #FDFDFE;
    text-decoration: underline;
    text-decoration-color: #4B8AD2;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    transition: color .16s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .contact-list .ci-val a:hover {
    color: #4B8AD2
}

.ctus .side-icon-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center
}

.ctus .side-icon-item {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #4b8ad21f;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px 0 #4b8ad20f
}

.ctus .side-icon-item svg {
    width: 18px;
    height: 18px
}

.ctus .formblock-form {
    flex: 1;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 0
}

.ctus .form-accentbar {
    width: 32px;
    height: 3px;
    background: #4B8AD2;
    border-radius: 0;
    margin-bottom: 16px
}

.ctus .form-heading {
    font-size: 30px;
    line-height: 1.3;
    color: #FDFDFE;
    font-weight: 700;
    margin: 0 0 8px
}

.ctus .form-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #c2c0bc;
    margin: 0 0 32px
}

.ctus .contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ctus .field-row {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.ctus .field-row .fld-grp {
    flex: 1
}

.ctus .fld-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus .fld-grp label {
    font-size: 14px;
    color: #ACB4DF;
    letter-spacing: .07em;
    line-height: 1.3;
    text-transform: uppercase
}

.ctus .fld-grp input,
.ctus .fld-grp select {
    background: #1e1b18b3;
    border: 1px solid #acb4df33;
    border-radius: 3px;
    color: #FDFDFE;
    font-size: 15px;
    line-height: 1.5;
    padding: 12px 16px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    box-shadow: inset 0 3px 6px 0 #4b8ad20f;
    transition: border-color .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
    appearance: none;
    -webkit-appearance: none
}

.ctus .fld-grp input::placeholder {
    color: #fdfdfe66
}

.ctus .fld-grp input:focus,
.ctus .fld-grp select:focus {
    border-color: #4B8AD2;
    box-shadow: inset 0 3px 6px 0 #4b8ad214 0 0 0 3px #4b8ad221
}

.ctus .select-wrap {
    position: relative
}

.ctus .select-wrap select {
    padding-right: 40px;
    cursor: pointer
}

.ctus .select-wrap .sel-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ctus .select-wrap .sel-arrow svg {
    width: 12px;
    height: 12px
}

.ctus .select-wrap select option {
    background: #252118;
    color: #FDFDFE
}

.ctus .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0 0
}

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

.ctus .privacy-row .priv-text {
    font-size: 14px;
    color: #c2c0bc;
    line-height: 1.5
}

.ctus .privacy-row .priv-text a {
    color: #4B8AD2;
    text-decoration: underline !important;
    text-decoration-color: #4B8AD2 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 2px;
    transition: color .14s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .privacy-row .priv-text a:hover {
    color: #ACB4DF
}

.ctus .submit-btn {
    margin-top: 8px;
    padding: 16px 48px;
    background: #4B8AD2;
    color: #FDFDFE;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    align-self: flex-start;
    box-shadow: 0 4px 14px 0 #4b8ad21c;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1), background .14s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .submit-btn:hover {
    box-shadow: 0 12px 48px 0 #4b8ad247;
    background: #5a97dc
}

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

.ctus .submit-btn:active {
    background: #3a78c0;
    box-shadow: 0 2px 5px 0 #4b8ad20f
}

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

    .ctus .topband {
        flex-direction: column;
        padding: 32px 0
    }

    .ctus .topband-imgstrip {
        width: 100%;
        height: 200px;
        border-radius: 8px 8px 0 0
    }

    .ctus .topband-text {
        border-radius: 0 0 8px 8px;
        padding: 32px 24px
    }

    .ctus .topband-text .pg-h1 {
        font-size: 30px
    }

    .ctus .topband-text .pg-h1 span.bigword {
        font-size: 30px
    }

    .ctus .counter-row {
        gap: 16px
    }

    .ctus .formblock-inner {
        flex-direction: column
    }

    .ctus .formblock-side {
        width: 100%;
        padding: 32px 24px
    }

    .ctus .formblock-side::after {
        display: none
    }

    .ctus .formblock-form {
        padding: 32px 24px
    }

    .ctus .field-row {
        flex-direction: column
    }

    .ctus .submit-btn {
        width: 100%;
        text-align: center
    }
}

@media (max-width: 390px) {
    .ctus .topband-text .pg-h1 {
        font-size: 30px
    }

    .ctus .form-heading {
        font-size: 15px
    }

    .ctus .side-heading {
        font-size: 15px
    }
}

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

.successPage .innerWrap {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.successPage .iconRing {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(83deg, #2a3a52 0%, #1e2a3a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 48px 0 #4b8ad221;
    flex-shrink: 0
}

.successPage .iconRing svg {
    display: block
}

.successPage .textBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    max-width: 560px
}

.successPage .mainHeading {
    font-size: 56px;
    line-height: 1.1;
    color: #FDFDFE;
    margin: 0;
    letter-spacing: -.5px
}

.successPage .mainHeading .accentWord {
    color: #4B8AD2;
    font-weight: 700
}

.successPage .subText {
    font-size: 15px;
    line-height: 1.7;
    color: #ACB4DF;
    margin: 0
}

.successPage .dividerLine {
    width: 48px;
    height: 3px;
    background: linear-gradient(83deg, #4B8AD2 0%, #ACB4DF 100%);
    border-radius: 3px
}

.successPage .detailNote {
    font-size: 14px;
    line-height: 1.5;
    color: #ACB4DF;
    opacity: .7;
    margin: 0;
    letter-spacing: .04em
}

.successPage .backBtn {
    display: inline-block;
    padding: 16px 32px;
    background: #4B8AD2;
    color: #FDFDFE;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 14px 0 #4b8ad21c;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1);
    letter-spacing: .02em
}

.successPage .backBtn:hover {
    background: #3a78c0;
    box-shadow: 0 12px 48px 0 #4b8ad221
}

.successPage .backBtn:focus {
    outline: 2px solid #ACB4DF;
    outline-offset: 4px
}

.successPage .backBtn:active {
    background: #2f65a8;
    box-shadow: 0 2px 5px 0 #4b8ad20f
}

.successPage .contactLine {
    font-size: 14px;
    line-height: 1.5;
    color: #ACB4DF;
    margin: 0;
    opacity: .8
}

.successPage .contactLine a {
    color: #4B8AD2;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.successPage .contactLine a:hover {
    color: #FDFDFE
}

@media (max-width: 768px) {
    .successPage {
        padding: 48px 16px
    }

    .successPage .mainHeading {
        font-size: 30px
    }
}

@media (max-width: 390px) {
    .successPage {
        padding: 32px 12px
    }

    .successPage .mainHeading {
        font-size: 30px
    }

    .successPage .iconRing {
        width: 64px;
        height: 64px
    }
}