:root {

  --sc-primary: hsl(193, 80%, 35%);
  --sc-primary-hover: hsl(193, 80%, 30%);
  --sc-secondary: hsl(294, 64%, 53%);
  --sc-text: hsl(193, 10%, 11%);
  --sc-text-light: hsl(193, 10%, 35%);
  --sc-bg: hsl(193, 8%, 96%);
  --sc-bg-white: #ffffff;
  --sc-border: rgba(0, 0, 0, 0.06);
  --sc-radius: 16px;
  --sc-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  --primary-color: hsl(193, 80%, 53%);
  --secondary-color: hsl(294, 64%, 53%);
  --bg-color: hsl(193, 8%, 96%);
  --text-color: hsl(193, 10%, 11%);
  --text-muted: hsl(193, 10%, 45%);
  --border-color: hsl(193, 10%, 85%);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s ease;
  --nav-bg: var(--bg-color);
  --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%);
}
div.x1de6b3de.a6sgtf741 关于日期时间，我将确保页面信息是基于今天的2026年3月19日，禁止未来日期，且版权为2026年。版本更新日期将设置为在2026年2月20日（提前了1个月）。
    在内容排布方面，我将构建一个包含Hero区域和四个使用场景的页面结构。Hero区域将包含一个居中的H1标题、一段描述，以及两个CTA（Call To Action）按钮。每个使用场景将包含一张图片、一个标题、一个描述，以及相关元信息。
    根据用户的“视觉签名”要求，我将首屏形态设置为“half_screen”，内容流向为“image_first”，卡片列数为“1”，CTA形态为“multiple”，间距节奏为“normal”，标题对齐为“center”。
    我将使用用户提供的本地图片资源，并确保这些图片不会被拉伸。对于卡片部分的标题，我将尝试进行居中对齐，以符合“标题对齐：center”的视觉签名要求。
    在文案方面，我将使用用户提供的H1标题、Hero文案和CTA文案。我将自然地在文案中插入内部链接，例如“下载WPS”、“了解功能WPS”等，并遵循用户提供的锚文本要求。
    div.x1de6b3de.a6sgtf741 *{
    box-sizing: border-box;
    }
div.x1de6b3de.a6sgtf741{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--sc-text, #1c1f20);
    background-color: var(--sc-bg, #f3f5f5);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    }
div.x1de6b3de.a6sgtf741 .odaa9_11{
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6rem 2rem 4rem;
    background-color: var(--sc-bg-white);
    background-image:
    radial-gradient(circle at 15% 50%, rgba(29, 188, 220, 0.05), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(200, 71, 246, 0.04), transparent 30%);
    border-bottom: 1px solid var(--sc-border); color: #1a1a2e;}
div.x1de6b3de.a6sgtf741 .odaa9_11 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin: 0 0 1.2rem;
    letter-spacing: -0.03em;
    color: var(--sc-text);
    }
div.x1de6b3de.a6sgtf741 .odaa9_11 p{
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    color: var(--sc-text-light);
    max-width: 680px;
    margin: 0 0 2.5rem;
    }
div.x1de6b3de.a6sgtf741 .l2aecd0_3b47{
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    }
div.x1de6b3de.a6sgtf741 .w385f9__5037c{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2.25rem;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
    }
div.x1de6b3de.a6sgtf741 .p877f5dc6e8{
    background-color: var(--sc-primary);
    color: #1a1a2e;
    box-shadow: 0 4px 15px rgba(20, 150, 176, 0.25);
    }
div.x1de6b3de.a6sgtf741 .p877f5dc6e8:hover{
    background-color: var(--sc-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(20, 150, 176, 0.35); color: #ffffff;}
div.x1de6b3de.a6sgtf741 .b116__0fd{
    background-color: var(--sc-bg-white);
    color: var(--sc-text);
    border: 1px solid var(--sc-border);
    }
div.x1de6b3de.a6sgtf741 .b116__0fd:hover{
    border-color: var(--sc-text-light);
    background-color: var(--sc-bg); color: #1a1a2e;}
div.x1de6b3de.a6sgtf741 .eqv6i18j7{
    max-width: 1040px;
    margin: 0 auto;
    padding: 5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    }
div.x1de6b3de.a6sgtf741 .lhi2gr2h{
    display: flex;
    flex-direction: column;
    background: var(--sc-bg-white);
    border-radius: var(--sc-radius);
    overflow: hidden;
    box-shadow: var(--sc-shadow);
    border: 1px solid var(--sc-border);
    transition: transform 0.4s ease, box-shadow 0.4s ease; color: #1a1a2e;}
div.x1de6b3de.a6sgtf741 .lhi2gr2h:hover{
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    }
div.x1de6b3de.a6sgtf741 .z993f3_so{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background-color: var(--sc-bg); color: #1a1a2e;}
div.x1de6b3de.a6sgtf741 .p85205f_157{
    padding: 3.5rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.x1de6b3de.a6sgtf741 .p85205f_157 h2{
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
    }
div.x1de6b3de.a6sgtf741 .p85205f_157 h3{
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--sc-primary);
    margin: 0 0 1.5rem;
    }
div.x1de6b3de.a6sgtf741 .p85205f_157 p{
    color: var(--sc-text-light);
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 0 1.5rem;
    }
div.x1de6b3de.a6sgtf741 .nffd__bb598{
    color: var(--sc-primary);
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    font-weight: 600;
    transition: text-decoration-color 0.25s ease;
    }
div.x1de6b3de.a6sgtf741 .nffd__bb598:hover{
    text-decoration-color: var(--sc-primary);
    }
div.x1de6b3de.a6sgtf741 .cqsib5b1{
    display: flex;
    gap: 2rem;
    padding-top: 2rem;
    margin-top: 1rem;
    border-top: 1px solid var(--sc-border);
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    }
div.x1de6b3de.a6sgtf741 .kae94852c99{
    font-size: 0.95rem;
    color: var(--sc-text-light);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    }
div.x1de6b3de.a6sgtf741 .kae94852c99 svg{
    color: var(--sc-primary);
    }
@media (max-width: 768px) {div.x1de6b3de.a6sgtf741 .odaa9_11{
    padding: 5rem 1.5rem 3rem;
    }
div.x1de6b3de.a6sgtf741 .eqv6i18j7{
    gap: 3rem;
    padding: 3rem 1rem;
    }
div.x1de6b3de.a6sgtf741 .p85205f_157{
    padding: 2.5rem 1.5rem;
    }
div.x1de6b3de.a6sgtf741 .z993f3_so{
    aspect-ratio: 4 / 3;
    }
div.x1de6b3de.a6sgtf741 .cqsib5b1{
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-color);
    background: var(--bg-color);
    }
.h98484e{
    position: sticky;
    top: 0;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 100;
    backdrop-filter: blur(8px); color: #1a1a2e;}
.v63d2c_8f{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 0 24px;
    }
.se3d0c__8f21{
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.m00e64b4_shz{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    }
.m00e64b4_shz span{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.ob074b7{
    display: flex;
    list-style: none;
    gap: 32px;
    flex: 1;
    }
.ob074b7 a{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    }
.ob074b7 a:hover{
    color: var(--text-color);
    }
.a22486af4e{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.a22486af4e:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
@media (max-width: 768px){.m00e64b4_shz{
    display: flex;
    }
.ob074b7{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    gap: 16px;
    display: none; color: #1a1a2e;}
.ob074b7.active{
    display: flex;
    }
.a22486af4e{
    display: none;
    }}
.aa9ae_c3{
    background: linear-gradient(180deg, var(--bg-color) 0%, hsl(193, 12%, 92%) 100%);
    border-top: 1px solid var(--border-color);
    padding: 64px 0 32px;
    margin-top: 120px; color: #1a1a2e;}
.i0fb4_0477{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
.b68fff__7b7c{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border-color);
    }
.g0597_3ab{
    flex: 0 0 auto;
    }
.d2f69924d6{
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    }
.xa82mkqt7md{
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    }
.x65fd5_db{
    display: flex;
    gap: 32px;
    flex: 0 0 auto;
    }
.vc3c7__fcb1b{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.vc3c7__fcb1b:hover{
    color: var(--primary-color);
    }
.g80d1_6241{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    }
.enrv9br8cu5{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
.c2b1a__e44c{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 768px){.aa9ae_c3{
    padding: 48px 0 24px;
    margin-top: 80px;
    }
.b68fff__7b7c{
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
    }
.x65fd5_db{
    gap: 24px;
    }
.g80d1_6241{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.x1de6b3de img.j5944fd5453 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.x1de6b3de img.j5944fd5453.fe659eb9d9d { aspect-ratio: 16 / 9; }
div.x1de6b3de img.j5944fd5453.jee526fd906 { aspect-ratio: 16 / 10; }
div.x1de6b3de img.j5944fd5453.lc1bdf_0f6d { aspect-ratio: 4 / 3; }
div.x1de6b3de img.j5944fd5453.o2d36d980b5 { aspect-ratio: 1 / 1; }
div.x1de6b3de :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.x1de6b3de .o43d853b8 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.x1de6b3de .o43d853b8.fe659eb9d9d { aspect-ratio: 16 / 9; }
div.x1de6b3de .o43d853b8.jee526fd906 { aspect-ratio: 16 / 10; }
div.x1de6b3de .o43d853b8.lc1bdf_0f6d { aspect-ratio: 4 / 3; }
div.x1de6b3de .o43d853b8.o2d36d980b5 { aspect-ratio: 1 / 1; }
div.x1de6b3de .o43d853b8 > img.j5944fd5453,
    div.x1de6b3de .o43d853b8 > picture > img.j5944fd5453 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.x1de6b3de.a6sgtf741 .p877f5dc6e8 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.x1de6b3de.a6sgtf741 .p877f5dc6e8 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.x1de6b3de.a6sgtf741 .p877f5dc6e8 a:not([class]):hover{opacity:0.92;}
div.x1de6b3de.a6sgtf741 .p877f5dc6e8 a[class=""]:hover{opacity:0.92;}
div.x1de6b3de.a6sgtf741 .p877f5dc6e8 a:not([class]):visited{color:#ffffff !important;}
div.x1de6b3de.a6sgtf741 .p877f5dc6e8 a[class=""]:visited{color:#ffffff !important;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-color);
    background: var(--bg-color);
    }
.h98484e{
    position: sticky;
    top: 0;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 100;
    backdrop-filter: blur(8px); color: #1a1a2e;}
.v63d2c_8f{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 0 24px;
    }
.se3d0c__8f21{
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.m00e64b4_shz{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    }
.m00e64b4_shz span{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.ob074b7{
    display: flex;
    list-style: none;
    gap: 32px;
    flex: 1;
    }
.ob074b7 a{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    }
.ob074b7 a:hover{
    color: var(--text-color);
    }
.a22486af4e{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.a22486af4e:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
@media (max-width: 768px){.m00e64b4_shz{
    display: flex;
    }
.ob074b7{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    gap: 16px;
    display: none; color: #1a1a2e;}
.ob074b7.active{
    display: flex;
    }
.a22486af4e{
    display: none;
    }}
.aa9ae_c3{
    background: linear-gradient(180deg, var(--bg-color) 0%, hsl(193, 12%, 92%) 100%);
    border-top: 1px solid var(--border-color);
    padding: 64px 0 32px;
    margin-top: 120px; color: #1a1a2e;}
.i0fb4_0477{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
.b68fff__7b7c{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border-color);
    }
.g0597_3ab{
    flex: 0 0 auto;
    }
.d2f69924d6{
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    }
.xa82mkqt7md{
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    }
.x65fd5_db{
    display: flex;
    gap: 32px;
    flex: 0 0 auto;
    }
.vc3c7__fcb1b{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.vc3c7__fcb1b:hover{
    color: var(--primary-color);
    }
.g80d1_6241{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    }
.enrv9br8cu5{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
.c2b1a__e44c{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 768px){.aa9ae_c3{
    padding: 48px 0 24px;
    margin-top: 80px;
    }
.b68fff__7b7c{
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
    }
.x65fd5_db{
    gap: 24px;
    }
.g80d1_6241{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-color);
  background: var(--bg-color);
}
.h98484e{
  position: sticky;
  top: 0;
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  z-index: 100;
  backdrop-filter: blur(8px); color: #1a1a2e;}
.v63d2c_8f{
  max-width: var(--max-width);
  margin: 0 auto;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 24px;
}
.se3d0c__8f21{
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.m00e64b4_shz{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}
.m00e64b4_shz span{
  width: 24px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.ob074b7{
  display: flex;
  list-style: none;
  gap: 32px;
  flex: 1;
}
.ob074b7 a{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 15px;
  transition: var(--transition);
}
.ob074b7 a:hover{
  color: var(--text-color);
}
.a22486af4e{
  background: var(--primary-color);
  color: #1a1a2e;
  padding: 10px 24px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.a22486af4e:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
@media (max-width: 768px){.m00e64b4_shz{
    display: flex;
  }
.ob074b7{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    gap: 16px;
    display: none; color: #1a1a2e;}
.ob074b7.active{
    display: flex;
  }
.a22486af4e{
    display: none;
  }}
.cd6843caf{
  background: linear-gradient(180deg, var(--bg-color) 0%, hsl(193, 12%, 92%) 100%);
  border-top: 1px solid var(--border-color);
  padding: 64px 0 32px;
  margin-top: 120px; color: #1a1a2e;}
.hbcc05_be69{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}
.ha83473f308{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border-color);
}
.bcb1243e2{
  flex: 0 0 auto;
}
.u36c57_25b9{
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.b2d483_6b28{
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}
.w6d6__9e5d{
  display: flex;
  gap: 32px;
  flex: 0 0 auto;
}
.i7464a_b525{
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.i7464a_b525:hover{
  color: var(--primary-color);
}
.z26564589{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}
.sb0543_1203{
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}
.o87e934899c{
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}
@media (max-width: 768px){.cd6843caf{
    padding: 48px 0 24px;
    margin-top: 80px;
  }
.ha83473f308{
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
  }
.w6d6__9e5d{
    gap: 24px;
  }
.z26564589{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }}
.qf9ce4b3c13{box-sizing:border-box;}
.ua2d__e01e{box-sizing:border-box;}
.j4704e572{display:block;max-width:100%;height:auto;}
.ke4617276{box-sizing:border-box;}
.i78f9285d{box-sizing:border-box;}
@media (max-width: 768px) {.g80d1_6241 { 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; }}