body.docs-documents-page { padding-top: 0 !important; overflow-x: hidden; color: var(--docs-ink); background: #fff; font-family: var(--docs-body); -webkit-font-smoothing: antialiased; }
.docs-documents-page::selection { color: #fff; background: var(--docs-primary); }
.docs-documents-page .container { width: min(100% - 48px, 1360px); max-width: 1360px; padding: 0; margin-inline: auto; }
.docs-documents-page a { color: inherit; text-decoration: none; }
.docs-documents-page h1, .docs-documents-page h2, .docs-documents-page h3 { font-family: var(--docs-heading); letter-spacing: -.035em; }
.docs-documents-page em { font-style: normal; }
.docs-documents-page [hidden] { display: none !important; }

.docs-documents-hero { position: relative; min-height: 800px; overflow: hidden; padding: 145px 0 94px; color: #fff; background: linear-gradient(116deg, #031828 0%, #06324d 55%, #0877a5 118%); }
.docs-documents-hero::before { position: absolute; inset: 0 0 0 auto; width: 48%; content: ""; opacity: .24; background: linear-gradient(138deg, transparent 0 27%, rgba(117, 220, 255, .13) 27% 42%, transparent 42% 57%, rgba(117, 220, 255, .08) 57% 72%, transparent 72%); }
.docs-documents-hero::after { position: absolute; right: -13%; bottom: -76%; width: 780px; height: 780px; border: 120px solid rgba(117, 220, 255, .055); border-radius: 50%; content: ""; }
.docs-documents-hero__grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.docs-documents-hero__layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 7vw; }
.docs-documents-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--docs-cyan); font: 800 .68rem var(--docs-heading); letter-spacing: .11em; text-transform: uppercase; }
.docs-documents-eyebrow i { width: 9px; height: 9px; border-radius: 50%; background: #2ed29c; box-shadow: 0 0 0 6px rgba(46, 210, 156, .13); }
.docs-documents-hero__copy h1 { max-width: 690px; margin: 27px 0 24px; color: #fff; font-size: clamp(4rem, 5.2vw, 5.9rem); font-weight: 700; line-height: .9; }
.docs-documents-hero__copy h1 span, .docs-documents-hero__copy h1 em { display: block; }
.docs-documents-hero__copy h1 em { color: var(--docs-cyan); }
.docs-documents-hero__copy > p { max-width: 610px; margin: 0; color: rgba(233, 250, 255, .73); font-size: 1rem; line-height: 1.7; }
.docs-documents-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 31px; }
.docs-documents-share { display: inline-flex; align-items: center; gap: 11px; padding: 0; border: 0; color: rgba(255, 255, 255, .76); background: transparent; font: 700 .8rem var(--docs-heading); }
.docs-documents-share span { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(255, 255, 255, .25); border-radius: 11px; background: rgba(255, 255, 255, .07); }
.docs-documents-share:hover { color: #fff; }

.docs-archive { overflow: hidden; border: 1px solid rgba(255, 255, 255, .27); border-radius: 24px; color: var(--docs-ink); background: rgba(255, 255, 255, .98); box-shadow: 0 30px 65px rgba(0, 12, 29, .3); }
.docs-archive__topline { display: flex; min-height: 57px; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--docs-border); font: 800 .69rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-archive__topline small { display: inline-flex; align-items: center; gap: 8px; color: #178a64; font-size: .62rem; }
.docs-archive__topline small i { width: 7px; height: 7px; border-radius: 50%; background: #25b981; box-shadow: 0 0 0 5px rgba(37, 185, 129, .11); }
.docs-archive__body { display: grid; min-height: 430px; grid-template-columns: .88fr 1.12fr; gap: 15px; padding: 21px; background-color: #f8fbfc; background-image: linear-gradient(#e9f1f4 1px, transparent 1px), linear-gradient(90deg, #e9f1f4 1px, transparent 1px); background-size: 34px 34px; }
.docs-archive__tabs { display: grid; align-content: center; gap: 10px; }
.docs-archive__tabs button { display: grid; min-height: 88px; grid-template-columns: 43px minmax(0, 1fr) 38px; align-items: center; gap: 11px; padding: 12px; border: 1px solid var(--docs-border); border-radius: 13px; color: var(--docs-ink); background: rgba(255, 255, 255, .96); text-align: left; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.docs-archive__tabs button:hover { border-color: #8fcbe3; transform: translateX(2px); }
.docs-archive__tabs button.is-active { border-color: #69c4e5; background: #edf9fd; box-shadow: 0 10px 22px rgba(6, 121, 185, .11); }
.docs-archive__tabs button > span { display: grid; width: 41px; height: 41px; place-items: center; border-radius: 11px; color: var(--docs-primary); background: #e8f6fc; }
.docs-archive__tabs button.is-active > span { color: #fff; background: var(--docs-primary); }
.docs-archive__tabs button small, .docs-archive__tabs button strong { display: block; }
.docs-archive__tabs button small { margin-bottom: 3px; color: var(--docs-primary); font: 800 .56rem var(--docs-heading); letter-spacing: .08em; }
.docs-archive__tabs button strong { font: 700 .86rem var(--docs-heading); }
.docs-archive__tabs button > svg { box-sizing: content-box; width: 13px; height: 13px; padding: 10px; justify-self: end; border: 1px solid #d7e6ec; border-radius: 10px; color: #8ba0ae; background: #f2f6f8; }
.docs-archive__tabs button.is-active > svg { color: var(--docs-primary); border-color: #b9dfec; background: #fff; }
.docs-archive__preview { position: relative; display: flex; min-height: 100%; align-items: flex-start; justify-content: flex-end; flex-direction: column; padding: 31px; overflow: hidden; border-radius: 18px; color: #fff; background: linear-gradient(145deg, #05263c, #0879aa); }
.docs-archive__preview::after { position: absolute; right: -83px; bottom: -104px; width: 240px; height: 240px; border: 36px solid rgba(117, 220, 255, .08); border-radius: 50%; content: ""; }
.docs-archive__preview > * { position: relative; z-index: 1; }
.docs-archive__sheet { position: absolute; z-index: 0; top: 27px; right: 28px; display: grid; width: 98px; height: 120px; align-content: end; gap: 7px; padding: 15px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 13px; background: rgba(255, 255, 255, .09); transform: rotate(3deg); }
.docs-archive__sheet::before { position: absolute; top: -1px; right: -1px; width: 28px; height: 28px; border-width: 0 0 1px 1px; border-style: solid; border-color: rgba(255, 255, 255, .18); border-radius: 0 13px 0 9px; content: ""; background: rgba(255, 255, 255, .08); }
.docs-archive__sheet span { position: absolute; top: 14px; left: 15px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; color: var(--docs-cyan); background: rgba(255, 255, 255, .09); }
.docs-archive__sheet > i { display: block; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .23); }
.docs-archive__sheet > i:nth-of-type(2) { width: 82%; }
.docs-archive__sheet > i:nth-of-type(3) { width: 91%; }
.docs-archive__sheet > i:nth-of-type(4) { width: 64%; }
.docs-archive__preview > small { color: var(--docs-cyan); font: 800 .61rem var(--docs-heading); letter-spacing: .1em; text-transform: uppercase; }
.docs-archive__preview > strong { max-width: 260px; margin: 8px 0 9px; font: 700 2rem/.98 var(--docs-heading); letter-spacing: -.035em; }
.docs-archive__preview > p { max-width: 315px; margin: 0; color: rgba(233, 250, 255, .7); font-size: .75rem; line-height: 1.55; }
.docs-archive__preview > div:last-child { display: grid; width: 100%; align-items: center; grid-template-columns: 1fr auto; gap: 15px; margin-top: 25px; }
.docs-archive__preview > div:last-child > span { color: rgba(255, 255, 255, .52); font-size: .58rem; }
.docs-archive__preview > div:last-child > a { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 9px; color: #fff; background: rgba(255, 255, 255, .09); font: 700 .65rem var(--docs-heading); }
.docs-archive__footer { display: flex; min-height: 57px; align-items: center; gap: 22px; padding: 0 22px; border-top: 1px solid var(--docs-border); color: var(--docs-muted); background: #fff; font-size: .66rem; }
.docs-archive__footer span { display: inline-flex; align-items: center; gap: 7px; }
.docs-archive__footer svg { color: var(--docs-primary); }

.docs-documents { padding: 122px 0 130px; background: #f3f7fa; }
.docs-documents__heading { display: grid; grid-template-columns: .52fr 1.48fr; align-items: start; gap: 40px; margin-bottom: 54px; }
.docs-documents__heading h2 { max-width: 940px; margin: -9px 0 17px; color: var(--docs-ink); font-size: clamp(3.1rem, 5vw, 5.35rem); font-weight: 700; line-height: .94; }
.docs-documents__heading h2 em { display: block; color: var(--docs-primary); }
.docs-documents__heading p { max-width: 730px; margin: 0; color: var(--docs-muted); line-height: 1.7; }
.docs-documents-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.docs-document-card { position: relative; display: flex; min-height: 430px; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid var(--docs-border); border-radius: 21px; background: #fff; box-shadow: 0 10px 30px rgba(10, 47, 73, .055); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.docs-document-card::before { position: absolute; top: -73px; right: -72px; width: 185px; height: 185px; border: 22px solid #eff7fa; border-radius: 50%; content: ""; }
.docs-document-card:hover { border-color: #8fcbe3; box-shadow: 0 20px 44px rgba(10, 47, 73, .1); transform: translateY(-4px); }
.docs-document-card__topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.docs-document-card__topline > span { padding: 5px 8px; border: 1px solid var(--docs-border); border-radius: 8px; color: var(--docs-muted); font: 700 .62rem var(--docs-heading); }
.docs-document-card__topline small { display: inline-flex; align-items: center; gap: 8px; color: #168661; font: 800 .61rem var(--docs-heading); letter-spacing: .075em; text-transform: uppercase; }
.docs-document-card__topline small i { width: 7px; height: 7px; border-radius: 50%; background: #2ab984; box-shadow: 0 0 0 4px rgba(42, 185, 132, .1); }
.docs-document-card__icon { position: absolute; z-index: 1; top: 72px; right: 28px; display: grid; width: 86px; height: 86px; place-items: center; border: 1px solid #bde0ed; border-radius: 22px; color: var(--docs-primary); background: #edf8fc; box-shadow: 0 11px 25px rgba(7, 105, 151, .09); }
.docs-document-card--account .docs-document-card__icon { color: #b56d14; border-color: #f0d5a7; background: #fff8ea; }
.docs-document-card__icon svg { width: 27px; height: 27px; }
.docs-document-card__content { position: relative; z-index: 1; max-width: 510px; padding-top: 83px; padding-right: 105px; }
.docs-document-card__content > small { color: var(--docs-primary); font: 800 .63rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-document-card--account .docs-document-card__content > small { color: #b56d14; }
.docs-document-card__content h3 { margin: 7px 0 12px; color: var(--docs-ink); font-size: 2.2rem; font-weight: 700; line-height: 1; }
.docs-document-card__content p { margin: 0; color: var(--docs-muted); font-size: .84rem; line-height: 1.62; }
.docs-document-card__meta { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.docs-document-card__meta span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid #d9e8ee; border-radius: 9px; color: var(--docs-muted); background: #f8fbfc; font-size: .63rem; }
.docs-document-card__meta svg { color: var(--docs-primary); }
.docs-document-card--account .docs-document-card__meta svg { color: #b56d14; }
.docs-document-card__footer { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 24px; color: var(--docs-primary); font: 700 .8rem var(--docs-heading); }
.docs-document-card--account .docs-document-card__footer { color: #9d5f13; }
.docs-document-card__footer > svg { box-sizing: content-box; width: 14px; height: 14px; flex: 0 0 14px; padding: 12px; border: 1px solid #c4e2ee; border-radius: 11px; background: #edf8fc; transition: color .18s ease, background .18s ease, transform .18s ease; }
.docs-document-card--account .docs-document-card__footer > svg { border-color: #f0d5a7; background: #fff8ea; }
.docs-document-card:hover .docs-document-card__footer > svg { color: #fff; background: var(--docs-primary); transform: translateX(2px); }
.docs-document-card--account:hover .docs-document-card__footer > svg { background: #b56d14; }
.docs-documents-guidance { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 22px; margin-top: 18px; padding: 27px; border: 1px solid #b9dce9; border-radius: 19px; background: linear-gradient(120deg, #fff, #edf8fc); box-shadow: 0 9px 26px rgba(10, 47, 73, .055); }
.docs-documents-guidance > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); }
.docs-documents-guidance > span svg { width: 21px; height: 21px; }
.docs-documents-guidance small { color: var(--docs-primary); font: 800 .65rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-documents-guidance h3 { max-width: 740px; margin: 5px 0 0; color: var(--docs-ink); font-size: 1.5rem; font-weight: 700; }
.docs-documents-guidance a { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 10px; padding: 11px 17px; border: 1px solid #9bcfe2; border-radius: 11px; color: var(--docs-primary); font: 700 .78rem var(--docs-heading); white-space: nowrap; }

.docs-documents-page #ButtonScrollTop { right: 23px; bottom: 23px; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; color: #fff !important; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); box-shadow: 0 10px 25px rgba(4, 61, 95, .25); }
.docs-documents-page .modal-content { overflow: hidden; border: 1px solid var(--docs-border); border-radius: 18px; color: var(--docs-ink); box-shadow: var(--docs-shadow); }

@media (max-width: 1199.98px) {
    .docs-documents-hero__layout { gap: 4vw; }
    .docs-archive__body { padding: 17px; }
    .docs-archive__preview { padding: 25px; }
}

@media (max-width: 991.98px) {
    .docs-documents-hero { padding-top: 125px; }
    .docs-documents-hero__layout { grid-template-columns: 1fr; }
    .docs-documents-hero__copy { max-width: 760px; }
    .docs-archive { width: min(100%, 800px); }
    .docs-documents__heading { grid-template-columns: 1fr; gap: 25px; }
    .docs-documents__heading h2 { margin-top: 0; }
    .docs-documents-guidance { grid-template-columns: 58px 1fr; }
    .docs-documents-guidance a { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 767.98px) {
    .docs-documents-page .container { width: min(100% - 30px, 1360px); }
    .docs-documents-hero { min-height: 0; padding: 108px 0 72px; }
    .docs-documents-hero__copy h1 { font-size: clamp(3.25rem, 14.5vw, 5rem); }
    .docs-documents-hero__copy > p { font-size: .94rem; }
    .docs-documents-hero__actions { align-items: stretch; flex-direction: column; }
    .docs-documents-share { justify-content: center; }
    .docs-archive__body { min-height: 0; grid-template-columns: 1fr; gap: 12px; padding: 14px; }
    .docs-archive__tabs { grid-template-columns: 1fr; }
    .docs-archive__tabs button { min-height: 76px; }
    .docs-archive__preview { min-height: 330px; padding: 25px; }
    .docs-archive__footer { flex-wrap: wrap; padding-block: 13px; }
    .docs-documents { padding: 85px 0 90px; }
    .docs-documents__heading { margin-bottom: 40px; }
    .docs-documents__heading h2 { font-size: 3.05rem; }
    .docs-documents-grid { grid-template-columns: 1fr; }
    .docs-document-card { min-height: 410px; padding: 23px; }
    .docs-document-card__icon { right: 23px; }
    .docs-documents-guidance { grid-template-columns: 50px 1fr; padding: 22px; }
    .docs-documents-guidance > span { width: 50px; height: 50px; }
    .docs-documents-guidance h3 { font-size: 1.3rem; }
    .docs-documents-guidance a { width: 100%; }
}

@media (max-width: 420px) {
    .docs-documents-hero__copy h1 { font-size: 3rem; }
    .docs-archive__topline { padding-inline: 16px; }
    .docs-archive__preview { min-height: 350px; padding: 22px; }
    .docs-archive__sheet { right: 20px; }
    .docs-archive__preview > div:last-child { align-items: stretch; grid-template-columns: 1fr; }
    .docs-archive__preview > div:last-child > a { justify-self: start; }
    .docs-document-card__topline small { max-width: 160px; line-height: 1.35; text-align: right; }
    .docs-document-card__content { padding-right: 86px; }
    .docs-document-card__content h3 { font-size: 1.95rem; }
    .docs-document-card__icon { width: 74px; height: 74px; }
    .docs-documents-guidance { display: flex; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    .docs-documents-page *, .docs-documents-page *::before, .docs-documents-page *::after { transition-duration: .01ms !important; }
}
