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(.nav_steel_f801) {
  gap: 0.5em;
}
:where(.north_f79d) {
  gap: 0.5em;
}
body .section_070b > .panel_hard_52ee {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .section_070b > .video-active-8396 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .section_070b > .out-4cce {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .description_b36c > .panel_hard_52ee {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .description_b36c > .video-active-8396 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .description_b36c > .out-4cce {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .description_b36c
  > :where(:not(.panel_hard_52ee):not(.video-active-8396):not(.brown-d388)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .description_b36c > .alert_silver_4d1d {
  max-width: var(--wp--style--global--wide-size);
}
body .nav_steel_f801 {
  display: flex;
}
body .nav_steel_f801 {
  flex-wrap: wrap;
  align-items: center;
}
body .nav_steel_f801 > * {
  margin: 0;
}
body .north_f79d {
  display: grid;
}
body .north_f79d > * {
  margin: 0;
}
:where(.container-cool-5d68.nav_steel_f801) {
  gap: 2em;
}
:where(.container-cool-5d68.north_f79d) {
  gap: 2em;
}
:where(.info-fixed-3e04.nav_steel_f801) {
  gap: 1.25em;
}
:where(.info-fixed-3e04.north_f79d) {
  gap: 1.25em;
}
.dark_aa5a {
  color: var(--wp--preset--color--black) !important;
}
.texture_9e0d {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.overlay-complex-3d0d {
  color: var(--wp--preset--color--white) !important;
}
.black_7ff9 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.form_a148 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.chip-68e3 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.narrow_781a {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.outline-up-0967 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.popup-hard-9c9c {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.steel_814c {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.mini-a844 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.cold_de62 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.backdrop_862c {
  background-color: var(--wp--preset--color--black) !important;
}
.tag_b051 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.bronze-4d82 {
  background-color: var(--wp--preset--color--white) !important;
}
.section-5f49 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.hover-iron-5b1b {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.cold_9d14 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.shadow-629d {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.paragraph_plasma_c350 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.feature-short-4488 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.last_04cc {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.accordion_7ed1 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.sidebar-mini-dc0f {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.pagination_e048 {
  border-color: var(--wp--preset--color--black) !important;
}
.block_glass_e288 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.chip_south_ba53 {
  border-color: var(--wp--preset--color--white) !important;
}
.picture-small-b930 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.right_11b2 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.thumbnail-red-0c10 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.hidden_d45c {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.list_db86 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.easy-0cf7 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.bronze-e4b2 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.accent-stone-87b8 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.active-ea06 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.list_4045 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.solid-a9b6 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.dropdown-c466 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.inner_df30 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.primary_60b0 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.shade_3a3a {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.mask-advanced-736c {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.active_7ca1 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.down_372d {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.detail_1081 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.dirty_3842 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.pattern_center_9756 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.south_a5e1 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.form-center-0440 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.form-new-b391 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.text_left_1bd5 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.overlay-4d27 a:where(:not(.info-fe4b)) {
  color: inherit;
}
:where(.info-fixed-3e04.nav_steel_f801) {
  gap: 1.25em;
}
:where(.info-fixed-3e04.north_f79d) {
  gap: 1.25em;
}
:where(.container-cool-5d68.nav_steel_f801) {
  gap: 2em;
}
:where(.container-cool-5d68.north_f79d) {
  gap: 2em;
}
.large_934b {
  font-size: 1.5em;
  line-height: 1.6;
}

.description-cold-a201 .thick-5ae9 {
  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);
}
.brown_eeb6 .clean_dcd1 {
  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);
}
.dirty-50d2 {
  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);
}
.dirty-50d2.banner_down_c16d .filter_485c {
  background-color: var(--e-global-color-primary);
}
.dirty-50d2.black-914f .filter_485c,
.dirty-50d2.steel-06c0 .filter_485c {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.description_3c4d .layout_fd2b {
  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);
}
.north-eb71 {
  --divider-color: var(--e-global-color-secondary);
}
.north-eb71 .status_hot_72c3 {
  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);
}
.north-eb71.iron_796c .alert-f259 {
  background-color: var(--e-global-color-secondary);
}
.north-eb71.link-brown-a1c3 .alert-f259,
.north-eb71.carousel_cd25 .alert-f259 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.north-eb71.link-brown-a1c3 .alert-f259,
.north-eb71.carousel_cd25 .alert-f259 svg {
  fill: var(--e-global-color-secondary);
}
.tag-basic-3b26 .easy-321d {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag-basic-3b26 .disabled_left_82c5 {
  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);
}
.banner-basic-4cd9.iron_796c .alert-f259 {
  background-color: var(--e-global-color-primary);
}
.banner-basic-4cd9.link-brown-a1c3 .alert-f259,
.banner-basic-4cd9.carousel_cd25 .alert-f259 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.banner-basic-4cd9.link-brown-a1c3 .alert-f259,
.banner-basic-4cd9.carousel_cd25 .alert-f259 svg {
  fill: var(--e-global-color-primary);
}
.last-254f.iron_796c .alert-f259 {
  background-color: var(--e-global-color-primary);
}
.last-254f.link-brown-a1c3 .alert-f259,
.last-254f.carousel_cd25 .alert-f259 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.last-254f .complex-32dd {
  color: var(--e-global-color-primary);
}
.last-254f .complex-32dd,
.last-254f .complex-32dd a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.last-254f .breadcrumb-4e53 {
  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);
}
.lite-d1b4 .bottom-9ed7 {
  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);
}
.left_c48f .paper-7bfb .mini_81d2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bronze-782a .modal-down-b1f8:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.bronze-782a .carousel_easy_56c4 i {
  color: var(--e-global-color-primary);
}
.bronze-782a .carousel_easy_56c4 svg {
  fill: var(--e-global-color-primary);
}
.bronze-782a .carousel_action_e577 {
  color: var(--e-global-color-secondary);
}
.bronze-782a .modal-down-b1f8 > .carousel_action_e577,
.bronze-782a .modal-down-b1f8 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_1a3c .yellow-dcee {
  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);
}
.hard_1a3c .container-paper-8264 {
  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);
}
.chip_aeed .brown-a8a6 .header_down_4f57 {
  background-color: var(--e-global-color-primary);
}
.chip_aeed .dynamic_cc01 {
  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);
}
.modal-4d36 .red-9882 {
  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);
}
.modal-4d36 .title_slow_31f4 {
  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);
}
.modal-4d36 .progress-356c {
  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);
}
.middle_5b52 .pattern-3719,
.middle_5b52 .pattern-3719 a {
  color: var(--e-global-color-primary);
}
.middle_5b52 .pattern-3719.under-e987,
.middle_5b52 .pattern-3719.under-e987 a {
  color: var(--e-global-color-accent);
}
.middle_5b52 .pattern-3719 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.middle_5b52 .in-2786 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-bbe6 .active-16ca,
.photo-bbe6 .cold_5e7b {
  color: var(--e-global-color-primary);
}
.photo-bbe6 .active-16ca svg {
  fill: var(--e-global-color-primary);
}
.photo-bbe6 .under-e987 .active-16ca,
.photo-bbe6 .under-e987 .cold_5e7b {
  color: var(--e-global-color-accent);
}
.photo-bbe6 .under-e987 .active-16ca svg {
  fill: var(--e-global-color-accent);
}
.photo-bbe6 .cold_5e7b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo-bbe6 .in-2786 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_in_f752 .pagination_d7d6,
.aside_in_f752 .tabs_4996 {
  color: var(--e-global-color-primary);
}
.aside_in_f752 .tabs_4996 svg {
  fill: var(--e-global-color-primary);
}
.aside_in_f752 .pattern-3719.under-e987 a,
.aside_in_f752
  .pattern-3719.under-e987
  .tabs_4996 {
  color: var(--e-global-color-accent);
}
.aside_in_f752 .pagination_d7d6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_in_f752 .in-2786 {
  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);
}
.stone_0611 .popup-static-330f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stone_0611 .gas-9f33 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed-5821 .panel_4b34 .background_warm_c000 {
  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);
}
.fixed-5821 .panel_4b34 .center_c955 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed-5821 .outline-wide-e266 .background_warm_c000 {
  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);
}
.fixed-5821
  .outline-wide-e266
  .center_c955 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed-5821
  .header_cf42
  .background_warm_c000 {
  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);
}
.fixed-5821
  .header_cf42
  .center_c955 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed-5821
  .label_active_2dbf
  .background_warm_c000 {
  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);
}
.fixed-5821
  .label_active_2dbf
  .center_c955 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-stone-42a1 .north_acc2 {
  background-color: var(--e-global-color-primary);
}
.slider-stone-42a1 .north_acc2:hover {
  background-color: var(--e-global-color-primary);
}
.slider-stone-42a1 .table-tiny-1d83 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider-stone-42a1
  .north_acc2:hover
  .table-tiny-1d83 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper-6eea .hard-1125 {
  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);
}
.breadcrumb_wide_2e64 .pressed-fd11 .picture-old-ce5e a {
  background-color: var(--e-global-color-accent);
}
.breadcrumb_wide_2e64 .pressed-fd11 .in-6bf6 a {
  background-color: var(--e-global-color-accent);
}
.breadcrumb_wide_2e64 .pressed-fd11 .picture-old-ce5e a,
.breadcrumb_wide_2e64 .pressed-fd11 .in-6bf6 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.action_36d7
  .text-smooth-f106.tabs_c7f5
  .pressed-fd11
  a.status-fluid-9afb {
  background-color: var(--e-global-color-accent);
}
.action_36d7
  .text-smooth-f106.tabs_c7f5
  .pressed-fd11
  span.status-fluid-9afb.fn-current-1774 {
  background-color: var(--e-global-color-text);
}
.action_36d7
  .text-smooth-f106.tabs_c7f5
  .pressed-fd11
  .status-fluid-9afb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-narrow-dd03 .caption-black-f192 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-narrow-dd03
  .label_d3fc
  > .heading_pink_70ed
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-narrow-dd03
  .bronze-ff69
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-narrow-dd03
  .grid_motion_9b52
  .alert_wood_8baf,
.dropdown-narrow-dd03
  .grid_motion_9b52
  .thick-d4a8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown-narrow-dd03
  .grid_motion_9b52
  .aside-48ba,
.dropdown-narrow-dd03
  .grid_motion_9b52
  a
  .aside-48ba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-narrow-dd03
  .grid_motion_9b52
  .block-2e50 {
  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);
}
.dropdown-narrow-dd03
  .grid_motion_9b52
  .tabs_pro_5432 {
  background-color: var(--e-global-color-primary);
}
.dropdown-narrow-dd03
  .grid_motion_9b52
  .tabs_pro_5432 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-narrow-dd03
  .grid_motion_9b52
  .tabs_pro_5432:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown-narrow-dd03
  .grid_motion_9b52
  .column_feaf {
  background-color: var(--e-global-color-primary);
}
.dropdown-narrow-dd03
  .grid_motion_9b52
  .column_feaf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-narrow-dd03
  .grid_motion_9b52
  .column_feaf:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown-narrow-dd03
  .content-42bc
  .border_3925
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown-narrow-dd03
  .content-42bc
  .focus-4177 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-narrow-dd03
  .content-42bc
  .block-2e50 {
  color: var(--e-global-color-text);
}
.dropdown-narrow-dd03
  .content-42bc
  .block-2e50
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-narrow-dd03
  .content-42bc
  .tabs_pro_5432 {
  background-color: var(--e-global-color-primary);
}
.dropdown-narrow-dd03
  .content-42bc
  .tabs_pro_5432 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-narrow-dd03
  .content-42bc
  .tabs_pro_5432:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown-narrow-dd03
  .content-42bc
  .column_feaf {
  background-color: var(--e-global-color-primary);
}
.dropdown-narrow-dd03
  .content-42bc
  .column_feaf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-narrow-dd03
  .content-42bc
  .column_feaf:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown-narrow-dd03 .slider_7c4a {
  background-color: var(--e-global-color-primary);
}
.dropdown-narrow-dd03 .slider_7c4a:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown-narrow-dd03 .tabs_soft_9167 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown-narrow-dd03 .photo_220d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hot_9556 .right_a591 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hot_9556
  .basic-7521
  > div:nth-child(3)
  .right_a591,
.hot_9556
  .badge-157c
  > div:nth-child(1)
  .right_a591,
.hot_9556
  .element_15f9
  > div:nth-child(1)
  .right_a591,
.hot_9556
  .popup_glass_cc6a
  > div:nth-child(1)
  .right_a591,
.hot_9556
  .border-gold-ac35
  > div:nth-child(1)
  .right_a591 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hot_9556 .thick_9a54 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_9556 .modal_wood_32fb {
  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);
}
.hot_9556 .mini-49b1 {
  background-color: var(--e-global-color-primary);
}
.hot_9556 .mini-49b1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_9556 .mini-49b1:hover {
  background-color: var(--e-global-color-primary);
}
.hot_9556 .full-44b1 {
  background-color: var(--e-global-color-primary);
}
.hot_9556 .full-44b1:hover {
  background-color: var(--e-global-color-primary);
}
.hot_9556 .tabs_soft_9167 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hot_9556 .photo_220d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dynamic_8978 .tooltip-49e7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dynamic_8978 .preview_white_00da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dynamic_8978 .lower_92ec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dynamic_8978 .sort-2f8e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dynamic_8978 .green-fed7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dynamic_8978 .full-44b1 {
  background-color: var(--e-global-color-primary);
}
.dynamic_8978 .full-44b1:hover {
  background-color: var(--e-global-color-primary);
}
.banner_4e2c .avatar_4b76 {
  background-color: var(--e-global-color-secondary);
}
.banner_4e2c .left_f9cb {
  background-color: var(--e-global-color-text);
}
.banner_4e2c .table_green_9793 {
  background-color: var(--e-global-color-secondary);
}
.banner_4e2c .hover_action_98d5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.banner_4e2c .orange-bc02 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner_4e2c .shadow_5bda {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner_4e2c .frame_7d57 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner_4e2c .backdrop_stale_841a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze-f73a .purple-0222 .brown-ae37,
.bronze-f73a
  .purple-0222
  .brown-ae37
  a,
.bronze-f73a .focus-3ce3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze-f73a .purple-0222 .first-caa2,
.bronze-f73a .progress_full_dbcf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze-f73a .purple-0222 .first-caa2 {
  color: var(--e-global-color-text);
}
.bronze-f73a .progress_full_dbcf {
  color: var(--e-global-color-text);
}
.bronze-f73a
  .purple-0222
  .slider-a4d4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bronze-f73a .tertiary_fast_251d .right_fea7 {
  background-color: var(--e-global-color-primary);
}
.bronze-f73a .tertiary_fast_251d .right_fea7:hover {
  background-color: var(--e-global-color-primary);
}
.bronze-f73a .tertiary_fast_251d .secondary_4fe5 li span {
  background-color: var(--e-global-color-text);
}
.bronze-f73a .tertiary_fast_251d .secondary_4fe5 li span:hover {
  background-color: var(--e-global-color-primary);
}
.bronze-f73a
  .tertiary_fast_251d
  .secondary_4fe5
  li.sidebar-63c3
  span {
  background-color: var(--e-global-color-accent);
}
.bronze-f73a .popup_2826 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_8d64 .layout_51f9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.purple-6c61 .card-yellow-c933 {
  background-color: var(--e-global-color-primary);
}
.purple-6c61 .dirty_b089 {
  background-color: var(--e-global-color-secondary);
}
.purple-6c61 .link_4332 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple-6c61 .item_d6a2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple-6c61 .south_0a34 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple-6c61 .badge_outer_e311 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple-6c61 .pattern-tall-f4e7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple-6c61 .search_126c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple-6c61 .feature_old_fc43 {
  background-color: var(--e-global-color-primary);
}
.purple-6c61 .feature_old_fc43 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.label_6cc9 .notification_focused_5637 {
  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);
}
.label_6cc9 .hidden-5a22 {
  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);
}
.label_6cc9
  .soft-c3c4:after {
  background-color: var(--e-global-color-primary);
}
.label_6cc9 .panel_steel_d760 {
  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);
}
.primary-current-12d8 .focus-3ce3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.primary-current-12d8 .progress_full_dbcf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev_d64b .border-8d21 .gradient-40d0 {
  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);
}
.prev_d64b .border-8d21 .cool_51c0 {
  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);
}
.sidebar_north_1614 .image-copper-f6af {
  background-color: var(--e-global-color-primary);
}
.sidebar_north_1614 .backdrop-focused-860d {
  background-color: var(--e-global-color-secondary);
}
.sidebar_north_1614 .notice_1f0c .outline-9c23 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar_north_1614 .tag_c51e .outline-9c23 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.menu_new_268c .video-54e5 .table_7ffa {
  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);
}
.menu_new_268c .video-54e5 .popup-gas-9e5d {
  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);
}
.menu_new_268c .video-54e5 .dirty_b606 {
  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);
}
.pattern_glass_4f4d .message-outer-0c73 {
  border-color: var(--e-global-color-text);
}
.pattern_glass_4f4d .outline_25f2 {
  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);
}
.pattern_glass_4f4d .shade_easy_7cfc {
  color: var(--e-global-color-primary);
}
.pattern_glass_4f4d .main-blue-264c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_efac .progress_8041 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.info_efac .header_first_b956 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.info_efac .large_8725:hover .progress_8041 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.info_efac
  .large_8725:hover
  .header_first_b956 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.icon-a492 .white_09e6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.icon-a492 .image-cf5c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-c2df .list-last-2864 .black-ad78 {
  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);
}
.grid-c2df .hover-medium-a915 .black-ad78 {
  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);
}
.middle-cf40 .link_0c19 {
  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);
}
.slow_bc21 .text_smooth_ac60 .avatar-863f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow_bc21 .text_smooth_ac60 .avatar-863f {
  background-color: var(--e-global-color-secondary);
}
.slow_bc21 .hard_14e1 .avatar-863f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow_bc21 .hard_14e1 .avatar-863f {
  background-color: var(--e-global-color-secondary);
}
.slow_bc21 .search-b5e1 .in-21ed {
  background-color: var(--e-global-color-primary);
}
.slow_bc21 .search-b5e1:hover .in-21ed {
  background-color: var(--e-global-color-secondary);
}
.slow_bc21 .right_fea7 {
  background-color: var(--e-global-color-primary);
}
.slow_bc21 .right_fea7:hover {
  background-color: var(--e-global-color-accent);
}
.slow_bc21 .secondary_4fe5 li span {
  background-color: var(--e-global-color-text);
}
.slow_bc21 .secondary_4fe5 li span:hover {
  background-color: var(--e-global-color-primary);
}
.slow_bc21 .secondary_4fe5 li.sidebar-63c3 span {
  background-color: var(--e-global-color-accent);
}
.link-e4af .layout-5149 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link-e4af .border_tiny_f1dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_a67a .media_dark_4e22:before {
  background-color: var(--e-global-color-secondary);
}
.silver_a67a .alert-gas-104f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_a67a .new_ae67 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask-44e5 .blue_1ba0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask-44e5 .blue_1ba0:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask-44e5 .blue_1ba0.fn-active-1774 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask-44e5 .in_4ef8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask-44e5 .tooltip-50cd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask-44e5 .slider_1b3e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask-44e5 .button-pink-2650 {
  background-color: var(--e-global-color-primary);
}
.mask-44e5 .button-pink-2650 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.mask-44e5 .hard-5fc8 {
  background-color: var(--e-global-color-primary);
}
.mask-44e5 .hard-5fc8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.section-stale-eec7 .popup_south_1e1b .notice-c9da a {
  color: var(--e-global-color-secondary);
}
.section-stale-eec7 .popup_south_1e1b .notice-c9da a:hover {
  color: var(--e-global-color-secondary);
}
.section-stale-eec7 .popup_south_1e1b .notice-c9da,
.section-stale-eec7 .popup_south_1e1b .notice-c9da a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-stale-eec7 .popup_south_1e1b .static-60f0 {
  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);
}
.section-stale-eec7 .popup_south_1e1b .hover-paper-8e8f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-stale-eec7 .popup_south_1e1b .image-fb25 {
  background-color: var(--e-global-color-primary);
}
.section-stale-eec7 .popup_south_1e1b .image-fb25 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-stale-eec7 .popup_south_1e1b .image-fb25:hover {
  background-color: var(--e-global-color-primary);
}
.section-stale-eec7 .popup_south_1e1b .notice_a3e1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.section-stale-eec7 .popup_south_1e1b .notice_a3e1 {
  background-color: var(--e-global-color-primary);
}
.section-stale-eec7 .popup_south_1e1b .notice_a3e1:hover {
  background-color: var(--e-global-color-primary);
}
.section-stale-eec7 .popup_south_1e1b .right_fea7 {
  background-color: var(--e-global-color-primary);
}
.section-stale-eec7 .popup_south_1e1b .right_fea7:hover {
  background-color: var(--e-global-color-primary);
}
.section-stale-eec7 .tertiary_fast_251d .secondary_4fe5 li span {
  background-color: var(--e-global-color-text);
}
.section-stale-eec7 .tertiary_fast_251d .secondary_4fe5 li span:hover {
  background-color: var(--e-global-color-primary);
}
.section-stale-eec7 .tertiary_fast_251d .secondary_4fe5 li.sidebar-63c3 span {
  background-color: var(--e-global-color-accent);
}
.section-stale-eec7 .tabs_soft_9167 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.section-stale-eec7 .photo_220d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-1659 .sort-e0db .image-5af0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-1659 .sort-e0db .sidebar-huge-1b37 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature-1659 .sort-e0db .gold-0d07 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.action-7f29 .easy_6529 {
  border-color: var(--e-global-color-text);
}
.action-7f29 .info_top_d51a {
  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);
}
.action-7f29 .cold-fce2 {
  color: var(--e-global-color-secondary);
}
.action-7f29 .cold-fce2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.action-7f29 .wrapper_stale_05f9 > * {
  color: var(--e-global-color-primary);
}
.action-7f29 .wrapper_stale_05f9 > * svg {
  fill: var(--e-global-color-primary);
}
.action-7f29 .block-lite-0683 {
  color: var(--e-global-color-primary);
}
.action-7f29 .block-lite-0683 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.action-7f29 .notice_e103 {
  color: var(--e-global-color-primary);
}
.action-7f29 .notice_e103 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.action-7f29 .gallery_fb0d {
  color: var(--e-global-color-primary);
}
.action-7f29 .gallery_fb0d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.action-7f29 .red-3ace {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.action-7f29 .main_soft_c2cb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.action-7f29 .main_soft_c2cb.section-over-8dc3 {
  color: var(--e-global-color-secondary);
}
.action-7f29 .main_soft_c2cb.section-over-8dc3 .label_lite_0d06 {
  color: var(--e-global-color-accent);
}
.action-7f29 .main_soft_c2cb.pro-604c {
  color: var(--e-global-color-text);
}
.action-7f29 .main_soft_c2cb.pro-604c .label_lite_0d06 {
  color: var(--e-global-color-text);
}
.action-7f29 .main_soft_c2cb:before {
  border-top-color: var(--e-global-color-text);
}
.action-7f29 .large-6afb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.action-7f29
  .large-6afb
  .notification_active_8007 {
  background-color: var(--e-global-color-primary);
}
.action-7f29
  .large-6afb
  .notification_active_8007 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.action-7f29 .easy_6529 .carousel-097d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-aa33 .hidden-south-c7c3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup-aa33 .focused-d61e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.top_213d .hidden-ad8f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.top_213d
  .purple_25aa
  .picture_3dc5 {
  background-color: var(--e-global-color-secondary);
}
.top_213d
  .purple_25aa.left-454d
  .picture_3dc5 {
  background-color: var(--e-global-color-text);
}
.top_213d
  .purple_25aa:hover
  .picture_3dc5 {
  background-color: var(--e-global-color-accent);
}
.top_213d
  .purple_25aa.fn-active-1774
  .picture_3dc5 {
  background-color: var(--e-global-color-primary);
}
.card-selected-62fd .caption-85a7 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.card-selected-62fd .selected-c1cd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card-selected-62fd .overlay_48b8 {
  background-color: var(--e-global-color-primary);
}
.card-selected-62fd .overlay_48b8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.container-882a .progress_wide_d129 .new-fba6 .summary_aec5 {
  background-color: var(--e-global-color-secondary);
}
.container-882a .progress_wide_d129 .bright-0cb3:after {
  background-color: var(--e-global-color-secondary);
}
.container-882a .panel-c57b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-882a .gradient_3104 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-882a .surface_slow_7909 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-882a .list_glass_4c75 {
  background-color: var(--e-global-color-primary);
}
.container-882a .list_glass_4c75 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.container-882a .prev-765c {
  background-color: var(--e-global-color-secondary);
}
.container-882a .prev-765c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.container-882a .progress_wide_d129 .text_stale_8e6e .nav_green_160c:hover {
  background-color: var(--e-global-color-primary);
}
.container-882a
  .progress_wide_d129
  .text_stale_8e6e
  .nav_green_160c.active_wide_4495 {
  background-color: var(--e-global-color-primary);
}
.container-882a .progress_wide_d129 .background_0b19:before {
  border-color: var(--e-global-color-primary);
}
.container-882a .progress_wide_d129 .background_0b19:hover:before {
  border-color: var(--e-global-color-secondary);
}
.container-882a
  .progress_wide_d129
  .background_0b19.logo-3383:before {
  border-color: var(--e-global-color-primary);
}
.container-882a .alert_new_8635 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-e8e8 .dirty_dde0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav-e8e8 .dirty_dde0:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav-e8e8 .dirty_dde0.progress-a4b1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav-e8e8 .nav_f63b {
  background-color: var(--e-global-color-primary);
}
.nav-e8e8 .nav_f63b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav-e8e8
  .notification-b6ea
  .carousel_tiny_6c43
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav-e8e8
  .blue_2a15
  .carousel_tiny_6c43
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-upper-745a
  .focus_medium_f1c2
  .outline_simple_c9e7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-upper-745a
  .focus_medium_f1c2
  .simple_8ff0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-upper-745a .nav-c701 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-upper-745a .chip_static_6d44 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-upper-745a .soft_ab46 {
  background-color: var(--e-global-color-primary);
}
.hover-upper-745a .soft_ab46 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outer-d1e4 .gallery_9342 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outer-d1e4 .center-4d2d {
  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);
}
.outer-d1e4 .dim-67e4 {
  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);
}
.outer-d1e4 .dim-67e4 a:hover {
  color: var(--e-global-color-secondary);
}
.outer-d1e4 .widget_motion_34cc {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outer-d1e4 .medium_e750 {
  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);
}
.outer-d1e4 .chip-focused-00d4 .right_fea7 {
  background-color: var(--e-global-color-primary);
}
.outer-d1e4 .chip-focused-00d4 .right_fea7:hover {
  background-color: var(--e-global-color-accent);
}
.outer-d1e4
  .chip-focused-00d4
  .secondary_4fe5
  li
  span {
  background-color: var(--e-global-color-text);
}
.outer-d1e4
  .chip-focused-00d4
  .secondary_4fe5
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.outer-d1e4
  .chip-focused-00d4
  .secondary_4fe5
  li.sidebar-63c3
  span {
  background-color: var(--e-global-color-accent);
}
.sort_d32a
  .section-d064
  .basic-a530 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sort_d32a .section-d064 .tag_6423 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sort_d32a .section-d064 .liquid_b16b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort_d32a .component-east-49ca {
  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);
}
.sort_d32a
  .north-e571.main-right-96df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > a {
  background-color: var(--e-global-color-text);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > a
  .media-warm-6352.chip-a790 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > a
  .tabs-e4c6.thumbnail-motion-1178 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > .table-57ca
  .element_0b34
  > a {
  background-color: var(--e-global-color-secondary);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > .table-57ca
  .element_0b34
  > a
  .table_6749 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > .table-57ca
  .element_0b34
  > a
  .tabs-e4c6.accordion-top-5bbd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > a
  .frame-active-d253:before {
  color: var(--e-global-color-text);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > .table-57ca
  a
  .frame-active-d253:before {
  color: var(--e-global-color-text);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34.hovered_7d04
  > a
  .frame-active-d253:before {
  color: var(--e-global-color-text);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > .table-57ca
  .element_0b34.hovered_7d04
  > a
  .frame-active-d253:before {
  color: var(--e-global-color-text);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > a
  .steel_5e82
  .menu-basic-147f {
  color: var(--e-global-color-text);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > .table-57ca
  a
  .steel_5e82
  .menu-basic-147f {
  color: var(--e-global-color-text);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > a
  .steel_5e82
  .menu-basic-147f,
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > .table-57ca
  a
  .steel_5e82
  .menu-basic-147f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > a
  .filter_cool_067b:before {
  color: var(--e-global-color-text);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > .table-57ca
  a
  .filter_cool_067b:before {
  color: var(--e-global-color-text);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34.hovered_7d04
  > a
  .filter_cool_067b:before {
  color: var(--e-global-color-text);
}
.orange_be63
  > .heading_hard_2a1c
  > div
  > .fixed-fffc
  > .element_0b34
  > .table-57ca
  .element_0b34.hovered_7d04
  > a
  .filter_cool_067b:before {
  color: var(--e-global-color-text);
}
.alert-e978 .texture-paper-e883 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.alert-e978
  .bright-60ed:hover
  .texture-paper-e883 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.row_4b8e
  > .heading_hard_2a1c
  > .highlight-d697
  > .menu_top_4126
  > .dim-c245
  > .secondary-solid-529e
  .silver-929d {
  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);
}
.row_4b8e
  > .heading_hard_2a1c
  > .highlight-d697
  > .menu_top_4126
  > .dim-c245
  > .secondary-solid-529e:hover
  .silver-929d {
  color: var(--e-global-color-text);
}
.row_4b8e
  > .heading_hard_2a1c
  > .highlight-d697
  > .menu_top_4126
  > .dim-c245
  > .secondary-solid-529e:hover
  .silver-929d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row_4b8e
  > .heading_hard_2a1c
  > .highlight-d697
  > .menu_top_4126
  > .dim-c245.smooth_c848
  > .secondary-solid-529e
  .silver-929d {
  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);
}
.white_1c02 .gradient-small-4033 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.white_1c02 .slider_mini_00e4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.white_1c02 .section_outer_844f {
  background-color: var(--e-global-color-primary);
}
.white_1c02 .section_outer_844f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dim-3bb1
  > .heading_hard_2a1c
  > .notification_1c57
  > .widget_clean_04fe
  > .badge_easy_3225
  .primary_92f8 {
  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-3bb1
  > .heading_hard_2a1c
  > .notification_1c57
  > .widget_clean_04fe
  > .badge_easy_3225
  .huge-4767 {
  color: var(--e-global-color-text);
}
.dim-3bb1
  > .heading_hard_2a1c
  > .notification_1c57
  > .widget_clean_04fe
  > .badge_easy_3225:hover
  .primary_92f8 {
  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);
}
.dim-3bb1
  > .heading_hard_2a1c
  > .notification_1c57
  > .widget_clean_04fe
  > .badge_easy_3225:hover
  .huge-4767 {
  color: var(--e-global-color-secondary);
}
.dim-3bb1
  > .heading_hard_2a1c
  > .notification_1c57
  > .widget_clean_04fe
  > .badge_easy_3225.short_09a4
  .primary_92f8 {
  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);
}
.dim-3bb1
  > .heading_hard_2a1c
  > .notification_1c57
  > .widget_clean_04fe
  > .badge_easy_3225.short_09a4
  .huge-4767 {
  color: var(--e-global-color-primary);
}
.tooltip-focused-49d2
  .list_stone_328d
  .hover_aff6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-focused-49d2 .menu-ece4 .carousel-097d .column-fast-74bc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bottom_42c2 .tabs-active-76db {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bottom_42c2 .info_3065 .tabs-active-76db {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bottom_42c2 .stale_94b1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bottom_42c2 .stale_94b1 {
  background-color: var(--e-global-color-primary);
}
.thumbnail_silver_b745 .paper-3691 .tag-motion-221f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_silver_b745
  .paper-3691:hover
  .component-0cd2 {
  color: var(--e-global-color-secondary);
}
.thumbnail_silver_b745
  .paper-3691:hover
  .tag-motion-221f {
  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);
}
.dropdown_last_6707 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.module-b455 {
  flex-direction: column;
}

.module-b455 .next-eb41 {
  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.module-b455 .next-eb41 {
  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);
}

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

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

.focus_fluid_01b6.outline-cool-01ef {
  display: none;
}

.slider_yellow_c3d2 {
  display: none;
}

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

.bottom-2f9d.detail_static_c7f5 {
  margin-bottom: 40px;
  width: 100%;
}

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

.module-b455 a {
  width: 100%;
}

.label_df05 .preview_cbe2.layout-large-dbf3 {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.label_df05
  .preview_cbe2.gradient-e85a
  .secondary-52df
  .element_5d0d {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.table-258e.thumbnail-e3c6 > .mini-dadc {
  display: flex;
  align-items: center;
}

.banner-20b4 {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.box-def6 {
  position: relative;
  width: 100%;
}

.container-9243 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

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

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

.label_df05
  .preview_cbe2.main-fresh-f43d
  .icon_focused_fc14
  .silver-b5fd {
  width: 100% !important;
}

.preview-active-db50 {
  width: 500px !important;
  max-width: none;
}

.bottom_3c84 {
  width: 100%;
}

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

.sidebar-3a7e {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

.wrapper-dirty-d812 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.sidebar-3a7e:hover .wrapper-dirty-d812 {
  visibility: visible;
}
.sidebar-3a7e:hover.sidebar-3a7e::before {
  display: block;
}

.right-c862 h3 {
  color: #fff;
}

.background_26b2 {
  margin: 0;
}

.label_df05
  .preview_cbe2.main-fresh-f43d
  .silver-b5fd
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.block_dynamic_4636 {
  width: 100%;
}

.row_active_4ee3 {
  width: 100%;
}

.alert-over-c707 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.row_active_4ee3 {
  width: 100%;
}

.mini-3b4d {
  margin-bottom: 10px !important;
}

.silver-b5fd {
  display: flex;
  align-items: center;
}

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

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

.module-b455 .next-eb41.fixed-007a {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.module-b455 h1.next-eb41 {
  margin-top: 80px !important;
}

.label_df05 .preview_cbe2.soft-a8cf {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.right-9393 img {
  width: 100%;
}

.chip-6c7a .feature-131a.secondary-52df {
  justify-content: space-between;
}

.right_aed9 {
  display: none;
}

.west-33fe .action_ca06 {
  margin: 1px 0 !important;
}

.highlight-7bc7 li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .table-258e .mini-dadc {
    flex-wrap: nowrap !important;
  }
}

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

  .preview-active-db50 {
    width: 100% !important;
  }
}

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

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

  .chip-6c7a .feature-131a.secondary-52df {
    border-bottom: 1px solid #f0c159;
  }

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

  .table-258e.thumbnail-e3c6 > .mini-dadc {
    gap: 15px;
    justify-content: space-between;
  }

  .label_df05
    .preview_cbe2.main-fresh-f43d
    .silver-b5fd
    img {
    width: 60% !important;
  }

  .container-9243 {
    left: 2%;
  }

  .notification_260b {
    margin: 10px 0;
  }

  .module-b455 .action_ca06 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.module-b455 .next-eb41,
  .module-b455 .next-eb41 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .silver-b5fd {
    justify-content: center;
  }

  .module-b455 .action_ca06 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .label_df05 .preview_cbe2.layout-large-dbf3 {
    width: 75% !important;
  }

  .right-9393 img {
    width: 100% !important;
  }
}

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

  h2.module-b455 .next-eb41,
  .module-b455 .next-eb41 {
    font-size: 30px !important;
  }

  .silver-b5fd {
    justify-content: center;
  }

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

  .short_4d70
    .copper_416f.layout-d3d9 {
    margin: 0 !important;
  }

  .banner-20b4 {
    margin: 0;
    gap: 10px;
  }

  .notification_260b {
    display: flex;
  }

  .first-78ea .next_cd9a {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

  .alert-over-c707 {
    justify-content: flex-end;
    gap: 1px;
  }

  .module-b455 h1.next-eb41 {
    margin-top: 40px !important;
  }

  .label_df05
    .preview_cbe2.main-fresh-f43d
    .silver-b5fd
    img,
  .tag-basic-3b26 .icon_focused_fc14 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .label_df05 .preview_cbe2.layout-large-dbf3 {
    width: 100% !important;
  }

  .table-258e.thumbnail-e3c6 > .mini-dadc {
    gap: 3px;
  }

  .module-b455 .action_ca06 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.chip-6c7a .feature-131a.secondary-52df {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.chip-6c7a .feature-131a.secondary-52df: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);
}

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

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

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

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

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

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

/* 响应式增强 */
@media (max-width: 767px) {
  .chip-6c7a .feature-131a.secondary-52df {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .module-b455 .next-eb41 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .next_cd9a {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.bronze-f784 .input_huge_7fc6 {
  flex-shrink: 0;
  white-space: nowrap;
}

.bronze-f784 .cool_c0c4 {
  flex-shrink: 0;
  min-width: fit-content;
}

.bronze-f784 .element_5d0d {
  white-space: nowrap;
}

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

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

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

.bronze-f784 .cool_c0c4 {
  max-width: 80px !important;
  overflow: hidden;
}

.bronze-f784 .feature-131a.secondary-52df {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.bronze-f784 .element_5d0d {
  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);
  }
}

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

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

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

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

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

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

/* css-noise: 24d6 */
.shadow-element-g7 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.0;
}
