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(.plasma-1d10) {
  gap: 0.5em;
}
:where(.list-bright-fb1e) {
  gap: 0.5em;
}
body .aside-2d9c > .caption-right-7365 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .aside-2d9c > .image-wide-abca {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .aside-2d9c > .form-d3d1 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .component-d23d > .caption-right-7365 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .component-d23d > .image-wide-abca {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .component-d23d > .form-d3d1 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .component-d23d
  > :where(:not(.caption-right-7365):not(.image-wide-abca):not(.white_4f92)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .component-d23d > .west-633e {
  max-width: var(--wp--style--global--wide-size);
}
body .plasma-1d10 {
  display: flex;
}
body .plasma-1d10 {
  flex-wrap: wrap;
  align-items: center;
}
body .plasma-1d10 > * {
  margin: 0;
}
body .list-bright-fb1e {
  display: grid;
}
body .list-bright-fb1e > * {
  margin: 0;
}
:where(.menu_full_a97e.plasma-1d10) {
  gap: 2em;
}
:where(.menu_full_a97e.list-bright-fb1e) {
  gap: 2em;
}
:where(.modal-fe11.plasma-1d10) {
  gap: 1.25em;
}
:where(.modal-fe11.list-bright-fb1e) {
  gap: 1.25em;
}
.input-narrow-7e0b {
  color: var(--wp--preset--color--black) !important;
}
.table-62ae {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.avatar_dirty_bab0 {
  color: var(--wp--preset--color--white) !important;
}
.card-over-7881 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.carousel_prev_255d {
  color: var(--wp--preset--color--vivid-red) !important;
}
.detail-lower-1edd {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.sort-next-4291 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.solid_7b0e {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.highlight_gold_ee34 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.focused-ffd8 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.image-d19f {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.rough-85cd {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.west_08ed {
  background-color: var(--wp--preset--color--black) !important;
}
.new_5850 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.caption_simple_a32e {
  background-color: var(--wp--preset--color--white) !important;
}
.hover_8075 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.primary_new_5c53 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.button_out_6a13 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.heading-action-41ad {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.background_4dfb {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.nav_old_fea3 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.accent_short_3df1 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.active-static-232a {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.label-brown-4bf2 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.tooltip_simple_04b8 {
  border-color: var(--wp--preset--color--black) !important;
}
.outline_bronze_0390 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.overlay_cc0b {
  border-color: var(--wp--preset--color--white) !important;
}
.badge-3cb5 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.sidebar_0c1d {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.menu-f77f {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.purple_e0b8 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.pagination_de3f {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.footer_e36b {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.section-456b {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.logo-action-62b0 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.button_eeea {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.mini_8ee6 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.section_f435 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.paragraph-narrow-d679 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.tertiary_cd6a {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.tiny-73d3 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.title-7b21 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.hover_4b30 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.highlight_wide_94b8 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.alert_866a {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.soft-c687 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.backdrop_b8a4 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.info-83b9 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.brown-8847 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.video-9b6c {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.card_focused_8f5a {
  font-size: var(--wp--preset--font-size--large) !important;
}
.video-top-f1b4 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.notice_9fd7 a:where(:not(.popup-pink-c067)) {
  color: inherit;
}
:where(.modal-fe11.plasma-1d10) {
  gap: 1.25em;
}
:where(.modal-fe11.list-bright-fb1e) {
  gap: 1.25em;
}
:where(.menu_full_a97e.plasma-1d10) {
  gap: 2em;
}
:where(.menu_full_a97e.list-bright-fb1e) {
  gap: 2em;
}
.logo-88d2 {
  font-size: 1.5em;
  line-height: 1.6;
}

.list_4d79 .overlay_pressed_05db {
  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);
}
.component-motion-f4fd .message_77c5 {
  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);
}
.module-down-9047 {
  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);
}
.module-down-9047.texture_b203 .hovered_f64b {
  background-color: var(--e-global-color-primary);
}
.module-down-9047.hover-7ec6 .hovered_f64b,
.module-down-9047.gradient_next_c8b1 .hovered_f64b {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.box-54ed .content-7c38 {
  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);
}
.green-9ca4 {
  --divider-color: var(--e-global-color-secondary);
}
.green-9ca4 .input_10c5 {
  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-9ca4.banner-rough-054b .panel-black-576c {
  background-color: var(--e-global-color-secondary);
}
.green-9ca4.label-535b .panel-black-576c,
.green-9ca4.down_e1b2 .panel-black-576c {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.green-9ca4.label-535b .panel-black-576c,
.green-9ca4.down_e1b2 .panel-black-576c svg {
  fill: var(--e-global-color-secondary);
}
.outline_selected_397c .dropdown-7dd5 {
  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);
}
.outline_selected_397c .preview_9d24 {
  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);
}
.component_dark_d2f9.banner-rough-054b .panel-black-576c {
  background-color: var(--e-global-color-primary);
}
.component_dark_d2f9.label-535b .panel-black-576c,
.component_dark_d2f9.down_e1b2 .panel-black-576c {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.component_dark_d2f9.label-535b .panel-black-576c,
.component_dark_d2f9.down_e1b2 .panel-black-576c svg {
  fill: var(--e-global-color-primary);
}
.right_356d.banner-rough-054b .panel-black-576c {
  background-color: var(--e-global-color-primary);
}
.right_356d.label-535b .panel-black-576c,
.right_356d.down_e1b2 .panel-black-576c {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.right_356d .slider_186b {
  color: var(--e-global-color-primary);
}
.right_356d .slider_186b,
.right_356d .slider_186b a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.right_356d .search_304f {
  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);
}
.module-hot-0efd .mask_ec87 {
  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);
}
.footer_24f7 .notification-white-f58f .tag-clean-6506 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paragraph_under_5df2 .nav_bdf3:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.paragraph_under_5df2 .narrow_dfb8 i {
  color: var(--e-global-color-primary);
}
.paragraph_under_5df2 .narrow_dfb8 svg {
  fill: var(--e-global-color-primary);
}
.paragraph_under_5df2 .cool_4c38 {
  color: var(--e-global-color-secondary);
}
.paragraph_under_5df2 .nav_bdf3 > .cool_4c38,
.paragraph_under_5df2 .nav_bdf3 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert-167e .sort-4aff {
  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-167e .hidden-ce65 {
  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_fixed_73c5 .content-c40a .list_c654 {
  background-color: var(--e-global-color-primary);
}
.shade_fixed_73c5 .picture-advanced-3e2f {
  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);
}
.smooth_ddfc .highlight_short_ad8b {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.smooth_ddfc .backdrop-narrow-c5d2 {
  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);
}
.smooth_ddfc .shade_5324 {
  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);
}
.chip_b0cc .panel-69da,
.chip_b0cc .panel-69da a {
  color: var(--e-global-color-primary);
}
.chip_b0cc .panel-69da.slider_dirty_3638,
.chip_b0cc .panel-69da.slider_dirty_3638 a {
  color: var(--e-global-color-accent);
}
.chip_b0cc .panel-69da {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.chip_b0cc .nav-iron-4084 {
  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);
}
.stale-3e24 .filter_stone_a389,
.stale-3e24 .glass-76d0 {
  color: var(--e-global-color-primary);
}
.stale-3e24 .filter_stone_a389 svg {
  fill: var(--e-global-color-primary);
}
.stale-3e24 .slider_dirty_3638 .filter_stone_a389,
.stale-3e24 .slider_dirty_3638 .glass-76d0 {
  color: var(--e-global-color-accent);
}
.stale-3e24 .slider_dirty_3638 .filter_stone_a389 svg {
  fill: var(--e-global-color-accent);
}
.stale-3e24 .glass-76d0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stale-3e24 .nav-iron-4084 {
  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);
}
.hero-focused-87f2 .slider-447b,
.hero-focused-87f2 .content_lower_1ced {
  color: var(--e-global-color-primary);
}
.hero-focused-87f2 .content_lower_1ced svg {
  fill: var(--e-global-color-primary);
}
.hero-focused-87f2 .panel-69da.slider_dirty_3638 a,
.hero-focused-87f2
  .panel-69da.slider_dirty_3638
  .content_lower_1ced {
  color: var(--e-global-color-accent);
}
.hero-focused-87f2 .slider-447b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero-focused-87f2 .nav-iron-4084 {
  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);
}
.south-cc11 .tertiary-ac6c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.south-cc11 .focus_pro_03f3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-eb80 .column_gas_c836 .component_b466 {
  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);
}
.outline-eb80 .column_gas_c836 .photo_0e61 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-eb80 .pattern-4778 .component_b466 {
  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);
}
.outline-eb80
  .pattern-4778
  .photo_0e61 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-eb80
  .backdrop-af43
  .component_b466 {
  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);
}
.outline-eb80
  .backdrop-af43
  .photo_0e61 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-eb80
  .dropdown-last-6d20
  .component_b466 {
  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);
}
.outline-eb80
  .dropdown-last-6d20
  .photo_0e61 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.input-top-81a1 .secondary-8ac1 {
  background-color: var(--e-global-color-primary);
}
.input-top-81a1 .secondary-8ac1:hover {
  background-color: var(--e-global-color-primary);
}
.input-top-81a1 .prev-3a73 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.input-top-81a1
  .secondary-8ac1:hover
  .prev-3a73 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.search-b289 .new_da30 {
  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);
}
.pattern-current-d651 .wrapper_right_bb6e .summary_0a15 a {
  background-color: var(--e-global-color-accent);
}
.pattern-current-d651 .wrapper_right_bb6e .video_1721 a {
  background-color: var(--e-global-color-accent);
}
.pattern-current-d651 .wrapper_right_bb6e .summary_0a15 a,
.pattern-current-d651 .wrapper_right_bb6e .video_1721 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-blue-4c1a
  .hover_b5d8.dropdown_822f
  .wrapper_right_bb6e
  a.preview-new-4f12 {
  background-color: var(--e-global-color-accent);
}
.slider-blue-4c1a
  .hover_b5d8.dropdown_822f
  .wrapper_right_bb6e
  span.preview-new-4f12.fn-current-c526 {
  background-color: var(--e-global-color-text);
}
.slider-blue-4c1a
  .hover_b5d8.dropdown_822f
  .wrapper_right_bb6e
  .preview-new-4f12 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_e3a0 .pro_860d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_e3a0
  .under_4d8a
  > .solid-62cc
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_e3a0
  .feature-2504
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_e3a0
  .paper_1005
  .info_9be8,
.out_e3a0
  .paper_1005
  .stone-124b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.out_e3a0
  .paper_1005
  .module_2c94,
.out_e3a0
  .paper_1005
  a
  .module_2c94 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_e3a0
  .paper_1005
  .tabs_liquid_7f16 {
  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);
}
.out_e3a0
  .paper_1005
  .dirty_9289 {
  background-color: var(--e-global-color-primary);
}
.out_e3a0
  .paper_1005
  .dirty_9289 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_e3a0
  .paper_1005
  .dirty_9289:hover {
  background-color: var(--e-global-color-primary);
}
.out_e3a0
  .paper_1005
  .medium_00f1 {
  background-color: var(--e-global-color-primary);
}
.out_e3a0
  .paper_1005
  .medium_00f1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_e3a0
  .paper_1005
  .medium_00f1:hover {
  background-color: var(--e-global-color-primary);
}
.out_e3a0
  .slow_bb78
  .popup-a0de
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.out_e3a0
  .slow_bb78
  .in-c360 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_e3a0
  .slow_bb78
  .tabs_liquid_7f16 {
  color: var(--e-global-color-text);
}
.out_e3a0
  .slow_bb78
  .tabs_liquid_7f16
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_e3a0
  .slow_bb78
  .dirty_9289 {
  background-color: var(--e-global-color-primary);
}
.out_e3a0
  .slow_bb78
  .dirty_9289 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_e3a0
  .slow_bb78
  .dirty_9289:hover {
  background-color: var(--e-global-color-primary);
}
.out_e3a0
  .slow_bb78
  .medium_00f1 {
  background-color: var(--e-global-color-primary);
}
.out_e3a0
  .slow_bb78
  .medium_00f1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_e3a0
  .slow_bb78
  .medium_00f1:hover {
  background-color: var(--e-global-color-primary);
}
.out_e3a0 .media-aef8 {
  background-color: var(--e-global-color-primary);
}
.out_e3a0 .media-aef8:hover {
  background-color: var(--e-global-color-primary);
}
.out_e3a0 .rough-9099 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.out_e3a0 .gallery_7a97 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accordion-745c .current-55da {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accordion-745c
  .lite-c636
  > div:nth-child(3)
  .current-55da,
.accordion-745c
  .hero-dynamic-ee68
  > div:nth-child(1)
  .current-55da,
.accordion-745c
  .item_motion_7028
  > div:nth-child(1)
  .current-55da,
.accordion-745c
  .hard_26e3
  > div:nth-child(1)
  .current-55da,
.accordion-745c
  .info-upper-9cc0
  > div:nth-child(1)
  .current-55da {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accordion-745c .button-narrow-83fd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accordion-745c .focus_a8ae {
  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);
}
.accordion-745c .fluid-46b8 {
  background-color: var(--e-global-color-primary);
}
.accordion-745c .fluid-46b8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accordion-745c .fluid-46b8:hover {
  background-color: var(--e-global-color-primary);
}
.accordion-745c .rough_f0e0 {
  background-color: var(--e-global-color-primary);
}
.accordion-745c .rough_f0e0:hover {
  background-color: var(--e-global-color-primary);
}
.accordion-745c .rough-9099 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accordion-745c .gallery_7a97 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.disabled-7ce1 .accordion-warm-14c1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.disabled-7ce1 .mini-1c25 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled-7ce1 .pink-fc4b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled-7ce1 .nav-cold-7fe0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled-7ce1 .border-stale-e28d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled-7ce1 .rough_f0e0 {
  background-color: var(--e-global-color-primary);
}
.disabled-7ce1 .rough_f0e0:hover {
  background-color: var(--e-global-color-primary);
}
.last-c062 .thick_a670 {
  background-color: var(--e-global-color-secondary);
}
.last-c062 .primary_316d {
  background-color: var(--e-global-color-text);
}
.last-c062 .gallery-brown-b7b2 {
  background-color: var(--e-global-color-secondary);
}
.last-c062 .disabled-9014 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.last-c062 .border_medium_8844 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last-c062 .slider-c6a1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last-c062 .image-lower-dcfc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last-c062 .main-black-6242 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed_c6bf .mask-ecab .red_dd46,
.fixed_c6bf
  .mask-ecab
  .red_dd46
  a,
.fixed_c6bf .hovered-c7d2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed_c6bf .mask-ecab .stone-7fbb,
.fixed_c6bf .info_687e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed_c6bf .mask-ecab .stone-7fbb {
  color: var(--e-global-color-text);
}
.fixed_c6bf .info_687e {
  color: var(--e-global-color-text);
}
.fixed_c6bf
  .mask-ecab
  .pagination_126e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fixed_c6bf .box_red_d87b .overlay-in-0553 {
  background-color: var(--e-global-color-primary);
}
.fixed_c6bf .box_red_d87b .overlay-in-0553:hover {
  background-color: var(--e-global-color-primary);
}
.fixed_c6bf .box_red_d87b .link_dynamic_6ba6 li span {
  background-color: var(--e-global-color-text);
}
.fixed_c6bf .box_red_d87b .link_dynamic_6ba6 li span:hover {
  background-color: var(--e-global-color-primary);
}
.fixed_c6bf
  .box_red_d87b
  .link_dynamic_6ba6
  li.west_7dad
  span {
  background-color: var(--e-global-color-accent);
}
.fixed_c6bf .stone-1763 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.input_3d82 .simple_1b40 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_eaba .panel-gas-6b6a {
  background-color: var(--e-global-color-primary);
}
.item_eaba .center-c6bd {
  background-color: var(--e-global-color-secondary);
}
.item_eaba .sort_fast_bb83 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_eaba .paper_0076 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_eaba .simple_8c0f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_eaba .detail-20dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_eaba .progress_7276 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_eaba .paragraph-stale-2a49 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_eaba .header-gas-3ea4 {
  background-color: var(--e-global-color-primary);
}
.item_eaba .header-gas-3ea4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.purple-d182 .form_b44b {
  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);
}
.purple-d182 .breadcrumb-bd4d {
  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);
}
.purple-d182
  .chip-8d42:after {
  background-color: var(--e-global-color-primary);
}
.purple-d182 .header-top-7a15 {
  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);
}
.wood_3fc4 .hovered-c7d2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wood_3fc4 .info_687e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-c7dc .picture_d565 .aside-64c8 {
  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);
}
.center-c7dc .picture_d565 .element-copper-0f53 {
  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-dirty-e0fb .header-7fd8 {
  background-color: var(--e-global-color-primary);
}
.content-dirty-e0fb .out-17ea {
  background-color: var(--e-global-color-secondary);
}
.content-dirty-e0fb .footer-4d82 .tertiary_5e89 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content-dirty-e0fb .accent-wood-323c .tertiary_5e89 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-8e0c .advanced-ae6d .info-top-45bd {
  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);
}
.notification-8e0c .advanced-ae6d .description-11dd {
  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);
}
.notification-8e0c .advanced-ae6d .icon-steel-0a57 {
  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);
}
.dark_8c79 .block_rough_4f41 {
  border-color: var(--e-global-color-text);
}
.dark_8c79 .tabs-03a2 {
  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);
}
.dark_8c79 .item-purple-90e7 {
  color: var(--e-global-color-primary);
}
.dark_8c79 .rough_1600 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.alert_45ed .inner_03fb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.alert_45ed .wrapper-a370 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.alert_45ed .accordion-1a66:hover .inner_03fb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.alert_45ed
  .accordion-1a66:hover
  .wrapper-a370 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-dd7e .simple-3b14 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-dd7e .article-stale-7751 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fast-c810 .sidebar_out_2a3b .cool_e77a {
  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-c810 .large_efeb .cool_e77a {
  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);
}
.paper-d7a4 .detail-0307 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.status_wide_9607 .right_1567 .aside-8864 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status_wide_9607 .right_1567 .aside-8864 {
  background-color: var(--e-global-color-secondary);
}
.status_wide_9607 .header_pro_e54f .aside-8864 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status_wide_9607 .header_pro_e54f .aside-8864 {
  background-color: var(--e-global-color-secondary);
}
.status_wide_9607 .notification-short-9b6a .next_fa36 {
  background-color: var(--e-global-color-primary);
}
.status_wide_9607 .notification-short-9b6a:hover .next_fa36 {
  background-color: var(--e-global-color-secondary);
}
.status_wide_9607 .overlay-in-0553 {
  background-color: var(--e-global-color-primary);
}
.status_wide_9607 .overlay-in-0553:hover {
  background-color: var(--e-global-color-accent);
}
.status_wide_9607 .link_dynamic_6ba6 li span {
  background-color: var(--e-global-color-text);
}
.status_wide_9607 .link_dynamic_6ba6 li span:hover {
  background-color: var(--e-global-color-primary);
}
.status_wide_9607 .link_dynamic_6ba6 li.west_7dad span {
  background-color: var(--e-global-color-accent);
}
.popup_simple_ff9a .bright-b160 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup_simple_ff9a .summary-81ef {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_f2a8 .chip-brown-5dc7:before {
  background-color: var(--e-global-color-secondary);
}
.info_f2a8 .tiny_1489 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_f2a8 .texture-9375 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-d1ce .description-rough-b55c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-d1ce .description-rough-b55c:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-d1ce .description-rough-b55c.fn-active-c526 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-d1ce .hard-c120 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-d1ce .stale_3a5b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-d1ce .article_selected_dac7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-d1ce .purple_c465 {
  background-color: var(--e-global-color-primary);
}
.fresh-d1ce .purple_c465 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-d1ce .disabled-5ae0 {
  background-color: var(--e-global-color-primary);
}
.fresh-d1ce .disabled-5ae0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.iron_fef9 .element-pro-59f6 .component_302a a {
  color: var(--e-global-color-secondary);
}
.iron_fef9 .element-pro-59f6 .component_302a a:hover {
  color: var(--e-global-color-secondary);
}
.iron_fef9 .element-pro-59f6 .component_302a,
.iron_fef9 .element-pro-59f6 .component_302a a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_fef9 .element-pro-59f6 .info_hard_da90 {
  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);
}
.iron_fef9 .element-pro-59f6 .hard_c115 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_fef9 .element-pro-59f6 .pro_e73e {
  background-color: var(--e-global-color-primary);
}
.iron_fef9 .element-pro-59f6 .pro_e73e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_fef9 .element-pro-59f6 .pro_e73e:hover {
  background-color: var(--e-global-color-primary);
}
.iron_fef9 .element-pro-59f6 .plasma_4a25 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.iron_fef9 .element-pro-59f6 .plasma_4a25 {
  background-color: var(--e-global-color-primary);
}
.iron_fef9 .element-pro-59f6 .plasma_4a25:hover {
  background-color: var(--e-global-color-primary);
}
.iron_fef9 .element-pro-59f6 .overlay-in-0553 {
  background-color: var(--e-global-color-primary);
}
.iron_fef9 .element-pro-59f6 .overlay-in-0553:hover {
  background-color: var(--e-global-color-primary);
}
.iron_fef9 .box_red_d87b .link_dynamic_6ba6 li span {
  background-color: var(--e-global-color-text);
}
.iron_fef9 .box_red_d87b .link_dynamic_6ba6 li span:hover {
  background-color: var(--e-global-color-primary);
}
.iron_fef9 .box_red_d87b .link_dynamic_6ba6 li.west_7dad span {
  background-color: var(--e-global-color-accent);
}
.iron_fef9 .rough-9099 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.iron_fef9 .gallery_7a97 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mini-28ab .detail-dynamic-947e .gold-7d12 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mini-28ab .detail-dynamic-947e .chip-1a35 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini-28ab .detail-dynamic-947e .advanced_1e8d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_b23d .wrapper-clean-ad4a {
  border-color: var(--e-global-color-text);
}
.feature_b23d .search-blue-adf8 {
  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);
}
.feature_b23d .picture_300d {
  color: var(--e-global-color-secondary);
}
.feature_b23d .picture_300d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_b23d .shadow-c384 > * {
  color: var(--e-global-color-primary);
}
.feature_b23d .shadow-c384 > * svg {
  fill: var(--e-global-color-primary);
}
.feature_b23d .active_1174 {
  color: var(--e-global-color-primary);
}
.feature_b23d .active_1174 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature_b23d .next_9b68 {
  color: var(--e-global-color-primary);
}
.feature_b23d .next_9b68 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature_b23d .text-simple-97ff {
  color: var(--e-global-color-primary);
}
.feature_b23d .text-simple-97ff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_b23d .dirty_6279 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_b23d .preview-center-2ee4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_b23d .preview-center-2ee4.active_up_9a3b {
  color: var(--e-global-color-secondary);
}
.feature_b23d .preview-center-2ee4.active_up_9a3b .middle-f836 {
  color: var(--e-global-color-accent);
}
.feature_b23d .preview-center-2ee4.box-3344 {
  color: var(--e-global-color-text);
}
.feature_b23d .preview-center-2ee4.box-3344 .middle-f836 {
  color: var(--e-global-color-text);
}
.feature_b23d .preview-center-2ee4:before {
  border-top-color: var(--e-global-color-text);
}
.feature_b23d .heading-e090 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_b23d
  .heading-e090
  .table_76c7 {
  background-color: var(--e-global-color-primary);
}
.feature_b23d
  .heading-e090
  .table_76c7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature_b23d .wrapper-clean-ad4a .tertiary_442c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny_86ad .red_5685 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tiny_86ad .tiny_fd7d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider_21b6 .fluid-6d36 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider_21b6
  .accordion_right_f011
  .pagination-8f82 {
  background-color: var(--e-global-color-secondary);
}
.slider_21b6
  .accordion_right_f011.smooth_2c67
  .pagination-8f82 {
  background-color: var(--e-global-color-text);
}
.slider_21b6
  .accordion_right_f011:hover
  .pagination-8f82 {
  background-color: var(--e-global-color-accent);
}
.slider_21b6
  .accordion_right_f011.fn-active-c526
  .pagination-8f82 {
  background-color: var(--e-global-color-primary);
}
.out_58e7 .dropdown-dark-8a31 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.out_58e7 .badge_7149 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_58e7 .accent-dac1 {
  background-color: var(--e-global-color-primary);
}
.out_58e7 .accent-dac1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bright-8684 .shadow-2ceb .thick-2965 .box_pressed_7833 {
  background-color: var(--e-global-color-secondary);
}
.bright-8684 .shadow-2ceb .static_51e1:after {
  background-color: var(--e-global-color-secondary);
}
.bright-8684 .focus_fabc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bright-8684 .medium_bccd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bright-8684 .pressed-0113 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bright-8684 .search_east_1e4d {
  background-color: var(--e-global-color-primary);
}
.bright-8684 .search_east_1e4d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bright-8684 .shade_pressed_0ecc {
  background-color: var(--e-global-color-secondary);
}
.bright-8684 .shade_pressed_0ecc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bright-8684 .shadow-2ceb .smooth_5bf4 .table_78df:hover {
  background-color: var(--e-global-color-primary);
}
.bright-8684
  .shadow-2ceb
  .smooth_5bf4
  .table_78df.media_hovered_760e {
  background-color: var(--e-global-color-primary);
}
.bright-8684 .shadow-2ceb .preview_clean_17ec:before {
  border-color: var(--e-global-color-primary);
}
.bright-8684 .shadow-2ceb .preview_clean_17ec:hover:before {
  border-color: var(--e-global-color-secondary);
}
.bright-8684
  .shadow-2ceb
  .preview_clean_17ec.lite-da3b:before {
  border-color: var(--e-global-color-primary);
}
.bright-8684 .content-pro-5b97 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element-d77f .breadcrumb_ee65 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element-d77f .breadcrumb_ee65:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element-d77f .breadcrumb_ee65.status-6f4b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element-d77f .rough_07b3 {
  background-color: var(--e-global-color-primary);
}
.element-d77f .rough_07b3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element-d77f
  .pink_d033
  .container-658f
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element-d77f
  .header-81a3
  .container-658f
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element_thick_6ecf
  .detail_e043
  .aside_lite_6bd1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_thick_6ecf
  .detail_e043
  .banner_40d4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_thick_6ecf .heading_a54b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_thick_6ecf .description_9153 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.element_thick_6ecf .current_3318 {
  background-color: var(--e-global-color-primary);
}
.element_thick_6ecf .current_3318 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.cool-979a .section-fast-4136 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-979a .mask-a9d8 {
  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);
}
.cool-979a .input-618c {
  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);
}
.cool-979a .input-618c a:hover {
  color: var(--e-global-color-secondary);
}
.cool-979a .under-73ca {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cool-979a .secondary-iron-6167 {
  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);
}
.cool-979a .menu_brown_a27e .overlay-in-0553 {
  background-color: var(--e-global-color-primary);
}
.cool-979a .menu_brown_a27e .overlay-in-0553:hover {
  background-color: var(--e-global-color-accent);
}
.cool-979a
  .menu_brown_a27e
  .link_dynamic_6ba6
  li
  span {
  background-color: var(--e-global-color-text);
}
.cool-979a
  .menu_brown_a27e
  .link_dynamic_6ba6
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.cool-979a
  .menu_brown_a27e
  .link_dynamic_6ba6
  li.west_7dad
  span {
  background-color: var(--e-global-color-accent);
}
.gradient_red_6fbc
  .huge-c111
  .iron_503f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient_red_6fbc .huge-c111 .hidden_full_e2e9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient_red_6fbc .huge-c111 .popup-gas-31b9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient_red_6fbc .button_0ea8 {
  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);
}
.gradient_red_6fbc
  .active-8884.static_7f8e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > a {
  background-color: var(--e-global-color-text);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > a
  .hover-8a4f.widget-current-e601 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > a
  .input-next-64a4.pressed_1780 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > .full-8d2d
  .fixed_296b
  > a {
  background-color: var(--e-global-color-secondary);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > .full-8d2d
  .fixed_296b
  > a
  .disabled-west-4ccc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > .full-8d2d
  .fixed_296b
  > a
  .input-next-64a4.fluid_84af {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > a
  .block_active_7e87:before {
  color: var(--e-global-color-text);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > .full-8d2d
  a
  .block_active_7e87:before {
  color: var(--e-global-color-text);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b.lower-275d
  > a
  .block_active_7e87:before {
  color: var(--e-global-color-text);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > .full-8d2d
  .fixed_296b.lower-275d
  > a
  .block_active_7e87:before {
  color: var(--e-global-color-text);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > a
  .small-4869
  .info-25c9 {
  color: var(--e-global-color-text);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > .full-8d2d
  a
  .small-4869
  .info-25c9 {
  color: var(--e-global-color-text);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > a
  .small-4869
  .info-25c9,
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > .full-8d2d
  a
  .small-4869
  .info-25c9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > a
  .accordion-acfc:before {
  color: var(--e-global-color-text);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > .full-8d2d
  a
  .accordion-acfc:before {
  color: var(--e-global-color-text);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b.lower-275d
  > a
  .accordion-acfc:before {
  color: var(--e-global-color-text);
}
.tooltip-east-b5db
  > .shade-1976
  > div
  > .search-26da
  > .fixed_296b
  > .full-8d2d
  .fixed_296b.lower-275d
  > a
  .accordion-acfc:before {
  color: var(--e-global-color-text);
}
.fixed_a9fa .orange_635c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fixed_a9fa
  .footer_5a48:hover
  .orange_635c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_center_cb03
  > .shade-1976
  > .header-solid-95ac
  > .red-fc35
  > .warm-2180
  > .pro_cf61
  .primary_liquid_f531 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border_center_cb03
  > .shade-1976
  > .header-solid-95ac
  > .red-fc35
  > .warm-2180
  > .pro_cf61:hover
  .primary_liquid_f531 {
  color: var(--e-global-color-text);
}
.border_center_cb03
  > .shade-1976
  > .header-solid-95ac
  > .red-fc35
  > .warm-2180
  > .pro_cf61:hover
  .primary_liquid_f531 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border_center_cb03
  > .shade-1976
  > .header-solid-95ac
  > .red-fc35
  > .warm-2180.heading_e631
  > .pro_cf61
  .primary_liquid_f531 {
  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);
}
.main_yellow_bf9e .tooltip-aabc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_yellow_bf9e .texture_1534 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_yellow_bf9e .hover-bc3f {
  background-color: var(--e-global-color-primary);
}
.main_yellow_bf9e .hover-bc3f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.in_0c7e
  > .shade-1976
  > .glass-05a5
  > .panel-new-b19b
  > .bottom-3ac8
  .tall_9a45 {
  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);
}
.in_0c7e
  > .shade-1976
  > .glass-05a5
  > .panel-new-b19b
  > .bottom-3ac8
  .box-2a89 {
  color: var(--e-global-color-text);
}
.in_0c7e
  > .shade-1976
  > .glass-05a5
  > .panel-new-b19b
  > .bottom-3ac8:hover
  .tall_9a45 {
  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);
}
.in_0c7e
  > .shade-1976
  > .glass-05a5
  > .panel-new-b19b
  > .bottom-3ac8:hover
  .box-2a89 {
  color: var(--e-global-color-secondary);
}
.in_0c7e
  > .shade-1976
  > .glass-05a5
  > .panel-new-b19b
  > .bottom-3ac8.hard_5bf3
  .tall_9a45 {
  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);
}
.in_0c7e
  > .shade-1976
  > .glass-05a5
  > .panel-new-b19b
  > .bottom-3ac8.hard_5bf3
  .box-2a89 {
  color: var(--e-global-color-primary);
}
.slow_39e1
  .popup_297e
  .detail_1db5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow_39e1 .silver_4815 .tertiary_442c .secondary-f773 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.under-dd1c .glass_4f22 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.under-dd1c .card-d6b0 .glass_4f22 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.under-dd1c .notification_dark_96a8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.under-dd1c .notification_dark_96a8 {
  background-color: var(--e-global-color-primary);
}
.message_2f32 .widget_selected_e4f4 .info_outer_5539 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message_2f32
  .widget_selected_e4f4:hover
  .pattern_5d19 {
  color: var(--e-global-color-secondary);
}
.message_2f32
  .widget_selected_e4f4:hover
  .info_outer_5539 {
  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);
}
.button-prev-ed78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.disabled_ae2b {
  flex-direction: column;
}

.disabled_ae2b .block-blue-9bd6 {
  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.disabled_ae2b .block-blue-9bd6 {
  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);
}

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

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

.shadow_north_99b3.preview_middle_cd49 {
  display: none;
}

.description-tall-9122 {
  display: none;
}

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

.background-be9a.article-clean-82f1 {
  margin-bottom: 40px;
  width: 100%;
}

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

.disabled_ae2b a {
  width: 100%;
}

.center_066d .row-72ad.first-2006 {
  width: 20% !important;
}

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

.panel-a739: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%);
}

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

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

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

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

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

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

.center_066d
  .row-72ad.first_3906
  .picture_fe6f
  .notice_over_7d52 {
  font-size: 20px !important;
}

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

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

.media-475b h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.logo-prev-1c7b.easy-3416 > .focused_9915 {
  display: flex;
  align-items: center;
}

.list-action-53b0 {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

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

.lite-031f {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

.shade-solid-17bb {
  width: 150px !important;
  height: 150px !important;
  max-width: none;
  border-radius: 20px;
}

.action-6d41 {
  display: flex;
  gap: 50px;
}

.center_066d
  .row-72ad.video_1c2e
  .upper-263e
  .cold_64ef {
  width: 100% !important;
}

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

.banner-left-e41c {
  width: 100%;
}

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

.widget-c58d {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

.mini-4739 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.widget-c58d:hover .mini-4739 {
  visibility: visible;
}
.widget-c58d:hover.widget-c58d::before {
  display: block;
}

.media-475b h3 {
  color: #fff;
}

.layout_pressed_41c9 {
  margin: 0;
}

.center_066d
  .row-72ad.video_1c2e
  .cold_64ef
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.nav_0cc3 {
  width: 100%;
}

.accordion_00d4 {
  width: 100%;
}

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

.accordion_00d4 {
  width: 100%;
}

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

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

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

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

.disabled_ae2b .block-blue-9bd6.hard_2d93 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.disabled_ae2b h1.block-blue-9bd6 {
  margin-top: 80px !important;
}

.center_066d .row-72ad.component-thick-67b0 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.border_narrow_2ea8 img {
  width: 100%;
}

.texture-cold-3b45 .search_2f2a.picture_fe6f {
  justify-content: space-between;
}

.green_ab5b {
  display: none;
}

.active_a497 .menu-stone-d4a2 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .logo-prev-1c7b .focused_9915 {
    flex-wrap: nowrap !important;
  }
}

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

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

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

  .panel-a739 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .texture-cold-3b45 .search_2f2a.picture_fe6f {
    border-bottom: 1px solid #f0c159;
  }

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

  .logo-prev-1c7b.easy-3416 > .focused_9915 {
    gap: 15px;
    justify-content: space-between;
  }

  .center_066d
    .row-72ad.video_1c2e
    .cold_64ef
    img {
    width: 60% !important;
  }

  .lite-031f {
    left: 2%;
  }

  .feature-slow-8ae5 {
    margin: 10px 0;
  }

  .disabled_ae2b .menu-stone-d4a2 {
    margin: 0;
    margin-bottom: 10px;
  }

  .panel-a739 {
    font-size: 16px !important;
  }

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

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

  h2.disabled_ae2b .block-blue-9bd6,
  .disabled_ae2b .block-blue-9bd6 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .cold_64ef {
    justify-content: center;
  }

  .disabled_ae2b .menu-stone-d4a2 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .center_066d .row-72ad.first-2006 {
    width: 75% !important;
  }

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

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

  h2.disabled_ae2b .block-blue-9bd6,
  .disabled_ae2b .block-blue-9bd6 {
    font-size: 30px !important;
  }

  .cold_64ef {
    justify-content: center;
  }

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

  .paragraph_bf3e
    .down_f497.dirty_bdd8 {
    margin: 0 !important;
  }

  .list-action-53b0 {
    margin: 0;
    gap: 10px;
  }

  .feature-slow-8ae5 {
    display: flex;
  }

  .last_1f28 .panel-a739 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .image-82c4 svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .disabled_ae2b h1.block-blue-9bd6 {
    margin-top: 40px !important;
  }

  .center_066d
    .row-72ad.video_1c2e
    .cold_64ef
    img,
  .outline_selected_397c .upper-263e {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .center_066d .row-72ad.first-2006 {
    width: 100% !important;
  }

  .logo-prev-1c7b.easy-3416 > .focused_9915 {
    gap: 3px;
  }

  .disabled_ae2b .menu-stone-d4a2 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.texture-cold-3b45 .search_2f2a.picture_fe6f {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.texture-cold-3b45 .search_2f2a.picture_fe6f: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);
}

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

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

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

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

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

/* 图片块简化样式 */
.shade-solid-17bb {
  display: block;
}

/* 响应式增强 */
@media (max-width: 767px) {
  .texture-cold-3b45 .search_2f2a.picture_fe6f {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .disabled_ae2b .block-blue-9bd6 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .panel-a739 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.tall-4703 .overlay_tall_c40f {
  flex-shrink: 0;
  white-space: nowrap;
}

.tall-4703 .pagination_6ea9 {
  flex-shrink: 0;
  min-width: fit-content;
}

.tall-4703 .notice_over_7d52 {
  white-space: nowrap;
}

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

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

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

.tall-4703 .pagination_6ea9 {
  max-width: 80px !important;
  overflow: hidden;
}

.tall-4703 .search_2f2a.picture_fe6f {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.tall-4703 .notice_over_7d52 {
  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);
  }
}

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

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

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

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

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

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

/* css-noise: f7d9 */
.widget-item-o9 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
