:root {

  --primary-color: hsl(230, 85%, 60%);
  --secondary-color: hsl(260, 70%, 60%);
  --bg-color: hsl(230, 25%, 8%);
  --text-color: hsl(210, 20%, 98%);
  --text-muted: hsl(210, 15%, 70%);
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.6);
  --nav-height: 72px;
  --max-width: 1280px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(13, 17, 23, 0.95);
  --accent-gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  --font-serif: "Georgia", "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wps-page-bg: #f5f1ea;
  --wps-panel: #fbf8f3;
  --wps-ink: #231f1a;
  --wps-muted: #645c53;
  --wps-line: rgba(35, 31, 26, 0.12);
  --wps-gold: hsl(40, 73%, 56%);
  --wps-gold-deep: hsl(37, 64%, 42%);
  --wps-mint: hsl(168, 58%, 56%);
  --wps-navy: #132231;
  --wps-shadow: 0 18px 40px rgba(19, 34, 49, 0.12);
  --wps-soft-shadow: 0 10px 24px rgba(19, 34, 49, 0.08);
  --wps-radius-xl: 28px;
  --wps-radius-lg: 22px;
  --wps-radius-md: 16px;
  --wps-max: 1240px;
  --wps-serif: "Noto Serif SC", "Songti SC", "STSong", serif;
  --wps-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    }
.h21a__4a1fc{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center; color: #ffffff;}
.b5c154__c132f{
    width: var(--max-width);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    }
.xe21f0_idv{
    display: flex;
    align-items: center;
    }
.dfbe__d968{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
    }
.dfbe__d968:hover{
    opacity: 0.8;
    }
.ma7274c{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    flex: 1;
    }
.t3bbe1__713{
    position: relative;
    }
.rdyxszey4{
    padding: 8px 16px;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.rdyxszey4:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05);
    }
.q818391e1ac{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.jttpd03v3tj{
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    background: transparent;
    }
.jttpd03v3tj:hover{
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--text-muted); color: #1a1a2e;}
.aa3fc__79a{
    background: var(--accent-gradient);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: var(--radius-lg); 
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    white-space: nowrap;
    }
.aa3fc__79a:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.aa3fc__79a:active{
    transform: translateY(0);
    }
.paf4af__465a{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.paf4af__465a .l75052d1d6f{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #1a1a2e;}
@media (max-width: 1024px){.ma7274c {
    display: none; 
    }
.b5c154__c132f {
    gap: 12px;
    }}
@media (max-width: 640px){.jttpd03v3tj{
    display: none; 
    }
.paf4af__465a{
    display: flex;
    }
.dfbe__d968{
    font-size: 24px;
    }
.aa3fc__79a{
    padding: 8px 16px;
    font-size: 13px;
    }}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.rdyxszey4.active {color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.ljanbhiejntd{position: relative;
    width: 100%;
    background: var(--bg-color);
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px 40px;
    box-sizing: border-box;
    z-index: 10;
    border-top: 1px solid var(--border-color); isolation: isolate; color: #ffffff;}
.m96ba_05{
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: var(--primary-color);
    top: -150px;
    left: -100px;
    filter: blur(120px);
    opacity: 0.15;
    z-index: -1; color: #1a1a2e;}
.z3bc92__907{
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--secondary-color);
    bottom: 0;
    right: -50px;
    filter: blur(100px);
    opacity: 0.15;
    z-index: -1; color: #1a1a2e;}
.rrwjnze4t9ue{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.nc9039f{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
    }
.a56c7b_sg8{
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
    }
.i29085_4p{
    width: 100%;
    font-family: var(--font-serif);
    font-size: 40px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 16px 0;
    letter-spacing: 1px;
    }
.ya0baff_bf06{
    width: 100%;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.d24f5e744d{
    width: 100%;
    display: flex;
    justify-content: center;
    }
.k42313_9v{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 200px;
    height: 52px;
    padding: 0 32px;
    border-radius: var(--radius-md);
    background: var(--accent-gradient);
    color: #1a1a2e;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    box-sizing: border-box;
    }
.k42313_9v:hover{
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    filter: brightness(1.1);
    }
.b7457__62344{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 16px;
    }
.k7383b_83ce{
    width: auto;
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    }
.iduvwi00if{
    width: auto;
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--border-color);
    }
.hdbe0f47147{
    width: 100%;
    height: 1px;
    background: var(--border-color);
    margin-bottom: 32px; color: #1a1a2e;}
.n486fe_c977{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    }
.umn1f45rh{
    width: auto;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    }
.h4f5__a64{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
    }
.r6a6a15{
    width: auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    }
.r79f162758{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.r79f162758:hover{
    color: var(--text-color);
    }
.be6gpgi4p{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    opacity: 0.5;
    }
@media (max-width: 768px){.ljanbhiejntd{
    padding: 60px 16px 32px;
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
    }
.i29085_4p{
    font-size: 32px;
    }
.nc9039f{
    margin-bottom: 40px;
    }
.n486fe_c977{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    }
.umn1f45rh{
    justify-content: center;
    }
.r6a6a15{
    justify-content: center;
    }
.b7457__62344{
    gap: 10px;
    }}
div.kb3dc7e8fd6.id517cf098 *{
    box-sizing: border-box;
    }
div.kb3dc7e8fd6.id517cf098{
    scroll-behavior: smooth;
    }
div.kb3dc7e8fd6.id517cf098, div.kb3dc7e8fd6.id517cf098{
    margin: 0;
    }
div.kb3dc7e8fd6.id517cf098{
    color: #1a1a2e;
    background:
    radial-gradient(circle at top left, rgba(212, 180, 88, 0.16), transparent 24rem),
    radial-gradient(circle at 88% 16%, rgba(76, 201, 183, 0.14), transparent 26rem),
    linear-gradient(180deg, #f7f3ec 0%, var(--background-color, var(--wps-page-bg)) 100%);
    font-family: var(--wps-sans);
    }
div.kb3dc7e8fd6.id517cf098 a{
    color: inherit;
    text-decoration: none;
    }
div.kb3dc7e8fd6.id517cf098 img{
    display: block;
    max-width: 100%;
    }
div.kb3dc7e8fd6.id517cf098 .g4gsrdzwun{
    max-width: var(--wps-max);
    margin: 0 auto;
    padding: 28px 20px 56px;
    }
div.kb3dc7e8fd6.id517cf098 .teef7__62f{
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    }
div.kb3dc7e8fd6.id517cf098 .jeb3369{
    position: sticky;
    top: 24px;
    display: grid;
    gap: 18px;
    }
div.kb3dc7e8fd6.id517cf098 .m1c20__480ad{background: linear-gradient(160deg, rgba(19, 34, 49, 0.98), rgba(27, 49, 69, 0.96));
    color: #fff9ee;
    border-radius: var(--wps-radius-xl);
    padding: 26px;
    box-shadow: var(--shadow-md, var(--wps-shadow));
    overflow: hidden;
    position: relative; isolation: isolate;}
div.kb3dc7e8fd6.id517cf098 .m1c20__480ad::after{
    content: "";
    position: absolute;
    inset: auto -34px -38px auto;
    width: 144px;
    height: 144px;
    background: radial-gradient(circle, rgba(255, 211, 110, 0.34), transparent 68%);
    pointer-events: none; color: #1a1a2e;}
div.kb3dc7e8fd6.id517cf098 .n5fe6_48{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-size: 1rem;
    }
div.kb3dc7e8fd6.id517cf098 .ha88f97_086{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--wps-gold), #f4d28b);
    color: #1e1710;
    display: grid;
    place-items: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    font-family: var(--wps-serif);
    font-weight: 700;
    }
div.kb3dc7e8fd6.id517cf098 .m1c20__480ad h2{
    margin: 18px 0 12px;
    font-family: var(--wps-serif);
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.2;
    font-weight: 600;
    }
div.kb3dc7e8fd6.id517cf098 .m1c20__480ad p{
    margin: 0;
    color: rgba(255, 249, 238, 0.82);
    line-height: 1.75;
    font-size: 0.98rem;
    }
div.kb3dc7e8fd6.id517cf098 .e99906e5_y0ec, div.kb3dc7e8fd6.id517cf098 .mf662cb_sz6z{
    background: rgba(251, 248, 243, 0.86);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(35, 31, 26, 0.08);
    border-radius: var(--wps-radius-lg);
    padding: 20px;
    box-shadow: var(--wps-soft-shadow); color: #1a1a2e;}
div.kb3dc7e8fd6.id517cf098 .e99906e5_y0ec h3, div.kb3dc7e8fd6.id517cf098 .mf662cb_sz6z h3{
    margin: 0 0 14px;
    font-size: 1rem;
    color: var(--wps-navy);
    }
div.kb3dc7e8fd6.id517cf098 .t1ed2dc_99{
    display: grid;
    gap: 12px;
    }
div.kb3dc7e8fd6.id517cf098 .t1ed2dc_99 div{
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 10px;
    align-items: start;
    font-size: 0.95rem;
    }
div.kb3dc7e8fd6.id517cf098 .t1ed2dc_99 dt{
    color: var(--wps-muted);
    }
div.kb3dc7e8fd6.id517cf098 .t1ed2dc_99 dd{
    margin: 0;
    color: var(--wps-ink);
    font-weight: 600;
    }
div.kb3dc7e8fd6.id517cf098 .mf662cb_sz6z a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--wps-line);
    color: var(--wps-ink);
    }
div.kb3dc7e8fd6.id517cf098 .mf662cb_sz6z a:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    }
div.kb3dc7e8fd6.id517cf098 .mf662cb_sz6z a:first-of-type{
    padding-top: 0;
    }
div.kb3dc7e8fd6.id517cf098 .mf662cb_sz6z span{
    color: var(--wps-muted);
    font-size: 0.92rem;
    }
div.kb3dc7e8fd6.id517cf098 .a5c898d_47k{
    display: grid;
    gap: 24px;
    }
div.kb3dc7e8fd6.id517cf098 .ie4c56_h4r2{
    background: linear-gradient(180deg, rgba(251, 248, 243, 0.96), rgba(251, 248, 243, 0.9));
    border: 1px solid rgba(35, 31, 26, 0.08);
    border-radius: var(--wps-radius-xl);
    box-shadow: var(--shadow-sm, var(--wps-soft-shadow));
    overflow: hidden; color: #1a1a2e;}
div.kb3dc7e8fd6.id517cf098 .bdd8b__39f41{
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 0;
    }
div.kb3dc7e8fd6.id517cf098 .i2b710e1{
    padding: 34px 34px 30px;
    }
div.kb3dc7e8fd6.id517cf098 .wcc0a3c{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(19, 34, 49, 0.07);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    }
div.kb3dc7e8fd6.id517cf098 h1{
    margin: 18px 0 18px;
    font-family: var(--wps-serif);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--wps-ink);
    }
div.kb3dc7e8fd6.id517cf098 .zc5a931_sw{
    margin: 0 0 22px;
    max-width: 62ch;
    color: var(--wps-ink);
    line-height: 1.9;
    font-size: 1.02rem;
    }
div.kb3dc7e8fd6.id517cf098 .o154a4_3c3{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin: 0 0 22px;
    }
div.kb3dc7e8fd6.id517cf098 .k5024_3cab{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 16px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    }
div.kb3dc7e8fd6.id517cf098 .k5024_3cab:hover{
    transform: translateY(-1px);
    }
div.kb3dc7e8fd6.id517cf098 .abe8b3e6{
    color: #1f160f;
    background: linear-gradient(135deg, #f1d284 0%, var(--wps-gold) 55%, #d5962c 100%);
    box-shadow: 0 18px 36px rgba(213, 150, 44, 0.28);
    }
div.kb3dc7e8fd6.id517cf098 .ld50b5c87a8{
    background: rgba(19, 34, 49, 0.08);
    color: #ffffff;
    }
div.kb3dc7e8fd6.id517cf098 .x8c0ee5_nw{
    margin: 0;
    color: var(--wps-muted);
    font-size: 0.93rem;
    }
div.kb3dc7e8fd6.id517cf098 .db14ae27_hkzi{
    position: relative;
    min-height: 100%;
    background:
    linear-gradient(180deg, rgba(19, 34, 49, 0.12), rgba(19, 34, 49, 0.02)),
    linear-gradient(145deg, rgba(76, 201, 183, 0.12), rgba(212, 180, 88, 0.08));
    padding: 22px;
    display: grid;
    align-content: stretch; color: #1a1a2e;}
div.kb3dc7e8fd6.id517cf098 .y44b1__970e2{
    border-radius: 24px;
    overflow: hidden;
    min-height: 100%;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
    }
div.kb3dc7e8fd6.id517cf098 .y44b1__970e2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    }
div.kb3dc7e8fd6.id517cf098 .y4a77c6f0c4{
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 34px;
    background: rgba(19, 34, 49, 0.84);
    color: #fff7ea;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 16px 18px;
    backdrop-filter: blur(10px);
    }
div.kb3dc7e8fd6.id517cf098 .y4a77c6f0c4 strong{
    display: block;
    margin-bottom: 6px;
    font-size: 0.98rem;
    }
div.kb3dc7e8fd6.id517cf098 .y4a77c6f0c4 p{
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(255, 247, 234, 0.82);
    }
div.kb3dc7e8fd6.id517cf098 .dppn88yumc6i{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    }
div.kb3dc7e8fd6.id517cf098 .gc7c4__4d1{
    padding: 28px 30px 30px;
    }
div.kb3dc7e8fd6.id517cf098 .gc7c4__4d1 h2{
    margin: 0 0 14px;
    font-family: var(--wps-serif);
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 600;
    color: var(--wps-ink);
    }
div.kb3dc7e8fd6.id517cf098 .gc7c4__4d1 > p{
    margin: 0 0 18px;
    color: var(--wps-muted);
    line-height: 1.85;
    }
div.kb3dc7e8fd6.id517cf098 .fjl6ltk6z94{
    display: grid;
    gap: 14px;
    }
div.kb3dc7e8fd6.id517cf098 .pcb15dc8{
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px;
    border-radius: 18px;
    background: rgba(19, 34, 49, 0.04);
    border: 1px solid rgba(19, 34, 49, 0.06); color: #ffffff;}
div.kb3dc7e8fd6.id517cf098 .va7570_c1o9{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(212, 180, 88, 0.22), rgba(76, 201, 183, 0.18));
    color: #1a1a2e;
    }
div.kb3dc7e8fd6.id517cf098 .pcb15dc8 h3{
    margin: 0 0 6px;
    font-size: 1rem;
    color: var(--wps-ink);
    }
div.kb3dc7e8fd6.id517cf098 .pcb15dc8 p{
    margin: 0;
    color: var(--wps-muted);
    line-height: 1.75;
    font-size: 0.95rem;
    }
div.kb3dc7e8fd6.id517cf098 .p813__7597{
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    padding: 28px 30px;
    align-items: center;
    }
div.kb3dc7e8fd6.id517cf098 .p813__7597 img{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: var(--wps-soft-shadow);
    }
div.kb3dc7e8fd6.id517cf098 .yjrmu69u22g{
    display: grid;
    gap: 12px;
    }
div.kb3dc7e8fd6.id517cf098 .yjrmu69u22g div{
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(212, 180, 88, 0.08);
    border: 1px solid rgba(212, 180, 88, 0.18); color: #1a1a2e;}
div.kb3dc7e8fd6.id517cf098 .yjrmu69u22g h3{
    margin: 0 0 6px;
    color: var(--wps-ink);
    font-size: 1rem;
    }
div.kb3dc7e8fd6.id517cf098 .yjrmu69u22g p{
    margin: 0;
    color: var(--wps-muted);
    line-height: 1.75;
    font-size: 0.95rem;
    }
div.kb3dc7e8fd6.id517cf098 .q821__f3df1{
    counter-reset: wps-step;
    display: grid;
    gap: 14px;
    }
div.kb3dc7e8fd6.id517cf098 .q821__f3df1 div{
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px;
    border-radius: 18px;
    background: rgba(19, 34, 49, 0.035);
    border: 1px solid rgba(19, 34, 49, 0.06); color: #ffffff;}
div.kb3dc7e8fd6.id517cf098 .q821__f3df1 div::before{
    counter-increment: wps-step;
    content: counter(wps-step);
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--wps-navy);
    color: #fff;
    font-weight: 700;
    }
div.kb3dc7e8fd6.id517cf098 .q821__f3df1 h3{
    margin: 0 0 6px;
    font-size: 1rem;
    }
div.kb3dc7e8fd6.id517cf098 .q821__f3df1 p{
    margin: 0;
    color: var(--wps-muted);
    line-height: 1.78;
    font-size: 0.95rem;
    }
div.kb3dc7e8fd6.id517cf098 .f13ed8a49 a{
    color: var(--wps-navy);
    font-weight: 700;
    border-bottom: 1px solid rgba(19, 34, 49, 0.22);
    }
div.kb3dc7e8fd6.id517cf098 .we089bbfb{
    display: grid;
    gap: 12px;
    }
div.kb3dc7e8fd6.id517cf098 .we089bbfb details{
    border-radius: 18px;
    border: 1px solid rgba(35, 31, 26, 0.08);
    background: rgba(255,255,255,0.4);
    padding: 16px 18px; color: #1a1a2e;}
div.kb3dc7e8fd6.id517cf098 .we089bbfb summary{
    cursor: pointer;
    font-weight: 700;
    color: var(--wps-ink);
    }
div.kb3dc7e8fd6.id517cf098 .we089bbfb p{
    margin: 10px 0 0;
    color: var(--wps-muted);
    line-height: 1.8;
    font-size: 0.95rem;
    }
div.kb3dc7e8fd6.id517cf098 .f24afccfd{
    margin-top: 24px;
    padding: 28px 30px 32px;
    border-radius: var(--wps-radius-xl);
    background: linear-gradient(180deg, rgba(19, 34, 49, 0.96), rgba(24, 42, 58, 0.98));
    color: rgba(255, 247, 234, 0.86);
    box-shadow: var(--wps-shadow);
    }
div.kb3dc7e8fd6.id517cf098 .r31fdf_9a4c{
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
    align-items: end;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    }
div.kb3dc7e8fd6.id517cf098 .f24afccfd h2{
    margin: 0 0 10px;
    color: #fff8ee;
    font-family: var(--wps-serif);
    font-size: 1.4rem;
    font-weight: 600;
    }
div.kb3dc7e8fd6.id517cf098 .f24afccfd p{
    margin: 0;
    line-height: 1.8;
    }
div.kb3dc7e8fd6.id517cf098 .m184c83eed8{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: flex-start;
    }
div.kb3dc7e8fd6.id517cf098 .m184c83eed8 a{
    color: #fff1cf;
    }
div.kb3dc7e8fd6.id517cf098 .t6ac70_0c82{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: space-between;
    padding-top: 18px;
    font-size: 0.92rem;
    color: rgba(255, 247, 234, 0.7);
    }
@media (max-width: 1080px) {div.kb3dc7e8fd6.id517cf098 .teef7__62f, div.kb3dc7e8fd6.id517cf098 .bdd8b__39f41, div.kb3dc7e8fd6.id517cf098 .p813__7597, div.kb3dc7e8fd6.id517cf098 .r31fdf_9a4c{
    grid-template-columns: 1fr;
    }
div.kb3dc7e8fd6.id517cf098 .jeb3369{
    position: static;
    }
div.kb3dc7e8fd6.id517cf098 .db14ae27_hkzi{
    min-height: 360px;
    }}
@media (max-width: 760px) {div.kb3dc7e8fd6.id517cf098 .g4gsrdzwun{
    padding: 18px 14px 40px;
    }
div.kb3dc7e8fd6.id517cf098 .dppn88yumc6i{
    grid-template-columns: 1fr;
    }
div.kb3dc7e8fd6.id517cf098 .gc7c4__4d1, div.kb3dc7e8fd6.id517cf098 .i2b710e1, div.kb3dc7e8fd6.id517cf098 .p813__7597, div.kb3dc7e8fd6.id517cf098 .f24afccfd{
    padding-left: 20px;
    padding-right: 20px;
    }
div.kb3dc7e8fd6.id517cf098 .m1c20__480ad, div.kb3dc7e8fd6.id517cf098 .e99906e5_y0ec, div.kb3dc7e8fd6.id517cf098 .mf662cb_sz6z{
    padding: 18px;
    }
div.kb3dc7e8fd6.id517cf098 h1{
    font-size: 2rem;
    }
div.kb3dc7e8fd6.id517cf098 .o154a4_3c3{
    flex-direction: column;
    align-items: stretch;
    }
div.kb3dc7e8fd6.id517cf098 .k5024_3cab{
    width: 100%;
    }
div.kb3dc7e8fd6.id517cf098 .y4a77c6f0c4{
    left: 20px;
    right: 20px;
    bottom: 20px;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.kb3dc7e8fd6 img.l0b22fbd5 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.kb3dc7e8fd6 img.l0b22fbd5.oa9fdae2a { aspect-ratio: 16 / 9; }
div.kb3dc7e8fd6 img.l0b22fbd5.t75a50f0515 { aspect-ratio: 16 / 10; }
div.kb3dc7e8fd6 img.l0b22fbd5.mc4af44fe { aspect-ratio: 4 / 3; }
div.kb3dc7e8fd6 img.l0b22fbd5.nc774685dad { aspect-ratio: 1 / 1; }
div.kb3dc7e8fd6 :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.kb3dc7e8fd6 .afcfc3_2939 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.kb3dc7e8fd6 .afcfc3_2939.oa9fdae2a { aspect-ratio: 16 / 9; }
div.kb3dc7e8fd6 .afcfc3_2939.t75a50f0515 { aspect-ratio: 16 / 10; }
div.kb3dc7e8fd6 .afcfc3_2939.mc4af44fe { aspect-ratio: 4 / 3; }
div.kb3dc7e8fd6 .afcfc3_2939.nc774685dad { aspect-ratio: 1 / 1; }
div.kb3dc7e8fd6 .afcfc3_2939 > img.l0b22fbd5,
    div.kb3dc7e8fd6 .afcfc3_2939 > picture > img.l0b22fbd5 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
@media (max-width: 768px) {div.kb3dc7e8fd6.id517cf098 .mf662cb_sz6z a { 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.kb3dc7e8fd6.id517cf098 .p813__7597 { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    }
.h21a__4a1fc{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center; color: #ffffff;}
.b5c154__c132f{
    width: var(--max-width);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    }
.xe21f0_idv{
    display: flex;
    align-items: center;
    }
.dfbe__d968{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
    }
.dfbe__d968:hover{
    opacity: 0.8;
    }
.ma7274c{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    flex: 1;
    }
.t3bbe1__713{
    position: relative;
    }
.rdyxszey4{
    padding: 8px 16px;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.rdyxszey4:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05);
    }
.q818391e1ac{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.jttpd03v3tj{
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    background: transparent;
    }
.jttpd03v3tj:hover{
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--text-muted); color: #1a1a2e;}
.aa3fc__79a{
    background: var(--accent-gradient);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: var(--radius-lg); 
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    white-space: nowrap;
    }
.aa3fc__79a:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.aa3fc__79a:active{
    transform: translateY(0);
    }
.paf4af__465a{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.paf4af__465a .l75052d1d6f{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #1a1a2e;}
@media (max-width: 1024px){.ma7274c {
    display: none; 
    }
.b5c154__c132f {
    gap: 12px;
    }}
@media (max-width: 640px){.jttpd03v3tj{
    display: none; 
    }
.paf4af__465a{
    display: flex;
    }
.dfbe__d968{
    font-size: 24px;
    }
.aa3fc__79a{
    padding: 8px 16px;
    font-size: 13px;
    }}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.ljanbhiejntd{position: relative;
    width: 100%;
    background: var(--bg-color);
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px 40px;
    box-sizing: border-box;
    z-index: 10;
    border-top: 1px solid var(--border-color); isolation: isolate; color: #ffffff;}
.m96ba_05{
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: var(--primary-color);
    top: -150px;
    left: -100px;
    filter: blur(120px);
    opacity: 0.15;
    z-index: -1; color: #1a1a2e;}
.z3bc92__907{
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--secondary-color);
    bottom: 0;
    right: -50px;
    filter: blur(100px);
    opacity: 0.15;
    z-index: -1; color: #1a1a2e;}
.rrwjnze4t9ue{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.nc9039f{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
    }
.a56c7b_sg8{
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
    }
.i29085_4p{
    width: 100%;
    font-family: var(--font-serif);
    font-size: 40px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 16px 0;
    letter-spacing: 1px;
    }
.ya0baff_bf06{
    width: 100%;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.d24f5e744d{
    width: 100%;
    display: flex;
    justify-content: center;
    }
.k42313_9v{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 200px;
    height: 52px;
    padding: 0 32px;
    border-radius: var(--radius-md);
    background: var(--accent-gradient);
    color: #1a1a2e;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    box-sizing: border-box;
    }
.k42313_9v:hover{
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    filter: brightness(1.1);
    }
.b7457__62344{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 16px;
    }
.k7383b_83ce{
    width: auto;
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    }
.iduvwi00if{
    width: auto;
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--border-color);
    }
.hdbe0f47147{
    width: 100%;
    height: 1px;
    background: var(--border-color);
    margin-bottom: 32px; color: #1a1a2e;}
.n486fe_c977{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    }
.umn1f45rh{
    width: auto;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    }
.h4f5__a64{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
    }
.r6a6a15{
    width: auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    }
.r79f162758{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.r79f162758:hover{
    color: var(--text-color);
    }
.be6gpgi4p{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    opacity: 0.5;
    }
@media (max-width: 768px){.ljanbhiejntd{
    padding: 60px 16px 32px;
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
    }
.i29085_4p{
    font-size: 32px;
    }
.nc9039f{
    margin-bottom: 40px;
    }
.n486fe_c977{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    }
.umn1f45rh{
    justify-content: center;
    }
.r6a6a15{
    justify-content: center;
    }
.b7457__62344{
    gap: 10px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}
.h21a__4a1fc{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: center; color: #ffffff;}
.b5c154__c132f{
  width: var(--max-width);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.xe21f0_idv{
  display: flex;
  align-items: center;
}
.dfbe__d968{
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--text-color);
  text-decoration: none;
  transition: var(--transition);
}
.dfbe__d968:hover{
  opacity: 0.8;
}
.ma7274c{
  display: flex;
  list-style: none;
  gap: 8px;
  align-items: center;
  flex: 1;
}
.t3bbe1__713{
  position: relative;
}
.rdyxszey4{
  padding: 8px 16px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.rdyxszey4:hover{
  color: #1a1a2e;
  background: rgba(255, 255, 255, 0.05);
}
.q818391e1ac{
  display: flex;
  align-items: center;
  gap: 16px;
}
.jttpd03v3tj{
  color: var(--text-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  transition: var(--transition);
  border: 1px solid var(--border-color);
  background: transparent;
}
.jttpd03v3tj:hover{
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--text-muted); color: #1a1a2e;}
.aa3fc__79a{
  background: var(--accent-gradient);
  color: #1a1a2e; 
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: var(--radius-lg); 
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.aa3fc__79a:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  filter: brightness(1.1);
}
.aa3fc__79a:active{
  transform: translateY(0);
}
.paf4af__465a{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.paf4af__465a .l75052d1d6f{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px; color: #1a1a2e;}
@media (max-width: 1024px){.ma7274c {
    display: none; 
  }
.b5c154__c132f {
    gap: 12px;
  }}
@media (max-width: 640px){.jttpd03v3tj{
    display: none; 
  }
.paf4af__465a{
    display: flex;
  }
.dfbe__d968{
    font-size: 24px;
  }
.aa3fc__79a{
    padding: 8px 16px;
    font-size: 13px;
  }}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.wffd37259{position: relative;
  width: 100%;
  background: var(--bg-color);
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 20px 40px;
  box-sizing: border-box;
  z-index: 10;
  border-top: 1px solid var(--border-color); isolation: isolate; color: #ffffff;}
.gb8692_01f0{
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--primary-color);
  top: -150px;
  left: -100px;
  filter: blur(120px);
  opacity: 0.15;
  z-index: -1; color: #1a1a2e;}
.u91806e7640{
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: var(--secondary-color);
  bottom: 0;
  right: -50px;
  filter: blur(100px);
  opacity: 0.15;
  z-index: -1; color: #1a1a2e;}
.tc4206478fd{
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o61425_c8a9{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
.cbcd14_e696{
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
}
.y8a51d_adfc{
  width: 100%;
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 700;
  color: var(--text-color);
  margin: 0 0 16px 0;
  letter-spacing: 1px;
}
.l6f257_04de{
  width: 100%;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
.k2d4bb6c3b7{
  width: 100%;
  display: flex;
  justify-content: center;
}
.y64fa9_696e{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 200px;
  height: 52px;
  padding: 0 32px;
  border-radius: var(--radius-md);
  background: var(--accent-gradient);
  color: #1a1a2e;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  box-sizing: border-box;
}
.y64fa9_696e:hover{
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.def19019aa1{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 16px;
}
.rd73__aa1b{
  width: auto;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}
.maf1e5_440d{
  width: auto;
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--border-color);
}
.d1275d460{
  width: 100%;
  height: 1px;
  background: var(--border-color);
  margin-bottom: 32px; color: #1a1a2e;}
.dedfb1_6a8d{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.c4c320a7740{
  width: auto;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.rb86ca4b0d4{
  width: auto;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}
.b36455cc9{
  width: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.w393__a360{
  width: auto;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.w393__a360:hover{
  color: var(--text-color);
}
.ze4258_9353{
  width: auto;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  opacity: 0.5;
}
@media (max-width: 768px){.wffd37259{
    padding: 60px 16px 32px;
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
.y8a51d_adfc{
    font-size: 32px;
  }
.o61425_c8a9{
    margin-bottom: 40px;
  }
.dedfb1_6a8d{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
.c4c320a7740{
    justify-content: center;
  }
.b36455cc9{
    justify-content: center;
  }
.def19019aa1{
    gap: 10px;
  }}
.kb3758c9f{box-sizing:border-box;}
.zf1393c59{box-sizing:border-box;}
.j988__05e6{box-sizing:border-box;}
.t5a005_5c61{box-sizing:border-box;}
.xdfdd9_07ee{display:block;max-width:100%;height:auto;}
.d5e9a1f21b9{box-sizing:border-box;}
@media (max-width: 768px) {.n486fe_c977 { 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.kb3dc7e8fd6.id517cf098 .mf662cb_sz6z a { 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.kb3dc7e8fd6.id517cf098 .p813__7597 { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}