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(.motion-dbd8) {
  gap: 0.5em;
}
:where(.selected-6ef9) {
  gap: 0.5em;
}
body .preview_active_cae3 > .layout-c7f5 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .preview_active_cae3 > .detail-62af {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .preview_active_cae3 > .tertiary-fb92 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .main-clean-22bd > .layout-c7f5 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .main-clean-22bd > .detail-62af {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .main-clean-22bd > .tertiary-fb92 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .main-clean-22bd
  > :where(:not(.layout-c7f5):not(.detail-62af):not(.dark-21e7)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .main-clean-22bd > .menu-be00 {
  max-width: var(--wp--style--global--wide-size);
}
body .motion-dbd8 {
  display: flex;
}
body .motion-dbd8 {
  flex-wrap: wrap;
  align-items: center;
}
body .motion-dbd8 > * {
  margin: 0;
}
body .selected-6ef9 {
  display: grid;
}
body .selected-6ef9 > * {
  margin: 0;
}
:where(.warm_1423.motion-dbd8) {
  gap: 2em;
}
:where(.warm_1423.selected-6ef9) {
  gap: 2em;
}
:where(.sort_9d61.motion-dbd8) {
  gap: 1.25em;
}
:where(.sort_9d61.selected-6ef9) {
  gap: 1.25em;
}
.sidebar_next_8eb4 {
  color: var(--wp--preset--color--black) !important;
}
.thick_46d2 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.element_5371 {
  color: var(--wp--preset--color--white) !important;
}
.info_copper_105c {
  color: var(--wp--preset--color--pale-pink) !important;
}
.east-07a5 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.cold-9f7e {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.outer-161f {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.gas_f10d {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.status-c724 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.main_prev_131a {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.yellow_18d0 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.gallery_fluid_1e71 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.info_dim_b73b {
  background-color: var(--wp--preset--color--black) !important;
}
.upper-df66 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.gradient-7e2f {
  background-color: var(--wp--preset--color--white) !important;
}
.modal-top-0728 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.thick_c494 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.fluid_23d9 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.background_9159 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.slider_tiny_664a {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.grid_24a4 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.tooltip-2d1c {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.sidebar-hovered-78dc {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.panel-stale-7174 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.slow-bb00 {
  border-color: var(--wp--preset--color--black) !important;
}
.badge_liquid_6aec {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.highlight-1c07 {
  border-color: var(--wp--preset--color--white) !important;
}
.badge_left_72c3 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.panel_84b2 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.shade_top_fb52 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.in-775e {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.hard-af50 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.info-narrow-b8cf {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.item-5221 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.search_hard_4aa0 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.element-69ba {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.shade-5835 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.element_short_182b {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.new_b9bb {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.large_6cc9 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.button_09f3 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.title-a2c6 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.dark-c918 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.outline-9420 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.tall_e78c {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.narrow_44af {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.active-down-9915 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.accordion-up-b378 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.outer_7ec9 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.wrapper-1edd {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.hovered-316c {
  font-size: var(--wp--preset--font-size--large) !important;
}
.element_motion_562f {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.block-39f6 a:where(:not(.banner-top-0bd4)) {
  color: inherit;
}
:where(.sort_9d61.motion-dbd8) {
  gap: 1.25em;
}
:where(.sort_9d61.selected-6ef9) {
  gap: 1.25em;
}
:where(.warm_1423.motion-dbd8) {
  gap: 2em;
}
:where(.warm_1423.selected-6ef9) {
  gap: 2em;
}
.badge_0c4e {
  font-size: 1.5em;
  line-height: 1.6;
}

.item-simple-0d53 .inner-5350 {
  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);
}
.border-8590 .section_fd2c {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_e712 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_e712.form_1a03 .primary-in-7475 {
  background-color: var(--e-global-color-primary);
}
.widget_e712.frame-bottom-f533 .primary-in-7475,
.widget_e712.active_inner_89bd .primary-in-7475 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.filter_95a4 .sidebar-mini-195c {
  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);
}
.title_c598 {
  --divider-color: var(--e-global-color-secondary);
}
.title_c598 .frame-70b3 {
  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);
}
.title_c598.input-405c .shadow_26b4 {
  background-color: var(--e-global-color-secondary);
}
.title_c598.logo-0e66 .shadow_26b4,
.title_c598.frame-prev-4e2d .shadow_26b4 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.title_c598.logo-0e66 .shadow_26b4,
.title_c598.frame-prev-4e2d .shadow_26b4 svg {
  fill: var(--e-global-color-secondary);
}
.bright_d59f .detail_ca0a {
  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);
}
.bright_d59f .bronze-4b79 {
  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-982c.input-405c .shadow_26b4 {
  background-color: var(--e-global-color-primary);
}
.gallery-982c.logo-0e66 .shadow_26b4,
.gallery-982c.frame-prev-4e2d .shadow_26b4 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.gallery-982c.logo-0e66 .shadow_26b4,
.gallery-982c.frame-prev-4e2d .shadow_26b4 svg {
  fill: var(--e-global-color-primary);
}
.hovered-2b6d.input-405c .shadow_26b4 {
  background-color: var(--e-global-color-primary);
}
.hovered-2b6d.logo-0e66 .shadow_26b4,
.hovered-2b6d.frame-prev-4e2d .shadow_26b4 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.hovered-2b6d .popup_611e {
  color: var(--e-global-color-primary);
}
.hovered-2b6d .popup_611e,
.hovered-2b6d .popup_611e a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hovered-2b6d .text-e8a2 {
  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-49f6 .active-center-0b28 {
  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);
}
.link-5911 .secondary-afaa .gallery-0455 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.easy_9f9a .fixed-2849:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.easy_9f9a .notification_bottom_ec46 i {
  color: var(--e-global-color-primary);
}
.easy_9f9a .notification_bottom_ec46 svg {
  fill: var(--e-global-color-primary);
}
.easy_9f9a .component-b447 {
  color: var(--e-global-color-secondary);
}
.easy_9f9a .fixed-2849 > .component-b447,
.easy_9f9a .fixed-2849 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_a21b .gallery_stone_37c6 {
  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);
}
.hard_a21b .popup-fluid-fcf2 {
  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);
}
.pressed-9fd0 .banner_fd3b .picture-403e {
  background-color: var(--e-global-color-primary);
}
.pressed-9fd0 .dim-0f69 {
  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);
}
.alert_lower_b1c5 .clean_1286 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert_lower_b1c5 .icon_19d9 {
  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);
}
.alert_lower_b1c5 .breadcrumb_warm_aa6f {
  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);
}
.accordion_d922 .selected-e2f9,
.accordion_d922 .selected-e2f9 a {
  color: var(--e-global-color-primary);
}
.accordion_d922 .selected-e2f9.rough-91ef,
.accordion_d922 .selected-e2f9.rough-91ef a {
  color: var(--e-global-color-accent);
}
.accordion_d922 .selected-e2f9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accordion_d922 .active-over-12a7 {
  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);
}
.block-brown-a446 .shadow-441b,
.block-brown-a446 .link_action_0da1 {
  color: var(--e-global-color-primary);
}
.block-brown-a446 .shadow-441b svg {
  fill: var(--e-global-color-primary);
}
.block-brown-a446 .rough-91ef .shadow-441b,
.block-brown-a446 .rough-91ef .link_action_0da1 {
  color: var(--e-global-color-accent);
}
.block-brown-a446 .rough-91ef .shadow-441b svg {
  fill: var(--e-global-color-accent);
}
.block-brown-a446 .link_action_0da1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block-brown-a446 .active-over-12a7 {
  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);
}
.copper_3e01 .column_50bb,
.copper_3e01 .stone_2c51 {
  color: var(--e-global-color-primary);
}
.copper_3e01 .stone_2c51 svg {
  fill: var(--e-global-color-primary);
}
.copper_3e01 .selected-e2f9.rough-91ef a,
.copper_3e01
  .selected-e2f9.rough-91ef
  .stone_2c51 {
  color: var(--e-global-color-accent);
}
.copper_3e01 .column_50bb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper_3e01 .active-over-12a7 {
  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);
}
.text-83f3 .main_large_ae60 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text-83f3 .dropdown-6b2b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort_large_b2f4 .text-advanced-4a17 .pro-bec2 {
  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);
}
.sort_large_b2f4 .text-advanced-4a17 .link_blue_32e6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort_large_b2f4 .thumbnail_3dad .pro-bec2 {
  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);
}
.sort_large_b2f4
  .thumbnail_3dad
  .link_blue_32e6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort_large_b2f4
  .icon_29fd
  .pro-bec2 {
  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);
}
.sort_large_b2f4
  .icon_29fd
  .link_blue_32e6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort_large_b2f4
  .dropdown-steel-d75d
  .pro-bec2 {
  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);
}
.sort_large_b2f4
  .dropdown-steel-d75d
  .link_blue_32e6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.yellow-016c .tabs_in_3bc1 {
  background-color: var(--e-global-color-primary);
}
.yellow-016c .tabs_in_3bc1:hover {
  background-color: var(--e-global-color-primary);
}
.yellow-016c .sidebar_324e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.yellow-016c
  .tabs_in_3bc1:hover
  .sidebar_324e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lite-ed13 .picture-6ad1 {
  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);
}
.background_54ee .active-white-6828 .down_5ab6 a {
  background-color: var(--e-global-color-accent);
}
.background_54ee .active-white-6828 .badge-9caa a {
  background-color: var(--e-global-color-accent);
}
.background_54ee .active-white-6828 .down_5ab6 a,
.background_54ee .active-white-6828 .badge-9caa a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu-warm-453a
  .badge_short_9574.icon-616c
  .active-white-6828
  a.paragraph_stone_6b0f {
  background-color: var(--e-global-color-accent);
}
.menu-warm-453a
  .badge_short_9574.icon-616c
  .active-white-6828
  span.paragraph_stone_6b0f.fn-current-f456 {
  background-color: var(--e-global-color-text);
}
.menu-warm-453a
  .badge_short_9574.icon-616c
  .active-white-6828
  .paragraph_stone_6b0f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_d4db .sidebar_566e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_d4db
  .full_ed08
  > .search_2421
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_d4db
  .dynamic_2a47
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_d4db
  .photo_fast_3ac0
  .fresh_4cb2,
.pressed_d4db
  .photo_fast_3ac0
  .up-ef72 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pressed_d4db
  .photo_fast_3ac0
  .element-5236,
.pressed_d4db
  .photo_fast_3ac0
  a
  .element-5236 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_d4db
  .photo_fast_3ac0
  .list_stale_1302 {
  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);
}
.pressed_d4db
  .photo_fast_3ac0
  .feature-4943 {
  background-color: var(--e-global-color-primary);
}
.pressed_d4db
  .photo_fast_3ac0
  .feature-4943 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_d4db
  .photo_fast_3ac0
  .feature-4943:hover {
  background-color: var(--e-global-color-primary);
}
.pressed_d4db
  .photo_fast_3ac0
  .outline_ecdf {
  background-color: var(--e-global-color-primary);
}
.pressed_d4db
  .photo_fast_3ac0
  .outline_ecdf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_d4db
  .photo_fast_3ac0
  .outline_ecdf:hover {
  background-color: var(--e-global-color-primary);
}
.pressed_d4db
  .outline-dd6c
  .card-smooth-351c
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pressed_d4db
  .outline-dd6c
  .overlay_light_cf37 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_d4db
  .outline-dd6c
  .list_stale_1302 {
  color: var(--e-global-color-text);
}
.pressed_d4db
  .outline-dd6c
  .list_stale_1302
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_d4db
  .outline-dd6c
  .feature-4943 {
  background-color: var(--e-global-color-primary);
}
.pressed_d4db
  .outline-dd6c
  .feature-4943 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_d4db
  .outline-dd6c
  .feature-4943:hover {
  background-color: var(--e-global-color-primary);
}
.pressed_d4db
  .outline-dd6c
  .outline_ecdf {
  background-color: var(--e-global-color-primary);
}
.pressed_d4db
  .outline-dd6c
  .outline_ecdf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_d4db
  .outline-dd6c
  .outline_ecdf:hover {
  background-color: var(--e-global-color-primary);
}
.pressed_d4db .popup-prev-134a {
  background-color: var(--e-global-color-primary);
}
.pressed_d4db .popup-prev-134a:hover {
  background-color: var(--e-global-color-primary);
}
.pressed_d4db .hovered_eb75 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pressed_d4db .north-227a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_center_d447 .hard-3c3f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_center_d447
  .hovered_6a64
  > div:nth-child(3)
  .hard-3c3f,
.article_center_d447
  .warm-0068
  > div:nth-child(1)
  .hard-3c3f,
.article_center_d447
  .article-6ba0
  > div:nth-child(1)
  .hard-3c3f,
.article_center_d447
  .container-lite-3734
  > div:nth-child(1)
  .hard-3c3f,
.article_center_d447
  .steel_635a
  > div:nth-child(1)
  .hard-3c3f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_center_d447 .icon-cc89 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_center_d447 .panel-17df {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_center_d447 .dark-97b9 {
  background-color: var(--e-global-color-primary);
}
.article_center_d447 .dark-97b9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_center_d447 .dark-97b9:hover {
  background-color: var(--e-global-color-primary);
}
.article_center_d447 .detail_steel_7135 {
  background-color: var(--e-global-color-primary);
}
.article_center_d447 .detail_steel_7135:hover {
  background-color: var(--e-global-color-primary);
}
.article_center_d447 .hovered_eb75 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_center_d447 .north-227a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-955b .progress_easy_e361 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-955b .static_28be {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature-955b .thumbnail_hard_27ce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature-955b .inner-d1f9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature-955b .large-3d0d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature-955b .detail_steel_7135 {
  background-color: var(--e-global-color-primary);
}
.feature-955b .detail_steel_7135:hover {
  background-color: var(--e-global-color-primary);
}
.media_52a7 .article_clean_5e28 {
  background-color: var(--e-global-color-secondary);
}
.media_52a7 .component_cold_f17e {
  background-color: var(--e-global-color-text);
}
.media_52a7 .content-red-c327 {
  background-color: var(--e-global-color-secondary);
}
.media_52a7 .top-a874 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.media_52a7 .backdrop_fluid_99fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media_52a7 .copper-d840 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media_52a7 .picture-02a7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media_52a7 .disabled-3a5b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_ad82 .advanced-02ee .short-9df5,
.disabled_ad82
  .advanced-02ee
  .short-9df5
  a,
.disabled_ad82 .tertiary_plasma_d24f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_ad82 .advanced-02ee .logo_0be0,
.disabled_ad82 .slider_e2c3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_ad82 .advanced-02ee .logo_0be0 {
  color: var(--e-global-color-text);
}
.disabled_ad82 .slider_e2c3 {
  color: var(--e-global-color-text);
}
.disabled_ad82
  .advanced-02ee
  .layout_43a1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabled_ad82 .component-dirty-d69c .title_orange_6845 {
  background-color: var(--e-global-color-primary);
}
.disabled_ad82 .component-dirty-d69c .title_orange_6845:hover {
  background-color: var(--e-global-color-primary);
}
.disabled_ad82 .component-dirty-d69c .bottom_2b8e li span {
  background-color: var(--e-global-color-text);
}
.disabled_ad82 .component-dirty-d69c .bottom_2b8e li span:hover {
  background-color: var(--e-global-color-primary);
}
.disabled_ad82
  .component-dirty-d69c
  .bottom_2b8e
  li.component_58d7
  span {
  background-color: var(--e-global-color-accent);
}
.disabled_ad82 .frame-basic-9506 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.simple-0123 .tiny-f22d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.message-89a7 .tiny-fee4 {
  background-color: var(--e-global-color-primary);
}
.message-89a7 .silver_8404 {
  background-color: var(--e-global-color-secondary);
}
.message-89a7 .photo_left_1516 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message-89a7 .border-copper-842b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message-89a7 .hot_9ecc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message-89a7 .thick-4b85 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message-89a7 .focused-a271 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message-89a7 .background-full-e301 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message-89a7 .content-46d8 {
  background-color: var(--e-global-color-primary);
}
.message-89a7 .content-46d8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.picture-action-eee5 .hard-dae4 {
  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-action-eee5 .upper-b547 {
  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);
}
.picture-action-eee5
  .nav_a766:after {
  background-color: var(--e-global-color-primary);
}
.picture-action-eee5 .picture_action_4b55 {
  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);
}
.icon-0c92 .tertiary_plasma_d24f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.icon-0c92 .slider_e2c3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.new-9fe4 .yellow-cee9 .carousel-717a {
  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);
}
.new-9fe4 .yellow-cee9 .highlight-6059 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_719b .video_3db3 {
  background-color: var(--e-global-color-primary);
}
.article_719b .heading_14c2 {
  background-color: var(--e-global-color-secondary);
}
.article_719b .liquid-fd82 .element-b7f6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_719b .banner_4d9c .element-b7f6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fast_6803 .active-mini-8073 .input-d22b {
  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);
}
.fast_6803 .active-mini-8073 .preview_c26e {
  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);
}
.fast_6803 .active-mini-8073 .pattern-4f2c {
  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);
}
.tabs_left_6486 .panel_rough_d2de {
  border-color: var(--e-global-color-text);
}
.tabs_left_6486 .section-bb22 {
  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);
}
.tabs_left_6486 .disabled-rough-4ec6 {
  color: var(--e-global-color-primary);
}
.tabs_left_6486 .small_4148 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component_21f2 .item-pressed-aba7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.component_21f2 .breadcrumb_west_7df3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.component_21f2 .carousel-bottom-2367:hover .item-pressed-aba7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.component_21f2
  .carousel-bottom-2367:hover
  .breadcrumb_west_7df3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focus_short_b7c2 .accordion_liquid_44b4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focus_short_b7c2 .huge-ae0a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-1e91 .large-cfca .notice_e2de {
  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);
}
.dropdown-1e91 .paper_7ffa .notice_e2de {
  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);
}
.media_b5e1 .active-84cc {
  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);
}
.tabs-a0f7 .highlight-d761 .aside_9eb2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tabs-a0f7 .highlight-d761 .aside_9eb2 {
  background-color: var(--e-global-color-secondary);
}
.tabs-a0f7 .first-ead7 .aside_9eb2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tabs-a0f7 .first-ead7 .aside_9eb2 {
  background-color: var(--e-global-color-secondary);
}
.tabs-a0f7 .header-591f .caption_cool_c5ac {
  background-color: var(--e-global-color-primary);
}
.tabs-a0f7 .header-591f:hover .caption_cool_c5ac {
  background-color: var(--e-global-color-secondary);
}
.tabs-a0f7 .title_orange_6845 {
  background-color: var(--e-global-color-primary);
}
.tabs-a0f7 .title_orange_6845:hover {
  background-color: var(--e-global-color-accent);
}
.tabs-a0f7 .bottom_2b8e li span {
  background-color: var(--e-global-color-text);
}
.tabs-a0f7 .bottom_2b8e li span:hover {
  background-color: var(--e-global-color-primary);
}
.tabs-a0f7 .bottom_2b8e li.component_58d7 span {
  background-color: var(--e-global-color-accent);
}
.rough_3888 .gradient-0d24 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough_3888 .row-1239 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_lite_0653 .element-large-d08b:before {
  background-color: var(--e-global-color-secondary);
}
.grid_lite_0653 .over_27a6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_lite_0653 .focus-e4e8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.brown_4a5e .tabs_1add {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.brown_4a5e .tabs_1add:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.brown_4a5e .tabs_1add.fn-active-f456 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.brown_4a5e .shadow-solid-bccb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.brown_4a5e .border-2ab3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.brown_4a5e .column_d092 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.brown_4a5e .header-selected-bfb5 {
  background-color: var(--e-global-color-primary);
}
.brown_4a5e .header-selected-bfb5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.brown_4a5e .alert-f96c {
  background-color: var(--e-global-color-primary);
}
.brown_4a5e .alert-f96c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-36ef .lower_6b15 .hard-55d4 a {
  color: var(--e-global-color-secondary);
}
.feature-36ef .lower_6b15 .hard-55d4 a:hover {
  color: var(--e-global-color-secondary);
}
.feature-36ef .lower_6b15 .hard-55d4,
.feature-36ef .lower_6b15 .hard-55d4 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature-36ef .lower_6b15 .text_8356 {
  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);
}
.feature-36ef .lower_6b15 .block-c803 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature-36ef .lower_6b15 .fixed-ddd1 {
  background-color: var(--e-global-color-primary);
}
.feature-36ef .lower_6b15 .fixed-ddd1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature-36ef .lower_6b15 .fixed-ddd1:hover {
  background-color: var(--e-global-color-primary);
}
.feature-36ef .lower_6b15 .summary_8b99 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-36ef .lower_6b15 .summary_8b99 {
  background-color: var(--e-global-color-primary);
}
.feature-36ef .lower_6b15 .summary_8b99:hover {
  background-color: var(--e-global-color-primary);
}
.feature-36ef .lower_6b15 .title_orange_6845 {
  background-color: var(--e-global-color-primary);
}
.feature-36ef .lower_6b15 .title_orange_6845:hover {
  background-color: var(--e-global-color-primary);
}
.feature-36ef .component-dirty-d69c .bottom_2b8e li span {
  background-color: var(--e-global-color-text);
}
.feature-36ef .component-dirty-d69c .bottom_2b8e li span:hover {
  background-color: var(--e-global-color-primary);
}
.feature-36ef .component-dirty-d69c .bottom_2b8e li.component_58d7 span {
  background-color: var(--e-global-color-accent);
}
.feature-36ef .hovered_eb75 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-36ef .north-227a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.first-848b .gold-0bb2 .caption-88e0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.first-848b .gold-0bb2 .gallery_01a5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.first-848b .gold-0bb2 .element_1088 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-small-d348 .paper-d158 {
  border-color: var(--e-global-color-text);
}
.highlight-small-d348 .liquid-b752 {
  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);
}
.highlight-small-d348 .rough-8d8c {
  color: var(--e-global-color-secondary);
}
.highlight-small-d348 .rough-8d8c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-small-d348 .focused_5bb3 > * {
  color: var(--e-global-color-primary);
}
.highlight-small-d348 .focused_5bb3 > * svg {
  fill: var(--e-global-color-primary);
}
.highlight-small-d348 .chip_a301 {
  color: var(--e-global-color-primary);
}
.highlight-small-d348 .chip_a301 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-small-d348 .action-40ea {
  color: var(--e-global-color-primary);
}
.highlight-small-d348 .action-40ea {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-small-d348 .hero-in-73bf {
  color: var(--e-global-color-primary);
}
.highlight-small-d348 .hero-in-73bf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-small-d348 .paper_9fd9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-small-d348 .menu-4481 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-small-d348 .menu-4481.slider_cold_dbf3 {
  color: var(--e-global-color-secondary);
}
.highlight-small-d348 .menu-4481.slider_cold_dbf3 .text_865f {
  color: var(--e-global-color-accent);
}
.highlight-small-d348 .menu-4481.huge_767a {
  color: var(--e-global-color-text);
}
.highlight-small-d348 .menu-4481.huge_767a .text_865f {
  color: var(--e-global-color-text);
}
.highlight-small-d348 .menu-4481:before {
  border-top-color: var(--e-global-color-text);
}
.highlight-small-d348 .left-ca1b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-small-d348
  .left-ca1b
  .sort-steel-0392 {
  background-color: var(--e-global-color-primary);
}
.highlight-small-d348
  .left-ca1b
  .sort-steel-0392 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-small-d348 .paper-d158 .card-80bc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dark-296b .preview-blue-148a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dark-296b .frame_west_930c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag-6033 .hover_wide_d023 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag-6033
  .menu_hard_8245
  .column-20e7 {
  background-color: var(--e-global-color-secondary);
}
.tag-6033
  .menu_hard_8245.status_new_54e9
  .column-20e7 {
  background-color: var(--e-global-color-text);
}
.tag-6033
  .menu_hard_8245:hover
  .column-20e7 {
  background-color: var(--e-global-color-accent);
}
.tag-6033
  .menu_hard_8245.fn-active-f456
  .column-20e7 {
  background-color: var(--e-global-color-primary);
}
.secondary_85ba .button-9330 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.secondary_85ba .row_fresh_ade8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_85ba .avatar-32cc {
  background-color: var(--e-global-color-primary);
}
.secondary_85ba .avatar-32cc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.accent_182b .primary_1a94 .content-66aa .status_last_71d8 {
  background-color: var(--e-global-color-secondary);
}
.accent_182b .primary_1a94 .tiny_2fea:after {
  background-color: var(--e-global-color-secondary);
}
.accent_182b .focus_action_8732 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_182b .prev_668c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_182b .label_0cba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_182b .mask-3ad5 {
  background-color: var(--e-global-color-primary);
}
.accent_182b .mask-3ad5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.accent_182b .hidden_aaca {
  background-color: var(--e-global-color-secondary);
}
.accent_182b .hidden_aaca {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.accent_182b .primary_1a94 .badge-west-fd0f .advanced_b5c1:hover {
  background-color: var(--e-global-color-primary);
}
.accent_182b
  .primary_1a94
  .badge-west-fd0f
  .advanced_b5c1.hidden_995e {
  background-color: var(--e-global-color-primary);
}
.accent_182b .primary_1a94 .block_bright_e4a2:before {
  border-color: var(--e-global-color-primary);
}
.accent_182b .primary_1a94 .block_bright_e4a2:hover:before {
  border-color: var(--e-global-color-secondary);
}
.accent_182b
  .primary_1a94
  .block_bright_e4a2.lower_58cb:before {
  border-color: var(--e-global-color-primary);
}
.accent_182b .tall-b4d7 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-hard-e773 .video_4dfe {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav-hard-e773 .video_4dfe:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav-hard-e773 .video_4dfe.label-thick-d298 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav-hard-e773 .down_9003 {
  background-color: var(--e-global-color-primary);
}
.nav-hard-e773 .down_9003 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav-hard-e773
  .container_white_86d0
  .light_d9aa
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav-hard-e773
  .out-fb0b
  .light_d9aa
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.message-981c
  .input_hot_c47e
  .hero-a222 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message-981c
  .input_hot_c47e
  .search-motion-4a26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message-981c .warm-4c02 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message-981c .frame-97c5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message-981c .module-9299 {
  background-color: var(--e-global-color-primary);
}
.message-981c .module-9299 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.active_orange_2d1a .pro-1eab {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active_orange_2d1a .primary-05e3 {
  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);
}
.active_orange_2d1a .component_94f8 {
  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);
}
.active_orange_2d1a .component_94f8 a:hover {
  color: var(--e-global-color-secondary);
}
.active_orange_2d1a .hover_86ad {
  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);
}
.active_orange_2d1a .link_clean_2274 {
  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);
}
.active_orange_2d1a .highlight_hard_2e8a .title_orange_6845 {
  background-color: var(--e-global-color-primary);
}
.active_orange_2d1a .highlight_hard_2e8a .title_orange_6845:hover {
  background-color: var(--e-global-color-accent);
}
.active_orange_2d1a
  .highlight_hard_2e8a
  .bottom_2b8e
  li
  span {
  background-color: var(--e-global-color-text);
}
.active_orange_2d1a
  .highlight_hard_2e8a
  .bottom_2b8e
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.active_orange_2d1a
  .highlight_hard_2e8a
  .bottom_2b8e
  li.component_58d7
  span {
  background-color: var(--e-global-color-accent);
}
.breadcrumb_a255
  .title-0088
  .thumbnail_hot_4fd7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb_a255 .title-0088 .tertiary_in_01a9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb_a255 .title-0088 .out_c361 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_a255 .grid-paper-e8c1 {
  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);
}
.breadcrumb_a255
  .down_7254.wrapper-fresh-b1f0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > a {
  background-color: var(--e-global-color-text);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > a
  .logo_ff80.surface-8755 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > a
  .component_5062.dropdown_warm_606a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > .box_rough_845a
  .summary_bronze_9b6e
  > a {
  background-color: var(--e-global-color-secondary);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > .box_rough_845a
  .summary_bronze_9b6e
  > a
  .secondary_in_f7c2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > .box_rough_845a
  .summary_bronze_9b6e
  > a
  .component_5062.table_static_f7ce {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > a
  .input_copper_6c49:before {
  color: var(--e-global-color-text);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > .box_rough_845a
  a
  .input_copper_6c49:before {
  color: var(--e-global-color-text);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e.header_24f6
  > a
  .input_copper_6c49:before {
  color: var(--e-global-color-text);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > .box_rough_845a
  .summary_bronze_9b6e.header_24f6
  > a
  .input_copper_6c49:before {
  color: var(--e-global-color-text);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > a
  .action-1e7c
  .backdrop-active-18ce {
  color: var(--e-global-color-text);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > .box_rough_845a
  a
  .action-1e7c
  .backdrop-active-18ce {
  color: var(--e-global-color-text);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > a
  .action-1e7c
  .backdrop-active-18ce,
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > .box_rough_845a
  a
  .action-1e7c
  .backdrop-active-18ce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > a
  .top-8b49:before {
  color: var(--e-global-color-text);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > .box_rough_845a
  a
  .top-8b49:before {
  color: var(--e-global-color-text);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e.header_24f6
  > a
  .top-8b49:before {
  color: var(--e-global-color-text);
}
.pattern_5559
  > .soft_c681
  > div
  > .tall_bf3f
  > .summary_bronze_9b6e
  > .box_rough_845a
  .summary_bronze_9b6e.header_24f6
  > a
  .top-8b49:before {
  color: var(--e-global-color-text);
}
.easy_4a1f .focus-dim-0dfc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.easy_4a1f
  .carousel-fixed-9997:hover
  .focus-dim-0dfc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.next-992d
  > .soft_c681
  > .sidebar-steel-b1c7
  > .fresh-c00c
  > .feature-54f0
  > .last-776f
  .background-lower-8039 {
  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);
}
.next-992d
  > .soft_c681
  > .sidebar-steel-b1c7
  > .fresh-c00c
  > .feature-54f0
  > .last-776f:hover
  .background-lower-8039 {
  color: var(--e-global-color-text);
}
.next-992d
  > .soft_c681
  > .sidebar-steel-b1c7
  > .fresh-c00c
  > .feature-54f0
  > .last-776f:hover
  .background-lower-8039 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.next-992d
  > .soft_c681
  > .sidebar-steel-b1c7
  > .fresh-c00c
  > .feature-54f0.feature_f8e1
  > .last-776f
  .background-lower-8039 {
  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);
}
.progress_fresh_02b1 .row_purple_4ffb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress_fresh_02b1 .text_f7fa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress_fresh_02b1 .tag_short_37fc {
  background-color: var(--e-global-color-primary);
}
.progress_fresh_02b1 .tag_short_37fc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.motion-c1c4
  > .soft_c681
  > .form-fd32
  > .box-f818
  > .complex_35f6
  .iron_380e {
  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);
}
.motion-c1c4
  > .soft_c681
  > .form-fd32
  > .box-f818
  > .complex_35f6
  .east_2373 {
  color: var(--e-global-color-text);
}
.motion-c1c4
  > .soft_c681
  > .form-fd32
  > .box-f818
  > .complex_35f6:hover
  .iron_380e {
  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);
}
.motion-c1c4
  > .soft_c681
  > .form-fd32
  > .box-f818
  > .complex_35f6:hover
  .east_2373 {
  color: var(--e-global-color-secondary);
}
.motion-c1c4
  > .soft_c681
  > .form-fd32
  > .box-f818
  > .complex_35f6.small-7da9
  .iron_380e {
  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);
}
.motion-c1c4
  > .soft_c681
  > .form-fd32
  > .box-f818
  > .complex_35f6.small-7da9
  .east_2373 {
  color: var(--e-global-color-primary);
}
.advanced-5855
  .sort_orange_2262
  .static-0595 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.advanced-5855 .gallery_f95b .card-80bc .tooltip_simple_42c6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-east-a98f .nav_741e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-east-a98f .shadow-dae2 .nav_741e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-east-a98f .search-next-65d9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module-east-a98f .search-next-65d9 {
  background-color: var(--e-global-color-primary);
}
.message_hard_84c1 .wrapper-orange-74b8 .module-2ad5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message_hard_84c1
  .wrapper-orange-74b8:hover
  .alert_lite_d1bf {
  color: var(--e-global-color-secondary);
}
.message_hard_84c1
  .wrapper-orange-74b8:hover
  .module-2ad5 {
  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);
}
.badge_d0bc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.left_fbbc {
  flex-direction: column;
}

.left_fbbc .image_c440 {
  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.left_fbbc .image_c440 {
  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);
}

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

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

.pro-8195.primary-66a1 {
  display: none;
}

.breadcrumb_b679 {
  display: none;
}

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

.column_ef78.overlay-4a1f {
  margin-bottom: 40px;
  width: 100%;
}

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

.left_fbbc a {
  width: 100%;
}

.row-b991 .notification_e80f.hovered-88e1 {
  width: 20% !important;
}

.cool-474d {
  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; /* 字母间距 */
}

.cool-474d: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%);
}

.cool-474d svg {
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

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

.accent-up-315c {
  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;
}

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

.accent-up-315c: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);
}

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

.row-b991
  .notification_e80f.info-afa6
  .medium_83ff
  .hard-249a {
  font-size: 20px !important;
}

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

.message_d602 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

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

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

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

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

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

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

  text-align: center;
}

.list_5bd2.input_9a41 > .iron_9311 {
  display: flex;
  align-items: center;
}

.stale-ac8f {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.avatar-ecdc {
  position: relative;
  width: 100%;
}

.simple-fc05 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.logo-15b6 {
  font-size: 35px !important;
}

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

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

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

.row-b991
  .notification_e80f.primary-prev-061f
  .warm-73e9
  .footer-upper-b070 {
  width: 100% !important;
}

.container-1d9a {
  width: 500px !important;
  max-width: none;
}

.fluid-cfac {
  width: 100%;
}

.surface-outer-f719 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

  display: none;
}

.border-2ff0 {
  font-size: 15px !important;
}

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

  visibility: hidden;
}

.photo_238d:hover .status_in_c2bc {
  visibility: visible;
}
.photo_238d:hover.photo_238d::before {
  display: block;
}

.detail_c6b8 h3 {
  color: #fff;
}

.wrapper-609b {
  margin: 0;
}

.row-b991
  .notification_e80f.primary-prev-061f
  .footer-upper-b070
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.thumbnail-bright-cc3f {
  width: 100%;
}

.gold-ba0b {
  width: 100%;
}

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

.gold-ba0b {
  width: 100%;
}

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

.footer-upper-b070 {
  display: flex;
  align-items: center;
}

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

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

.left_fbbc .image_c440.item-over-8e07 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.left_fbbc h1.image_c440 {
  margin-top: 80px !important;
}

.row-b991 .notification_e80f.thumbnail-upper-1997 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.video-static-c871 img {
  width: 100%;
}

.accent-dark-5215 .active_ae11.medium_83ff {
  justify-content: space-between;
}

.overlay-1174 {
  display: none;
}

.text_pro_19fc .dirty-d72a {
  margin: 1px 0 !important;
}

.gallery-fast-021a li {
  margin-bottom: 0 !important;
}

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

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

  .container-1d9a {
    width: 100% !important;
  }
}

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

  .cool-474d svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .accent-dark-5215 .active_ae11.medium_83ff {
    border-bottom: 1px solid #f0c159;
  }

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

  .list_5bd2.input_9a41 > .iron_9311 {
    gap: 15px;
    justify-content: space-between;
  }

  .row-b991
    .notification_e80f.primary-prev-061f
    .footer-upper-b070
    img {
    width: 60% !important;
  }

  .simple-fc05 {
    left: 2%;
  }

  .header_advanced_9ce1 {
    margin: 10px 0;
  }

  .left_fbbc .dirty-d72a {
    margin: 0;
    margin-bottom: 10px;
  }

  .cool-474d {
    font-size: 16px !important;
  }

  .logo-15b6 {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.left_fbbc .image_c440,
  .left_fbbc .image_c440 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .footer-upper-b070 {
    justify-content: center;
  }

  .left_fbbc .dirty-d72a {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .motion-482b {
    margin-bottom: 15px !important;
  }

  .row-b991 .notification_e80f.hovered-88e1 {
    width: 75% !important;
  }

  .video-static-c871 img {
    width: 100% !important;
  }
}

@media (max-width: 550px) {
  .accent-up-315c {
    text-transform: capitalize;
  }

  h2.left_fbbc .image_c440,
  .left_fbbc .image_c440 {
    font-size: 30px !important;
  }

  .footer-upper-b070 {
    justify-content: center;
  }

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

  .red_7ab5
    .medium_87ea.next_e178 {
    margin: 0 !important;
  }

  .stale-ac8f {
    margin: 0;
    gap: 10px;
  }

  .header_advanced_9ce1 {
    display: flex;
  }

  .primary-cef7 .cool-474d {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .plasma-3d7a svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .left_fbbc h1.image_c440 {
    margin-top: 40px !important;
  }

  .row-b991
    .notification_e80f.primary-prev-061f
    .footer-upper-b070
    img,
  .bright_d59f .warm-73e9 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .accent-up-315c {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .row-b991 .notification_e80f.hovered-88e1 {
    width: 100% !important;
  }

  .list_5bd2.input_9a41 > .iron_9311 {
    gap: 3px;
  }

  .left_fbbc .dirty-d72a {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

@media (max-width: 400px) {
  .cool-474d {
    white-space: wrap;
  }
}

/* 超紧凑型导航菜单样式 */
.accent-dark-5215 .active_ae11.medium_83ff {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.accent-dark-5215 .active_ae11.medium_83ff: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);
}

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

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

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

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

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

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

/* 响应式增强 */
@media (max-width: 767px) {
  .accent-dark-5215 .active_ae11.medium_83ff {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .left_fbbc .image_c440 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .cool-474d {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.module-wide-e8a1 .message-outer-24ee {
  flex-shrink: 0;
  white-space: nowrap;
}

.module-wide-e8a1 .warm_2af5 {
  flex-shrink: 0;
  min-width: fit-content;
}

.module-wide-e8a1 .hard-249a {
  white-space: nowrap;
}

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

.module-wide-e8a1 {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* 强制紧凑导航菜单 - 防止重叠 */
.module-wide-e8a1 .message-outer-24ee {
  max-width: 80px !important;
}

.module-wide-e8a1 .warm_2af5 {
  max-width: 80px !important;
  overflow: hidden;
}

.module-wide-e8a1 .active_ae11.medium_83ff {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.module-wide-e8a1 .hard-249a {
  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);
  }
}

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

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

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

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

body .accent-up-315c:nth-child(2),
.row-b991 .accent-up-315c:nth-child(2),
#page .accent-up-315c: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;
}

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

/* css-noise: 7f98 */
.shadow-element-f3 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.3;
}
