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(.soft_5106) {
  gap: 0.5em;
}
:where(.overlay_focused_ce33) {
  gap: 0.5em;
}
body .first-e361 > .progress_dim_d435 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .first-e361 > .sidebar-07b0 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .first-e361 > .stone_2737 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .component_3efb > .progress_dim_d435 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .component_3efb > .sidebar-07b0 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .component_3efb > .stone_2737 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .component_3efb
  > :where(:not(.progress_dim_d435):not(.sidebar-07b0):not(.title-basic-d3fe)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .component_3efb > .wide_84ac {
  max-width: var(--wp--style--global--wide-size);
}
body .soft_5106 {
  display: flex;
}
body .soft_5106 {
  flex-wrap: wrap;
  align-items: center;
}
body .soft_5106 > * {
  margin: 0;
}
body .overlay_focused_ce33 {
  display: grid;
}
body .overlay_focused_ce33 > * {
  margin: 0;
}
:where(.top_4e4a.soft_5106) {
  gap: 2em;
}
:where(.top_4e4a.overlay_focused_ce33) {
  gap: 2em;
}
:where(.blue_8d5f.soft_5106) {
  gap: 1.25em;
}
:where(.blue_8d5f.overlay_focused_ce33) {
  gap: 1.25em;
}
.wide-5b2e {
  color: var(--wp--preset--color--black) !important;
}
.pro_0a77 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.red_ef55 {
  color: var(--wp--preset--color--white) !important;
}
.new-0100 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.avatar_paper_001d {
  color: var(--wp--preset--color--vivid-red) !important;
}
.static-e02a {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.east-51fb {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.iron_78b0 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.progress-18d9 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.outline_over_a0f4 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.highlight_e726 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.green-0682 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.black_7044 {
  background-color: var(--wp--preset--color--black) !important;
}
.pagination-slow-3638 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.media-2150 {
  background-color: var(--wp--preset--color--white) !important;
}
.thumbnail-current-8ae1 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.upper_1e96 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.picture-c559 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.notice_ec55 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.sidebar-f583 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.easy-04d4 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.card_f1c8 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.detail-advanced-4764 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.disabled_soft_af61 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.slider_wood_c651 {
  border-color: var(--wp--preset--color--black) !important;
}
.carousel-large-ea0a {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.image_e46a {
  border-color: var(--wp--preset--color--white) !important;
}
.background-ec62 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.list_586a {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.basic_98a5 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.overlay-iron-1e5d {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.info-4915 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.notice_iron_03b8 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.preview-25aa {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.tabs_e180 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.selected-f6a4 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.preview_f7ce {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.background-middle-4c78 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.active_under_7bd4 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.block_medium_df33 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.image-huge-3664 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.black_bec5 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.light-b7be {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.banner_south_f434 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.logo_small_1eb9 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.element_c9f6 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.texture-huge-fda5 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.rough_8fdc {
  background: var(--wp--preset--gradient--midnight) !important;
}
.secondary-green-13b2 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.highlight-bottom-38c3 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.outline_out_7651 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.photo_clean_2521 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.component-orange-63ce a:where(:not(.clean-ce99)) {
  color: inherit;
}
:where(.blue_8d5f.soft_5106) {
  gap: 1.25em;
}
:where(.blue_8d5f.overlay_focused_ce33) {
  gap: 1.25em;
}
:where(.top_4e4a.soft_5106) {
  gap: 2em;
}
:where(.top_4e4a.overlay_focused_ce33) {
  gap: 2em;
}
.sidebar_huge_c99a {
  font-size: 1.5em;
  line-height: 1.6;
}

.tooltip-6290 .dark_385d {
  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);
}
.hover_huge_90e0 .frame-d258 {
  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);
}
.row-prev-a20d {
  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);
}
.row-prev-a20d.backdrop_92ad .west-c791 {
  background-color: var(--e-global-color-primary);
}
.row-prev-a20d.prev_becc .west-c791,
.row-prev-a20d.fluid_3325 .west-c791 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.paper_def2 .background_easy_e0ff {
  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);
}
.left_1688 {
  --divider-color: var(--e-global-color-secondary);
}
.left_1688 .soft-0753 {
  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);
}
.left_1688.dynamic_c13a .dynamic-cd69 {
  background-color: var(--e-global-color-secondary);
}
.left_1688.bronze-cffb .dynamic-cd69,
.left_1688.form-large-4e1e .dynamic-cd69 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.left_1688.bronze-cffb .dynamic-cd69,
.left_1688.form-large-4e1e .dynamic-cd69 svg {
  fill: var(--e-global-color-secondary);
}
.secondary_66b3 .preview_3a74 {
  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);
}
.secondary_66b3 .aside-stone-6d35 {
  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);
}
.up-080b.dynamic_c13a .dynamic-cd69 {
  background-color: var(--e-global-color-primary);
}
.up-080b.bronze-cffb .dynamic-cd69,
.up-080b.form-large-4e1e .dynamic-cd69 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.up-080b.bronze-cffb .dynamic-cd69,
.up-080b.form-large-4e1e .dynamic-cd69 svg {
  fill: var(--e-global-color-primary);
}
.backdrop-dirty-8422.dynamic_c13a .dynamic-cd69 {
  background-color: var(--e-global-color-primary);
}
.backdrop-dirty-8422.bronze-cffb .dynamic-cd69,
.backdrop-dirty-8422.form-large-4e1e .dynamic-cd69 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.backdrop-dirty-8422 .narrow_9c3b {
  color: var(--e-global-color-primary);
}
.backdrop-dirty-8422 .narrow_9c3b,
.backdrop-dirty-8422 .narrow_9c3b a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.backdrop-dirty-8422 .component-warm-e392 {
  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);
}
.section_740e .purple-d927 {
  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);
}
.in-910a .west-61c0 .focus_b3ca {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.active-64fa .panel_hard_d3eb:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.active-64fa .info_7d42 i {
  color: var(--e-global-color-primary);
}
.active-64fa .info_7d42 svg {
  fill: var(--e-global-color-primary);
}
.active-64fa .info_5833 {
  color: var(--e-global-color-secondary);
}
.active-64fa .panel_hard_d3eb > .info_5833,
.active-64fa .panel_hard_d3eb > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-b03d .box-3ee6 {
  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);
}
.right-b03d .mask-9ec5 {
  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);
}
.grid-clean-f931 .simple-5510 .red_30b0 {
  background-color: var(--e-global-color-primary);
}
.grid-clean-f931 .block-6170 {
  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);
}
.media-8e20 .mask_brown_7173 {
  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);
}
.media-8e20 .pattern_center_37e0 {
  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);
}
.media-8e20 .dark_8cff {
  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);
}
.aside_dark_ca5b .slow_846b,
.aside_dark_ca5b .slow_846b a {
  color: var(--e-global-color-primary);
}
.aside_dark_ca5b .slow_846b.huge_2d82,
.aside_dark_ca5b .slow_846b.huge_2d82 a {
  color: var(--e-global-color-accent);
}
.aside_dark_ca5b .slow_846b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_dark_ca5b .banner-c013 {
  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);
}
.button-6cc7 .tertiary-center-ec51,
.button-6cc7 .overlay_outer_69a4 {
  color: var(--e-global-color-primary);
}
.button-6cc7 .tertiary-center-ec51 svg {
  fill: var(--e-global-color-primary);
}
.button-6cc7 .huge_2d82 .tertiary-center-ec51,
.button-6cc7 .huge_2d82 .overlay_outer_69a4 {
  color: var(--e-global-color-accent);
}
.button-6cc7 .huge_2d82 .tertiary-center-ec51 svg {
  fill: var(--e-global-color-accent);
}
.button-6cc7 .overlay_outer_69a4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button-6cc7 .banner-c013 {
  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);
}
.texture_2696 .dark-a504,
.texture_2696 .row-bronze-a05e {
  color: var(--e-global-color-primary);
}
.texture_2696 .row-bronze-a05e svg {
  fill: var(--e-global-color-primary);
}
.texture_2696 .slow_846b.huge_2d82 a,
.texture_2696
  .slow_846b.huge_2d82
  .row-bronze-a05e {
  color: var(--e-global-color-accent);
}
.texture_2696 .dark-a504 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture_2696 .banner-c013 {
  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);
}
.paragraph-2543 .component_4919 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paragraph-2543 .inner_a0ca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border-5c0c .notice_9375 .button-f47c {
  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);
}
.border-5c0c .notice_9375 .accent-center-548d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border-5c0c .wide_33b6 .button-f47c {
  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);
}
.border-5c0c
  .wide_33b6
  .accent-center-548d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border-5c0c
  .element-bright-627a
  .button-f47c {
  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);
}
.border-5c0c
  .element-bright-627a
  .accent-center-548d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border-5c0c
  .silver-d0bf
  .button-f47c {
  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);
}
.border-5c0c
  .silver-d0bf
  .accent-center-548d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-6d8c .image_cool_5efe {
  background-color: var(--e-global-color-primary);
}
.article-6d8c .image_cool_5efe:hover {
  background-color: var(--e-global-color-primary);
}
.article-6d8c .container-1e09 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article-6d8c
  .image_cool_5efe:hover
  .container-1e09 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.disabled-red-03be .highlight-bottom-abf7 {
  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);
}
.orange-7795 .simple-c0a8 .next-5ab8 a {
  background-color: var(--e-global-color-accent);
}
.orange-7795 .simple-c0a8 .layout_hot_ef45 a {
  background-color: var(--e-global-color-accent);
}
.orange-7795 .simple-c0a8 .next-5ab8 a,
.orange-7795 .simple-c0a8 .layout_hot_ef45 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-out-80f0
  .gallery_middle_8a42.chip-382f
  .simple-c0a8
  a.selected-84b5 {
  background-color: var(--e-global-color-accent);
}
.hover-out-80f0
  .gallery_middle_8a42.chip-382f
  .simple-c0a8
  span.selected-84b5.fn-current-2399 {
  background-color: var(--e-global-color-text);
}
.hover-out-80f0
  .gallery_middle_8a42.chip-382f
  .simple-c0a8
  .selected-84b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_steel_33aa .surface_fb13 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_steel_33aa
  .summary-stale-d8ca
  > .hard-1485
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_steel_33aa
  .button_static_fed6
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_steel_33aa
  .complex_39cc
  .cool-efb6,
.secondary_steel_33aa
  .complex_39cc
  .old-f21f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.secondary_steel_33aa
  .complex_39cc
  .advanced_9151,
.secondary_steel_33aa
  .complex_39cc
  a
  .advanced_9151 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_steel_33aa
  .complex_39cc
  .block-hovered-b425 {
  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);
}
.secondary_steel_33aa
  .complex_39cc
  .west-32f1 {
  background-color: var(--e-global-color-primary);
}
.secondary_steel_33aa
  .complex_39cc
  .west-32f1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_steel_33aa
  .complex_39cc
  .west-32f1:hover {
  background-color: var(--e-global-color-primary);
}
.secondary_steel_33aa
  .complex_39cc
  .outer_73da {
  background-color: var(--e-global-color-primary);
}
.secondary_steel_33aa
  .complex_39cc
  .outer_73da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_steel_33aa
  .complex_39cc
  .outer_73da:hover {
  background-color: var(--e-global-color-primary);
}
.secondary_steel_33aa
  .block_38df
  .title-white-d90e
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.secondary_steel_33aa
  .block_38df
  .border_598b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_steel_33aa
  .block_38df
  .block-hovered-b425 {
  color: var(--e-global-color-text);
}
.secondary_steel_33aa
  .block_38df
  .block-hovered-b425
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_steel_33aa
  .block_38df
  .west-32f1 {
  background-color: var(--e-global-color-primary);
}
.secondary_steel_33aa
  .block_38df
  .west-32f1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_steel_33aa
  .block_38df
  .west-32f1:hover {
  background-color: var(--e-global-color-primary);
}
.secondary_steel_33aa
  .block_38df
  .outer_73da {
  background-color: var(--e-global-color-primary);
}
.secondary_steel_33aa
  .block_38df
  .outer_73da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_steel_33aa
  .block_38df
  .outer_73da:hover {
  background-color: var(--e-global-color-primary);
}
.secondary_steel_33aa .modal_d49b {
  background-color: var(--e-global-color-primary);
}
.secondary_steel_33aa .modal_d49b:hover {
  background-color: var(--e-global-color-primary);
}
.secondary_steel_33aa .article-1e2f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.secondary_steel_33aa .caption-2bbc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video-0ea8 .first-7c1d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video-0ea8
  .iron-2922
  > div:nth-child(3)
  .first-7c1d,
.video-0ea8
  .mini_3ccd
  > div:nth-child(1)
  .first-7c1d,
.video-0ea8
  .hero_764f
  > div:nth-child(1)
  .first-7c1d,
.video-0ea8
  .highlight-over-ca1f
  > div:nth-child(1)
  .first-7c1d,
.video-0ea8
  .active-6cb3
  > div:nth-child(1)
  .first-7c1d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video-0ea8 .dynamic_a2f1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-0ea8 .article_red_0830 {
  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);
}
.video-0ea8 .action-ccf2 {
  background-color: var(--e-global-color-primary);
}
.video-0ea8 .action-ccf2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-0ea8 .action-ccf2:hover {
  background-color: var(--e-global-color-primary);
}
.video-0ea8 .logo_9db6 {
  background-color: var(--e-global-color-primary);
}
.video-0ea8 .logo_9db6:hover {
  background-color: var(--e-global-color-primary);
}
.video-0ea8 .article-1e2f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video-0ea8 .caption-2bbc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status-c6a7 .outer-65b9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status-c6a7 .pattern_dim_3614 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status-c6a7 .column-91aa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status-c6a7 .brown-1ec3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status-c6a7 .under-f81f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status-c6a7 .logo_9db6 {
  background-color: var(--e-global-color-primary);
}
.status-c6a7 .logo_9db6:hover {
  background-color: var(--e-global-color-primary);
}
.narrow-c0ae .pressed-c99a {
  background-color: var(--e-global-color-secondary);
}
.narrow-c0ae .red_9d8d {
  background-color: var(--e-global-color-text);
}
.narrow-c0ae .blue-7e43 {
  background-color: var(--e-global-color-secondary);
}
.narrow-c0ae .logo_narrow_0d8c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow-c0ae .icon_soft_8055 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow-c0ae .grid-c611 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow-c0ae .menu_5a8f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow-c0ae .accordion-pink-cce0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_fbe0 .first-4b4d .lower-5a34,
.card_fbe0
  .first-4b4d
  .lower-5a34
  a,
.card_fbe0 .overlay-06af {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_fbe0 .first-4b4d .media-b6e6,
.card_fbe0 .layout_3e39 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_fbe0 .first-4b4d .media-b6e6 {
  color: var(--e-global-color-text);
}
.card_fbe0 .layout_3e39 {
  color: var(--e-global-color-text);
}
.card_fbe0
  .first-4b4d
  .shade-0311 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.card_fbe0 .current_2b83 .tag-20ac {
  background-color: var(--e-global-color-primary);
}
.card_fbe0 .current_2b83 .tag-20ac:hover {
  background-color: var(--e-global-color-primary);
}
.card_fbe0 .current_2b83 .prev-70ef li span {
  background-color: var(--e-global-color-text);
}
.card_fbe0 .current_2b83 .prev-70ef li span:hover {
  background-color: var(--e-global-color-primary);
}
.card_fbe0
  .current_2b83
  .prev-70ef
  li.active_c463
  span {
  background-color: var(--e-global-color-accent);
}
.card_fbe0 .advanced_d41f span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort-beca .action-652b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_1ab9 .glass_aa22 {
  background-color: var(--e-global-color-primary);
}
.border_1ab9 .tertiary-glass-dc9a {
  background-color: var(--e-global-color-secondary);
}
.border_1ab9 .selected_92f7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border_1ab9 .gallery-953b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border_1ab9 .sidebar-lite-abba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border_1ab9 .active-a8b9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border_1ab9 .icon_9862 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border_1ab9 .content_dirty_645c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border_1ab9 .alert-6b1d {
  background-color: var(--e-global-color-primary);
}
.border_1ab9 .alert-6b1d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status-42c7 .photo-right-78f8 {
  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);
}
.status-42c7 .panel_down_e913 {
  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);
}
.status-42c7
  .footer-fresh-fdec:after {
  background-color: var(--e-global-color-primary);
}
.status-42c7 .cool-9a54 {
  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);
}
.border_smooth_24fc .overlay-06af {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border_smooth_24fc .layout_3e39 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview_dab7 .grid_0cb2 .wrapper-basic-c12d {
  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);
}
.preview_dab7 .grid_0cb2 .right-0464 {
  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);
}
.layout-yellow-0485 .alert_d7aa {
  background-color: var(--e-global-color-primary);
}
.layout-yellow-0485 .large_9bb8 {
  background-color: var(--e-global-color-secondary);
}
.layout-yellow-0485 .pro-4db5 .east_beb6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout-yellow-0485 .breadcrumb_under_1101 .east_beb6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.icon-middle-8d8b .disabled-60ec .dark_1e97 {
  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);
}
.icon-middle-8d8b .disabled-60ec .red-346d {
  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);
}
.icon-middle-8d8b .disabled-60ec .avatar-e61b {
  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);
}
.icon-center-8f5d .list_b532 {
  border-color: var(--e-global-color-text);
}
.icon-center-8f5d .preview_dirty_354c {
  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);
}
.icon-center-8f5d .nav_98a8 {
  color: var(--e-global-color-primary);
}
.icon-center-8f5d .disabled-e9c7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.backdrop_wood_443f .banner-efd3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.backdrop_wood_443f .message-basic-8f60 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.backdrop_wood_443f .prev_c1c1:hover .banner-efd3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.backdrop_wood_443f
  .prev_c1c1:hover
  .message-basic-8f60 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.prev_fd87 .row_pro_3973 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.prev_fd87 .under_8b5c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-476d .highlight_lower_4979 .popup-f5bd {
  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);
}
.overlay-476d .card_d4e1 .popup-f5bd {
  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);
}
.yellow-ac20 .badge_huge_2c98 {
  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);
}
.alert_hard_f500 .filter-9f9d .huge-dc8c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.alert_hard_f500 .filter-9f9d .huge-dc8c {
  background-color: var(--e-global-color-secondary);
}
.alert_hard_f500 .list_2523 .huge-dc8c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.alert_hard_f500 .list_2523 .huge-dc8c {
  background-color: var(--e-global-color-secondary);
}
.alert_hard_f500 .card-d18c .hovered_4fa9 {
  background-color: var(--e-global-color-primary);
}
.alert_hard_f500 .card-d18c:hover .hovered_4fa9 {
  background-color: var(--e-global-color-secondary);
}
.alert_hard_f500 .tag-20ac {
  background-color: var(--e-global-color-primary);
}
.alert_hard_f500 .tag-20ac:hover {
  background-color: var(--e-global-color-accent);
}
.alert_hard_f500 .prev-70ef li span {
  background-color: var(--e-global-color-text);
}
.alert_hard_f500 .prev-70ef li span:hover {
  background-color: var(--e-global-color-primary);
}
.alert_hard_f500 .prev-70ef li.active_c463 span {
  background-color: var(--e-global-color-accent);
}
.smooth-74fe .background_north_be90 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.smooth-74fe .static-89f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red_6460 .text-slow-d126:before {
  background-color: var(--e-global-color-secondary);
}
.red_6460 .header-0a08 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red_6460 .title-pro-0a8f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header_7244 .card_6d54 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header_7244 .card_6d54:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header_7244 .card_6d54.fn-active-2399 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header_7244 .article_focused_1709 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_7244 .static-2b79 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_7244 .wrapper-e19b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_7244 .secondary_f6bc {
  background-color: var(--e-global-color-primary);
}
.header_7244 .secondary_f6bc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.header_7244 .hover-4f14 {
  background-color: var(--e-global-color-primary);
}
.header_7244 .hover-4f14 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.basic-0363 .aside-fda2 .modal_a54b a {
  color: var(--e-global-color-secondary);
}
.basic-0363 .aside-fda2 .modal_a54b a:hover {
  color: var(--e-global-color-secondary);
}
.basic-0363 .aside-fda2 .modal_a54b,
.basic-0363 .aside-fda2 .modal_a54b a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.basic-0363 .aside-fda2 .wide-4c94 {
  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);
}
.basic-0363 .aside-fda2 .purple_1cf7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.basic-0363 .aside-fda2 .container_8953 {
  background-color: var(--e-global-color-primary);
}
.basic-0363 .aside-fda2 .container_8953 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.basic-0363 .aside-fda2 .container_8953:hover {
  background-color: var(--e-global-color-primary);
}
.basic-0363 .aside-fda2 .element-paper-e1fd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.basic-0363 .aside-fda2 .element-paper-e1fd {
  background-color: var(--e-global-color-primary);
}
.basic-0363 .aside-fda2 .element-paper-e1fd:hover {
  background-color: var(--e-global-color-primary);
}
.basic-0363 .aside-fda2 .tag-20ac {
  background-color: var(--e-global-color-primary);
}
.basic-0363 .aside-fda2 .tag-20ac:hover {
  background-color: var(--e-global-color-primary);
}
.basic-0363 .current_2b83 .prev-70ef li span {
  background-color: var(--e-global-color-text);
}
.basic-0363 .current_2b83 .prev-70ef li span:hover {
  background-color: var(--e-global-color-primary);
}
.basic-0363 .current_2b83 .prev-70ef li.active_c463 span {
  background-color: var(--e-global-color-accent);
}
.basic-0363 .article-1e2f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.basic-0363 .caption-2bbc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar-motion-3ec9 .badge_tiny_28cb .popup-pro-d5c3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar-motion-3ec9 .badge_tiny_28cb .outline-cf1d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-motion-3ec9 .badge_tiny_28cb .gallery-hovered-7976 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_west_2f8c .info-small-e4a6 {
  border-color: var(--e-global-color-text);
}
.label_west_2f8c .surface-7ff2 {
  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);
}
.label_west_2f8c .card-53b3 {
  color: var(--e-global-color-secondary);
}
.label_west_2f8c .card-53b3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_west_2f8c .accent-hot-a19d > * {
  color: var(--e-global-color-primary);
}
.label_west_2f8c .accent-hot-a19d > * svg {
  fill: var(--e-global-color-primary);
}
.label_west_2f8c .gradient_ac66 {
  color: var(--e-global-color-primary);
}
.label_west_2f8c .gradient_ac66 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.label_west_2f8c .stale-f2ef {
  color: var(--e-global-color-primary);
}
.label_west_2f8c .stale-f2ef {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.label_west_2f8c .accent_9e46 {
  color: var(--e-global-color-primary);
}
.label_west_2f8c .accent_9e46 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_west_2f8c .form_6bd5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_west_2f8c .rough-bd45 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_west_2f8c .rough-bd45.header-9c3f {
  color: var(--e-global-color-secondary);
}
.label_west_2f8c .rough-bd45.header-9c3f .module-current-536f {
  color: var(--e-global-color-accent);
}
.label_west_2f8c .rough-bd45.prev_2942 {
  color: var(--e-global-color-text);
}
.label_west_2f8c .rough-bd45.prev_2942 .module-current-536f {
  color: var(--e-global-color-text);
}
.label_west_2f8c .rough-bd45:before {
  border-top-color: var(--e-global-color-text);
}
.label_west_2f8c .alert-short-9fbf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_west_2f8c
  .alert-short-9fbf
  .carousel-eab0 {
  background-color: var(--e-global-color-primary);
}
.label_west_2f8c
  .alert-short-9fbf
  .carousel-eab0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.label_west_2f8c .info-small-e4a6 .dim_ed56 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop_inner_c6b2 .up-db16 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.backdrop_inner_c6b2 .primary_1827 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider_clean_1941 .short_c44f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider_clean_1941
  .row_fresh_22e8
  .bronze_04e3 {
  background-color: var(--e-global-color-secondary);
}
.slider_clean_1941
  .row_fresh_22e8.hidden_7fb3
  .bronze_04e3 {
  background-color: var(--e-global-color-text);
}
.slider_clean_1941
  .row_fresh_22e8:hover
  .bronze_04e3 {
  background-color: var(--e-global-color-accent);
}
.slider_clean_1941
  .row_fresh_22e8.fn-active-2399
  .bronze_04e3 {
  background-color: var(--e-global-color-primary);
}
.thumbnail_b357 .progress_center_453c {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.thumbnail_b357 .component-tiny-b8bd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail_b357 .action-6f2f {
  background-color: var(--e-global-color-primary);
}
.thumbnail_b357 .action-6f2f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item-warm-d9dd .alert-gas-ba01 .left_8221 .small_69f2 {
  background-color: var(--e-global-color-secondary);
}
.item-warm-d9dd .alert-gas-ba01 .detail-d6f5:after {
  background-color: var(--e-global-color-secondary);
}
.item-warm-d9dd .texture_tall_abdf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item-warm-d9dd .hot-1321 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item-warm-d9dd .label_9ead {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item-warm-d9dd .footer_green_89fc {
  background-color: var(--e-global-color-primary);
}
.item-warm-d9dd .footer_green_89fc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item-warm-d9dd .row_motion_f4d6 {
  background-color: var(--e-global-color-secondary);
}
.item-warm-d9dd .row_motion_f4d6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item-warm-d9dd .alert-gas-ba01 .clean-06b9 .header_green_9435:hover {
  background-color: var(--e-global-color-primary);
}
.item-warm-d9dd
  .alert-gas-ba01
  .clean-06b9
  .header_green_9435.picture-d10a {
  background-color: var(--e-global-color-primary);
}
.item-warm-d9dd .alert-gas-ba01 .shadow_349f:before {
  border-color: var(--e-global-color-primary);
}
.item-warm-d9dd .alert-gas-ba01 .shadow_349f:hover:before {
  border-color: var(--e-global-color-secondary);
}
.item-warm-d9dd
  .alert-gas-ba01
  .shadow_349f.upper_080c:before {
  border-color: var(--e-global-color-primary);
}
.item-warm-d9dd .picture-fixed-8d52 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.first_613a .message-280a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first_613a .message-280a:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first_613a .message-280a.chip-f19d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first_613a .link_bronze_89a2 {
  background-color: var(--e-global-color-primary);
}
.first_613a .link_bronze_89a2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first_613a
  .highlight_wood_4ff4
  .secondary-294a
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first_613a
  .link_east_1396
  .secondary-294a
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dropdown_in_d6a8
  .panel_complex_c0c2
  .frame_prev_50d0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_in_d6a8
  .panel_complex_c0c2
  .column-first-9085 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_in_d6a8 .alert_outer_1024 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_in_d6a8 .form_silver_3738 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown_in_d6a8 .focus_6c9c {
  background-color: var(--e-global-color-primary);
}
.dropdown_in_d6a8 .focus_6c9c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip_06b5 .block-fe13 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_06b5 .info_3e1b {
  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);
}
.tooltip_06b5 .gradient-1dd6 {
  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);
}
.tooltip_06b5 .gradient-1dd6 a:hover {
  color: var(--e-global-color-secondary);
}
.tooltip_06b5 .border-glass-1177 {
  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);
}
.tooltip_06b5 .accent-pressed-3c5f {
  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);
}
.tooltip_06b5 .chip-70b5 .tag-20ac {
  background-color: var(--e-global-color-primary);
}
.tooltip_06b5 .chip-70b5 .tag-20ac:hover {
  background-color: var(--e-global-color-accent);
}
.tooltip_06b5
  .chip-70b5
  .prev-70ef
  li
  span {
  background-color: var(--e-global-color-text);
}
.tooltip_06b5
  .chip-70b5
  .prev-70ef
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip_06b5
  .chip-70b5
  .prev-70ef
  li.active_c463
  span {
  background-color: var(--e-global-color-accent);
}
.last-d490
  .frame-a414
  .shadow-99b1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.last-d490 .frame-a414 .dark-bd2f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.last-d490 .frame-a414 .input_fixed_2cb1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last-d490 .carousel_soft_fdeb {
  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);
}
.last-d490
  .block_huge_9279.surface_082b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > a {
  background-color: var(--e-global-color-text);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > a
  .preview_3405.caption_d18a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > a
  .iron_9e20.preview_a334 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > .short-f4dc
  .label-stone-5a5a
  > a {
  background-color: var(--e-global-color-secondary);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > .short-f4dc
  .label-stone-5a5a
  > a
  .modal_b4d9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > .short-f4dc
  .label-stone-5a5a
  > a
  .iron_9e20.row-dim-5605 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > a
  .red_4796:before {
  color: var(--e-global-color-text);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > .short-f4dc
  a
  .red_4796:before {
  color: var(--e-global-color-text);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a.mini-6d46
  > a
  .red_4796:before {
  color: var(--e-global-color-text);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > .short-f4dc
  .label-stone-5a5a.mini-6d46
  > a
  .red_4796:before {
  color: var(--e-global-color-text);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > a
  .border-c93e
  .action-92bd {
  color: var(--e-global-color-text);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > .short-f4dc
  a
  .border-c93e
  .action-92bd {
  color: var(--e-global-color-text);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > a
  .border-c93e
  .action-92bd,
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > .short-f4dc
  a
  .border-c93e
  .action-92bd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > a
  .carousel_inner_ec36:before {
  color: var(--e-global-color-text);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > .short-f4dc
  a
  .carousel_inner_ec36:before {
  color: var(--e-global-color-text);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a.mini-6d46
  > a
  .carousel_inner_ec36:before {
  color: var(--e-global-color-text);
}
.component-next-e137
  > .heading-yellow-6bd4
  > div
  > .video_7e94
  > .label-stone-5a5a
  > .short-f4dc
  .label-stone-5a5a.mini-6d46
  > a
  .carousel_inner_ec36:before {
  color: var(--e-global-color-text);
}
.motion_fda6 .logo-bf77 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.motion_fda6
  .outer_f2a0:hover
  .logo-bf77 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_left_ecd0
  > .heading-yellow-6bd4
  > .paper-f129
  > .dark_c826
  > .pattern_bottom_1605
  > .heading-1eaf
  .panel_next_9350 {
  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);
}
.article_left_ecd0
  > .heading-yellow-6bd4
  > .paper-f129
  > .dark_c826
  > .pattern_bottom_1605
  > .heading-1eaf:hover
  .panel_next_9350 {
  color: var(--e-global-color-text);
}
.article_left_ecd0
  > .heading-yellow-6bd4
  > .paper-f129
  > .dark_c826
  > .pattern_bottom_1605
  > .heading-1eaf:hover
  .panel_next_9350 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_left_ecd0
  > .heading-yellow-6bd4
  > .paper-f129
  > .dark_c826
  > .pattern_bottom_1605.tooltip_d22d
  > .heading-1eaf
  .panel_next_9350 {
  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);
}
.pattern_aa75 .wood_140d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern_aa75 .list-f93c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern_aa75 .thick_fb60 {
  background-color: var(--e-global-color-primary);
}
.pattern_aa75 .thick_fb60 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs-east-0c5b
  > .heading-yellow-6bd4
  > .popup-da70
  > .image-6b2d
  > .huge_1f6d
  .border_7747 {
  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);
}
.tabs-east-0c5b
  > .heading-yellow-6bd4
  > .popup-da70
  > .image-6b2d
  > .huge_1f6d
  .container_90e8 {
  color: var(--e-global-color-text);
}
.tabs-east-0c5b
  > .heading-yellow-6bd4
  > .popup-da70
  > .image-6b2d
  > .huge_1f6d:hover
  .border_7747 {
  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);
}
.tabs-east-0c5b
  > .heading-yellow-6bd4
  > .popup-da70
  > .image-6b2d
  > .huge_1f6d:hover
  .container_90e8 {
  color: var(--e-global-color-secondary);
}
.tabs-east-0c5b
  > .heading-yellow-6bd4
  > .popup-da70
  > .image-6b2d
  > .huge_1f6d.hero_3805
  .border_7747 {
  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);
}
.tabs-east-0c5b
  > .heading-yellow-6bd4
  > .popup-da70
  > .image-6b2d
  > .huge_1f6d.hero_3805
  .container_90e8 {
  color: var(--e-global-color-primary);
}
.input_26a3
  .accordion-1784
  .wide_835e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.input_26a3 .narrow_658e .dim_ed56 .alert_white_a513 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.plasma-453a .column_top_9adc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.plasma-453a .text_short_132d .column_top_9adc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.plasma-453a .lower_2246 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.plasma-453a .lower_2246 {
  background-color: var(--e-global-color-primary);
}
.hero_7c23 .tabs_b5b7 .slider_6162 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero_7c23
  .tabs_b5b7:hover
  .aside_b033 {
  color: var(--e-global-color-secondary);
}
.hero_7c23
  .tabs_b5b7:hover
  .slider_6162 {
  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);
}
.background_large_dbeb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.header-lite-da72 {
  max-width: 1400px !important;
}

.shadow_d608 {
  flex-direction: column;
}

.shadow_d608 .secondary_light_65e6 {
  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.shadow_d608 .secondary_light_65e6 {
  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);
}

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

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

.lite_c223.focused-911f {
  display: none;
}

.badge_bfdc {
  display: none;
}

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

.fresh_f26f.header_a8fc {
  margin-bottom: 40px;
  width: 100%;
}

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

.shadow_d608 a {
  width: 100%;
}

.main-4a7a .soft_8ca2.header-c415 {
  width: 20% !important;
}

.main-light-88db {
  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; /* 字母间距 */
}

.main-light-88db: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%);
}

.main-light-88db svg {
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

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

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

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

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

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

.main-4a7a
  .soft_8ca2.hero-static-2db9
  .smooth_11ab
  .article-clean-76f9 {
  font-size: 20px !important;
}

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

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

.short_f005 h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.link_small_aa49.picture-9c6c > .light_a714 {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

.white-3eb5 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.heading-mini-2925 {
  font-size: 35px !important;
}

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

.breadcrumb-fluid-3c5c {
  width: 150px !important;
  height: 150px !important;
  max-width: none;
  border-radius: 20px;
}

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

.main-4a7a
  .soft_8ca2.short_c34a
  .image_paper_b1f2
  .mask_blue_041f {
  width: 100% !important;
}

.notification_4a3f {
  width: 500px !important;
  max-width: none;
}

.green_f2e6 {
  width: 100%;
}

.badge-6a7e {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail-0d72 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

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

  visibility: hidden;
}

.detail-0d72:hover .cool_ded1 {
  visibility: visible;
}
.detail-0d72:hover.detail-0d72::before {
  display: block;
}

.short_f005 h3 {
  color: #fff;
}

.carousel_copper_d592 {
  margin: 0;
}

.main-4a7a
  .soft_8ca2.short_c34a
  .mask_blue_041f
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.form_complex_fb59 {
  width: 100%;
}

.tooltip_hard_5683 {
  width: 100%;
}

.picture-0aea {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.tooltip_hard_5683 {
  width: 100%;
}

.sort_44c3 {
  margin-bottom: 10px !important;
}

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

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

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

.shadow_d608 .secondary_light_65e6.media-c4e1 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.shadow_d608 h1.secondary_light_65e6 {
  margin-top: 80px !important;
}

.main-4a7a .soft_8ca2.under_ed09 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.heading_ac4d img {
  width: 100%;
}

.backdrop-narrow-0db7 .banner-tall-98a3.smooth_11ab {
  justify-content: space-between;
}

.hard-9d9e {
  display: none;
}

.stone-561f .clean-8a05 {
  margin: 1px 0 !important;
}

.cold-4eb6 li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .link_small_aa49 .light_a714 {
    flex-wrap: nowrap !important;
  }
}

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

  .notification_4a3f {
    width: 100% !important;
  }
}

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

  .main-light-88db svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .backdrop-narrow-0db7 .banner-tall-98a3.smooth_11ab {
    border-bottom: 1px solid #f0c159;
  }

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

  .link_small_aa49.picture-9c6c > .light_a714 {
    gap: 15px;
    justify-content: space-between;
  }

  .main-4a7a
    .soft_8ca2.short_c34a
    .mask_blue_041f
    img {
    width: 60% !important;
  }

  .white-3eb5 {
    left: 2%;
  }

  .gradient-soft-46d8 {
    margin: 10px 0;
  }

  .shadow_d608 .clean-8a05 {
    margin: 0;
    margin-bottom: 10px;
  }

  .main-light-88db {
    font-size: 16px !important;
  }

  .heading-mini-2925 {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.shadow_d608 .secondary_light_65e6,
  .shadow_d608 .secondary_light_65e6 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .mask_blue_041f {
    justify-content: center;
  }

  .shadow_d608 .clean-8a05 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .main-4a7a .soft_8ca2.header-c415 {
    width: 75% !important;
  }

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

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

  h2.shadow_d608 .secondary_light_65e6,
  .shadow_d608 .secondary_light_65e6 {
    font-size: 30px !important;
  }

  .mask_blue_041f {
    justify-content: center;
  }

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

  .focused-e6cb
    .pro_06bf.middle_033e {
    margin: 0 !important;
  }

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

  .gradient-soft-46d8 {
    display: flex;
  }

  .menu-607d .main-light-88db {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .hero-5f44 svg {
    width: 75% !important;
    height: 75% !important;
  }

  .picture-0aea {
    justify-content: flex-end;
    gap: 1px;
  }

  .shadow_d608 h1.secondary_light_65e6 {
    margin-top: 40px !important;
  }

  .main-4a7a
    .soft_8ca2.short_c34a
    .mask_blue_041f
    img,
  .secondary_66b3 .image_paper_b1f2 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .main-4a7a .soft_8ca2.header-c415 {
    width: 100% !important;
  }

  .link_small_aa49.picture-9c6c > .light_a714 {
    gap: 3px;
  }

  .shadow_d608 .clean-8a05 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

@media (max-width: 400px) {
  .main-light-88db {
    white-space: wrap;
  }
}

/* 超紧凑型导航菜单样式 */
.backdrop-narrow-0db7 .banner-tall-98a3.smooth_11ab {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.backdrop-narrow-0db7 .banner-tall-98a3.smooth_11ab: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);
}

.article-clean-76f9 {
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #F0F8FF !important;
  font-size: 12px !important;
}

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

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

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

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

/* 图片块简化样式 */
.breadcrumb-fluid-3c5c {
  display: block;
}

/* 响应式增强 */
@media (max-width: 767px) {
  .backdrop-narrow-0db7 .banner-tall-98a3.smooth_11ab {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .shadow_d608 .secondary_light_65e6 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .main-light-88db {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.next_6572 .accordion_5c35 {
  flex-shrink: 0;
  white-space: nowrap;
}

.next_6572 .hard_fe83 {
  flex-shrink: 0;
  min-width: fit-content;
}

.next_6572 .article-clean-76f9 {
  white-space: nowrap;
}

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

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

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

.next_6572 .hard_fe83 {
  max-width: 80px !important;
  overflow: hidden;
}

.next_6572 .banner-tall-98a3.smooth_11ab {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.next_6572 .article-clean-76f9 {
  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);
  }
}

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

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

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

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

body .hidden_slow_9f1b:nth-child(2),
.main-4a7a .hidden_slow_9f1b:nth-child(2),
#page .hidden_slow_9f1b: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;
}

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

/* css-noise: 6b97 */
.widget-item-e4 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
