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(.component_5a1c) {
  gap: 0.5em;
}
:where(.glass-1da7) {
  gap: 0.5em;
}
body .feature-eb6c > .focus-ef19 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .feature-eb6c > .border_71c4 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .feature-eb6c > .column_east_a520 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .video-f2b9 > .focus-ef19 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .video-f2b9 > .border_71c4 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .video-f2b9 > .column_east_a520 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .video-f2b9
  > :where(:not(.focus-ef19):not(.border_71c4):not(.paragraph_a51c)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .video-f2b9 > .carousel-50e2 {
  max-width: var(--wp--style--global--wide-size);
}
body .component_5a1c {
  display: flex;
}
body .component_5a1c {
  flex-wrap: wrap;
  align-items: center;
}
body .component_5a1c > * {
  margin: 0;
}
body .glass-1da7 {
  display: grid;
}
body .glass-1da7 > * {
  margin: 0;
}
:where(.north-ea06.component_5a1c) {
  gap: 2em;
}
:where(.north-ea06.glass-1da7) {
  gap: 2em;
}
:where(.accordion-e841.component_5a1c) {
  gap: 1.25em;
}
:where(.accordion-e841.glass-1da7) {
  gap: 1.25em;
}
.description_fa43 {
  color: var(--wp--preset--color--black) !important;
}
.secondary_5fea {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.brown_7346 {
  color: var(--wp--preset--color--white) !important;
}
.advanced_0def {
  color: var(--wp--preset--color--pale-pink) !important;
}
.backdrop_331e {
  color: var(--wp--preset--color--vivid-red) !important;
}
.badge-8b8a {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.icon-cold-b127 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.article-over-c5fc {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.footer_93f0 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.stale_81fc {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.hero_a4d7 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.item-purple-bdc7 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.plasma-2a5d {
  background-color: var(--wp--preset--color--black) !important;
}
.warm_a859 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.main-stone-cdc9 {
  background-color: var(--wp--preset--color--white) !important;
}
.main-cold-a167 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.iron_2b11 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.tabs_5c47 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.bronze-c759 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.article_44f0 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.main-fbec {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.up-6dc3 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.huge-2217 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.tag_a605 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.footer-78e7 {
  border-color: var(--wp--preset--color--black) !important;
}
.dirty_d154 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.pagination_3bbb {
  border-color: var(--wp--preset--color--white) !important;
}
.layout_f070 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.last_2e46 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.section-dim-0677 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.outline-e02f {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.outline-complex-1de5 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.carousel-up-d9f8 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.hover-south-3a84 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.focus-under-6f32 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.main-9d8e {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.box_7ace {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.info-b96a {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.highlight-steel-e03b {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.sort_easy_cafe {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.row-yellow-168c {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.sidebar_hard_a085 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.list-43e9 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.current-8136 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.dim-f0cf {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.image-orange-4e10 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.advanced-cea8 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.steel_b269 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.prev_2c54 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.fluid-b1b3 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.widget-north-7aa7 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.title-liquid-1e39 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.message_last_9d98 a:where(:not(.hover_left_9366)) {
  color: inherit;
}
:where(.accordion-e841.component_5a1c) {
  gap: 1.25em;
}
:where(.accordion-e841.glass-1da7) {
  gap: 1.25em;
}
:where(.north-ea06.component_5a1c) {
  gap: 2em;
}
:where(.north-ea06.glass-1da7) {
  gap: 2em;
}
.primary_440a {
  font-size: 1.5em;
  line-height: 1.6;
}

.caption_3c54 .dropdown_bottom_e01b {
  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);
}
.outer-b006 .solid_6238 {
  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);
}
.outline-clean-7a90 {
  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);
}
.outline-clean-7a90.lower-2b7a .row-1394 {
  background-color: var(--e-global-color-primary);
}
.outline-clean-7a90.paragraph-basic-628f .row-1394,
.outline-clean-7a90.container-8275 .row-1394 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.bright_392b .tabs_slow_769b {
  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);
}
.description_5581 {
  --divider-color: var(--e-global-color-secondary);
}
.description_5581 .old-f77d {
  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);
}
.description_5581.alert-in-d757 .summary_right_e371 {
  background-color: var(--e-global-color-secondary);
}
.description_5581.panel-fluid-4bec .summary_right_e371,
.description_5581.sidebar-6b85 .summary_right_e371 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.description_5581.panel-fluid-4bec .summary_right_e371,
.description_5581.sidebar-6b85 .summary_right_e371 svg {
  fill: var(--e-global-color-secondary);
}
.small-f9ca .rough-c013 {
  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);
}
.small-f9ca .narrow-df01 {
  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);
}
.preview_a087.alert-in-d757 .summary_right_e371 {
  background-color: var(--e-global-color-primary);
}
.preview_a087.panel-fluid-4bec .summary_right_e371,
.preview_a087.sidebar-6b85 .summary_right_e371 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.preview_a087.panel-fluid-4bec .summary_right_e371,
.preview_a087.sidebar-6b85 .summary_right_e371 svg {
  fill: var(--e-global-color-primary);
}
.content_496e.alert-in-d757 .summary_right_e371 {
  background-color: var(--e-global-color-primary);
}
.content_496e.panel-fluid-4bec .summary_right_e371,
.content_496e.sidebar-6b85 .summary_right_e371 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.content_496e .south-3c3f {
  color: var(--e-global-color-primary);
}
.content_496e .south-3c3f,
.content_496e .south-3c3f a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content_496e .medium_058b {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus-down-abd3 .icon-green-00a0 {
  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);
}
.texture-48ac .media-black-5018 .info-fast-b0dc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside_a8a8 .black-0332:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.aside_a8a8 .tabs-374e i {
  color: var(--e-global-color-primary);
}
.aside_a8a8 .tabs-374e svg {
  fill: var(--e-global-color-primary);
}
.aside_a8a8 .fluid_2f7f {
  color: var(--e-global-color-secondary);
}
.aside_a8a8 .black-0332 > .fluid_2f7f,
.aside_a8a8 .black-0332 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background-56f9 .hover-0b4a {
  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);
}
.background-56f9 .breadcrumb_purple_d3f4 {
  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);
}
.search_23c5 .overlay-last-7b9f .footer-active-f9cd {
  background-color: var(--e-global-color-primary);
}
.search_23c5 .widget-cool-e75b {
  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);
}
.paragraph_pressed_f028 .orange-703c {
  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);
}
.paragraph_pressed_f028 .chip_last_f0d1 {
  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);
}
.paragraph_pressed_f028 .button_bright_38a8 {
  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);
}
.link-f2e8 .light-edab,
.link-f2e8 .light-edab a {
  color: var(--e-global-color-primary);
}
.link-f2e8 .light-edab.preview_plasma_6e3a,
.link-f2e8 .light-edab.preview_plasma_6e3a a {
  color: var(--e-global-color-accent);
}
.link-f2e8 .light-edab {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link-f2e8 .current-49b7 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-3e72 .stale_145e,
.module-3e72 .chip-0c90 {
  color: var(--e-global-color-primary);
}
.module-3e72 .stale_145e svg {
  fill: var(--e-global-color-primary);
}
.module-3e72 .preview_plasma_6e3a .stale_145e,
.module-3e72 .preview_plasma_6e3a .chip-0c90 {
  color: var(--e-global-color-accent);
}
.module-3e72 .preview_plasma_6e3a .stale_145e svg {
  fill: var(--e-global-color-accent);
}
.module-3e72 .chip-0c90 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-3e72 .current-49b7 {
  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);
}
.paper-8e37 .primary-5a5d,
.paper-8e37 .content_3680 {
  color: var(--e-global-color-primary);
}
.paper-8e37 .content_3680 svg {
  fill: var(--e-global-color-primary);
}
.paper-8e37 .light-edab.preview_plasma_6e3a a,
.paper-8e37
  .light-edab.preview_plasma_6e3a
  .content_3680 {
  color: var(--e-global-color-accent);
}
.paper-8e37 .primary-5a5d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paper-8e37 .current-49b7 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wrapper-slow-f81d .light-97cd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper-slow-f81d .aside_584f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-53bb .gradient_thick_3b65 .gold_a581 {
  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);
}
.panel-53bb .gradient_thick_3b65 .active_0291 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-53bb .info-8d02 .gold_a581 {
  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);
}
.panel-53bb
  .info-8d02
  .active_0291 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-53bb
  .surface-pressed-bd16
  .gold_a581 {
  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);
}
.panel-53bb
  .surface-pressed-bd16
  .active_0291 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-53bb
  .smooth_eff0
  .gold_a581 {
  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);
}
.panel-53bb
  .smooth_eff0
  .active_0291 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev_b449 .fast_f10d {
  background-color: var(--e-global-color-primary);
}
.prev_b449 .fast_f10d:hover {
  background-color: var(--e-global-color-primary);
}
.prev_b449 .fixed-61ed {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.prev_b449
  .fast_f10d:hover
  .fixed-61ed {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video_a0ed .hidden_hard_a74f {
  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);
}
.dirty-d500 .avatar-iron-8d28 .text_52ca a {
  background-color: var(--e-global-color-accent);
}
.dirty-d500 .avatar-iron-8d28 .accordion_8d2e a {
  background-color: var(--e-global-color-accent);
}
.dirty-d500 .avatar-iron-8d28 .text_52ca a,
.dirty-d500 .avatar-iron-8d28 .accordion_8d2e a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-eb29
  .notification-inner-e4f9.video_e0b6
  .avatar-iron-8d28
  a.alert_7ece {
  background-color: var(--e-global-color-accent);
}
.pro-eb29
  .notification-inner-e4f9.video_e0b6
  .avatar-iron-8d28
  span.alert_7ece.fn-current-3c21 {
  background-color: var(--e-global-color-text);
}
.pro-eb29
  .notification-inner-e4f9.video_e0b6
  .avatar-iron-8d28
  .alert_7ece {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dynamic-c461 .table_b1a0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dynamic-c461
  .message-over-5a26
  > .row_6da3
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dynamic-c461
  .container_aa85
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dynamic-c461
  .sort-ae7b
  .primary-bfb4,
.preview-dynamic-c461
  .sort-ae7b
  .outline_0bdb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.preview-dynamic-c461
  .sort-ae7b
  .north-627c,
.preview-dynamic-c461
  .sort-ae7b
  a
  .north-627c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dynamic-c461
  .sort-ae7b
  .thumbnail-0de8 {
  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);
}
.preview-dynamic-c461
  .sort-ae7b
  .title-a214 {
  background-color: var(--e-global-color-primary);
}
.preview-dynamic-c461
  .sort-ae7b
  .title-a214 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dynamic-c461
  .sort-ae7b
  .title-a214:hover {
  background-color: var(--e-global-color-primary);
}
.preview-dynamic-c461
  .sort-ae7b
  .progress_1c35 {
  background-color: var(--e-global-color-primary);
}
.preview-dynamic-c461
  .sort-ae7b
  .progress_1c35 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dynamic-c461
  .sort-ae7b
  .progress_1c35:hover {
  background-color: var(--e-global-color-primary);
}
.preview-dynamic-c461
  .header-6667
  .inner_3396
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.preview-dynamic-c461
  .header-6667
  .hidden-90ef {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dynamic-c461
  .header-6667
  .thumbnail-0de8 {
  color: var(--e-global-color-text);
}
.preview-dynamic-c461
  .header-6667
  .thumbnail-0de8
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dynamic-c461
  .header-6667
  .title-a214 {
  background-color: var(--e-global-color-primary);
}
.preview-dynamic-c461
  .header-6667
  .title-a214 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dynamic-c461
  .header-6667
  .title-a214:hover {
  background-color: var(--e-global-color-primary);
}
.preview-dynamic-c461
  .header-6667
  .progress_1c35 {
  background-color: var(--e-global-color-primary);
}
.preview-dynamic-c461
  .header-6667
  .progress_1c35 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dynamic-c461
  .header-6667
  .progress_1c35:hover {
  background-color: var(--e-global-color-primary);
}
.preview-dynamic-c461 .info_cffa {
  background-color: var(--e-global-color-primary);
}
.preview-dynamic-c461 .info_cffa:hover {
  background-color: var(--e-global-color-primary);
}
.preview-dynamic-c461 .chip_fast_1010 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.preview-dynamic-c461 .video_2f89 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article-4ca1 .lite_a068 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article-4ca1
  .pagination-large-e5f2
  > div:nth-child(3)
  .lite_a068,
.article-4ca1
  .huge-84b4
  > div:nth-child(1)
  .lite_a068,
.article-4ca1
  .sidebar_over_8b9a
  > div:nth-child(1)
  .lite_a068,
.article-4ca1
  .breadcrumb-752f
  > div:nth-child(1)
  .lite_a068,
.article-4ca1
  .widget_c800
  > div:nth-child(1)
  .lite_a068 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article-4ca1 .header-77ee {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-4ca1 .surface_5335 {
  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-4ca1 .wide-981b {
  background-color: var(--e-global-color-primary);
}
.article-4ca1 .wide-981b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-4ca1 .wide-981b:hover {
  background-color: var(--e-global-color-primary);
}
.article-4ca1 .photo-3b2f {
  background-color: var(--e-global-color-primary);
}
.article-4ca1 .photo-3b2f:hover {
  background-color: var(--e-global-color-primary);
}
.article-4ca1 .chip_fast_1010 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article-4ca1 .video_2f89 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form-61cc .slider-hot-0513 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form-61cc .table_d7e9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-61cc .south_ad99 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-61cc .bronze_46b1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-61cc .warm-8ac3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-61cc .photo-3b2f {
  background-color: var(--e-global-color-primary);
}
.form-61cc .photo-3b2f:hover {
  background-color: var(--e-global-color-primary);
}
.medium_50b9 .focus_bdd6 {
  background-color: var(--e-global-color-secondary);
}
.medium_50b9 .component_silver_5484 {
  background-color: var(--e-global-color-text);
}
.medium_50b9 .glass_7947 {
  background-color: var(--e-global-color-secondary);
}
.medium_50b9 .down_ff82 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.medium_50b9 .purple-4fa3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium_50b9 .heading-hard-d83d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium_50b9 .avatar-middle-65d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium_50b9 .banner-598d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block-old-45e4 .hidden-8553 .secondary-right-a47d,
.block-old-45e4
  .hidden-8553
  .secondary-right-a47d
  a,
.block-old-45e4 .shadow_9107 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block-old-45e4 .hidden-8553 .icon-bronze-16bf,
.block-old-45e4 .hovered_0555 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block-old-45e4 .hidden-8553 .icon-bronze-16bf {
  color: var(--e-global-color-text);
}
.block-old-45e4 .hovered_0555 {
  color: var(--e-global-color-text);
}
.block-old-45e4
  .hidden-8553
  .smooth_932b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.block-old-45e4 .purple_7cb3 .alert_gas_c6d2 {
  background-color: var(--e-global-color-primary);
}
.block-old-45e4 .purple_7cb3 .alert_gas_c6d2:hover {
  background-color: var(--e-global-color-primary);
}
.block-old-45e4 .purple_7cb3 .box-630a li span {
  background-color: var(--e-global-color-text);
}
.block-old-45e4 .purple_7cb3 .box-630a li span:hover {
  background-color: var(--e-global-color-primary);
}
.block-old-45e4
  .purple_7cb3
  .box-630a
  li.aside-1227
  span {
  background-color: var(--e-global-color-accent);
}
.block-old-45e4 .wrapper_12c1 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gold-8e58 .list_middle_52b7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.shade-red-70b7 .logo_d8e5 {
  background-color: var(--e-global-color-primary);
}
.shade-red-70b7 .title-old-d5b7 {
  background-color: var(--e-global-color-secondary);
}
.shade-red-70b7 .paper_65cb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade-red-70b7 .shadow-stale-16b2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade-red-70b7 .border_light_9de8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade-red-70b7 .wrapper_hard_6f4e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade-red-70b7 .wrapper_cc3c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade-red-70b7 .description_simple_7cad {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade-red-70b7 .badge-a9c2 {
  background-color: var(--e-global-color-primary);
}
.shade-red-70b7 .badge-a9c2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.overlay_5ec6 .footer-dim-97f3 {
  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);
}
.overlay_5ec6 .footer-58af {
  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);
}
.overlay_5ec6
  .complex_70bf:after {
  background-color: var(--e-global-color-primary);
}
.overlay_5ec6 .pattern_orange_f964 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip_6180 .shadow_9107 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_6180 .hovered_0555 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info-97a6 .link-focused-fe3f .alert-e66e {
  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);
}
.info-97a6 .link-focused-fe3f .lower-4e17 {
  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);
}
.thumbnail-a123 .summary_2ebb {
  background-color: var(--e-global-color-primary);
}
.thumbnail-a123 .title_922e {
  background-color: var(--e-global-color-secondary);
}
.thumbnail-a123 .main_bcf7 .sidebar_ff34 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-a123 .module_625a .sidebar_ff34 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.detail_f500 .photo_77a1 .component-red-186f {
  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);
}
.detail_f500 .photo_77a1 .table-d0bb {
  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);
}
.detail_f500 .photo_77a1 .up_de43 {
  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);
}
.search-hard-5532 .tiny-1c9c {
  border-color: var(--e-global-color-text);
}
.search-hard-5532 .wood-a87f {
  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);
}
.search-hard-5532 .hover_mini_afaf {
  color: var(--e-global-color-primary);
}
.search-hard-5532 .orange-7203 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary-a242 .icon-rough-be26 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary-a242 .module-6f0a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary-a242 .picture-6ad6:hover .icon-rough-be26 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary-a242
  .picture-6ad6:hover
  .module-6f0a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.alert_current_c363 .texture_west_af66 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.alert_current_c363 .avatar_current_a5cd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media-e411 .notice_432c .element-light-e393 {
  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);
}
.media-e411 .picture-blue-bb53 .element-light-e393 {
  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);
}
.pro_6b86 .top-30a0 {
  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);
}
.highlight-1859 .carousel_3e53 .slider_plasma_89fb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-1859 .carousel_3e53 .slider_plasma_89fb {
  background-color: var(--e-global-color-secondary);
}
.highlight-1859 .picture-4489 .slider_plasma_89fb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-1859 .picture-4489 .slider_plasma_89fb {
  background-color: var(--e-global-color-secondary);
}
.highlight-1859 .texture-feaf .down-c49c {
  background-color: var(--e-global-color-primary);
}
.highlight-1859 .texture-feaf:hover .down-c49c {
  background-color: var(--e-global-color-secondary);
}
.highlight-1859 .alert_gas_c6d2 {
  background-color: var(--e-global-color-primary);
}
.highlight-1859 .alert_gas_c6d2:hover {
  background-color: var(--e-global-color-accent);
}
.highlight-1859 .box-630a li span {
  background-color: var(--e-global-color-text);
}
.highlight-1859 .box-630a li span:hover {
  background-color: var(--e-global-color-primary);
}
.highlight-1859 .box-630a li.aside-1227 span {
  background-color: var(--e-global-color-accent);
}
.pressed_cc4c .paper_6db7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_cc4c .last_85e4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item-silver-e63e .tabs-soft-ce97:before {
  background-color: var(--e-global-color-secondary);
}
.item-silver-e63e .main-bf67 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item-silver-e63e .list_cool_0259 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.purple_d9bf .grid_fast_5501 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.purple_d9bf .grid_fast_5501:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.purple_d9bf .grid_fast_5501.fn-active-3c21 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.purple_d9bf .container-8315 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple_d9bf .hero-41dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple_d9bf .aside_fcae {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple_d9bf .hovered_31d0 {
  background-color: var(--e-global-color-primary);
}
.purple_d9bf .hovered_31d0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.purple_d9bf .gradient_f55c {
  background-color: var(--e-global-color-primary);
}
.purple_d9bf .gradient_f55c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.rough-17bf .description-fbc2 .banner_92ee a {
  color: var(--e-global-color-secondary);
}
.rough-17bf .description-fbc2 .banner_92ee a:hover {
  color: var(--e-global-color-secondary);
}
.rough-17bf .description-fbc2 .banner_92ee,
.rough-17bf .description-fbc2 .banner_92ee a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough-17bf .description-fbc2 .photo-glass-a9df {
  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);
}
.rough-17bf .description-fbc2 .light-9a6c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough-17bf .description-fbc2 .black_51d9 {
  background-color: var(--e-global-color-primary);
}
.rough-17bf .description-fbc2 .black_51d9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough-17bf .description-fbc2 .black_51d9:hover {
  background-color: var(--e-global-color-primary);
}
.rough-17bf .description-fbc2 .description-6c8d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.rough-17bf .description-fbc2 .description-6c8d {
  background-color: var(--e-global-color-primary);
}
.rough-17bf .description-fbc2 .description-6c8d:hover {
  background-color: var(--e-global-color-primary);
}
.rough-17bf .description-fbc2 .alert_gas_c6d2 {
  background-color: var(--e-global-color-primary);
}
.rough-17bf .description-fbc2 .alert_gas_c6d2:hover {
  background-color: var(--e-global-color-primary);
}
.rough-17bf .purple_7cb3 .box-630a li span {
  background-color: var(--e-global-color-text);
}
.rough-17bf .purple_7cb3 .box-630a li span:hover {
  background-color: var(--e-global-color-primary);
}
.rough-17bf .purple_7cb3 .box-630a li.aside-1227 span {
  background-color: var(--e-global-color-accent);
}
.rough-17bf .chip_fast_1010 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough-17bf .video_2f89 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border-solid-e673 .alert_ae36 .aside-active-510a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border-solid-e673 .alert_ae36 .alert-6a37 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border-solid-e673 .alert_ae36 .carousel-8cae {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange-b655 .image-6cc1 {
  border-color: var(--e-global-color-text);
}
.orange-b655 .west_a3bd {
  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);
}
.orange-b655 .pressed-ad60 {
  color: var(--e-global-color-secondary);
}
.orange-b655 .pressed-ad60 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange-b655 .dark_e863 > * {
  color: var(--e-global-color-primary);
}
.orange-b655 .dark_e863 > * svg {
  fill: var(--e-global-color-primary);
}
.orange-b655 .overlay-complex-48f9 {
  color: var(--e-global-color-primary);
}
.orange-b655 .overlay-complex-48f9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.orange-b655 .feature_24d2 {
  color: var(--e-global-color-primary);
}
.orange-b655 .feature_24d2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.orange-b655 .center-1512 {
  color: var(--e-global-color-primary);
}
.orange-b655 .center-1512 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange-b655 .mask-prev-c195 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange-b655 .header_5201 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange-b655 .header_5201.stale-a0ab {
  color: var(--e-global-color-secondary);
}
.orange-b655 .header_5201.stale-a0ab .module-south-a700 {
  color: var(--e-global-color-accent);
}
.orange-b655 .header_5201.shadow-steel-1ee8 {
  color: var(--e-global-color-text);
}
.orange-b655 .header_5201.shadow-steel-1ee8 .module-south-a700 {
  color: var(--e-global-color-text);
}
.orange-b655 .header_5201:before {
  border-top-color: var(--e-global-color-text);
}
.orange-b655 .thumbnail_top_5dce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange-b655
  .thumbnail_top_5dce
  .fast_f5a6 {
  background-color: var(--e-global-color-primary);
}
.orange-b655
  .thumbnail_top_5dce
  .fast_f5a6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.orange-b655 .image-6cc1 .primary-8695 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.copper_f659 .mini-641f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper_f659 .filter-slow-e411 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex-92aa .button_tall_d5bb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex-92aa
  .pagination-fdfa
  .background_394b {
  background-color: var(--e-global-color-secondary);
}
.complex-92aa
  .pagination-fdfa.thumbnail-steel-3c67
  .background_394b {
  background-color: var(--e-global-color-text);
}
.complex-92aa
  .pagination-fdfa:hover
  .background_394b {
  background-color: var(--e-global-color-accent);
}
.complex-92aa
  .pagination-fdfa.fn-active-3c21
  .background_394b {
  background-color: var(--e-global-color-primary);
}
.thick-85b6 .table-5ed4 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.thick-85b6 .pagination_upper_c860 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thick-85b6 .under-55c4 {
  background-color: var(--e-global-color-primary);
}
.thick-85b6 .under-55c4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-0182 .active-c9a2 .link-light-20ca .summary_1c76 {
  background-color: var(--e-global-color-secondary);
}
.highlight-0182 .active-c9a2 .hero_7b0a:after {
  background-color: var(--e-global-color-secondary);
}
.highlight-0182 .upper-bf05 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-0182 .panel-out-dc07 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-0182 .title-d8a4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-0182 .thumbnail_purple_01a8 {
  background-color: var(--e-global-color-primary);
}
.highlight-0182 .thumbnail_purple_01a8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-0182 .bronze-b1b3 {
  background-color: var(--e-global-color-secondary);
}
.highlight-0182 .bronze-b1b3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-0182 .active-c9a2 .caption_dim_e5e7 .item-384c:hover {
  background-color: var(--e-global-color-primary);
}
.highlight-0182
  .active-c9a2
  .caption_dim_e5e7
  .item-384c.highlight-upper-c0f2 {
  background-color: var(--e-global-color-primary);
}
.highlight-0182 .active-c9a2 .mask_700c:before {
  border-color: var(--e-global-color-primary);
}
.highlight-0182 .active-c9a2 .mask_700c:hover:before {
  border-color: var(--e-global-color-secondary);
}
.highlight-0182
  .active-c9a2
  .mask_700c.article_ac97:before {
  border-color: var(--e-global-color-primary);
}
.highlight-0182 .element-1d4a span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.middle_3829 .avatar-844b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.middle_3829 .avatar-844b:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.middle_3829 .avatar-844b.component_west_92e3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.middle_3829 .hero_1ccf {
  background-color: var(--e-global-color-primary);
}
.middle_3829 .hero_1ccf {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.middle_3829
  .widget-7330
  .center_db3f
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.middle_3829
  .paragraph-a1ae
  .center_db3f
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pagination_b62a
  .tooltip_a6cc
  .search-f931 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination_b62a
  .tooltip_a6cc
  .dropdown_liquid_755b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination_b62a .red_d0cd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination_b62a .label_86d3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination_b62a .label-21f9 {
  background-color: var(--e-global-color-primary);
}
.pagination_b62a .label-21f9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paragraph-hovered-d8b9 .glass-31b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-hovered-d8b9 .wide-6949 {
  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);
}
.paragraph-hovered-d8b9 .picture-c801 {
  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);
}
.paragraph-hovered-d8b9 .picture-c801 a:hover {
  color: var(--e-global-color-secondary);
}
.paragraph-hovered-d8b9 .lower_4d8e {
  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);
}
.paragraph-hovered-d8b9 .selected-6460 {
  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);
}
.paragraph-hovered-d8b9 .lower-8284 .alert_gas_c6d2 {
  background-color: var(--e-global-color-primary);
}
.paragraph-hovered-d8b9 .lower-8284 .alert_gas_c6d2:hover {
  background-color: var(--e-global-color-accent);
}
.paragraph-hovered-d8b9
  .lower-8284
  .box-630a
  li
  span {
  background-color: var(--e-global-color-text);
}
.paragraph-hovered-d8b9
  .lower-8284
  .box-630a
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.paragraph-hovered-d8b9
  .lower-8284
  .box-630a
  li.aside-1227
  span {
  background-color: var(--e-global-color-accent);
}
.gradient_232e
  .component-dark-716d
  .soft_473f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient_232e .component-dark-716d .aside-selected-f3d7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient_232e .component-dark-716d .dynamic_bec4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient_232e .description-medium-22e6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.gradient_232e
  .pagination-plasma-a2d3.disabled_bright_f8de {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > a {
  background-color: var(--e-global-color-text);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > a
  .focus-3a7d.content_6d03 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > a
  .block-b3dd.tertiary_orange_d299 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > .dirty_1238
  .clean-b60e
  > a {
  background-color: var(--e-global-color-secondary);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > .dirty_1238
  .clean-b60e
  > a
  .item-e0e1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > .dirty_1238
  .clean-b60e
  > a
  .block-b3dd.column_easy_248a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > a
  .message_b348:before {
  color: var(--e-global-color-text);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > .dirty_1238
  a
  .message_b348:before {
  color: var(--e-global-color-text);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e.static-ed6a
  > a
  .message_b348:before {
  color: var(--e-global-color-text);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > .dirty_1238
  .clean-b60e.static-ed6a
  > a
  .message_b348:before {
  color: var(--e-global-color-text);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > a
  .black-eea4
  .box-490f {
  color: var(--e-global-color-text);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > .dirty_1238
  a
  .black-eea4
  .box-490f {
  color: var(--e-global-color-text);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > a
  .black-eea4
  .box-490f,
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > .dirty_1238
  a
  .black-eea4
  .box-490f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > a
  .middle-9df6:before {
  color: var(--e-global-color-text);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > .dirty_1238
  a
  .middle-9df6:before {
  color: var(--e-global-color-text);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e.static-ed6a
  > a
  .middle-9df6:before {
  color: var(--e-global-color-text);
}
.carousel_tall_d2b9
  > .next_06fa
  > div
  > .tabs-311c
  > .clean-b60e
  > .dirty_1238
  .clean-b60e.static-ed6a
  > a
  .middle-9df6:before {
  color: var(--e-global-color-text);
}
.wood-fa64 .component_016f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wood-fa64
  .popup-next-b5c7:hover
  .component_016f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-basic-1cd4
  > .next_06fa
  > .shade_smooth_a6ab
  > .gallery-224c
  > .text_8003
  > .list_7b5d
  .frame-ec61 {
  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-basic-1cd4
  > .next_06fa
  > .shade_smooth_a6ab
  > .gallery-224c
  > .text_8003
  > .list_7b5d:hover
  .frame-ec61 {
  color: var(--e-global-color-text);
}
.button-basic-1cd4
  > .next_06fa
  > .shade_smooth_a6ab
  > .gallery-224c
  > .text_8003
  > .list_7b5d:hover
  .frame-ec61 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button-basic-1cd4
  > .next_06fa
  > .shade_smooth_a6ab
  > .gallery-224c
  > .text_8003.link_lower_5ce0
  > .list_7b5d
  .frame-ec61 {
  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);
}
.video-over-161f .top-b080 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-over-161f .panel-0992 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-over-161f .popup-bc2c {
  background-color: var(--e-global-color-primary);
}
.video-over-161f .popup-bc2c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.badge_4dae
  > .next_06fa
  > .media-soft-6c97
  > .box-6909
  > .stale-25c1
  .lite-eea3 {
  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);
}
.badge_4dae
  > .next_06fa
  > .media-soft-6c97
  > .box-6909
  > .stale-25c1
  .paragraph_3a7e {
  color: var(--e-global-color-text);
}
.badge_4dae
  > .next_06fa
  > .media-soft-6c97
  > .box-6909
  > .stale-25c1:hover
  .lite-eea3 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge_4dae
  > .next_06fa
  > .media-soft-6c97
  > .box-6909
  > .stale-25c1:hover
  .paragraph_3a7e {
  color: var(--e-global-color-secondary);
}
.badge_4dae
  > .next_06fa
  > .media-soft-6c97
  > .box-6909
  > .stale-25c1.outline_selected_8bfd
  .lite-eea3 {
  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);
}
.badge_4dae
  > .next_06fa
  > .media-soft-6c97
  > .box-6909
  > .stale-25c1.outline_selected_8bfd
  .paragraph_3a7e {
  color: var(--e-global-color-primary);
}
.preview-liquid-b88b
  .gas_3f5c
  .row_16e9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.preview-liquid-b88b .pattern_white_2bc7 .primary-8695 .glass-8c9f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pro_fb2e .wood-350f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pro_fb2e .nav-hard-c1e1 .wood-350f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pro_fb2e .pink-4615 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pro_fb2e .pink-4615 {
  background-color: var(--e-global-color-primary);
}
.highlight_down_fa95 .table_light_bd80 .bottom-4750 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_down_fa95
  .table_light_bd80:hover
  .tiny_b264 {
  color: var(--e-global-color-secondary);
}
.highlight_down_fa95
  .table_light_bd80:hover
  .bottom-4750 {
  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);
}
.plasma_c5d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.feature-current-34ad {
  max-width: 1400px !important;
}

.cool-f56e {
  flex-direction: column;
}

.cool-f56e .complex_8dea {
  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.cool-f56e .complex_8dea {
  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);
}

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

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

.surface-6b49.label-hovered-4db4 {
  display: none;
}

.avatar-under-6d06 {
  display: none;
}

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

.thick_a410.inner-7325 {
  margin-bottom: 40px;
  width: 100%;
}

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

.cool-f56e a {
  width: 100%;
}

.motion-1bc3 .paragraph_south_b96f.article_47e1 {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.motion-1bc3
  .paragraph_south_b96f.border_fluid_2f60
  .modal_e07c
  .copper_0bc8 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.search_1e05.action_e07b > .medium-0d0e {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

.status-bronze-0551 {
  position: relative;
  width: 100%;
}

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

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

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

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

.mask-pressed-fe3a {
  display: flex;
  gap: 50px;
}

.motion-1bc3
  .paragraph_south_b96f.pressed-1487
  .pro_6040
  .panel-8504 {
  width: 100% !important;
}

.active-fresh-d982 {
  width: 500px !important;
  max-width: none;
}

.white_d7a4 {
  width: 100%;
}

.description-under-0829 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.alert-lite-f5c0 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

.wood-155d {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.alert-lite-f5c0:hover .wood-155d {
  visibility: visible;
}
.alert-lite-f5c0:hover.alert-lite-f5c0::before {
  display: block;
}

.outer_843b h3 {
  color: #fff;
}

.button-right-569b {
  margin: 0;
}

.motion-1bc3
  .paragraph_south_b96f.pressed-1487
  .panel-8504
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.hidden-gas-cdf2 {
  width: 100%;
}

.dropdown_short_4343 {
  width: 100%;
}

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

.dropdown_short_4343 {
  width: 100%;
}

.sidebar-red-561f {
  margin-bottom: 10px !important;
}

.panel-8504 {
  display: flex;
  align-items: center;
}

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

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

.cool-f56e .complex_8dea.sidebar-6fb4 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.cool-f56e h1.complex_8dea {
  margin-top: 80px !important;
}

.motion-1bc3 .paragraph_south_b96f.gas-eb41 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.label-right-97c2 img {
  width: 100%;
}

.logo-stone-748f .red_3691.modal_e07c {
  justify-content: space-between;
}

.button-ecf1 {
  display: none;
}

.accordion_right_6ff7 .component_0f4d {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .search_1e05 .medium-0d0e {
    flex-wrap: nowrap !important;
  }
}

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

  .active-fresh-d982 {
    width: 100% !important;
  }
}

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

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

  .logo-stone-748f .red_3691.modal_e07c {
    border-bottom: 1px solid #f0c159;
  }

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

  .search_1e05.action_e07b > .medium-0d0e {
    gap: 15px;
    justify-content: space-between;
  }

  .motion-1bc3
    .paragraph_south_b96f.pressed-1487
    .panel-8504
    img {
    width: 60% !important;
  }

  .narrow_248b {
    left: 2%;
  }

  .wide-d284 {
    margin: 10px 0;
  }

  .cool-f56e .component_0f4d {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.cool-f56e .complex_8dea,
  .cool-f56e .complex_8dea {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .panel-8504 {
    justify-content: center;
  }

  .cool-f56e .component_0f4d {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .motion-1bc3 .paragraph_south_b96f.article_47e1 {
    width: 75% !important;
  }

  .label-right-97c2 img {
    width: 100% !important;
  }
}

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

  h2.cool-f56e .complex_8dea,
  .cool-f56e .complex_8dea {
    font-size: 30px !important;
  }

  .panel-8504 {
    justify-content: center;
  }

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

  .description_7181
    .paper_cfc0.first-316a {
    margin: 0 !important;
  }

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

  .wide-d284 {
    display: flex;
  }

  .module-fixed-0a79 .shadow-e1ac {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .notice-379a svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .cool-f56e h1.complex_8dea {
    margin-top: 40px !important;
  }

  .motion-1bc3
    .paragraph_south_b96f.pressed-1487
    .panel-8504
    img,
  .small-f9ca .pro_6040 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .motion-1bc3 .paragraph_south_b96f.article_47e1 {
    width: 100% !important;
  }

  .search_1e05.action_e07b > .medium-0d0e {
    gap: 3px;
  }

  .cool-f56e .component_0f4d {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.logo-stone-748f .red_3691.modal_e07c {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.logo-stone-748f .red_3691.modal_e07c: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);
}

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

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

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

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

.surface-6b49: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;
}

/* 图片块简化样式 */
.row-center-db19 {
  display: block;
}

/* 响应式增强 */
@media (max-width: 767px) {
  .logo-stone-748f .red_3691.modal_e07c {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .cool-f56e .complex_8dea {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .shadow-e1ac {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.breadcrumb_8264 .down_b9dc {
  flex-shrink: 0;
  white-space: nowrap;
}

.breadcrumb_8264 .orange-262c {
  flex-shrink: 0;
  min-width: fit-content;
}

.breadcrumb_8264 .copper_0bc8 {
  white-space: nowrap;
}

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

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

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

.breadcrumb_8264 .orange-262c {
  max-width: 80px !important;
  overflow: hidden;
}

.breadcrumb_8264 .red_3691.modal_e07c {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.breadcrumb_8264 .copper_0bc8 {
  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);
  }
}

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

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

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

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

body .narrow-aaee:nth-child(2),
.motion-1bc3 .narrow-aaee:nth-child(2),
#page .narrow-aaee: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;
}

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

/* css-noise: 1655 */
.ghost-box-i5 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
