:root {

  --primary-color: hsl(234, 75%, 50%);
  --secondary-color: hsl(282, 60%, 50%);
  --bg-color: hsl(234, 7%, 95%);
  --text-color: hsl(234, 10%, 13%);
  --text-muted: hsl(234, 12%, 40%);
  --border-color: rgba(30, 31, 36, 0.1);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --shadow-lg: 0 12px 24px rgba(0,0,0,0.15);
  --nav-height: 72px;
  --max-width: min(1200px, 90vw);
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --wps-page-bg: #f3f6fb;
  --wps-surface: #ffffff;
  --wps-surface-soft: #eef3ff;
  --wps-ink: #1d2433;
  --wps-muted: #5a6478;
  --wps-line: rgba(27, 39, 79, 0.12);
  --wps-primary: hsl(234, 75%, 56%);
  --wps-secondary: hsl(282, 60%, 56%);
  --wps-accent: #0f9db5;
  --wps-shadow-lg: 0 24px 60px rgba(24, 37, 84, 0.14);
  --wps-shadow-md: 0 16px 34px rgba(24, 37, 84, 0.1);
  --wps-radius-xl: 28px;
  --wps-radius-lg: 20px;
  --wps-radius-md: 14px;
  --wps-max: 1180px;
  --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%);
}
.q0245__b29cf{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.bf2d49_lgs2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    }
.sfb7bd8d5{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    }
.sfb7bd8d5 a{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: var(--text-color);
    text-decoration: none;
    text-transform: uppercase;
    }
.k0327__ede{
    display: none;
    }
.j717b22_4b{
    flex: 2;
    display: flex;
    justify-content: center;
    gap: 40px;
    }
.bbc40772704{
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.bbc40772704:hover, .bbc40772704.active{
    color: var(--text-color);
    }
.bbc40772704::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); color: #ffffff;}
.bbc40772704:hover::after, .bbc40772704.active::after{
    transform: scaleX(1);
    transform-origin: left;
    }
.b9ce5b6_0b3{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    }
.v6acc__44e{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--primary-color);
    text-decoration: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: var(--transition);
    }
.v6acc__44e:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.pha7kjq7{
    display: none;
    }
.hx4wturln{
    display: none;
    }
@media (max-width: 991px){.g70a4f6_rb15 {
    display: none;
    }
.hx4wturln {
    display: block;
    color: var(--primary-color);
    font-weight: 600;
    }
.pha7kjq7 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    cursor: pointer;
    z-index: 1001;
    }
.g52eaeb1_vo {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.j717b22_4b {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--nav-height));
    background-color: var(--bg-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 5vw;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    border-top: 1px solid var(--border-color);
    z-index: 999;
    gap: 0; color: #1a1a2e;}
.k0327__ede:checked ~ .j717b22_4b {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.bbc40772704 {
    width: 100%;
    font-size: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
    }
.bbc40772704::after {
    display: none;
    }
.k0327__ede:checked ~ .b9ce5b6_0b3 .pha7kjq7 .g52eaeb1_vo:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.k0327__ede:checked ~ .b9ce5b6_0b3 .pha7kjq7 .g52eaeb1_vo:nth-child(2) {
    opacity: 0;
    }
.k0327__ede:checked ~ .b9ce5b6_0b3 .pha7kjq7 .g52eaeb1_vo:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }}
@media (min-width: 992px){.q0245__b29cf #nt797852fece, .q0245__b29cf label[for="nt797852fece"]{ display: none !important; }}
@media (min-width: 992px){.q0245__b29cf .j717b22_4b{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 992px){.q0245__b29cf .j717b22_4b{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 992px){.q0245__b29cf .j717b22_4b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt797852fece:checked ~ .j717b22_4b { right: 0 !important; left: auto !important; }
@media (max-width: 991px) {.q0245__b29cf.s67351eb8 .j717b22_4b { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 991px) {#nt797852fece:checked ~ .j717b22_4b { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 992px) {.q0245__b29cf.s67351eb8 #nt797852fece, .q0245__b29cf.s67351eb8 label[for="nt797852fece"] { display: none !important; }}
@media (min-width: 992px) {.q0245__b29cf.s67351eb8 .j717b22_4b { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 992px) {.q0245__b29cf.s67351eb8 .j717b22_4b { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 992px) {.q0245__b29cf.s67351eb8 .j717b22_4b a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.bjnu6yu1x{
    background-color: var(--bg-color, hsl(234, 7%, 95%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, rgba(30, 31, 36, 0.1));
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #1a1a2e;}
.jr16jmdbme{
    width: var(--max-width, min(1200px, 90vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.maea3__fee{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    width: 100%;
    flex: 0 1 auto;
    }
.k6af20_6966{
    display: flex;
    flex-direction: column;
    width: auto;
    flex: 0 1 auto;
    }
.s8aae4_paou{
    font-size: 36px;
    font-weight: 800;
    color: var(--text-color, hsl(234, 10%, 13%));
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    }
.fcba275_a49{
    font-size: 16px;
    color: var(--text-muted, hsl(234, 12%, 40%));
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.02em;
    }
.h826f8125{
    display: flex;
    width: auto;
    flex: 0 1 auto;
    }
.re64e026{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, hsl(234, 75%, 50%));
    color: #ffffff;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm, 0px);
    transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
    width: auto;
    flex: 0 1 auto;
    letter-spacing: 0.05em;
    }
.re64e026:hover{
    background-color: var(--secondary-color, hsl(282, 60%, 50%));
    transform: translateY(-2px);
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0,0,0,0.1)); color: #1a1a2e;}
.c13d3_fcb{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(30, 31, 36, 0.1));
    margin-bottom: 32px;
    flex: 0 1 auto; color: #ffffff;}
.b39b80a895{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex: 0 1 auto;
    }
.r1895d0f_ahl{
    font-size: 14px;
    color: var(--text-muted, hsl(234, 12%, 40%));
    flex: 1 1 auto;
    width: auto;
    }
.n112__b720{
    display: flex;
    gap: 32px;
    flex: 0 1 auto;
    width: auto;
    }
.kdd2c_e2f{
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted, hsl(234, 12%, 40%));
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
    flex: 0 1 auto;
    width: auto;
    }
.kdd2c_e2f:hover{
    color: var(--text-color, hsl(234, 10%, 13%));
    }
@media (max-width: 768px){.maea3__fee{
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 48px;
    }
.k6af20_6966{
    width: 100%;
    }
.h826f8125{
    width: 100%;
    }
.re64e026{
    width: 100%;
    }
.b39b80a895{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }
.r1895d0f_ahl{
    order: 2;
    width: 100%;
    }
.n112__b720{
    order: 1;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    }}
div.wfb0__487f.d114e30d_4fvb *{
    box-sizing: border-box;
    }
div.wfb0__487f.d114e30d_4fvb{
    scroll-behavior: smooth;
    }
div.wfb0__487f.d114e30d_4fvb{
    margin: 0;
    font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: var(--text-color, var(--wps-ink));
    background:
    radial-gradient(circle at 12% 14%, rgba(91, 109, 255, 0.16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(15, 157, 181, 0.14), transparent 26%),
    linear-gradient(180deg, #f7f9fe 0%, var(--wps-page-bg) 100%);
    }
div.wfb0__487f.d114e30d_4fvb{
    display: block;
    }
div.wfb0__487f.d114e30d_4fvb a{
    color: var(--text-color);
    text-decoration: none;
    }
div.wfb0__487f.d114e30d_4fvb a:hover{
    text-decoration: underline;
    }
div.wfb0__487f.d114e30d_4fvb img{
    max-width: 100%;
    display: block;
    }
div.wfb0__487f.d114e30d_4fvb .p9d82911_lte{
    width: min(calc(100% - 32px), var(--wps-max));
    margin: 0 auto;
    }
div.wfb0__487f.d114e30d_4fvb .n4de05_2e1{
    padding: 48px 0 24px;
    }
div.wfb0__487f.d114e30d_4fvb .b6449f2{
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 26px;
    align-items: stretch;
    }
div.wfb0__487f.d114e30d_4fvb .i0c06b_ja{
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--border-color, var(--wps-line));
    border-radius: var(--wps-radius-xl);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(10px); color: #1a1a2e;}
div.wfb0__487f.d114e30d_4fvb .mk6y5vvj6jr{
    padding: 42px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
div.wfb0__487f.d114e30d_4fvb .ksh3ul74a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(71, 99, 255, 0.1), rgba(15, 157, 181, 0.12));
    color: #1a1a2e;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-size: 13px;
    }
div.wfb0__487f.d114e30d_4fvb .ksh3ul74a::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--wps-primary), var(--wps-accent));
    box-shadow: 0 0 0 6px rgba(71, 99, 255, 0.08); color: #1a1a2e;}
div.wfb0__487f.d114e30d_4fvb h1, div.wfb0__487f.d114e30d_4fvb h2, div.wfb0__487f.d114e30d_4fvb h3, div.wfb0__487f.d114e30d_4fvb p{
    margin: 0;
    }
div.wfb0__487f.d114e30d_4fvb h1{
    margin-top: 22px;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    color: var(--wps-ink);
    max-width: 11ch;
    }
div.wfb0__487f.d114e30d_4fvb .f693bc8_d19a{
    margin-top: 22px;
    max-width: 58ch;
    font-size: 1.06rem;
    line-height: 1.8;
    color: var(--wps-muted);
    }
div.wfb0__487f.d114e30d_4fvb .pf8fe_345{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    }
div.wfb0__487f.d114e30d_4fvb .udcb1631e3a{
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--wps-surface-soft);
    border: 1px solid rgba(71, 99, 255, 0.14);
    min-width: 154px; color: #1a1a2e;}
div.wfb0__487f.d114e30d_4fvb .udcb1631e3a strong{
    display: block;
    font-size: 0.88rem;
    color: var(--wps-ink);
    margin-bottom: 4px;
    }
div.wfb0__487f.d114e30d_4fvb .udcb1631e3a span{
    font-size: 0.94rem;
    color: var(--wps-muted);
    }
div.wfb0__487f.d114e30d_4fvb .x12707__915b{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
    }
div.wfb0__487f.d114e30d_4fvb .ta18p4b6ne2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    }
div.wfb0__487f.d114e30d_4fvb .ta18p4b6ne2:hover{
    transform: translateY(-2px);
    text-decoration: none;
    }
div.wfb0__487f.d114e30d_4fvb .i8faa1ed12a{
    color: #1a1a2e;
    background: linear-gradient(135deg, var(--wps-primary), var(--wps-secondary));
    box-shadow: 0 16px 30px rgba(73, 82, 212, 0.28);
    }
div.wfb0__487f.d114e30d_4fvb .v5de82c_hynl{
    color: var(--wps-ink);
    background: #ffffff;
    border: 1px solid rgba(24, 37, 84, 0.12);
    box-shadow: 0 10px 24px rgba(24, 37, 84, 0.08);
    }
div.wfb0__487f.d114e30d_4fvb .n4d224d_8y{position: relative;
    overflow: hidden;
    min-height: 420px; isolation: isolate;}
div.wfb0__487f.d114e30d_4fvb .n4d224d_8y img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.wfb0__487f.d114e30d_4fvb .o52a607e5{
    position: absolute;
    inset: auto 18px 18px 18px;
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(17, 25, 50, 0.14), rgba(17, 25, 50, 0.78));
    color: #ffffff;
    }
div.wfb0__487f.d114e30d_4fvb .o52a607e5 strong{
    display: block;
    font-size: 1.15rem;
    margin-bottom: 8px;
    }
div.wfb0__487f.d114e30d_4fvb .o52a607e5 span{
    display: block;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.86);
    }
div.wfb0__487f.d114e30d_4fvb .t7c16184b1b{
    padding: 34px 0;
    }
div.wfb0__487f.d114e30d_4fvb .ge8db8079{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: end;
    margin-bottom: 22px;
    }
div.wfb0__487f.d114e30d_4fvb .ge8db8079 h2{
    font-size: clamp(1.7rem, 3vw, 2.8rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--wps-ink);
    }
div.wfb0__487f.d114e30d_4fvb .ge8db8079 p{
    max-width: 48ch;
    color: var(--wps-muted);
    line-height: 1.7;
    }
div.wfb0__487f.d114e30d_4fvb .f5a6e__8461d{
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 26px;
    }
div.wfb0__487f.d114e30d_4fvb .f5a6e__8461d.qe5531c_3n66{
    grid-template-columns: 1.05fr 0.95fr;
    }
div.wfb0__487f.d114e30d_4fvb .u44a02706{
    display: grid;
    gap: 18px;
    }
div.wfb0__487f.d114e30d_4fvb .i3afc_6c{
    background: var(--wps-surface);
    border: 1px solid var(--wps-line);
    border-radius: var(--wps-radius-lg);
    box-shadow: var(--wps-shadow-md);
    padding: 24px; color: #1a1a2e;}
div.wfb0__487f.d114e30d_4fvb .i3afc_6c h3{
    font-size: 1.2rem;
    color: var(--wps-ink);
    margin-bottom: 12px;
    }
div.wfb0__487f.d114e30d_4fvb .i3afc_6c p{
    color: var(--wps-muted);
    line-height: 1.75;
    }
div.wfb0__487f.d114e30d_4fvb .odsr4cub{
    display: grid;
    gap: 10px;
    margin-top: 16px;
    }
div.wfb0__487f.d114e30d_4fvb .odsr4cub span{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--wps-ink);
    line-height: 1.6;
    }
div.wfb0__487f.d114e30d_4fvb .odsr4cub span::before{
    content: "";
    width: 10px;
    height: 10px;
    margin-top: 8px;
    border-radius: 2px;
    flex: 0 0 auto;
    background: linear-gradient(180deg, var(--wps-primary), var(--wps-accent)); color: #1a1a2e;}
div.wfb0__487f.d114e30d_4fvb .fce9__8195b{
    overflow: hidden;
    padding: 0;
    }
div.wfb0__487f.d114e30d_4fvb .fce9__8195b img{
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    }
div.wfb0__487f.d114e30d_4fvb .z32449e4239{
    padding: 24px;
    }
div.wfb0__487f.d114e30d_4fvb .v0a638_ee{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    }
div.wfb0__487f.d114e30d_4fvb .ikr3wq5y{
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(71, 99, 255, 0.08);
    color: #1a1a2e;
    font-size: 0.94rem;
    font-weight: 700;
    }
div.wfb0__487f.d114e30d_4fvb .nl750878{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    }
div.wfb0__487f.d114e30d_4fvb .r0c1__2bb8{
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(71, 99, 255, 0.14), rgba(15, 157, 181, 0.16));
    margin-bottom: 14px; color: #1a1a2e;}
div.wfb0__487f.d114e30d_4fvb .r0c1__2bb8 svg{
    width: 22px;
    height: 22px;
    stroke: var(--wps-primary);
    }
div.wfb0__487f.d114e30d_4fvb .h18dc21_vcx{
    background:
    linear-gradient(135deg, rgba(71, 99, 255, 0.08), rgba(15, 157, 181, 0.08)),
    var(--wps-surface); color: #1a1a2e;}
div.wfb0__487f.d114e30d_4fvb .n2ca547_f6f1{
    margin: 28px auto 10px;
    width: min(calc(100% - 32px), var(--wps-max));
    padding: 28px;
    border-radius: 28px;
    background:
    linear-gradient(135deg, rgba(31, 45, 96, 0.98), rgba(53, 69, 152, 0.94) 52%, rgba(35, 111, 145, 0.92));
    color: #ffffff;
    box-shadow: 0 24px 50px rgba(22, 31, 69, 0.26);
    }
div.wfb0__487f.d114e30d_4fvb .n2ca547_f6f1 h2{
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.08;
    margin-bottom: 12px;
    }
div.wfb0__487f.d114e30d_4fvb .n2ca547_f6f1 p{
    max-width: 72ch;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.75;
    }
div.wfb0__487f.d114e30d_4fvb .p6f1__a2115{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    margin-top: 20px;
    }
div.wfb0__487f.d114e30d_4fvb .lbcbc88e_02{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    }
div.wfb0__487f.d114e30d_4fvb .lbcbc88e_02 span{
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: #1a1a2e;
    font-size: 0.95rem;
    }
div.wfb0__487f.d114e30d_4fvb .t84c6_15{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    }
div.wfb0__487f.d114e30d_4fvb .e9w7cabyv3sl{
    display: grid;
    gap: 18px;
    align-content: start;
    }
div.wfb0__487f.d114e30d_4fvb .m0d0e9__36a58{
    display: grid;
    gap: 10px;
    margin-top: 4px;
    }
div.wfb0__487f.d114e30d_4fvb .m0d0e9__36a58 div{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(71, 99, 255, 0.05); color: #1a1a2e;}
div.wfb0__487f.d114e30d_4fvb .m0d0e9__36a58 dt, div.wfb0__487f.d114e30d_4fvb .m0d0e9__36a58 dd{
    margin: 0;
    }
div.wfb0__487f.d114e30d_4fvb .m0d0e9__36a58 dt{
    color: var(--wps-muted);
    }
div.wfb0__487f.d114e30d_4fvb .m0d0e9__36a58 dd{
    color: var(--wps-ink);
    text-align: left;
    font-weight: 700;
    }
div.wfb0__487f.d114e30d_4fvb .hd01__4179d{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
    }
div.wfb0__487f.d114e30d_4fvb .hd01__4179d a{
    padding: 10px 14px;
    border-radius: 12px;
    background: var(--wps-surface-soft);
    border: 1px solid rgba(71, 99, 255, 0.12);
    font-weight: 700; color: #1a1a2e;}
div.wfb0__487f.d114e30d_4fvb div.t744a4_d0ef{
    margin-top: 22px;
    padding: 30px 0 44px;
    }
div.wfb0__487f.d114e30d_4fvb .ra84063db5f{
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--wps-line);
    box-shadow: var(--wps-shadow-md); color: #1a1a2e;}
div.wfb0__487f.d114e30d_4fvb .feeb__8494{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--wps-ink);
    }
div.wfb0__487f.d114e30d_4fvb .v8b3__ebd6{
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-grid;
    place-items: center;
    color: #1a1a2e;
    background: linear-gradient(135deg, var(--wps-primary), var(--wps-secondary));
    box-shadow: 0 14px 26px rgba(73, 82, 212, 0.28);
    }
div.wfb0__487f.d114e30d_4fvb .wps-foot-note, div.wfb0__487f.d114e30d_4fvb .wps-foot-links{
    color: var(--wps-muted);
    line-height: 1.75;
    }
div.wfb0__487f.d114e30d_4fvb .wps-foot-links{
    display: grid;
    align-content: start;
    gap: 10px;
    }
div.wfb0__487f.d114e30d_4fvb .wps-foot-links a{
    font-weight: 700;
    }
@media (max-width: 980px) {div.wfb0__487f.d114e30d_4fvb .b6449f2, div.wfb0__487f.d114e30d_4fvb .f5a6e__8461d, div.wfb0__487f.d114e30d_4fvb .f5a6e__8461d.qe5531c_3n66, div.wfb0__487f.d114e30d_4fvb .ra84063db5f, div.wfb0__487f.d114e30d_4fvb .p6f1__a2115{
    grid-template-columns: 1fr;
    }
div.wfb0__487f.d114e30d_4fvb .nl750878, div.wfb0__487f.d114e30d_4fvb .t84c6_15{
    grid-template-columns: 1fr;
    }
div.wfb0__487f.d114e30d_4fvb .mk6y5vvj6jr, div.wfb0__487f.d114e30d_4fvb .n4d224d_8y{
    min-height: auto;
    }
div.wfb0__487f.d114e30d_4fvb .ge8db8079{
    grid-template-columns: 1fr;
    }}
@media (max-width: 640px) {div.wfb0__487f.d114e30d_4fvb .p9d82911_lte, div.wfb0__487f.d114e30d_4fvb .n2ca547_f6f1{
    width: min(calc(100% - 20px), var(--wps-max));
    }
div.wfb0__487f.d114e30d_4fvb .n4de05_2e1{
    padding-top: 24px;
    }
div.wfb0__487f.d114e30d_4fvb .mk6y5vvj6jr, div.wfb0__487f.d114e30d_4fvb .i3afc_6c, div.wfb0__487f.d114e30d_4fvb .z32449e4239, div.wfb0__487f.d114e30d_4fvb .n2ca547_f6f1{
    padding: 20px;
    }
div.wfb0__487f.d114e30d_4fvb h1{
    max-width: none;
    }
div.wfb0__487f.d114e30d_4fvb .udcb1631e3a{
    min-width: 100%;
    }
div.wfb0__487f.d114e30d_4fvb .x12707__915b{
    flex-direction: column;
    }
div.wfb0__487f.d114e30d_4fvb .ta18p4b6ne2{
    width: 100%;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.wfb0__487f img.lf34b9e31 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.wfb0__487f img.lf34b9e31.w4649a_a678 { aspect-ratio: 16 / 9; }
div.wfb0__487f img.lf34b9e31.oaf2fe_4f5d { aspect-ratio: 16 / 10; }
div.wfb0__487f img.lf34b9e31.b628b0ba5f2 { aspect-ratio: 4 / 3; }
div.wfb0__487f img.lf34b9e31.jd07__05d8 { aspect-ratio: 1 / 1; }
div.wfb0__487f :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.wfb0__487f .t894ada997d {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.wfb0__487f .t894ada997d.w4649a_a678 { aspect-ratio: 16 / 9; }
div.wfb0__487f .t894ada997d.oaf2fe_4f5d { aspect-ratio: 16 / 10; }
div.wfb0__487f .t894ada997d.b628b0ba5f2 { aspect-ratio: 4 / 3; }
div.wfb0__487f .t894ada997d.jd07__05d8 { aspect-ratio: 1 / 1; }
div.wfb0__487f .t894ada997d > img.lf34b9e31,
    div.wfb0__487f .t894ada997d > picture > img.lf34b9e31 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.wfb0__487f.d114e30d_4fvb .i8faa1ed12a a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.wfb0__487f.d114e30d_4fvb .i8faa1ed12a a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.wfb0__487f.d114e30d_4fvb .i8faa1ed12a a:not([class]):hover{opacity:0.92;}
div.wfb0__487f.d114e30d_4fvb .i8faa1ed12a a[class=""]:hover{opacity:0.92;}
div.wfb0__487f.d114e30d_4fvb .i8faa1ed12a a:not([class]):visited{color:#ffffff !important;}
div.wfb0__487f.d114e30d_4fvb .i8faa1ed12a a[class=""]:visited{color:#ffffff !important;}
div.wfb0__487f.d114e30d_4fvb .v8b3__ebd6 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.wfb0__487f.d114e30d_4fvb .v8b3__ebd6 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.wfb0__487f.d114e30d_4fvb .v8b3__ebd6 a:not([class]):hover{opacity:0.92;}
div.wfb0__487f.d114e30d_4fvb .v8b3__ebd6 a[class=""]:hover{opacity:0.92;}
div.wfb0__487f.d114e30d_4fvb .v8b3__ebd6 a:not([class]):visited{color:#ffffff !important;}
div.wfb0__487f.d114e30d_4fvb .v8b3__ebd6 a[class=""]:visited{color:#ffffff !important;}
.p257f0604 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.p257f0604 > :first-child,
    .p257f0604 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.q0245__b29cf{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.bf2d49_lgs2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    }
.sfb7bd8d5{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    }
.sfb7bd8d5 a{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: var(--text-color);
    text-decoration: none;
    text-transform: uppercase;
    }
.k0327__ede{
    display: none;
    }
.j717b22_4b{
    flex: 2;
    display: flex;
    justify-content: center;
    gap: 40px;
    }
.bbc40772704{
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.bbc40772704:hover, .bbc40772704.active{
    color: var(--text-color);
    }
.bbc40772704::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); color: #ffffff;}
.bbc40772704:hover::after, .bbc40772704.active::after{
    transform: scaleX(1);
    transform-origin: left;
    }
.b9ce5b6_0b3{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    }
.v6acc__44e{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--primary-color);
    text-decoration: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: var(--transition);
    }
.v6acc__44e:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.pha7kjq7{
    display: none;
    }
.hx4wturln{
    display: none;
    }
@media (max-width: 991px){.g70a4f6_rb15 {
    display: none;
    }
.hx4wturln {
    display: block;
    color: var(--primary-color);
    font-weight: 600;
    }
.pha7kjq7 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    cursor: pointer;
    z-index: 1001;
    }
.g52eaeb1_vo {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.j717b22_4b {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--nav-height));
    background-color: var(--bg-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 5vw;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    border-top: 1px solid var(--border-color);
    z-index: 999;
    gap: 0; color: #1a1a2e;}
.k0327__ede:checked ~ .j717b22_4b {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.bbc40772704 {
    width: 100%;
    font-size: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
    }
.bbc40772704::after {
    display: none;
    }
.k0327__ede:checked ~ .b9ce5b6_0b3 .pha7kjq7 .g52eaeb1_vo:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.k0327__ede:checked ~ .b9ce5b6_0b3 .pha7kjq7 .g52eaeb1_vo:nth-child(2) {
    opacity: 0;
    }
.k0327__ede:checked ~ .b9ce5b6_0b3 .pha7kjq7 .g52eaeb1_vo:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }}
@media (min-width: 992px){.q0245__b29cf #nt797852fece, .q0245__b29cf label[for="nt797852fece"]{ display: none !important; }}
@media (min-width: 992px){.q0245__b29cf .j717b22_4b{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 992px){.q0245__b29cf .j717b22_4b{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 992px){.q0245__b29cf .j717b22_4b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt797852fece:checked ~ .j717b22_4b{ right: 0 !important; left: auto !important; }
@media (max-width: 991px){.q0245__b29cf.s67351eb8 .j717b22_4b{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 991px){#nt797852fece:checked ~ .j717b22_4b{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 992px){.q0245__b29cf.s67351eb8 #nt797852fece, .q0245__b29cf.s67351eb8 label[for="nt797852fece"]{ display: none !important; }}
@media (min-width: 992px){.q0245__b29cf.s67351eb8 .j717b22_4b{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 992px){.q0245__b29cf.s67351eb8 .j717b22_4b{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 992px){.q0245__b29cf.s67351eb8 .j717b22_4b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.bjnu6yu1x{
    background-color: var(--bg-color, hsl(234, 7%, 95%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, rgba(30, 31, 36, 0.1));
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #1a1a2e;}
.jr16jmdbme{
    width: var(--max-width, min(1200px, 90vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.maea3__fee{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    width: 100%;
    flex: 0 1 auto;
    }
.k6af20_6966{
    display: flex;
    flex-direction: column;
    width: auto;
    flex: 0 1 auto;
    }
.s8aae4_paou{
    font-size: 36px;
    font-weight: 800;
    color: var(--text-color, hsl(234, 10%, 13%));
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    }
.fcba275_a49{
    font-size: 16px;
    color: var(--text-muted, hsl(234, 12%, 40%));
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.02em;
    }
.h826f8125{
    display: flex;
    width: auto;
    flex: 0 1 auto;
    }
.re64e026{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, hsl(234, 75%, 50%));
    color: #ffffff;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm, 0px);
    transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
    width: auto;
    flex: 0 1 auto;
    letter-spacing: 0.05em;
    }
.re64e026:hover{
    background-color: var(--secondary-color, hsl(282, 60%, 50%));
    transform: translateY(-2px);
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0,0,0,0.1)); color: #1a1a2e;}
.c13d3_fcb{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(30, 31, 36, 0.1));
    margin-bottom: 32px;
    flex: 0 1 auto; color: #ffffff;}
.b39b80a895{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex: 0 1 auto;
    }
.r1895d0f_ahl{
    font-size: 14px;
    color: var(--text-muted, hsl(234, 12%, 40%));
    flex: 1 1 auto;
    width: auto;
    }
.n112__b720{
    display: flex;
    gap: 32px;
    flex: 0 1 auto;
    width: auto;
    }
.kdd2c_e2f{
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted, hsl(234, 12%, 40%));
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
    flex: 0 1 auto;
    width: auto;
    }
.kdd2c_e2f:hover{
    color: var(--text-color, hsl(234, 10%, 13%));
    }
@media (max-width: 768px){.maea3__fee{
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 48px;
    }
.k6af20_6966{
    width: 100%;
    }
.h826f8125{
    width: 100%;
    }
.re64e026{
    width: 100%;
    }
.b39b80a895{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }
.r1895d0f_ahl{
    order: 2;
    width: 100%;
    }
.n112__b720{
    order: 1;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    }}
.q0245__b29cf{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--bg-color);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  box-shadow: var(--shadow-sm); color: #1a1a2e;}
.bf2d49_lgs2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--max-width);
  height: 100%;
  margin: 0 auto;
}
.sfb7bd8d5{
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.sfb7bd8d5 a{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--text-color);
  text-decoration: none;
  text-transform: uppercase;
}
.k0327__ede{
  display: none;
}
.j717b22_4b{
  flex: 2;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.bbc40772704{
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  padding: 8px 0;
}
.bbc40772704:hover, .bbc40772704.active{
  color: var(--text-color);
}
.bbc40772704::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); color: #ffffff;}
.bbc40772704:hover::after, .bbc40772704.active::after{
  transform: scaleX(1);
  transform-origin: left;
}
.b9ce5b6_0b3{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.v6acc__44e{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--primary-color);
  text-decoration: none;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}
.v6acc__44e:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.pha7kjq7{
  display: none;
}
.hx4wturln{
  display: none;
}
@media (max-width: 991px){.g70a4f6_rb15 {
    display: none;
  }
.hx4wturln {
    display: block;
    color: var(--primary-color);
    font-weight: 600;
  }
.pha7kjq7 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    cursor: pointer;
    z-index: 1001;
  }
.g52eaeb1_vo {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.j717b22_4b {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--nav-height));
    background-color: var(--bg-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 5vw;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    border-top: 1px solid var(--border-color);
    z-index: 999;
    gap: 0; color: #1a1a2e;}
.k0327__ede:checked ~ .j717b22_4b {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.bbc40772704 {
    width: 100%;
    font-size: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
  }
.bbc40772704::after {
    display: none;
  }
.k0327__ede:checked ~ .b9ce5b6_0b3 .pha7kjq7 .g52eaeb1_vo:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.k0327__ede:checked ~ .b9ce5b6_0b3 .pha7kjq7 .g52eaeb1_vo:nth-child(2) {
    opacity: 0;
  }
.k0327__ede:checked ~ .b9ce5b6_0b3 .pha7kjq7 .g52eaeb1_vo:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }}
@media (min-width: 992px){.q0245__b29cf #nt797852fece, .q0245__b29cf label[for="nt797852fece"]{ display: none !important; }}
@media (min-width: 992px){.q0245__b29cf .j717b22_4b{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 992px){.q0245__b29cf .j717b22_4b{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 992px){.q0245__b29cf .j717b22_4b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt797852fece:checked ~ .j717b22_4b{ right: 0 !important; left: auto !important; }
@media (max-width: 991px){.q0245__b29cf.s67351eb8 .j717b22_4b{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 991px){#nt797852fece:checked ~ .j717b22_4b{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 992px){.q0245__b29cf.s67351eb8 #nt797852fece, .q0245__b29cf.s67351eb8 label[for="nt797852fece"]{ display: none !important; }}
@media (min-width: 992px){.q0245__b29cf.s67351eb8 .j717b22_4b{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 992px){.q0245__b29cf.s67351eb8 .j717b22_4b{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 992px){.q0245__b29cf.s67351eb8 .j717b22_4b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.b2135b3f6ad{
  background-color: var(--bg-color, hsl(234, 7%, 95%));
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color, rgba(30, 31, 36, 0.1));
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #1a1a2e;}
.s418__417c{
  width: var(--max-width, min(1200px, 90vw));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.q71f__e466{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  width: 100%;
  flex: 0 1 auto;
}
.ef84b0ec11f{
  display: flex;
  flex-direction: column;
  width: auto;
  flex: 0 1 auto;
}
.icd6cb22f{
  font-size: 36px;
  font-weight: 800;
  color: var(--text-color, hsl(234, 10%, 13%));
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.m633d2_0817{
  font-size: 16px;
  color: var(--text-muted, hsl(234, 12%, 40%));
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.j160__9ad9{
  display: flex;
  width: auto;
  flex: 0 1 auto;
}
.vcaa__1f73{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color, hsl(234, 75%, 50%));
  color: #ffffff;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-sm, 0px);
  transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
  width: auto;
  flex: 0 1 auto;
  letter-spacing: 0.05em;
}
.vcaa__1f73:hover{
  background-color: var(--secondary-color, hsl(282, 60%, 50%));
  transform: translateY(-2px);
  box-shadow: var(--shadow-md, 0 4px 12px rgba(0,0,0,0.1)); color: #1a1a2e;}
.y7140406a{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(30, 31, 36, 0.1));
  margin-bottom: 32px;
  flex: 0 1 auto; color: #ffffff;}
.vf9569f0941{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex: 0 1 auto;
}
.e63da4029f5{
  font-size: 14px;
  color: var(--text-muted, hsl(234, 12%, 40%));
  flex: 1 1 auto;
  width: auto;
}
.p8d4b62fd3d{
  display: flex;
  gap: 32px;
  flex: 0 1 auto;
  width: auto;
}
.v41d__482d{
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted, hsl(234, 12%, 40%));
  text-decoration: none;
  transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
  flex: 0 1 auto;
  width: auto;
}
.v41d__482d:hover{
  color: var(--text-color, hsl(234, 10%, 13%));
}
@media (max-width: 768px){.q71f__e466{
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 48px;
  }
.ef84b0ec11f{
    width: 100%;
  }
.j160__9ad9{
    width: 100%;
  }
.vcaa__1f73{
    width: 100%;
  }
.vf9569f0941{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
.e63da4029f5{
    order: 2;
    width: 100%;
  }
.p8d4b62fd3d{
    order: 1;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }}
.t56761e5fea{box-sizing:border-box;}
.l43a20_4eb9{display:block;max-width:100%;height:auto;}
.m92c__db04{box-sizing:border-box;}
@media (max-width: 768px) {.maea3__fee { 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; }
.b39b80a895 { 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; }}