html {
  height: 100% !important;
}

*,
*::after,
*::before {
  box-sizing: border-box !important;
}

body {
  --wp--preset--color--black: #fff000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--maldkfctric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.column-stale-4368) {
  gap: 0.5em;
}
:where(.pagination_cfca) {
  gap: 0.5em;
}
body .breadcrumb_narrow_b548 > .east_064f {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .breadcrumb_narrow_b548 > .hot_28b1 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .breadcrumb_narrow_b548 > .gallery_bb60 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .filter_cf0b > .east_064f {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .filter_cf0b > .hot_28b1 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .filter_cf0b > .gallery_bb60 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .filter_cf0b
  > :where(:not(.east_064f):not(.hot_28b1):not(.avatar_8823)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .filter_cf0b > .footer-4db2 {
  max-width: var(--wp--style--global--wide-size);
}
body .column-stale-4368 {
  display: flex;
}
body .column-stale-4368 {
  flex-wrap: wrap;
  align-items: center;
}
body .column-stale-4368 > * {
  margin: 0;
}
body .pagination_cfca {
  display: grid;
}
body .pagination_cfca > * {
  margin: 0;
}
:where(.outer_5575.column-stale-4368) {
  gap: 2em;
}
:where(.outer_5575.pagination_cfca) {
  gap: 2em;
}
:where(.smooth-b7c6.column-stale-4368) {
  gap: 1.25em;
}
:where(.smooth-b7c6.pagination_cfca) {
  gap: 1.25em;
}
.alert-complex-19e6 {
  color: var(--wp--preset--color--black) !important;
}
.video_0f24 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.red_4a0d {
  color: var(--wp--preset--color--white) !important;
}
.heading_2198 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.status_bottom_0664 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.shadow_static_bc3d {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.title-77e0 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.secondary_81dd {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.white-2aba {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.form_wide_bfc7 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.inner_ff97 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.block-ba00 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.disabled-last-aef9 {
  background-color: var(--wp--preset--color--black) !important;
}
.form_fluid_5c14 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.basic-d5df {
  background-color: var(--wp--preset--color--white) !important;
}
.highlight-a2aa {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.popup_46d9 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.middle_66f8 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.hot-cce1 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.gradient-left-2a90 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.banner_orange_8d16 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.image_bccf {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.info_5bc4 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.heading_a28c {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.tag_664f {
  border-color: var(--wp--preset--color--black) !important;
}
.nav_old_9981 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.main_under_c6f2 {
  border-color: var(--wp--preset--color--white) !important;
}
.text-fast-1046 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.article_bright_68cc {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.heading-center-8b06 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.icon-4d59 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.grid_7da5 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.short-ac67 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.dim-4346 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.caption-south-3f38 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.shade-0cfc {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.first-9286 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.orange_59b3 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.text-tall-f1b4 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.advanced_8b1a {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.focus_7112 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.badge-8272 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.accent_b051 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.plasma-fe7f {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.block-motion-68ff {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.blue_f4e0 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.carousel-glass-9e5b {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.border_red_19a4 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.top-f459 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.soft-d685 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.border-99c7 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.hidden-8181 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.copper-de8c a:where(:not(.glass-d449)) {
  color: inherit;
}
:where(.smooth-b7c6.column-stale-4368) {
  gap: 1.25em;
}
:where(.smooth-b7c6.pagination_cfca) {
  gap: 1.25em;
}
:where(.outer_5575.column-stale-4368) {
  gap: 2em;
}
:where(.outer_5575.pagination_cfca) {
  gap: 2em;
}
.under-62a5 {
  font-size: 1.5em;
  line-height: 1.6;
}

.chip-bd74 .first-a302 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_soft_f4a2 .prev_ff8b {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current-4a90 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current-4a90.picture-df1e .over_5482 {
  background-color: var(--e-global-color-primary);
}
.current-4a90.menu-paper-6cb4 .over_5482,
.current-4a90.row_4a4d .over_5482 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.grid_3048 .lite_7e2b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.description-371f {
  --divider-color: var(--e-global-color-secondary);
}
.description-371f .active_08af {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.description-371f.right_6662 .component_fluid_656a {
  background-color: var(--e-global-color-secondary);
}
.description-371f.border-silver-a758 .component_fluid_656a,
.description-371f.image_67c1 .component_fluid_656a {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.description-371f.border-silver-a758 .component_fluid_656a,
.description-371f.image_67c1 .component_fluid_656a svg {
  fill: var(--e-global-color-secondary);
}
.thick_f94d .hovered-1877 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thick_f94d .red_fc3d {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade_9a44.right_6662 .component_fluid_656a {
  background-color: var(--e-global-color-primary);
}
.shade_9a44.border-silver-a758 .component_fluid_656a,
.shade_9a44.image_67c1 .component_fluid_656a {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.shade_9a44.border-silver-a758 .component_fluid_656a,
.shade_9a44.image_67c1 .component_fluid_656a svg {
  fill: var(--e-global-color-primary);
}
.copper-ed00.right_6662 .component_fluid_656a {
  background-color: var(--e-global-color-primary);
}
.copper-ed00.border-silver-a758 .component_fluid_656a,
.copper-ed00.image_67c1 .component_fluid_656a {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.copper-ed00 .alert-3187 {
  color: var(--e-global-color-primary);
}
.copper-ed00 .alert-3187,
.copper-ed00 .alert-3187 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper-ed00 .content_dirty_fc9d {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.new-10e7 .heading_857b {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_yellow_536f .yellow_6c76 .accent-white-fa39 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-4447 .input_purple_4e69:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.hover-4447 .menu-stone-c033 i {
  color: var(--e-global-color-primary);
}
.hover-4447 .menu-stone-c033 svg {
  fill: var(--e-global-color-primary);
}
.hover-4447 .selected-6ad0 {
  color: var(--e-global-color-secondary);
}
.hover-4447 .input_purple_4e69 > .selected-6ad0,
.hover-4447 .input_purple_4e69 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-ad5b .nav_c860 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.advanced-ad5b .hot-4967 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.text_568b .simple-ccf4 .plasma_8e40 {
  background-color: var(--e-global-color-primary);
}
.text_568b .overlay-outer-e1ed {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid_baa9 .warm-c391 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid_baa9 .thumbnail_b958 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.solid_baa9 .shadow_lower_74db {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.paragraph_top_3cdf .article-gold-d654,
.paragraph_top_3cdf .article-gold-d654 a {
  color: var(--e-global-color-primary);
}
.paragraph_top_3cdf .article-gold-d654.slow_6b85,
.paragraph_top_3cdf .article-gold-d654.slow_6b85 a {
  color: var(--e-global-color-accent);
}
.paragraph_top_3cdf .article-gold-d654 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paragraph_top_3cdf .block_rough_9007 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_9b82 .paragraph_2509,
.form_9b82 .mask_south_01ba {
  color: var(--e-global-color-primary);
}
.form_9b82 .paragraph_2509 svg {
  fill: var(--e-global-color-primary);
}
.form_9b82 .slow_6b85 .paragraph_2509,
.form_9b82 .slow_6b85 .mask_south_01ba {
  color: var(--e-global-color-accent);
}
.form_9b82 .slow_6b85 .paragraph_2509 svg {
  fill: var(--e-global-color-accent);
}
.form_9b82 .mask_south_01ba {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form_9b82 .block_rough_9007 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bright_dc7a .east-295f,
.bright_dc7a .surface_940e {
  color: var(--e-global-color-primary);
}
.bright_dc7a .surface_940e svg {
  fill: var(--e-global-color-primary);
}
.bright_dc7a .article-gold-d654.slow_6b85 a,
.bright_dc7a
  .article-gold-d654.slow_6b85
  .surface_940e {
  color: var(--e-global-color-accent);
}
.bright_dc7a .east-295f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bright_dc7a .block_rough_9007 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_c245 .top-24fd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex_c245 .clean-1566 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_48b2 .texture-in-7596 .cold_c415 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-accent);
}
.message_48b2 .texture-in-7596 .mask-af46 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_48b2 .picture-hard-a78a .cold_c415 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-accent);
}
.message_48b2
  .picture-hard-a78a
  .mask-af46 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_48b2
  .link_8812
  .cold_c415 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-accent);
}
.message_48b2
  .link_8812
  .mask-af46 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_48b2
  .thumbnail-0338
  .cold_c415 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-accent);
}
.message_48b2
  .thumbnail-0338
  .mask-af46 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper_f01a .button-8aee {
  background-color: var(--e-global-color-primary);
}
.upper_f01a .button-8aee:hover {
  background-color: var(--e-global-color-primary);
}
.upper_f01a .logo_d037 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper_f01a
  .button-8aee:hover
  .logo_d037 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hovered-e375 .pink_98b3 {
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-bottom-e483 .photo_6343 .simple_b0e7 a {
  background-color: var(--e-global-color-accent);
}
.notification-bottom-e483 .photo_6343 .info-pro-7020 a {
  background-color: var(--e-global-color-accent);
}
.notification-bottom-e483 .photo_6343 .simple_b0e7 a,
.notification-bottom-e483 .photo_6343 .info-pro-7020 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex-3a56
  .inner_55c8.out_8c26
  .photo_6343
  a.search_orange_4888 {
  background-color: var(--e-global-color-accent);
}
.complex-3a56
  .inner_55c8.out_8c26
  .photo_6343
  span.search_orange_4888.fn-current-89ce {
  background-color: var(--e-global-color-text);
}
.complex-3a56
  .inner_55c8.out_8c26
  .photo_6343
  .search_orange_4888 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-pink-bc4a .tag_cac3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-pink-bc4a
  .frame_smooth_a570
  > .gold_c44b
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-pink-bc4a
  .form_d508
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-pink-bc4a
  .footer-fcfc
  .image-pro-4018,
.chip-pink-bc4a
  .footer-fcfc
  .main_c811 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.chip-pink-bc4a
  .footer-fcfc
  .video_wide_4f9d,
.chip-pink-bc4a
  .footer-fcfc
  a
  .video_wide_4f9d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-pink-bc4a
  .footer-fcfc
  .under-e6c0 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-pink-bc4a
  .footer-fcfc
  .grid-middle-1310 {
  background-color: var(--e-global-color-primary);
}
.chip-pink-bc4a
  .footer-fcfc
  .grid-middle-1310 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-pink-bc4a
  .footer-fcfc
  .grid-middle-1310:hover {
  background-color: var(--e-global-color-primary);
}
.chip-pink-bc4a
  .footer-fcfc
  .complex-bfa3 {
  background-color: var(--e-global-color-primary);
}
.chip-pink-bc4a
  .footer-fcfc
  .complex-bfa3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-pink-bc4a
  .footer-fcfc
  .complex-bfa3:hover {
  background-color: var(--e-global-color-primary);
}
.chip-pink-bc4a
  .aside_706e
  .image_red_ef1d
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.chip-pink-bc4a
  .aside_706e
  .full-266a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-pink-bc4a
  .aside_706e
  .under-e6c0 {
  color: var(--e-global-color-text);
}
.chip-pink-bc4a
  .aside_706e
  .under-e6c0
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-pink-bc4a
  .aside_706e
  .grid-middle-1310 {
  background-color: var(--e-global-color-primary);
}
.chip-pink-bc4a
  .aside_706e
  .grid-middle-1310 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-pink-bc4a
  .aside_706e
  .grid-middle-1310:hover {
  background-color: var(--e-global-color-primary);
}
.chip-pink-bc4a
  .aside_706e
  .complex-bfa3 {
  background-color: var(--e-global-color-primary);
}
.chip-pink-bc4a
  .aside_706e
  .complex-bfa3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-pink-bc4a
  .aside_706e
  .complex-bfa3:hover {
  background-color: var(--e-global-color-primary);
}
.chip-pink-bc4a .info_8433 {
  background-color: var(--e-global-color-primary);
}
.chip-pink-bc4a .info_8433:hover {
  background-color: var(--e-global-color-primary);
}
.chip-pink-bc4a .plasma_9866 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.chip-pink-bc4a .top-de7c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.soft_37d5 .main_blue_e8af {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.soft_37d5
  .info-81ac
  > div:nth-child(3)
  .main_blue_e8af,
.soft_37d5
  .info_d953
  > div:nth-child(1)
  .main_blue_e8af,
.soft_37d5
  .border-f21f
  > div:nth-child(1)
  .main_blue_e8af,
.soft_37d5
  .section_1ba4
  > div:nth-child(1)
  .main_blue_e8af,
.soft_37d5
  .active_paper_31aa
  > div:nth-child(1)
  .main_blue_e8af {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.soft_37d5 .column-481a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft_37d5 .list-9edb {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft_37d5 .component-liquid-dbec {
  background-color: var(--e-global-color-primary);
}
.soft_37d5 .component-liquid-dbec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft_37d5 .component-liquid-dbec:hover {
  background-color: var(--e-global-color-primary);
}
.soft_37d5 .out_6dc0 {
  background-color: var(--e-global-color-primary);
}
.soft_37d5 .out_6dc0:hover {
  background-color: var(--e-global-color-primary);
}
.soft_37d5 .plasma_9866 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.soft_37d5 .top-de7c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination-8658 .nav_center_40b9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination-8658 .clean_f0cc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-8658 .row-3807 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-8658 .main_gas_3ff4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-8658 .medium-8cf3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-8658 .out_6dc0 {
  background-color: var(--e-global-color-primary);
}
.pagination-8658 .out_6dc0:hover {
  background-color: var(--e-global-color-primary);
}
.background_9ccf .green_9c3f {
  background-color: var(--e-global-color-secondary);
}
.background_9ccf .hero_rough_2942 {
  background-color: var(--e-global-color-text);
}
.background_9ccf .medium_5a7c {
  background-color: var(--e-global-color-secondary);
}
.background_9ccf .carousel_old_ccf8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background_9ccf .chip-thick-37df {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background_9ccf .column-white-f434 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background_9ccf .hero_3562 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background_9ccf .component-2175 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.action-ea80 .caption-gold-52cf .box_d2e1,
.action-ea80
  .caption-gold-52cf
  .box_d2e1
  a,
.action-ea80 .block_0143 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.action-ea80 .caption-gold-52cf .right_fc4d,
.action-ea80 .container-focused-7705 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.action-ea80 .caption-gold-52cf .right_fc4d {
  color: var(--e-global-color-text);
}
.action-ea80 .container-focused-7705 {
  color: var(--e-global-color-text);
}
.action-ea80
  .caption-gold-52cf
  .footer_8f9e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.action-ea80 .main-thick-1f4e .heading-b8ee {
  background-color: var(--e-global-color-primary);
}
.action-ea80 .main-thick-1f4e .heading-b8ee:hover {
  background-color: var(--e-global-color-primary);
}
.action-ea80 .main-thick-1f4e .purple_ff49 li span {
  background-color: var(--e-global-color-text);
}
.action-ea80 .main-thick-1f4e .purple_ff49 li span:hover {
  background-color: var(--e-global-color-primary);
}
.action-ea80
  .main-thick-1f4e
  .purple_ff49
  li.sort-east-36f3
  span {
  background-color: var(--e-global-color-accent);
}
.action-ea80 .prev-f64e span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.small_e1aa .sidebar_slow_32ad {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.grid-mini-d804 .row-e429 {
  background-color: var(--e-global-color-primary);
}
.grid-mini-d804 .layout-b189 {
  background-color: var(--e-global-color-secondary);
}
.grid-mini-d804 .clean-ee7a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-mini-d804 .info_c7cb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-mini-d804 .banner_dirty_f116 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-mini-d804 .mini_85e3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-mini-d804 .rough-ddf3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-mini-d804 .thumbnail-4258 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-mini-d804 .avatar-cff1 {
  background-color: var(--e-global-color-primary);
}
.grid-mini-d804 .avatar-cff1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.description_d99c .grid_last_63c2 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description_d99c .hidden_fresh_3ea5 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.description_d99c
  .banner_narrow_ab3d:after {
  background-color: var(--e-global-color-primary);
}
.description_d99c .cool_f5d1 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image-light-ebc5 .block_0143 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-light-ebc5 .container-focused-7705 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient-77c1 .link-aaa8 .out-1af3 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient-77c1 .link-aaa8 .alert-89a8 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner-c521 .paragraph-up-5e67 {
  background-color: var(--e-global-color-primary);
}
.banner-c521 .first_5aa3 {
  background-color: var(--e-global-color-secondary);
}
.banner-c521 .menu_6792 .tall-7d6e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.banner-c521 .list-aa18 .tall-7d6e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.green-4c7c .dirty-eb15 .smooth_3269 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.green-4c7c .dirty-eb15 .primary_dc4b {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.green-4c7c .dirty-eb15 .fast_2413 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.widget-north-a690 .mask-7cda {
  border-color: var(--e-global-color-text);
}
.widget-north-a690 .over-e2d7 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget-north-a690 .huge_37ff {
  color: var(--e-global-color-primary);
}
.widget-north-a690 .sort_a18c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focused_9fbb .component-e33d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focused_9fbb .list_9697 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focused_9fbb .pattern-down-3cfc:hover .component-e33d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focused_9fbb
  .pattern-down-3cfc:hover
  .list_9697 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.preview-e303 .paragraph-eb79 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.preview-e303 .nav-e827 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption-35bf .copper_b0c6 .fluid_9a01 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.caption-35bf .tooltip-down-c6b6 .fluid_9a01 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.thick-9ce5 .left-3ed7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.video-f0a3 .thumbnail-green-321d .fixed_b9e0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video-f0a3 .thumbnail-green-321d .fixed_b9e0 {
  background-color: var(--e-global-color-secondary);
}
.video-f0a3 .border-b88a .fixed_b9e0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video-f0a3 .border-b88a .fixed_b9e0 {
  background-color: var(--e-global-color-secondary);
}
.video-f0a3 .north_565f .shade-b526 {
  background-color: var(--e-global-color-primary);
}
.video-f0a3 .north_565f:hover .shade-b526 {
  background-color: var(--e-global-color-secondary);
}
.video-f0a3 .heading-b8ee {
  background-color: var(--e-global-color-primary);
}
.video-f0a3 .heading-b8ee:hover {
  background-color: var(--e-global-color-accent);
}
.video-f0a3 .purple_ff49 li span {
  background-color: var(--e-global-color-text);
}
.video-f0a3 .purple_ff49 li span:hover {
  background-color: var(--e-global-color-primary);
}
.video-f0a3 .purple_ff49 li.sort-east-36f3 span {
  background-color: var(--e-global-color-accent);
}
.photo_purple_3e43 .hero_solid_b1a5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_purple_3e43 .hovered-9000 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-left-95d6 .feature_complex_fa9a:before {
  background-color: var(--e-global-color-secondary);
}
.active-left-95d6 .border-north-3f5a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-left-95d6 .caption-51b1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-0635 .mask_static_e011 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-0635 .mask_static_e011:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-0635 .mask_static_e011.fn-active-89ce {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-0635 .layout-6df3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-0635 .mask_5587 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-0635 .header-dd08 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-0635 .content_87e1 {
  background-color: var(--e-global-color-primary);
}
.highlight-0635 .content_87e1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-0635 .heading-selected-87e0 {
  background-color: var(--e-global-color-primary);
}
.highlight-0635 .heading-selected-87e0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.new_5c42 .image-d5a8 .narrow_e70f a {
  color: var(--e-global-color-secondary);
}
.new_5c42 .image-d5a8 .narrow_e70f a:hover {
  color: var(--e-global-color-secondary);
}
.new_5c42 .image-d5a8 .narrow_e70f,
.new_5c42 .image-d5a8 .narrow_e70f a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.new_5c42 .image-d5a8 .content-hovered-c95b {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.new_5c42 .image-d5a8 .section_96a5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.new_5c42 .image-d5a8 .list-0a7d {
  background-color: var(--e-global-color-primary);
}
.new_5c42 .image-d5a8 .list-0a7d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.new_5c42 .image-d5a8 .list-0a7d:hover {
  background-color: var(--e-global-color-primary);
}
.new_5c42 .image-d5a8 .pressed-df31 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.new_5c42 .image-d5a8 .pressed-df31 {
  background-color: var(--e-global-color-primary);
}
.new_5c42 .image-d5a8 .pressed-df31:hover {
  background-color: var(--e-global-color-primary);
}
.new_5c42 .image-d5a8 .heading-b8ee {
  background-color: var(--e-global-color-primary);
}
.new_5c42 .image-d5a8 .heading-b8ee:hover {
  background-color: var(--e-global-color-primary);
}
.new_5c42 .main-thick-1f4e .purple_ff49 li span {
  background-color: var(--e-global-color-text);
}
.new_5c42 .main-thick-1f4e .purple_ff49 li span:hover {
  background-color: var(--e-global-color-primary);
}
.new_5c42 .main-thick-1f4e .purple_ff49 li.sort-east-36f3 span {
  background-color: var(--e-global-color-accent);
}
.new_5c42 .plasma_9866 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.new_5c42 .top-de7c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading-5833 .background-hard-45ad .copper_7bc2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading-5833 .background-hard-45ad .accordion-brown-dc96 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-5833 .background-hard-45ad .input_1d72 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-612d .down_2c5f {
  border-color: var(--e-global-color-text);
}
.pro-612d .image-b0e7 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-612d .main-8beb {
  color: var(--e-global-color-secondary);
}
.pro-612d .main-8beb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-612d .row-hovered-1724 > * {
  color: var(--e-global-color-primary);
}
.pro-612d .row-hovered-1724 > * svg {
  fill: var(--e-global-color-primary);
}
.pro-612d .hidden_b6a4 {
  color: var(--e-global-color-primary);
}
.pro-612d .hidden_b6a4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pro-612d .focused-7c80 {
  color: var(--e-global-color-primary);
}
.pro-612d .focused-7c80 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pro-612d .selected-2940 {
  color: var(--e-global-color-primary);
}
.pro-612d .selected-2940 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-612d .basic_3b3b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-612d .layout-fresh-48c6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-612d .layout-fresh-48c6.preview_0b85 {
  color: var(--e-global-color-secondary);
}
.pro-612d .layout-fresh-48c6.preview_0b85 .gallery_under_7c5b {
  color: var(--e-global-color-accent);
}
.pro-612d .layout-fresh-48c6.glass-9e0b {
  color: var(--e-global-color-text);
}
.pro-612d .layout-fresh-48c6.glass-9e0b .gallery_under_7c5b {
  color: var(--e-global-color-text);
}
.pro-612d .layout-fresh-48c6:before {
  border-top-color: var(--e-global-color-text);
}
.pro-612d .section_919a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-612d
  .section_919a
  .medium_7f6c {
  background-color: var(--e-global-color-primary);
}
.pro-612d
  .section_919a
  .medium_7f6c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pro-612d .down_2c5f .widget-1a68 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-f783 .upper-fcb3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter-f783 .slider-f40a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.blue-d2e2 .under_12e5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.blue-d2e2
  .purple_6015
  .search_6df8 {
  background-color: var(--e-global-color-secondary);
}
.blue-d2e2
  .purple_6015.column-paper-6ee1
  .search_6df8 {
  background-color: var(--e-global-color-text);
}
.blue-d2e2
  .purple_6015:hover
  .search_6df8 {
  background-color: var(--e-global-color-accent);
}
.blue-d2e2
  .purple_6015.fn-active-89ce
  .search_6df8 {
  background-color: var(--e-global-color-primary);
}
.mask_9aae .rough_dac9 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.mask_9aae .aside_bright_ad39 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask_9aae .pressed-6f5d {
  background-color: var(--e-global-color-primary);
}
.mask_9aae .pressed-6f5d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-f92b .tooltip_4f62 .paragraph-23be .panel-0dba {
  background-color: var(--e-global-color-secondary);
}
.main-f92b .tooltip_4f62 .old_cb47:after {
  background-color: var(--e-global-color-secondary);
}
.main-f92b .tertiary-top-e7d3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main-f92b .over-4b76 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main-f92b .rough-0e65 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main-f92b .pagination-1024 {
  background-color: var(--e-global-color-primary);
}
.main-f92b .pagination-1024 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-f92b .pressed-a6a2 {
  background-color: var(--e-global-color-secondary);
}
.main-f92b .pressed-a6a2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-f92b .tooltip_4f62 .hard-3d63 .section-7c3f:hover {
  background-color: var(--e-global-color-primary);
}
.main-f92b
  .tooltip_4f62
  .hard-3d63
  .section-7c3f.mask_80ad {
  background-color: var(--e-global-color-primary);
}
.main-f92b .tooltip_4f62 .out-f428:before {
  border-color: var(--e-global-color-primary);
}
.main-f92b .tooltip_4f62 .out-f428:hover:before {
  border-color: var(--e-global-color-secondary);
}
.main-f92b
  .tooltip_4f62
  .out-f428.mask_blue_f45c:before {
  border-color: var(--e-global-color-primary);
}
.main-f92b .hidden-eef2 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron-ad85 .sort-huge-c4f2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.iron-ad85 .sort-huge-c4f2:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.iron-ad85 .sort-huge-c4f2.notice-black-a0cc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.iron-ad85 .current-4a65 {
  background-color: var(--e-global-color-primary);
}
.iron-ad85 .current-4a65 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.iron-ad85
  .accordion-abf1
  .accent_selected_ed5d
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.iron-ad85
  .popup-pro-3170
  .accent_selected_ed5d
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.label_60d8
  .text-81aa
  .focus-1203 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_60d8
  .text-81aa
  .gold_4085 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_60d8 .search_243e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_60d8 .tabs_paper_d54c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.label_60d8 .picture-south-1ca3 {
  background-color: var(--e-global-color-primary);
}
.label_60d8 .picture-south-1ca3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.surface_66c6 .down_6c34 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_66c6 .module-279f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  background-color: var(--e-global-color-primary);
}
.surface_66c6 .wrapper-old-f2b0 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface_66c6 .wrapper-old-f2b0 a:hover {
  color: var(--e-global-color-secondary);
}
.surface_66c6 .image-5ed8 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface_66c6 .grid_copper_4a96 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface_66c6 .frame_ac32 .heading-b8ee {
  background-color: var(--e-global-color-primary);
}
.surface_66c6 .frame_ac32 .heading-b8ee:hover {
  background-color: var(--e-global-color-accent);
}
.surface_66c6
  .frame_ac32
  .purple_ff49
  li
  span {
  background-color: var(--e-global-color-text);
}
.surface_66c6
  .frame_ac32
  .purple_ff49
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.surface_66c6
  .frame_ac32
  .purple_ff49
  li.sort-east-36f3
  span {
  background-color: var(--e-global-color-accent);
}
.status-top-32a4
  .center-43e9
  .form-stale-bffd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status-top-32a4 .center-43e9 .simple_b4a2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status-top-32a4 .center-43e9 .disabled-2d62 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status-top-32a4 .backdrop-fd41 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.status-top-32a4
  .top-6132.slider_east_06f8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > a {
  background-color: var(--e-global-color-text);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > a
  .carousel-black-8810.article-white-58d3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > a
  .surface-b246.dark_0345 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > .east-72a2
  .module-upper-b338
  > a {
  background-color: var(--e-global-color-secondary);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > .east-72a2
  .module-upper-b338
  > a
  .popup-4fd0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > .east-72a2
  .module-upper-b338
  > a
  .surface-b246.link-98c7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > a
  .tooltip-upper-8e17:before {
  color: var(--e-global-color-text);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > .east-72a2
  a
  .tooltip-upper-8e17:before {
  color: var(--e-global-color-text);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338.lower_a3ad
  > a
  .tooltip-upper-8e17:before {
  color: var(--e-global-color-text);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > .east-72a2
  .module-upper-b338.lower_a3ad
  > a
  .tooltip-upper-8e17:before {
  color: var(--e-global-color-text);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > a
  .preview-dim-05e5
  .in-2681 {
  color: var(--e-global-color-text);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > .east-72a2
  a
  .preview-dim-05e5
  .in-2681 {
  color: var(--e-global-color-text);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > a
  .preview-dim-05e5
  .in-2681,
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > .east-72a2
  a
  .preview-dim-05e5
  .in-2681 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > a
  .soft-3c08:before {
  color: var(--e-global-color-text);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > .east-72a2
  a
  .soft-3c08:before {
  color: var(--e-global-color-text);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338.lower_a3ad
  > a
  .soft-3c08:before {
  color: var(--e-global-color-text);
}
.paper_a35e
  > .progress_9c57
  > div
  > .basic_2970
  > .module-upper-b338
  > .east-72a2
  .module-upper-b338.lower_a3ad
  > a
  .soft-3c08:before {
  color: var(--e-global-color-text);
}
.form-3b22 .east-c9e4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.form-3b22
  .brown-7554:hover
  .east-c9e4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pro-a292
  > .progress_9c57
  > .icon-5217
  > .title_lite_d2ec
  > .border-a08c
  > .pagination_medium_1a7a
  .layout-tall-0fe3 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pro-a292
  > .progress_9c57
  > .icon-5217
  > .title_lite_d2ec
  > .border-a08c
  > .pagination_medium_1a7a:hover
  .layout-tall-0fe3 {
  color: var(--e-global-color-text);
}
.pro-a292
  > .progress_9c57
  > .icon-5217
  > .title_lite_d2ec
  > .border-a08c
  > .pagination_medium_1a7a:hover
  .layout-tall-0fe3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pro-a292
  > .progress_9c57
  > .icon-5217
  > .title_lite_d2ec
  > .border-a08c.last_f819
  > .pagination_medium_1a7a
  .layout-tall-0fe3 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification_33c0 .grid-short-d1a8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_33c0 .preview-south-b4c9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_33c0 .basic_65ec {
  background-color: var(--e-global-color-primary);
}
.notification_33c0 .basic_65ec {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.stale-96eb
  > .progress_9c57
  > .thumbnail-smooth-6e3b
  > .tiny_e370
  > .block_e88d
  .info_4a67 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stale-96eb
  > .progress_9c57
  > .thumbnail-smooth-6e3b
  > .tiny_e370
  > .block_e88d
  .preview_c376 {
  color: var(--e-global-color-text);
}
.stale-96eb
  > .progress_9c57
  > .thumbnail-smooth-6e3b
  > .tiny_e370
  > .block_e88d:hover
  .info_4a67 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stale-96eb
  > .progress_9c57
  > .thumbnail-smooth-6e3b
  > .tiny_e370
  > .block_e88d:hover
  .preview_c376 {
  color: var(--e-global-color-secondary);
}
.stale-96eb
  > .progress_9c57
  > .thumbnail-smooth-6e3b
  > .tiny_e370
  > .block_e88d.paper-1b8d
  .info_4a67 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stale-96eb
  > .progress_9c57
  > .thumbnail-smooth-6e3b
  > .tiny_e370
  > .block_e88d.paper-1b8d
  .preview_c376 {
  color: var(--e-global-color-primary);
}
.over-5f61
  .widget-77e9
  .copper_a3fb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over-5f61 .breadcrumb_5e53 .widget-1a68 .text_stale_501e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout_lite_d114 .main-9c82 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout_lite_d114 .rough_915e .main-9c82 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout_lite_d114 .section-fresh-4a96 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout_lite_d114 .section-fresh-4a96 {
  background-color: var(--e-global-color-primary);
}
.input-0f76 .row-yellow-7c7a .hidden_a1ae {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.input-0f76
  .row-yellow-7c7a:hover
  .title-orange-7af8 {
  color: var(--e-global-color-secondary);
}
.input-0f76
  .row-yellow-7c7a:hover
  .hidden_a1ae {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget-stone-9762 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.border_d3c4 {
  max-width: 1400px !important;
}

.tertiary_warm_3eb6 {
  flex-direction: column;
}

.tertiary_warm_3eb6 .gradient-1046 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #FFD700; /* 金黄色标题 */
  margin-bottom: 5px !important;
  margin-top: -10px !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3); /* 添加文字阴影增强视觉效果 */
}

h2.tertiary_warm_3eb6 .gradient-1046 {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
  color: #FFD700; /* 金黄色 */
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.tertiary_warm_3eb6 .pro-1e8a {
  text-align: center;
  font-size: 21px;
  color: #F0F8FF; /* 淡蓝白色，更柔和易读 */
  margin: 5px 0;
  line-height: 1.6; /* 增加行高提升可读性 */
}

span {
  color: #F0F8FF; /* 淡蓝白色 */
}

.short_feca.column_4f2e {
  display: none;
}

.pressed_e803 {
  display: none;
}

body,
.status-gas-9e32 {
  background: linear-gradient(135deg, #1B4D3E 0%, #2D5016 50%, #0F4C75 100%) !important;
  /* 巴西风格渐变背景：从深绿到橄榄绿到深蓝 */
  background-attachment: fixed;
}

.nav-0f31.hard-5f63 {
  margin-bottom: 40px;
  width: 100%;
}

.tabs_top_ad23 {
  margin-bottom: 25px !important;
  margin-top: 5px !important;
  position: static !important;
}

.tertiary_warm_3eb6 a {
  width: 100%;
}

.content_4f4d .badge-db6c.west_a4d1 {
  width: 20% !important;
}

.west-ea91 {
  display: block;
  gap: 5px;
  text-align: center;
  background: linear-gradient(45deg, #FF6B35 0%, #F7931E 50%, #FFD700 100%); /* 巴西风格渐变 */
  white-space: nowrap;
  display: flex;
  border-radius: 15px; /* 更圆润的边角 */
  padding: 15px 30px; /* 增加内边距 */
  align-items: center;
  justify-content: center;
  font-size: 25px !important;
  font-weight: 700 !important;
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4); /* 添加阴影效果 */
  transition: all 0.3s ease;
  text-transform: uppercase; /* 大写字母更有力量感 */
  letter-spacing: 1px; /* 字母间距 */
}

.west-ea91:hover {
  color: #FFFFFF;
  transform: translateY(-2px); /* 悬停时轻微上升 */
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.6);
  background: linear-gradient(45deg, #E55A2B 0%, #E8821A 50%, #E6C200 100%);
}

.west-ea91 svg {
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

.west-ea91:hover svg {
  fill: #FFFFFF;
  transform: translateX(3px); /* 箭头向右移动 */
}

.text-upper-a866 {
  background: linear-gradient(45deg, #00A86B 0%, #28B463 100%); /* 巴西绿渐变 */
  border-radius: 12px;
  color: #FFFFFF;
  width: 120px; /* 稍微增加宽度 */
  padding: 12px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 168, 107, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.text-upper-a866:hover {
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(0, 168, 107, 0.5);
  background: linear-gradient(45deg, #008F5A 0%, #239B56 100%);
}

.text-upper-a866:nth-child(2) {
  background: transparent;
  color: #FFD700;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

.text-upper-a866:nth-child(2):hover {
  color: #1B4D3E;
  background: #FFD700;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.content_4f4d
  .badge-db6c.bronze-9408
  .input-easy-65d6
  .lower-dc7d {
  font-size: 20px !important;
}

.outline_advanced_cc36 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 15px;
  gap: 25px;
}

.hidden-20d2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

ol {
  margin: 0 !important;
  margin-bottom: 1px !important;

  display: flex;
  flex-direction: column;
  gap: 1px;
}

ol li {
  margin-left: 25px !important;
  padding-left: 10px;
}

ol li a {
  font-size: 30px;
  color: #fff !important;
}

ol li::marker {
  font-size: 22px;
  color: #fff !important;
}

.search-middle-9828 h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.thick-8265.action_d325 > .purple_5e0f {
  display: flex;
  align-items: center;
}

.filter-wood-2dd9 {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.breadcrumb_black_9e4e {
  position: relative;
  width: 100%;
}

.card_51a4 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.layout-red-a215 {
  font-size: 35px !important;
}

.badge_a4e3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
  margin-bottom: 25px;
}

.upper-4846 {
  width: 150px !important;
  height: 150px !important;
  max-width: none;
  border-radius: 20px;
}

.tooltip_871d {
  display: flex;
  gap: 50px;
}

.content_4f4d
  .badge-db6c.filter_under_54e0
  .first-2999
  .chip_52da {
  width: 100% !important;
}

.row-east-9e22 {
  width: 500px !important;
  max-width: none;
}

.light_4801 {
  width: 100%;
}

.dirty_b801 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hard-9e25 {
  position: relative;
  cursor: pointer;
}

.hard-9e25::before {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 20px;

  display: none;
}

.list-pressed-c68b {
  font-size: 15px !important;
}

.in_ef92 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.hard-9e25:hover .in_ef92 {
  visibility: visible;
}
.hard-9e25:hover.hard-9e25::before {
  display: block;
}

.search-middle-9828 h3 {
  color: #fff;
}

.dropdown_purple_4127 {
  margin: 0;
}

.content_4f4d
  .badge-db6c.filter_under_54e0
  .chip_52da
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.hero-upper-2865 {
  width: 100%;
}

.center_101b {
  width: 100%;
}

.message-blue-bfe2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.center_101b {
  width: 100%;
}

.description-780f {
  margin-bottom: 10px !important;
}

.chip_52da {
  display: flex;
  align-items: center;
}

.section-03dc {
  box-shadow: 10px 0px 13px 7px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.first_10b5 {
  margin-top: 15px !important;
}

table {
  margin-top: 20px !important;
  width: 100%;
}

table th {
  background: #fff !important;
}

tr {
  display: flex;
  width: 100%;
}

td {
  background: #fff !important;
  color: #fff;
  font-size: 21px !important;

  border: 1px solid #fff;
  text-align: center !important;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

ul {
  margin: 0 !important;

  margin-bottom: 15px !important;
}

.tertiary_warm_3eb6 .gradient-1046.picture_east_b4ff {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.tertiary_warm_3eb6 h1.gradient-1046 {
  margin-top: 80px !important;
}

.content_4f4d .badge-db6c.content-9e24 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.text_9ef8 img {
  width: 100%;
}

.center_d0f3 .surface-f94a.input-easy-65d6 {
  justify-content: space-between;
}

.current_2ef5 {
  display: none;
}

.static_7f3c .pro-1e8a {
  margin: 1px 0 !important;
}

.surface_749a li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .thick-8265 .purple_5e0f {
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 1000px) {
  .tooltip_871d {
    flex-direction: column;
  }

  .row-east-9e22 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .search-middle-9828 h3 {
    font-size: 28px;
  }

  .west-ea91 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .center_d0f3 .surface-f94a.input-easy-65d6 {
    border-bottom: 1px solid #f0c159;
  }

  .message-blue-bfe2 {
    display: flex;
    width: 55% !important;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 30px;
  }

  .thick-8265.action_d325 > .purple_5e0f {
    gap: 15px;
    justify-content: space-between;
  }

  .content_4f4d
    .badge-db6c.filter_under_54e0
    .chip_52da
    img {
    width: 60% !important;
  }

  .card_51a4 {
    left: 2%;
  }

  .outline_advanced_cc36 {
    margin: 10px 0;
  }

  .tertiary_warm_3eb6 .pro-1e8a {
    margin: 0;
    margin-bottom: 10px;
  }

  .west-ea91 {
    font-size: 16px !important;
  }

  .layout-red-a215 {
    font-size: 14px !important;
    padding: 10px 15px;
  }

  ol li a {
    font-size: 22px;
  }

  h2.tertiary_warm_3eb6 .gradient-1046,
  .tertiary_warm_3eb6 .gradient-1046 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .chip_52da {
    justify-content: center;
  }

  .tertiary_warm_3eb6 .pro-1e8a {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .tabs_top_ad23 {
    margin-bottom: 15px !important;
  }

  .content_4f4d .badge-db6c.west_a4d1 {
    width: 75% !important;
  }

  .text_9ef8 img {
    width: 100% !important;
  }
}

@media (max-width: 550px) {
  .text-upper-a866 {
    text-transform: capitalize;
  }

  h2.tertiary_warm_3eb6 .gradient-1046,
  .tertiary_warm_3eb6 .gradient-1046 {
    font-size: 30px !important;
  }

  .chip_52da {
    justify-content: center;
  }

  td {
    font-size: 15px !important;
  }

  .heading-fluid-48de
    .pro_85e4.message-d46d {
    margin: 0 !important;
  }

  .filter-wood-2dd9 {
    margin: 0;
    gap: 10px;
  }

  .outline_advanced_cc36 {
    display: flex;
  }

  .tertiary-aff8 .west-ea91 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .texture-e856 svg {
    width: 75% !important;
    height: 75% !important;
  }

  .message-blue-bfe2 {
    justify-content: flex-end;
    gap: 1px;
  }

  .tertiary_warm_3eb6 h1.gradient-1046 {
    margin-top: 40px !important;
  }

  .content_4f4d
    .badge-db6c.filter_under_54e0
    .chip_52da
    img,
  .thick_f94d .first-2999 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .text-upper-a866 {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .content_4f4d .badge-db6c.west_a4d1 {
    width: 100% !important;
  }

  .thick-8265.action_d325 > .purple_5e0f {
    gap: 3px;
  }

  .tertiary_warm_3eb6 .pro-1e8a {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

@media (max-width: 400px) {
  .west-ea91 {
    white-space: wrap;
  }
}

/* 超紧凑型导航菜单样式 */
.center_d0f3 .surface-f94a.input-easy-65d6 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.center_d0f3 .surface-f94a.input-easy-65d6:hover {
  background: rgba(255, 215, 0, 0.2);
  color: #FFD700 !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.2);
}

.lower-dc7d {
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #F0F8FF !important;
  font-size: 12px !important;
}

/* 图片容器简化样式 */
.breadcrumb_black_9e4e {
  position: relative;
  width: 100%;
}

.tertiary_warm_3eb6 {
  position: relative;
  padding-top: 30px;
}

/* 手机菜单触发器巴西风格 */
.short_feca {
  background: rgba(255, 215, 0, 0.2);
  border-radius: 10px;
  padding: 8px;
  transition: all 0.3s ease;
}

.short_feca:hover {
  background: rgba(255, 215, 0, 0.4);
  transform: scale(1.05);
}

/* 列表项巴西风格增强 */
ol li a {
  font-size: 30px;
  color: #F0F8FF !important;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}

ol li a:hover {
  color: #FFD700 !important;
  background: rgba(255, 215, 0, 0.1);
  transform: translateX(10px);
}

ol li::marker {
  font-size: 22px;
  color: #FFD700 !important;
}

/* 图片块简化样式 */
.upper-4846 {
  display: block;
}

/* 响应式增强 */
@media (max-width: 767px) {
  .center_d0f3 .surface-f94a.input-easy-65d6 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .tertiary_warm_3eb6 .gradient-1046 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .west-ea91 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

/* 导航菜单防换行优化 */
.orange_53a8 {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  gap: 2px;
}

.orange_53a8 .silver_e666 {
  flex-shrink: 0;
  white-space: nowrap;
}

.orange_53a8 .message_fe33 {
  flex-shrink: 0;
  min-width: fit-content;
}

.orange_53a8 .lower-dc7d {
  white-space: nowrap;
}

/* 隐藏水平滚动条但保持功能 */
.orange_53a8::-webkit-scrollbar {
  height: 0px;
  background: transparent;
}

.orange_53a8 {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* 强制紧凑导航菜单 - 防止重叠 */
.orange_53a8 .silver_e666 {
  max-width: 80px !important;
}

.orange_53a8 .message_fe33 {
  max-width: 80px !important;
  overflow: hidden;
}

.orange_53a8 .surface-f94a.input-easy-65d6 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.orange_53a8 .lower-dc7d {
  font-size: 11px !important;
  line-height: 1.2 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 登录和注册按钮炫酷闪烁动画 */
@keyframes button-glow-pulse {
  0% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(0, 168, 107, 0.3),
      0 0 0 0 rgba(0, 168, 107, 0.7);
    filter: brightness(1);
  }
  50% { 
    transform: scale(1.08);
    box-shadow: 
      0 8px 30px rgba(0, 168, 107, 0.8),
      0 0 20px 5px rgba(0, 168, 107, 0.4);
    filter: brightness(1.3);
  }
  100% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(0, 168, 107, 0.3),
      0 0 0 0 rgba(0, 168, 107, 0.7);
    filter: brightness(1);
  }
}

@keyframes button-glow-pulse-gold {
  0% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(255, 215, 0, 0.2),
      0 0 0 0 rgba(255, 215, 0, 0.7);
    filter: brightness(1);
  }
  50% { 
    transform: scale(1.08);
    box-shadow: 
      0 8px 30px rgba(255, 215, 0, 0.8),
      0 0 20px 5px rgba(255, 215, 0, 0.4);
    filter: brightness(1.4);
  }
  100% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(255, 215, 0, 0.2),
      0 0 0 0 rgba(255, 215, 0, 0.7);
    filter: brightness(1);
  }
}

/* 应用炫酷闪烁动画到按钮 */
.text-upper-a866 {
  animation: button-glow-pulse 1.5s ease-in-out infinite !important;
  position: relative;
  overflow: hidden;
}

.text-upper-a866:nth-child(1) {
  animation: button-glow-pulse 1.5s ease-in-out infinite !important;
}

.text-upper-a866:nth-child(2) {
  animation: button-glow-pulse-gold 1.8s ease-in-out infinite !important;
  animation-delay: 0.3s;
}

/* 添加内部光效 */
.text-upper-a866::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, 
    transparent 30%, 
    rgba(255, 255, 255, 0.3) 50%, 
    transparent 70%);
  transform: rotate(45deg);
  animation: shine-sweep 3s linear infinite;
}

@keyframes shine-sweep {
  0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* 强制首页按钮动画 - 解决动画冲突 */
body .text-upper-a866:nth-child(1),
.content_4f4d .text-upper-a866:nth-child(1),
#page .text-upper-a866:nth-child(1) {
  animation: button-glow-pulse 1.5s ease-in-out infinite !important;
  transform-origin: center center !important;
}

body .text-upper-a866:nth-child(2),
.content_4f4d .text-upper-a866:nth-child(2),
#page .text-upper-a866:nth-child(2) {
  animation: button-glow-pulse-gold 1.8s ease-in-out infinite !important;
  animation-delay: 0.3s !important;
  transform-origin: center center !important;
}

/* 确保悬停时不干扰动画 */
.text-upper-a866:hover {
  animation-play-state: running !important;
}

/* css-noise: 6e41 */
.promo-block-k9 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.0;
}
