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(.outer-d779) {
  gap: 0.5em;
}
:where(.row_a100) {
  gap: 0.5em;
}
body .surface_black_cfcd > .first-711a {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .surface_black_cfcd > .large_4b3c {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .surface_black_cfcd > .sidebar_cool_f06a {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .primary-69f4 > .first-711a {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .primary-69f4 > .large_4b3c {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .primary-69f4 > .sidebar_cool_f06a {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .primary-69f4
  > :where(:not(.first-711a):not(.large_4b3c):not(.solid_b959)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .primary-69f4 > .fast-4174 {
  max-width: var(--wp--style--global--wide-size);
}
body .outer-d779 {
  display: flex;
}
body .outer-d779 {
  flex-wrap: wrap;
  align-items: center;
}
body .outer-d779 > * {
  margin: 0;
}
body .row_a100 {
  display: grid;
}
body .row_a100 > * {
  margin: 0;
}
:where(.wrapper_6ff3.outer-d779) {
  gap: 2em;
}
:where(.wrapper_6ff3.row_a100) {
  gap: 2em;
}
:where(.progress_purple_139f.outer-d779) {
  gap: 1.25em;
}
:where(.progress_purple_139f.row_a100) {
  gap: 1.25em;
}
.grid_simple_5b64 {
  color: var(--wp--preset--color--black) !important;
}
.accent-1884 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.surface-mini-d313 {
  color: var(--wp--preset--color--white) !important;
}
.gold_51ee {
  color: var(--wp--preset--color--pale-pink) !important;
}
.element-silver-edb4 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.modal_glass_403a {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.sort_old_a477 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.hover_middle_5b72 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.brown_b050 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.paper-807f {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.link-a908 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.light-ef02 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.thumbnail_selected_422d {
  background-color: var(--wp--preset--color--black) !important;
}
.shadow-bottom-6a07 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.shadow-a486 {
  background-color: var(--wp--preset--color--white) !important;
}
.rough_968e {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.hot-cbce {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.icon-south-0222 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.tag_static_8f89 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.video_soft_4b2d {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.description_8eaa {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.backdrop-5846 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.photo-0141 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.active_a933 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.inner_6689 {
  border-color: var(--wp--preset--color--black) !important;
}
.info_bc79 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.nav-small-0538 {
  border-color: var(--wp--preset--color--white) !important;
}
.item-e849 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.mask-left-0d3f {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.steel_d615 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.warm-f0da {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.card-174a {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.paragraph_fixed_c9e3 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.slow-dea3 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.overlay_e547 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.paragraph-5d6a {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.modal-copper-d36d {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.tabs_3699 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.background-00b0 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.heading-center-5841 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.sidebar-plasma-80ca {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.aside-steel-fd4c {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.cold_8608 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.bottom_915f {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.wood_0acb {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.notice-abdd {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.detail_plasma_c7d5 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.dropdown_focused_eb8f {
  background: var(--wp--preset--gradient--midnight) !important;
}
.yellow_4917 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.easy-7fb3 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.layout_eaf4 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.overlay-bottom-6331 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.pattern_new_7bc7 a:where(:not(.slow_1881)) {
  color: inherit;
}
:where(.progress_purple_139f.outer-d779) {
  gap: 1.25em;
}
:where(.progress_purple_139f.row_a100) {
  gap: 1.25em;
}
:where(.wrapper_6ff3.outer-d779) {
  gap: 2em;
}
:where(.wrapper_6ff3.row_a100) {
  gap: 2em;
}
.detail_3398 {
  font-size: 1.5em;
  line-height: 1.6;
}

.down_7098 .caption-9fae {
  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);
}
.east-d159 .section-6f7a {
  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);
}
.fast-47dd {
  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);
}
.fast-47dd.pagination-4104 .sort_5f55 {
  background-color: var(--e-global-color-primary);
}
.fast-47dd.alert-bronze-1ba2 .sort_5f55,
.fast-47dd.chip-cold-416e .sort_5f55 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.gold_3ec8 .thick-ce82 {
  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);
}
.video-3aae {
  --divider-color: var(--e-global-color-secondary);
}
.video-3aae .under-7606 {
  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);
}
.video-3aae.prev-2808 .breadcrumb-11be {
  background-color: var(--e-global-color-secondary);
}
.video-3aae.highlight_3282 .breadcrumb-11be,
.video-3aae.gradient-0def .breadcrumb-11be {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.video-3aae.highlight_3282 .breadcrumb-11be,
.video-3aae.gradient-0def .breadcrumb-11be svg {
  fill: var(--e-global-color-secondary);
}
.tag_top_80c0 .border-5eca {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag_top_80c0 .hover_hard_3e47 {
  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);
}
.medium-783b.prev-2808 .breadcrumb-11be {
  background-color: var(--e-global-color-primary);
}
.medium-783b.highlight_3282 .breadcrumb-11be,
.medium-783b.gradient-0def .breadcrumb-11be {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.medium-783b.highlight_3282 .breadcrumb-11be,
.medium-783b.gradient-0def .breadcrumb-11be svg {
  fill: var(--e-global-color-primary);
}
.grid-b7d0.prev-2808 .breadcrumb-11be {
  background-color: var(--e-global-color-primary);
}
.grid-b7d0.highlight_3282 .breadcrumb-11be,
.grid-b7d0.gradient-0def .breadcrumb-11be {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.grid-b7d0 .paragraph_first_6e94 {
  color: var(--e-global-color-primary);
}
.grid-b7d0 .paragraph_first_6e94,
.grid-b7d0 .paragraph_first_6e94 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid-b7d0 .gallery-0397 {
  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);
}
.secondary-hot-216a .carousel-fluid-ac14 {
  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);
}
.inner_8ae9 .huge-8713 .status_solid_e699 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tertiary-7688 .simple_a623:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.tertiary-7688 .right-4848 i {
  color: var(--e-global-color-primary);
}
.tertiary-7688 .right-4848 svg {
  fill: var(--e-global-color-primary);
}
.tertiary-7688 .smooth-2917 {
  color: var(--e-global-color-secondary);
}
.tertiary-7688 .simple_a623 > .smooth-2917,
.tertiary-7688 .simple_a623 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification-tiny-5736 .widget_c423 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-tiny-5736 .main-86e4 {
  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);
}
.tooltip_easy_38a7 .tabs_center_10ab .upper-34c4 {
  background-color: var(--e-global-color-primary);
}
.tooltip_easy_38a7 .next-2bfa {
  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);
}
.summary-c29d .primary_c32f {
  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);
}
.summary-c29d .hero-silver-75ab {
  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);
}
.summary-c29d .slow-f812 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.shade-09d0 .blue-f5d2,
.shade-09d0 .blue-f5d2 a {
  color: var(--e-global-color-primary);
}
.shade-09d0 .blue-f5d2.stale-b9aa,
.shade-09d0 .blue-f5d2.stale-b9aa a {
  color: var(--e-global-color-accent);
}
.shade-09d0 .blue-f5d2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shade-09d0 .pattern_hot_b363 {
  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);
}
.box_0849 .last-155a,
.box_0849 .column-glass-70a6 {
  color: var(--e-global-color-primary);
}
.box_0849 .last-155a svg {
  fill: var(--e-global-color-primary);
}
.box_0849 .stale-b9aa .last-155a,
.box_0849 .stale-b9aa .column-glass-70a6 {
  color: var(--e-global-color-accent);
}
.box_0849 .stale-b9aa .last-155a svg {
  fill: var(--e-global-color-accent);
}
.box_0849 .column-glass-70a6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.box_0849 .pattern_hot_b363 {
  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);
}
.background_d20c .input-9637,
.background_d20c .frame_e6ec {
  color: var(--e-global-color-primary);
}
.background_d20c .frame_e6ec svg {
  fill: var(--e-global-color-primary);
}
.background_d20c .blue-f5d2.stale-b9aa a,
.background_d20c
  .blue-f5d2.stale-b9aa
  .frame_e6ec {
  color: var(--e-global-color-accent);
}
.background_d20c .input-9637 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background_d20c .pattern_hot_b363 {
  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);
}
.aside_f08e .highlight-static-c713 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_f08e .feature-0bfd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-next-a25c .text_light_7a31 .hidden_static_b859 {
  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);
}
.secondary-next-a25c .text_light_7a31 .border-large-422a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-next-a25c .paragraph_pink_843b .hidden_static_b859 {
  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);
}
.secondary-next-a25c
  .paragraph_pink_843b
  .border-large-422a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-next-a25c
  .basic_f792
  .hidden_static_b859 {
  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);
}
.secondary-next-a25c
  .basic_f792
  .border-large-422a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-next-a25c
  .backdrop-warm-64d3
  .hidden_static_b859 {
  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);
}
.secondary-next-a25c
  .backdrop-warm-64d3
  .border-large-422a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed-f732 .module-adf0 {
  background-color: var(--e-global-color-primary);
}
.fixed-f732 .module-adf0:hover {
  background-color: var(--e-global-color-primary);
}
.fixed-f732 .border-ff0a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fixed-f732
  .module-adf0:hover
  .border-ff0a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.icon-8434 .modal-3c11 {
  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);
}
.layout-f6c1 .tiny_edb8 .main_6c12 a {
  background-color: var(--e-global-color-accent);
}
.layout-f6c1 .tiny_edb8 .down_271e a {
  background-color: var(--e-global-color-accent);
}
.layout-f6c1 .tiny_edb8 .main_6c12 a,
.layout-f6c1 .tiny_edb8 .down_271e a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu-71a0
  .layout_hard_bb02.light_cfa8
  .tiny_edb8
  a.modal-stone-dfa4 {
  background-color: var(--e-global-color-accent);
}
.menu-71a0
  .layout_hard_bb02.light_cfa8
  .tiny_edb8
  span.modal-stone-dfa4.fn-current-679d {
  background-color: var(--e-global-color-text);
}
.menu-71a0
  .layout_hard_bb02.light_cfa8
  .tiny_edb8
  .modal-stone-dfa4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_514a .steel_ad3c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_514a
  .detail-ba06
  > .advanced_9cd1
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_514a
  .tag_up_0347
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_514a
  .pro_5aab
  .iron_734e,
.complex_514a
  .pro_5aab
  .header_focused_f5cc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex_514a
  .pro_5aab
  .search-over-e86f,
.complex_514a
  .pro_5aab
  a
  .search-over-e86f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_514a
  .pro_5aab
  .new-015c {
  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);
}
.complex_514a
  .pro_5aab
  .panel_c1ed {
  background-color: var(--e-global-color-primary);
}
.complex_514a
  .pro_5aab
  .panel_c1ed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_514a
  .pro_5aab
  .panel_c1ed:hover {
  background-color: var(--e-global-color-primary);
}
.complex_514a
  .pro_5aab
  .modal-new-1588 {
  background-color: var(--e-global-color-primary);
}
.complex_514a
  .pro_5aab
  .modal-new-1588 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_514a
  .pro_5aab
  .modal-new-1588:hover {
  background-color: var(--e-global-color-primary);
}
.complex_514a
  .hero-fluid-5466
  .grid-full-9984
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex_514a
  .hero-fluid-5466
  .grid-6c06 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_514a
  .hero-fluid-5466
  .new-015c {
  color: var(--e-global-color-text);
}
.complex_514a
  .hero-fluid-5466
  .new-015c
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_514a
  .hero-fluid-5466
  .panel_c1ed {
  background-color: var(--e-global-color-primary);
}
.complex_514a
  .hero-fluid-5466
  .panel_c1ed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_514a
  .hero-fluid-5466
  .panel_c1ed:hover {
  background-color: var(--e-global-color-primary);
}
.complex_514a
  .hero-fluid-5466
  .modal-new-1588 {
  background-color: var(--e-global-color-primary);
}
.complex_514a
  .hero-fluid-5466
  .modal-new-1588 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_514a
  .hero-fluid-5466
  .modal-new-1588:hover {
  background-color: var(--e-global-color-primary);
}
.complex_514a .box-2beb {
  background-color: var(--e-global-color-primary);
}
.complex_514a .box-2beb:hover {
  background-color: var(--e-global-color-primary);
}
.complex_514a .rough-a389 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex_514a .hover_south_43dc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header-solid-15cd .over-8202 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header-solid-15cd
  .fast-ae7a
  > div:nth-child(3)
  .over-8202,
.header-solid-15cd
  .copper-862a
  > div:nth-child(1)
  .over-8202,
.header-solid-15cd
  .list-096d
  > div:nth-child(1)
  .over-8202,
.header-solid-15cd
  .dirty-34d4
  > div:nth-child(1)
  .over-8202,
.header-solid-15cd
  .button-mini-3ec3
  > div:nth-child(1)
  .over-8202 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header-solid-15cd .first-388f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-solid-15cd .background_6a91 {
  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-solid-15cd .logo-mini-5254 {
  background-color: var(--e-global-color-primary);
}
.header-solid-15cd .logo-mini-5254 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-solid-15cd .logo-mini-5254:hover {
  background-color: var(--e-global-color-primary);
}
.header-solid-15cd .wide_d3b4 {
  background-color: var(--e-global-color-primary);
}
.header-solid-15cd .wide_d3b4:hover {
  background-color: var(--e-global-color-primary);
}
.header-solid-15cd .rough-a389 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header-solid-15cd .hover_south_43dc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.steel-4010 .row_7de6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.steel-4010 .grid_b95d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.steel-4010 .hover_d830 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.steel-4010 .silver-0677 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.steel-4010 .image_ded8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.steel-4010 .wide_d3b4 {
  background-color: var(--e-global-color-primary);
}
.steel-4010 .wide_d3b4:hover {
  background-color: var(--e-global-color-primary);
}
.component_medium_3157 .paragraph_yellow_03fe {
  background-color: var(--e-global-color-secondary);
}
.component_medium_3157 .photo-purple-177c {
  background-color: var(--e-global-color-text);
}
.component_medium_3157 .main_2b29 {
  background-color: var(--e-global-color-secondary);
}
.component_medium_3157 .text_pro_ec6a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component_medium_3157 .texture-257e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component_medium_3157 .block_d7ca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component_medium_3157 .search-next-5b3f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component_medium_3157 .icon-43c1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden_pink_1461 .disabled_white_a26c .chip-3876,
.hidden_pink_1461
  .disabled_white_a26c
  .chip-3876
  a,
.hidden_pink_1461 .element_lite_529d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden_pink_1461 .disabled_white_a26c .yellow_23c4,
.hidden_pink_1461 .form_east_a7ff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden_pink_1461 .disabled_white_a26c .yellow_23c4 {
  color: var(--e-global-color-text);
}
.hidden_pink_1461 .form_east_a7ff {
  color: var(--e-global-color-text);
}
.hidden_pink_1461
  .disabled_white_a26c
  .detail-medium-916b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hidden_pink_1461 .logo_red_db5f .surface-old-5d7f {
  background-color: var(--e-global-color-primary);
}
.hidden_pink_1461 .logo_red_db5f .surface-old-5d7f:hover {
  background-color: var(--e-global-color-primary);
}
.hidden_pink_1461 .logo_red_db5f .shadow-3a81 li span {
  background-color: var(--e-global-color-text);
}
.hidden_pink_1461 .logo_red_db5f .shadow-3a81 li span:hover {
  background-color: var(--e-global-color-primary);
}
.hidden_pink_1461
  .logo_red_db5f
  .shadow-3a81
  li.down_aea8
  span {
  background-color: var(--e-global-color-accent);
}
.hidden_pink_1461 .badge-077a span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.new_ad7a .pagination_77e3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.detail-hard-1ab2 .badge-2a57 {
  background-color: var(--e-global-color-primary);
}
.detail-hard-1ab2 .notice_5711 {
  background-color: var(--e-global-color-secondary);
}
.detail-hard-1ab2 .menu-left-1910 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-hard-1ab2 .north-1120 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-hard-1ab2 .up-349e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-hard-1ab2 .thick_63a1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-hard-1ab2 .description-3411 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-hard-1ab2 .breadcrumb_c66d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-hard-1ab2 .wrapper-hard-537f {
  background-color: var(--e-global-color-primary);
}
.detail-hard-1ab2 .wrapper-hard-537f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-2317 .black_5bdf {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading-2317 .backdrop_active_8163 {
  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);
}
.heading-2317
  .status_dbb1:after {
  background-color: var(--e-global-color-primary);
}
.heading-2317 .avatar_cold_cca3 {
  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);
}
.detail_upper_8803 .element_lite_529d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail_upper_8803 .form_east_a7ff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_f2fa .sort_adcb .module-mini-d185 {
  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);
}
.column_f2fa .sort_adcb .stone-c91f {
  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);
}
.easy-bfc2 .carousel_light_2e63 {
  background-color: var(--e-global-color-primary);
}
.easy-bfc2 .hovered_11e6 {
  background-color: var(--e-global-color-secondary);
}
.easy-bfc2 .hovered_946b .tertiary_dark_609a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.easy-bfc2 .prev_b4c5 .tertiary_dark_609a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black_2873 .slider-short-2ec8 .element_motion_c896 {
  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);
}
.black_2873 .slider-short-2ec8 .copper_3e1f {
  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);
}
.black_2873 .slider-short-2ec8 .aside_8664 {
  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);
}
.static_1a69 .overlay_selected_bee1 {
  border-color: var(--e-global-color-text);
}
.static_1a69 .menu_7571 {
  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);
}
.static_1a69 .status-ed40 {
  color: var(--e-global-color-primary);
}
.static_1a69 .selected_be07 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter-top-fb6a .soft-08ce {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.filter-top-fb6a .wide-9c4f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.filter-top-fb6a .active_b1ce:hover .soft-08ce {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.filter-top-fb6a
  .active_b1ce:hover
  .wide-9c4f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs-ed9a .popup_260a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs-ed9a .nav-e261 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-easy-12b0 .caption_14b6 .description_9b6a {
  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);
}
.highlight-easy-12b0 .green-2157 .description_9b6a {
  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);
}
.hover_pressed_0def .breadcrumb_65fd {
  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);
}
.action-f7a4 .clean_8d6e .medium-6ab6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.action-f7a4 .clean_8d6e .medium-6ab6 {
  background-color: var(--e-global-color-secondary);
}
.action-f7a4 .in-8bdf .medium-6ab6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.action-f7a4 .in-8bdf .medium-6ab6 {
  background-color: var(--e-global-color-secondary);
}
.action-f7a4 .fast-b862 .badge-in-0ca1 {
  background-color: var(--e-global-color-primary);
}
.action-f7a4 .fast-b862:hover .badge-in-0ca1 {
  background-color: var(--e-global-color-secondary);
}
.action-f7a4 .surface-old-5d7f {
  background-color: var(--e-global-color-primary);
}
.action-f7a4 .surface-old-5d7f:hover {
  background-color: var(--e-global-color-accent);
}
.action-f7a4 .shadow-3a81 li span {
  background-color: var(--e-global-color-text);
}
.action-f7a4 .shadow-3a81 li span:hover {
  background-color: var(--e-global-color-primary);
}
.action-f7a4 .shadow-3a81 li.down_aea8 span {
  background-color: var(--e-global-color-accent);
}
.shade_c61c .active-b3e6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade_c61c .narrow-cc67 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite_d5ab .chip_smooth_27d6:before {
  background-color: var(--e-global-color-secondary);
}
.lite_d5ab .filter-in-460a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite_d5ab .title_7216 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container_yellow_e3be .secondary-bottom-8f6b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container_yellow_e3be .secondary-bottom-8f6b:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container_yellow_e3be .secondary-bottom-8f6b.fn-active-679d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container_yellow_e3be .breadcrumb-b661 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_yellow_e3be .active-simple-7116 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_yellow_e3be .row-soft-5b28 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_yellow_e3be .focused_0e09 {
  background-color: var(--e-global-color-primary);
}
.container_yellow_e3be .focused_0e09 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.container_yellow_e3be .next-9212 {
  background-color: var(--e-global-color-primary);
}
.container_yellow_e3be .next-9212 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.description_next_2291 .progress-solid-9c73 .block-tiny-bf6a a {
  color: var(--e-global-color-secondary);
}
.description_next_2291 .progress-solid-9c73 .block-tiny-bf6a a:hover {
  color: var(--e-global-color-secondary);
}
.description_next_2291 .progress-solid-9c73 .block-tiny-bf6a,
.description_next_2291 .progress-solid-9c73 .block-tiny-bf6a a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.description_next_2291 .progress-solid-9c73 .small_c6e0 {
  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_next_2291 .progress-solid-9c73 .down-7d31 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.description_next_2291 .progress-solid-9c73 .pro-de65 {
  background-color: var(--e-global-color-primary);
}
.description_next_2291 .progress-solid-9c73 .pro-de65 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.description_next_2291 .progress-solid-9c73 .pro-de65:hover {
  background-color: var(--e-global-color-primary);
}
.description_next_2291 .progress-solid-9c73 .paragraph_paper_faa0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.description_next_2291 .progress-solid-9c73 .paragraph_paper_faa0 {
  background-color: var(--e-global-color-primary);
}
.description_next_2291 .progress-solid-9c73 .paragraph_paper_faa0:hover {
  background-color: var(--e-global-color-primary);
}
.description_next_2291 .progress-solid-9c73 .surface-old-5d7f {
  background-color: var(--e-global-color-primary);
}
.description_next_2291 .progress-solid-9c73 .surface-old-5d7f:hover {
  background-color: var(--e-global-color-primary);
}
.description_next_2291 .logo_red_db5f .shadow-3a81 li span {
  background-color: var(--e-global-color-text);
}
.description_next_2291 .logo_red_db5f .shadow-3a81 li span:hover {
  background-color: var(--e-global-color-primary);
}
.description_next_2291 .logo_red_db5f .shadow-3a81 li.down_aea8 span {
  background-color: var(--e-global-color-accent);
}
.description_next_2291 .rough-a389 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description_next_2291 .hover_south_43dc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.middle_3b8a .west-0394 .media_1bcc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.middle_3b8a .west-0394 .short_e45f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.middle_3b8a .west-0394 .brown_65bb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-2773 .bright_9489 {
  border-color: var(--e-global-color-text);
}
.panel-2773 .backdrop-bd22 {
  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);
}
.panel-2773 .thick_92a1 {
  color: var(--e-global-color-secondary);
}
.panel-2773 .thick_92a1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-2773 .fresh-c146 > * {
  color: var(--e-global-color-primary);
}
.panel-2773 .fresh-c146 > * svg {
  fill: var(--e-global-color-primary);
}
.panel-2773 .modal-narrow-e935 {
  color: var(--e-global-color-primary);
}
.panel-2773 .modal-narrow-e935 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel-2773 .overlay-78ec {
  color: var(--e-global-color-primary);
}
.panel-2773 .overlay-78ec {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel-2773 .message_64b7 {
  color: var(--e-global-color-primary);
}
.panel-2773 .message_64b7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-2773 .preview_iron_951b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-2773 .wood_9680 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-2773 .wood_9680.white-f528 {
  color: var(--e-global-color-secondary);
}
.panel-2773 .wood_9680.white-f528 .header_fcca {
  color: var(--e-global-color-accent);
}
.panel-2773 .wood_9680.green-e467 {
  color: var(--e-global-color-text);
}
.panel-2773 .wood_9680.green-e467 .header_fcca {
  color: var(--e-global-color-text);
}
.panel-2773 .wood_9680:before {
  border-top-color: var(--e-global-color-text);
}
.panel-2773 .popup_hard_f5b3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-2773
  .popup_hard_f5b3
  .section-80fe {
  background-color: var(--e-global-color-primary);
}
.panel-2773
  .popup_hard_f5b3
  .section-80fe {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.panel-2773 .bright_9489 .preview_9d0c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shadow_plasma_0aa8 .label_purple_67bb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shadow_plasma_0aa8 .hard_6d09 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list-5b0c .panel-middle-2aa0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list-5b0c
  .dropdown_blue_ee80
  .in_64ba {
  background-color: var(--e-global-color-secondary);
}
.list-5b0c
  .dropdown_blue_ee80.article_1e89
  .in_64ba {
  background-color: var(--e-global-color-text);
}
.list-5b0c
  .dropdown_blue_ee80:hover
  .in_64ba {
  background-color: var(--e-global-color-accent);
}
.list-5b0c
  .dropdown_blue_ee80.fn-active-679d
  .in_64ba {
  background-color: var(--e-global-color-primary);
}
.cool_8f56 .row_b6fe {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.cool_8f56 .progress_pink_a69b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool_8f56 .content_d30c {
  background-color: var(--e-global-color-primary);
}
.cool_8f56 .content_d30c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.left-e869 .grid_0342 .tertiary-19ef .panel-hard-fb73 {
  background-color: var(--e-global-color-secondary);
}
.left-e869 .grid_0342 .status-north-6b03:after {
  background-color: var(--e-global-color-secondary);
}
.left-e869 .block_paper_6611 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.left-e869 .main-action-01b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.left-e869 .highlight-38b7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.left-e869 .table-e6d5 {
  background-color: var(--e-global-color-primary);
}
.left-e869 .table-e6d5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.left-e869 .aside-silver-7d65 {
  background-color: var(--e-global-color-secondary);
}
.left-e869 .aside-silver-7d65 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.left-e869 .grid_0342 .tag-hovered-69fd .solid-19ee:hover {
  background-color: var(--e-global-color-primary);
}
.left-e869
  .grid_0342
  .tag-hovered-69fd
  .solid-19ee.button-old-2f6a {
  background-color: var(--e-global-color-primary);
}
.left-e869 .grid_0342 .full-a1dd:before {
  border-color: var(--e-global-color-primary);
}
.left-e869 .grid_0342 .full-a1dd:hover:before {
  border-color: var(--e-global-color-secondary);
}
.left-e869
  .grid_0342
  .full-a1dd.status-solid-cafb:before {
  border-color: var(--e-global-color-primary);
}
.left-e869 .input-f7e5 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_3174 .summary-silver-163c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabled_3174 .summary-silver-163c:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabled_3174 .summary-silver-163c.shade_light_b4d7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabled_3174 .fixed_e3a0 {
  background-color: var(--e-global-color-primary);
}
.disabled_3174 .fixed_e3a0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabled_3174
  .hard-f7c7
  .pro_191c
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabled_3174
  .tooltip_74bb
  .pro_191c
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.shadow-yellow-4d77
  .list-hard-d067
  .element-a4dd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shadow-yellow-4d77
  .list-hard-d067
  .simple-1996 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shadow-yellow-4d77 .right-18e8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shadow-yellow-4d77 .plasma-466b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shadow-yellow-4d77 .huge-5070 {
  background-color: var(--e-global-color-primary);
}
.shadow-yellow-4d77 .huge-5070 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.banner_f513 .caption-fe0a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner_f513 .pattern_red_047e {
  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);
}
.banner_f513 .sort-f462 {
  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);
}
.banner_f513 .sort-f462 a:hover {
  color: var(--e-global-color-secondary);
}
.banner_f513 .tag_d06a {
  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);
}
.banner_f513 .disabled-dim-b240 {
  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);
}
.banner_f513 .paragraph-50c1 .surface-old-5d7f {
  background-color: var(--e-global-color-primary);
}
.banner_f513 .paragraph-50c1 .surface-old-5d7f:hover {
  background-color: var(--e-global-color-accent);
}
.banner_f513
  .paragraph-50c1
  .shadow-3a81
  li
  span {
  background-color: var(--e-global-color-text);
}
.banner_f513
  .paragraph-50c1
  .shadow-3a81
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.banner_f513
  .paragraph-50c1
  .shadow-3a81
  li.down_aea8
  span {
  background-color: var(--e-global-color-accent);
}
.complex_a2da
  .hover_thick_debf
  .dirty-b3b7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex_a2da .hover_thick_debf .tertiary_inner_dc27 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex_a2da .hover_thick_debf .layout_68ff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_a2da .column-8cef {
  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);
}
.complex_a2da
  .search_b4c0.dim-1941 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > a {
  background-color: var(--e-global-color-text);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > a
  .image_large_36a1.background-879f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > a
  .narrow_8329.block-9b4e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > .media_upper_3b56
  .dropdown_fc55
  > a {
  background-color: var(--e-global-color-secondary);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > .media_upper_3b56
  .dropdown_fc55
  > a
  .simple_4e39 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > .media_upper_3b56
  .dropdown_fc55
  > a
  .narrow_8329.aside_small_a69e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > a
  .list-pro-0152:before {
  color: var(--e-global-color-text);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > .media_upper_3b56
  a
  .list-pro-0152:before {
  color: var(--e-global-color-text);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55.dark-1807
  > a
  .list-pro-0152:before {
  color: var(--e-global-color-text);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > .media_upper_3b56
  .dropdown_fc55.dark-1807
  > a
  .list-pro-0152:before {
  color: var(--e-global-color-text);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > a
  .table_fe4d
  .item_hot_62d8 {
  color: var(--e-global-color-text);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > .media_upper_3b56
  a
  .table_fe4d
  .item_hot_62d8 {
  color: var(--e-global-color-text);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > a
  .table_fe4d
  .item_hot_62d8,
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > .media_upper_3b56
  a
  .table_fe4d
  .item_hot_62d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > a
  .frame_e32b:before {
  color: var(--e-global-color-text);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > .media_upper_3b56
  a
  .frame_e32b:before {
  color: var(--e-global-color-text);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55.dark-1807
  > a
  .frame_e32b:before {
  color: var(--e-global-color-text);
}
.item_center_d002
  > .yellow-dd5e
  > div
  > .chip-4890
  > .dropdown_fc55
  > .media_upper_3b56
  .dropdown_fc55.dark-1807
  > a
  .frame_e32b:before {
  color: var(--e-global-color-text);
}
.paragraph_2a00 .aside_49d7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paragraph_2a00
  .block_outer_f752:hover
  .aside_49d7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.icon_c833
  > .yellow-dd5e
  > .over_f725
  > .nav-995e
  > .small_3c45
  > .title-soft-e770
  .secondary_last_3382 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.icon_c833
  > .yellow-dd5e
  > .over_f725
  > .nav-995e
  > .small_3c45
  > .title-soft-e770:hover
  .secondary_last_3382 {
  color: var(--e-global-color-text);
}
.icon_c833
  > .yellow-dd5e
  > .over_f725
  > .nav-995e
  > .small_3c45
  > .title-soft-e770:hover
  .secondary_last_3382 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.icon_c833
  > .yellow-dd5e
  > .over_f725
  > .nav-995e
  > .small_3c45.widget_purple_3341
  > .title-soft-e770
  .secondary_last_3382 {
  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);
}
.hero_dark_5496 .list-01c0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_dark_5496 .message-soft-6fcf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_dark_5496 .light_fe13 {
  background-color: var(--e-global-color-primary);
}
.hero_dark_5496 .light_fe13 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-2e28
  > .yellow-dd5e
  > .progress_up_ff80
  > .over-9e84
  > .north_78b4
  .under-2bb1 {
  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);
}
.hover-2e28
  > .yellow-dd5e
  > .progress_up_ff80
  > .over-9e84
  > .north_78b4
  .cool-f884 {
  color: var(--e-global-color-text);
}
.hover-2e28
  > .yellow-dd5e
  > .progress_up_ff80
  > .over-9e84
  > .north_78b4:hover
  .under-2bb1 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-2e28
  > .yellow-dd5e
  > .progress_up_ff80
  > .over-9e84
  > .north_78b4:hover
  .cool-f884 {
  color: var(--e-global-color-secondary);
}
.hover-2e28
  > .yellow-dd5e
  > .progress_up_ff80
  > .over-9e84
  > .north_78b4.container_7b90
  .under-2bb1 {
  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);
}
.hover-2e28
  > .yellow-dd5e
  > .progress_up_ff80
  > .over-9e84
  > .north_78b4.container_7b90
  .cool-f884 {
  color: var(--e-global-color-primary);
}
.link-ea6c
  .overlay_ab1b
  .green_3eb0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link-ea6c .rough_b826 .preview_9d0c .layout_759e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_6160 .slider-current-f531 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_6160 .pressed-6dcd .slider-current-f531 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_6160 .focus-silver-40a0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight_6160 .focus-silver-40a0 {
  background-color: var(--e-global-color-primary);
}
.plasma_bbe0 .hero_solid_ea90 .texture-iron-4bc1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.plasma_bbe0
  .hero_solid_ea90:hover
  .content_over_d720 {
  color: var(--e-global-color-secondary);
}
.plasma_bbe0
  .hero_solid_ea90:hover
  .texture-iron-4bc1 {
  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);
}
.module_c696 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.liquid-e701 {
  flex-direction: column;
}

.liquid-e701 .hot-9bb6 {
  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.liquid-e701 .hot-9bb6 {
  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);
}

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

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

.hard_d836.focus_87bf {
  display: none;
}

.sidebar_0d0b {
  display: none;
}

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

.main-purple-b6aa.card-7e9d {
  margin-bottom: 40px;
  width: 100%;
}

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

.liquid-e701 a {
  width: 100%;
}

.tabs_d7b4 .blue-5eb3.brown_4a49 {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.tabs_d7b4
  .blue-5eb3.yellow-4567
  .panel_clean_7310
  .background_gold_2cbc {
  font-size: 20px !important;
}

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

.form-9f97 {
  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;
}

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

  text-align: center;
}

.thick-9b72.column_orange_3e67 > .fresh-cb3c {
  display: flex;
  align-items: center;
}

.slider-fast-bc1e {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.list-hovered-3fa8 {
  position: relative;
  width: 100%;
}

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

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

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

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

.component-c20d {
  display: flex;
  gap: 50px;
}

.tabs_d7b4
  .blue-5eb3.in_98c8
  .hero-lite-4d5b
  .container-49b7 {
  width: 100% !important;
}

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

.white_e506 {
  width: 100%;
}

.pro-47e1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.motion-17a7 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

.gas-50a0 {
  font-size: 15px !important;
}

.surface-0b85 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.motion-17a7:hover .surface-0b85 {
  visibility: visible;
}
.motion-17a7:hover.motion-17a7::before {
  display: block;
}

.video_liquid_6969 h3 {
  color: #fff;
}

.outline_e5cd {
  margin: 0;
}

.tabs_d7b4
  .blue-5eb3.in_98c8
  .container-49b7
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.thumbnail-white-8294 {
  width: 100%;
}

.grid-3a98 {
  width: 100%;
}

.search-81ac {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.grid-3a98 {
  width: 100%;
}

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

.container-49b7 {
  display: flex;
  align-items: center;
}

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

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

.liquid-e701 .hot-9bb6.pink-6cf0 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.liquid-e701 h1.hot-9bb6 {
  margin-top: 80px !important;
}

.tabs_d7b4 .blue-5eb3.stone_64ed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.column-7670 img {
  width: 100%;
}

.hero_7d86 .message_motion_7969.panel_clean_7310 {
  justify-content: space-between;
}

.pattern-pressed-b440 {
  display: none;
}

.element-1a49 .video_iron_ef77 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .thick-9b72 .fresh-cb3c {
    flex-wrap: nowrap !important;
  }
}

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

  .thick-f8ce {
    width: 100% !important;
  }
}

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

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

  .hero_7d86 .message_motion_7969.panel_clean_7310 {
    border-bottom: 1px solid #f0c159;
  }

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

  .thick-9b72.column_orange_3e67 > .fresh-cb3c {
    gap: 15px;
    justify-content: space-between;
  }

  .tabs_d7b4
    .blue-5eb3.in_98c8
    .container-49b7
    img {
    width: 60% !important;
  }

  .hover_pink_e6ee {
    left: 2%;
  }

  .photo_7197 {
    margin: 10px 0;
  }

  .liquid-e701 .video_iron_ef77 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.liquid-e701 .hot-9bb6,
  .liquid-e701 .hot-9bb6 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .container-49b7 {
    justify-content: center;
  }

  .liquid-e701 .video_iron_ef77 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .tabs_d7b4 .blue-5eb3.brown_4a49 {
    width: 75% !important;
  }

  .column-7670 img {
    width: 100% !important;
  }
}

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

  h2.liquid-e701 .hot-9bb6,
  .liquid-e701 .hot-9bb6 {
    font-size: 30px !important;
  }

  .container-49b7 {
    justify-content: center;
  }

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

  .grid-c801
    .detail_dirty_84a3.link-black-0f92 {
    margin: 0 !important;
  }

  .slider-fast-bc1e {
    margin: 0;
    gap: 10px;
  }

  .photo_7197 {
    display: flex;
  }

  .search_0004 .component_0caf {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

  .search-81ac {
    justify-content: flex-end;
    gap: 1px;
  }

  .liquid-e701 h1.hot-9bb6 {
    margin-top: 40px !important;
  }

  .tabs_d7b4
    .blue-5eb3.in_98c8
    .container-49b7
    img,
  .tag_top_80c0 .hero-lite-4d5b {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .tabs_d7b4 .blue-5eb3.brown_4a49 {
    width: 100% !important;
  }

  .thick-9b72.column_orange_3e67 > .fresh-cb3c {
    gap: 3px;
  }

  .liquid-e701 .video_iron_ef77 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

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

.hero_7d86 .message_motion_7969.panel_clean_7310: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);
}

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

/* 图片容器简化样式 */
.list-hovered-3fa8 {
  position: relative;
  width: 100%;
}

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

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

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

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

/* 响应式增强 */
@media (max-width: 767px) {
  .hero_7d86 .message_motion_7969.panel_clean_7310 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .liquid-e701 .hot-9bb6 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .component_0caf {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.caption_hard_1644 .content-hovered-f185 {
  flex-shrink: 0;
  white-space: nowrap;
}

.caption_hard_1644 .texture-3202 {
  flex-shrink: 0;
  min-width: fit-content;
}

.caption_hard_1644 .background_gold_2cbc {
  white-space: nowrap;
}

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

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

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

.caption_hard_1644 .texture-3202 {
  max-width: 80px !important;
  overflow: hidden;
}

.caption_hard_1644 .message_motion_7969.panel_clean_7310 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.caption_hard_1644 .background_gold_2cbc {
  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);
  }
}

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

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

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

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

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

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

/* css-noise: e67d */
.widget-item-g3 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
