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(.inner-96c5) {
  gap: 0.5em;
}
:where(.accordion_d18f) {
  gap: 0.5em;
}
body .shadow_slow_6652 > .column_outer_0db0 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .shadow_slow_6652 > .left_fc7f {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .shadow_slow_6652 > .inner_a9d4 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .focused-a6b5 > .column_outer_0db0 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .focused-a6b5 > .left_fc7f {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .focused-a6b5 > .inner_a9d4 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .focused-a6b5
  > :where(:not(.column_outer_0db0):not(.left_fc7f):not(.accordion_d196)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .focused-a6b5 > .component-e3db {
  max-width: var(--wp--style--global--wide-size);
}
body .inner-96c5 {
  display: flex;
}
body .inner-96c5 {
  flex-wrap: wrap;
  align-items: center;
}
body .inner-96c5 > * {
  margin: 0;
}
body .accordion_d18f {
  display: grid;
}
body .accordion_d18f > * {
  margin: 0;
}
:where(.nav_cee0.inner-96c5) {
  gap: 2em;
}
:where(.nav_cee0.accordion_d18f) {
  gap: 2em;
}
:where(.black_26eb.inner-96c5) {
  gap: 1.25em;
}
:where(.black_26eb.accordion_d18f) {
  gap: 1.25em;
}
.prev_2263 {
  color: var(--wp--preset--color--black) !important;
}
.hot_9727 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.soft-03eb {
  color: var(--wp--preset--color--white) !important;
}
.thumbnail-e8ed {
  color: var(--wp--preset--color--pale-pink) !important;
}
.action-8dca {
  color: var(--wp--preset--color--vivid-red) !important;
}
.element-motion-b380 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.tag_9d56 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.slider_wood_ef1c {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.menu-c67e {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.gold-d435 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.steel_e987 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.heading_a54a {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.accent_copper_7321 {
  background-color: var(--wp--preset--color--black) !important;
}
.copper-797a {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.popup-2440 {
  background-color: var(--wp--preset--color--white) !important;
}
.video-hot-a386 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.layout-f775 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.heading-next-dc01 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.under_9b10 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.last_60c2 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.module-hot-c310 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.shadow_b41b {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.tooltip_8a84 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.slider-8a12 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.nav-e93e {
  border-color: var(--wp--preset--color--black) !important;
}
.list-thick-e765 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.outline_78dd {
  border-color: var(--wp--preset--color--white) !important;
}
.left_f8f8 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.tertiary_d145 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.layout-8868 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.tall-c5bc {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.short_cb3b {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.brown_9da2 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.media_over_c170 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.steel-88b4 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.smooth_6065 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.avatar-d123 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.block_tiny_594e {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.backdrop_red_d0f9 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.text_c498 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.current-ef89 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.accordion-plasma-14b2 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.content_next_b94d {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.complex_55f5 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.element-0798 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.shade-62b6 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.preview_east_7e92 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.simple_e69c {
  background: var(--wp--preset--gradient--midnight) !important;
}
.tertiary-43fd {
  font-size: var(--wp--preset--font-size--small) !important;
}
.block_fluid_12bc {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.layout-tiny-69ca {
  font-size: var(--wp--preset--font-size--large) !important;
}
.header-f473 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.highlight_wide_870a a:where(:not(.bright_5db2)) {
  color: inherit;
}
:where(.black_26eb.inner-96c5) {
  gap: 1.25em;
}
:where(.black_26eb.accordion_d18f) {
  gap: 1.25em;
}
:where(.nav_cee0.inner-96c5) {
  gap: 2em;
}
:where(.nav_cee0.accordion_d18f) {
  gap: 2em;
}
.shade-8169 {
  font-size: 1.5em;
  line-height: 1.6;
}

.static-0f79 .column_pink_c235 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border-0bf8 .slider_6b7e {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media-liquid-0952 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media-liquid-0952.notification-steel-1883 .slider_east_a697 {
  background-color: var(--e-global-color-primary);
}
.media-liquid-0952.content_f107 .slider_east_a697,
.media-liquid-0952.photo_short_2498 .slider_east_a697 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.modal-62ae .description_80ce {
  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);
}
.pink-1e0e {
  --divider-color: var(--e-global-color-secondary);
}
.pink-1e0e .panel-black-ec72 {
  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);
}
.pink-1e0e.hidden_up_ff50 .feature_simple_9741 {
  background-color: var(--e-global-color-secondary);
}
.pink-1e0e.middle_fad6 .feature_simple_9741,
.pink-1e0e.component_ab57 .feature_simple_9741 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.pink-1e0e.middle_fad6 .feature_simple_9741,
.pink-1e0e.component_ab57 .feature_simple_9741 svg {
  fill: var(--e-global-color-secondary);
}
.header_narrow_34ab .mask_bronze_cea6 {
  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);
}
.header_narrow_34ab .outline_5ce0 {
  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);
}
.simple_3988.hidden_up_ff50 .feature_simple_9741 {
  background-color: var(--e-global-color-primary);
}
.simple_3988.middle_fad6 .feature_simple_9741,
.simple_3988.component_ab57 .feature_simple_9741 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.simple_3988.middle_fad6 .feature_simple_9741,
.simple_3988.component_ab57 .feature_simple_9741 svg {
  fill: var(--e-global-color-primary);
}
.rough_773f.hidden_up_ff50 .feature_simple_9741 {
  background-color: var(--e-global-color-primary);
}
.rough_773f.middle_fad6 .feature_simple_9741,
.rough_773f.component_ab57 .feature_simple_9741 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.rough_773f .cool-2594 {
  color: var(--e-global-color-primary);
}
.rough_773f .cool-2594,
.rough_773f .cool-2594 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough_773f .tiny_040d {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_727e .light-b9ce {
  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);
}
.pagination-1dce .info_dim_6ad4 .preview-838b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.thumbnail-a857 .avatar_80d5:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.thumbnail-a857 .active_32c4 i {
  color: var(--e-global-color-primary);
}
.thumbnail-a857 .active_32c4 svg {
  fill: var(--e-global-color-primary);
}
.thumbnail-a857 .description_lower_32b9 {
  color: var(--e-global-color-secondary);
}
.thumbnail-a857 .avatar_80d5 > .description_lower_32b9,
.thumbnail-a857 .avatar_80d5 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-c616 .overlay_tall_c2bb {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active-c616 .layout_east_9fdb {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.grid_mini_cc4f .down_a651 .tertiary-0fdc {
  background-color: var(--e-global-color-primary);
}
.grid_mini_cc4f .stone-21cc {
  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);
}
.orange_a4c2 .pink_c1fd {
  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);
}
.orange_a4c2 .hover_4bd7 {
  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);
}
.orange_a4c2 .preview_fee4 {
  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);
}
.carousel_d3d1 .mask_orange_a02a,
.carousel_d3d1 .mask_orange_a02a a {
  color: var(--e-global-color-primary);
}
.carousel_d3d1 .mask_orange_a02a.chip_0566,
.carousel_d3d1 .mask_orange_a02a.chip_0566 a {
  color: var(--e-global-color-accent);
}
.carousel_d3d1 .mask_orange_a02a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_d3d1 .shade_5d6b {
  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);
}
.slow-2304 .paragraph-ea8e,
.slow-2304 .header_5343 {
  color: var(--e-global-color-primary);
}
.slow-2304 .paragraph-ea8e svg {
  fill: var(--e-global-color-primary);
}
.slow-2304 .chip_0566 .paragraph-ea8e,
.slow-2304 .chip_0566 .header_5343 {
  color: var(--e-global-color-accent);
}
.slow-2304 .chip_0566 .paragraph-ea8e svg {
  fill: var(--e-global-color-accent);
}
.slow-2304 .header_5343 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow-2304 .shade_5d6b {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_fff4 .west-2ac6,
.widget_fff4 .focus-3375 {
  color: var(--e-global-color-primary);
}
.widget_fff4 .focus-3375 svg {
  fill: var(--e-global-color-primary);
}
.widget_fff4 .mask_orange_a02a.chip_0566 a,
.widget_fff4
  .mask_orange_a02a.chip_0566
  .focus-3375 {
  color: var(--e-global-color-accent);
}
.widget_fff4 .west-2ac6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_fff4 .shade_5d6b {
  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);
}
.header_last_77b5 .text-c899 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header_last_77b5 .shade-ce6d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focused_b7a2 .modal-tall-49c2 .hero-dim-e980 {
  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);
}
.focused_b7a2 .modal-tall-49c2 .complex-2f5d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focused_b7a2 .mask-aab8 .hero-dim-e980 {
  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);
}
.focused_b7a2
  .mask-aab8
  .complex-2f5d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focused_b7a2
  .active_plasma_5e93
  .hero-dim-e980 {
  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);
}
.focused_b7a2
  .active_plasma_5e93
  .complex-2f5d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focused_b7a2
  .summary_41e4
  .hero-dim-e980 {
  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);
}
.focused_b7a2
  .summary_41e4
  .complex-2f5d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_f62e .item_full_6072 {
  background-color: var(--e-global-color-primary);
}
.out_f62e .item_full_6072:hover {
  background-color: var(--e-global-color-primary);
}
.out_f62e .pro_29af {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.out_f62e
  .item_full_6072:hover
  .pro_29af {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern-f869 .orange_927f {
  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);
}
.surface-df71 .article_87f1 .texture_hard_cd00 a {
  background-color: var(--e-global-color-accent);
}
.surface-df71 .article_87f1 .table-simple-1b39 a {
  background-color: var(--e-global-color-accent);
}
.surface-df71 .article_87f1 .texture_hard_cd00 a,
.surface-df71 .article_87f1 .table-simple-1b39 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.blue_45eb
  .dropdown_pink_575b.gradient-9a41
  .article_87f1
  a.notification_north_d08a {
  background-color: var(--e-global-color-accent);
}
.blue_45eb
  .dropdown_pink_575b.gradient-9a41
  .article_87f1
  span.notification_north_d08a.fn-current-b230 {
  background-color: var(--e-global-color-text);
}
.blue_45eb
  .dropdown_pink_575b.gradient-9a41
  .article_87f1
  .notification_north_d08a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-1d46 .carousel_tall_8c69 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-1d46
  .out_1fe1
  > .shade_4da7
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-1d46
  .active-1286
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-1d46
  .texture_cold_0744
  .gold_fec0,
.article-1d46
  .texture_cold_0744
  .hover_5eaf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article-1d46
  .texture_cold_0744
  .medium_1c8b,
.article-1d46
  .texture_cold_0744
  a
  .medium_1c8b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-1d46
  .texture_cold_0744
  .banner-45a5 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-1d46
  .texture_cold_0744
  .caption_purple_6c78 {
  background-color: var(--e-global-color-primary);
}
.article-1d46
  .texture_cold_0744
  .caption_purple_6c78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-1d46
  .texture_cold_0744
  .caption_purple_6c78:hover {
  background-color: var(--e-global-color-primary);
}
.article-1d46
  .texture_cold_0744
  .accent_feb1 {
  background-color: var(--e-global-color-primary);
}
.article-1d46
  .texture_cold_0744
  .accent_feb1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-1d46
  .texture_cold_0744
  .accent_feb1:hover {
  background-color: var(--e-global-color-primary);
}
.article-1d46
  .panel_narrow_6ed5
  .yellow_27e1
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article-1d46
  .panel_narrow_6ed5
  .accent_liquid_6a81 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-1d46
  .panel_narrow_6ed5
  .banner-45a5 {
  color: var(--e-global-color-text);
}
.article-1d46
  .panel_narrow_6ed5
  .banner-45a5
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-1d46
  .panel_narrow_6ed5
  .caption_purple_6c78 {
  background-color: var(--e-global-color-primary);
}
.article-1d46
  .panel_narrow_6ed5
  .caption_purple_6c78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-1d46
  .panel_narrow_6ed5
  .caption_purple_6c78:hover {
  background-color: var(--e-global-color-primary);
}
.article-1d46
  .panel_narrow_6ed5
  .accent_feb1 {
  background-color: var(--e-global-color-primary);
}
.article-1d46
  .panel_narrow_6ed5
  .accent_feb1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-1d46
  .panel_narrow_6ed5
  .accent_feb1:hover {
  background-color: var(--e-global-color-primary);
}
.article-1d46 .lite_354a {
  background-color: var(--e-global-color-primary);
}
.article-1d46 .lite_354a:hover {
  background-color: var(--e-global-color-primary);
}
.article-1d46 .summary_ab02 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article-1d46 .article_large_c5a3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow_bf2e .info-white-fd7e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow_bf2e
  .aside-e23a
  > div:nth-child(3)
  .info-white-fd7e,
.slow_bf2e
  .north-26ca
  > div:nth-child(1)
  .info-white-fd7e,
.slow_bf2e
  .menu_focused_0dca
  > div:nth-child(1)
  .info-white-fd7e,
.slow_bf2e
  .feature_790f
  > div:nth-child(1)
  .info-white-fd7e,
.slow_bf2e
  .popup_basic_2882
  > div:nth-child(1)
  .info-white-fd7e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow_bf2e .row-silver-5e6e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slow_bf2e .old_d800 {
  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);
}
.slow_bf2e .box-narrow-2c80 {
  background-color: var(--e-global-color-primary);
}
.slow_bf2e .box-narrow-2c80 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slow_bf2e .box-narrow-2c80:hover {
  background-color: var(--e-global-color-primary);
}
.slow_bf2e .caption-ec97 {
  background-color: var(--e-global-color-primary);
}
.slow_bf2e .caption-ec97:hover {
  background-color: var(--e-global-color-primary);
}
.slow_bf2e .summary_ab02 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow_bf2e .article_large_c5a3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.banner-532e .text_1eb1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.banner-532e .dim_b7df {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner-532e .outline-bright-c31e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner-532e .popup_1efe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner-532e .avatar_ae8f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner-532e .caption-ec97 {
  background-color: var(--e-global-color-primary);
}
.banner-532e .caption-ec97:hover {
  background-color: var(--e-global-color-primary);
}
.filter_3740 .photo-06e0 {
  background-color: var(--e-global-color-secondary);
}
.filter_3740 .message-wood-0aad {
  background-color: var(--e-global-color-text);
}
.filter_3740 .basic-03b3 {
  background-color: var(--e-global-color-secondary);
}
.filter_3740 .thick_899b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter_3740 .menu_north_2749 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter_3740 .alert-down-e549 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter_3740 .row-focused-a2f5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter_3740 .panel_left_1561 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-a80f .sort-static-d940 .hot_4bd6,
.surface-a80f
  .sort-static-d940
  .hot_4bd6
  a,
.surface-a80f .item_5ff3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-a80f .sort-static-d940 .card_d581,
.surface-a80f .main_paper_6a71 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-a80f .sort-static-d940 .card_d581 {
  color: var(--e-global-color-text);
}
.surface-a80f .main_paper_6a71 {
  color: var(--e-global-color-text);
}
.surface-a80f
  .sort-static-d940
  .aside-north-97fc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.surface-a80f .avatar_2168 .pattern-b525 {
  background-color: var(--e-global-color-primary);
}
.surface-a80f .avatar_2168 .pattern-b525:hover {
  background-color: var(--e-global-color-primary);
}
.surface-a80f .avatar_2168 .over_b77e li span {
  background-color: var(--e-global-color-text);
}
.surface-a80f .avatar_2168 .over_b77e li span:hover {
  background-color: var(--e-global-color-primary);
}
.surface-a80f
  .avatar_2168
  .over_b77e
  li.secondary_3aa8
  span {
  background-color: var(--e-global-color-accent);
}
.surface-a80f .surface-cc3f span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium-6fa1 .grid_glass_8473 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.row-right-07d1 .pattern-motion-e1dc {
  background-color: var(--e-global-color-primary);
}
.row-right-07d1 .popup-easy-7f73 {
  background-color: var(--e-global-color-secondary);
}
.row-right-07d1 .simple_81bc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.row-right-07d1 .focused-20a0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.row-right-07d1 .pattern-thick-b366 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.row-right-07d1 .layout-ea95 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.row-right-07d1 .column-stale-d015 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.row-right-07d1 .section-b19b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.row-right-07d1 .pattern-small-4c01 {
  background-color: var(--e-global-color-primary);
}
.row-right-07d1 .pattern-small-4c01 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.thumbnail_copper_9c76 .element-thick-1b8b {
  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);
}
.thumbnail_copper_9c76 .full_648d {
  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);
}
.thumbnail_copper_9c76
  .content-large-1639:after {
  background-color: var(--e-global-color-primary);
}
.thumbnail_copper_9c76 .over_30e1 {
  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_dim_c4c2 .item_5ff3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup_dim_c4c2 .main_paper_6a71 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_3f6e .picture-selected-e14e .tooltip-3e96 {
  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);
}
.container_3f6e .picture-selected-e14e .module-bronze-b793 {
  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);
}
.cool-a1d0 .sort-425a {
  background-color: var(--e-global-color-primary);
}
.cool-a1d0 .grid_2835 {
  background-color: var(--e-global-color-secondary);
}
.cool-a1d0 .gallery-3cb0 .fresh-f1a0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cool-a1d0 .wood-4d87 .fresh-f1a0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar_c6d3 .stone-fbe3 .gold_6175 {
  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_c6d3 .stone-fbe3 .bottom-3897 {
  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);
}
.sidebar_c6d3 .stone-fbe3 .next-023e {
  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);
}
.active-down-5818 .under_3c40 {
  border-color: var(--e-global-color-text);
}
.active-down-5818 .main-d992 {
  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);
}
.active-down-5818 .container-old-a06b {
  color: var(--e-global-color-primary);
}
.active-down-5818 .footer-d3a6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow_1c54 .hidden_ecc2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.narrow_1c54 .smooth_3dbd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.narrow_1c54 .input_b0c3:hover .hidden_ecc2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.narrow_1c54
  .input_b0c3:hover
  .smooth_3dbd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.small_0c2b .south-dff1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.small_0c2b .hard-b632 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text-tiny-9ac0 .steel-1b5e .status-action-51de {
  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-tiny-9ac0 .tall_dae3 .status-action-51de {
  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);
}
.footer_b5c7 .element_smooth_edba {
  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);
}
.text-feeb .pressed_41c2 .photo-2c97 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text-feeb .pressed_41c2 .photo-2c97 {
  background-color: var(--e-global-color-secondary);
}
.text-feeb .paragraph-ee67 .photo-2c97 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text-feeb .paragraph-ee67 .photo-2c97 {
  background-color: var(--e-global-color-secondary);
}
.text-feeb .summary-cbe7 .plasma-e303 {
  background-color: var(--e-global-color-primary);
}
.text-feeb .summary-cbe7:hover .plasma-e303 {
  background-color: var(--e-global-color-secondary);
}
.text-feeb .pattern-b525 {
  background-color: var(--e-global-color-primary);
}
.text-feeb .pattern-b525:hover {
  background-color: var(--e-global-color-accent);
}
.text-feeb .over_b77e li span {
  background-color: var(--e-global-color-text);
}
.text-feeb .over_b77e li span:hover {
  background-color: var(--e-global-color-primary);
}
.text-feeb .over_b77e li.secondary_3aa8 span {
  background-color: var(--e-global-color-accent);
}
.narrow-ec46 .search_2444 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow-ec46 .carousel-5a10 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-7785 .dropdown-left-c6e9:before {
  background-color: var(--e-global-color-secondary);
}
.article-7785 .outline_last_630c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-7785 .cold-867a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge_warm_e387 .container-cold-59d8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge_warm_e387 .container-cold-59d8:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge_warm_e387 .container-cold-59d8.fn-active-b230 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge_warm_e387 .fresh-947b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_warm_e387 .mask_prev_c0f8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_warm_e387 .media_abf8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_warm_e387 .static-7d4a {
  background-color: var(--e-global-color-primary);
}
.badge_warm_e387 .static-7d4a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.badge_warm_e387 .south_1a9b {
  background-color: var(--e-global-color-primary);
}
.badge_warm_e387 .south_1a9b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status-635d .purple_2a0c .hover-pink-1a74 a {
  color: var(--e-global-color-secondary);
}
.status-635d .purple_2a0c .hover-pink-1a74 a:hover {
  color: var(--e-global-color-secondary);
}
.status-635d .purple_2a0c .hover-pink-1a74,
.status-635d .purple_2a0c .hover-pink-1a74 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status-635d .purple_2a0c .hard-b83c {
  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);
}
.status-635d .purple_2a0c .huge-93aa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status-635d .purple_2a0c .feature_down_6d8c {
  background-color: var(--e-global-color-primary);
}
.status-635d .purple_2a0c .feature_down_6d8c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status-635d .purple_2a0c .feature_down_6d8c:hover {
  background-color: var(--e-global-color-primary);
}
.status-635d .purple_2a0c .action-092c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status-635d .purple_2a0c .action-092c {
  background-color: var(--e-global-color-primary);
}
.status-635d .purple_2a0c .action-092c:hover {
  background-color: var(--e-global-color-primary);
}
.status-635d .purple_2a0c .pattern-b525 {
  background-color: var(--e-global-color-primary);
}
.status-635d .purple_2a0c .pattern-b525:hover {
  background-color: var(--e-global-color-primary);
}
.status-635d .avatar_2168 .over_b77e li span {
  background-color: var(--e-global-color-text);
}
.status-635d .avatar_2168 .over_b77e li span:hover {
  background-color: var(--e-global-color-primary);
}
.status-635d .avatar_2168 .over_b77e li.secondary_3aa8 span {
  background-color: var(--e-global-color-accent);
}
.status-635d .summary_ab02 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status-635d .article_large_c5a3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus_f4fa .breadcrumb_c3c3 .action-03f0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus_f4fa .breadcrumb_c3c3 .container_liquid_07b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus_f4fa .breadcrumb_c3c3 .detail_6bb0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-d000 .stone_e849 {
  border-color: var(--e-global-color-text);
}
.container-d000 .medium-bde9 {
  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);
}
.container-d000 .disabled-static-00ce {
  color: var(--e-global-color-secondary);
}
.container-d000 .disabled-static-00ce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-d000 .container-3d11 > * {
  color: var(--e-global-color-primary);
}
.container-d000 .container-3d11 > * svg {
  fill: var(--e-global-color-primary);
}
.container-d000 .info-hard-3ba8 {
  color: var(--e-global-color-primary);
}
.container-d000 .info-hard-3ba8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container-d000 .focus-8a54 {
  color: var(--e-global-color-primary);
}
.container-d000 .focus-8a54 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container-d000 .center-d86b {
  color: var(--e-global-color-primary);
}
.container-d000 .center-d86b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-d000 .filter_hovered_249f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-d000 .slow_93c1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-d000 .slow_93c1.tooltip_b827 {
  color: var(--e-global-color-secondary);
}
.container-d000 .slow_93c1.tooltip_b827 .media_ad75 {
  color: var(--e-global-color-accent);
}
.container-d000 .slow_93c1.filter-tall-059e {
  color: var(--e-global-color-text);
}
.container-d000 .slow_93c1.filter-tall-059e .media_ad75 {
  color: var(--e-global-color-text);
}
.container-d000 .slow_93c1:before {
  border-top-color: var(--e-global-color-text);
}
.container-d000 .pink-15f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-d000
  .pink-15f6
  .table_6a69 {
  background-color: var(--e-global-color-primary);
}
.container-d000
  .pink-15f6
  .table_6a69 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.container-d000 .stone_e849 .active_01a5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.easy_6736 .new_ae33 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.easy_6736 .card-3ea5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-7dbd .disabled-hot-f3c7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-7dbd
  .over_38dc
  .column_tiny_01ae {
  background-color: var(--e-global-color-secondary);
}
.feature-7dbd
  .over_38dc.hard_1d5e
  .column_tiny_01ae {
  background-color: var(--e-global-color-text);
}
.feature-7dbd
  .over_38dc:hover
  .column_tiny_01ae {
  background-color: var(--e-global-color-accent);
}
.feature-7dbd
  .over_38dc.fn-active-b230
  .column_tiny_01ae {
  background-color: var(--e-global-color-primary);
}
.tertiary_east_3988 .gold-aa99 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.tertiary_east_3988 .disabled_f899 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary_east_3988 .footer-fa29 {
  background-color: var(--e-global-color-primary);
}
.tertiary_east_3988 .footer-fa29 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notification_d103 .logo-solid-cb04 .paragraph_pressed_8eb2 .east-d66c {
  background-color: var(--e-global-color-secondary);
}
.notification_d103 .logo-solid-cb04 .description-old-6a68:after {
  background-color: var(--e-global-color-secondary);
}
.notification_d103 .green-42ab {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_d103 .active_b837 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_d103 .north_5119 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_d103 .grid-fd5a {
  background-color: var(--e-global-color-primary);
}
.notification_d103 .grid-fd5a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notification_d103 .filter-small-e5e1 {
  background-color: var(--e-global-color-secondary);
}
.notification_d103 .filter-small-e5e1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notification_d103 .logo-solid-cb04 .column-pressed-1673 .medium_9399:hover {
  background-color: var(--e-global-color-primary);
}
.notification_d103
  .logo-solid-cb04
  .column-pressed-1673
  .medium_9399.north_d6df {
  background-color: var(--e-global-color-primary);
}
.notification_d103 .logo-solid-cb04 .notification_tiny_9f9e:before {
  border-color: var(--e-global-color-primary);
}
.notification_d103 .logo-solid-cb04 .notification_tiny_9f9e:hover:before {
  border-color: var(--e-global-color-secondary);
}
.notification_d103
  .logo-solid-cb04
  .notification_tiny_9f9e.dynamic_6143:before {
  border-color: var(--e-global-color-primary);
}
.notification_d103 .rough-5105 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature-narrow-2abc .gallery_e402 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-narrow-2abc .gallery_e402:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-narrow-2abc .gallery_e402.sort_3e5b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-narrow-2abc .tabs-289a {
  background-color: var(--e-global-color-primary);
}
.feature-narrow-2abc .tabs-289a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-narrow-2abc
  .element-9e40
  .left_863f
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-narrow-2abc
  .light-2af8
  .left_863f
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout_action_e8ee
  .column-08ec
  .west_472e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout_action_e8ee
  .column-08ec
  .overlay_0a5e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout_action_e8ee .progress-stale-2ef9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout_action_e8ee .right_7f8d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout_action_e8ee .wide_0a2c {
  background-color: var(--e-global-color-primary);
}
.layout_action_e8ee .wide_0a2c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs-static-1860 .tertiary-paper-7cf4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tabs-static-1860 .dynamic_b3ba {
  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);
}
.tabs-static-1860 .sidebar-d625 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tabs-static-1860 .sidebar-d625 a:hover {
  color: var(--e-global-color-secondary);
}
.tabs-static-1860 .pro-9051 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tabs-static-1860 .wood-1d55 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tabs-static-1860 .section_wide_bf9f .pattern-b525 {
  background-color: var(--e-global-color-primary);
}
.tabs-static-1860 .section_wide_bf9f .pattern-b525:hover {
  background-color: var(--e-global-color-accent);
}
.tabs-static-1860
  .section_wide_bf9f
  .over_b77e
  li
  span {
  background-color: var(--e-global-color-text);
}
.tabs-static-1860
  .section_wide_bf9f
  .over_b77e
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.tabs-static-1860
  .section_wide_bf9f
  .over_b77e
  li.secondary_3aa8
  span {
  background-color: var(--e-global-color-accent);
}
.focus_upper_dbee
  .static-12ae
  .pagination_green_e787 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus_upper_dbee .static-12ae .dirty_91fb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus_upper_dbee .static-12ae .texture-hard-5db0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus_upper_dbee .huge-b76d {
  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);
}
.focus_upper_dbee
  .breadcrumb-ac57.pagination_d0b5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > a {
  background-color: var(--e-global-color-text);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > a
  .form-complex-2e9b.article_fixed_5fd9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > a
  .notice-advanced-2849.tooltip_in_db69 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > .primary-5d43
  .card-f382
  > a {
  background-color: var(--e-global-color-secondary);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > .primary-5d43
  .card-f382
  > a
  .column-purple-1e95 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > .primary-5d43
  .card-f382
  > a
  .notice-advanced-2849.gradient-a613 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > a
  .stone-7fa4:before {
  color: var(--e-global-color-text);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > .primary-5d43
  a
  .stone-7fa4:before {
  color: var(--e-global-color-text);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382.tabs_cbff
  > a
  .stone-7fa4:before {
  color: var(--e-global-color-text);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > .primary-5d43
  .card-f382.tabs_cbff
  > a
  .stone-7fa4:before {
  color: var(--e-global-color-text);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > a
  .gradient_5edd
  .row-focused-bd8e {
  color: var(--e-global-color-text);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > .primary-5d43
  a
  .gradient_5edd
  .row-focused-bd8e {
  color: var(--e-global-color-text);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > a
  .gradient_5edd
  .row-focused-bd8e,
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > .primary-5d43
  a
  .gradient_5edd
  .row-focused-bd8e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > a
  .pattern-5c11:before {
  color: var(--e-global-color-text);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > .primary-5d43
  a
  .pattern-5c11:before {
  color: var(--e-global-color-text);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382.tabs_cbff
  > a
  .pattern-5c11:before {
  color: var(--e-global-color-text);
}
.highlight-dynamic-c97f
  > .component_green_66a0
  > div
  > .fluid_c003
  > .card-f382
  > .primary-5d43
  .card-f382.tabs_cbff
  > a
  .pattern-5c11:before {
  color: var(--e-global-color-text);
}
.column-9467 .filter-west-92f2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.column-9467
  .icon-59cf:hover
  .filter-west-92f2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button_80d6
  > .component_green_66a0
  > .cold_d4e6
  > .accordion-pressed-cfdb
  > .container-77f2
  > .silver-9282
  .frame-3bab {
  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);
}
.button_80d6
  > .component_green_66a0
  > .cold_d4e6
  > .accordion-pressed-cfdb
  > .container-77f2
  > .silver-9282:hover
  .frame-3bab {
  color: var(--e-global-color-text);
}
.button_80d6
  > .component_green_66a0
  > .cold_d4e6
  > .accordion-pressed-cfdb
  > .container-77f2
  > .silver-9282:hover
  .frame-3bab {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button_80d6
  > .component_green_66a0
  > .cold_d4e6
  > .accordion-pressed-cfdb
  > .container-77f2.sidebar-679e
  > .silver-9282
  .frame-3bab {
  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);
}
.secondary-gold-12eb .form_gold_defb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-gold-12eb .active-hard-3b20 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-gold-12eb .panel-02c4 {
  background-color: var(--e-global-color-primary);
}
.secondary-gold-12eb .panel-02c4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-4add
  > .component_green_66a0
  > .card_1dc2
  > .item-purple-0532
  > .blue-dfa7
  .pagination_red_87ca {
  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);
}
.feature-4add
  > .component_green_66a0
  > .card_1dc2
  > .item-purple-0532
  > .blue-dfa7
  .module_small_ffc5 {
  color: var(--e-global-color-text);
}
.feature-4add
  > .component_green_66a0
  > .card_1dc2
  > .item-purple-0532
  > .blue-dfa7:hover
  .pagination_red_87ca {
  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);
}
.feature-4add
  > .component_green_66a0
  > .card_1dc2
  > .item-purple-0532
  > .blue-dfa7:hover
  .module_small_ffc5 {
  color: var(--e-global-color-secondary);
}
.feature-4add
  > .component_green_66a0
  > .card_1dc2
  > .item-purple-0532
  > .blue-dfa7.frame_d935
  .pagination_red_87ca {
  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);
}
.feature-4add
  > .component_green_66a0
  > .card_1dc2
  > .item-purple-0532
  > .blue-dfa7.frame_d935
  .module_small_ffc5 {
  color: var(--e-global-color-primary);
}
.list_easy_9f62
  .article_e461
  .border_319f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list_easy_9f62 .wrapper-bottom-ba09 .active_01a5 .label-simple-196f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo-cold-0006 .text-silver-ba7f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo-cold-0006 .right-8e04 .text-silver-ba7f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo-cold-0006 .in_8ddf {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.photo-cold-0006 .in_8ddf {
  background-color: var(--e-global-color-primary);
}
.disabled_gold_0e4d .liquid-e8a8 .basic_bbfe {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.disabled_gold_0e4d
  .liquid-e8a8:hover
  .list_prev_108a {
  color: var(--e-global-color-secondary);
}
.disabled_gold_0e4d
  .liquid-e8a8:hover
  .basic_bbfe {
  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);
}
.summary-large-0a2a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.menu-6d7b {
  max-width: 1400px !important;
}

.new-c6f6 {
  flex-direction: column;
}

.new-c6f6 .wide-1e0d {
  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.new-c6f6 .wide-1e0d {
  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);
}

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

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

.aside_inner_a356.picture-9780 {
  display: none;
}

.feature_57e6 {
  display: none;
}

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

.icon-over-feb7.widget-e354 {
  margin-bottom: 40px;
  width: 100%;
}

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

.new-c6f6 a {
  width: 100%;
}

.left-5460 .notice-hot-2ed6.dropdown_0725 {
  width: 20% !important;
}

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

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

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

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

.overlay-outer-ee9f {
  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;
}

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

.overlay-outer-ee9f: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);
}

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

.left-5460
  .notice-hot-2ed6.section_pink_67e9
  .yellow-dcea
  .table_bfa0 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.item-bottom-f404.grid-south-655b > .slider-brown-dc01 {
  display: flex;
  align-items: center;
}

.tertiary-lower-8b47 {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

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

.dirty_6e82 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

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

.avatar-thick-ce18 {
  display: flex;
  gap: 50px;
}

.left-5460
  .notice-hot-2ed6.hover-tiny-56fd
  .chip_f353
  .black_06a1 {
  width: 100% !important;
}

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

.orange-22fa {
  width: 100%;
}

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

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

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

  display: none;
}

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

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

  visibility: hidden;
}

.hidden_basic_7c60:hover .middle_73a5 {
  visibility: visible;
}
.hidden_basic_7c60:hover.hidden_basic_7c60::before {
  display: block;
}

.red_5ca7 h3 {
  color: #fff;
}

.last-80e9 {
  margin: 0;
}

.left-5460
  .notice-hot-2ed6.hover-tiny-56fd
  .black_06a1
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.chip_5608 {
  width: 100%;
}

.yellow-2ab1 {
  width: 100%;
}

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

.yellow-2ab1 {
  width: 100%;
}

.footer-6e78 {
  margin-bottom: 10px !important;
}

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

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

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

.new-c6f6 .wide-1e0d.breadcrumb_94bc {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.new-c6f6 h1.wide-1e0d {
  margin-top: 80px !important;
}

.left-5460 .notice-hot-2ed6.outline-upper-95b3 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.soft-ef14 img {
  width: 100%;
}

.cool-0914 .media-f332.yellow-dcea {
  justify-content: space-between;
}

.east-9a35 {
  display: none;
}

.dark_56c9 .basic-6af2 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .item-bottom-f404 .slider-brown-dc01 {
    flex-wrap: nowrap !important;
  }
}

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

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

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

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

  .cool-0914 .media-f332.yellow-dcea {
    border-bottom: 1px solid #f0c159;
  }

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

  .item-bottom-f404.grid-south-655b > .slider-brown-dc01 {
    gap: 15px;
    justify-content: space-between;
  }

  .left-5460
    .notice-hot-2ed6.hover-tiny-56fd
    .black_06a1
    img {
    width: 60% !important;
  }

  .dirty_6e82 {
    left: 2%;
  }

  .wood_8961 {
    margin: 10px 0;
  }

  .new-c6f6 .basic-6af2 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.new-c6f6 .wide-1e0d,
  .new-c6f6 .wide-1e0d {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .black_06a1 {
    justify-content: center;
  }

  .new-c6f6 .basic-6af2 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .left-5460 .notice-hot-2ed6.dropdown_0725 {
    width: 75% !important;
  }

  .soft-ef14 img {
    width: 100% !important;
  }
}

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

  h2.new-c6f6 .wide-1e0d,
  .new-c6f6 .wide-1e0d {
    font-size: 30px !important;
  }

  .black_06a1 {
    justify-content: center;
  }

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

  .menu_cold_e5b8
    .nav-cdd7.hero_rough_0c02 {
    margin: 0 !important;
  }

  .tertiary-lower-8b47 {
    margin: 0;
    gap: 10px;
  }

  .wood_8961 {
    display: flex;
  }

  .background_bd82 .image_4bbf {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .module-brown-2e90 svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .new-c6f6 h1.wide-1e0d {
    margin-top: 40px !important;
  }

  .left-5460
    .notice-hot-2ed6.hover-tiny-56fd
    .black_06a1
    img,
  .header_narrow_34ab .chip_f353 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .overlay-outer-ee9f {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .left-5460 .notice-hot-2ed6.dropdown_0725 {
    width: 100% !important;
  }

  .item-bottom-f404.grid-south-655b > .slider-brown-dc01 {
    gap: 3px;
  }

  .new-c6f6 .basic-6af2 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.cool-0914 .media-f332.yellow-dcea {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.cool-0914 .media-f332.yellow-dcea: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);
}

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

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

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

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

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

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

/* 响应式增强 */
@media (max-width: 767px) {
  .cool-0914 .media-f332.yellow-dcea {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .new-c6f6 .wide-1e0d {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .image_4bbf {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.banner-right-955d .focus_dirty_55bd {
  flex-shrink: 0;
  white-space: nowrap;
}

.banner-right-955d .small-c0b2 {
  flex-shrink: 0;
  min-width: fit-content;
}

.banner-right-955d .table_bfa0 {
  white-space: nowrap;
}

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

.banner-right-955d {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* 强制紧凑导航菜单 - 防止重叠 */
.banner-right-955d .focus_dirty_55bd {
  max-width: 80px !important;
}

.banner-right-955d .small-c0b2 {
  max-width: 80px !important;
  overflow: hidden;
}

.banner-right-955d .media-f332.yellow-dcea {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.banner-right-955d .table_bfa0 {
  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);
  }
}

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

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

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

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

body .overlay-outer-ee9f:nth-child(2),
.left-5460 .overlay-outer-ee9f:nth-child(2),
#page .overlay-outer-ee9f: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;
}

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

/* css-noise: e303 */
.widget-item-u4 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.1;
}
