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(.pagination_8d2b) {
  gap: 0.5em;
}
:where(.blue-9fa1) {
  gap: 0.5em;
}
body .text_smooth_7e9c > .lower_7341 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .text_smooth_7e9c > .cool_6f51 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .text_smooth_7e9c > .sidebar-purple-d713 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .container-e96b > .lower_7341 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .container-e96b > .cool_6f51 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .container-e96b > .sidebar-purple-d713 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .container-e96b
  > :where(:not(.lower_7341):not(.cool_6f51):not(.column_6e3d)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .container-e96b > .footer-03b3 {
  max-width: var(--wp--style--global--wide-size);
}
body .pagination_8d2b {
  display: flex;
}
body .pagination_8d2b {
  flex-wrap: wrap;
  align-items: center;
}
body .pagination_8d2b > * {
  margin: 0;
}
body .blue-9fa1 {
  display: grid;
}
body .blue-9fa1 > * {
  margin: 0;
}
:where(.texture_bottom_0078.pagination_8d2b) {
  gap: 2em;
}
:where(.texture_bottom_0078.blue-9fa1) {
  gap: 2em;
}
:where(.panel_fc9e.pagination_8d2b) {
  gap: 1.25em;
}
:where(.panel_fc9e.blue-9fa1) {
  gap: 1.25em;
}
.border_center_1fff {
  color: var(--wp--preset--color--black) !important;
}
.progress-6df1 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.alert-large-510d {
  color: var(--wp--preset--color--white) !important;
}
.focus_159a {
  color: var(--wp--preset--color--pale-pink) !important;
}
.article-5499 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.content-764e {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.active_e554 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.component-47fc {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.shade_hovered_8f35 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.menu-purple-9d1a {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.table_adc3 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.preview-e4c2 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.banner-a67f {
  background-color: var(--wp--preset--color--black) !important;
}
.plasma-fa8f {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.wood_dc87 {
  background-color: var(--wp--preset--color--white) !important;
}
.outline-brown-fd64 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.thumbnail_silver_fe1f {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.purple_aaa5 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.column-fcb6 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.grid-95a3 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.tag_26d2 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.item_4bd6 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.red-26ab {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.fixed_92f8 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.tabs-dark-63ea {
  border-color: var(--wp--preset--color--black) !important;
}
.video-dynamic-a08b {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.message-904d {
  border-color: var(--wp--preset--color--white) !important;
}
.steel_76b4 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.upper-33f8 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.hero-4201 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.icon_5c72 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.secondary-77df {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.nav-1bd0 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.white-f60b {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.breadcrumb-11b5 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.button_bottom_2423 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.video_fast_b84e {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.hovered-91c9 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.disabled_lite_f0a4 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.button-b5cd {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.full_0609 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.tertiary_south_e469 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.gallery_e95f {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.active_0369 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.focus_up_d12d {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.title-right-26f1 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.texture_paper_dc5a {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.focus_92cb {
  background: var(--wp--preset--gradient--midnight) !important;
}
.video-top-1e6e {
  font-size: var(--wp--preset--font-size--small) !important;
}
.full-74c8 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.secondary-2bed {
  font-size: var(--wp--preset--font-size--large) !important;
}
.iron-5dab {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.caption_d1f0 a:where(:not(.aside_f4de)) {
  color: inherit;
}
:where(.panel_fc9e.pagination_8d2b) {
  gap: 1.25em;
}
:where(.panel_fc9e.blue-9fa1) {
  gap: 1.25em;
}
:where(.texture_bottom_0078.pagination_8d2b) {
  gap: 2em;
}
:where(.texture_bottom_0078.blue-9fa1) {
  gap: 2em;
}
.gallery-green-3a17 {
  font-size: 1.5em;
  line-height: 1.6;
}

.first-1f7a .aside_8e94 {
  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);
}
.basic-271f .fresh_3cda {
  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);
}
.badge-purple-7cfc {
  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);
}
.badge-purple-7cfc.cool-d49a .purple-d5a0 {
  background-color: var(--e-global-color-primary);
}
.badge-purple-7cfc.filter_7626 .purple-d5a0,
.badge-purple-7cfc.column-5cba .purple-d5a0 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.block_38e6 .pattern-full-ffa7 {
  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);
}
.summary-narrow-cd1c {
  --divider-color: var(--e-global-color-secondary);
}
.summary-narrow-cd1c .texture-2ac0 {
  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);
}
.summary-narrow-cd1c.hidden_68e3 .avatar-out-8af0 {
  background-color: var(--e-global-color-secondary);
}
.summary-narrow-cd1c.widget_4fd2 .avatar-out-8af0,
.summary-narrow-cd1c.info-09e0 .avatar-out-8af0 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.summary-narrow-cd1c.widget_4fd2 .avatar-out-8af0,
.summary-narrow-cd1c.info-09e0 .avatar-out-8af0 svg {
  fill: var(--e-global-color-secondary);
}
.hovered-5af2 .cool_3905 {
  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);
}
.hovered-5af2 .right-a328 {
  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_9014.hidden_68e3 .avatar-out-8af0 {
  background-color: var(--e-global-color-primary);
}
.video_9014.widget_4fd2 .avatar-out-8af0,
.video_9014.info-09e0 .avatar-out-8af0 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.video_9014.widget_4fd2 .avatar-out-8af0,
.video_9014.info-09e0 .avatar-out-8af0 svg {
  fill: var(--e-global-color-primary);
}
.outer_d676.hidden_68e3 .avatar-out-8af0 {
  background-color: var(--e-global-color-primary);
}
.outer_d676.widget_4fd2 .avatar-out-8af0,
.outer_d676.info-09e0 .avatar-out-8af0 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.outer_d676 .avatar_5923 {
  color: var(--e-global-color-primary);
}
.outer_d676 .avatar_5923,
.outer_d676 .avatar_5923 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outer_d676 .top_c7fd {
  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);
}
.gallery-black-6ab8 .tall-5cf9 {
  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);
}
.dynamic_9ccb .accordion-484a .title-c782 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focused-a053 .main_569c:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.focused-a053 .photo_bronze_0a29 i {
  color: var(--e-global-color-primary);
}
.focused-a053 .photo_bronze_0a29 svg {
  fill: var(--e-global-color-primary);
}
.focused-a053 .paragraph-38ab {
  color: var(--e-global-color-secondary);
}
.focused-a053 .main_569c > .paragraph-38ab,
.focused-a053 .main_569c > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification-5773 .text-f674 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-5773 .content-upper-d712 {
  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);
}
.sidebar_plasma_6b70 .yellow_4f7b .breadcrumb_e3f6 {
  background-color: var(--e-global-color-primary);
}
.sidebar_plasma_6b70 .banner-west-0a0e {
  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);
}
.silver_8104 .frame-tiny-b9e9 {
  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);
}
.silver_8104 .button_next_c96c {
  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);
}
.silver_8104 .overlay_f610 {
  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);
}
.pagination_next_782c .chip_0059,
.pagination_next_782c .chip_0059 a {
  color: var(--e-global-color-primary);
}
.pagination_next_782c .chip_0059.hero-fluid-dcc7,
.pagination_next_782c .chip_0059.hero-fluid-dcc7 a {
  color: var(--e-global-color-accent);
}
.pagination_next_782c .chip_0059 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination_next_782c .backdrop-glass-4ae4 {
  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);
}
.main-a5a6 .south_1d88,
.main-a5a6 .carousel-green-5550 {
  color: var(--e-global-color-primary);
}
.main-a5a6 .south_1d88 svg {
  fill: var(--e-global-color-primary);
}
.main-a5a6 .hero-fluid-dcc7 .south_1d88,
.main-a5a6 .hero-fluid-dcc7 .carousel-green-5550 {
  color: var(--e-global-color-accent);
}
.main-a5a6 .hero-fluid-dcc7 .south_1d88 svg {
  fill: var(--e-global-color-accent);
}
.main-a5a6 .carousel-green-5550 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.main-a5a6 .backdrop-glass-4ae4 {
  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);
}
.nav_middle_ff9d .glass_8952,
.nav_middle_ff9d .notification-wide-a67f {
  color: var(--e-global-color-primary);
}
.nav_middle_ff9d .notification-wide-a67f svg {
  fill: var(--e-global-color-primary);
}
.nav_middle_ff9d .chip_0059.hero-fluid-dcc7 a,
.nav_middle_ff9d
  .chip_0059.hero-fluid-dcc7
  .notification-wide-a67f {
  color: var(--e-global-color-accent);
}
.nav_middle_ff9d .glass_8952 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav_middle_ff9d .backdrop-glass-4ae4 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background-static-be0b .container-outer-8ae0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background-static-be0b .main-5a0e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link_tiny_9b1f .tall_00a3 .list_copper_b3a3 {
  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);
}
.link_tiny_9b1f .tall_00a3 .bright_b2f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link_tiny_9b1f .pattern-gas-741c .list_copper_b3a3 {
  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);
}
.link_tiny_9b1f
  .pattern-gas-741c
  .bright_b2f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link_tiny_9b1f
  .narrow_2a0a
  .list_copper_b3a3 {
  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);
}
.link_tiny_9b1f
  .narrow_2a0a
  .bright_b2f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link_tiny_9b1f
  .steel-4ef9
  .list_copper_b3a3 {
  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);
}
.link_tiny_9b1f
  .steel-4ef9
  .bright_b2f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_simple_24f1 .hot_c344 {
  background-color: var(--e-global-color-primary);
}
.sidebar_simple_24f1 .hot_c344:hover {
  background-color: var(--e-global-color-primary);
}
.sidebar_simple_24f1 .background-6e47 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar_simple_24f1
  .hot_c344:hover
  .background-6e47 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fast_a81c .center_ad20 {
  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);
}
.summary_huge_1581 .avatar-fixed-7f37 .bottom_e92d a {
  background-color: var(--e-global-color-accent);
}
.summary_huge_1581 .avatar-fixed-7f37 .image-bronze-e15c a {
  background-color: var(--e-global-color-accent);
}
.summary_huge_1581 .avatar-fixed-7f37 .bottom_e92d a,
.summary_huge_1581 .avatar-fixed-7f37 .image-bronze-e15c a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame-eea3
  .aside_small_4e94.container_down_0b5b
  .avatar-fixed-7f37
  a.texture-28e6 {
  background-color: var(--e-global-color-accent);
}
.frame-eea3
  .aside_small_4e94.container_down_0b5b
  .avatar-fixed-7f37
  span.texture-28e6.fn-current-57d3 {
  background-color: var(--e-global-color-text);
}
.frame-eea3
  .aside_small_4e94.container_down_0b5b
  .avatar-fixed-7f37
  .texture-28e6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_34c4 .brown_7657 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_34c4
  .gradient-paper-38ed
  > .outer-de48
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_34c4
  .notification_lite_06c8
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_34c4
  .media-e571
  .texture-tall-587d,
.bottom_34c4
  .media-e571
  .focus_061b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bottom_34c4
  .media-e571
  .south-3b94,
.bottom_34c4
  .media-e571
  a
  .south-3b94 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_34c4
  .media-e571
  .carousel-6f54 {
  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);
}
.bottom_34c4
  .media-e571
  .panel_purple_2e63 {
  background-color: var(--e-global-color-primary);
}
.bottom_34c4
  .media-e571
  .panel_purple_2e63 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_34c4
  .media-e571
  .panel_purple_2e63:hover {
  background-color: var(--e-global-color-primary);
}
.bottom_34c4
  .media-e571
  .content_1d35 {
  background-color: var(--e-global-color-primary);
}
.bottom_34c4
  .media-e571
  .content_1d35 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_34c4
  .media-e571
  .content_1d35:hover {
  background-color: var(--e-global-color-primary);
}
.bottom_34c4
  .icon_selected_2145
  .black-f64e
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bottom_34c4
  .icon_selected_2145
  .disabled_653c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_34c4
  .icon_selected_2145
  .carousel-6f54 {
  color: var(--e-global-color-text);
}
.bottom_34c4
  .icon_selected_2145
  .carousel-6f54
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_34c4
  .icon_selected_2145
  .panel_purple_2e63 {
  background-color: var(--e-global-color-primary);
}
.bottom_34c4
  .icon_selected_2145
  .panel_purple_2e63 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_34c4
  .icon_selected_2145
  .panel_purple_2e63:hover {
  background-color: var(--e-global-color-primary);
}
.bottom_34c4
  .icon_selected_2145
  .content_1d35 {
  background-color: var(--e-global-color-primary);
}
.bottom_34c4
  .icon_selected_2145
  .content_1d35 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_34c4
  .icon_selected_2145
  .content_1d35:hover {
  background-color: var(--e-global-color-primary);
}
.bottom_34c4 .carousel_prev_5aab {
  background-color: var(--e-global-color-primary);
}
.bottom_34c4 .carousel_prev_5aab:hover {
  background-color: var(--e-global-color-primary);
}
.bottom_34c4 .tag-small-b50d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bottom_34c4 .box-e064 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block-6fe0 .tertiary_5601 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block-6fe0
  .description-19c7
  > div:nth-child(3)
  .tertiary_5601,
.block-6fe0
  .caption-fast-4637
  > div:nth-child(1)
  .tertiary_5601,
.block-6fe0
  .fresh_22db
  > div:nth-child(1)
  .tertiary_5601,
.block-6fe0
  .stone-82c9
  > div:nth-child(1)
  .tertiary_5601,
.block-6fe0
  .secondary-e3a2
  > div:nth-child(1)
  .tertiary_5601 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block-6fe0 .frame-gold-11d1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block-6fe0 .pressed-6826 {
  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);
}
.block-6fe0 .feature_7d9d {
  background-color: var(--e-global-color-primary);
}
.block-6fe0 .feature_7d9d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block-6fe0 .feature_7d9d:hover {
  background-color: var(--e-global-color-primary);
}
.block-6fe0 .mask_last_196c {
  background-color: var(--e-global-color-primary);
}
.block-6fe0 .mask_last_196c:hover {
  background-color: var(--e-global-color-primary);
}
.block-6fe0 .tag-small-b50d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block-6fe0 .box-e064 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-15ae .texture_green_4645 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-15ae .info_6abe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-15ae .tag_a453 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-15ae .shadow_a6cc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-15ae .backdrop-warm-d1c9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-15ae .mask_last_196c {
  background-color: var(--e-global-color-primary);
}
.highlight-15ae .mask_last_196c:hover {
  background-color: var(--e-global-color-primary);
}
.hard_750f .focused-2cab {
  background-color: var(--e-global-color-secondary);
}
.hard_750f .icon_f2cb {
  background-color: var(--e-global-color-text);
}
.hard_750f .highlight-middle-e76c {
  background-color: var(--e-global-color-secondary);
}
.hard_750f .button_5684 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_750f .notice-70d5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_750f .light-b686 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_750f .header_over_9f49 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_750f .complex_3ecc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop_over_7967 .solid_f13c .outline_hard_096b,
.backdrop_over_7967
  .solid_f13c
  .outline_hard_096b
  a,
.backdrop_over_7967 .wrapper_selected_eeb4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop_over_7967 .solid_f13c .huge-905e,
.backdrop_over_7967 .header-bronze-dea5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop_over_7967 .solid_f13c .huge-905e {
  color: var(--e-global-color-text);
}
.backdrop_over_7967 .header-bronze-dea5 {
  color: var(--e-global-color-text);
}
.backdrop_over_7967
  .solid_f13c
  .filter_white_c2ed {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.backdrop_over_7967 .hover_5537 .basic_4931 {
  background-color: var(--e-global-color-primary);
}
.backdrop_over_7967 .hover_5537 .basic_4931:hover {
  background-color: var(--e-global-color-primary);
}
.backdrop_over_7967 .hover_5537 .preview_action_ec3e li span {
  background-color: var(--e-global-color-text);
}
.backdrop_over_7967 .hover_5537 .preview_action_ec3e li span:hover {
  background-color: var(--e-global-color-primary);
}
.backdrop_over_7967
  .hover_5537
  .preview_action_ec3e
  li.component_cc05
  span {
  background-color: var(--e-global-color-accent);
}
.backdrop_over_7967 .caption-75ec span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table-action-5519 .border_944c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout-fc81 .input_8755 {
  background-color: var(--e-global-color-primary);
}
.layout-fc81 .tabs_pressed_2ce5 {
  background-color: var(--e-global-color-secondary);
}
.layout-fc81 .element_silver_7b64 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-fc81 .media_5230 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-fc81 .sort-in-2bca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-fc81 .feature_2255 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-fc81 .popup-dirty-3a60 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-fc81 .message-8009 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-fc81 .old-4bac {
  background-color: var(--e-global-color-primary);
}
.layout-fc81 .old-4bac {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tertiary-95bb .middle-eac1 {
  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-95bb .tabs_12be {
  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);
}
.tertiary-95bb
  .breadcrumb_4f2f:after {
  background-color: var(--e-global-color-primary);
}
.tertiary-95bb .button_red_62a5 {
  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);
}
.fixed_cc6e .wrapper_selected_eeb4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed_cc6e .header-bronze-dea5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-under-8eea .sort-735e .bottom_fed8 {
  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);
}
.video-under-8eea .sort-735e .sidebar-b76b {
  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);
}
.fixed-dda7 .list-c58a {
  background-color: var(--e-global-color-primary);
}
.fixed-dda7 .breadcrumb-fast-3e75 {
  background-color: var(--e-global-color-secondary);
}
.fixed-dda7 .up_b12a .hard_a7ae {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fixed-dda7 .bronze-a1d1 .hard_a7ae {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status-paper-f444 .card-center-e1fe .banner-2606 {
  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);
}
.status-paper-f444 .card-center-e1fe .short_5323 {
  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);
}
.status-paper-f444 .card-center-e1fe .tabs_8420 {
  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);
}
.widget-stale-55b9 .wrapper_4b2c {
  border-color: var(--e-global-color-text);
}
.widget-stale-55b9 .wrapper_e0b4 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget-stale-55b9 .lite_6440 {
  color: var(--e-global-color-primary);
}
.widget-stale-55b9 .tertiary-b78a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.selected_8d6c .message-daf4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.selected_8d6c .tooltip_thick_b82b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.selected_8d6c .glass-b755:hover .message-daf4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.selected_8d6c
  .glass-b755:hover
  .tooltip_thick_b82b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_short_ca1d .summary_493e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_short_ca1d .carousel-2675 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_fc21 .under_0112 .pressed_7506 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture_fc21 .silver-7860 .pressed_7506 {
  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);
}
.rough_345b .dropdown-fresh-926f {
  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);
}
.section_pink_ecf6 .menu_cdeb .link_new_bb61 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.section_pink_ecf6 .menu_cdeb .link_new_bb61 {
  background-color: var(--e-global-color-secondary);
}
.section_pink_ecf6 .grid-a7c1 .link_new_bb61 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.section_pink_ecf6 .grid-a7c1 .link_new_bb61 {
  background-color: var(--e-global-color-secondary);
}
.section_pink_ecf6 .box-ea71 .hot_804a {
  background-color: var(--e-global-color-primary);
}
.section_pink_ecf6 .box-ea71:hover .hot_804a {
  background-color: var(--e-global-color-secondary);
}
.section_pink_ecf6 .basic_4931 {
  background-color: var(--e-global-color-primary);
}
.section_pink_ecf6 .basic_4931:hover {
  background-color: var(--e-global-color-accent);
}
.section_pink_ecf6 .preview_action_ec3e li span {
  background-color: var(--e-global-color-text);
}
.section_pink_ecf6 .preview_action_ec3e li span:hover {
  background-color: var(--e-global-color-primary);
}
.section_pink_ecf6 .preview_action_ec3e li.component_cc05 span {
  background-color: var(--e-global-color-accent);
}
.hover-rough-bb3a .frame-north-5599 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-rough-bb3a .blue_b912 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text-f719 .short-5729:before {
  background-color: var(--e-global-color-secondary);
}
.text-f719 .paragraph-7899 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text-f719 .huge-304d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_cold_1676 .photo_9d32 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_cold_1676 .photo_9d32:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_cold_1676 .photo_9d32.fn-active-57d3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_cold_1676 .button_out_cee9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_cold_1676 .modal-83d7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_cold_1676 .down_27fb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_cold_1676 .element-8ea9 {
  background-color: var(--e-global-color-primary);
}
.info_cold_1676 .element-8ea9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.info_cold_1676 .complex-ceef {
  background-color: var(--e-global-color-primary);
}
.info_cold_1676 .complex-ceef {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-0775 .media-3b6b .center_d574 a {
  color: var(--e-global-color-secondary);
}
.fresh-0775 .media-3b6b .center_d574 a:hover {
  color: var(--e-global-color-secondary);
}
.fresh-0775 .media-3b6b .center_d574,
.fresh-0775 .media-3b6b .center_d574 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-0775 .media-3b6b .center-ee9c {
  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);
}
.fresh-0775 .media-3b6b .tag_inner_ca29 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-0775 .media-3b6b .tag_huge_2080 {
  background-color: var(--e-global-color-primary);
}
.fresh-0775 .media-3b6b .tag_huge_2080 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-0775 .media-3b6b .tag_huge_2080:hover {
  background-color: var(--e-global-color-primary);
}
.fresh-0775 .media-3b6b .avatar-bd6a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-0775 .media-3b6b .avatar-bd6a {
  background-color: var(--e-global-color-primary);
}
.fresh-0775 .media-3b6b .avatar-bd6a:hover {
  background-color: var(--e-global-color-primary);
}
.fresh-0775 .media-3b6b .basic_4931 {
  background-color: var(--e-global-color-primary);
}
.fresh-0775 .media-3b6b .basic_4931:hover {
  background-color: var(--e-global-color-primary);
}
.fresh-0775 .hover_5537 .preview_action_ec3e li span {
  background-color: var(--e-global-color-text);
}
.fresh-0775 .hover_5537 .preview_action_ec3e li span:hover {
  background-color: var(--e-global-color-primary);
}
.fresh-0775 .hover_5537 .preview_action_ec3e li.component_cc05 span {
  background-color: var(--e-global-color-accent);
}
.fresh-0775 .tag-small-b50d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-0775 .box-e064 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown-last-37d7 .sidebar-advanced-cdaa .dropdown-bd71 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown-last-37d7 .sidebar-advanced-cdaa .simple-7f7b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-last-37d7 .sidebar-advanced-cdaa .complex_5fce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_hovered_d6bc .under-86ae {
  border-color: var(--e-global-color-text);
}
.heading_hovered_d6bc .warm_af42 {
  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);
}
.heading_hovered_d6bc .huge-f6f9 {
  color: var(--e-global-color-secondary);
}
.heading_hovered_d6bc .huge-f6f9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_hovered_d6bc .list-5d91 > * {
  color: var(--e-global-color-primary);
}
.heading_hovered_d6bc .list-5d91 > * svg {
  fill: var(--e-global-color-primary);
}
.heading_hovered_d6bc .header_4f17 {
  color: var(--e-global-color-primary);
}
.heading_hovered_d6bc .header_4f17 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading_hovered_d6bc .tooltip-1770 {
  color: var(--e-global-color-primary);
}
.heading_hovered_d6bc .tooltip-1770 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading_hovered_d6bc .west-3ac9 {
  color: var(--e-global-color-primary);
}
.heading_hovered_d6bc .west-3ac9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_hovered_d6bc .panel-first-62cf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_hovered_d6bc .slider_active_b2a9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_hovered_d6bc .slider_active_b2a9.secondary-d354 {
  color: var(--e-global-color-secondary);
}
.heading_hovered_d6bc .slider_active_b2a9.secondary-d354 .message_orange_fe61 {
  color: var(--e-global-color-accent);
}
.heading_hovered_d6bc .slider_active_b2a9.button_action_3f31 {
  color: var(--e-global-color-text);
}
.heading_hovered_d6bc .slider_active_b2a9.button_action_3f31 .message_orange_fe61 {
  color: var(--e-global-color-text);
}
.heading_hovered_d6bc .slider_active_b2a9:before {
  border-top-color: var(--e-global-color-text);
}
.heading_hovered_d6bc .nav-ed76 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_hovered_d6bc
  .nav-ed76
  .basic_e755 {
  background-color: var(--e-global-color-primary);
}
.heading_hovered_d6bc
  .nav-ed76
  .basic_e755 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading_hovered_d6bc .under-86ae .media_cold_b3b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_3eef .info_yellow_a650 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_3eef .detail-yellow-2c49 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fast_a820 .filter-pro-0f17 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fast_a820
  .column-6d80
  .short_9a4c {
  background-color: var(--e-global-color-secondary);
}
.fast_a820
  .column-6d80.badge_plasma_ccb2
  .short_9a4c {
  background-color: var(--e-global-color-text);
}
.fast_a820
  .column-6d80:hover
  .short_9a4c {
  background-color: var(--e-global-color-accent);
}
.fast_a820
  .column-6d80.fn-active-57d3
  .short_9a4c {
  background-color: var(--e-global-color-primary);
}
.shade_first_d13d .tertiary_6c9d {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.shade_first_d13d .heading-134e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade_first_d13d .fixed-6129 {
  background-color: var(--e-global-color-primary);
}
.shade_first_d13d .fixed-6129 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-new-6c9b .info-brown-b016 .overlay-e0ec .inner_be66 {
  background-color: var(--e-global-color-secondary);
}
.aside-new-6c9b .info-brown-b016 .tertiary-2a03:after {
  background-color: var(--e-global-color-secondary);
}
.aside-new-6c9b .heading_pro_d284 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside-new-6c9b .up-e0f4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside-new-6c9b .modal-rough-7423 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside-new-6c9b .small_4c87 {
  background-color: var(--e-global-color-primary);
}
.aside-new-6c9b .small_4c87 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-new-6c9b .article_9185 {
  background-color: var(--e-global-color-secondary);
}
.aside-new-6c9b .article_9185 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-new-6c9b .info-brown-b016 .modal_e067 .widget_last_25aa:hover {
  background-color: var(--e-global-color-primary);
}
.aside-new-6c9b
  .info-brown-b016
  .modal_e067
  .widget_last_25aa.smooth-8aab {
  background-color: var(--e-global-color-primary);
}
.aside-new-6c9b .info-brown-b016 .full-6f93:before {
  border-color: var(--e-global-color-primary);
}
.aside-new-6c9b .info-brown-b016 .full-6f93:hover:before {
  border-color: var(--e-global-color-secondary);
}
.aside-new-6c9b
  .info-brown-b016
  .full-6f93.form-under-95e3:before {
  border-color: var(--e-global-color-primary);
}
.aside-new-6c9b .label_top_fc0c span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout_brown_6103 .form-cfa5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout_brown_6103 .form-cfa5:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout_brown_6103 .form-cfa5.message_c57b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout_brown_6103 .photo-d373 {
  background-color: var(--e-global-color-primary);
}
.layout_brown_6103 .photo-d373 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout_brown_6103
  .down_4003
  .action_4705
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout_brown_6103
  .breadcrumb_mini_bb3c
  .action_4705
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.video_7348
  .thick-4687
  .header-c965 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_7348
  .thick-4687
  .full-bb12 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_7348 .right_9731 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_7348 .gold-878a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video_7348 .icon-a9d3 {
  background-color: var(--e-global-color-primary);
}
.video_7348 .icon-a9d3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout-67c8 .hovered-48b3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-67c8 .paragraph-over-3a28 {
  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);
}
.layout-67c8 .summary_00a9 {
  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);
}
.layout-67c8 .summary_00a9 a:hover {
  color: var(--e-global-color-secondary);
}
.layout-67c8 .table-gas-74e1 {
  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);
}
.layout-67c8 .stale_df2a {
  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);
}
.layout-67c8 .paragraph-f0b4 .basic_4931 {
  background-color: var(--e-global-color-primary);
}
.layout-67c8 .paragraph-f0b4 .basic_4931:hover {
  background-color: var(--e-global-color-accent);
}
.layout-67c8
  .paragraph-f0b4
  .preview_action_ec3e
  li
  span {
  background-color: var(--e-global-color-text);
}
.layout-67c8
  .paragraph-f0b4
  .preview_action_ec3e
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.layout-67c8
  .paragraph-f0b4
  .preview_action_ec3e
  li.component_cc05
  span {
  background-color: var(--e-global-color-accent);
}
.thumbnail-9798
  .tiny_c076
  .gallery-8b70 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-9798 .tiny_c076 .old-9291 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-9798 .tiny_c076 .heading-solid-6831 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-9798 .west-16ec {
  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-9798
  .block_0913.new-5c33 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > a {
  background-color: var(--e-global-color-text);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > a
  .status-c457.dim_f3b6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > a
  .frame-fc42.widget-5496 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > .frame-under-b38d
  .module-mini-432c
  > a {
  background-color: var(--e-global-color-secondary);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > .frame-under-b38d
  .module-mini-432c
  > a
  .outline_bottom_6b5b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > .frame-under-b38d
  .module-mini-432c
  > a
  .frame-fc42.wide_8561 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > a
  .tertiary_out_b7de:before {
  color: var(--e-global-color-text);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > .frame-under-b38d
  a
  .tertiary_out_b7de:before {
  color: var(--e-global-color-text);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c.shadow-c45a
  > a
  .tertiary_out_b7de:before {
  color: var(--e-global-color-text);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > .frame-under-b38d
  .module-mini-432c.shadow-c45a
  > a
  .tertiary_out_b7de:before {
  color: var(--e-global-color-text);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > a
  .clean-0fae
  .status_hot_85af {
  color: var(--e-global-color-text);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > .frame-under-b38d
  a
  .clean-0fae
  .status_hot_85af {
  color: var(--e-global-color-text);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > a
  .clean-0fae
  .status_hot_85af,
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > .frame-under-b38d
  a
  .clean-0fae
  .status_hot_85af {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > a
  .alert-east-e37d:before {
  color: var(--e-global-color-text);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > .frame-under-b38d
  a
  .alert-east-e37d:before {
  color: var(--e-global-color-text);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c.shadow-c45a
  > a
  .alert-east-e37d:before {
  color: var(--e-global-color-text);
}
.info_cold_49c2
  > .stone_30b0
  > div
  > .search-5703
  > .module-mini-432c
  > .frame-under-b38d
  .module-mini-432c.shadow-c45a
  > a
  .alert-east-e37d:before {
  color: var(--e-global-color-text);
}
.cool-8252 .paragraph-advanced-b386 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.cool-8252
  .card-2b27:hover
  .paragraph-advanced-b386 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tiny-b0ca
  > .stone_30b0
  > .white-d849
  > .mask_selected_01bb
  > .accent-4de1
  > .copper_9829
  .logo-hard-8706 {
  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);
}
.tiny-b0ca
  > .stone_30b0
  > .white-d849
  > .mask_selected_01bb
  > .accent-4de1
  > .copper_9829:hover
  .logo-hard-8706 {
  color: var(--e-global-color-text);
}
.tiny-b0ca
  > .stone_30b0
  > .white-d849
  > .mask_selected_01bb
  > .accent-4de1
  > .copper_9829:hover
  .logo-hard-8706 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tiny-b0ca
  > .stone_30b0
  > .white-d849
  > .mask_selected_01bb
  > .accent-4de1.pink-a75c
  > .copper_9829
  .logo-hard-8706 {
  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-right-83de .photo_center_4f9b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-right-83de .preview-44f9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-right-83de .new_b827 {
  background-color: var(--e-global-color-primary);
}
.component-right-83de .new_b827 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.photo_basic_8b78
  > .stone_30b0
  > .secondary-clean-6a56
  > .focus-advanced-e66e
  > .hot_0a9f
  .fluid-c794 {
  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);
}
.photo_basic_8b78
  > .stone_30b0
  > .secondary-clean-6a56
  > .focus-advanced-e66e
  > .hot_0a9f
  .slow-b926 {
  color: var(--e-global-color-text);
}
.photo_basic_8b78
  > .stone_30b0
  > .secondary-clean-6a56
  > .focus-advanced-e66e
  > .hot_0a9f:hover
  .fluid-c794 {
  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);
}
.photo_basic_8b78
  > .stone_30b0
  > .secondary-clean-6a56
  > .focus-advanced-e66e
  > .hot_0a9f:hover
  .slow-b926 {
  color: var(--e-global-color-secondary);
}
.photo_basic_8b78
  > .stone_30b0
  > .secondary-clean-6a56
  > .focus-advanced-e66e
  > .hot_0a9f.tooltip-dark-a36f
  .fluid-c794 {
  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);
}
.photo_basic_8b78
  > .stone_30b0
  > .secondary-clean-6a56
  > .focus-advanced-e66e
  > .hot_0a9f.tooltip-dark-a36f
  .slow-b926 {
  color: var(--e-global-color-primary);
}
.top_0640
  .container-dark-0b22
  .list-advanced-f704 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.top_0640 .dropdown_1db1 .media_cold_b3b5 .pattern_selected_ae9b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tiny-dd0f .paragraph_red_2d4b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tiny-dd0f .sidebar_wood_7e34 .paragraph_red_2d4b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tiny-dd0f .active-right-cddc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tiny-dd0f .active-right-cddc {
  background-color: var(--e-global-color-primary);
}
.hovered_8cf1 .motion_461c .texture_026f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hovered_8cf1
  .motion_461c:hover
  .stone-c54d {
  color: var(--e-global-color-secondary);
}
.hovered_8cf1
  .motion_461c:hover
  .texture_026f {
  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);
}
.full_a7b6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.border-9b75 {
  flex-direction: column;
}

.border-9b75 .yellow-f3ef {
  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.border-9b75 .yellow-f3ef {
  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);
}

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

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

.west-33de.secondary-533b {
  display: none;
}

.detail_narrow_3abc {
  display: none;
}

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

.footer_5f21.main_motion_559c {
  margin-bottom: 40px;
  width: 100%;
}

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

.border-9b75 a {
  width: 100%;
}

.gradient_glass_8211 .paragraph_7bfe.solid-e87b {
  width: 20% !important;
}

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

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

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

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

.under-5cd8 {
  background: linear-gradient(45deg, #00A86B 0%, #28B463 100%); /* 巴西绿渐变 */
  border-radius: 12px;
  color: #FFFFFF;
  width: 120px; /* 稍微增加宽度 */
  padding: 12px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 168, 107, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

.under-5cd8:nth-child(2) {
  background: transparent;
  color: #FFD700;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

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

.gradient_glass_8211
  .paragraph_7bfe.module_wood_fa81
  .gold_6add
  .aside_large_dc27 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.warm-76cb.dark_36bf > .status-fc4a {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

.content-white-3174 {
  position: relative;
  width: 100%;
}

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

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

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

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

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

.gradient_glass_8211
  .paragraph_7bfe.button_664a
  .header-42d6
  .pagination-out-bab8 {
  width: 100% !important;
}

.alert-bronze-4af6 {
  width: 500px !important;
  max-width: none;
}

.simple_8273 {
  width: 100%;
}

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

.bronze-bf4d {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

.progress-2e2f {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.bronze-bf4d:hover .progress-2e2f {
  visibility: visible;
}
.bronze-bf4d:hover.bronze-bf4d::before {
  display: block;
}

.logo_ee6b h3 {
  color: #fff;
}

.blue_09b6 {
  margin: 0;
}

.gradient_glass_8211
  .paragraph_7bfe.button_664a
  .pagination-out-bab8
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.new-e8c8 {
  width: 100%;
}

.filter-eb50 {
  width: 100%;
}

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

.filter-eb50 {
  width: 100%;
}

.hard-27b4 {
  margin-bottom: 10px !important;
}

.pagination-out-bab8 {
  display: flex;
  align-items: center;
}

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

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

.border-9b75 .yellow-f3ef.table-focused-1ea9 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.border-9b75 h1.yellow-f3ef {
  margin-top: 80px !important;
}

.gradient_glass_8211 .paragraph_7bfe.row_427e {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.wide-9056 img {
  width: 100%;
}

.frame-243b .bronze-4060.gold_6add {
  justify-content: space-between;
}

.header-orange-1b75 {
  display: none;
}

.chip_current_ea09 .lower_8fd8 {
  margin: 1px 0 !important;
}

.easy-886d li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .warm-76cb .status-fc4a {
    flex-wrap: nowrap !important;
  }
}

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

  .alert-bronze-4af6 {
    width: 100% !important;
  }
}

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

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

  .frame-243b .bronze-4060.gold_6add {
    border-bottom: 1px solid #f0c159;
  }

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

  .warm-76cb.dark_36bf > .status-fc4a {
    gap: 15px;
    justify-content: space-between;
  }

  .gradient_glass_8211
    .paragraph_7bfe.button_664a
    .pagination-out-bab8
    img {
    width: 60% !important;
  }

  .summary_f366 {
    left: 2%;
  }

  .panel-e93a {
    margin: 10px 0;
  }

  .border-9b75 .lower_8fd8 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.border-9b75 .yellow-f3ef,
  .border-9b75 .yellow-f3ef {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .pagination-out-bab8 {
    justify-content: center;
  }

  .border-9b75 .lower_8fd8 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .gradient_glass_8211 .paragraph_7bfe.solid-e87b {
    width: 75% !important;
  }

  .wide-9056 img {
    width: 100% !important;
  }
}

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

  h2.border-9b75 .yellow-f3ef,
  .border-9b75 .yellow-f3ef {
    font-size: 30px !important;
  }

  .pagination-out-bab8 {
    justify-content: center;
  }

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

  .heading-4d5e
    .basic_a0b4.card-bronze-1be6 {
    margin: 0 !important;
  }

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

  .panel-e93a {
    display: flex;
  }

  .pattern-a6ee .orange-c831 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .outline-cool-a0e8 svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .border-9b75 h1.yellow-f3ef {
    margin-top: 40px !important;
  }

  .gradient_glass_8211
    .paragraph_7bfe.button_664a
    .pagination-out-bab8
    img,
  .hovered-5af2 .header-42d6 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .gradient_glass_8211 .paragraph_7bfe.solid-e87b {
    width: 100% !important;
  }

  .warm-76cb.dark_36bf > .status-fc4a {
    gap: 3px;
  }

  .border-9b75 .lower_8fd8 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.frame-243b .bronze-4060.gold_6add {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.frame-243b .bronze-4060.gold_6add: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);
}

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

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

.border-9b75 {
  position: relative;
  padding-top: 30px;
}

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

.west-33de: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;
}

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

/* 响应式增强 */
@media (max-width: 767px) {
  .frame-243b .bronze-4060.gold_6add {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .border-9b75 .yellow-f3ef {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .orange-c831 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.prev-c074 .steel_3956 {
  flex-shrink: 0;
  white-space: nowrap;
}

.prev-c074 .fast_1e19 {
  flex-shrink: 0;
  min-width: fit-content;
}

.prev-c074 .aside_large_dc27 {
  white-space: nowrap;
}

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

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

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

.prev-c074 .fast_1e19 {
  max-width: 80px !important;
  overflow: hidden;
}

.prev-c074 .bronze-4060.gold_6add {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.prev-c074 .aside_large_dc27 {
  font-size: 11px !important;
  line-height: 1.2 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 登录和注册按钮炫酷闪烁动画 */
@keyframes button-glow-pulse {
  0% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(0, 168, 107, 0.3),
      0 0 0 0 rgba(0, 168, 107, 0.7);
    filter: brightness(1);
  }
  50% { 
    transform: scale(1.08);
    box-shadow: 
      0 8px 30px rgba(0, 168, 107, 0.8),
      0 0 20px 5px rgba(0, 168, 107, 0.4);
    filter: brightness(1.3);
  }
  100% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(0, 168, 107, 0.3),
      0 0 0 0 rgba(0, 168, 107, 0.7);
    filter: brightness(1);
  }
}

@keyframes button-glow-pulse-gold {
  0% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(255, 215, 0, 0.2),
      0 0 0 0 rgba(255, 215, 0, 0.7);
    filter: brightness(1);
  }
  50% { 
    transform: scale(1.08);
    box-shadow: 
      0 8px 30px rgba(255, 215, 0, 0.8),
      0 0 20px 5px rgba(255, 215, 0, 0.4);
    filter: brightness(1.4);
  }
  100% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(255, 215, 0, 0.2),
      0 0 0 0 rgba(255, 215, 0, 0.7);
    filter: brightness(1);
  }
}

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

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

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

/* 添加内部光效 */
.under-5cd8::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, 
    transparent 30%, 
    rgba(255, 255, 255, 0.3) 50%, 
    transparent 70%);
  transform: rotate(45deg);
  animation: shine-sweep 3s linear infinite;
}

@keyframes shine-sweep {
  0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* 强制首页按钮动画 - 解决动画冲突 */
body .under-5cd8:nth-child(1),
.gradient_glass_8211 .under-5cd8:nth-child(1),
#page .under-5cd8:nth-child(1) {
  animation: button-glow-pulse 1.5s ease-in-out infinite !important;
  transform-origin: center center !important;
}

body .under-5cd8:nth-child(2),
.gradient_glass_8211 .under-5cd8:nth-child(2),
#page .under-5cd8:nth-child(2) {
  animation: button-glow-pulse-gold 1.8s ease-in-out infinite !important;
  animation-delay: 0.3s !important;
  transform-origin: center center !important;
}

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

/* css-noise: c87a */
.promo-block-d9 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
