html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; }
body { font:normal 16px/1.5 "Barlow", "Roboto", "PingFang SC", Helvetica,"微软雅黑", sans-serif; background:#fff; color:#333; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:100%; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:"courier new", courier, monospace; }
small { font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; color:#0069ca; }
a:hover { text-decoration:none; color:#f60; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
select { vertical-align:middle; }
input::-ms-clear { display: none; }
.clr, .clear { clear:both; height:0; overflow:hidden; }
.clr_after {  height: 1%;  zoom: 1  }
.clr_after:after {  display: block; visibility: hidden; height: 0; clear: both; content: "."; }
*{
    box-sizing: border-box;
}
@charset "utf-8";
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-LightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-ExtraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-ExtraLightItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
html,
body {
  background-color: #ffffff;
  color: #0E0F10;
  --bg-color: #ffffff;
  --bg-color-transparent: rgba(0, 0, 0, 0.5);
  --bg-color-grayer: #F1F4F6;
  --bg-color-grayer2: #F3F6F7;
  --txt-color: #0E0F10;
  --txt-color-light: #0E0F10;
  --txt-color-dakr: #F1F0EF;
  --title-color: #272A2B;
  --border-color: #0E0F10;
  --control-line-color: rgba(14, 15, 16, 0.16);
}
html a,
body a {
  color: #0E0F10;
}
body.dark,
html:has(body.dark) {
  background-color: #16191B;
  color: #F1F0EF;
  --bg-color: #16191B;
  --bg-color-transparent: rgba(255, 255, 255, 0.5);
  --bg-color-grayer: #212629;
  --bg-color-grayer2: #0D0E0F;
  --txt-color: #F1F0EF;
  --title-color: #F1F0EF;
  --border-color: #F1F0EF;
  --control-line-color: rgba(241, 240, 239, 0.16);
}
body.dark a,
html:has(body.dark) a {
  color: #F1F0EF;
}
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('https://staticcdn.buzud.com/ui/material-symbols/material-symbols-outlined.woff2') format('woff2');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  vertical-align: text-top;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.header {
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
.header.has_placeholder {
  background: #fff;
  backdrop-filter: blur(0.625rem);
}
.header.has_placeholder .logo {
  filter: none;
}
.header.has_placeholder .nav-menu {
  filter: none;
}
.header.has_placeholder .nav-actions {
  filter: none;
}
.header.has_placeholder .logo img {
  content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
}
.header.has_placeholder .nav-link {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header.has_placeholder .nav-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.header.has_placeholder .language-btn {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header.has_placeholder .dropdown-arrow {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_placeholder .action-btn {
  color: var(--Text-Primary, #0E0F10);
}
.header.has_placeholder .action-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.header.has_placeholder .search-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_placeholder .shopping-bag-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_placeholder .profile-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_placeholder .mobile-menu-toggle .menu-icon,
.header.has_placeholder .mobile-menu-toggle .menu-text {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header a:hover {
  color: #00A9CE !important;
}
.header .logo {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.header .nav-menu {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.header .nav-actions {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.header:hover {
  background: #fff;
  backdrop-filter: blur(0.625rem);
}
.header:hover .logo {
  filter: none;
}
.header:hover .nav-menu {
  filter: none;
}
.header:hover .nav-actions {
  filter: none;
}
.header:hover .logo img {
  content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
}
.header:hover .nav-link {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header:hover .nav-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.header:hover .language-btn {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header:hover .dropdown-arrow {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header:hover .action-btn {
  color: var(--Text-Primary, #0E0F10);
}
.header:hover .action-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.header:hover .search-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header:hover .shopping-bag-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header:hover .profile-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(0.625rem);
}
.header.scrolled .logo {
  filter: none;
}
.header.scrolled .nav-menu {
  filter: none;
}
.header.scrolled .nav-actions {
  filter: none;
}
.header.scrolled .logo img {
  content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
}
.header.scrolled .nav-link {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header.scrolled .nav-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.header.scrolled .language-btn {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header.scrolled .dropdown-arrow {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.scrolled .action-btn {
  color: var(--Text-Primary, #0E0F10);
}
.header.scrolled .action-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.header.scrolled .search-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.scrolled .shopping-bag-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.scrolled .profile-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.nav {
  position: relative;
}
.nav-container {
  max-width: 77rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.375rem;
}
.nav-container .nav-logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.nav-container .nav-logo .nav-menu {
  margin-left: 2.5rem;
}
.logo {
  display: flex;
  align-items: center;
}
.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo a:focus {
  outline: none;
}
.logo img {
  height: 2.5rem;
  width: auto;
  display: block;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav-menu li {
  margin: 0;
}
.nav-link {
  text-decoration: none;
  color: #fff;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.language-selector {
  position: relative;
}
.language-selector:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.language-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  color: #fff;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  min-width: 6.25rem;
}
.language-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.globe-icon {
  font-size: 1.5rem;
}
.language-text {
  font-size: 0.875rem;
  font-weight: 500;
}
.dropdown-arrow {
  width: 1rem;
  height: 1rem;
  background-image: url('https://staticcdn.buzud.com/web/home/dropdown-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.language-btn:hover .dropdown-arrow {
  transform: rotate(180deg);
}
.language-dropdown {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%) translateY(-0.625rem);
  background: #FFF;
  border-radius: 0.75rem;
  box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.25);
  padding: 0;
  min-width: 12rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border: none;
}
.language-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.language-option {
  display: flex;
  height: 3.5rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  color: #0E0F10;
  text-decoration: none;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  transition: background-color 0.3s ease;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.language-option:last-child {
  border-bottom: none;
  border-radius: 0 0 0.75rem 0.75rem;
}
.language-option:first-child {
  border-radius: 0.75rem 0.75rem 0 0;
}
.language-option:hover {
  color: #00A9CE;
}
.language-option .language-name {
  flex: 1;
}
.language-option .checkmark {
  opacity: 0;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
}
.language-option.active .checkmark {
  opacity: 1;
}
.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #fff;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease;
  padding: 0;
}
.action-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.action-btn:hover .search-icon,
.action-btn:hover .shopping-bag-icon,
.action-btn:hover .profile-icon {
  filter: brightness(0) saturate(100%) invert(69%) sepia(99%) saturate(1739%) hue-rotate(175deg) brightness(87%) contrast(101%);
}
.action-btn .material-symbols-outlined {
  font-size: 1.5rem;
  color: currentColor;
}
.search-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://staticcdn.buzud.com/web/home/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: filter 0.3s ease;
}
.shopping-bag-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://staticcdn.buzud.com/web/home/shopping-bag.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: filter 0.3s ease;
}
.profile-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://staticcdn.buzud.com/web/home/profile.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: filter 0.3s ease;
}
.mobile-menu-toggle {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5rem;
  border: none;
  background: none;
  z-index: 1001;
  position: relative;
}
.mobile-menu-toggle .menu-icon {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease;
}
.mobile-menu-toggle .menu-text {
  color: #fff;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease;
}
.mobile-menu-toggle.active {
  opacity: 0;
  pointer-events: none;
}
.fullscreen-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  background-color: #FFF;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fullscreen-menu-overlay.show {
  opacity: 1;
  visibility: visible;
}
.fullscreen-menu-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fullscreen-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.fullscreen-menu-header .logo img {
  height: 2.5rem;
}
.close-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  z-index: 1002;
}
.close-menu-btn .material-symbols-outlined {
  font-size: 1.5rem;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.fullscreen-menu-body {
  flex: 1;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.menu-section h3 {
  color: var(--Text-Primary, #0E0F10);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
.fullscreen-nav {
  display: flex;
  flex-direction: column;
}
.fullscreen-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: var(--Text-Primary, #0E0F10);
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: 500;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.fullscreen-nav-link:last-child {
  border-bottom: none;
}
.fullscreen-nav-link .material-symbols-outlined {
  font-size: 1.25rem;
  color: var(--Text-Tertiary, #8A8B8D);
}
.services-section h3 {
  color: var(--Text-Primary, #0E0F10);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
.services-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.service-action {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  text-align: left;
  font-size: 1.0625rem;
  font-weight: 500;
}
.service-action .material-symbols-outlined {
  font-size: 1.5rem;
}
.service-action .search-icon,
.service-action .shopping-bag-icon,
.service-action .profile-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.language-section {
  border-top: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
  padding-top: 1.5rem;
}
.language-selector-fullscreen {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: var(--Text-Primary, #0E0F10);
  font-size: 1.0625rem;
  font-weight: 500;
}
.language-selector-fullscreen .material-symbols-outlined {
  font-size: 1.5rem;
}
.language-options-fullscreen {
  display: flex;
  flex-direction: column;
  padding-left: 2.25rem;
}
.language-option-fullscreen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  text-align: left;
  font-size: 1.0625rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.language-option-fullscreen .checkmark {
  opacity: 0;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
}
.language-option-fullscreen.active .checkmark {
  opacity: 1;
}
.submenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  background-color: #FFF;
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.submenu-overlay.show {
  transform: translateX(0);
}
.submenu-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.submenu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.submenu-header .logo img {
  height: 2.5rem;
}
.submenu-nav-header {
  margin-bottom: 2rem;
}
.back-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 0;
}
.back-btn .material-symbols-outlined {
  font-size: 1.5rem;
}
.close-submenu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  z-index: 1002;
}
.close-submenu-btn .material-symbols-outlined {
  font-size: 1.5rem;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.submenu-body {
  flex: 1;
  padding: 2.5rem 5rem;
  display: flex;
  flex-direction: column;
}
.submenu-image {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  background: #d3d3d3;
}
.submenu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.submenu-image .submenu-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  backdrop-filter: blur(0.625rem);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.submenu-nav {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  width: 100%;
}
.submenu-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: var(--Text-Primary, #0E0F10);
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: 500;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.submenu-nav-link:last-child {
  border-bottom: none;
}
.submenu-nav-link .material-symbols-outlined {
  font-size: 1.25rem;
  color: var(--Text-Tertiary, #8A8B8D);
}
@media screen and (max-width: 768px) {
  .header:hover {
    background: transparent;
    backdrop-filter: none;
  }
  .header:hover .logo img {
    content: url(https://staticcdn.buzud.com/home/logo_mono_dark.svg);
  }
  .header.scrolled,
  .header.has_placeholder {
    background: #fff;
    backdrop-filter: blur(0.625rem);
  }
  .header.scrolled .logo,
  .header.has_placeholder .logo {
    filter: none;
  }
  .header.scrolled .logo img,
  .header.has_placeholder .logo img {
    content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
  }
  .header.scrolled .mobile-menu-toggle .menu-icon,
  .header.has_placeholder .mobile-menu-toggle .menu-icon,
  .header.scrolled .mobile-menu-toggle .menu-text,
  .header.has_placeholder .mobile-menu-toggle .menu-text {
    color: var(--Text-Primary, #0E0F10);
    text-shadow: none;
  }
  .nav-container {
    height: 3.75rem;
    padding: 0 1rem;
  }
  .logo img {
    height: 2rem;
  }
  .nav-menu {
    display: none;
  }
  .nav-actions {
    gap: 0.75rem;
  }
  .nav-actions .language-selector,
  .nav-actions .search-btn,
  .nav-actions .store-btn,
  .nav-actions .profile-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .fullscreen-menu-overlay {
    display: block;
  }
  .submenu-overlay {
    display: block !important;
  }
  .fullscreen-menu-header {
    border-bottom: none;
  }
  .fullscreen-menu-body {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    flex-direction: column;
    gap: 2.5rem;
  }
  .submenu-nav-header {
    margin-bottom: 2rem;
  }
  .submenu-body {
    padding: 2rem 1.5rem;
    max-width: none;
  }
  .submenu-image {
    width: 100%;
    height: 12rem;
  }
  .language-section {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .language-options-fullscreen {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .nav-container {
    max-width: 100%;
    padding: 0 2rem;
  }
  .nav-menu {
    display: none;
  }
  .nav-actions {
    gap: 0.875rem;
  }
  .nav-actions .language-selector,
  .nav-actions .search-btn,
  .nav-actions .store-btn,
  .nav-actions .profile-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .header:hover .mobile-menu-toggle .menu-icon,
  .header.scrolled .mobile-menu-toggle .menu-icon {
    color: var(--Text-Primary, #0E0F10);
    text-shadow: none;
  }
  .header:hover .mobile-menu-toggle .menu-text,
  .header.scrolled .mobile-menu-toggle .menu-text {
    color: var(--Text-Primary, #0E0F10);
    text-shadow: none;
  }
  .fullscreen-menu-overlay {
    display: block;
  }
  .fullscreen-menu-header {
    border-bottom: none;
  }
  .fullscreen-menu-body {
    padding: 2.5rem 5rem;
    flex-direction: row;
    gap: 9.5rem;
    align-items: flex-start;
  }
  .menu-section {
    flex: 0 0 auto;
    width: 29.5rem;
    max-width: none;
  }
  .menu-section h3 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 100% */
    letter-spacing: -0.006rem;
  }
  .menu-section .fullscreen-nav-link {
    padding: 1rem 0.5rem 1rem 0rem;
    height: 3.5rem;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 141.176% */
    letter-spacing: -0.00425rem;
    border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
  }
  .services-section {
    flex: 0 0 auto;
    max-width: none;
  }
  .services-section h3 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 100% */
    letter-spacing: -0.006rem;
  }
  .services-section .services-actions {
    margin-bottom: 4rem;
    border-bottom: none;
  }
  .services-section .service-action {
    gap: 0.5rem;
    padding: 0;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 141.176% */
    letter-spacing: -0.00425rem;
  }
  .services-section .service-action .material-symbols-outlined {
    font-size: 1.5rem;
  }
  .services-section .language-section {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    width: 12rem;
  }
  .services-section .language-options-fullscreen {
    padding: 0;
  }
  .services-section .language-option-fullscreen {
    height: 3.5rem;
    padding: 1rem 1.5rem 1rem 2rem;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 141.176% */
    letter-spacing: -0.00425rem;
    border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
  }
  .services-section .language-option-fullscreen .checkmark {
    font-size: 1.5rem;
    color: inherit;
  }
  .submenu-overlay {
    display: block !important;
  }
  .submenu-nav-header {
    margin-bottom: 2rem;
  }
  .submenu-body {
    max-width: 40rem;
  }
  .submenu-image {
    width: 30rem;
    height: 11.75rem;
  }
}
@media screen and (min-width: 1281px) {
  .mobile-menu-toggle {
    display: none !important;
  }
  .fullscreen-menu-overlay {
    display: none !important;
  }
  .submenu-overlay {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 24rem;
    background: #FFF;
    z-index: 9999;
    transform: translateY(-0.5rem);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.15);
    border-radius: 0;
    overflow: hidden;
  }
  .submenu-overlay.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .submenu-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    max-width: 77rem;
    margin: 0 auto;
    padding: 0;
  }
  .submenu-header {
    display: none;
  }
  .submenu-body {
    flex: 1;
    padding: 2.25rem 9rem 2.25rem 9rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: none;
    height: 100%;
    position: relative;
  }
  .submenu-title {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5rem;
    letter-spacing: -0.008rem;
    color: #0E0F10;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .submenu-content-area {
    display: flex;
    flex-direction: row;
    gap: 2.875rem;
    flex: 1;
  }
  .submenu-nav-header {
    display: none;
  }
  .submenu-image {
    width: 23.875rem;
    height: 14rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #E7E7E7;
  }
  .submenu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .submenu-image .submenu-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.625rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    letter-spacing: -0.00425rem;
  }
  .submenu-image .submenu-image-overlay span {
    display: flex;
    align-items: center;
  }
  .submenu-image .submenu-image-overlay::after {
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;utf8,<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 4L10 8L6 12\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    flex-shrink: 0;
  }
  .submenu-nav {
    flex: 1;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 20rem;
  }
  .submenu-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    height: 3.5rem;
    border-bottom: 0.0625rem solid #D8D9D9;
    transition: color 0.3s ease;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    letter-spacing: -0.00425rem;
    color: #0E0F10;
    text-decoration: none;
  }
  .submenu-nav-link:hover {
    color: #00A9CE;
  }
  .submenu-nav-link:last-child {
    border-bottom: none;
  }
  .submenu-nav-link .material-symbols-outlined {
    font-size: 1rem;
    color: #8A8B8D;
  }
  .desktop-submenu-overlay {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 24rem;
    background: #FFF;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-0.5rem);
  }
  .desktop-submenu-overlay.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .desktop-submenu-overlay .submenu-content {
    width: 100%;
    height: 100%;
    max-width: 77rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 2.5rem;
  }
  .desktop-submenu-overlay .submenu-content > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }
  .desktop-submenu-overlay .submenu-content > div h3 {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5rem;
    color: #0E0F10;
    margin: 0;
  }
  .desktop-submenu-overlay .submenu-content > div > div {
    display: flex;
    flex-direction: row;
    gap: 2.875rem;
    align-items: flex-start;
  }
  .desktop-submenu-overlay .submenu-content > div > div > div:first-child {
    width: 23.875rem;
    height: 14rem;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #E7E7E7;
    flex-shrink: 0;
  }
  .desktop-submenu-overlay .submenu-content > div > div > div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .desktop-submenu-overlay .submenu-content > div > div > div:first-child > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.625rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 19.5rem;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    height: 3.5rem;
    border-bottom: 0.0625rem solid #D8D9D9;
    color: #0E0F10;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    box-sizing: border-box;
    transition: color 0.3s ease;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav a:hover {
    color: #00A9CE;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav a:last-child {
    border-bottom: none;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav a span:last-child {
    color: #8A8B8D;
  }
}
html {
  scroll-padding-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 3.75rem;
  }
}
@keyframes headerSlideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header {
  animation: headerSlideIn 0.3s ease-out;
}
.header_placeholder {
  background: #fff;
  position: relative;
  width: 100%;
  height: 4.375rem;
}
@media screen and (max-width: 768px) {
  .header_placeholder {
    height: 3.75rem;
  }
}
.product-hero {
  background: #eeeff0;
  position: relative;
  width: 100%;
}
.product-hero .hero-background {
  display: flex;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  position: relative;
  width: 100%;
}
.product-hero .hero-content {
  padding: 1.5rem 0 2rem 0;
  z-index: 2;
  width: 77rem;
  margin: 0 auto;
}
.product-hero .breadcrumb {
  margin-bottom: 1rem;
}
.product-hero .breadcrumb .breadcrumb-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.004rem;
}
.product-hero .breadcrumb .breadcrumb-link .breadcrumb-icon {
  font-size: 1.5rem;
  color: #000000;
}
.product-hero .hero-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.product-hero .product-title {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 4rem;
  color: #0e0f10;
  margin: 0;
  letter-spacing: -0.014rem;
}
.product-hero .search-container .search-box {
  background: #ffffff;
  height: 5rem;
  border-radius: 1.25rem;
  width: 25rem;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
}
.product-hero .search-container .search-box .search-placeholder {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #0e0f10;
  letter-spacing: -0.006rem;
}
.product-hero .search-container .search-box .search-icon {
  position: absolute;
  right: 2.5rem;
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) saturate(100%) invert(6%) sepia(8%) saturate(1034%) hue-rotate(202deg) brightness(94%) contrast(94%);
}
.help-content {
  width: 80rem;
  margin: 0 auto;
}
.help-content .content-container {
  width: 100%;
}
.help-section {
  padding: 2.5rem 1.5rem;
  border-bottom: 0.0625rem solid #d8d9d9;
}
.help-section:last-child {
  border-bottom: none;
}
.help-section .section-title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #0e0f10;
  margin: 0 0 2.5rem 0;
  letter-spacing: -0.01rem;
}
.help-section .help-items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.help-section .help-item {
  width: 37.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.help-section .help-item .help-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #0e0f10;
  margin: 0;
  letter-spacing: -0.0045rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.help-section .help-item .help-title .article-link {
  color: inherit;
  text-decoration: none;
}
.help-section .help-item .help-title .article-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.help-section .help-item .help-description {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #0e0f10;
  margin: 0;
  letter-spacing: -0.0045rem;
  height: 4.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.help-section .help-item .help-link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 5.75rem;
}
.help-section .help-item .help-link .read-more-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.help-section .help-item .help-link .read-more-link:hover .link-text,
.help-section .help-item .help-link .read-more-link:hover .link-icon {
  color: var(--Text-Link, #00A9CE);
}
.help-section .help-item .help-link .link-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #084999;
  text-align: right;
}
.help-section .help-item .help-link .link-icon {
  font-size: 1rem;
  color: #084999;
}
.help-section .view-more-link {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
}
.help-section .view-more-link:hover .view-more-button {
  background: linear-gradient(180deg, #eaeff5 51.442%, #d4e0f0 100%);
  border-color: #c4d4e8;
  transform: translateY(-0.0625rem);
}
.help-section .view-more-button {
  background: linear-gradient(180deg, #f7f9fc 51.442%, #eaeff5 100%);
  height: 3.1875rem;
  border-radius: 1.625rem;
  width: 11.625rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #dfe5ee;
  transition: all 0.2s ease;
}
.help-section .view-more-button .button-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #084999;
  text-align: center;
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  .product-hero {
    height: 16rem;
  }
  .product-hero .hero-content {
    left: 1.5rem;
    top: 6rem;
    width: calc(100% - 3rem);
  }
  .product-hero .breadcrumb {
    margin-bottom: 1rem;
  }
  .product-hero .breadcrumb .breadcrumb-link {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.004rem;
  }
  .product-hero .breadcrumb .breadcrumb-link .breadcrumb-icon {
    font-size: 1.5rem;
  }
  .product-hero .hero-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .product-hero .product-title {
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: -0.014rem;
  }
  .product-hero .search-container .search-box {
    height: 5rem;
    width: 25rem;
    border-radius: 1.25rem;
    padding: 0 2.5rem;
  }
  .product-hero .search-container .search-box .search-placeholder {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.006rem;
  }
  .product-hero .search-container .search-box .search-icon {
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
    filter: brightness(0) saturate(100%) invert(6%) sepia(8%) saturate(1034%) hue-rotate(202deg) brightness(94%) contrast(94%);
  }
  .help-content {
    width: 100%;
    margin: 0;
  }
  .help-content .content-container {
    width: 100%;
  }
  .help-section {
    padding: 2.5rem 1.5rem;
    border-bottom: 0.0625rem solid #d8d9d9;
  }
  .help-section:last-child {
    border-bottom: none;
  }
  .help-section .section-title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0 0 2.5rem 0;
    letter-spacing: -0.01rem;
  }
  .help-section .help-items {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .help-section .help-item {
    width: 29.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .help-section .help-item .help-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.0045rem;
  }
  .help-section .help-item .help-description {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.0045rem;
  }
  .help-section .help-item .help-link {
    width: 5.75rem;
  }
  .help-section .help-item .help-link .link-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .help-section .help-item .help-link .link-icon {
    font-size: 1rem;
  }
  .help-section .view-more-link {
    display: block;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .help-section .view-more-link:hover .view-more-button {
    background: linear-gradient(180deg, #eaeff5 51.442%, #d4e0f0 100%);
    border-color: #c4d4e8;
    transform: translateY(-0.0625rem);
  }
  .help-section .view-more-button {
    height: 3.1875rem;
    border-radius: 1.625rem;
    width: 11.625rem;
    transition: all 0.2s ease;
  }
  .help-section .view-more-button .button-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .product-hero .hero-content {
    left: 1.5rem;
    top: 6.5rem;
    width: calc(100% - 3rem);
  }
  .product-hero .breadcrumb {
    margin-bottom: 1rem;
  }
  .product-hero .breadcrumb .breadcrumb-link {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.004rem;
  }
  .product-hero .breadcrumb .breadcrumb-link .breadcrumb-icon {
    font-size: 1.5rem;
  }
  .product-hero .hero-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
  }
  .product-hero .product-title {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -0.01rem;
  }
  .product-hero .search-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .product-hero .search-container .search-box {
    height: 3.5rem;
    width: 20.4375rem;
    border-radius: 0.75rem;
    padding: 0 1rem;
  }
  .product-hero .search-container .search-box .search-placeholder {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.004rem;
  }
  .product-hero .search-container .search-box .search-icon {
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    filter: brightness(0) saturate(100%) invert(6%) sepia(8%) saturate(1034%) hue-rotate(202deg) brightness(94%) contrast(94%);
  }
  .help-content {
    width: 100%;
    margin: 0;
  }
  .help-content .content-container {
    width: 100%;
  }
  .help-section {
    padding: 1.5rem;
    border-bottom: 0.0625rem solid #d8d9d9;
  }
  .help-section:last-child {
    border-bottom: none;
  }
  .help-section .section-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.006rem;
  }
  .help-section .help-items {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .help-section .help-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .help-section .help-item .help-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.0045rem;
  }
  .help-section .help-item .help-description {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.0045rem;
  }
  .help-section .help-item .help-link {
    width: 5.75rem;
  }
  .help-section .help-item .help-link .link-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .help-section .help-item .help-link .link-icon {
    font-size: 1rem;
  }
  .help-section .view-more-link {
    display: block;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .help-section .view-more-link:hover .view-more-button {
    background: linear-gradient(180deg, #eaeff5 51.442%, #d4e0f0 100%);
    border-color: #c4d4e8;
    transform: translateY(-0.0625rem);
  }
  .help-section .view-more-button {
    height: 3.1875rem;
    border-radius: 1.625rem;
    width: 11.625rem;
    transition: all 0.2s ease;
  }
  .help-section .view-more-button .button-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


/*# sourceMappingURL=product.e6695476.css.map*/