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(.backdrop-right-d8f9) {
  gap: 0.5em;
}
:where(.paper-f8e4) {
  gap: 0.5em;
}
body .popup-25cc > .tabs-d87f {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .popup-25cc > .texture_2b14 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .popup-25cc > .button-small-b3ad {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .input_2c87 > .tabs-d87f {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .input_2c87 > .texture_2b14 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .input_2c87 > .button-small-b3ad {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .input_2c87
  > :where(:not(.tabs-d87f):not(.texture_2b14):not(.short-f16d)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .input_2c87 > .orange_7617 {
  max-width: var(--wp--style--global--wide-size);
}
body .backdrop-right-d8f9 {
  display: flex;
}
body .backdrop-right-d8f9 {
  flex-wrap: wrap;
  align-items: center;
}
body .backdrop-right-d8f9 > * {
  margin: 0;
}
body .paper-f8e4 {
  display: grid;
}
body .paper-f8e4 > * {
  margin: 0;
}
:where(.tag-d2f4.backdrop-right-d8f9) {
  gap: 2em;
}
:where(.tag-d2f4.paper-f8e4) {
  gap: 2em;
}
:where(.alert-6d32.backdrop-right-d8f9) {
  gap: 1.25em;
}
:where(.alert-6d32.paper-f8e4) {
  gap: 1.25em;
}
.label-solid-5e22 {
  color: var(--wp--preset--color--black) !important;
}
.focus_bc00 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.label-9a0e {
  color: var(--wp--preset--color--white) !important;
}
.first_e953 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.row_fdd8 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.pro-bc46 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.center_ff01 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.active-a923 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.surface_0910 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.cool-58a8 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.cold-c7c3 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.motion-19af {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.pattern_5671 {
  background-color: var(--wp--preset--color--black) !important;
}
.basic_15a2 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.section-active-d0e5 {
  background-color: var(--wp--preset--color--white) !important;
}
.filter-e38c {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.tooltip-hard-28eb {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.text_wide_837f {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.brown_4482 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.highlight-cool-5e11 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.bottom_111e {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.warm_cb28 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.pagination_0646 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.top-a3c2 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.aside_cool_1833 {
  border-color: var(--wp--preset--color--black) !important;
}
.texture-f375 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.logo-lite-a416 {
  border-color: var(--wp--preset--color--white) !important;
}
.left-2466 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.stale_377e {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.paragraph-0854 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.widget-b16d {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.article_e58f {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.gradient_2f14 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.shade-511c {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.avatar-7cf8 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.detail-89d8 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.disabled_cb7c {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.detail-basic-486e {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.message_smooth_1b22 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.accent_ffae {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.up-1138 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.up-031a {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.icon-gold-a328 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.dropdown-d1e6 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.bright-fba9 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.prev_b4d0 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.new_c8f4 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.small-bb8a {
  background: var(--wp--preset--gradient--midnight) !important;
}
.in_6117 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.outline-fluid-2b7d {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.image-plasma-4204 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.filter-0557 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.slider_fast_c037 a:where(:not(.box_9d32)) {
  color: inherit;
}
:where(.alert-6d32.backdrop-right-d8f9) {
  gap: 1.25em;
}
:where(.alert-6d32.paper-f8e4) {
  gap: 1.25em;
}
:where(.tag-d2f4.backdrop-right-d8f9) {
  gap: 2em;
}
:where(.tag-d2f4.paper-f8e4) {
  gap: 2em;
}
.grid_9bd4 {
  font-size: 1.5em;
  line-height: 1.6;
}

.green-5a05 .last_9402 {
  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_29d3 .fixed_0df8 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section_12ee {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section_12ee.outline-c1bd .static-af8f {
  background-color: var(--e-global-color-primary);
}
.section_12ee.left-12cd .static-af8f,
.section_12ee.tall-ea80 .static-af8f {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.frame_hard_4444 .iron_b526 {
  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);
}
.accordion-small-268f {
  --divider-color: var(--e-global-color-secondary);
}
.accordion-small-268f .mask-fluid-423c {
  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-small-268f.huge_1c8a .input-43da {
  background-color: var(--e-global-color-secondary);
}
.accordion-small-268f.sidebar-red-0675 .input-43da,
.accordion-small-268f.detail_2506 .input-43da {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.accordion-small-268f.sidebar-red-0675 .input-43da,
.accordion-small-268f.detail_2506 .input-43da svg {
  fill: var(--e-global-color-secondary);
}
.sidebar-advanced-c019 .section-91e1 {
  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);
}
.sidebar-advanced-c019 .inner_e275 {
  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);
}
.card_9624.huge_1c8a .input-43da {
  background-color: var(--e-global-color-primary);
}
.card_9624.sidebar-red-0675 .input-43da,
.card_9624.detail_2506 .input-43da {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.card_9624.sidebar-red-0675 .input-43da,
.card_9624.detail_2506 .input-43da svg {
  fill: var(--e-global-color-primary);
}
.footer-a3b7.huge_1c8a .input-43da {
  background-color: var(--e-global-color-primary);
}
.footer-a3b7.sidebar-red-0675 .input-43da,
.footer-a3b7.detail_2506 .input-43da {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.footer-a3b7 .cool-69cc {
  color: var(--e-global-color-primary);
}
.footer-a3b7 .cool-69cc,
.footer-a3b7 .cool-69cc a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.footer-a3b7 .overlay_gas_b07c {
  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);
}
.description-new-4959 .top-ef04 {
  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);
}
.wrapper-ed27 .mask_up_5b08 .bright-54d2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.picture-focused-59d9 .dark-dd14:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.picture-focused-59d9 .pagination_yellow_3179 i {
  color: var(--e-global-color-primary);
}
.picture-focused-59d9 .pagination_yellow_3179 svg {
  fill: var(--e-global-color-primary);
}
.picture-focused-59d9 .badge_dark_2efe {
  color: var(--e-global-color-secondary);
}
.picture-focused-59d9 .dark-dd14 > .badge_dark_2efe,
.picture-focused-59d9 .dark-dd14 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero-00cf .new-20c8 {
  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);
}
.hero-00cf .title_short_00e7 {
  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);
}
.section_copper_d8a0 .yellow_33a5 .progress-e8f0 {
  background-color: var(--e-global-color-primary);
}
.section_copper_d8a0 .up-4311 {
  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);
}
.yellow_d538 .column-52a7 {
  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);
}
.yellow_d538 .preview-285b {
  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);
}
.yellow_d538 .widget_f2ba {
  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);
}
.popup_dim_d28f .outline-left-cc1b,
.popup_dim_d28f .outline-left-cc1b a {
  color: var(--e-global-color-primary);
}
.popup_dim_d28f .outline-left-cc1b.gallery_green_1604,
.popup_dim_d28f .outline-left-cc1b.gallery_green_1604 a {
  color: var(--e-global-color-accent);
}
.popup_dim_d28f .outline-left-cc1b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup_dim_d28f .stale-e10b {
  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);
}
.glass_542d .tooltip_inner_36a7,
.glass_542d .hidden-green-5c71 {
  color: var(--e-global-color-primary);
}
.glass_542d .tooltip_inner_36a7 svg {
  fill: var(--e-global-color-primary);
}
.glass_542d .gallery_green_1604 .tooltip_inner_36a7,
.glass_542d .gallery_green_1604 .hidden-green-5c71 {
  color: var(--e-global-color-accent);
}
.glass_542d .gallery_green_1604 .tooltip_inner_36a7 svg {
  fill: var(--e-global-color-accent);
}
.glass_542d .hidden-green-5c71 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.glass_542d .stale-e10b {
  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);
}
.focus_5434 .fresh-580c,
.focus_5434 .paragraph-active-26c2 {
  color: var(--e-global-color-primary);
}
.focus_5434 .paragraph-active-26c2 svg {
  fill: var(--e-global-color-primary);
}
.focus_5434 .outline-left-cc1b.gallery_green_1604 a,
.focus_5434
  .outline-left-cc1b.gallery_green_1604
  .paragraph-active-26c2 {
  color: var(--e-global-color-accent);
}
.focus_5434 .fresh-580c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus_5434 .stale-e10b {
  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);
}
.soft_0bd9 .thumbnail-brown-9101 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.soft_0bd9 .middle-fd54 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard-d114 .inner-d2f6 .carousel_up_1ef0 {
  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);
}
.hard-d114 .inner-d2f6 .purple-195c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard-d114 .table_west_bae3 .carousel_up_1ef0 {
  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);
}
.hard-d114
  .table_west_bae3
  .purple-195c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard-d114
  .dirty_4c47
  .carousel_up_1ef0 {
  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);
}
.hard-d114
  .dirty_4c47
  .purple-195c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard-d114
  .top_551a
  .carousel_up_1ef0 {
  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);
}
.hard-d114
  .top_551a
  .purple-195c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media_1b4f .disabled_warm_13c8 {
  background-color: var(--e-global-color-primary);
}
.media_1b4f .disabled_warm_13c8:hover {
  background-color: var(--e-global-color-primary);
}
.media_1b4f .purple-5734 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.media_1b4f
  .disabled_warm_13c8:hover
  .purple-5734 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mini_fb09 .table_first_c45b {
  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-170c .container-paper-9a37 .photo_middle_010e a {
  background-color: var(--e-global-color-accent);
}
.pattern-170c .container-paper-9a37 .paper_7294 a {
  background-color: var(--e-global-color-accent);
}
.pattern-170c .container-paper-9a37 .photo_middle_010e a,
.pattern-170c .container-paper-9a37 .paper_7294 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-964e
  .background_bee7.form_a7f7
  .container-paper-9a37
  a.title_static_69ca {
  background-color: var(--e-global-color-accent);
}
.picture-964e
  .background_bee7.form_a7f7
  .container-paper-9a37
  span.title_static_69ca.fn-current-d586 {
  background-color: var(--e-global-color-text);
}
.picture-964e
  .background_bee7.form_a7f7
  .container-paper-9a37
  .title_static_69ca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5c9e .logo_stale_d74b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5c9e
  .right-eb1a
  > .nav-325b
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5c9e
  .gallery-c991
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5c9e
  .module_large_39e9
  .description-fc49,
.center_5c9e
  .module_large_39e9
  .slider_d06a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center_5c9e
  .module_large_39e9
  .nav-782d,
.center_5c9e
  .module_large_39e9
  a
  .nav-782d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5c9e
  .module_large_39e9
  .card-1020 {
  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);
}
.center_5c9e
  .module_large_39e9
  .fluid_4414 {
  background-color: var(--e-global-color-primary);
}
.center_5c9e
  .module_large_39e9
  .fluid_4414 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5c9e
  .module_large_39e9
  .fluid_4414:hover {
  background-color: var(--e-global-color-primary);
}
.center_5c9e
  .module_large_39e9
  .gas-d916 {
  background-color: var(--e-global-color-primary);
}
.center_5c9e
  .module_large_39e9
  .gas-d916 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5c9e
  .module_large_39e9
  .gas-d916:hover {
  background-color: var(--e-global-color-primary);
}
.center_5c9e
  .chip_liquid_f6c6
  .container-orange-a348
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center_5c9e
  .chip_liquid_f6c6
  .black_7df5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5c9e
  .chip_liquid_f6c6
  .card-1020 {
  color: var(--e-global-color-text);
}
.center_5c9e
  .chip_liquid_f6c6
  .card-1020
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5c9e
  .chip_liquid_f6c6
  .fluid_4414 {
  background-color: var(--e-global-color-primary);
}
.center_5c9e
  .chip_liquid_f6c6
  .fluid_4414 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5c9e
  .chip_liquid_f6c6
  .fluid_4414:hover {
  background-color: var(--e-global-color-primary);
}
.center_5c9e
  .chip_liquid_f6c6
  .gas-d916 {
  background-color: var(--e-global-color-primary);
}
.center_5c9e
  .chip_liquid_f6c6
  .gas-d916 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5c9e
  .chip_liquid_f6c6
  .gas-d916:hover {
  background-color: var(--e-global-color-primary);
}
.center_5c9e .orange_c0b1 {
  background-color: var(--e-global-color-primary);
}
.center_5c9e .orange_c0b1:hover {
  background-color: var(--e-global-color-primary);
}
.center_5c9e .filter-wood-4901 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center_5c9e .gallery_b665 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider-78e7 .container_small_8c12 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider-78e7
  .picture-88a5
  > div:nth-child(3)
  .container_small_8c12,
.slider-78e7
  .tag-selected-edc1
  > div:nth-child(1)
  .container_small_8c12,
.slider-78e7
  .content-cd21
  > div:nth-child(1)
  .container_small_8c12,
.slider-78e7
  .hot_1382
  > div:nth-child(1)
  .container_small_8c12,
.slider-78e7
  .title-3899
  > div:nth-child(1)
  .container_small_8c12 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider-78e7 .tertiary-hard-49c8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-78e7 .component-8142 {
  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);
}
.slider-78e7 .pagination_5f05 {
  background-color: var(--e-global-color-primary);
}
.slider-78e7 .pagination_5f05 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-78e7 .pagination_5f05:hover {
  background-color: var(--e-global-color-primary);
}
.slider-78e7 .element_small_afad {
  background-color: var(--e-global-color-primary);
}
.slider-78e7 .element_small_afad:hover {
  background-color: var(--e-global-color-primary);
}
.slider-78e7 .filter-wood-4901 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider-78e7 .gallery_b665 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress-c74b .purple-29d3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress-c74b .hard_d6eb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-c74b .footer-last-ec19 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-c74b .tooltip_bright_31bd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-c74b .article_5215 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-c74b .element_small_afad {
  background-color: var(--e-global-color-primary);
}
.progress-c74b .element_small_afad:hover {
  background-color: var(--e-global-color-primary);
}
.breadcrumb_efd5 .accordion-brown-7b89 {
  background-color: var(--e-global-color-secondary);
}
.breadcrumb_efd5 .mini-2a0b {
  background-color: var(--e-global-color-text);
}
.breadcrumb_efd5 .fresh_337d {
  background-color: var(--e-global-color-secondary);
}
.breadcrumb_efd5 .wood-9189 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb_efd5 .full-5215 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_efd5 .tertiary-iron-d51d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_efd5 .summary_steel_4ec7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_efd5 .thick_6164 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-58aa .green-7ad8 .grid-ac6c,
.video-58aa
  .green-7ad8
  .grid-ac6c
  a,
.video-58aa .photo_tall_71bc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-58aa .green-7ad8 .text_1eae,
.video-58aa .video_88da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-58aa .green-7ad8 .text_1eae {
  color: var(--e-global-color-text);
}
.video-58aa .video_88da {
  color: var(--e-global-color-text);
}
.video-58aa
  .green-7ad8
  .header_static_8b8c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.video-58aa .shade_88a0 .list-6c4a {
  background-color: var(--e-global-color-primary);
}
.video-58aa .shade_88a0 .list-6c4a:hover {
  background-color: var(--e-global-color-primary);
}
.video-58aa .shade_88a0 .sidebar-2f98 li span {
  background-color: var(--e-global-color-text);
}
.video-58aa .shade_88a0 .sidebar-2f98 li span:hover {
  background-color: var(--e-global-color-primary);
}
.video-58aa
  .shade_88a0
  .sidebar-2f98
  li.input-right-6718
  span {
  background-color: var(--e-global-color-accent);
}
.video-58aa .popup_4bbf span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary_1fae .text-tiny-7128 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.cold_2414 .fixed-e776 {
  background-color: var(--e-global-color-primary);
}
.cold_2414 .purple-112a {
  background-color: var(--e-global-color-secondary);
}
.cold_2414 .fixed-e30e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold_2414 .alert_b27b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold_2414 .heading_gas_2bfe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold_2414 .progress-in-8f10 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold_2414 .complex-feb4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold_2414 .image-liquid-4521 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold_2414 .left-d6fa {
  background-color: var(--e-global-color-primary);
}
.cold_2414 .left-d6fa {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.active_99e2 .item_east_5ceb {
  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_99e2 .selected-b1f2 {
  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);
}
.active_99e2
  .full_3662:after {
  background-color: var(--e-global-color-primary);
}
.active_99e2 .panel_advanced_3547 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-dark-aee0 .photo_tall_71bc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-dark-aee0 .video_88da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_stone_fde4 .tabs_active_dfb5 .list-c355 {
  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);
}
.hero_stone_fde4 .tabs_active_dfb5 .disabled_e42f {
  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);
}
.detail_new_b989 .icon_steel_ec13 {
  background-color: var(--e-global-color-primary);
}
.detail_new_b989 .aside_5091 {
  background-color: var(--e-global-color-secondary);
}
.detail_new_b989 .header_dynamic_61fd .shade_steel_93b1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.detail_new_b989 .selected-d49a .shade_steel_93b1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text_wide_b7d1 .iron-2b08 .wide-4d4a {
  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);
}
.text_wide_b7d1 .iron-2b08 .tertiary-east-3978 {
  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);
}
.text_wide_b7d1 .iron-2b08 .tertiary_cdf6 {
  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);
}
.warm_d6eb .search_8cda {
  border-color: var(--e-global-color-text);
}
.warm_d6eb .notice-b3e7 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.warm_d6eb .upper-a192 {
  color: var(--e-global-color-primary);
}
.warm_d6eb .highlight-easy-2fba {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar-iron-3369 .icon_c197 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.avatar-iron-3369 .backdrop_left_18e2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.avatar-iron-3369 .copper-3f4a:hover .icon_c197 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.avatar-iron-3369
  .copper-3f4a:hover
  .backdrop_left_18e2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.glass_e89e .carousel_642c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.glass_e89e .article-4431 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focused-392b .white-522e .aside_280b {
  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);
}
.focused-392b .text-left-cf30 .aside_280b {
  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);
}
.label-cool-df99 .chip-de4e {
  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);
}
.medium_b286 .overlay_c03b .link_bc2b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.medium_b286 .overlay_c03b .link_bc2b {
  background-color: var(--e-global-color-secondary);
}
.medium_b286 .brown-bf57 .link_bc2b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.medium_b286 .brown-bf57 .link_bc2b {
  background-color: var(--e-global-color-secondary);
}
.medium_b286 .item_blue_22f8 .primary_narrow_30d3 {
  background-color: var(--e-global-color-primary);
}
.medium_b286 .item_blue_22f8:hover .primary_narrow_30d3 {
  background-color: var(--e-global-color-secondary);
}
.medium_b286 .list-6c4a {
  background-color: var(--e-global-color-primary);
}
.medium_b286 .list-6c4a:hover {
  background-color: var(--e-global-color-accent);
}
.medium_b286 .sidebar-2f98 li span {
  background-color: var(--e-global-color-text);
}
.medium_b286 .sidebar-2f98 li span:hover {
  background-color: var(--e-global-color-primary);
}
.medium_b286 .sidebar-2f98 li.input-right-6718 span {
  background-color: var(--e-global-color-accent);
}
.link_copper_9a82 .short-4ad6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link_copper_9a82 .element-d3f1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column-next-5c27 .progress_complex_d3eb:before {
  background-color: var(--e-global-color-secondary);
}
.column-next-5c27 .short-763d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column-next-5c27 .mini_84e3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.inner_d37e .hover_steel_7299 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.inner_d37e .hover_steel_7299:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.inner_d37e .hover_steel_7299.fn-active-d586 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.inner_d37e .highlight_current_1205 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.inner_d37e .panel-4558 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.inner_d37e .shadow-motion-8caa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.inner_d37e .dynamic-1d69 {
  background-color: var(--e-global-color-primary);
}
.inner_d37e .dynamic-1d69 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.inner_d37e .avatar_smooth_d407 {
  background-color: var(--e-global-color-primary);
}
.inner_d37e .avatar_smooth_d407 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.smooth-fe50 .secondary_small_5024 .bottom_6e12 a {
  color: var(--e-global-color-secondary);
}
.smooth-fe50 .secondary_small_5024 .bottom_6e12 a:hover {
  color: var(--e-global-color-secondary);
}
.smooth-fe50 .secondary_small_5024 .bottom_6e12,
.smooth-fe50 .secondary_small_5024 .bottom_6e12 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.smooth-fe50 .secondary_small_5024 .primary-clean-6b7b {
  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-fe50 .secondary_small_5024 .overlay-easy-8944 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.smooth-fe50 .secondary_small_5024 .east-b150 {
  background-color: var(--e-global-color-primary);
}
.smooth-fe50 .secondary_small_5024 .east-b150 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.smooth-fe50 .secondary_small_5024 .east-b150:hover {
  background-color: var(--e-global-color-primary);
}
.smooth-fe50 .secondary_small_5024 .menu-purple-b4c3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.smooth-fe50 .secondary_small_5024 .menu-purple-b4c3 {
  background-color: var(--e-global-color-primary);
}
.smooth-fe50 .secondary_small_5024 .menu-purple-b4c3:hover {
  background-color: var(--e-global-color-primary);
}
.smooth-fe50 .secondary_small_5024 .list-6c4a {
  background-color: var(--e-global-color-primary);
}
.smooth-fe50 .secondary_small_5024 .list-6c4a:hover {
  background-color: var(--e-global-color-primary);
}
.smooth-fe50 .shade_88a0 .sidebar-2f98 li span {
  background-color: var(--e-global-color-text);
}
.smooth-fe50 .shade_88a0 .sidebar-2f98 li span:hover {
  background-color: var(--e-global-color-primary);
}
.smooth-fe50 .shade_88a0 .sidebar-2f98 li.input-right-6718 span {
  background-color: var(--e-global-color-accent);
}
.smooth-fe50 .filter-wood-4901 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.smooth-fe50 .gallery_b665 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component-0a32 .title_d317 .wrapper_777d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component-0a32 .title_d317 .last_0956 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-0a32 .title_d317 .hero_0474 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_1e2e .sort-ad59 {
  border-color: var(--e-global-color-text);
}
.main_1e2e .small_7759 {
  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);
}
.main_1e2e .south-1396 {
  color: var(--e-global-color-secondary);
}
.main_1e2e .south-1396 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_1e2e .video_up_3603 > * {
  color: var(--e-global-color-primary);
}
.main_1e2e .video_up_3603 > * svg {
  fill: var(--e-global-color-primary);
}
.main_1e2e .chip_54e0 {
  color: var(--e-global-color-primary);
}
.main_1e2e .chip_54e0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.main_1e2e .hot_9dfe {
  color: var(--e-global-color-primary);
}
.main_1e2e .hot_9dfe {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.main_1e2e .preview_a64c {
  color: var(--e-global-color-primary);
}
.main_1e2e .preview_a64c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_1e2e .prev-2ad8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_1e2e .over-2a3e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_1e2e .over-2a3e.hidden-narrow-b561 {
  color: var(--e-global-color-secondary);
}
.main_1e2e .over-2a3e.hidden-narrow-b561 .overlay_full_f417 {
  color: var(--e-global-color-accent);
}
.main_1e2e .over-2a3e.active-cf74 {
  color: var(--e-global-color-text);
}
.main_1e2e .over-2a3e.active-cf74 .overlay_full_f417 {
  color: var(--e-global-color-text);
}
.main_1e2e .over-2a3e:before {
  border-top-color: var(--e-global-color-text);
}
.main_1e2e .modal-brown-6496 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_1e2e
  .modal-brown-6496
  .pink_2864 {
  background-color: var(--e-global-color-primary);
}
.main_1e2e
  .modal-brown-6496
  .pink_2864 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_1e2e .sort-ad59 .list_action_57d9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-prev-5744 .slider-f963 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden-prev-5744 .icon_35e2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.north-3cfe .picture-slow-1b10 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.north-3cfe
  .widget_dim_fe40
  .element-warm-991b {
  background-color: var(--e-global-color-secondary);
}
.north-3cfe
  .widget_dim_fe40.caption-3209
  .element-warm-991b {
  background-color: var(--e-global-color-text);
}
.north-3cfe
  .widget_dim_fe40:hover
  .element-warm-991b {
  background-color: var(--e-global-color-accent);
}
.north-3cfe
  .widget_dim_fe40.fn-active-d586
  .element-warm-991b {
  background-color: var(--e-global-color-primary);
}
.copper_95f3 .form-warm-45e1 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.copper_95f3 .layout-f9e4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.copper_95f3 .icon-gas-5dd5 {
  background-color: var(--e-global-color-primary);
}
.copper_95f3 .icon-gas-5dd5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.purple_2c6b .component-0834 .slider-active-1393 .accent-4f65 {
  background-color: var(--e-global-color-secondary);
}
.purple_2c6b .component-0834 .texture-bea3:after {
  background-color: var(--e-global-color-secondary);
}
.purple_2c6b .down_8e95 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple_2c6b .hot-72e2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple_2c6b .gallery_42e9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple_2c6b .link-d4da {
  background-color: var(--e-global-color-primary);
}
.purple_2c6b .link-d4da {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.purple_2c6b .large-a27d {
  background-color: var(--e-global-color-secondary);
}
.purple_2c6b .large-a27d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.purple_2c6b .component-0834 .tertiary_south_b039 .box-461d:hover {
  background-color: var(--e-global-color-primary);
}
.purple_2c6b
  .component-0834
  .tertiary_south_b039
  .box-461d.hover-copper-fb8c {
  background-color: var(--e-global-color-primary);
}
.purple_2c6b .component-0834 .chip-yellow-0c1b:before {
  border-color: var(--e-global-color-primary);
}
.purple_2c6b .component-0834 .chip-yellow-0c1b:hover:before {
  border-color: var(--e-global-color-secondary);
}
.purple_2c6b
  .component-0834
  .chip-yellow-0c1b.content-2aca:before {
  border-color: var(--e-global-color-primary);
}
.purple_2c6b .form-glass-2037 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media_af44 .gallery_east_38dd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media_af44 .gallery_east_38dd:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media_af44 .gallery_east_38dd.fast-8e00 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media_af44 .frame_e43c {
  background-color: var(--e-global-color-primary);
}
.media_af44 .frame_e43c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media_af44
  .slow_7999
  .texture_focused_6ca4
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media_af44
  .disabled_526a
  .texture_focused_6ca4
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.center_5b89
  .menu_bottom_0ecc
  .hover_out_cce3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5b89
  .menu_bottom_0ecc
  .last_9d67 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5b89 .nav_rough_5a84 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_5b89 .banner_top_0324 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center_5b89 .grid_large_834c {
  background-color: var(--e-global-color-primary);
}
.center_5b89 .grid_large_834c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.block-03d3 .notification_1eff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block-03d3 .tabs-in-055a {
  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);
}
.block-03d3 .under_1e5a {
  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);
}
.block-03d3 .under_1e5a a:hover {
  color: var(--e-global-color-secondary);
}
.block-03d3 .widget_inner_7ab4 {
  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);
}
.block-03d3 .preview-lite-fac5 {
  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);
}
.block-03d3 .grid-static-3499 .list-6c4a {
  background-color: var(--e-global-color-primary);
}
.block-03d3 .grid-static-3499 .list-6c4a:hover {
  background-color: var(--e-global-color-accent);
}
.block-03d3
  .grid-static-3499
  .sidebar-2f98
  li
  span {
  background-color: var(--e-global-color-text);
}
.block-03d3
  .grid-static-3499
  .sidebar-2f98
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.block-03d3
  .grid-static-3499
  .sidebar-2f98
  li.input-right-6718
  span {
  background-color: var(--e-global-color-accent);
}
.tall_fad1
  .primary-8642
  .hover_7af6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tall_fad1 .primary-8642 .active_ee65 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tall_fad1 .primary-8642 .up-aec7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tall_fad1 .hidden_cfb3 {
  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);
}
.tall_fad1
  .title_slow_7b55.hidden-56ed {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > a {
  background-color: var(--e-global-color-text);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > a
  .wood-75cd.frame_6be8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > a
  .module-089d.green_5569 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > .active_292d
  .action-dcc1
  > a {
  background-color: var(--e-global-color-secondary);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > .active_292d
  .action-dcc1
  > a
  .preview_cold_9643 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > .active_292d
  .action-dcc1
  > a
  .module-089d.aside_motion_7873 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > a
  .picture_a530:before {
  color: var(--e-global-color-text);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > .active_292d
  a
  .picture_a530:before {
  color: var(--e-global-color-text);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1.copper_5954
  > a
  .picture_a530:before {
  color: var(--e-global-color-text);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > .active_292d
  .action-dcc1.copper_5954
  > a
  .picture_a530:before {
  color: var(--e-global-color-text);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > a
  .button_3cf2
  .outline_064a {
  color: var(--e-global-color-text);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > .active_292d
  a
  .button_3cf2
  .outline_064a {
  color: var(--e-global-color-text);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > a
  .button_3cf2
  .outline_064a,
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > .active_292d
  a
  .button_3cf2
  .outline_064a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > a
  .overlay-upper-86bc:before {
  color: var(--e-global-color-text);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > .active_292d
  a
  .overlay-upper-86bc:before {
  color: var(--e-global-color-text);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1.copper_5954
  > a
  .overlay-upper-86bc:before {
  color: var(--e-global-color-text);
}
.upper-08d5
  > .green_2901
  > div
  > .wrapper-f653
  > .action-dcc1
  > .active_292d
  .action-dcc1.copper_5954
  > a
  .overlay-upper-86bc:before {
  color: var(--e-global-color-text);
}
.media-49f0 .content_4bbd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media-49f0
  .preview-red-9595:hover
  .content_4bbd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.row_2ae8
  > .green_2901
  > .dropdown_fixed_51dd
  > .over_280a
  > .surface_3244
  > .notice_7393
  .bronze_60ef {
  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);
}
.row_2ae8
  > .green_2901
  > .dropdown_fixed_51dd
  > .over_280a
  > .surface_3244
  > .notice_7393:hover
  .bronze_60ef {
  color: var(--e-global-color-text);
}
.row_2ae8
  > .green_2901
  > .dropdown_fixed_51dd
  > .over_280a
  > .surface_3244
  > .notice_7393:hover
  .bronze_60ef {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row_2ae8
  > .green_2901
  > .dropdown_fixed_51dd
  > .over_280a
  > .surface_3244.frame-2bf0
  > .notice_7393
  .bronze_60ef {
  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);
}
.stone_f0b6 .filter-narrow-d120 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stone_f0b6 .button-3ff2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stone_f0b6 .pink_6387 {
  background-color: var(--e-global-color-primary);
}
.stone_f0b6 .pink_6387 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.popup-62d5
  > .green_2901
  > .box_warm_ea23
  > .in-df5e
  > .video-96de
  .article-motion-5eff {
  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);
}
.popup-62d5
  > .green_2901
  > .box_warm_ea23
  > .in-df5e
  > .video-96de
  .avatar_77c9 {
  color: var(--e-global-color-text);
}
.popup-62d5
  > .green_2901
  > .box_warm_ea23
  > .in-df5e
  > .video-96de:hover
  .article-motion-5eff {
  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);
}
.popup-62d5
  > .green_2901
  > .box_warm_ea23
  > .in-df5e
  > .video-96de:hover
  .avatar_77c9 {
  color: var(--e-global-color-secondary);
}
.popup-62d5
  > .green_2901
  > .box_warm_ea23
  > .in-df5e
  > .video-96de.slow_29ff
  .article-motion-5eff {
  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);
}
.popup-62d5
  > .green_2901
  > .box_warm_ea23
  > .in-df5e
  > .video-96de.slow_29ff
  .avatar_77c9 {
  color: var(--e-global-color-primary);
}
.chip_copper_756c
  .picture_b90c
  .article-middle-2348 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.chip_copper_756c .short-bfba .list_action_57d9 .mask-7e3f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wide_9772 .paper-ba54 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wide_9772 .secondary-a674 .paper-ba54 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wide_9772 .description_3f69 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wide_9772 .description_3f69 {
  background-color: var(--e-global-color-primary);
}
.mini_c5b5 .button_2436 .under-5432 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mini_c5b5
  .button_2436:hover
  .hero-16ed {
  color: var(--e-global-color-secondary);
}
.mini_c5b5
  .button_2436:hover
  .under-5432 {
  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);
}
.texture_purple_2baf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.slider-north-51d9 {
  flex-direction: column;
}

.slider-north-51d9 .shadow-fixed-01cd {
  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.slider-north-51d9 .shadow-fixed-01cd {
  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);
}

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

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

.accent-thick-032f.hover-bd64 {
  display: none;
}

.slider-56e9 {
  display: none;
}

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

.block-420f.new-189b {
  margin-bottom: 40px;
  width: 100%;
}

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

.slider-north-51d9 a {
  width: 100%;
}

.nav-cold-9c70 .wrapper-0d8a.solid-e2cf {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.nav-cold-9c70
  .wrapper-0d8a.badge_east_9fab
  .article_pink_f5d7
  .surface_284c {
  font-size: 20px !important;
}

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

.row-paper-1492 {
  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;
}

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

  text-align: center;
}

.hidden-bronze-4915.pressed_2203 > .nav-8ffa {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

.message-under-d6f5 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

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

.border-67aa {
  display: flex;
  gap: 50px;
}

.nav-cold-9c70
  .wrapper-0d8a.header-current-5b8e
  .short_6464
  .link-6ac9 {
  width: 100% !important;
}

.huge-21eb {
  width: 500px !important;
  max-width: none;
}

.search_steel_c96a {
  width: 100%;
}

.image-stone-8807 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-advanced-a0ed {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

.hover-action-0919 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.nav-advanced-a0ed:hover .hover-action-0919 {
  visibility: visible;
}
.nav-advanced-a0ed:hover.nav-advanced-a0ed::before {
  display: block;
}

.modal-6133 h3 {
  color: #fff;
}

.fluid_d54a {
  margin: 0;
}

.nav-cold-9c70
  .wrapper-0d8a.header-current-5b8e
  .link-6ac9
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.background_1300 {
  width: 100%;
}

.paragraph_mini_a960 {
  width: 100%;
}

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

.paragraph_mini_a960 {
  width: 100%;
}

.info-44c4 {
  margin-bottom: 10px !important;
}

.link-6ac9 {
  display: flex;
  align-items: center;
}

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

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

.slider-north-51d9 .shadow-fixed-01cd.fast_34f9 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.slider-north-51d9 h1.shadow-fixed-01cd {
  margin-top: 80px !important;
}

.nav-cold-9c70 .wrapper-0d8a.pressed-2ac8 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.new-a4a1 img {
  width: 100%;
}

.title_paper_3da6 .notice-c71e.article_pink_f5d7 {
  justify-content: space-between;
}

.selected_d6cb {
  display: none;
}

.modal-f212 .banner_cold_f5fb {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .hidden-bronze-4915 .nav-8ffa {
    flex-wrap: nowrap !important;
  }
}

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

  .huge-21eb {
    width: 100% !important;
  }
}

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

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

  .title_paper_3da6 .notice-c71e.article_pink_f5d7 {
    border-bottom: 1px solid #f0c159;
  }

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

  .hidden-bronze-4915.pressed_2203 > .nav-8ffa {
    gap: 15px;
    justify-content: space-between;
  }

  .nav-cold-9c70
    .wrapper-0d8a.header-current-5b8e
    .link-6ac9
    img {
    width: 60% !important;
  }

  .message-under-d6f5 {
    left: 2%;
  }

  .row-5a59 {
    margin: 10px 0;
  }

  .slider-north-51d9 .banner_cold_f5fb {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.slider-north-51d9 .shadow-fixed-01cd,
  .slider-north-51d9 .shadow-fixed-01cd {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .link-6ac9 {
    justify-content: center;
  }

  .slider-north-51d9 .banner_cold_f5fb {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .nav-cold-9c70 .wrapper-0d8a.solid-e2cf {
    width: 75% !important;
  }

  .new-a4a1 img {
    width: 100% !important;
  }
}

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

  h2.slider-north-51d9 .shadow-fixed-01cd,
  .slider-north-51d9 .shadow-fixed-01cd {
    font-size: 30px !important;
  }

  .link-6ac9 {
    justify-content: center;
  }

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

  .search_a68f
    .active_698f.dynamic_6bd4 {
    margin: 0 !important;
  }

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

  .row-5a59 {
    display: flex;
  }

  .out_e23a .fresh_de6c {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .slider-north-51d9 h1.shadow-fixed-01cd {
    margin-top: 40px !important;
  }

  .nav-cold-9c70
    .wrapper-0d8a.header-current-5b8e
    .link-6ac9
    img,
  .sidebar-advanced-c019 .short_6464 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .nav-cold-9c70 .wrapper-0d8a.solid-e2cf {
    width: 100% !important;
  }

  .hidden-bronze-4915.pressed_2203 > .nav-8ffa {
    gap: 3px;
  }

  .slider-north-51d9 .banner_cold_f5fb {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.title_paper_3da6 .notice-c71e.article_pink_f5d7 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.title_paper_3da6 .notice-c71e.article_pink_f5d7: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);
}

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

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

.slider-north-51d9 {
  position: relative;
  padding-top: 30px;
}

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

.accent-thick-032f: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;
}

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

/* 响应式增强 */
@media (max-width: 767px) {
  .title_paper_3da6 .notice-c71e.article_pink_f5d7 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .slider-north-51d9 .shadow-fixed-01cd {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .fresh_de6c {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.inner-5d0d .west-1417 {
  flex-shrink: 0;
  white-space: nowrap;
}

.inner-5d0d .header-438b {
  flex-shrink: 0;
  min-width: fit-content;
}

.inner-5d0d .surface_284c {
  white-space: nowrap;
}

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

.inner-5d0d {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* 强制紧凑导航菜单 - 防止重叠 */
.inner-5d0d .west-1417 {
  max-width: 80px !important;
}

.inner-5d0d .header-438b {
  max-width: 80px !important;
  overflow: hidden;
}

.inner-5d0d .notice-c71e.article_pink_f5d7 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.inner-5d0d .surface_284c {
  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);
  }
}

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

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

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

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

body .under-affc:nth-child(2),
.nav-cold-9c70 .under-affc:nth-child(2),
#page .under-affc: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;
}

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

/* css-noise: 9179 */
.widget-item-t6 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
