/* r6cso14ipfmr | v2.93 */
/* 3vtxnbgyp0zq | v5.82 */
/* ============================================
   全站样式 - 影视传媒网站
   独特配色：深紫 + 玫红 + 暗金
   ============================================ */

/* CSS Reset & Base */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --clr-primary: #6B1D5E;
  --clr-primary-light: #9C3587;
  --clr-accent: #D4A843;
  --clr-accent-dark: #A8832F;
  --clr-bg-dark: #0E0B14;
  --clr-bg-section: #16111F;
  --clr-bg-card: #1E1729;
  --clr-text: #E8E2F0;
  --clr-text-muted: #A89BBF;
  --clr-border: #2E2640;
  --clr-success: #4CAF50;
  --clr-warning: #FF9800;
  --clr-star: #FFD700;
  --font-heading: "Noto Serif SC", "STSong", serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-card: 0 4px 24px rgba(107, 29, 94, 0.18);
  --shadow-hover: 0 8px 40px rgba(107, 29, 94, 0.3);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* 4ljo9to3dg *//* f9429kap05 */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
/* tcxol8lt */
body {
  font-family: var(--font-body);
  background: var(--clr-bg-dark);
  color: var(--clr-text);
  line-height: 1.8;
  overflow-x: hidden;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--clr-accent);
  text-decoration: none;
  transition: color var(--transition);
}
/* 4qka4fbu */
a:hover {
  color: var(--clr-accent-dark);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--clr-text);
  line-height: 1.4;
}

/* ============ Layout ============ */
._qq0naqc {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

._p284ux {
  padding: 48px 0;
}
/* 20zaiu *//* wf4ufrmg */
._p284ux:nth-child(even) {
  background: var(--clr-bg-section);
}

.css-bshp0r {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 16px;
}

.css-bshp0r::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
  border-radius: 2px;
}
/* mxjp8k21 */
/* ============ Header / Nav ============ */
.tndq25cx {
  background: linear-gradient(135deg, var(--clr-bg-dark) 0%, #1A1028 100%);
  border-bottom: 1px solid var(--clr-border);
  position: relative;
  z-index: 100;
}

.ffn31320 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  max-width: 1280px;
  margin: 0 auto;
}

.css-zvmcgs img {
  height: 44px;
  width: auto;
}

.sc-upj3yz {
  display: none;
  background: none;
  border: 2px solid var(--clr-accent);
  color: var(--clr-accent);
  font-size: 1.5rem;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

._2p618mn {
  display: flex;
  align-items: center;
  gap: 4px;
}
/* ki17l */
._2p618mn a {
  color: var(--clr-text-muted);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  transition: all var(--transition);
  white-space: nowrap;
}
/* rgu3 */
._2p618mn a:hover,
._2p618mn a.active {
  color: var(--clr-accent);
  background: rgba(212, 168, 67, 0.08);
}
/* 3fl2mq1xmn */
/* ============ Hero ============ */
.bgf00n8vtm {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._sezhim {
  position: absolute;
  inset: 0;
  z-index: 0;
}
/* 43aez */
._sezhim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.35);
}

.aeb9nyx {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
}

.aeb9nyx h1 {
  font-size: 2.4rem;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--clr-accent), #F0D878);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* gi6d9hkk */
.aeb9nyx p {
  font-size: 1.1rem;
  color: var(--clr-text-muted);
  margin-bottom: 24px;
}

._0nbjpwcv {
  display: inline-block;
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-primary-light));
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 700;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(107, 29, 94, 0.4);
}

._0nbjpwcv:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(107, 29, 94, 0.6);
  color: #fff;
}

/* ============ Breadcrumb ============ */
.y2of5pjxmu {
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}

.y2of5pjxmu a {
  color: var(--clr-text-muted);
}

.y2of5pjxmu a:hover {
  color: var(--clr-accent);
}

.y2of5pjxmu span {
  margin: 0 6px;
  opacity: 0.5;
}

/* ============ Movie Cards Grid ============ */
.st-eep1qq {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

._upayqapd {
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition);
  border: 1px solid var(--clr-border);
}
/* 4oe2nx703x */
._upayqapd:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--clr-primary-light);
}

._4lyxs4s9 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5/7;
}

._4lyxs4s9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}

._upayqapd:hover ._4lyxs4s9 img {
  transform: scale(1.06);
}
/* m94h9on */
._gvdb8gi {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,0.7);
  color: var(--clr-star);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
}
/* 62dihg7cf */
.xl5rha5iou {
  padding: 12px;
}

.xl5rha5iou h3 {
  font-size: 0.95rem;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xl5rha5iou p {
  font-size: 0.8rem;
  color: var(--clr-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* ajzwytb1p */
/* ============ Service Modules ============ */
._0bnicx {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

._0h8wywi0 {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px 16px;
  text-align: center;
  transition: all var(--transition);
}
/* 1lje8 */
._0h8wywi0:hover {
  border-color: var(--clr-accent);
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

._0h8wywi0 img {
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
}

._0h8wywi0 h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--clr-accent);
}

._0h8wywi0 p {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}

/* ============ Cases ============ */
.f2bkrzltse {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* 20lcmdf */
._tt727gt {
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--clr-border);
  transition: all var(--transition);
}

._tt727gt:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

._tt727gt img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.tw-aeuebo {
  padding: 16px;
}
/* lnys46yjb6 */
.tw-aeuebo h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}
/* yhl0k2 */
.tw-aeuebo p {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}

/* ============ International Stars ============ */
.el-i6ppwm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.el-4mx2c3 {
  text-align: center;
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--clr-border);
  transition: all var(--transition);
}

.el-4mx2c3:hover {
  border-color: var(--clr-primary-light);
  box-shadow: var(--shadow-card);
}

.el-4mx2c3 img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
}

.el-4mx2c3 h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}
/* 2itsuqamg */
.el-4mx2c3 p {
  font-size: 0.82rem;
  color: var(--clr-text-muted);
}

/* ============ About Section ============ */
._xh1hdyt {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2;
}

._xh1hdyt h3 {
  font-size: 1.3rem;
  margin: 24px 0 12px;
  color: var(--clr-accent);
}
/* zsuxys99 */
._xh1hdyt p {
  margin-bottom: 14px;
  text-indent: 2em;
}
/* 7oq19 */
/* ============ Payment ============ */
._vekktxvy {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}

._vekktxvy img {
  height: 48px;
  width: auto;
  border-radius: var(--radius-sm);
  border: 1px solid var(--clr-border);
}

/* ============ FAQ ============ */
._u2b7j2fg {
  max-width: 800px;
  margin: 0 auto;
}

._5ayzv5w {
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

._05pk6hoh {
  width: 100%;
  background: var(--clr-bg-card);
  color: var(--clr-text);
  border: none;
  padding: 16px 20px;
  text-align: left;
  font-size: 1rem;
  font-family: var(--font-body);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background var(--transition);
}
/* q4rma */
._05pk6hoh:hover {
  background: rgba(107, 29, 94, 0.15);
}
/* ed9srw */
._05pk6hoh::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--clr-accent);
  transition: transform var(--transition);
}

._5ayzv5w.open ._05pk6hoh::after {
  content: "−";
}
/* zgs8sr */
._sw9pf12 {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 0.92rem;
  color: var(--clr-text-muted);
  line-height: 1.8;
}

._5ayzv5w.open ._sw9pf12 {
  max-height: 500px;
  padding: 0 20px 20px;
}

/* ============ Reviews ============ */
.st-a2tbbn {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.d50zvig127 {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 20px;
}

._vyipsvk {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.p2i00kib {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.el-s3w2hw h4 {
  font-size: 0.95rem;
}

.el-s3w2hw small {
  color: var(--clr-text-muted);
  font-size: 0.8rem;
}

.bsf2oqy {
  color: var(--clr-star);
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.d50zvig127 p {
  font-size: 0.9rem;
  color: var(--clr-text-muted);
  line-height: 1.7;
}

/* ============ Video Player ============ */
.tw-9rue60 {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 24px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.tw-9rue60 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._c0qxesf {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1028, #0e0b14);
  color: var(--clr-text-muted);
  font-size: 1.2rem;
}
/* mecfm */
._c0qxesf::before {
  content: "▶";
  font-size: 3rem;
  margin-right: 12px;
  color: var(--clr-accent);
}

/* ============ Author Info ============ */
.st-yfrr7a {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 20px;
  margin: 24px 0;
}

.st-yfrr7a img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

._ee4fxc h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}
/* derpd */
._ee4fxc p {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}

/* ============ Support ============ */
._b2kfph {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

._8qu8mvvn {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
}

._8qu8mvvn h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--clr-accent);
}

._8qu8mvvn p {
  font-size: 0.9rem;
  color: var(--clr-text-muted);
}

/* ============ License ============ */
.sc-r0k7ny {
  text-align: center;
}

.sc-r0k7ny img {
  width: 120px;
  margin: 0 auto 16px;
}

/* ============ Footer ============ */
.uaey67e {
  background: linear-gradient(180deg, var(--clr-bg-section), var(--clr-bg-dark));
  border-top: 1px solid var(--clr-border);
  padding: 40px 0 20px;
}

.sc-1fju58 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
/* err5v79 */
._qb6432d h4 {
  font-size: 1rem;
  margin-bottom: 14px;
  color: var(--clr-accent);
}

._qb6432d a {
  display: block;
  color: var(--clr-text-muted);
  font-size: 0.88rem;
  padding: 3px 0;
}

._qb6432d a:hover {
  color: var(--clr-accent);
}

.g4jpdda {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
/* 12iw */
.g4jpdda img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: transform var(--transition);
}

.g4jpdda img:hover {
  transform: scale(1.15);
}

._6ecab1fr {
  text-align: center;
  padding: 20px 16px 0;
  margin-top: 24px;
  border-top: 1px solid var(--clr-border);
  font-size: 0.82rem;
  color: var(--clr-text-muted);
}
/* vyyejl */
._6ecab1fr ._xjsxj01 {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: 0 8px;
}

.tw-590371 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 12px 0;
}
/* 9gsk4 */
.tw-590371 img {
  height: 30px;
  width: auto;
}

/* ============ Inner Page ============ */
._qrax3j {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

._qrax3j ._sezhim img {
  filter: brightness(0.3) blur(2px);
}
/* 0dn8 */
._qrax3j .aeb9nyx h1 {
  font-size: 2rem;
}
/* wtyj4ug366 */
.sc-rzgvjg {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 16px;
}
/* k99qj4p59z */
.sc-rzgvjg h2 {
  font-size: 1.5rem;
  margin: 28px 0 14px;
  padding-left: 14px;
  border-left: 4px solid var(--clr-accent);
}

.sc-rzgvjg h3 {
  font-size: 1.2rem;
  margin: 20px 0 10px;
  color: var(--clr-accent);
}

.sc-rzgvjg p {
  margin-bottom: 14px;
  text-indent: 2em;
  line-height: 2;
}

.sc-rzgvjg figure {
  margin: 20px 0;
  text-align: center;
}

.sc-rzgvjg figure img {
  max-width: 100%;
  border-radius: var(--radius-md);
  margin: 0 auto;
}

.sc-rzgvjg figcaption {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
  margin-top: 8px;
}
/* xuy4sx *//* 6cmlnpk */
.sc-rzgvjg blockquote {
  border-left: 4px solid var(--clr-primary);
  padding: 12px 20px;
  margin: 16px 0;
  background: rgba(107, 29, 94, 0.08);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: var(--clr-text-muted);
}
/* dcax4i7 */
/* ============ App Download Page ============ */
._ovjs99 {
  text-align: center;
  padding: 48px 16px;
  background: linear-gradient(135deg, var(--clr-bg-dark), var(--clr-bg-section));
}

.zyg7j6kg {
  max-width: 280px;
  margin: 24px auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.xtr6yn1e7 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 32px 0;
}
/* kyfh4t5 */
.el-kwnre4 {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
}

.el-kwnre4 h3 {
  color: var(--clr-accent);
  margin-bottom: 8px;
}
/* ralo */
.g9njy7uml {
  text-align: center;
  margin: 32px 0;
}

.g9njy7uml img {
  width: 200px;
  margin: 16px auto;
  border-radius: var(--radius-md);
  border: 2px solid var(--clr-border);
}

.tlpqgp8va2 {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0;
}
/* 6b62vje1b */
.css-yw7pw5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-primary-light));
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  transition: all var(--transition);
}

.css-yw7pw5:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(107, 29, 94, 0.5);
  color: #fff;
}
/* h0hm1lbdwi *//* axad466qq2 */
/* ============ Responsible Section ============ */
.w1rbgg6dr {
  background: rgba(107, 29, 94, 0.06);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px;
  margin: 24px 0;
}
/* mvse */
.w1rbgg6dr h3 {
  color: var(--clr-warning);
  margin-bottom: 12px;
}

.w1rbgg6dr ul {
  list-style: none;
  padding: 0;
}

.w1rbgg6dr li {
  padding: 6px 0;
  padding-left: 24px;
  position: relative;
  font-size: 0.92rem;
  color: var(--clr-text-muted);
}

.w1rbgg6dr li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--clr-success);
}

/* ============ Mobile Responsive ============ */
@media (max-width: 1024px) {
  ._0bnicx {
    grid-template-columns: repeat(3, 1fr);
  }
  .el-i6ppwm {
    grid-template-columns: repeat(3, 1fr);
  }
  .sc-1fju58 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* wldbbp79q */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  .sc-upj3yz {
    display: block;
  }

  ._2p618mn {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--clr-bg-dark);
    flex-direction: column;
    padding: 12px;
    border-bottom: 1px solid var(--clr-border);
    z-index: 99;
  }

  ._2p618mn.open {
    display: flex;
  }
/* 217f */
  ._2p618mn a {
    padding: 12px 16px;
    border-bottom: 1px solid var(--clr-border);
    width: 100%;
  }

  .aeb9nyx h1 {
    font-size: 1.7rem;
  }

  ._0bnicx {
    grid-template-columns: 1fr;
  }

  .f2bkrzltse {
    grid-template-columns: 1fr;
  }

  .el-i6ppwm {
    grid-template-columns: repeat(2, 1fr);
  }

  .st-eep1qq {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .st-a2tbbn {
    grid-template-columns: 1fr;
  }

  .sc-1fju58 {
    grid-template-columns: 1fr;
  }

  ._p284ux {
    padding: 32px 0;
  }

  .css-bshp0r {
    font-size: 1.4rem;
  }

  .st-yfrr7a {
    flex-direction: column;
    text-align: center;
  }

  ._qrax3j {
    min-height: 180px;
  }
/* 39v9t6pnr */
  ._qrax3j .aeb9nyx h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .st-eep1qq {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .aeb9nyx h1 {
    font-size: 1.4rem;
  }
/* 53bo2mkw */
  ._0nbjpwcv {
    padding: 12px 28px;
    font-size: 0.95rem;
  }

  .el-i6ppwm {
    grid-template-columns: 1fr 1fr;
  }
/* h22zf8r9 */}

/* ============ Animations ============ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._df73jik {
  animation: fadeInUp 0.6s ease forwards;
}
/* 3qviuf9rng */
/* ============ Utility ============ */
.nwj7m6kvj { text-align: center; }
.t3q4cdv { color: var(--clr-accent); }
/* iy4cfn */._1dzymvl { margin-top: 16px; }
.css-bn6mzh { margin-top: 24px; }
._6wcih91 { margin-bottom: 16px; }
.hsekh7jf { margin-bottom: 24px; }
/* hgbb */
/* r2rxqqq318lb7i15 */

/* 5srqvy2oaysbsc3d */
