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(.feature_8678) {
  gap: 0.5em;
}
:where(.media-left-9d77) {
  gap: 0.5em;
}
body .complex_b5ee > .panel-large-e35b {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .complex_b5ee > .carousel-2de6 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .complex_b5ee > .accordion-c15e {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .sort_short_e62a > .panel-large-e35b {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .sort_short_e62a > .carousel-2de6 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .sort_short_e62a > .accordion-c15e {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .sort_short_e62a
  > :where(:not(.panel-large-e35b):not(.carousel-2de6):not(.shadow-02b6)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .sort_short_e62a > .border_9100 {
  max-width: var(--wp--style--global--wide-size);
}
body .feature_8678 {
  display: flex;
}
body .feature_8678 {
  flex-wrap: wrap;
  align-items: center;
}
body .feature_8678 > * {
  margin: 0;
}
body .media-left-9d77 {
  display: grid;
}
body .media-left-9d77 > * {
  margin: 0;
}
:where(.red-c8f6.feature_8678) {
  gap: 2em;
}
:where(.red-c8f6.media-left-9d77) {
  gap: 2em;
}
:where(.short-2c4a.feature_8678) {
  gap: 1.25em;
}
:where(.short-2c4a.media-left-9d77) {
  gap: 1.25em;
}
.gallery-3c10 {
  color: var(--wp--preset--color--black) !important;
}
.sidebar_motion_b43a {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.notice_3c50 {
  color: var(--wp--preset--color--white) !important;
}
.heading_advanced_3c45 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.paper-0d33 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.outline-thick-2945 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.backdrop-short-f00b {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.thumbnail_dim_6454 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.border-b009 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.aside_2750 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.photo_e931 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.button_outer_3f07 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.lite_3588 {
  background-color: var(--wp--preset--color--black) !important;
}
.focus-pro-9574 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.card-a954 {
  background-color: var(--wp--preset--color--white) !important;
}
.hero_749e {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.plasma_cbc1 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.link-86d2 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.mini-c241 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.tertiary_basic_1890 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.frame_db30 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.banner_4ca4 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.main_active_fc97 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.mask_da6e {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.fluid-9ba7 {
  border-color: var(--wp--preset--color--black) !important;
}
.inner_d087 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.preview_hard_2a3e {
  border-color: var(--wp--preset--color--white) !important;
}
.paper_6b5b {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.picture-hard-544d {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.progress-c512 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.banner_b7ec {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.highlight_36d4 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.dark-3a9b {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.grid_outer_f18e {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.text-1f0f {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.media-ee3d {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.main_e4a0 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.message-2048 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.pattern-8a26 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.shadow_bf44 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.caption-2379 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.paragraph-8b1b {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.shadow_1b08 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.preview_rough_7206 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.south_c30d {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.shade-bronze-305e {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.chip_4f92 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.module-cold-2a31 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.logo_fresh_3a15 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.frame-f91f {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.west-a4e8 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.east-5622 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.cold_26b0 a:where(:not(.menu_smooth_60ee)) {
  color: inherit;
}
:where(.short-2c4a.feature_8678) {
  gap: 1.25em;
}
:where(.short-2c4a.media-left-9d77) {
  gap: 1.25em;
}
:where(.red-c8f6.feature_8678) {
  gap: 2em;
}
:where(.red-c8f6.media-left-9d77) {
  gap: 2em;
}
.fast-68d1 {
  font-size: 1.5em;
  line-height: 1.6;
}

.solid-118e .progress_0a32 {
  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);
}
.west-b9f1 .thick-351b {
  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);
}
.under_e4fd {
  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);
}
.under_e4fd.dropdown_4d50 .top-fedf {
  background-color: var(--e-global-color-primary);
}
.under_e4fd.fluid-f53e .top-fedf,
.under_e4fd.accent-5411 .top-fedf {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.section_8939 .red-609e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.medium-3add {
  --divider-color: var(--e-global-color-secondary);
}
.medium-3add .pattern-bd46 {
  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);
}
.medium-3add.notice-light-2def .link-93f9 {
  background-color: var(--e-global-color-secondary);
}
.medium-3add.slow_a71b .link-93f9,
.medium-3add.frame_lower_6471 .link-93f9 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.medium-3add.slow_a71b .link-93f9,
.medium-3add.frame_lower_6471 .link-93f9 svg {
  fill: var(--e-global-color-secondary);
}
.prev-e711 .status_fluid_85de {
  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);
}
.prev-e711 .surface_9dd6 {
  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);
}
.video-a27c.notice-light-2def .link-93f9 {
  background-color: var(--e-global-color-primary);
}
.video-a27c.slow_a71b .link-93f9,
.video-a27c.frame_lower_6471 .link-93f9 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.video-a27c.slow_a71b .link-93f9,
.video-a27c.frame_lower_6471 .link-93f9 svg {
  fill: var(--e-global-color-primary);
}
.wrapper-3e66.notice-light-2def .link-93f9 {
  background-color: var(--e-global-color-primary);
}
.wrapper-3e66.slow_a71b .link-93f9,
.wrapper-3e66.frame_lower_6471 .link-93f9 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.wrapper-3e66 .notice-basic-8e11 {
  color: var(--e-global-color-primary);
}
.wrapper-3e66 .notice-basic-8e11,
.wrapper-3e66 .notice-basic-8e11 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper-3e66 .tooltip_dynamic_d787 {
  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_1928 .footer-afc2 {
  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);
}
.photo-9a79 .article_west_e754 .overlay-9f92 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status_199f .tooltip_75aa:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.status_199f .dark_0b93 i {
  color: var(--e-global-color-primary);
}
.status_199f .dark_0b93 svg {
  fill: var(--e-global-color-primary);
}
.status_199f .module-07b9 {
  color: var(--e-global-color-secondary);
}
.status_199f .tooltip_75aa > .module-07b9,
.status_199f .tooltip_75aa > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress_glass_4f28 .fixed_1c87 {
  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);
}
.progress_glass_4f28 .tooltip-rough-7b82 {
  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);
}
.copper_5bf9 .simple_1b80 .aside-thick-f5d5 {
  background-color: var(--e-global-color-primary);
}
.copper_5bf9 .grid_3b5c {
  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);
}
.box-thick-1209 .white_77ec {
  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-thick-1209 .red_187b {
  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);
}
.box-thick-1209 .sort-old-91b5 {
  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);
}
.content-bronze-0e1e .hover_625d,
.content-bronze-0e1e .hover_625d a {
  color: var(--e-global-color-primary);
}
.content-bronze-0e1e .hover_625d.aside_1e55,
.content-bronze-0e1e .hover_625d.aside_1e55 a {
  color: var(--e-global-color-accent);
}
.content-bronze-0e1e .hover_625d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content-bronze-0e1e .status_4b91 {
  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);
}
.frame-f4d7 .smooth_a9ca,
.frame-f4d7 .focus_49f6 {
  color: var(--e-global-color-primary);
}
.frame-f4d7 .smooth_a9ca svg {
  fill: var(--e-global-color-primary);
}
.frame-f4d7 .aside_1e55 .smooth_a9ca,
.frame-f4d7 .aside_1e55 .focus_49f6 {
  color: var(--e-global-color-accent);
}
.frame-f4d7 .aside_1e55 .smooth_a9ca svg {
  fill: var(--e-global-color-accent);
}
.frame-f4d7 .focus_49f6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame-f4d7 .status_4b91 {
  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);
}
.copper_2131 .pagination_tall_8949,
.copper_2131 .in_4b5d {
  color: var(--e-global-color-primary);
}
.copper_2131 .in_4b5d svg {
  fill: var(--e-global-color-primary);
}
.copper_2131 .hover_625d.aside_1e55 a,
.copper_2131
  .hover_625d.aside_1e55
  .in_4b5d {
  color: var(--e-global-color-accent);
}
.copper_2131 .pagination_tall_8949 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper_2131 .status_4b91 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-8ec9 .section_fluid_53bc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active-8ec9 .dark_5ec4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_d112 .background_pro_1a90 .list-selected-5b63 {
  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);
}
.hot_d112 .background_pro_1a90 .hard_3db7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_d112 .north-dd90 .list-selected-5b63 {
  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);
}
.hot_d112
  .north-dd90
  .hard_3db7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_d112
  .avatar-030d
  .list-selected-5b63 {
  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);
}
.hot_d112
  .avatar-030d
  .hard_3db7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_d112
  .avatar-hot-3966
  .list-selected-5b63 {
  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);
}
.hot_d112
  .avatar-hot-3966
  .hard_3db7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort-5a50 .upper-0c88 {
  background-color: var(--e-global-color-primary);
}
.sort-5a50 .upper-0c88:hover {
  background-color: var(--e-global-color-primary);
}
.sort-5a50 .info-west-e224 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sort-5a50
  .upper-0c88:hover
  .info-west-e224 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress_last_feed .warm_a920 {
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface_5cb8 .cold_21ee .progress-7b81 a {
  background-color: var(--e-global-color-accent);
}
.surface_5cb8 .cold_21ee .next_e516 a {
  background-color: var(--e-global-color-accent);
}
.surface_5cb8 .cold_21ee .progress-7b81 a,
.surface_5cb8 .cold_21ee .next_e516 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east-a69a
  .menu_tiny_a751.panel_soft_1880
  .cold_21ee
  a.content-b323 {
  background-color: var(--e-global-color-accent);
}
.east-a69a
  .menu_tiny_a751.panel_soft_1880
  .cold_21ee
  span.content-b323.fn-current-1b47 {
  background-color: var(--e-global-color-text);
}
.east-a69a
  .menu_tiny_a751.panel_soft_1880
  .cold_21ee
  .content-b323 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_liquid_8118 .clean_e7ea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_liquid_8118
  .tiny-9595
  > .filter-focused-b92b
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_liquid_8118
  .nav-5889
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_liquid_8118
  .rough-964f
  .center_fd25,
.logo_liquid_8118
  .rough-964f
  .surface_advanced_e4b8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.logo_liquid_8118
  .rough-964f
  .under-0ce6,
.logo_liquid_8118
  .rough-964f
  a
  .under-0ce6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_liquid_8118
  .rough-964f
  .dark_4bdf {
  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);
}
.logo_liquid_8118
  .rough-964f
  .out_5b1d {
  background-color: var(--e-global-color-primary);
}
.logo_liquid_8118
  .rough-964f
  .out_5b1d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_liquid_8118
  .rough-964f
  .out_5b1d:hover {
  background-color: var(--e-global-color-primary);
}
.logo_liquid_8118
  .rough-964f
  .carousel_9327 {
  background-color: var(--e-global-color-primary);
}
.logo_liquid_8118
  .rough-964f
  .carousel_9327 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_liquid_8118
  .rough-964f
  .carousel_9327:hover {
  background-color: var(--e-global-color-primary);
}
.logo_liquid_8118
  .chip_inner_ac31
  .liquid-4aa6
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.logo_liquid_8118
  .chip_inner_ac31
  .upper_fc4f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_liquid_8118
  .chip_inner_ac31
  .dark_4bdf {
  color: var(--e-global-color-text);
}
.logo_liquid_8118
  .chip_inner_ac31
  .dark_4bdf
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_liquid_8118
  .chip_inner_ac31
  .out_5b1d {
  background-color: var(--e-global-color-primary);
}
.logo_liquid_8118
  .chip_inner_ac31
  .out_5b1d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_liquid_8118
  .chip_inner_ac31
  .out_5b1d:hover {
  background-color: var(--e-global-color-primary);
}
.logo_liquid_8118
  .chip_inner_ac31
  .carousel_9327 {
  background-color: var(--e-global-color-primary);
}
.logo_liquid_8118
  .chip_inner_ac31
  .carousel_9327 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_liquid_8118
  .chip_inner_ac31
  .carousel_9327:hover {
  background-color: var(--e-global-color-primary);
}
.logo_liquid_8118 .hidden_left_b757 {
  background-color: var(--e-global-color-primary);
}
.logo_liquid_8118 .hidden_left_b757:hover {
  background-color: var(--e-global-color-primary);
}
.logo_liquid_8118 .wide-3af7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.logo_liquid_8118 .heading_e5c7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask_31de .fast-79c7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask_31de
  .border-1276
  > div:nth-child(3)
  .fast-79c7,
.mask_31de
  .up-160b
  > div:nth-child(1)
  .fast-79c7,
.mask_31de
  .short_cca8
  > div:nth-child(1)
  .fast-79c7,
.mask_31de
  .hidden_7634
  > div:nth-child(1)
  .fast-79c7,
.mask_31de
  .secondary_clean_e669
  > div:nth-child(1)
  .fast-79c7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask_31de .list_b216 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask_31de .picture-pro-90b0 {
  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);
}
.mask_31de .border_orange_1ce1 {
  background-color: var(--e-global-color-primary);
}
.mask_31de .border_orange_1ce1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask_31de .border_orange_1ce1:hover {
  background-color: var(--e-global-color-primary);
}
.mask_31de .overlay-a717 {
  background-color: var(--e-global-color-primary);
}
.mask_31de .overlay-a717:hover {
  background-color: var(--e-global-color-primary);
}
.mask_31de .wide-3af7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask_31de .heading_e5c7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex-0fc2 .container_small_4f84 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex-0fc2 .mini-2038 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex-0fc2 .tabs_f735 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex-0fc2 .frame-new-fa67 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex-0fc2 .media-aee2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex-0fc2 .overlay-a717 {
  background-color: var(--e-global-color-primary);
}
.complex-0fc2 .overlay-a717:hover {
  background-color: var(--e-global-color-primary);
}
.border-white-5811 .carousel_58fb {
  background-color: var(--e-global-color-secondary);
}
.border-white-5811 .brown-bf2b {
  background-color: var(--e-global-color-text);
}
.border-white-5811 .clean-69f1 {
  background-color: var(--e-global-color-secondary);
}
.border-white-5811 .search-middle-6112 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border-white-5811 .solid_3139 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border-white-5811 .center-38b1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border-white-5811 .aside-0f72 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border-white-5811 .active_center_117b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_purple_78a2 .container_soft_2c5d .info_middle_2e93,
.table_purple_78a2
  .container_soft_2c5d
  .info_middle_2e93
  a,
.table_purple_78a2 .layout_warm_6f29 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_purple_78a2 .container_soft_2c5d .short-ebea,
.table_purple_78a2 .narrow_53be {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_purple_78a2 .container_soft_2c5d .short-ebea {
  color: var(--e-global-color-text);
}
.table_purple_78a2 .narrow_53be {
  color: var(--e-global-color-text);
}
.table_purple_78a2
  .container_soft_2c5d
  .section-1f0a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.table_purple_78a2 .carousel_9c93 .white-b773 {
  background-color: var(--e-global-color-primary);
}
.table_purple_78a2 .carousel_9c93 .white-b773:hover {
  background-color: var(--e-global-color-primary);
}
.table_purple_78a2 .carousel_9c93 .aside-26f7 li span {
  background-color: var(--e-global-color-text);
}
.table_purple_78a2 .carousel_9c93 .aside-26f7 li span:hover {
  background-color: var(--e-global-color-primary);
}
.table_purple_78a2
  .carousel_9c93
  .aside-26f7
  li.caption-middle-ac09
  span {
  background-color: var(--e-global-color-accent);
}
.table_purple_78a2 .soft-d511 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button-small-2744 .texture-focused-8067 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.background_green_a3fd .badge_c48b {
  background-color: var(--e-global-color-primary);
}
.background_green_a3fd .hard_0a0c {
  background-color: var(--e-global-color-secondary);
}
.background_green_a3fd .container-8896 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background_green_a3fd .sidebar_732c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background_green_a3fd .box_iron_ecbe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background_green_a3fd .alert-silver-12aa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background_green_a3fd .hidden_under_e16d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background_green_a3fd .disabled_gold_527b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background_green_a3fd .small-b9ed {
  background-color: var(--e-global-color-primary);
}
.background_green_a3fd .small-b9ed {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover_e3f8 .yellow-207a {
  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_e3f8 .tabs-motion-80be {
  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_e3f8
  .brown-3638:after {
  background-color: var(--e-global-color-primary);
}
.hover_e3f8 .narrow_bb34 {
  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);
}
.component_medium_8529 .layout_warm_6f29 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component_medium_8529 .narrow_53be {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section_62bf .hover-fast-b525 .first_ec0a {
  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);
}
.section_62bf .hover-fast-b525 .carousel-710c {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accordion-fresh-a985 .progress-7a32 {
  background-color: var(--e-global-color-primary);
}
.accordion-fresh-a985 .first-6251 {
  background-color: var(--e-global-color-secondary);
}
.accordion-fresh-a985 .south_a842 .out_464e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accordion-fresh-a985 .highlight-selected-687f .out_464e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-yellow-6a8d .solid-3cb4 .main-2b06 {
  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);
}
.tertiary-yellow-6a8d .solid-3cb4 .notification-abf9 {
  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);
}
.tertiary-yellow-6a8d .solid-3cb4 .detail-focused-a431 {
  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);
}
.iron-6c70 .description-dark-254c {
  border-color: var(--e-global-color-text);
}
.iron-6c70 .preview-fddd {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron-6c70 .mask-brown-8cfd {
  color: var(--e-global-color-primary);
}
.iron-6c70 .east_4980 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_in_34af .hover_a7e8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_in_34af .iron_1d44 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_in_34af .info_8585:hover .hover_a7e8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_in_34af
  .info_8585:hover
  .iron_1d44 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature_72f9 .nav-orange-f374 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature_72f9 .bright-953e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.static-e700 .column-upper-538f .layout_b613 {
  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);
}
.static-e700 .copper_d00b .layout_b613 {
  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);
}
.static-dc4a .middle_17d8 {
  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);
}
.thumbnail_dbab .warm-1dd5 .warm-9a1f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_dbab .warm-1dd5 .warm-9a1f {
  background-color: var(--e-global-color-secondary);
}
.thumbnail_dbab .picture_2dd6 .warm-9a1f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_dbab .picture_2dd6 .warm-9a1f {
  background-color: var(--e-global-color-secondary);
}
.thumbnail_dbab .element_bf77 .block_2de4 {
  background-color: var(--e-global-color-primary);
}
.thumbnail_dbab .element_bf77:hover .block_2de4 {
  background-color: var(--e-global-color-secondary);
}
.thumbnail_dbab .white-b773 {
  background-color: var(--e-global-color-primary);
}
.thumbnail_dbab .white-b773:hover {
  background-color: var(--e-global-color-accent);
}
.thumbnail_dbab .aside-26f7 li span {
  background-color: var(--e-global-color-text);
}
.thumbnail_dbab .aside-26f7 li span:hover {
  background-color: var(--e-global-color-primary);
}
.thumbnail_dbab .aside-26f7 li.caption-middle-ac09 span {
  background-color: var(--e-global-color-accent);
}
.modal-4b28 .hidden_d87f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.modal-4b28 .element-1746 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_909e .grid_1529:before {
  background-color: var(--e-global-color-secondary);
}
.iron_909e .frame_solid_8041 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_909e .container_small_5ba4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.easy_43a7 .iron-736b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.easy_43a7 .iron-736b:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.easy_43a7 .iron-736b.fn-active-1b47 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.easy_43a7 .message_bb2e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.easy_43a7 .sidebar-2c1c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.easy_43a7 .modal_71e3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.easy_43a7 .layout-3100 {
  background-color: var(--e-global-color-primary);
}
.easy_43a7 .layout-3100 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.easy_43a7 .dim_290c {
  background-color: var(--e-global-color-primary);
}
.easy_43a7 .dim_290c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.south-6399 .footer-up-41c9 .wide-b709 a {
  color: var(--e-global-color-secondary);
}
.south-6399 .footer-up-41c9 .wide-b709 a:hover {
  color: var(--e-global-color-secondary);
}
.south-6399 .footer-up-41c9 .wide-b709,
.south-6399 .footer-up-41c9 .wide-b709 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-6399 .footer-up-41c9 .banner-183a {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-6399 .footer-up-41c9 .description-middle-f1e7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-6399 .footer-up-41c9 .iron-4a6c {
  background-color: var(--e-global-color-primary);
}
.south-6399 .footer-up-41c9 .iron-4a6c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-6399 .footer-up-41c9 .iron-4a6c:hover {
  background-color: var(--e-global-color-primary);
}
.south-6399 .footer-up-41c9 .list-5111 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.south-6399 .footer-up-41c9 .list-5111 {
  background-color: var(--e-global-color-primary);
}
.south-6399 .footer-up-41c9 .list-5111:hover {
  background-color: var(--e-global-color-primary);
}
.south-6399 .footer-up-41c9 .white-b773 {
  background-color: var(--e-global-color-primary);
}
.south-6399 .footer-up-41c9 .white-b773:hover {
  background-color: var(--e-global-color-primary);
}
.south-6399 .carousel_9c93 .aside-26f7 li span {
  background-color: var(--e-global-color-text);
}
.south-6399 .carousel_9c93 .aside-26f7 li span:hover {
  background-color: var(--e-global-color-primary);
}
.south-6399 .carousel_9c93 .aside-26f7 li.caption-middle-ac09 span {
  background-color: var(--e-global-color-accent);
}
.south-6399 .wide-3af7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.south-6399 .heading_e5c7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.large-cd34 .accent-bottom-000f .middle_cf33 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.large-cd34 .accent-bottom-000f .label-simple-bc22 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.large-cd34 .accent-bottom-000f .slider_large_9d31 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-a945 .next_902e {
  border-color: var(--e-global-color-text);
}
.cool-a945 .primary_0b8c {
  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);
}
.cool-a945 .wood-4305 {
  color: var(--e-global-color-secondary);
}
.cool-a945 .wood-4305 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-a945 .small_a572 > * {
  color: var(--e-global-color-primary);
}
.cool-a945 .small_a572 > * svg {
  fill: var(--e-global-color-primary);
}
.cool-a945 .message_bottom_1d5e {
  color: var(--e-global-color-primary);
}
.cool-a945 .message_bottom_1d5e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cool-a945 .slow_7be8 {
  color: var(--e-global-color-primary);
}
.cool-a945 .slow_7be8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cool-a945 .north_c1d2 {
  color: var(--e-global-color-primary);
}
.cool-a945 .north_c1d2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-a945 .hidden_3273 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-a945 .progress-7d78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-a945 .progress-7d78.carousel-rough-d034 {
  color: var(--e-global-color-secondary);
}
.cool-a945 .progress-7d78.carousel-rough-d034 .fresh-f540 {
  color: var(--e-global-color-accent);
}
.cool-a945 .progress-7d78.tall-d4b6 {
  color: var(--e-global-color-text);
}
.cool-a945 .progress-7d78.tall-d4b6 .fresh-f540 {
  color: var(--e-global-color-text);
}
.cool-a945 .progress-7d78:before {
  border-top-color: var(--e-global-color-text);
}
.cool-a945 .carousel_smooth_35a1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-a945
  .carousel_smooth_35a1
  .alert_4e54 {
  background-color: var(--e-global-color-primary);
}
.cool-a945
  .carousel_smooth_35a1
  .alert_4e54 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.cool-a945 .next_902e .link-east-02b4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-fd00 .purple_8579 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.next-fd00 .article-white-6435 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table-7d4e .module_e339 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table-7d4e
  .accordion-east-6537
  .shade-31dc {
  background-color: var(--e-global-color-secondary);
}
.table-7d4e
  .accordion-east-6537.hover_large_a7b3
  .shade-31dc {
  background-color: var(--e-global-color-text);
}
.table-7d4e
  .accordion-east-6537:hover
  .shade-31dc {
  background-color: var(--e-global-color-accent);
}
.table-7d4e
  .accordion-east-6537.fn-active-1b47
  .shade-31dc {
  background-color: var(--e-global-color-primary);
}
.gradient_thick_f399 .image-easy-61ab {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.gradient_thick_f399 .tabs_inner_d95d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient_thick_f399 .summary-002b {
  background-color: var(--e-global-color-primary);
}
.gradient_thick_f399 .summary-002b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel_bdcb .badge-dirty-3384 .menu-8c62 .bottom-78b9 {
  background-color: var(--e-global-color-secondary);
}
.carousel_bdcb .badge-dirty-3384 .bright-4e71:after {
  background-color: var(--e-global-color-secondary);
}
.carousel_bdcb .dropdown_down_4237 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_bdcb .logo-e9e1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_bdcb .description_pressed_d150 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_bdcb .selected-02fd {
  background-color: var(--e-global-color-primary);
}
.carousel_bdcb .selected-02fd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel_bdcb .brown-75f4 {
  background-color: var(--e-global-color-secondary);
}
.carousel_bdcb .brown-75f4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel_bdcb .badge-dirty-3384 .item-right-a914 .frame_7750:hover {
  background-color: var(--e-global-color-primary);
}
.carousel_bdcb
  .badge-dirty-3384
  .item-right-a914
  .frame_7750.paragraph-simple-e45d {
  background-color: var(--e-global-color-primary);
}
.carousel_bdcb .badge-dirty-3384 .dropdown_next_13f1:before {
  border-color: var(--e-global-color-primary);
}
.carousel_bdcb .badge-dirty-3384 .dropdown_next_13f1:hover:before {
  border-color: var(--e-global-color-secondary);
}
.carousel_bdcb
  .badge-dirty-3384
  .dropdown_next_13f1.copper-beb2:before {
  border-color: var(--e-global-color-primary);
}
.carousel_bdcb .label-orange-4d6c span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tabs-a386 .filter_narrow_c215 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs-a386 .filter_narrow_c215:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs-a386 .filter_narrow_c215.search_7dc0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs-a386 .logo-2161 {
  background-color: var(--e-global-color-primary);
}
.tabs-a386 .logo-2161 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs-a386
  .active-glass-a582
  .soft-88d7
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs-a386
  .pattern_purple_add2
  .soft-88d7
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.north_80a1
  .secondary_8f5f
  .breadcrumb_83d9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.north_80a1
  .secondary_8f5f
  .active_3137 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.north_80a1 .dropdown-8f1f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.north_80a1 .title_34cd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.north_80a1 .east_9dc4 {
  background-color: var(--e-global-color-primary);
}
.north_80a1 .east_9dc4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.medium_f152 .wide-261a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium_f152 .fluid-123e {
  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);
}
.medium_f152 .form_7fa1 {
  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);
}
.medium_f152 .form_7fa1 a:hover {
  color: var(--e-global-color-secondary);
}
.medium_f152 .liquid-fbfd {
  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);
}
.medium_f152 .in_f9fe {
  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);
}
.medium_f152 .silver_0ae8 .white-b773 {
  background-color: var(--e-global-color-primary);
}
.medium_f152 .silver_0ae8 .white-b773:hover {
  background-color: var(--e-global-color-accent);
}
.medium_f152
  .silver_0ae8
  .aside-26f7
  li
  span {
  background-color: var(--e-global-color-text);
}
.medium_f152
  .silver_0ae8
  .aside-26f7
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.medium_f152
  .silver_0ae8
  .aside-26f7
  li.caption-middle-ac09
  span {
  background-color: var(--e-global-color-accent);
}
.outer_5343
  .title-1c69
  .next_9364 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outer_5343 .title-1c69 .highlight-tiny-2db4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outer_5343 .title-1c69 .detail_ea42 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outer_5343 .article_7ded {
  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);
}
.outer_5343
  .last_449d.filter-huge-9fc0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > a {
  background-color: var(--e-global-color-text);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > a
  .section_inner_177e.container_prev_3425 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > a
  .info-huge-ef67.accordion_upper_cd91 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > .dirty_6008
  .middle_be01
  > a {
  background-color: var(--e-global-color-secondary);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > .dirty_6008
  .middle_be01
  > a
  .old_c14b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > .dirty_6008
  .middle_be01
  > a
  .info-huge-ef67.brown_5a64 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > a
  .sort_e858:before {
  color: var(--e-global-color-text);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > .dirty_6008
  a
  .sort_e858:before {
  color: var(--e-global-color-text);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01.shade_7296
  > a
  .sort_e858:before {
  color: var(--e-global-color-text);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > .dirty_6008
  .middle_be01.shade_7296
  > a
  .sort_e858:before {
  color: var(--e-global-color-text);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > a
  .shadow-plasma-3678
  .row_static_210e {
  color: var(--e-global-color-text);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > .dirty_6008
  a
  .shadow-plasma-3678
  .row_static_210e {
  color: var(--e-global-color-text);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > a
  .shadow-plasma-3678
  .row_static_210e,
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > .dirty_6008
  a
  .shadow-plasma-3678
  .row_static_210e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > a
  .pattern_5531:before {
  color: var(--e-global-color-text);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > .dirty_6008
  a
  .pattern_5531:before {
  color: var(--e-global-color-text);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01.shade_7296
  > a
  .pattern_5531:before {
  color: var(--e-global-color-text);
}
.accent_9b7f
  > .modal_hovered_b17c
  > div
  > .frame-4b1f
  > .middle_be01
  > .dirty_6008
  .middle_be01.shade_7296
  > a
  .pattern_5531:before {
  color: var(--e-global-color-text);
}
.solid_77cc .footer-first-f000 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.solid_77cc
  .last-d5ad:hover
  .footer-first-f000 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.prev-8535
  > .modal_hovered_b17c
  > .progress-7645
  > .nav_c201
  > .lower_ce16
  > .box_771f
  .focused-218e {
  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);
}
.prev-8535
  > .modal_hovered_b17c
  > .progress-7645
  > .nav_c201
  > .lower_ce16
  > .box_771f:hover
  .focused-218e {
  color: var(--e-global-color-text);
}
.prev-8535
  > .modal_hovered_b17c
  > .progress-7645
  > .nav_c201
  > .lower_ce16
  > .box_771f:hover
  .focused-218e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.prev-8535
  > .modal_hovered_b17c
  > .progress-7645
  > .nav_c201
  > .lower_ce16.box_cool_d40f
  > .box_771f
  .focused-218e {
  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);
}
.lower-1884 .description_basic_4a50 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lower-1884 .static_966f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lower-1884 .filter-center-f86a {
  background-color: var(--e-global-color-primary);
}
.lower-1884 .filter-center-f86a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.complex_94b0
  > .modal_hovered_b17c
  > .logo_up_9638
  > .preview-warm-d0db
  > .slider-b538
  .hero-3dbf {
  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);
}
.complex_94b0
  > .modal_hovered_b17c
  > .logo_up_9638
  > .preview-warm-d0db
  > .slider-b538
  .icon_bright_742f {
  color: var(--e-global-color-text);
}
.complex_94b0
  > .modal_hovered_b17c
  > .logo_up_9638
  > .preview-warm-d0db
  > .slider-b538:hover
  .hero-3dbf {
  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);
}
.complex_94b0
  > .modal_hovered_b17c
  > .logo_up_9638
  > .preview-warm-d0db
  > .slider-b538:hover
  .icon_bright_742f {
  color: var(--e-global-color-secondary);
}
.complex_94b0
  > .modal_hovered_b17c
  > .logo_up_9638
  > .preview-warm-d0db
  > .slider-b538.left-1e6d
  .hero-3dbf {
  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);
}
.complex_94b0
  > .modal_hovered_b17c
  > .logo_up_9638
  > .preview-warm-d0db
  > .slider-b538.left-1e6d
  .icon_bright_742f {
  color: var(--e-global-color-primary);
}
.form_fixed_64d0
  .panel_512d
  .avatar_cade {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form_fixed_64d0 .center-f9e4 .link-east-02b4 .overlay_4ac9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge_38bf .main-narrow-dd01 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge_38bf .pattern-dark-507b .main-narrow-dd01 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge_38bf .outer-1d9c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.badge_38bf .outer-1d9c {
  background-color: var(--e-global-color-primary);
}
.tabs-8de5 .gradient-d13d .list-5525 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tabs-8de5
  .gradient-d13d:hover
  .preview_selected_5fd3 {
  color: var(--e-global-color-secondary);
}
.tabs-8de5
  .gradient-d13d:hover
  .list-5525 {
  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);
}
.carousel-bb9a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.focus-e219 {
  flex-direction: column;
}

.focus-e219 .secondary-5504 {
  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.focus-e219 .secondary-5504 {
  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);
}

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

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

.heading-full-c17b.grid_new_99b1 {
  display: none;
}

.focus-left-538b {
  display: none;
}

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

.sidebar-orange-833d.video_rough_886e {
  margin-bottom: 40px;
  width: 100%;
}

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

.focus-e219 a {
  width: 100%;
}

.shade-narrow-b895 .highlight-pink-c2d4.container-under-db90 {
  width: 20% !important;
}

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

.active-3e7d: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%);
}

.active-3e7d svg {
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

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

.hover-next-7556 {
  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;
}

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

.hover-next-7556: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);
}

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

.shade-narrow-b895
  .highlight-pink-c2d4.accordion_selected_5e29
  .active_dirty_f090
  .modal-786a {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.active-6d57.dropdown-clean-a4e1 > .layout_7bee {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

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

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

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

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

.orange_8c66 {
  display: flex;
  gap: 50px;
}

.shade-narrow-b895
  .highlight-pink-c2d4.fluid-9569
  .accordion_cold_2c8e
  .up-b38a {
  width: 100% !important;
}

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

.status_8aa1 {
  width: 100%;
}

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

.notice-in-f38c {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

.badge-gas-7047 {
  font-size: 15px !important;
}

.pagination-b028 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.notice-in-f38c:hover .pagination-b028 {
  visibility: visible;
}
.notice-in-f38c:hover.notice-in-f38c::before {
  display: block;
}

.hidden_0132 h3 {
  color: #fff;
}

.pagination_9e3e {
  margin: 0;
}

.shade-narrow-b895
  .highlight-pink-c2d4.fluid-9569
  .up-b38a
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.header_7997 {
  width: 100%;
}

.title-first-e81a {
  width: 100%;
}

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

.title-first-e81a {
  width: 100%;
}

.progress-pink-0d18 {
  margin-bottom: 10px !important;
}

.up-b38a {
  display: flex;
  align-items: center;
}

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

.photo-9c73 {
  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;
}

.focus-e219 .secondary-5504.warm-8220 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.focus-e219 h1.secondary-5504 {
  margin-top: 80px !important;
}

.shade-narrow-b895 .highlight-pink-c2d4.disabled-pro-091f {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.north_b124 img {
  width: 100%;
}

.active-edcf .grid-2501.active_dirty_f090 {
  justify-content: space-between;
}

.link-b122 {
  display: none;
}

.last_8657 .primary-522f {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .active-6d57 .layout_7bee {
    flex-wrap: nowrap !important;
  }
}

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

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

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

  .active-3e7d svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .active-edcf .grid-2501.active_dirty_f090 {
    border-bottom: 1px solid #f0c159;
  }

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

  .active-6d57.dropdown-clean-a4e1 > .layout_7bee {
    gap: 15px;
    justify-content: space-between;
  }

  .shade-narrow-b895
    .highlight-pink-c2d4.fluid-9569
    .up-b38a
    img {
    width: 60% !important;
  }

  .white_c9de {
    left: 2%;
  }

  .overlay_motion_7145 {
    margin: 10px 0;
  }

  .focus-e219 .primary-522f {
    margin: 0;
    margin-bottom: 10px;
  }

  .active-3e7d {
    font-size: 16px !important;
  }

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

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

  h2.focus-e219 .secondary-5504,
  .focus-e219 .secondary-5504 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .up-b38a {
    justify-content: center;
  }

  .focus-e219 .primary-522f {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .shade-narrow-b895 .highlight-pink-c2d4.container-under-db90 {
    width: 75% !important;
  }

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

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

  h2.focus-e219 .secondary-5504,
  .focus-e219 .secondary-5504 {
    font-size: 30px !important;
  }

  .up-b38a {
    justify-content: center;
  }

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

  .block_pressed_e4be
    .active-middle-2b93.west_ccd8 {
    margin: 0 !important;
  }

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

  .overlay_motion_7145 {
    display: flex;
  }

  .sidebar-dynamic-b2fb .active-3e7d {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .plasma-c528 svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .focus-e219 h1.secondary-5504 {
    margin-top: 40px !important;
  }

  .shade-narrow-b895
    .highlight-pink-c2d4.fluid-9569
    .up-b38a
    img,
  .prev-e711 .accordion_cold_2c8e {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hover-next-7556 {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .shade-narrow-b895 .highlight-pink-c2d4.container-under-db90 {
    width: 100% !important;
  }

  .active-6d57.dropdown-clean-a4e1 > .layout_7bee {
    gap: 3px;
  }

  .focus-e219 .primary-522f {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

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

.active-edcf .grid-2501.active_dirty_f090: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);
}

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

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

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

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

.heading-full-c17b: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;
}

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

/* 响应式增强 */
@media (max-width: 767px) {
  .active-edcf .grid-2501.active_dirty_f090 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .focus-e219 .secondary-5504 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .active-3e7d {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.chip_9e75 .modal-lite-2181 {
  flex-shrink: 0;
  white-space: nowrap;
}

.chip_9e75 .avatar_right_b371 {
  flex-shrink: 0;
  min-width: fit-content;
}

.chip_9e75 .modal-786a {
  white-space: nowrap;
}

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

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

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

.chip_9e75 .avatar_right_b371 {
  max-width: 80px !important;
  overflow: hidden;
}

.chip_9e75 .grid-2501.active_dirty_f090 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.chip_9e75 .modal-786a {
  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);
  }
}

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

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

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

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

body .hover-next-7556:nth-child(2),
.shade-narrow-b895 .hover-next-7556:nth-child(2),
#page .hover-next-7556: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;
}

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

/* css-noise: 41ed */
.phantom-card-q7 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
