html {
  height: 100% !important;
}

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

body {
  --wp--preset--color--black: #fff000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--maldkfctric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.column-copper-3a65) {
  gap: 0.5em;
}
:where(.list_eca9) {
  gap: 0.5em;
}
body .breadcrumb-57da > .silver_1540 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .breadcrumb-57da > .form_3af2 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .breadcrumb-57da > .item-mini-21b0 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .outline-middle-ff4f > .silver_1540 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .outline-middle-ff4f > .form_3af2 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .outline-middle-ff4f > .item-mini-21b0 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .outline-middle-ff4f
  > :where(:not(.silver_1540):not(.form_3af2):not(.under-b5ca)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .outline-middle-ff4f > .detail-9141 {
  max-width: var(--wp--style--global--wide-size);
}
body .column-copper-3a65 {
  display: flex;
}
body .column-copper-3a65 {
  flex-wrap: wrap;
  align-items: center;
}
body .column-copper-3a65 > * {
  margin: 0;
}
body .list_eca9 {
  display: grid;
}
body .list_eca9 > * {
  margin: 0;
}
:where(.tag_f714.column-copper-3a65) {
  gap: 2em;
}
:where(.tag_f714.list_eca9) {
  gap: 2em;
}
:where(.title_c7fd.column-copper-3a65) {
  gap: 1.25em;
}
:where(.title_c7fd.list_eca9) {
  gap: 1.25em;
}
.widget-action-0cfb {
  color: var(--wp--preset--color--black) !important;
}
.basic_980e {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.backdrop-6d59 {
  color: var(--wp--preset--color--white) !important;
}
.texture-26c4 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.simple-8c13 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.last-8d27 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.column-steel-9f62 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.stone_76a1 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.section_hot_446b {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.advanced_f747 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.focus_d8f8 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.thumbnail-2fa9 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.simple_96e0 {
  background-color: var(--wp--preset--color--black) !important;
}
.slow-4da7 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.link_east_4f87 {
  background-color: var(--wp--preset--color--white) !important;
}
.panel_ca46 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.input-1454 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.modal_9567 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.stale-3c14 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.simple_ca8e {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.wide-7300 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.out-e511 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.picture_5c23 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.layout-bronze-d8fc {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.pagination-thick-1fe1 {
  border-color: var(--wp--preset--color--black) !important;
}
.stale_4df1 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.nav_bottom_3a97 {
  border-color: var(--wp--preset--color--white) !important;
}
.focus_north_96e1 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.overlay-hovered-b523 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.pressed-4e90 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.last-7149 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.content-over-b892 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.warm-aae5 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.hard_7cc9 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.panel_075f {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.clean_373c {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.module-4b76 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.huge_1bab {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.brown_7248 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.grid-fast-6afc {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.notice-14e5 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.tertiary_top_11cf {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.preview_selected_4ff1 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.disabled_6992 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.basic_ded9 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.chip-2397 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.info_249a {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.avatar_east_90f4 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.south_f565 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.surface_bright_9cb9 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.box-rough-da29 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.complex_12e8 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.icon_liquid_41dc a:where(:not(.hidden_right_3b30)) {
  color: inherit;
}
:where(.title_c7fd.column-copper-3a65) {
  gap: 1.25em;
}
:where(.title_c7fd.list_eca9) {
  gap: 1.25em;
}
:where(.tag_f714.column-copper-3a65) {
  gap: 2em;
}
:where(.tag_f714.list_eca9) {
  gap: 2em;
}
.popup-e519 {
  font-size: 1.5em;
  line-height: 1.6;
}

.layout_upper_af95 .info_aeb9 {
  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);
}
.over_2dba .pattern_bce8 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-advanced-ae9c {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-advanced-ae9c.form_543f .progress_b4e5 {
  background-color: var(--e-global-color-primary);
}
.form-advanced-ae9c.layout_2c4e .progress_b4e5,
.form-advanced-ae9c.tertiary-80b0 .progress_b4e5 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.border-thick-d6d5 .row-2d59 {
  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);
}
.shade-58f1 {
  --divider-color: var(--e-global-color-secondary);
}
.shade-58f1 .form_black_cd23 {
  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);
}
.shade-58f1.plasma_d201 .slider-slow-f134 {
  background-color: var(--e-global-color-secondary);
}
.shade-58f1.pattern_smooth_684d .slider-slow-f134,
.shade-58f1.lower-c87b .slider-slow-f134 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.shade-58f1.pattern_smooth_684d .slider-slow-f134,
.shade-58f1.lower-c87b .slider-slow-f134 svg {
  fill: var(--e-global-color-secondary);
}
.backdrop_af4d .column-left-4d8f {
  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_af4d .short-a6d7 {
  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);
}
.gallery-fd04.plasma_d201 .slider-slow-f134 {
  background-color: var(--e-global-color-primary);
}
.gallery-fd04.pattern_smooth_684d .slider-slow-f134,
.gallery-fd04.lower-c87b .slider-slow-f134 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.gallery-fd04.pattern_smooth_684d .slider-slow-f134,
.gallery-fd04.lower-c87b .slider-slow-f134 svg {
  fill: var(--e-global-color-primary);
}
.under-a910.plasma_d201 .slider-slow-f134 {
  background-color: var(--e-global-color-primary);
}
.under-a910.pattern_smooth_684d .slider-slow-f134,
.under-a910.lower-c87b .slider-slow-f134 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.under-a910 .video-7ccc {
  color: var(--e-global-color-primary);
}
.under-a910 .video-7ccc,
.under-a910 .video-7ccc a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.under-a910 .cold_478b {
  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);
}
.tooltip_ee74 .overlay_8e01 {
  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);
}
.dirty_c900 .box_motion_29eb .accent-lite-0215 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status-outer-04a3 .large_7fc6:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.status-outer-04a3 .dropdown_5d22 i {
  color: var(--e-global-color-primary);
}
.status-outer-04a3 .dropdown_5d22 svg {
  fill: var(--e-global-color-primary);
}
.status-outer-04a3 .paragraph-selected-69e0 {
  color: var(--e-global-color-secondary);
}
.status-outer-04a3 .large_7fc6 > .paragraph-selected-69e0,
.status-outer-04a3 .large_7fc6 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame_5c27 .tiny_77ad {
  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);
}
.frame_5c27 .primary-basic-c9e4 {
  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);
}
.old-12ac .middle-c8de .stale_c996 {
  background-color: var(--e-global-color-primary);
}
.old-12ac .table_1ba0 {
  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);
}
.white_9478 .down_5eb5 {
  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);
}
.white_9478 .photo_fixed_5990 {
  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);
}
.white_9478 .hovered_1897 {
  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);
}
.green-d86b .column_pink_f706,
.green-d86b .column_pink_f706 a {
  color: var(--e-global-color-primary);
}
.green-d86b .column_pink_f706.wide_1803,
.green-d86b .column_pink_f706.wide_1803 a {
  color: var(--e-global-color-accent);
}
.green-d86b .column_pink_f706 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.green-d86b .pattern-6a75 {
  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);
}
.popup-000d .primary_9368,
.popup-000d .pro_16c1 {
  color: var(--e-global-color-primary);
}
.popup-000d .primary_9368 svg {
  fill: var(--e-global-color-primary);
}
.popup-000d .wide_1803 .primary_9368,
.popup-000d .wide_1803 .pro_16c1 {
  color: var(--e-global-color-accent);
}
.popup-000d .wide_1803 .primary_9368 svg {
  fill: var(--e-global-color-accent);
}
.popup-000d .pro_16c1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup-000d .pattern-6a75 {
  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);
}
.plasma_df64 .primary_6cf6,
.plasma_df64 .hard_420d {
  color: var(--e-global-color-primary);
}
.plasma_df64 .hard_420d svg {
  fill: var(--e-global-color-primary);
}
.plasma_df64 .column_pink_f706.wide_1803 a,
.plasma_df64
  .column_pink_f706.wide_1803
  .hard_420d {
  color: var(--e-global-color-accent);
}
.plasma_df64 .primary_6cf6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.plasma_df64 .pattern-6a75 {
  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);
}
.filter_green_ac6e .tooltip_prev_1735 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter_green_ac6e .column-b7d1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu-a985 .nav-slow-3471 .notice-plasma-5655 {
  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);
}
.menu-a985 .nav-slow-3471 .widget_in_f639 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu-a985 .list-wood-c839 .notice-plasma-5655 {
  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);
}
.menu-a985
  .list-wood-c839
  .widget_in_f639 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu-a985
  .pattern_75f0
  .notice-plasma-5655 {
  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);
}
.menu-a985
  .pattern_75f0
  .widget_in_f639 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu-a985
  .column_8c4d
  .notice-plasma-5655 {
  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);
}
.menu-a985
  .column_8c4d
  .widget_in_f639 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-96fe .highlight-3168 {
  background-color: var(--e-global-color-primary);
}
.detail-96fe .highlight-3168:hover {
  background-color: var(--e-global-color-primary);
}
.detail-96fe .aside-center-b996 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.detail-96fe
  .highlight-3168:hover
  .aside-center-b996 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button_1bb9 .link_green_eb0c {
  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);
}
.info_4926 .heading-fast-2af2 .fixed_3445 a {
  background-color: var(--e-global-color-accent);
}
.info_4926 .heading-fast-2af2 .steel-0edf a {
  background-color: var(--e-global-color-accent);
}
.info_4926 .heading-fast-2af2 .fixed_3445 a,
.info_4926 .heading-fast-2af2 .steel-0edf a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough-9000
  .short-77dd.box-outer-5061
  .heading-fast-2af2
  a.new_03da {
  background-color: var(--e-global-color-accent);
}
.rough-9000
  .short-77dd.box-outer-5061
  .heading-fast-2af2
  span.new_03da.fn-current-84a5 {
  background-color: var(--e-global-color-text);
}
.rough-9000
  .short-77dd.box-outer-5061
  .heading-fast-2af2
  .new_03da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-hovered-feaa .secondary_7b68 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-hovered-feaa
  .tabs_00ab
  > .slow-aa65
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-hovered-feaa
  .highlight-active-67d1
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-hovered-feaa
  .large_2271
  .summary_old_0133,
.popup-hovered-feaa
  .large_2271
  .video_0863 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup-hovered-feaa
  .large_2271
  .progress_top_4d42,
.popup-hovered-feaa
  .large_2271
  a
  .progress_top_4d42 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-hovered-feaa
  .large_2271
  .first-9074 {
  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);
}
.popup-hovered-feaa
  .large_2271
  .cool-a3dc {
  background-color: var(--e-global-color-primary);
}
.popup-hovered-feaa
  .large_2271
  .cool-a3dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-hovered-feaa
  .large_2271
  .cool-a3dc:hover {
  background-color: var(--e-global-color-primary);
}
.popup-hovered-feaa
  .large_2271
  .steel-ab65 {
  background-color: var(--e-global-color-primary);
}
.popup-hovered-feaa
  .large_2271
  .steel-ab65 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-hovered-feaa
  .large_2271
  .steel-ab65:hover {
  background-color: var(--e-global-color-primary);
}
.popup-hovered-feaa
  .clean-0cfb
  .feature_dd80
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup-hovered-feaa
  .clean-0cfb
  .row-8bba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-hovered-feaa
  .clean-0cfb
  .first-9074 {
  color: var(--e-global-color-text);
}
.popup-hovered-feaa
  .clean-0cfb
  .first-9074
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-hovered-feaa
  .clean-0cfb
  .cool-a3dc {
  background-color: var(--e-global-color-primary);
}
.popup-hovered-feaa
  .clean-0cfb
  .cool-a3dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-hovered-feaa
  .clean-0cfb
  .cool-a3dc:hover {
  background-color: var(--e-global-color-primary);
}
.popup-hovered-feaa
  .clean-0cfb
  .steel-ab65 {
  background-color: var(--e-global-color-primary);
}
.popup-hovered-feaa
  .clean-0cfb
  .steel-ab65 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-hovered-feaa
  .clean-0cfb
  .steel-ab65:hover {
  background-color: var(--e-global-color-primary);
}
.popup-hovered-feaa .motion-fec7 {
  background-color: var(--e-global-color-primary);
}
.popup-hovered-feaa .motion-fec7:hover {
  background-color: var(--e-global-color-primary);
}
.popup-hovered-feaa .image_9875 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup-hovered-feaa .narrow-6614 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content-6b8e .carousel-focused-7194 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content-6b8e
  .section-3715
  > div:nth-child(3)
  .carousel-focused-7194,
.content-6b8e
  .info-warm-704f
  > div:nth-child(1)
  .carousel-focused-7194,
.content-6b8e
  .pro_fbde
  > div:nth-child(1)
  .carousel-focused-7194,
.content-6b8e
  .last_ed9c
  > div:nth-child(1)
  .carousel-focused-7194,
.content-6b8e
  .gallery-6516
  > div:nth-child(1)
  .carousel-focused-7194 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content-6b8e .block_c619 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content-6b8e .accent_middle_8e0f {
  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-6b8e .pagination-clean-d9b8 {
  background-color: var(--e-global-color-primary);
}
.content-6b8e .pagination-clean-d9b8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content-6b8e .pagination-clean-d9b8:hover {
  background-color: var(--e-global-color-primary);
}
.content-6b8e .dim_8ad7 {
  background-color: var(--e-global-color-primary);
}
.content-6b8e .dim_8ad7:hover {
  background-color: var(--e-global-color-primary);
}
.content-6b8e .image_9875 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content-6b8e .narrow-6614 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form_gas_f92f .form-2bfd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form_gas_f92f .breadcrumb_wide_0d16 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_gas_f92f .logo_edbe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_gas_f92f .filter_7c06 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_gas_f92f .avatar-wood-0375 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_gas_f92f .dim_8ad7 {
  background-color: var(--e-global-color-primary);
}
.form_gas_f92f .dim_8ad7:hover {
  background-color: var(--e-global-color-primary);
}
.image-3fcf .icon_66c5 {
  background-color: var(--e-global-color-secondary);
}
.image-3fcf .disabled-9966 {
  background-color: var(--e-global-color-text);
}
.image-3fcf .video_8fe0 {
  background-color: var(--e-global-color-secondary);
}
.image-3fcf .overlay_under_a429 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image-3fcf .primary_tiny_0a90 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-3fcf .mask_778d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-3fcf .breadcrumb_de7b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-3fcf .outline-2761 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner-3c57 .green-d796 .layout-lite-b775,
.banner-3c57
  .green-d796
  .layout-lite-b775
  a,
.banner-3c57 .content_soft_841c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner-3c57 .green-d796 .thumbnail-89ec,
.banner-3c57 .gas_906a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner-3c57 .green-d796 .thumbnail-89ec {
  color: var(--e-global-color-text);
}
.banner-3c57 .gas_906a {
  color: var(--e-global-color-text);
}
.banner-3c57
  .green-d796
  .tooltip-4a69 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.banner-3c57 .frame-gold-5ea5 .box_next_f080 {
  background-color: var(--e-global-color-primary);
}
.banner-3c57 .frame-gold-5ea5 .box_next_f080:hover {
  background-color: var(--e-global-color-primary);
}
.banner-3c57 .frame-gold-5ea5 .gradient-d188 li span {
  background-color: var(--e-global-color-text);
}
.banner-3c57 .frame-gold-5ea5 .gradient-d188 li span:hover {
  background-color: var(--e-global-color-primary);
}
.banner-3c57
  .frame-gold-5ea5
  .gradient-d188
  li.component-gold-205c
  span {
  background-color: var(--e-global-color-accent);
}
.banner-3c57 .footer_bbb9 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-e1d1 .button-solid-d0f7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside_faf9 .focus_small_75c9 {
  background-color: var(--e-global-color-primary);
}
.aside_faf9 .column-9e2f {
  background-color: var(--e-global-color-secondary);
}
.aside_faf9 .shade_old_c778 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_faf9 .accordion-gas-9cc4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_faf9 .border_bright_e7cb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_faf9 .heading_west_1b3b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_faf9 .preview_905d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_faf9 .message-b378 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_faf9 .tiny_8687 {
  background-color: var(--e-global-color-primary);
}
.aside_faf9 .tiny_8687 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.red-eb65 .pagination_d065 {
  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);
}
.red-eb65 .west_3568 {
  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);
}
.red-eb65
  .notice-south-98b1:after {
  background-color: var(--e-global-color-primary);
}
.red-eb65 .glass_0c85 {
  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);
}
.bronze_5dd1 .content_soft_841c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_5dd1 .gas_906a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-dirty-4feb .sidebar_fresh_4915 .clean-f637 {
  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);
}
.heading-dirty-4feb .sidebar_fresh_4915 .filter_pressed_31d6 {
  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);
}
.black-1e50 .panel-slow-fa1b {
  background-color: var(--e-global-color-primary);
}
.black-1e50 .sidebar-3a27 {
  background-color: var(--e-global-color-secondary);
}
.black-1e50 .frame_4983 .left_87b7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black-1e50 .menu_east_037d .left_87b7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading-wide-2da1 .icon-steel-9903 .dynamic-f190 {
  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);
}
.heading-wide-2da1 .icon-steel-9903 .button_924d {
  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);
}
.heading-wide-2da1 .icon-steel-9903 .link-fa0b {
  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);
}
.row_5f38 .form-tall-3a51 {
  border-color: var(--e-global-color-text);
}
.row_5f38 .wrapper-4658 {
  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_5f38 .active-1824 {
  color: var(--e-global-color-primary);
}
.row_5f38 .chip_wide_df9f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow_2f33 .label-simple-36a0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.narrow_2f33 .fluid-f804 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.narrow_2f33 .grid_a1be:hover .label-simple-36a0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.narrow_2f33
  .grid_a1be:hover
  .fluid-f804 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.clean_a1c5 .picture-7729 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.clean_a1c5 .progress_0dee {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_4dbb .form-dark-d7d2 .dim-51af {
  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);
}
.hover_4dbb .tabs-8710 .dim-51af {
  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);
}
.border-6835 .input-7908 {
  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);
}
.row_short_df80 .title-05f3 .element_narrow_4bee {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row_short_df80 .title-05f3 .element_narrow_4bee {
  background-color: var(--e-global-color-secondary);
}
.row_short_df80 .rough_44ac .element_narrow_4bee {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row_short_df80 .rough_44ac .element_narrow_4bee {
  background-color: var(--e-global-color-secondary);
}
.row_short_df80 .alert_active_1871 .tabs-current-020a {
  background-color: var(--e-global-color-primary);
}
.row_short_df80 .alert_active_1871:hover .tabs-current-020a {
  background-color: var(--e-global-color-secondary);
}
.row_short_df80 .box_next_f080 {
  background-color: var(--e-global-color-primary);
}
.row_short_df80 .box_next_f080:hover {
  background-color: var(--e-global-color-accent);
}
.row_short_df80 .gradient-d188 li span {
  background-color: var(--e-global-color-text);
}
.row_short_df80 .gradient-d188 li span:hover {
  background-color: var(--e-global-color-primary);
}
.row_short_df80 .gradient-d188 li.component-gold-205c span {
  background-color: var(--e-global-color-accent);
}
.notification-4f96 .first_0305 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification-4f96 .active-5d90 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph_liquid_aceb .detail-inner-d125:before {
  background-color: var(--e-global-color-secondary);
}
.paragraph_liquid_aceb .over_4cf7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph_liquid_aceb .content-a498 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text_hard_266e .north-5691 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text_hard_266e .north-5691:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text_hard_266e .north-5691.fn-active-84a5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text_hard_266e .modal_2e7c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_hard_266e .focused-6253 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_hard_266e .fluid-97ba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_hard_266e .hover_fedd {
  background-color: var(--e-global-color-primary);
}
.text_hard_266e .hover_fedd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.text_hard_266e .cool_66be {
  background-color: var(--e-global-color-primary);
}
.text_hard_266e .cool_66be {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.sidebar_4163 .hidden-033a .notification-ca5a a {
  color: var(--e-global-color-secondary);
}
.sidebar_4163 .hidden-033a .notification-ca5a a:hover {
  color: var(--e-global-color-secondary);
}
.sidebar_4163 .hidden-033a .notification-ca5a,
.sidebar_4163 .hidden-033a .notification-ca5a a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_4163 .hidden-033a .container_b05e {
  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);
}
.sidebar_4163 .hidden-033a .pro_3086 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_4163 .hidden-033a .inner_ec97 {
  background-color: var(--e-global-color-primary);
}
.sidebar_4163 .hidden-033a .inner_ec97 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_4163 .hidden-033a .inner_ec97:hover {
  background-color: var(--e-global-color-primary);
}
.sidebar_4163 .hidden-033a .disabled_d992 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.sidebar_4163 .hidden-033a .disabled_d992 {
  background-color: var(--e-global-color-primary);
}
.sidebar_4163 .hidden-033a .disabled_d992:hover {
  background-color: var(--e-global-color-primary);
}
.sidebar_4163 .hidden-033a .box_next_f080 {
  background-color: var(--e-global-color-primary);
}
.sidebar_4163 .hidden-033a .box_next_f080:hover {
  background-color: var(--e-global-color-primary);
}
.sidebar_4163 .frame-gold-5ea5 .gradient-d188 li span {
  background-color: var(--e-global-color-text);
}
.sidebar_4163 .frame-gold-5ea5 .gradient-d188 li span:hover {
  background-color: var(--e-global-color-primary);
}
.sidebar_4163 .frame-gold-5ea5 .gradient-d188 li.component-gold-205c span {
  background-color: var(--e-global-color-accent);
}
.sidebar_4163 .image_9875 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar_4163 .narrow-6614 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focused-f44a .thumbnail-complex-6759 .row-5c71 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focused-f44a .thumbnail-complex-6759 .slider_993d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focused-f44a .thumbnail-complex-6759 .mini-a86b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_90d3 .fluid-3eca {
  border-color: var(--e-global-color-text);
}
.form_90d3 .form_bb75 {
  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);
}
.form_90d3 .module-87dd {
  color: var(--e-global-color-secondary);
}
.form_90d3 .module-87dd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_90d3 .blue-d221 > * {
  color: var(--e-global-color-primary);
}
.form_90d3 .blue-d221 > * svg {
  fill: var(--e-global-color-primary);
}
.form_90d3 .frame-liquid-5409 {
  color: var(--e-global-color-primary);
}
.form_90d3 .frame-liquid-5409 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form_90d3 .chip_addf {
  color: var(--e-global-color-primary);
}
.form_90d3 .chip_addf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form_90d3 .notification_4b4a {
  color: var(--e-global-color-primary);
}
.form_90d3 .notification_4b4a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_90d3 .summary-static-cd21 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_90d3 .text-lower-adfc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_90d3 .text-lower-adfc.label_light_4736 {
  color: var(--e-global-color-secondary);
}
.form_90d3 .text-lower-adfc.label_light_4736 .in_d3f7 {
  color: var(--e-global-color-accent);
}
.form_90d3 .text-lower-adfc.new_9d7e {
  color: var(--e-global-color-text);
}
.form_90d3 .text-lower-adfc.new_9d7e .in_d3f7 {
  color: var(--e-global-color-text);
}
.form_90d3 .text-lower-adfc:before {
  border-top-color: var(--e-global-color-text);
}
.form_90d3 .dark-a5ae {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_90d3
  .dark-a5ae
  .tooltip-upper-c39a {
  background-color: var(--e-global-color-primary);
}
.form_90d3
  .dark-a5ae
  .tooltip-upper-c39a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.form_90d3 .fluid-3eca .hidden_yellow_372d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid_f5ca .under_843c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.solid_f5ca .secondary-lite-aa7e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern_glass_9cd9 .steel-4d30 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern_glass_9cd9
  .tooltip_dark_2e20
  .first_8c7e {
  background-color: var(--e-global-color-secondary);
}
.pattern_glass_9cd9
  .tooltip_dark_2e20.stone_03df
  .first_8c7e {
  background-color: var(--e-global-color-text);
}
.pattern_glass_9cd9
  .tooltip_dark_2e20:hover
  .first_8c7e {
  background-color: var(--e-global-color-accent);
}
.pattern_glass_9cd9
  .tooltip_dark_2e20.fn-active-84a5
  .first_8c7e {
  background-color: var(--e-global-color-primary);
}
.red_164c .center_699e {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.red_164c .tertiary-current-14bb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red_164c .north_d447 {
  background-color: var(--e-global-color-primary);
}
.red_164c .north_d447 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-faa8 .under_d7b4 .red-8adc .icon-large-0d0d {
  background-color: var(--e-global-color-secondary);
}
.fresh-faa8 .under_d7b4 .last-e936:after {
  background-color: var(--e-global-color-secondary);
}
.fresh-faa8 .aside_right_26a2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-faa8 .heading_soft_a898 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-faa8 .list-72e3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-faa8 .north_cc08 {
  background-color: var(--e-global-color-primary);
}
.fresh-faa8 .north_cc08 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-faa8 .menu-smooth-ad22 {
  background-color: var(--e-global-color-secondary);
}
.fresh-faa8 .menu-smooth-ad22 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-faa8 .under_d7b4 .icon_mini_e943 .hidden_blue_6c9a:hover {
  background-color: var(--e-global-color-primary);
}
.fresh-faa8
  .under_d7b4
  .icon_mini_e943
  .hidden_blue_6c9a.surface_hovered_50c8 {
  background-color: var(--e-global-color-primary);
}
.fresh-faa8 .under_d7b4 .accordion_bronze_1d6c:before {
  border-color: var(--e-global-color-primary);
}
.fresh-faa8 .under_d7b4 .accordion_bronze_1d6c:hover:before {
  border-color: var(--e-global-color-secondary);
}
.fresh-faa8
  .under_d7b4
  .accordion_bronze_1d6c.secondary_iron_c63d:before {
  border-color: var(--e-global-color-primary);
}
.fresh-faa8 .detail-slow-4436 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.old-8b4a .title-82d1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.old-8b4a .title-82d1:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.old-8b4a .title-82d1.hovered-d0e5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.old-8b4a .menu-e091 {
  background-color: var(--e-global-color-primary);
}
.old-8b4a .menu-e091 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.old-8b4a
  .mini_a433
  .box_hot_685a
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.old-8b4a
  .tertiary_1567
  .box_hot_685a
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.secondary-33e2
  .main_iron_6d18
  .gold_9122 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-33e2
  .main_iron_6d18
  .new-e738 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-33e2 .selected_7a2f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-33e2 .bronze_e72a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.secondary-33e2 .wrapper-bright-1676 {
  background-color: var(--e-global-color-primary);
}
.secondary-33e2 .wrapper-bright-1676 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tag-lower-ae65 .simple_a731 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag-lower-ae65 .table-soft-3e55 {
  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);
}
.tag-lower-ae65 .border-down-48f5 {
  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);
}
.tag-lower-ae65 .border-down-48f5 a:hover {
  color: var(--e-global-color-secondary);
}
.tag-lower-ae65 .red-903d {
  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);
}
.tag-lower-ae65 .prev_c352 {
  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);
}
.tag-lower-ae65 .orange_4ba7 .box_next_f080 {
  background-color: var(--e-global-color-primary);
}
.tag-lower-ae65 .orange_4ba7 .box_next_f080:hover {
  background-color: var(--e-global-color-accent);
}
.tag-lower-ae65
  .orange_4ba7
  .gradient-d188
  li
  span {
  background-color: var(--e-global-color-text);
}
.tag-lower-ae65
  .orange_4ba7
  .gradient-d188
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.tag-lower-ae65
  .orange_4ba7
  .gradient-d188
  li.component-gold-205c
  span {
  background-color: var(--e-global-color-accent);
}
.glass_6902
  .main-d2a2
  .label_hot_fe61 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.glass_6902 .main-d2a2 .sort_dff9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.glass_6902 .main-d2a2 .icon_pink_4ea9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.glass_6902 .stone_c5ea {
  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);
}
.glass_6902
  .secondary_solid_c838.clean-d3eb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > a {
  background-color: var(--e-global-color-text);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > a
  .hidden_b6c3.article-dark-738f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > a
  .notification_6290.feature-ca3c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > .surface-d2b4
  .left_4ac7
  > a {
  background-color: var(--e-global-color-secondary);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > .surface-d2b4
  .left_4ac7
  > a
  .carousel_1bb7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > .surface-d2b4
  .left_4ac7
  > a
  .notification_6290.gradient_tall_35d9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > a
  .notice-9065:before {
  color: var(--e-global-color-text);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > .surface-d2b4
  a
  .notice-9065:before {
  color: var(--e-global-color-text);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7.highlight-eb5c
  > a
  .notice-9065:before {
  color: var(--e-global-color-text);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > .surface-d2b4
  .left_4ac7.highlight-eb5c
  > a
  .notice-9065:before {
  color: var(--e-global-color-text);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > a
  .carousel_7cc7
  .column_d4cb {
  color: var(--e-global-color-text);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > .surface-d2b4
  a
  .carousel_7cc7
  .column_d4cb {
  color: var(--e-global-color-text);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > a
  .carousel_7cc7
  .column_d4cb,
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > .surface-d2b4
  a
  .carousel_7cc7
  .column_d4cb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > a
  .table_black_4e19:before {
  color: var(--e-global-color-text);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > .surface-d2b4
  a
  .table_black_4e19:before {
  color: var(--e-global-color-text);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7.highlight-eb5c
  > a
  .table_black_4e19:before {
  color: var(--e-global-color-text);
}
.link_c358
  > .outer-64c6
  > div
  > .shadow-4927
  > .left_4ac7
  > .surface-d2b4
  .left_4ac7.highlight-eb5c
  > a
  .table_black_4e19:before {
  color: var(--e-global-color-text);
}
.shadow_7db5 .disabled-down-a237 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.shadow_7db5
  .over-ddc6:hover
  .disabled-down-a237 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paragraph-lower-b7ca
  > .outer-64c6
  > .header_7af5
  > .grid-small-a144
  > .wide-2f7f
  > .advanced-1edd
  .column_d806 {
  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);
}
.paragraph-lower-b7ca
  > .outer-64c6
  > .header_7af5
  > .grid-small-a144
  > .wide-2f7f
  > .advanced-1edd:hover
  .column_d806 {
  color: var(--e-global-color-text);
}
.paragraph-lower-b7ca
  > .outer-64c6
  > .header_7af5
  > .grid-small-a144
  > .wide-2f7f
  > .advanced-1edd:hover
  .column_d806 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paragraph-lower-b7ca
  > .outer-64c6
  > .header_7af5
  > .grid-small-a144
  > .wide-2f7f.logo_648f
  > .advanced-1edd
  .column_d806 {
  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);
}
.gradient_cfd5 .small_8a68 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient_cfd5 .yellow_2fe0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient_cfd5 .breadcrumb-1fd6 {
  background-color: var(--e-global-color-primary);
}
.gradient_cfd5 .breadcrumb-1fd6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.picture_cc76
  > .outer-64c6
  > .status_2982
  > .middle_52bb
  > .input_pink_aff0
  .surface_dynamic_8996 {
  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);
}
.picture_cc76
  > .outer-64c6
  > .status_2982
  > .middle_52bb
  > .input_pink_aff0
  .link-e83b {
  color: var(--e-global-color-text);
}
.picture_cc76
  > .outer-64c6
  > .status_2982
  > .middle_52bb
  > .input_pink_aff0:hover
  .surface_dynamic_8996 {
  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);
}
.picture_cc76
  > .outer-64c6
  > .status_2982
  > .middle_52bb
  > .input_pink_aff0:hover
  .link-e83b {
  color: var(--e-global-color-secondary);
}
.picture_cc76
  > .outer-64c6
  > .status_2982
  > .middle_52bb
  > .input_pink_aff0.dim_5915
  .surface_dynamic_8996 {
  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);
}
.picture_cc76
  > .outer-64c6
  > .status_2982
  > .middle_52bb
  > .input_pink_aff0.dim_5915
  .link-e83b {
  color: var(--e-global-color-primary);
}
.border-4691
  .middle_abaa
  .list-a874 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border-4691 .accordion_b75a .hidden_yellow_372d .hovered-57ac {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden_caab .hovered-89db {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden_caab .list_8873 .hovered-89db {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden_caab .feature-236b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hidden_caab .feature-236b {
  background-color: var(--e-global-color-primary);
}
.filter_pro_d643 .picture-south-ef75 .column-ddee {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter_pro_d643
  .picture-south-ef75:hover
  .fluid_9ce4 {
  color: var(--e-global-color-secondary);
}
.filter_pro_d643
  .picture-south-ef75:hover
  .column-ddee {
  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);
}
.frame-4bfc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.block-4748 {
  flex-direction: column;
}

.block-4748 .down-cf0b {
  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.block-4748 .down-cf0b {
  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);
}

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

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

.widget_slow_2e09.cool_7589 {
  display: none;
}

.center_40d5 {
  display: none;
}

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

.popup_large_9566.media-old-1852 {
  margin-bottom: 40px;
  width: 100%;
}

.hidden-prev-9fb2 {
  margin-bottom: 25px !important;
  margin-top: 5px !important;
  position: static !important;
}

.block-4748 a {
  width: 100%;
}

.image_simple_43a4 .notice-b8ac.soft_3791 {
  width: 20% !important;
}

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

.picture-f655: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%);
}

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

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

.paper-5cd5 {
  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;
}

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

.paper-5cd5: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);
}

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

.image_simple_43a4
  .notice-b8ac.focus-fresh-41a2
  .secondary_selected_2d8e
  .east-6e10 {
  font-size: 20px !important;
}

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

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

.down-7fd2 h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.hot-1903.medium-5184 > .progress-south-ce36 {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

.picture-99a3 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.selected-5a8e {
  font-size: 35px !important;
}

.main-selected-0b8c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
  margin-bottom: 25px;
}

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

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

.image_simple_43a4
  .notice-b8ac.aside_copper_e1b1
  .article_fast_ae2b
  .blue-dca9 {
  width: 100% !important;
}

.main-0be4 {
  width: 500px !important;
  max-width: none;
}

.current-fd90 {
  width: 100%;
}

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

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

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

  display: none;
}

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

.shadow-left-e90e {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.steel_fb09:hover .shadow-left-e90e {
  visibility: visible;
}
.steel_fb09:hover.steel_fb09::before {
  display: block;
}

.down-7fd2 h3 {
  color: #fff;
}

.media_88fd {
  margin: 0;
}

.image_simple_43a4
  .notice-b8ac.aside_copper_e1b1
  .blue-dca9
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.icon-in-8d22 {
  width: 100%;
}

.mask_e853 {
  width: 100%;
}

.next-2092 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mask_e853 {
  width: 100%;
}

.paragraph-346e {
  margin-bottom: 10px !important;
}

.blue-dca9 {
  display: flex;
  align-items: center;
}

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

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

.block-4748 .down-cf0b.out_9baa {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.block-4748 h1.down-cf0b {
  margin-top: 80px !important;
}

.image_simple_43a4 .notice-b8ac.widget-0609 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.hover-stale-e5bb img {
  width: 100%;
}

.gallery_inner_f28a .fresh-102e.secondary_selected_2d8e {
  justify-content: space-between;
}

.shadow_full_1433 {
  display: none;
}

.preview-fa41 .pagination_5a8e {
  margin: 1px 0 !important;
}

.label-97c8 li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .hot-1903 .progress-south-ce36 {
    flex-wrap: nowrap !important;
  }
}

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

  .main-0be4 {
    width: 100% !important;
  }
}

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

  .picture-f655 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .gallery_inner_f28a .fresh-102e.secondary_selected_2d8e {
    border-bottom: 1px solid #f0c159;
  }

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

  .hot-1903.medium-5184 > .progress-south-ce36 {
    gap: 15px;
    justify-content: space-between;
  }

  .image_simple_43a4
    .notice-b8ac.aside_copper_e1b1
    .blue-dca9
    img {
    width: 60% !important;
  }

  .picture-99a3 {
    left: 2%;
  }

  .header-d7fe {
    margin: 10px 0;
  }

  .block-4748 .pagination_5a8e {
    margin: 0;
    margin-bottom: 10px;
  }

  .picture-f655 {
    font-size: 16px !important;
  }

  .selected-5a8e {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.block-4748 .down-cf0b,
  .block-4748 .down-cf0b {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .blue-dca9 {
    justify-content: center;
  }

  .block-4748 .pagination_5a8e {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .hidden-prev-9fb2 {
    margin-bottom: 15px !important;
  }

  .image_simple_43a4 .notice-b8ac.soft_3791 {
    width: 75% !important;
  }

  .hover-stale-e5bb img {
    width: 100% !important;
  }
}

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

  h2.block-4748 .down-cf0b,
  .block-4748 .down-cf0b {
    font-size: 30px !important;
  }

  .blue-dca9 {
    justify-content: center;
  }

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

  .lower-b371
    .huge_3d49.basic-8614 {
    margin: 0 !important;
  }

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

  .header-d7fe {
    display: flex;
  }

  .chip_659e .picture-f655 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

  .next-2092 {
    justify-content: flex-end;
    gap: 1px;
  }

  .block-4748 h1.down-cf0b {
    margin-top: 40px !important;
  }

  .image_simple_43a4
    .notice-b8ac.aside_copper_e1b1
    .blue-dca9
    img,
  .backdrop_af4d .article_fast_ae2b {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .image_simple_43a4 .notice-b8ac.soft_3791 {
    width: 100% !important;
  }

  .hot-1903.medium-5184 > .progress-south-ce36 {
    gap: 3px;
  }

  .block-4748 .pagination_5a8e {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.gallery_inner_f28a .fresh-102e.secondary_selected_2d8e {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.gallery_inner_f28a .fresh-102e.secondary_selected_2d8e: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);
}

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

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

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

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

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

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

/* 响应式增强 */
@media (max-width: 767px) {
  .gallery_inner_f28a .fresh-102e.secondary_selected_2d8e {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .block-4748 .down-cf0b {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .picture-f655 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.accent_outer_8873 .north_934e {
  flex-shrink: 0;
  white-space: nowrap;
}

.accent_outer_8873 .tag-565b {
  flex-shrink: 0;
  min-width: fit-content;
}

.accent_outer_8873 .east-6e10 {
  white-space: nowrap;
}

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

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

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

.accent_outer_8873 .tag-565b {
  max-width: 80px !important;
  overflow: hidden;
}

.accent_outer_8873 .fresh-102e.secondary_selected_2d8e {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.accent_outer_8873 .east-6e10 {
  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);
  }
}

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

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

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

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

body .paper-5cd5:nth-child(2),
.image_simple_43a4 .paper-5cd5:nth-child(2),
#page .paper-5cd5: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;
}

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

/* css-noise: 9f49 */
.widget-item-v3 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.2;
}
