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(.mini_a261) {
  gap: 0.5em;
}
:where(.carousel_small_54d7) {
  gap: 0.5em;
}
body .primary-static-d7dd > .status-inner-6f8b {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .primary-static-d7dd > .notice_7c35 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .primary-static-d7dd > .silver-5705 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .static_e7ec > .status-inner-6f8b {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .static_e7ec > .notice_7c35 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .static_e7ec > .silver-5705 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .static_e7ec
  > :where(:not(.status-inner-6f8b):not(.notice_7c35):not(.large_e86a)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .static_e7ec > .short-f386 {
  max-width: var(--wp--style--global--wide-size);
}
body .mini_a261 {
  display: flex;
}
body .mini_a261 {
  flex-wrap: wrap;
  align-items: center;
}
body .mini_a261 > * {
  margin: 0;
}
body .carousel_small_54d7 {
  display: grid;
}
body .carousel_small_54d7 > * {
  margin: 0;
}
:where(.stale_9cdc.mini_a261) {
  gap: 2em;
}
:where(.stale_9cdc.carousel_small_54d7) {
  gap: 2em;
}
:where(.disabled_rough_55a3.mini_a261) {
  gap: 1.25em;
}
:where(.disabled_rough_55a3.carousel_small_54d7) {
  gap: 1.25em;
}
.huge_f3fe {
  color: var(--wp--preset--color--black) !important;
}
.photo_blue_6a37 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.yellow-9da0 {
  color: var(--wp--preset--color--white) !important;
}
.easy_00f1 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.dark-df29 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.alert_right_38e3 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.slow_d3cd {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.focused_d097 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.out_84e7 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.tiny_9863 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.brown_cd37 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.texture-green-249f {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.description_pro_d363 {
  background-color: var(--wp--preset--color--black) !important;
}
.alert-center-a580 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.pink_af82 {
  background-color: var(--wp--preset--color--white) !important;
}
.thumbnail_left_dd38 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.shade_6884 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.alert_efc9 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.red-4344 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.nav-2bf7 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.complex-0427 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.easy-5bef {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.bottom-54d2 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.shade_motion_00ee {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.right_f901 {
  border-color: var(--wp--preset--color--black) !important;
}
.detail-north-7e24 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.fixed-bc2e {
  border-color: var(--wp--preset--color--white) !important;
}
.active_static_2b34 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.blue-d330 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.inner_ce00 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.carousel-steel-2f02 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.panel-c1ef {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.inner_f1f3 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.under-e6a7 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.header-cool-4027 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.gradient-b265 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.backdrop_down_4227 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.fixed-75ae {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.frame_dim_bf95 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.huge-2894 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.disabled-00cf {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.menu_966f {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.input-6e25 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.status-818d {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.texture-a10b {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.mask_focused_5486 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.paragraph_94ff {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.box-fcb6 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.photo_pressed_0bad {
  font-size: var(--wp--preset--font-size--small) !important;
}
.fresh-cdc3 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.green-b521 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.bright-e76e {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.static_db3e a:where(:not(.middle-4261)) {
  color: inherit;
}
:where(.disabled_rough_55a3.mini_a261) {
  gap: 1.25em;
}
:where(.disabled_rough_55a3.carousel_small_54d7) {
  gap: 1.25em;
}
:where(.stale_9cdc.mini_a261) {
  gap: 2em;
}
:where(.stale_9cdc.carousel_small_54d7) {
  gap: 2em;
}
.block_f09a {
  font-size: 1.5em;
  line-height: 1.6;
}

.photo-fbda .highlight-ca93 {
  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);
}
.background_f786 .link_advanced_36c1 {
  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);
}
.static_a49b {
  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);
}
.static_a49b.tabs-6e9a .summary_yellow_d6f8 {
  background-color: var(--e-global-color-primary);
}
.static_a49b.aside-short-509d .summary_yellow_d6f8,
.static_a49b.banner_8dd4 .summary_yellow_d6f8 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.gradient_green_111e .title_5991 {
  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);
}
.thumbnail_dark_52f9 {
  --divider-color: var(--e-global-color-secondary);
}
.thumbnail_dark_52f9 .hover_f1fe {
  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);
}
.thumbnail_dark_52f9.wrapper-copper-1931 .paragraph-dynamic-e108 {
  background-color: var(--e-global-color-secondary);
}
.thumbnail_dark_52f9.caption_898a .paragraph-dynamic-e108,
.thumbnail_dark_52f9.column_hard_19cb .paragraph-dynamic-e108 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.thumbnail_dark_52f9.caption_898a .paragraph-dynamic-e108,
.thumbnail_dark_52f9.column_hard_19cb .paragraph-dynamic-e108 svg {
  fill: var(--e-global-color-secondary);
}
.detail-26b2 .widget-down-1744 {
  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);
}
.detail-26b2 .active_last_651c {
  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);
}
.element_a02f.wrapper-copper-1931 .paragraph-dynamic-e108 {
  background-color: var(--e-global-color-primary);
}
.element_a02f.caption_898a .paragraph-dynamic-e108,
.element_a02f.column_hard_19cb .paragraph-dynamic-e108 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.element_a02f.caption_898a .paragraph-dynamic-e108,
.element_a02f.column_hard_19cb .paragraph-dynamic-e108 svg {
  fill: var(--e-global-color-primary);
}
.red-47bc.wrapper-copper-1931 .paragraph-dynamic-e108 {
  background-color: var(--e-global-color-primary);
}
.red-47bc.caption_898a .paragraph-dynamic-e108,
.red-47bc.column_hard_19cb .paragraph-dynamic-e108 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.red-47bc .aside_easy_ae9a {
  color: var(--e-global-color-primary);
}
.red-47bc .aside_easy_ae9a,
.red-47bc .aside_easy_ae9a a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.red-47bc .filter_narrow_2b86 {
  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);
}
.smooth_0b42 .title_active_5f0e {
  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);
}
.warm_badc .breadcrumb-7307 .upper_fe2b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tag-57e5 .filter-491e:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.tag-57e5 .tag-gas-3ac7 i {
  color: var(--e-global-color-primary);
}
.tag-57e5 .tag-gas-3ac7 svg {
  fill: var(--e-global-color-primary);
}
.tag-57e5 .active-hot-703c {
  color: var(--e-global-color-secondary);
}
.tag-57e5 .filter-491e > .active-hot-703c,
.tag-57e5 .filter-491e > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-cc6f .paragraph-glass-56a1 {
  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);
}
.cool-cc6f .footer-ce5d {
  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);
}
.logo_c11e .black-9ea3 .menu-short-3ad8 {
  background-color: var(--e-global-color-primary);
}
.logo_c11e .row_next_fae8 {
  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);
}
.article-stone-daa9 .silver-68d7 {
  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);
}
.article-stone-daa9 .plasma-8513 {
  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);
}
.article-stone-daa9 .disabled_cold_a89b {
  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);
}
.tag-830b .wide-0571,
.tag-830b .wide-0571 a {
  color: var(--e-global-color-primary);
}
.tag-830b .wide-0571.sort_87e9,
.tag-830b .wide-0571.sort_87e9 a {
  color: var(--e-global-color-accent);
}
.tag-830b .wide-0571 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag-830b .mask_simple_3e6d {
  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);
}
.over-345a .info-west-7535,
.over-345a .current_5a74 {
  color: var(--e-global-color-primary);
}
.over-345a .info-west-7535 svg {
  fill: var(--e-global-color-primary);
}
.over-345a .sort_87e9 .info-west-7535,
.over-345a .sort_87e9 .current_5a74 {
  color: var(--e-global-color-accent);
}
.over-345a .sort_87e9 .info-west-7535 svg {
  fill: var(--e-global-color-accent);
}
.over-345a .current_5a74 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over-345a .mask_simple_3e6d {
  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);
}
.content_6b93 .full_2442,
.content_6b93 .static-781b {
  color: var(--e-global-color-primary);
}
.content_6b93 .static-781b svg {
  fill: var(--e-global-color-primary);
}
.content_6b93 .wide-0571.sort_87e9 a,
.content_6b93
  .wide-0571.sort_87e9
  .static-781b {
  color: var(--e-global-color-accent);
}
.content_6b93 .full_2442 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content_6b93 .mask_simple_3e6d {
  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);
}
.alert_dee6 .caption_6e8d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.alert_dee6 .dirty_58cd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_6eba .first_ec4f .shadow-a6d1 {
  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);
}
.container_6eba .first_ec4f .hot-8fd2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_6eba .overlay_east_1be1 .shadow-a6d1 {
  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);
}
.container_6eba
  .overlay_east_1be1
  .hot-8fd2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_6eba
  .current-03bd
  .shadow-a6d1 {
  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);
}
.container_6eba
  .current-03bd
  .hot-8fd2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_6eba
  .steel-c0da
  .shadow-a6d1 {
  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);
}
.container_6eba
  .steel-c0da
  .hot-8fd2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pink_c201 .photo-active-b8fe {
  background-color: var(--e-global-color-primary);
}
.pink_c201 .photo-active-b8fe:hover {
  background-color: var(--e-global-color-primary);
}
.pink_c201 .notice-a80c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pink_c201
  .photo-active-b8fe:hover
  .notice-a80c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent_ebb1 .white-e31b {
  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);
}
.gallery-lower-2682 .widget-d063 .pattern-16c6 a {
  background-color: var(--e-global-color-accent);
}
.gallery-lower-2682 .widget-d063 .main_e902 a {
  background-color: var(--e-global-color-accent);
}
.gallery-lower-2682 .widget-d063 .pattern-16c6 a,
.gallery-lower-2682 .widget-d063 .main_e902 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-up-372f
  .yellow-4738.container-in-0ffe
  .widget-d063
  a.banner-9e23 {
  background-color: var(--e-global-color-accent);
}
.component-up-372f
  .yellow-4738.container-in-0ffe
  .widget-d063
  span.banner-9e23.fn-current-63c0 {
  background-color: var(--e-global-color-text);
}
.component-up-372f
  .yellow-4738.container-in-0ffe
  .widget-d063
  .banner-9e23 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_rough_abc1 .tooltip-steel-bc2e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_rough_abc1
  .breadcrumb_gas_d94d
  > .tag-3918
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_rough_abc1
  .disabled_orange_e3fb
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_rough_abc1
  .sort-north-3a25
  .content_last_b939,
.carousel_rough_abc1
  .sort-north-3a25
  .border-down-0d0f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_rough_abc1
  .sort-north-3a25
  .section_520c,
.carousel_rough_abc1
  .sort-north-3a25
  a
  .section_520c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_rough_abc1
  .sort-north-3a25
  .container-center-46bc {
  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);
}
.carousel_rough_abc1
  .sort-north-3a25
  .summary-static-8c2c {
  background-color: var(--e-global-color-primary);
}
.carousel_rough_abc1
  .sort-north-3a25
  .summary-static-8c2c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_rough_abc1
  .sort-north-3a25
  .summary-static-8c2c:hover {
  background-color: var(--e-global-color-primary);
}
.carousel_rough_abc1
  .sort-north-3a25
  .widget_6e7c {
  background-color: var(--e-global-color-primary);
}
.carousel_rough_abc1
  .sort-north-3a25
  .widget_6e7c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_rough_abc1
  .sort-north-3a25
  .widget_6e7c:hover {
  background-color: var(--e-global-color-primary);
}
.carousel_rough_abc1
  .image_7487
  .slider-6f99
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_rough_abc1
  .image_7487
  .pattern-70a9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_rough_abc1
  .image_7487
  .container-center-46bc {
  color: var(--e-global-color-text);
}
.carousel_rough_abc1
  .image_7487
  .container-center-46bc
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_rough_abc1
  .image_7487
  .summary-static-8c2c {
  background-color: var(--e-global-color-primary);
}
.carousel_rough_abc1
  .image_7487
  .summary-static-8c2c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_rough_abc1
  .image_7487
  .summary-static-8c2c:hover {
  background-color: var(--e-global-color-primary);
}
.carousel_rough_abc1
  .image_7487
  .widget_6e7c {
  background-color: var(--e-global-color-primary);
}
.carousel_rough_abc1
  .image_7487
  .widget_6e7c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_rough_abc1
  .image_7487
  .widget_6e7c:hover {
  background-color: var(--e-global-color-primary);
}
.carousel_rough_abc1 .next-944f {
  background-color: var(--e-global-color-primary);
}
.carousel_rough_abc1 .next-944f:hover {
  background-color: var(--e-global-color-primary);
}
.carousel_rough_abc1 .avatar-thick-64c5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_rough_abc1 .header-cda3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.large_e4f8 .primary_0197 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.large_e4f8
  .footer-35b4
  > div:nth-child(3)
  .primary_0197,
.large_e4f8
  .accordion-7ef0
  > div:nth-child(1)
  .primary_0197,
.large_e4f8
  .hot-c683
  > div:nth-child(1)
  .primary_0197,
.large_e4f8
  .fluid_fa63
  > div:nth-child(1)
  .primary_0197,
.large_e4f8
  .text-9d2d
  > div:nth-child(1)
  .primary_0197 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.large_e4f8 .item-in-e7d3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.large_e4f8 .bottom-5ff9 {
  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);
}
.large_e4f8 .primary-9d54 {
  background-color: var(--e-global-color-primary);
}
.large_e4f8 .primary-9d54 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.large_e4f8 .primary-9d54:hover {
  background-color: var(--e-global-color-primary);
}
.large_e4f8 .medium-9977 {
  background-color: var(--e-global-color-primary);
}
.large_e4f8 .medium-9977:hover {
  background-color: var(--e-global-color-primary);
}
.large_e4f8 .avatar-thick-64c5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.large_e4f8 .header-cda3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notice_current_be11 .warm-f77f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notice_current_be11 .block-bottom-f7a3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice_current_be11 .focus_bcee {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice_current_be11 .row-dirty-56cf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice_current_be11 .complex_e459 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice_current_be11 .medium-9977 {
  background-color: var(--e-global-color-primary);
}
.notice_current_be11 .medium-9977:hover {
  background-color: var(--e-global-color-primary);
}
.notice_dynamic_b9da .box-4618 {
  background-color: var(--e-global-color-secondary);
}
.notice_dynamic_b9da .summary_dynamic_83ca {
  background-color: var(--e-global-color-text);
}
.notice_dynamic_b9da .sidebar_17bd {
  background-color: var(--e-global-color-secondary);
}
.notice_dynamic_b9da .over_d535 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notice_dynamic_b9da .grid_slow_5caa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice_dynamic_b9da .gradient_1be0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice_dynamic_b9da .hot-65e5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice_dynamic_b9da .input-103d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_light_7a89 .white_b061 .medium-37a9,
.notification_light_7a89
  .white_b061
  .medium-37a9
  a,
.notification_light_7a89 .white-c573 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_light_7a89 .white_b061 .pressed_0688,
.notification_light_7a89 .gallery_1a3a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_light_7a89 .white_b061 .pressed_0688 {
  color: var(--e-global-color-text);
}
.notification_light_7a89 .gallery_1a3a {
  color: var(--e-global-color-text);
}
.notification_light_7a89
  .white_b061
  .background_9ce1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notification_light_7a89 .red-2350 .liquid-b875 {
  background-color: var(--e-global-color-primary);
}
.notification_light_7a89 .red-2350 .liquid-b875:hover {
  background-color: var(--e-global-color-primary);
}
.notification_light_7a89 .red-2350 .focused-0226 li span {
  background-color: var(--e-global-color-text);
}
.notification_light_7a89 .red-2350 .focused-0226 li span:hover {
  background-color: var(--e-global-color-primary);
}
.notification_light_7a89
  .red-2350
  .focused-0226
  li.alert-rough-46ff
  span {
  background-color: var(--e-global-color-accent);
}
.notification_light_7a89 .tabs-a4a1 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_up_435b .highlight_outer_126b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.advanced-8feb .clean_a2b8 {
  background-color: var(--e-global-color-primary);
}
.advanced-8feb .top-2c2b {
  background-color: var(--e-global-color-secondary);
}
.advanced-8feb .video_e03c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-8feb .list-next-144b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-8feb .hover-solid-91e4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-8feb .thick_fbf7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-8feb .easy-70a3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-8feb .fluid_2eb4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-8feb .nav_tall_6908 {
  background-color: var(--e-global-color-primary);
}
.advanced-8feb .nav_tall_6908 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.secondary-8884 .red_6e18 {
  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);
}
.secondary-8884 .out_6c3f {
  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);
}
.secondary-8884
  .header_d4bb:after {
  background-color: var(--e-global-color-primary);
}
.secondary-8884 .hover-3378 {
  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);
}
.disabled-31db .white-c573 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled-31db .gallery_1a3a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter_0620 .dropdown-44b1 .advanced-c881 {
  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);
}
.filter_0620 .dropdown-44b1 .description_a9e3 {
  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);
}
.shadow-soft-1938 .chip-right-8681 {
  background-color: var(--e-global-color-primary);
}
.shadow-soft-1938 .paragraph-88f1 {
  background-color: var(--e-global-color-secondary);
}
.shadow-soft-1938 .text_2ebd .outer-8491 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shadow-soft-1938 .dim_78be .outer-8491 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.backdrop-large-e1e4 .input_wood_b49b .message-tall-cc51 {
  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);
}
.backdrop-large-e1e4 .input_wood_b49b .input_middle_6266 {
  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);
}
.backdrop-large-e1e4 .input_wood_b49b .active_old_ddad {
  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);
}
.container_fc52 .button_solid_b671 {
  border-color: var(--e-global-color-text);
}
.container_fc52 .shadow_f73c {
  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);
}
.container_fc52 .tag-4b8b {
  color: var(--e-global-color-primary);
}
.container_fc52 .short_0247 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid-e9bb .easy-7d89 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.grid-e9bb .icon_6d96 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.grid-e9bb .primary-tall-d4ac:hover .easy-7d89 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.grid-e9bb
  .primary-tall-d4ac:hover
  .icon_6d96 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern-tiny-a645 .red_da1e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern-tiny-a645 .image-999c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-easy-610c .item_fed9 .dirty-cd86 {
  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);
}
.panel-easy-610c .easy-1575 .dirty-cd86 {
  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);
}
.dropdown-fe66 .widget_e22a {
  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);
}
.box-34b4 .first-e5d6 .caption-c369 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.box-34b4 .first-e5d6 .caption-c369 {
  background-color: var(--e-global-color-secondary);
}
.box-34b4 .mask_hovered_114b .caption-c369 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.box-34b4 .mask_hovered_114b .caption-c369 {
  background-color: var(--e-global-color-secondary);
}
.box-34b4 .center-a172 .full_03dc {
  background-color: var(--e-global-color-primary);
}
.box-34b4 .center-a172:hover .full_03dc {
  background-color: var(--e-global-color-secondary);
}
.box-34b4 .liquid-b875 {
  background-color: var(--e-global-color-primary);
}
.box-34b4 .liquid-b875:hover {
  background-color: var(--e-global-color-accent);
}
.box-34b4 .focused-0226 li span {
  background-color: var(--e-global-color-text);
}
.box-34b4 .focused-0226 li span:hover {
  background-color: var(--e-global-color-primary);
}
.box-34b4 .focused-0226 li.alert-rough-46ff span {
  background-color: var(--e-global-color-accent);
}
.tabs_c0e6 .top_93b8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tabs_c0e6 .first-bb53 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-ca5a .table-99c8:before {
  background-color: var(--e-global-color-secondary);
}
.picture-ca5a .header-gas-ac7e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-ca5a .center-eab4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_ec1b .north-5aec {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_ec1b .north-5aec:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_ec1b .north-5aec.fn-active-63c0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_ec1b .texture-867b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_ec1b .notice_9c33 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_ec1b .hovered-9a12 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_ec1b .heading_copper_d6f2 {
  background-color: var(--e-global-color-primary);
}
.hard_ec1b .heading_copper_d6f2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hard_ec1b .pro-b3f5 {
  background-color: var(--e-global-color-primary);
}
.hard_ec1b .pro-b3f5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.orange_4f26 .texture-static-bf16 .border_outer_65b3 a {
  color: var(--e-global-color-secondary);
}
.orange_4f26 .texture-static-bf16 .border_outer_65b3 a:hover {
  color: var(--e-global-color-secondary);
}
.orange_4f26 .texture-static-bf16 .border_outer_65b3,
.orange_4f26 .texture-static-bf16 .border_outer_65b3 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange_4f26 .texture-static-bf16 .media_gold_e418 {
  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);
}
.orange_4f26 .texture-static-bf16 .background_stone_6b3c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange_4f26 .texture-static-bf16 .overlay-17c1 {
  background-color: var(--e-global-color-primary);
}
.orange_4f26 .texture-static-bf16 .overlay-17c1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange_4f26 .texture-static-bf16 .overlay-17c1:hover {
  background-color: var(--e-global-color-primary);
}
.orange_4f26 .texture-static-bf16 .notification_iron_32f9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.orange_4f26 .texture-static-bf16 .notification_iron_32f9 {
  background-color: var(--e-global-color-primary);
}
.orange_4f26 .texture-static-bf16 .notification_iron_32f9:hover {
  background-color: var(--e-global-color-primary);
}
.orange_4f26 .texture-static-bf16 .liquid-b875 {
  background-color: var(--e-global-color-primary);
}
.orange_4f26 .texture-static-bf16 .liquid-b875:hover {
  background-color: var(--e-global-color-primary);
}
.orange_4f26 .red-2350 .focused-0226 li span {
  background-color: var(--e-global-color-text);
}
.orange_4f26 .red-2350 .focused-0226 li span:hover {
  background-color: var(--e-global-color-primary);
}
.orange_4f26 .red-2350 .focused-0226 li.alert-rough-46ff span {
  background-color: var(--e-global-color-accent);
}
.orange_4f26 .avatar-thick-64c5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.orange_4f26 .header-cda3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shadow_left_08d4 .sort-8648 .yellow-dacb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shadow_left_08d4 .sort-8648 .outline-f1b9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shadow_left_08d4 .sort-8648 .main_fluid_202d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame-bfb9 .section-static-a07d {
  border-color: var(--e-global-color-text);
}
.frame-bfb9 .caption_smooth_ad59 {
  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);
}
.frame-bfb9 .label_slow_1481 {
  color: var(--e-global-color-secondary);
}
.frame-bfb9 .label_slow_1481 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame-bfb9 .layout_b770 > * {
  color: var(--e-global-color-primary);
}
.frame-bfb9 .layout_b770 > * svg {
  fill: var(--e-global-color-primary);
}
.frame-bfb9 .banner-5676 {
  color: var(--e-global-color-primary);
}
.frame-bfb9 .banner-5676 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame-bfb9 .picture_82b1 {
  color: var(--e-global-color-primary);
}
.frame-bfb9 .picture_82b1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame-bfb9 .slider-5126 {
  color: var(--e-global-color-primary);
}
.frame-bfb9 .slider-5126 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame-bfb9 .component-ecea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame-bfb9 .outline-2105 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame-bfb9 .outline-2105.shade-d783 {
  color: var(--e-global-color-secondary);
}
.frame-bfb9 .outline-2105.shade-d783 .notification-ab4f {
  color: var(--e-global-color-accent);
}
.frame-bfb9 .outline-2105.message_first_a7ba {
  color: var(--e-global-color-text);
}
.frame-bfb9 .outline-2105.message_first_a7ba .notification-ab4f {
  color: var(--e-global-color-text);
}
.frame-bfb9 .outline-2105:before {
  border-top-color: var(--e-global-color-text);
}
.frame-bfb9 .paragraph_brown_323c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame-bfb9
  .paragraph_brown_323c
  .hover_lite_ad91 {
  background-color: var(--e-global-color-primary);
}
.frame-bfb9
  .paragraph_brown_323c
  .hover_lite_ad91 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.frame-bfb9 .section-static-a07d .photo-basic-da76 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fluid_02fd .image_blue_603e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fluid_02fd .icon-a450 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav_dirty_d863 .blue-9579 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav_dirty_d863
  .rough-636d
  .thumbnail_current_8f37 {
  background-color: var(--e-global-color-secondary);
}
.nav_dirty_d863
  .rough-636d.fixed-16b1
  .thumbnail_current_8f37 {
  background-color: var(--e-global-color-text);
}
.nav_dirty_d863
  .rough-636d:hover
  .thumbnail_current_8f37 {
  background-color: var(--e-global-color-accent);
}
.nav_dirty_d863
  .rough-636d.fn-active-63c0
  .thumbnail_current_8f37 {
  background-color: var(--e-global-color-primary);
}
.table-ba23 .hard_02f7 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.table-ba23 .form-c6b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table-ba23 .header-gold-9ad5 {
  background-color: var(--e-global-color-primary);
}
.table-ba23 .header-gold-9ad5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip_b903 .grid_purple_ef48 .overlay_5768 .pressed_d648 {
  background-color: var(--e-global-color-secondary);
}
.tooltip_b903 .grid_purple_ef48 .bronze_cfad:after {
  background-color: var(--e-global-color-secondary);
}
.tooltip_b903 .tiny-6c1e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_b903 .accent-gold-760f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_b903 .avatar_927b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_b903 .banner_579e {
  background-color: var(--e-global-color-primary);
}
.tooltip_b903 .banner_579e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip_b903 .tall-7a50 {
  background-color: var(--e-global-color-secondary);
}
.tooltip_b903 .tall-7a50 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip_b903 .grid_purple_ef48 .search-0e4e .gallery-hot-f3ae:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip_b903
  .grid_purple_ef48
  .search-0e4e
  .gallery-hot-f3ae.avatar_455f {
  background-color: var(--e-global-color-primary);
}
.tooltip_b903 .grid_purple_ef48 .current-fae0:before {
  border-color: var(--e-global-color-primary);
}
.tooltip_b903 .grid_purple_ef48 .current-fae0:hover:before {
  border-color: var(--e-global-color-secondary);
}
.tooltip_b903
  .grid_purple_ef48
  .current-fae0.slider_a92c:before {
  border-color: var(--e-global-color-primary);
}
.tooltip_b903 .accent-fbf0 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-tiny-d68b .module_b4ed {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.header-tiny-d68b .module_b4ed:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.header-tiny-d68b .module_b4ed.soft-3ee9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.header-tiny-d68b .notification_green_ec49 {
  background-color: var(--e-global-color-primary);
}
.header-tiny-d68b .notification_green_ec49 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.header-tiny-d68b
  .article_brown_6a73
  .description-center-2226
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.header-tiny-d68b
  .message_a25c
  .description-center-2226
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-silver-049a
  .filter-motion-e8d0
  .label_0f77 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main-silver-049a
  .filter-motion-e8d0
  .gallery_c876 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main-silver-049a .popup_ac9a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main-silver-049a .shade_013b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.main-silver-049a .item-simple-2f69 {
  background-color: var(--e-global-color-primary);
}
.main-silver-049a .item-simple-2f69 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slider_81a6 .steel_dbe4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_81a6 .bright_a9cf {
  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);
}
.slider_81a6 .mask_west_fc70 {
  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);
}
.slider_81a6 .mask_west_fc70 a:hover {
  color: var(--e-global-color-secondary);
}
.slider_81a6 .row-medium-d07e {
  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);
}
.slider_81a6 .link_64b7 {
  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);
}
.slider_81a6 .notification-0672 .liquid-b875 {
  background-color: var(--e-global-color-primary);
}
.slider_81a6 .notification-0672 .liquid-b875:hover {
  background-color: var(--e-global-color-accent);
}
.slider_81a6
  .notification-0672
  .focused-0226
  li
  span {
  background-color: var(--e-global-color-text);
}
.slider_81a6
  .notification-0672
  .focused-0226
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.slider_81a6
  .notification-0672
  .focused-0226
  li.alert-rough-46ff
  span {
  background-color: var(--e-global-color-accent);
}
.middle_e9cd
  .thumbnail-old-0c16
  .thumbnail_c680 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.middle_e9cd .thumbnail-old-0c16 .breadcrumb-e44a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.middle_e9cd .thumbnail-old-0c16 .modal_light_d365 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.middle_e9cd .south_7cf4 {
  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);
}
.middle_e9cd
  .menu_a8fb.table-old-f47e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > a {
  background-color: var(--e-global-color-text);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > a
  .label_bottom_756b.layout_pressed_6b6c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > a
  .row_basic_af95.label_37b4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > .filter-77ba
  .header-huge-2de9
  > a {
  background-color: var(--e-global-color-secondary);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > .filter-77ba
  .header-huge-2de9
  > a
  .box_simple_f908 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > .filter-77ba
  .header-huge-2de9
  > a
  .row_basic_af95.gold-f953 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > a
  .upper_245e:before {
  color: var(--e-global-color-text);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > .filter-77ba
  a
  .upper_245e:before {
  color: var(--e-global-color-text);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9.last_f917
  > a
  .upper_245e:before {
  color: var(--e-global-color-text);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > .filter-77ba
  .header-huge-2de9.last_f917
  > a
  .upper_245e:before {
  color: var(--e-global-color-text);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > a
  .video_stale_f815
  .thumbnail-04cf {
  color: var(--e-global-color-text);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > .filter-77ba
  a
  .video_stale_f815
  .thumbnail-04cf {
  color: var(--e-global-color-text);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > a
  .video_stale_f815
  .thumbnail-04cf,
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > .filter-77ba
  a
  .video_stale_f815
  .thumbnail-04cf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > a
  .main-dim-011b:before {
  color: var(--e-global-color-text);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > .filter-77ba
  a
  .main-dim-011b:before {
  color: var(--e-global-color-text);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9.last_f917
  > a
  .main-dim-011b:before {
  color: var(--e-global-color-text);
}
.breadcrumb_center_a95d
  > .accordion_5c3a
  > div
  > .highlight-hovered-f712
  > .header-huge-2de9
  > .filter-77ba
  .header-huge-2de9.last_f917
  > a
  .main-dim-011b:before {
  color: var(--e-global-color-text);
}
.info_d148 .steel-36ca {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.info_d148
  .advanced_aac7:hover
  .steel-36ca {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline_ab49
  > .accordion_5c3a
  > .smooth-d60e
  > .menu-2e0b
  > .light-8cad
  > .basic-2fb2
  .silver_675f {
  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);
}
.outline_ab49
  > .accordion_5c3a
  > .smooth-d60e
  > .menu-2e0b
  > .light-8cad
  > .basic-2fb2:hover
  .silver_675f {
  color: var(--e-global-color-text);
}
.outline_ab49
  > .accordion_5c3a
  > .smooth-d60e
  > .menu-2e0b
  > .light-8cad
  > .basic-2fb2:hover
  .silver_675f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline_ab49
  > .accordion_5c3a
  > .smooth-d60e
  > .menu-2e0b
  > .light-8cad.hero-south-2dd0
  > .basic-2fb2
  .silver_675f {
  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);
}
.carousel-yellow-8112 .filter-31b6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-yellow-8112 .background-full-8895 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-yellow-8112 .gradient_3a9f {
  background-color: var(--e-global-color-primary);
}
.carousel-yellow-8112 .gradient_3a9f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link-pro-17e9
  > .accordion_5c3a
  > .texture-center-bb09
  > .smooth_9c41
  > .footer_46c3
  .focused-c9c7 {
  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);
}
.link-pro-17e9
  > .accordion_5c3a
  > .texture-center-bb09
  > .smooth_9c41
  > .footer_46c3
  .widget-active-4ba3 {
  color: var(--e-global-color-text);
}
.link-pro-17e9
  > .accordion_5c3a
  > .texture-center-bb09
  > .smooth_9c41
  > .footer_46c3:hover
  .focused-c9c7 {
  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);
}
.link-pro-17e9
  > .accordion_5c3a
  > .texture-center-bb09
  > .smooth_9c41
  > .footer_46c3:hover
  .widget-active-4ba3 {
  color: var(--e-global-color-secondary);
}
.link-pro-17e9
  > .accordion_5c3a
  > .texture-center-bb09
  > .smooth_9c41
  > .footer_46c3.status_north_0efb
  .focused-c9c7 {
  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);
}
.link-pro-17e9
  > .accordion_5c3a
  > .texture-center-bb09
  > .smooth_9c41
  > .footer_46c3.status_north_0efb
  .widget-active-4ba3 {
  color: var(--e-global-color-primary);
}
.texture-39a8
  .background-e377
  .light_dedf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture-39a8 .overlay-prev-020a .photo-basic-da76 .carousel-ba99 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black-b919 .fixed-5027 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black-b919 .input_west_9290 .fixed-5027 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black-b919 .advanced-a7ab {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.black-b919 .advanced-a7ab {
  background-color: var(--e-global-color-primary);
}
.chip-871e .block_new_e1da .search-last-97bf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.chip-871e
  .block_new_e1da:hover
  .orange_c717 {
  color: var(--e-global-color-secondary);
}
.chip-871e
  .block_new_e1da:hover
  .search-last-97bf {
  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);
}
.cold-8cb1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.old-3e7b {
  flex-direction: column;
}

.old-3e7b .orange_04b9 {
  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.old-3e7b .orange_04b9 {
  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);
}

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

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

.main_outer_1c84.heading-bottom-6c9c {
  display: none;
}

.medium_66db {
  display: none;
}

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

.copper-9358.chip-f181 {
  margin-bottom: 40px;
  width: 100%;
}

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

.old-3e7b a {
  width: 100%;
}

.large_be52 .search_9307.gradient-bc40 {
  width: 20% !important;
}

.icon-e9e1 {
  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; /* 字母间距 */
}

.icon-e9e1: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%);
}

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

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

.pattern-d7b2 {
  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;
}

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

.pattern-d7b2: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);
}

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

.large_be52
  .search_9307.tertiary_ee2b
  .easy-5b66
  .feature-71d9 {
  font-size: 20px !important;
}

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

.lower_c487 {
  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;
}

.detail-94a8 h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.sidebar-c4e5.slider_center_9e05 > .filter-3740 {
  display: flex;
  align-items: center;
}

.layout_52c8 {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.full-859b {
  position: relative;
  width: 100%;
}

.easy-9a6a {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.content-f9e7 {
  font-size: 35px !important;
}

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

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

.background-pro-7dfe {
  display: flex;
  gap: 50px;
}

.large_be52
  .search_9307.easy_1c8d
  .icon_98ed
  .blue_8b84 {
  width: 100% !important;
}

.carousel-blue-20f3 {
  width: 500px !important;
  max-width: none;
}

.thick_9135 {
  width: 100%;
}

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

.accordion_92f4 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

.chip_steel_b68c {
  font-size: 15px !important;
}

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

  visibility: hidden;
}

.accordion_92f4:hover .info_bf57 {
  visibility: visible;
}
.accordion_92f4:hover.accordion_92f4::before {
  display: block;
}

.detail-94a8 h3 {
  color: #fff;
}

.small_686d {
  margin: 0;
}

.large_be52
  .search_9307.easy_1c8d
  .blue_8b84
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.badge-1daa {
  width: 100%;
}

.image-ac58 {
  width: 100%;
}

.carousel-d812 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.image-ac58 {
  width: 100%;
}

.list-270d {
  margin-bottom: 10px !important;
}

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

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

.hard-c127 {
  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;
}

.old-3e7b .orange_04b9.steel-445e {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.old-3e7b h1.orange_04b9 {
  margin-top: 80px !important;
}

.large_be52 .search_9307.footer-b52a {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.mask_outer_119a img {
  width: 100%;
}

.header_pink_e176 .top-e43c.easy-5b66 {
  justify-content: space-between;
}

.block-tiny-b9af {
  display: none;
}

.box_f714 .focus-6069 {
  margin: 1px 0 !important;
}

.overlay-pro-ce33 li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .sidebar-c4e5 .filter-3740 {
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 1000px) {
  .background-pro-7dfe {
    flex-direction: column;
  }

  .carousel-blue-20f3 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .detail-94a8 h3 {
    font-size: 28px;
  }

  .icon-e9e1 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .header_pink_e176 .top-e43c.easy-5b66 {
    border-bottom: 1px solid #f0c159;
  }

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

  .sidebar-c4e5.slider_center_9e05 > .filter-3740 {
    gap: 15px;
    justify-content: space-between;
  }

  .large_be52
    .search_9307.easy_1c8d
    .blue_8b84
    img {
    width: 60% !important;
  }

  .easy-9a6a {
    left: 2%;
  }

  .lite_8e25 {
    margin: 10px 0;
  }

  .old-3e7b .focus-6069 {
    margin: 0;
    margin-bottom: 10px;
  }

  .icon-e9e1 {
    font-size: 16px !important;
  }

  .content-f9e7 {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.old-3e7b .orange_04b9,
  .old-3e7b .orange_04b9 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .blue_8b84 {
    justify-content: center;
  }

  .old-3e7b .focus-6069 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .layout-upper-3845 {
    margin-bottom: 15px !important;
  }

  .large_be52 .search_9307.gradient-bc40 {
    width: 75% !important;
  }

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

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

  h2.old-3e7b .orange_04b9,
  .old-3e7b .orange_04b9 {
    font-size: 30px !important;
  }

  .blue_8b84 {
    justify-content: center;
  }

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

  .grid-0fdd
    .shadow-west-8217.upper-0a6a {
    margin: 0 !important;
  }

  .layout_52c8 {
    margin: 0;
    gap: 10px;
  }

  .lite_8e25 {
    display: flex;
  }

  .link-4f34 .icon-e9e1 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .tertiary_500a svg {
    width: 75% !important;
    height: 75% !important;
  }

  .carousel-d812 {
    justify-content: flex-end;
    gap: 1px;
  }

  .old-3e7b h1.orange_04b9 {
    margin-top: 40px !important;
  }

  .large_be52
    .search_9307.easy_1c8d
    .blue_8b84
    img,
  .detail-26b2 .icon_98ed {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pattern-d7b2 {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .large_be52 .search_9307.gradient-bc40 {
    width: 100% !important;
  }

  .sidebar-c4e5.slider_center_9e05 > .filter-3740 {
    gap: 3px;
  }

  .old-3e7b .focus-6069 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.header_pink_e176 .top-e43c.easy-5b66 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.header_pink_e176 .top-e43c.easy-5b66: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);
}

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

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

.old-3e7b {
  position: relative;
  padding-top: 30px;
}

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

.main_outer_1c84: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;
}

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

/* 响应式增强 */
@media (max-width: 767px) {
  .header_pink_e176 .top-e43c.easy-5b66 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .old-3e7b .orange_04b9 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .icon-e9e1 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.sort_active_7ecb .popup-7ae3 {
  flex-shrink: 0;
  white-space: nowrap;
}

.sort_active_7ecb .highlight-iron-4756 {
  flex-shrink: 0;
  min-width: fit-content;
}

.sort_active_7ecb .feature-71d9 {
  white-space: nowrap;
}

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

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

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

.sort_active_7ecb .highlight-iron-4756 {
  max-width: 80px !important;
  overflow: hidden;
}

.sort_active_7ecb .top-e43c.easy-5b66 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.sort_active_7ecb .feature-71d9 {
  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);
  }
}

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

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

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

/* 添加内部光效 */
.pattern-d7b2::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 .pattern-d7b2:nth-child(1),
.large_be52 .pattern-d7b2:nth-child(1),
#page .pattern-d7b2:nth-child(1) {
  animation: button-glow-pulse 1.5s ease-in-out infinite !important;
  transform-origin: center center !important;
}

body .pattern-d7b2:nth-child(2),
.large_be52 .pattern-d7b2:nth-child(2),
#page .pattern-d7b2: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;
}

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

/* css-noise: 56d1 */
.phantom-card-i2 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
