:root {

  --primary-color: hsl(203, 70%, 45%);
  --secondary-color: hsl(309, 51%, 45%);
  --bg-color: hsl(203, 6%, 96%);
  --text-color: hsl(203, 10%, 11%);
  --text-muted: hsl(203, 10%, 40%);
  --border-color: hsla(203, 10%, 11%, 0.15);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 2px 2px 0px rgba(0, 0, 0, 0.05);
  --shadow-md: 4px 4px 0px rgba(0, 0, 0, 0.08);
  --shadow-lg: 8px 8px 0px rgba(0, 0, 0, 0.1);
  --nav-height: 72px;
  --max-width: 1200px;
  --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: var(--bg-color);
  --nav-font-family: "Georgia", "Times New Roman", serif;
  --wps-page-bg: hsl(203, 18%, 96%);
  --wps-panel-bg: rgba(255, 255, 255, 0.82);
  --wps-panel-strong: #ffffff;
  --wps-ink: var(--text-color, hsl(203, 10%, 11%));
  --wps-muted: hsl(203, 12%, 36%);
  --wps-line: rgba(20, 49, 71, 0.12);
  --wps-accent: hsl(203, 64%, 63%);
  --wps-accent-deep: hsl(206, 69%, 41%);
  --wps-secondary: hsl(309, 51%, 63%);
  --wps-highlight: hsl(188, 56%, 48%);
  --wps-shadow-lg: 0 24px 60px rgba(21, 53, 84, 0.12);
  --wps-shadow-md: 0 12px 28px rgba(21, 53, 84, 0.1);
  --wps-radius: 0px;
  --wps-max: 1180px;
  --wps-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --wps-sans: "Avenir Next", "PingFang SC", "Microsoft YaHei", sans-serif;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--nav-font-family);
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.he1b6__e35c{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%; color: #1a1a2e;}
.qbe55_ec19{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    }
.itx9fnnk9t{
    flex-shrink: 0;
    }
.lb065aa6{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -1px;
    border: 2px solid var(--text-color);
    padding: 2px 8px;
    text-transform: uppercase;
    transition: var(--transition);
    }
.lb065aa6:hover{
    background-color: var(--text-color);
    color: var(--bg-color);
    }
.j63d2e5_3zqv{
    display: flex;
    list-style: none;
    gap: 32px;
    height: 100%;
    align-items: center;
    margin: 0 40px;
    }
.h3135f9_d4d{
    text-decoration: none;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding: 8px 0;
    transition: var(--transition);
    }
.h3135f9_d4d:hover{
    color: var(--primary-color);
    }
.h3135f9_d4d::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.h3135f9_d4d:hover::after{
    width: 100%;
    }
.eb0svrfm{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.ie2aba__8614{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-block;
    white-space: nowrap;
    }
.ie2aba__8614:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.ie2aba__8614:active{
    transform: translateY(0);
    }
.r1c93b_xle7{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    }
.zf5a9af7_h8i{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.j63d2e5_3zqv {
    display: none; 
    }
.r1c93b_xle7 {
    display: flex;
    }
.qbe55_ec19 {
    padding: 0 16px;
    }
.lb065aa6 {
    font-size: 22px;
    }}
.he1b6__e35c::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); color: #1a1a2e;}
.h3135f9_d4d.active{color: var(--primary-color);}
.yd09cd7_5c3{list-style:none;}
.h3135f9_d4d.active {color: var(--primary-color);}
.l5r6qyod0{
    width: 100%;
    background: var(--bg-color);
    border-top: 1px solid var(--border-color);
    font-family: var(--nav-font-family, "Georgia", "Times New Roman", serif);
    padding-bottom: 40px;
    box-sizing: border-box; color: #1a1a2e;}
.bef1cec934{
    display: flex;
    width: 100%;
    height: 6px;
    }
.va0435ff_op{
    flex: 1;
    width: 25%;
    height: 100%;
    background: var(--primary-color); color: #1a1a2e;}
.c7a036e_bag{
    flex: 1;
    width: 25%;
    height: 100%;
    background: var(--secondary-color); color: #1a1a2e;}
.i3inisdhrp5{
    flex: 1;
    width: 25%;
    height: 100%;
    background: var(--text-color); color: #ffffff;}
.s35be8_fc{
    flex: 1;
    width: 25%;
    height: 100%;
    background: var(--border-color); color: #ffffff;}
.db2eb75_a9{
    max-width: var(--max-width, 1200px);
    width: 100%;
    margin: 0 auto;
    padding: 64px 24px 0 24px;
    box-sizing: border-box;
    }
.dd52c051a1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 32px;
    margin-bottom: 64px;
    }
.n14b9c5_af09{
    flex: 2;
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
.q5e243__406{
    flex: 0 0 auto;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--text-color);
    margin: 0;
    }
.te5512cc9{
    flex: 0 0 auto;
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
    opacity: 0.75;
    margin: 0;
    }
.sffcd0__62c{
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-left: 1px solid var(--border-color);
    padding-left: 24px;
    box-sizing: border-box;
    }
.lj94p4la{
    flex: 0 0 auto;
    width: 100%;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin-bottom: 4px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 8px;
    box-sizing: border-box;
    }
.ffc021_gg7{
    flex: 0 0 auto;
    width: 100%;
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.75;
    line-height: 1.4;
    }
.g4f7f3_244{
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
    border-left: 1px solid var(--border-color);
    padding-left: 24px;
    box-sizing: border-box;
    }
.jcspmpheir{
    flex: 0 0 auto;
    width: 100%;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: var(--primary-color);
    color: #1a1a2e;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid var(--text-color);
    border-radius: var(--radius-sm, 0px);
    transition: var(--transition);
    box-shadow: 4px 4px 0px var(--text-color);
    box-sizing: border-box;
    }
.jcspmpheir:hover{
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--text-color);
    }
.jcspmpheir:active{
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0px var(--text-color);
    }
.ad3c7b_nr5e{
    flex: 0 0 auto;
    width: 100%;
    max-width: 220px;
    font-family: sans-serif;
    font-size: 12px;
    color: var(--text-color);
    opacity: 0.6;
    text-align: right;
    }
.p792a7f_a6a9{
    width: 100%;
    height: 1px;
    background: var(--border-color);
    margin-bottom: 24px; color: #ffffff;}
.t81c__c5f68{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.j9b1d_32{
    flex: 0 0 auto;
    width: auto;
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.7;
    }
.efcdc71e_ykq6{
    flex: 0 0 auto;
    width: auto;
    display: flex;
    gap: 24px;
    }
.jpzty3oui{
    flex: 0 0 auto;
    width: auto;
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.7;
    text-decoration: none;
    transition: var(--transition);
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    }
.jpzty3oui:hover{
    opacity: 1;
    border-bottom: 1px solid var(--text-color);
    }
@media (max-width: 860px){.dd52c051a1{
    flex-direction: column;
    gap: 48px;
    }
.n14b9c5_af09{
    max-width: 100%;
    }
.sffcd0__62c{
    border-left: none;
    padding-left: 0;
    }
.g4f7f3_244{
    border-left: none;
    padding-left: 0;
    align-items: flex-start;
    }
.jcspmpheir{
    max-width: 100%;
    }
.ad3c7b_nr5e{
    max-width: 100%;
    text-align: left;
    }
.t81c__c5f68{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
.efcdc71e_ykq6{
    flex-wrap: wrap;
    gap: 16px;
    }}
div.t73ec9ff99d.td509aa7dd5 *{
    box-sizing: border-box;
    }
div.t73ec9ff99d.td509aa7dd5{
    scroll-behavior: smooth;
    }
div.t73ec9ff99d.td509aa7dd5{
    margin: 0;
    }
div.t73ec9ff99d.td509aa7dd5{
    font-family: var(--wps-sans);
    color: var(--wps-ink);
    background:
    radial-gradient(circle at top right, rgba(99, 178, 220, 0.18), transparent 30%),
    radial-gradient(circle at 12% 18%, rgba(194, 105, 180, 0.11), transparent 22%),
    linear-gradient(180deg, #f7fbfd 0%, var(--wps-page-bg) 52%, #eef4f8 100%);
    }
div.t73ec9ff99d.td509aa7dd5 a{
    color: var(--wps-accent-deep);
    text-decoration: none;
    }
div.t73ec9ff99d.td509aa7dd5 a:hover{
    text-decoration: underline;
    }
div.t73ec9ff99d.td509aa7dd5 img{
    display: block;
    max-width: 100%;
    }
div.t73ec9ff99d.td509aa7dd5 .f334toxk2j3{
    width: min(calc(100% - 32px), var(--wps-max));
    margin: 0 auto;
    }
div.t73ec9ff99d.td509aa7dd5 .k9251__98644{position: relative;
    min-height: 72vh;
    display: grid;
    align-items: center;
    padding: 40px 0 48px;
    overflow: hidden; isolation: isolate;}
div.t73ec9ff99d.td509aa7dd5 .k9251__98644::before, div.t73ec9ff99d.td509aa7dd5 .k9251__98644::after{
    content: "";
    position: absolute;
    inset: auto;
    pointer-events: none;
    }
div.t73ec9ff99d.td509aa7dd5 .k9251__98644::before{
    width: 420px;
    height: 420px;
    top: 44px;
    right: -80px;
    background:
    linear-gradient(135deg, rgba(99, 178, 220, 0.22), rgba(81, 180, 185, 0.08)),
    repeating-linear-gradient(0deg, transparent, transparent 18px, rgba(18, 68, 92, 0.05) 18px, rgba(18, 68, 92, 0.05) 19px);
    border: 1px solid rgba(34, 87, 120, 0.12);
    transform: rotate(12deg); color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .k9251__98644::after{
    width: 240px;
    height: 240px;
    bottom: 36px;
    left: -70px;
    background: linear-gradient(135deg, rgba(194, 105, 180, 0.12), rgba(99, 178, 220, 0.08));
    border: 1px solid rgba(34, 87, 120, 0.1);
    transform: rotate(-18deg); color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .jf4ca3_c4e{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 32px;
    align-items: center;
    }
div.t73ec9ff99d.td509aa7dd5 .raf4ccf_e3{
    padding: 26px 0;
    }
div.t73ec9ff99d.td509aa7dd5 .zojvj1cn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wps-muted);
    margin-bottom: 16px;
    }
div.t73ec9ff99d.td509aa7dd5 .zojvj1cn::before{
    content: "";
    width: 38px;
    height: 1px;
    background: linear-gradient(90deg, var(--wps-accent-deep), transparent); color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 h1{
    margin: 0;
    font-family: var(--wps-serif);
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-align: center;
    }
div.t73ec9ff99d.td509aa7dd5 .e1dbae1{
    width: min(100%, 650px);
    margin: 20px auto 0;
    font-size: 1.04rem;
    line-height: 1.85;
    color: var(--wps-muted);
    text-align: center;
    }
div.t73ec9ff99d.td509aa7dd5 .p6cba_ef{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
    }
div.t73ec9ff99d.td509aa7dd5 .lfcvtc5ii5ov{
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--wps-line);
    box-shadow: var(--wps-shadow-md);
    padding: 16px 18px;
    backdrop-filter: blur(10px); color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .lfcvtc5ii5ov strong, div.t73ec9ff99d.td509aa7dd5 .i456da9c strong{
    display: block;
    font-size: 1.18rem;
    margin-bottom: 6px;
    color: var(--wps-ink);
    }
div.t73ec9ff99d.td509aa7dd5 .lfcvtc5ii5ov span, div.t73ec9ff99d.td509aa7dd5 .i456da9c span{
    color: var(--wps-muted);
    font-size: 0.94rem;
    line-height: 1.55;
    }
div.t73ec9ff99d.td509aa7dd5 .ya09717{
    position: relative;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 28px;
    }
div.t73ec9ff99d.td509aa7dd5 .v0ad01be8{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid transparent;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    }
div.t73ec9ff99d.td509aa7dd5 .v0ad01be8:hover{
    transform: translateY(-2px);
    text-decoration: none;
    }
div.t73ec9ff99d.td509aa7dd5 .s73451d{
    color: #1a1a2e;
    background: linear-gradient(135deg, var(--wps-accent-deep), var(--wps-highlight));
    box-shadow: 0 18px 36px rgba(30, 108, 158, 0.24);
    }
div.t73ec9ff99d.td509aa7dd5 .nfac__4a6{
    color: var(--wps-ink);
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(24, 77, 107, 0.14);
    box-shadow: var(--wps-shadow-md);
    }
div.t73ec9ff99d.td509aa7dd5 .wf678b0f9ba{
    position: relative;
    min-height: 560px;
    }
div.t73ec9ff99d.td509aa7dd5 .zc6683ba{
    position: absolute;
    background: var(--wps-panel-bg);
    border: 1px solid var(--wps-line);
    box-shadow: var(--wps-shadow-lg);
    backdrop-filter: blur(12px); color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .zc6683ba img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.t73ec9ff99d.td509aa7dd5 .ds3s4x7y72y{
    inset: 32px 18px 112px 76px;
    overflow: hidden;
    }
div.t73ec9ff99d.td509aa7dd5 .zaa24ad_b120{
    right: 0;
    bottom: 22px;
    width: 48%;
    height: 190px;
    overflow: hidden;
    }
div.t73ec9ff99d.td509aa7dd5 .lagzx9l84{
    left: 0;
    top: 0;
    width: 210px;
    padding: 18px;
    background: rgba(247, 250, 252, 0.92); color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .s1a8d66dd{
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wps-accent-deep);
    margin-bottom: 10px;
    }
div.t73ec9ff99d.td509aa7dd5 .lagzx9l84 p{
    margin: 0;
    color: var(--wps-muted);
    line-height: 1.65;
    font-size: 0.93rem;
    }
div.t73ec9ff99d.td509aa7dd5 .t0b9b2db5{
    position: absolute;
    left: 40px;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--wps-panel-strong);
    padding: 14px 18px;
    border: 1px solid rgba(16, 58, 88, 0.12);
    box-shadow: var(--wps-shadow-md);
    font-size: 0.95rem; color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .t0b9b2db5 strong{
    display: block;
    font-size: 1rem;
    }
div.t73ec9ff99d.td509aa7dd5 .t0b9b2db5 span{
    color: var(--wps-muted);
    }
div.t73ec9ff99d.td509aa7dd5 .i61d3_12b{
    padding: 30px 0 24px;
    }
div.t73ec9ff99d.td509aa7dd5 .gb7de3ca_l5ze{
    max-width: 820px;
    margin: 0 auto 26px;
    text-align: center;
    }
div.t73ec9ff99d.td509aa7dd5 .gb7de3ca_l5ze h2{
    margin: 0 0 10px;
    font-family: var(--wps-serif);
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    letter-spacing: -0.03em;
    }
div.t73ec9ff99d.td509aa7dd5 .gb7de3ca_l5ze p{
    margin: 0;
    color: var(--wps-muted);
    line-height: 1.75;
    }
div.t73ec9ff99d.td509aa7dd5 .b4cf548c_fw{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    }
div.t73ec9ff99d.td509aa7dd5 .w8gzbvhp{
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--wps-line);
    box-shadow: var(--wps-shadow-md);
    padding: 22px; color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .w8gzbvhp h3{
    margin: 0 0 12px;
    font-size: 1.18rem;
    }
div.t73ec9ff99d.td509aa7dd5 .w8gzbvhp p{
    margin: 0 0 14px;
    color: var(--wps-muted);
    line-height: 1.75;
    }
div.t73ec9ff99d.td509aa7dd5 .h896c30_d9{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    }
div.t73ec9ff99d.td509aa7dd5 .h896c30_d9 span{
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.88rem;
    color: var(--wps-ink);
    background: rgba(237, 245, 251, 0.95);
    border: 1px solid rgba(24, 77, 107, 0.1);
    }
div.t73ec9ff99d.td509aa7dd5 .a41d8eb6_gjoh{
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 18px;
    align-items: stretch;
    }
div.t73ec9ff99d.td509aa7dd5 .gxdfxkab8hs{
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--wps-line);
    box-shadow: var(--wps-shadow-md);
    overflow: hidden; color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .k2affac51b{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 0.8fr 1fr;
    gap: 14px;
    padding: 15px 18px;
    border-top: 1px solid rgba(20, 49, 71, 0.08);
    align-items: center;
    }
div.t73ec9ff99d.td509aa7dd5 .k2affac51b:first-child{
    border-top: 0;
    background: linear-gradient(90deg, rgba(228, 240, 247, 0.95), rgba(250, 251, 253, 0.95));
    font-weight: 700; color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .k2affac51b span{
    line-height: 1.5;
    color: var(--wps-muted);
    }
div.t73ec9ff99d.td509aa7dd5 .k2affac51b strong{
    color: var(--wps-ink);
    }
div.t73ec9ff99d.td509aa7dd5 .h58b0771{
    display: grid;
    gap: 18px;
    }
div.t73ec9ff99d.td509aa7dd5 .he2407ca9{
    background: linear-gradient(180deg, rgba(244, 249, 252, 0.95), rgba(255, 255, 255, 0.95));
    border: 1px solid var(--wps-line);
    box-shadow: var(--wps-shadow-md);
    padding: 20px; color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .i456da9c{
    padding: 14px 0;
    border-top: 1px solid rgba(20, 49, 71, 0.08);
    }
div.t73ec9ff99d.td509aa7dd5 .i456da9c:first-child{
    border-top: 0;
    padding-top: 0;
    }
div.t73ec9ff99d.td509aa7dd5 .cb7935f{
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 18px;
    align-items: center;
    }
div.t73ec9ff99d.td509aa7dd5 .j39cb7_20c{
    min-height: 100%;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--wps-line);
    box-shadow: var(--wps-shadow-md);
    overflow: hidden; color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .j39cb7_20c img{
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    }
div.t73ec9ff99d.td509aa7dd5 .et9ojnzduow0{
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--wps-line);
    box-shadow: var(--wps-shadow-md);
    padding: 24px; color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .bf21b_94{
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(20, 49, 71, 0.08);
    }
div.t73ec9ff99d.td509aa7dd5 .bf21b_94:first-child{
    border-top: 0;
    padding-top: 0;
    }
div.t73ec9ff99d.td509aa7dd5 .r8ff840_06e3{
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(24, 77, 107, 0.14);
    background: linear-gradient(180deg, #f7fbfd, #edf5fa);
    font-weight: 700; color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .bf21b_94 h3{
    margin: 0 0 6px;
    font-size: 1.06rem;
    }
div.t73ec9ff99d.td509aa7dd5 .bf21b_94 p{
    margin: 0;
    color: var(--wps-muted);
    line-height: 1.7;
    }
div.t73ec9ff99d.td509aa7dd5 .bf21b_94 code{
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.92em;
    background: rgba(228, 240, 247, 0.85);
    padding: 2px 6px; color: #1a1a2e;}
div.t73ec9ff99d.td509aa7dd5 .see2408_9458{
    margin: 34px 0 10px;
    background:
    linear-gradient(135deg, rgba(24, 92, 135, 0.95), rgba(50, 141, 151, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
    color: #1a1a2e;
    box-shadow: var(--wps-shadow-lg);
    }
div.t73ec9ff99d.td509aa7dd5 .bf4743b03{
    width: min(calc(100% - 32px), var(--wps-max));
    margin: 0 auto;
    padding: 22px 0;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    align-items: center;
    }
div.t73ec9ff99d.td509aa7dd5 .see2408_9458 h2{
    margin: 0 0 8px;
    font-family: var(--wps-serif);
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    }
div.t73ec9ff99d.td509aa7dd5 .see2408_9458 p{
    margin: 0;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.86);
    }
div.t73ec9ff99d.td509aa7dd5 .see2408_9458 .s73451d{
    justify-self: end;
    background: #ffffff;
    color: #1a1a2e;
    box-shadow: 0 18px 36px rgba(5, 28, 45, 0.2);
    }
div.t73ec9ff99d.td509aa7dd5 div.v90a__1f3d{
    padding: 24px 0 48px;
    }
div.t73ec9ff99d.td509aa7dd5 .l5r6qyod0{
    border-top: 1px solid rgba(20, 49, 71, 0.1);
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: end;
    }
div.t73ec9ff99d.td509aa7dd5 .r203a4_951b{
    font-family: var(--wps-serif);
    font-size: 1.5rem;
    margin-bottom: 8px;
    }
div.t73ec9ff99d.td509aa7dd5 .l5r6qyod0 p, div.t73ec9ff99d.td509aa7dd5 .l5r6qyod0 a{
    color: var(--wps-muted);
    line-height: 1.7;
    margin: 0;
    }
div.t73ec9ff99d.td509aa7dd5 .wps-links{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    }
div.t73ec9ff99d.td509aa7dd5 .w328f39_b4a{
    font-weight: 700;
    }
div.t73ec9ff99d.td509aa7dd5 .q4f1d__d9ec{
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    }
@media (max-width: 980px) {div.t73ec9ff99d.td509aa7dd5 .jf4ca3_c4e, div.t73ec9ff99d.td509aa7dd5 .a41d8eb6_gjoh, div.t73ec9ff99d.td509aa7dd5 .cb7935f, div.t73ec9ff99d.td509aa7dd5 .bf4743b03, div.t73ec9ff99d.td509aa7dd5 .l5r6qyod0{
    grid-template-columns: 1fr;
    }
div.t73ec9ff99d.td509aa7dd5 .wf678b0f9ba{
    min-height: 500px;
    }
div.t73ec9ff99d.td509aa7dd5 .see2408_9458 .s73451d, div.t73ec9ff99d.td509aa7dd5 .wps-links{
    justify-self: start;
    }}
@media (max-width: 720px) {div.t73ec9ff99d.td509aa7dd5 .k9251__98644{
    min-height: auto;
    padding-top: 24px;
    }
div.t73ec9ff99d.td509aa7dd5 .p6cba_ef, div.t73ec9ff99d.td509aa7dd5 .b4cf548c_fw{
    grid-template-columns: 1fr;
    }
div.t73ec9ff99d.td509aa7dd5 .k2affac51b{
    grid-template-columns: 1fr 1fr;
    }
div.t73ec9ff99d.td509aa7dd5 .ds3s4x7y72y{
    inset: 54px 8px 122px 34px;
    }
div.t73ec9ff99d.td509aa7dd5 .zaa24ad_b120{
    width: 58%;
    height: 160px;
    }
div.t73ec9ff99d.td509aa7dd5 .lagzx9l84{
    width: 170px;
    padding: 14px;
    }
div.t73ec9ff99d.td509aa7dd5 .t0b9b2db5{
    left: 16px;
    right: 16px;
    bottom: 12px;
    }
div.t73ec9ff99d.td509aa7dd5 .j39cb7_20c img{
    min-height: 260px;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.t73ec9ff99d img.r1236d_050c {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.t73ec9ff99d img.r1236d_050c.cc28bac7c { aspect-ratio: 16 / 9; }
div.t73ec9ff99d img.r1236d_050c.hc04289ab07 { aspect-ratio: 16 / 10; }
div.t73ec9ff99d img.r1236d_050c.fe6fec_a005 { aspect-ratio: 4 / 3; }
div.t73ec9ff99d img.r1236d_050c.bab2__f7af { aspect-ratio: 1 / 1; }
div.t73ec9ff99d :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.t73ec9ff99d .s49d2c4e40f {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.t73ec9ff99d .s49d2c4e40f.cc28bac7c { aspect-ratio: 16 / 9; }
div.t73ec9ff99d .s49d2c4e40f.hc04289ab07 { aspect-ratio: 16 / 10; }
div.t73ec9ff99d .s49d2c4e40f.fe6fec_a005 { aspect-ratio: 4 / 3; }
div.t73ec9ff99d .s49d2c4e40f.bab2__f7af { aspect-ratio: 1 / 1; }
div.t73ec9ff99d .s49d2c4e40f > img.r1236d_050c,
    div.t73ec9ff99d .s49d2c4e40f > picture > img.r1236d_050c {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.qd01d84d3 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.qd01d84d3 > :first-child,
    .qd01d84d3 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--nav-font-family);
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.he1b6__e35c{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%; color: #1a1a2e;}
.qbe55_ec19{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    }
.itx9fnnk9t{
    flex-shrink: 0;
    }
.lb065aa6{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -1px;
    border: 2px solid var(--text-color);
    padding: 2px 8px;
    text-transform: uppercase;
    transition: var(--transition);
    }
.lb065aa6:hover{
    background-color: var(--text-color);
    color: var(--bg-color);
    }
.j63d2e5_3zqv{
    display: flex;
    list-style: none;
    gap: 32px;
    height: 100%;
    align-items: center;
    margin: 0 40px;
    }
.h3135f9_d4d{
    text-decoration: none;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding: 8px 0;
    transition: var(--transition);
    }
.h3135f9_d4d:hover{
    color: var(--primary-color);
    }
.h3135f9_d4d::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.h3135f9_d4d:hover::after{
    width: 100%;
    }
.eb0svrfm{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.ie2aba__8614{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-block;
    white-space: nowrap;
    }
.ie2aba__8614:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.ie2aba__8614:active{
    transform: translateY(0);
    }
.r1c93b_xle7{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    }
.zf5a9af7_h8i{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.j63d2e5_3zqv {
    display: none; 
    }
.r1c93b_xle7 {
    display: flex;
    }
.qbe55_ec19 {
    padding: 0 16px;
    }
.lb065aa6 {
    font-size: 22px;
    }}
.he1b6__e35c::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); color: #1a1a2e;}
.h3135f9_d4d.active{color: var(--primary-color);}
.yd09cd7_5c3{list-style:none;}
.h3135f9_d4d.active{color: var(--primary-color);}
.l5r6qyod0{
    width: 100%;
    background: var(--bg-color);
    border-top: 1px solid var(--border-color);
    font-family: var(--nav-font-family, "Georgia", "Times New Roman", serif);
    padding-bottom: 40px;
    box-sizing: border-box; color: #1a1a2e;}
.bef1cec934{
    display: flex;
    width: 100%;
    height: 6px;
    }
.va0435ff_op{
    flex: 1;
    width: 25%;
    height: 100%;
    background: var(--primary-color); color: #1a1a2e;}
.c7a036e_bag{
    flex: 1;
    width: 25%;
    height: 100%;
    background: var(--secondary-color); color: #1a1a2e;}
.i3inisdhrp5{
    flex: 1;
    width: 25%;
    height: 100%;
    background: var(--text-color); color: #ffffff;}
.s35be8_fc{
    flex: 1;
    width: 25%;
    height: 100%;
    background: var(--border-color); color: #ffffff;}
.db2eb75_a9{
    max-width: var(--max-width, 1200px);
    width: 100%;
    margin: 0 auto;
    padding: 64px 24px 0 24px;
    box-sizing: border-box;
    }
.dd52c051a1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 32px;
    margin-bottom: 64px;
    }
.n14b9c5_af09{
    flex: 2;
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
.q5e243__406{
    flex: 0 0 auto;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--text-color);
    margin: 0;
    }
.te5512cc9{
    flex: 0 0 auto;
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
    opacity: 0.75;
    margin: 0;
    }
.sffcd0__62c{
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-left: 1px solid var(--border-color);
    padding-left: 24px;
    box-sizing: border-box;
    }
.lj94p4la{
    flex: 0 0 auto;
    width: 100%;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin-bottom: 4px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 8px;
    box-sizing: border-box;
    }
.ffc021_gg7{
    flex: 0 0 auto;
    width: 100%;
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.75;
    line-height: 1.4;
    }
.g4f7f3_244{
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
    border-left: 1px solid var(--border-color);
    padding-left: 24px;
    box-sizing: border-box;
    }
.jcspmpheir{
    flex: 0 0 auto;
    width: 100%;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: var(--primary-color);
    color: #1a1a2e;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid var(--text-color);
    border-radius: var(--radius-sm, 0px);
    transition: var(--transition);
    box-shadow: 4px 4px 0px var(--text-color);
    box-sizing: border-box;
    }
.jcspmpheir:hover{
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--text-color);
    }
.jcspmpheir:active{
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0px var(--text-color);
    }
.ad3c7b_nr5e{
    flex: 0 0 auto;
    width: 100%;
    max-width: 220px;
    font-family: sans-serif;
    font-size: 12px;
    color: var(--text-color);
    opacity: 0.6;
    text-align: right;
    }
.p792a7f_a6a9{
    width: 100%;
    height: 1px;
    background: var(--border-color);
    margin-bottom: 24px; color: #ffffff;}
.t81c__c5f68{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.j9b1d_32{
    flex: 0 0 auto;
    width: auto;
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.7;
    }
.efcdc71e_ykq6{
    flex: 0 0 auto;
    width: auto;
    display: flex;
    gap: 24px;
    }
.jpzty3oui{
    flex: 0 0 auto;
    width: auto;
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.7;
    text-decoration: none;
    transition: var(--transition);
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    }
.jpzty3oui:hover{
    opacity: 1;
    border-bottom: 1px solid var(--text-color);
    }
@media (max-width: 860px){.dd52c051a1{
    flex-direction: column;
    gap: 48px;
    }
.n14b9c5_af09{
    max-width: 100%;
    }
.sffcd0__62c{
    border-left: none;
    padding-left: 0;
    }
.g4f7f3_244{
    border-left: none;
    padding-left: 0;
    align-items: flex-start;
    }
.jcspmpheir{
    max-width: 100%;
    }
.ad3c7b_nr5e{
    max-width: 100%;
    text-align: left;
    }
.t81c__c5f68{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
.efcdc71e_ykq6{
    flex-wrap: wrap;
    gap: 16px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: var(--nav-font-family);
  background-color: var(--bg-color);
  color: var(--text-color);
}
.he1b6__e35c{
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 2px solid var(--border-color);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%; color: #1a1a2e;}
.qbe55_ec19{
  width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.itx9fnnk9t{
  flex-shrink: 0;
}
.lb065aa6{
  font-size: 28px;
  font-weight: 900;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -1px;
  border: 2px solid var(--text-color);
  padding: 2px 8px;
  text-transform: uppercase;
  transition: var(--transition);
}
.lb065aa6:hover{
  background-color: var(--text-color);
  color: var(--bg-color);
}
.j63d2e5_3zqv{
  display: flex;
  list-style: none;
  gap: 32px;
  height: 100%;
  align-items: center;
  margin: 0 40px;
}
.h3135f9_d4d{
  text-decoration: none;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding: 8px 0;
  transition: var(--transition);
}
.h3135f9_d4d:hover{
  color: var(--primary-color);
}
.h3135f9_d4d::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--secondary-color);
  transition: var(--transition); color: #1a1a2e;}
.h3135f9_d4d:hover::after{
  width: 100%;
}
.eb0svrfm{
  display: flex;
  align-items: center;
  gap: 16px;
}
.ie2aba__8614{
  background-color: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: inline-block;
  white-space: nowrap;
}
.ie2aba__8614:hover{
  background-color: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.ie2aba__8614:active{
  transform: translateY(0);
}
.r1c93b_xle7{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.zf5a9af7_h8i{
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.j63d2e5_3zqv {
    display: none; 
  }
.r1c93b_xle7 {
    display: flex;
  }
.qbe55_ec19 {
    padding: 0 16px;
  }
.lb065aa6 {
    font-size: 22px;
  }}
.he1b6__e35c::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); color: #1a1a2e;}
.h3135f9_d4d.active{color: var(--primary-color);}
.yd09cd7_5c3{list-style:none;}
.h3135f9_d4d.active{color: var(--primary-color);}
.d6663f_32b2{
  width: 100%;
  background: var(--bg-color);
  border-top: 1px solid var(--border-color);
  font-family: var(--nav-font-family, "Georgia", "Times New Roman", serif);
  padding-bottom: 40px;
  box-sizing: border-box; color: #1a1a2e;}
.a07d88_f89d{
  display: flex;
  width: 100%;
  height: 6px;
}
.w8f4__01d5{
  flex: 1;
  width: 25%;
  height: 100%;
  background: var(--primary-color); color: #1a1a2e;}
.fe27b3bb3{
  flex: 1;
  width: 25%;
  height: 100%;
  background: var(--secondary-color); color: #1a1a2e;}
.j5b699032{
  flex: 1;
  width: 25%;
  height: 100%;
  background: var(--text-color); color: #ffffff;}
.vff491ed5{
  flex: 1;
  width: 25%;
  height: 100%;
  background: var(--border-color); color: #ffffff;}
.yb7628451{
  max-width: var(--max-width, 1200px);
  width: 100%;
  margin: 0 auto;
  padding: 64px 24px 0 24px;
  box-sizing: border-box;
}
.n8f551abb60{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 32px;
  margin-bottom: 64px;
}
.d7c58c5c2{
  flex: 2;
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.beefb5d3529{
  flex: 0 0 auto;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--text-color);
  margin: 0;
}
.f9658d8c9b7{
  flex: 0 0 auto;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-color);
  opacity: 0.75;
  margin: 0;
}
.u8f1__77b7{
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-left: 1px solid var(--border-color);
  padding-left: 24px;
  box-sizing: border-box;
}
.ke5b__6d61{
  flex: 0 0 auto;
  width: 100%;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-color);
  margin-bottom: 4px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 8px;
  box-sizing: border-box;
}
.pa50b9_4892{
  flex: 0 0 auto;
  width: 100%;
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.75;
  line-height: 1.4;
}
.q95a45_31b2{
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  border-left: 1px solid var(--border-color);
  padding-left: 24px;
  box-sizing: border-box;
}
.d9b8__2bee{
  flex: 0 0 auto;
  width: 100%;
  max-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: var(--primary-color);
  color: #1a1a2e;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid var(--text-color);
  border-radius: var(--radius-sm, 0px);
  transition: var(--transition);
  box-shadow: 4px 4px 0px var(--text-color);
  box-sizing: border-box;
}
.d9b8__2bee:hover{
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px var(--text-color);
}
.d9b8__2bee:active{
  transform: translate(4px, 4px);
  box-shadow: 0px 0px 0px var(--text-color);
}
.x6ae__5908{
  flex: 0 0 auto;
  width: 100%;
  max-width: 220px;
  font-family: sans-serif;
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.6;
  text-align: right;
}
.i7c2__6df1{
  width: 100%;
  height: 1px;
  background: var(--border-color);
  margin-bottom: 24px; color: #ffffff;}
.j79cbea0e{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.j454__3551{
  flex: 0 0 auto;
  width: auto;
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}
.j463ebda669{
  flex: 0 0 auto;
  width: auto;
  display: flex;
  gap: 24px;
}
.xd7bdd77ef1{
  flex: 0 0 auto;
  width: auto;
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
  text-decoration: none;
  transition: var(--transition);
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.xd7bdd77ef1:hover{
  opacity: 1;
  border-bottom: 1px solid var(--text-color);
}
@media (max-width: 860px){.n8f551abb60{
    flex-direction: column;
    gap: 48px;
  }
.d7c58c5c2{
    max-width: 100%;
  }
.u8f1__77b7{
    border-left: none;
    padding-left: 0;
  }
.q95a45_31b2{
    border-left: none;
    padding-left: 0;
    align-items: flex-start;
  }
.d9b8__2bee{
    max-width: 100%;
  }
.x6ae__5908{
    max-width: 100%;
    text-align: left;
  }
.j79cbea0e{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
.j463ebda669{
    flex-wrap: wrap;
    gap: 16px;
  }}
.w70ea7de7{box-sizing:border-box;}
.mead555555b{box-sizing:border-box;}
.c6a45f80d{display:block;max-width:100%;height:auto;}
.ff32e7f9332{box-sizing:border-box;}
@media (max-width: 768px) {.t81c__c5f68 { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
div.t73ec9ff99d.td509aa7dd5 .k9251__98644 { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}