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(.content_2976) {
  gap: 0.5em;
}
:where(.avatar_d8d8) {
  gap: 0.5em;
}
body .pressed_5d67 > .thumbnail_9c6f {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .pressed_5d67 > .search_hard_bec3 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .pressed_5d67 > .video-selected-ef38 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .highlight-c893 > .thumbnail_9c6f {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .highlight-c893 > .search_hard_bec3 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .highlight-c893 > .video-selected-ef38 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .highlight-c893
  > :where(:not(.thumbnail_9c6f):not(.search_hard_bec3):not(.message-13f7)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .highlight-c893 > .image_1a13 {
  max-width: var(--wp--style--global--wide-size);
}
body .content_2976 {
  display: flex;
}
body .content_2976 {
  flex-wrap: wrap;
  align-items: center;
}
body .content_2976 > * {
  margin: 0;
}
body .avatar_d8d8 {
  display: grid;
}
body .avatar_d8d8 > * {
  margin: 0;
}
:where(.photo_93f5.content_2976) {
  gap: 2em;
}
:where(.photo_93f5.avatar_d8d8) {
  gap: 2em;
}
:where(.right-b8ce.content_2976) {
  gap: 1.25em;
}
:where(.right-b8ce.avatar_d8d8) {
  gap: 1.25em;
}
.pagination-d74b {
  color: var(--wp--preset--color--black) !important;
}
.column-hard-2100 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.box-wide-35d7 {
  color: var(--wp--preset--color--white) !important;
}
.pink_0a6f {
  color: var(--wp--preset--color--pale-pink) !important;
}
.active_4724 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.header-paper-c3d7 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.mask_fixed_e656 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.pagination-gas-57c3 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.card_e945 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.dropdown-5bad {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.list_new_2b68 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.table_pressed_f2e1 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.border-focused-a5c8 {
  background-color: var(--wp--preset--color--black) !important;
}
.component_warm_75bb {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.right-7ce3 {
  background-color: var(--wp--preset--color--white) !important;
}
.prev_cc24 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.accent-full-c4a1 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.texture_cdc9 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.preview_d3ae {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.status_1854 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.tiny_0b5f {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.filter-soft-286b {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.shade-a540 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.hidden-lite-8eec {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.easy-60be {
  border-color: var(--wp--preset--color--black) !important;
}
.button_narrow_f23d {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.footer_top_2107 {
  border-color: var(--wp--preset--color--white) !important;
}
.aside-prev-a486 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.notice_stone_3280 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.green-32cc {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.iron_e310 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.layout-narrow-1679 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.stone-fdc2 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.main_wide_2608 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.filter_orange_1f46 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.mini-13fe {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.dynamic_1a0e {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.first-6340 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.search-bronze-4370 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.search-dynamic-6213 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.description-b377 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.full_39b5 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.widget-2f7f {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.frame_d319 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.smooth-32d6 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.new_6ce1 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.card_0871 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.logo-lower-fdc3 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.dim_6e2b {
  font-size: var(--wp--preset--font-size--small) !important;
}
.narrow-fc7b {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.tag_d0f8 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.aside-copper-16fe {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.pattern-83b3 a:where(:not(.slider-11a7)) {
  color: inherit;
}
:where(.right-b8ce.content_2976) {
  gap: 1.25em;
}
:where(.right-b8ce.avatar_d8d8) {
  gap: 1.25em;
}
:where(.photo_93f5.content_2976) {
  gap: 2em;
}
:where(.photo_93f5.avatar_d8d8) {
  gap: 2em;
}
.mask-d556 {
  font-size: 1.5em;
  line-height: 1.6;
}

.right_738c .slow-0992 {
  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);
}
.pattern_8656 .status-85a1 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture-07db {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture-07db.banner_gold_4150 .carousel_bright_6cb8 {
  background-color: var(--e-global-color-primary);
}
.texture-07db.tooltip-8508 .carousel_bright_6cb8,
.texture-07db.in-1be9 .carousel_bright_6cb8 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.form-large-cd3e .video_6241 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.highlight_center_3f68 {
  --divider-color: var(--e-global-color-secondary);
}
.highlight_center_3f68 .sort-0795 {
  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);
}
.highlight_center_3f68.tall-4742 .filter-ec4c {
  background-color: var(--e-global-color-secondary);
}
.highlight_center_3f68.logo-paper-d721 .filter-ec4c,
.highlight_center_3f68.paper_62d6 .filter-ec4c {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.highlight_center_3f68.logo-paper-d721 .filter-ec4c,
.highlight_center_3f68.paper_62d6 .filter-ec4c svg {
  fill: var(--e-global-color-secondary);
}
.item-d251 .card_7c49 {
  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);
}
.item-d251 .container-cbe3 {
  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);
}
.thick-632c.tall-4742 .filter-ec4c {
  background-color: var(--e-global-color-primary);
}
.thick-632c.logo-paper-d721 .filter-ec4c,
.thick-632c.paper_62d6 .filter-ec4c {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.thick-632c.logo-paper-d721 .filter-ec4c,
.thick-632c.paper_62d6 .filter-ec4c svg {
  fill: var(--e-global-color-primary);
}
.image-new-de55.tall-4742 .filter-ec4c {
  background-color: var(--e-global-color-primary);
}
.image-new-de55.logo-paper-d721 .filter-ec4c,
.image-new-de55.paper_62d6 .filter-ec4c {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.image-new-de55 .media-4517 {
  color: var(--e-global-color-primary);
}
.image-new-de55 .media-4517,
.image-new-de55 .media-4517 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image-new-de55 .notice-brown-7356 {
  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_right_b0e9 .notification_wide_9ec7 {
  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_e99c .carousel_yellow_37f2 .element-5e0f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip-366b .selected_dc8a:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.tooltip-366b .container_8beb i {
  color: var(--e-global-color-primary);
}
.tooltip-366b .container_8beb svg {
  fill: var(--e-global-color-primary);
}
.tooltip-366b .lite-2a98 {
  color: var(--e-global-color-secondary);
}
.tooltip-366b .selected_dc8a > .lite-2a98,
.tooltip-366b .selected_dc8a > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.huge-a6b4 .surface-east-a462 {
  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);
}
.huge-a6b4 .feature-large-0056 {
  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);
}
.surface_3d80 .active-d177 .last-2ddc {
  background-color: var(--e-global-color-primary);
}
.surface_3d80 .left-9fc4 {
  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);
}
.outline-current-b7be .tabs-e4be {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-current-b7be .focus_8078 {
  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);
}
.outline-current-b7be .over_265c {
  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);
}
.list_up_dc6e .paragraph-eff1,
.list_up_dc6e .paragraph-eff1 a {
  color: var(--e-global-color-primary);
}
.list_up_dc6e .paragraph-eff1.text-cold-f3ed,
.list_up_dc6e .paragraph-eff1.text-cold-f3ed a {
  color: var(--e-global-color-accent);
}
.list_up_dc6e .paragraph-eff1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list_up_dc6e .article-732c {
  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);
}
.carousel_2140 .top-8b28,
.carousel_2140 .active-bdee {
  color: var(--e-global-color-primary);
}
.carousel_2140 .top-8b28 svg {
  fill: var(--e-global-color-primary);
}
.carousel_2140 .text-cold-f3ed .top-8b28,
.carousel_2140 .text-cold-f3ed .active-bdee {
  color: var(--e-global-color-accent);
}
.carousel_2140 .text-cold-f3ed .top-8b28 svg {
  fill: var(--e-global-color-accent);
}
.carousel_2140 .active-bdee {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_2140 .article-732c {
  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);
}
.motion_8b10 .pro_4ffc,
.motion_8b10 .mask-outer-0e8e {
  color: var(--e-global-color-primary);
}
.motion_8b10 .mask-outer-0e8e svg {
  fill: var(--e-global-color-primary);
}
.motion_8b10 .paragraph-eff1.text-cold-f3ed a,
.motion_8b10
  .paragraph-eff1.text-cold-f3ed
  .mask-outer-0e8e {
  color: var(--e-global-color-accent);
}
.motion_8b10 .pro_4ffc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.motion_8b10 .article-732c {
  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);
}
.hard-5d11 .backdrop-slow-85dd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard-5d11 .aside-hovered-1313 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text-thick-1f59 .bright_9618 .yellow_1c08 {
  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);
}
.text-thick-1f59 .bright_9618 .right_c1db {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text-thick-1f59 .accordion-under-e4f1 .yellow_1c08 {
  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);
}
.text-thick-1f59
  .accordion-under-e4f1
  .right_c1db {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text-thick-1f59
  .thumbnail-focused-bc4f
  .yellow_1c08 {
  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);
}
.text-thick-1f59
  .thumbnail-focused-bc4f
  .right_c1db {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text-thick-1f59
  .aside-973a
  .yellow_1c08 {
  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);
}
.text-thick-1f59
  .aside-973a
  .right_c1db {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dynamic_c98c .green-9795 {
  background-color: var(--e-global-color-primary);
}
.dynamic_c98c .green-9795:hover {
  background-color: var(--e-global-color-primary);
}
.dynamic_c98c .article_2e08 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dynamic_c98c
  .green-9795:hover
  .article_2e08 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.menu_f169 .pink_33b2 {
  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);
}
.short-b6f7 .picture_north_f33d .summary_over_d602 a {
  background-color: var(--e-global-color-accent);
}
.short-b6f7 .picture_north_f33d .label_15ea a {
  background-color: var(--e-global-color-accent);
}
.short-b6f7 .picture_north_f33d .summary_over_d602 a,
.short-b6f7 .picture_north_f33d .label_15ea a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_c942
  .bottom_75f7.surface_outer_9902
  .picture_north_f33d
  a.easy_4e55 {
  background-color: var(--e-global-color-accent);
}
.secondary_c942
  .bottom_75f7.surface_outer_9902
  .picture_north_f33d
  span.easy_4e55.fn-current-106c {
  background-color: var(--e-global-color-text);
}
.secondary_c942
  .bottom_75f7.surface_outer_9902
  .picture_north_f33d
  .easy_4e55 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_88f7 .component_9319 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_88f7
  .logo_tiny_461a
  > .item_right_5b87
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_88f7
  .frame_a124
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_88f7
  .white-a884
  .background_wide_99f4,
.tooltip_88f7
  .white-a884
  .banner-62b6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip_88f7
  .white-a884
  .text_d9fc,
.tooltip_88f7
  .white-a884
  a
  .text_d9fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_88f7
  .white-a884
  .breadcrumb_f355 {
  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);
}
.tooltip_88f7
  .white-a884
  .grid-down-6599 {
  background-color: var(--e-global-color-primary);
}
.tooltip_88f7
  .white-a884
  .grid-down-6599 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_88f7
  .white-a884
  .grid-down-6599:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip_88f7
  .white-a884
  .banner_last_0c9c {
  background-color: var(--e-global-color-primary);
}
.tooltip_88f7
  .white-a884
  .banner_last_0c9c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_88f7
  .white-a884
  .banner_last_0c9c:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip_88f7
  .west-0908
  .alert_out_115d
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip_88f7
  .west-0908
  .nav-5df4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_88f7
  .west-0908
  .breadcrumb_f355 {
  color: var(--e-global-color-text);
}
.tooltip_88f7
  .west-0908
  .breadcrumb_f355
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_88f7
  .west-0908
  .grid-down-6599 {
  background-color: var(--e-global-color-primary);
}
.tooltip_88f7
  .west-0908
  .grid-down-6599 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_88f7
  .west-0908
  .grid-down-6599:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip_88f7
  .west-0908
  .banner_last_0c9c {
  background-color: var(--e-global-color-primary);
}
.tooltip_88f7
  .west-0908
  .banner_last_0c9c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_88f7
  .west-0908
  .banner_last_0c9c:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip_88f7 .layout_b5cf {
  background-color: var(--e-global-color-primary);
}
.tooltip_88f7 .layout_b5cf:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip_88f7 .label-cool-b8f1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip_88f7 .slider-slow-7ebd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_0a6d .short_b401 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_0a6d
  .silver_9bc9
  > div:nth-child(3)
  .short_b401,
.table_0a6d
  .caption_0260
  > div:nth-child(1)
  .short_b401,
.table_0a6d
  .south_e940
  > div:nth-child(1)
  .short_b401,
.table_0a6d
  .south-80d2
  > div:nth-child(1)
  .short_b401,
.table_0a6d
  .footer-d6c9
  > div:nth-child(1)
  .short_b401 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_0a6d .accent_9de3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_0a6d .thumbnail-full-ce58 {
  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);
}
.table_0a6d .cold_8378 {
  background-color: var(--e-global-color-primary);
}
.table_0a6d .cold_8378 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_0a6d .cold_8378:hover {
  background-color: var(--e-global-color-primary);
}
.table_0a6d .notification_dirty_c86c {
  background-color: var(--e-global-color-primary);
}
.table_0a6d .notification_dirty_c86c:hover {
  background-color: var(--e-global-color-primary);
}
.table_0a6d .label-cool-b8f1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_0a6d .slider-slow-7ebd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter-tall-e592 .north_b130 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter-tall-e592 .popup-lite-5d1e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-tall-e592 .tertiary_cf53 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-tall-e592 .row-041b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-tall-e592 .image-f6f2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-tall-e592 .notification_dirty_c86c {
  background-color: var(--e-global-color-primary);
}
.filter-tall-e592 .notification_dirty_c86c:hover {
  background-color: var(--e-global-color-primary);
}
.wide_1f89 .gradient-380f {
  background-color: var(--e-global-color-secondary);
}
.wide_1f89 .search-544c {
  background-color: var(--e-global-color-text);
}
.wide_1f89 .copper_a714 {
  background-color: var(--e-global-color-secondary);
}
.wide_1f89 .chip-full-de2e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wide_1f89 .outer-6a78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wide_1f89 .tall_f68c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wide_1f89 .preview-75e2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wide_1f89 .current-45b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop-9c83 .widget-ac01 .container_650b,
.backdrop-9c83
  .widget-ac01
  .container_650b
  a,
.backdrop-9c83 .summary_598c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop-9c83 .widget-ac01 .dirty_ef0d,
.backdrop-9c83 .element_huge_4700 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop-9c83 .widget-ac01 .dirty_ef0d {
  color: var(--e-global-color-text);
}
.backdrop-9c83 .element_huge_4700 {
  color: var(--e-global-color-text);
}
.backdrop-9c83
  .widget-ac01
  .form-fluid-62c1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.backdrop-9c83 .dropdown-glass-266d .info_097b {
  background-color: var(--e-global-color-primary);
}
.backdrop-9c83 .dropdown-glass-266d .info_097b:hover {
  background-color: var(--e-global-color-primary);
}
.backdrop-9c83 .dropdown-glass-266d .notification-e7ed li span {
  background-color: var(--e-global-color-text);
}
.backdrop-9c83 .dropdown-glass-266d .notification-e7ed li span:hover {
  background-color: var(--e-global-color-primary);
}
.backdrop-9c83
  .dropdown-glass-266d
  .notification-e7ed
  li.shade_42ed
  span {
  background-color: var(--e-global-color-accent);
}
.backdrop-9c83 .motion-605d span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.liquid_e28e .light_1775 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slow_73c0 .form-0fb7 {
  background-color: var(--e-global-color-primary);
}
.slow_73c0 .inner_5c7c {
  background-color: var(--e-global-color-secondary);
}
.slow_73c0 .filter-warm-f30a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slow_73c0 .component-9c4b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slow_73c0 .nav_hovered_0fcd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slow_73c0 .content-fast-62ad {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slow_73c0 .pattern_down_7926 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slow_73c0 .paragraph-98da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slow_73c0 .simple_1743 {
  background-color: var(--e-global-color-primary);
}
.slow_73c0 .simple_1743 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paragraph-motion-860f .progress-c4a7 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paragraph-motion-860f .summary_53c1 {
  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);
}
.paragraph-motion-860f
  .list_upper_3266:after {
  background-color: var(--e-global-color-primary);
}
.paragraph-motion-860f .dim-26c6 {
  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);
}
.backdrop-action-50f6 .summary_598c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop-action-50f6 .element_huge_4700 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hovered_63f4 .popup-f45a .slow-4ae5 {
  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);
}
.hovered_63f4 .popup-f45a .preview_pressed_be10 {
  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);
}
.slider_south_fd5a .heading_3907 {
  background-color: var(--e-global-color-primary);
}
.slider_south_fd5a .progress-f8c2 {
  background-color: var(--e-global-color-secondary);
}
.slider_south_fd5a .module-static-b606 .smooth-457e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider_south_fd5a .easy_fef2 .smooth-457e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel-active-cb8e .dim-197c .pagination_under_10dd {
  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);
}
.carousel-active-cb8e .dim-197c .upper_0636 {
  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-active-cb8e .dim-197c .content-d5a7 {
  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);
}
.gradient-left-ac48 .plasma_a48e {
  border-color: var(--e-global-color-text);
}
.gradient-left-ac48 .sort_green_aff6 {
  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);
}
.gradient-left-ac48 .item-hard-1405 {
  color: var(--e-global-color-primary);
}
.gradient-left-ac48 .west-2bfd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row_up_92a7 .dropdown_e161 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.row_up_92a7 .column_4014 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.row_up_92a7 .east-1825:hover .dropdown_e161 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.row_up_92a7
  .east-1825:hover
  .column_4014 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.row_fa78 .primary-3124 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.row_fa78 .old_f76e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_a161 .preview_9462 .focused-e1e3 {
  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);
}
.article_a161 .disabled_2a4c .focused-e1e3 {
  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);
}
.main-c6c2 .sidebar_easy_c116 {
  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);
}
.notification-plasma-0cc1 .pagination_c1e7 .list_rough_2cc9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-plasma-0cc1 .pagination_c1e7 .list_rough_2cc9 {
  background-color: var(--e-global-color-secondary);
}
.notification-plasma-0cc1 .notice-9431 .list_rough_2cc9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-plasma-0cc1 .notice-9431 .list_rough_2cc9 {
  background-color: var(--e-global-color-secondary);
}
.notification-plasma-0cc1 .slider_9299 .frame-first-043f {
  background-color: var(--e-global-color-primary);
}
.notification-plasma-0cc1 .slider_9299:hover .frame-first-043f {
  background-color: var(--e-global-color-secondary);
}
.notification-plasma-0cc1 .info_097b {
  background-color: var(--e-global-color-primary);
}
.notification-plasma-0cc1 .info_097b:hover {
  background-color: var(--e-global-color-accent);
}
.notification-plasma-0cc1 .notification-e7ed li span {
  background-color: var(--e-global-color-text);
}
.notification-plasma-0cc1 .notification-e7ed li span:hover {
  background-color: var(--e-global-color-primary);
}
.notification-plasma-0cc1 .notification-e7ed li.shade_42ed span {
  background-color: var(--e-global-color-accent);
}
.main-8e63 .fixed_c727 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main-8e63 .gradient_5798 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.warm-c56d .liquid_0f5f:before {
  background-color: var(--e-global-color-secondary);
}
.warm-c56d .middle-4ea4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.warm-c56d .tag_pressed_bc0f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-upper-7bb5 .footer_stale_7d31 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-upper-7bb5 .footer_stale_7d31:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-upper-7bb5 .footer_stale_7d31.fn-active-106c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-upper-7bb5 .tertiary_rough_fcfb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-upper-7bb5 .caption_dbf1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-upper-7bb5 .primary-gold-d24e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-upper-7bb5 .search_stale_523d {
  background-color: var(--e-global-color-primary);
}
.tooltip-upper-7bb5 .search_stale_523d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip-upper-7bb5 .north_a6c3 {
  background-color: var(--e-global-color-primary);
}
.tooltip-upper-7bb5 .north_a6c3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.overlay_complex_0382 .pink-1c7d .active-4d25 a {
  color: var(--e-global-color-secondary);
}
.overlay_complex_0382 .pink-1c7d .active-4d25 a:hover {
  color: var(--e-global-color-secondary);
}
.overlay_complex_0382 .pink-1c7d .active-4d25,
.overlay_complex_0382 .pink-1c7d .active-4d25 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_complex_0382 .pink-1c7d .dim_91dd {
  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);
}
.overlay_complex_0382 .pink-1c7d .status_2ce8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_complex_0382 .pink-1c7d .alert-0c90 {
  background-color: var(--e-global-color-primary);
}
.overlay_complex_0382 .pink-1c7d .alert-0c90 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_complex_0382 .pink-1c7d .alert-0c90:hover {
  background-color: var(--e-global-color-primary);
}
.overlay_complex_0382 .pink-1c7d .dim_7b01 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.overlay_complex_0382 .pink-1c7d .dim_7b01 {
  background-color: var(--e-global-color-primary);
}
.overlay_complex_0382 .pink-1c7d .dim_7b01:hover {
  background-color: var(--e-global-color-primary);
}
.overlay_complex_0382 .pink-1c7d .info_097b {
  background-color: var(--e-global-color-primary);
}
.overlay_complex_0382 .pink-1c7d .info_097b:hover {
  background-color: var(--e-global-color-primary);
}
.overlay_complex_0382 .dropdown-glass-266d .notification-e7ed li span {
  background-color: var(--e-global-color-text);
}
.overlay_complex_0382 .dropdown-glass-266d .notification-e7ed li span:hover {
  background-color: var(--e-global-color-primary);
}
.overlay_complex_0382 .dropdown-glass-266d .notification-e7ed li.shade_42ed span {
  background-color: var(--e-global-color-accent);
}
.overlay_complex_0382 .label-cool-b8f1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay_complex_0382 .slider-slow-7ebd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lite_4749 .tag_385d .form_over_03c5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lite_4749 .tag_385d .wide-db86 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite_4749 .tag_385d .search_focused_645a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-6a46 .search_center_0d3b {
  border-color: var(--e-global-color-text);
}
.center-6a46 .description-d84a {
  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);
}
.center-6a46 .sort_lower_5a04 {
  color: var(--e-global-color-secondary);
}
.center-6a46 .sort_lower_5a04 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-6a46 .tabs-stale-5962 > * {
  color: var(--e-global-color-primary);
}
.center-6a46 .tabs-stale-5962 > * svg {
  fill: var(--e-global-color-primary);
}
.center-6a46 .shadow_lower_3833 {
  color: var(--e-global-color-primary);
}
.center-6a46 .shadow_lower_3833 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center-6a46 .full-ba93 {
  color: var(--e-global-color-primary);
}
.center-6a46 .full-ba93 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center-6a46 .small_fa1c {
  color: var(--e-global-color-primary);
}
.center-6a46 .small_fa1c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-6a46 .down_8636 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-6a46 .surface-9d0f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-6a46 .surface-9d0f.hero-light-0bbe {
  color: var(--e-global-color-secondary);
}
.center-6a46 .surface-9d0f.hero-light-0bbe .shade_cool_077b {
  color: var(--e-global-color-accent);
}
.center-6a46 .surface-9d0f.static-7a09 {
  color: var(--e-global-color-text);
}
.center-6a46 .surface-9d0f.static-7a09 .shade_cool_077b {
  color: var(--e-global-color-text);
}
.center-6a46 .surface-9d0f:before {
  border-top-color: var(--e-global-color-text);
}
.center-6a46 .progress_action_0067 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-6a46
  .progress_action_0067
  .primary_motion_7a61 {
  background-color: var(--e-global-color-primary);
}
.center-6a46
  .progress_action_0067
  .primary_motion_7a61 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.center-6a46 .search_center_0d3b .chip-blue-5b2e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link_fcca .warm_4402 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_fcca .video_focused_cb83 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern-light-e845 .surface-complex-2825 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern-light-e845
  .pagination_02d7
  .panel-yellow-f5fd {
  background-color: var(--e-global-color-secondary);
}
.pattern-light-e845
  .pagination_02d7.footer_gas_5039
  .panel-yellow-f5fd {
  background-color: var(--e-global-color-text);
}
.pattern-light-e845
  .pagination_02d7:hover
  .panel-yellow-f5fd {
  background-color: var(--e-global-color-accent);
}
.pattern-light-e845
  .pagination_02d7.fn-active-106c
  .panel-yellow-f5fd {
  background-color: var(--e-global-color-primary);
}
.badge_liquid_ce31 .carousel_lower_0e20 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.badge_liquid_ce31 .left-55ea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_liquid_ce31 .stone-f3ad {
  background-color: var(--e-global-color-primary);
}
.badge_liquid_ce31 .stone-f3ad {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.east_24a7 .tooltip_6838 .west_d88a .image-liquid-ad8a {
  background-color: var(--e-global-color-secondary);
}
.east_24a7 .tooltip_6838 .overlay_4310:after {
  background-color: var(--e-global-color-secondary);
}
.east_24a7 .black-3eb2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east_24a7 .item_f303 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east_24a7 .aside_purple_30db {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east_24a7 .slider-short-47ad {
  background-color: var(--e-global-color-primary);
}
.east_24a7 .slider-short-47ad {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.east_24a7 .search_blue_f05f {
  background-color: var(--e-global-color-secondary);
}
.east_24a7 .search_blue_f05f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.east_24a7 .tooltip_6838 .in-3258 .footer_8523:hover {
  background-color: var(--e-global-color-primary);
}
.east_24a7
  .tooltip_6838
  .in-3258
  .footer_8523.notification_up_4456 {
  background-color: var(--e-global-color-primary);
}
.east_24a7 .tooltip_6838 .avatar-north-34f3:before {
  border-color: var(--e-global-color-primary);
}
.east_24a7 .tooltip_6838 .avatar-north-34f3:hover:before {
  border-color: var(--e-global-color-secondary);
}
.east_24a7
  .tooltip_6838
  .avatar-north-34f3.tiny-4b6c:before {
  border-color: var(--e-global-color-primary);
}
.east_24a7 .focus-clean-9cf2 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thick-9644 .preview-simple-c26f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.thick-9644 .preview-simple-c26f:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.thick-9644 .preview-simple-c26f.image-medium-ca8f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.thick-9644 .tall-ddfb {
  background-color: var(--e-global-color-primary);
}
.thick-9644 .tall-ddfb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.thick-9644
  .footer_fe9c
  .form-new-cf91
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.thick-9644
  .alert-selected-cf0a
  .form-new-cf91
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tall_f13f
  .input_efbc
  .silver-5b07 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tall_f13f
  .input_efbc
  .accordion-545d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tall_f13f .texture-hovered-2dab {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tall_f13f .paper-0664 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tall_f13f .background_4492 {
  background-color: var(--e-global-color-primary);
}
.tall_f13f .background_4492 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.medium_4a8b .aside-1d92 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium_4a8b .element-33f7 {
  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_4a8b .status-under-3929 {
  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_4a8b .status-under-3929 a:hover {
  color: var(--e-global-color-secondary);
}
.medium_4a8b .pattern-a585 {
  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_4a8b .form-832a {
  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_4a8b .old-d054 .info_097b {
  background-color: var(--e-global-color-primary);
}
.medium_4a8b .old-d054 .info_097b:hover {
  background-color: var(--e-global-color-accent);
}
.medium_4a8b
  .old-d054
  .notification-e7ed
  li
  span {
  background-color: var(--e-global-color-text);
}
.medium_4a8b
  .old-d054
  .notification-e7ed
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.medium_4a8b
  .old-d054
  .notification-e7ed
  li.shade_42ed
  span {
  background-color: var(--e-global-color-accent);
}
.tag_pink_18e7
  .primary_9f57
  .primary-old-61df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag_pink_18e7 .primary_9f57 .main-257c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag_pink_18e7 .primary_9f57 .pro_352e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag_pink_18e7 .steel_bac7 {
  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);
}
.tag_pink_18e7
  .picture-0303.photo-b92d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > a {
  background-color: var(--e-global-color-text);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > a
  .tabs-fa39.description-20cc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > a
  .mask-d11c.tooltip-7b38 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > .black_5274
  .gallery_6bca
  > a {
  background-color: var(--e-global-color-secondary);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > .black_5274
  .gallery_6bca
  > a
  .mask_1699 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > .black_5274
  .gallery_6bca
  > a
  .mask-d11c.progress_middle_25f1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > a
  .thick-4b6b:before {
  color: var(--e-global-color-text);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > .black_5274
  a
  .thick-4b6b:before {
  color: var(--e-global-color-text);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca.out_5003
  > a
  .thick-4b6b:before {
  color: var(--e-global-color-text);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > .black_5274
  .gallery_6bca.out_5003
  > a
  .thick-4b6b:before {
  color: var(--e-global-color-text);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > a
  .mask-new-dc4d
  .backdrop_wood_6ce9 {
  color: var(--e-global-color-text);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > .black_5274
  a
  .mask-new-dc4d
  .backdrop_wood_6ce9 {
  color: var(--e-global-color-text);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > a
  .mask-new-dc4d
  .backdrop_wood_6ce9,
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > .black_5274
  a
  .mask-new-dc4d
  .backdrop_wood_6ce9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > a
  .thumbnail-26a2:before {
  color: var(--e-global-color-text);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > .black_5274
  a
  .thumbnail-26a2:before {
  color: var(--e-global-color-text);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca.out_5003
  > a
  .thumbnail-26a2:before {
  color: var(--e-global-color-text);
}
.disabled-huge-50cf
  > .filter-basic-d04a
  > div
  > .aside_hot_e116
  > .gallery_6bca
  > .black_5274
  .gallery_6bca.out_5003
  > a
  .thumbnail-26a2:before {
  color: var(--e-global-color-text);
}
.search-huge-5122 .full_4a0a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.search-huge-5122
  .outer-92a2:hover
  .full_4a0a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.current_a4d2
  > .filter-basic-d04a
  > .wrapper_basic_fa9f
  > .title_easy_6b6f
  > .simple_71da
  > .pink-9f86
  .hidden_75d9 {
  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);
}
.current_a4d2
  > .filter-basic-d04a
  > .wrapper_basic_fa9f
  > .title_easy_6b6f
  > .simple_71da
  > .pink-9f86:hover
  .hidden_75d9 {
  color: var(--e-global-color-text);
}
.current_a4d2
  > .filter-basic-d04a
  > .wrapper_basic_fa9f
  > .title_easy_6b6f
  > .simple_71da
  > .pink-9f86:hover
  .hidden_75d9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.current_a4d2
  > .filter-basic-d04a
  > .wrapper_basic_fa9f
  > .title_easy_6b6f
  > .simple_71da.list_next_c0b3
  > .pink-9f86
  .hidden_75d9 {
  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);
}
.dim-b1ae .top-5082 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-b1ae .section-under-4b85 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-b1ae .filter-glass-0bc1 {
  background-color: var(--e-global-color-primary);
}
.dim-b1ae .filter-glass-0bc1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.widget_48ae
  > .filter-basic-d04a
  > .wrapper-hot-911a
  > .highlight-e58e
  > .first-f940
  .notification-rough-ab31 {
  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);
}
.widget_48ae
  > .filter-basic-d04a
  > .wrapper-hot-911a
  > .highlight-e58e
  > .first-f940
  .fast-bed0 {
  color: var(--e-global-color-text);
}
.widget_48ae
  > .filter-basic-d04a
  > .wrapper-hot-911a
  > .highlight-e58e
  > .first-f940:hover
  .notification-rough-ab31 {
  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);
}
.widget_48ae
  > .filter-basic-d04a
  > .wrapper-hot-911a
  > .highlight-e58e
  > .first-f940:hover
  .fast-bed0 {
  color: var(--e-global-color-secondary);
}
.widget_48ae
  > .filter-basic-d04a
  > .wrapper-hot-911a
  > .highlight-e58e
  > .first-f940.wrapper_0cc2
  .notification-rough-ab31 {
  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);
}
.widget_48ae
  > .filter-basic-d04a
  > .wrapper-hot-911a
  > .highlight-e58e
  > .first-f940.wrapper_0cc2
  .fast-bed0 {
  color: var(--e-global-color-primary);
}
.hard_d5fd
  .blue_88ad
  .highlight_pink_4b32 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_d5fd .frame-stone-0b0b .chip-blue-5b2e .tabs-up-5307 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel-2b0b .tag_6368 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel-2b0b .slider-fast-f5e5 .tag_6368 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel-2b0b .alert-8657 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.panel-2b0b .alert-8657 {
  background-color: var(--e-global-color-primary);
}
.shade_5189 .accent_right_f434 .wide-292a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shade_5189
  .accent_right_f434:hover
  .tiny_114c {
  color: var(--e-global-color-secondary);
}
.shade_5189
  .accent_right_f434:hover
  .wide-292a {
  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);
}
.hero_1907 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.over_c269 {
  flex-direction: column;
}

.over_c269 .silver_1687 {
  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.over_c269 .silver_1687 {
  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);
}

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

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

.warm-86ca.hover-d898 {
  display: none;
}

.notice-3505 {
  display: none;
}

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

.label_0fe8.pagination_hot_ab0f {
  margin-bottom: 40px;
  width: 100%;
}

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

.over_c269 a {
  width: 100%;
}

.outline_1c2e .disabled_c8b5.bright_fec7 {
  width: 20% !important;
}

.item-brown-998e {
  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; /* 字母间距 */
}

.item-brown-998e: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%);
}

.item-brown-998e svg {
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

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

.cold-90ec {
  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;
}

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

.cold-90ec: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);
}

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

.outline_1c2e
  .disabled_c8b5.media-bright-1a57
  .notice_67cd
  .basic_4794 {
  font-size: 20px !important;
}

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

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

.secondary-cold-4bce h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.item_ab8c.column-1f2b > .status-outer-7e15 {
  display: flex;
  align-items: center;
}

.pro-f3bf {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

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

.photo-a04f {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.gradient-5be1 {
  font-size: 35px !important;
}

.secondary-west-7c17 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
  margin-bottom: 25px;
}

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

.container-red-3524 {
  display: flex;
  gap: 50px;
}

.outline_1c2e
  .disabled_c8b5.card-98b8
  .light-fb7c
  .top-405e {
  width: 100% !important;
}

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

.stale_94a4 {
  width: 100%;
}

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

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

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

  display: none;
}

.shade-solid-81ce {
  font-size: 15px !important;
}

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

  visibility: hidden;
}

.iron_959e:hover .thick_b258 {
  visibility: visible;
}
.iron_959e:hover.iron_959e::before {
  display: block;
}

.secondary-cold-4bce h3 {
  color: #fff;
}

.footer_715f {
  margin: 0;
}

.outline_1c2e
  .disabled_c8b5.card-98b8
  .top-405e
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.blue-1d7e {
  width: 100%;
}

.hover-a67a {
  width: 100%;
}

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

.hover-a67a {
  width: 100%;
}

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

.top-405e {
  display: flex;
  align-items: center;
}

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

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

.over_c269 .silver_1687.wrapper-wide-9c8b {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.over_c269 h1.silver_1687 {
  margin-top: 80px !important;
}

.outline_1c2e .disabled_c8b5.dirty_a6fc {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.hidden-4e4e img {
  width: 100%;
}

.description-cdbc .grid-c240.notice_67cd {
  justify-content: space-between;
}

.dropdown-13b3 {
  display: none;
}

.wrapper_thick_e7fd .disabled-tall-725b {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .item_ab8c .status-outer-7e15 {
    flex-wrap: nowrap !important;
  }
}

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

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

@media (max-width: 767px) {
  .secondary-cold-4bce h3 {
    font-size: 28px;
  }

  .item-brown-998e svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .description-cdbc .grid-c240.notice_67cd {
    border-bottom: 1px solid #f0c159;
  }

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

  .item_ab8c.column-1f2b > .status-outer-7e15 {
    gap: 15px;
    justify-content: space-between;
  }

  .outline_1c2e
    .disabled_c8b5.card-98b8
    .top-405e
    img {
    width: 60% !important;
  }

  .photo-a04f {
    left: 2%;
  }

  .pattern-8faf {
    margin: 10px 0;
  }

  .over_c269 .disabled-tall-725b {
    margin: 0;
    margin-bottom: 10px;
  }

  .item-brown-998e {
    font-size: 16px !important;
  }

  .gradient-5be1 {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.over_c269 .silver_1687,
  .over_c269 .silver_1687 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .top-405e {
    justify-content: center;
  }

  .over_c269 .disabled-tall-725b {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .outline_1c2e .disabled_c8b5.bright_fec7 {
    width: 75% !important;
  }

  .hidden-4e4e img {
    width: 100% !important;
  }
}

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

  h2.over_c269 .silver_1687,
  .over_c269 .silver_1687 {
    font-size: 30px !important;
  }

  .top-405e {
    justify-content: center;
  }

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

  .bright_8569
    .tiny-6a64.main-stone-e65c {
    margin: 0 !important;
  }

  .pro-f3bf {
    margin: 0;
    gap: 10px;
  }

  .pattern-8faf {
    display: flex;
  }

  .media_73b4 .item-brown-998e {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .heading-tall-bef9 svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .over_c269 h1.silver_1687 {
    margin-top: 40px !important;
  }

  .outline_1c2e
    .disabled_c8b5.card-98b8
    .top-405e
    img,
  .item-d251 .light-fb7c {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cold-90ec {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .outline_1c2e .disabled_c8b5.bright_fec7 {
    width: 100% !important;
  }

  .item_ab8c.column-1f2b > .status-outer-7e15 {
    gap: 3px;
  }

  .over_c269 .disabled-tall-725b {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

@media (max-width: 400px) {
  .item-brown-998e {
    white-space: wrap;
  }
}

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

.description-cdbc .grid-c240.notice_67cd: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);
}

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

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

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

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

.warm-86ca: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;
}

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

/* 响应式增强 */
@media (max-width: 767px) {
  .description-cdbc .grid-c240.notice_67cd {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .over_c269 .silver_1687 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .item-brown-998e {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.text-f0b0 .old_9bc4 {
  flex-shrink: 0;
  white-space: nowrap;
}

.text-f0b0 .left-8ff1 {
  flex-shrink: 0;
  min-width: fit-content;
}

.text-f0b0 .basic_4794 {
  white-space: nowrap;
}

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

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

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

.text-f0b0 .left-8ff1 {
  max-width: 80px !important;
  overflow: hidden;
}

.text-f0b0 .grid-c240.notice_67cd {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.text-f0b0 .basic_4794 {
  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);
  }
}

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

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

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

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

body .cold-90ec:nth-child(2),
.outline_1c2e .cold-90ec:nth-child(2),
#page .cold-90ec: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;
}

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

/* css-noise: c8d3 */
.promo-block-h5 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
