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(.carousel_iron_3edd) {
  gap: 0.5em;
}
:where(.component_middle_7d05) {
  gap: 0.5em;
}
body .feature-short-1753 > .stone_898a {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .feature-short-1753 > .iron_9460 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .feature-short-1753 > .highlight-37d3 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .box-3fd9 > .stone_898a {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .box-3fd9 > .iron_9460 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .box-3fd9 > .highlight-37d3 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .box-3fd9
  > :where(:not(.stone_898a):not(.iron_9460):not(.last-5e41)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .box-3fd9 > .breadcrumb-1926 {
  max-width: var(--wp--style--global--wide-size);
}
body .carousel_iron_3edd {
  display: flex;
}
body .carousel_iron_3edd {
  flex-wrap: wrap;
  align-items: center;
}
body .carousel_iron_3edd > * {
  margin: 0;
}
body .component_middle_7d05 {
  display: grid;
}
body .component_middle_7d05 > * {
  margin: 0;
}
:where(.simple-5c55.carousel_iron_3edd) {
  gap: 2em;
}
:where(.simple-5c55.component_middle_7d05) {
  gap: 2em;
}
:where(.outline-27be.carousel_iron_3edd) {
  gap: 1.25em;
}
:where(.outline-27be.component_middle_7d05) {
  gap: 1.25em;
}
.element_a77c {
  color: var(--wp--preset--color--black) !important;
}
.video-188d {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.detail-e199 {
  color: var(--wp--preset--color--white) !important;
}
.secondary-south-d975 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.dropdown-448f {
  color: var(--wp--preset--color--vivid-red) !important;
}
.stone_966e {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.black-b902 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.silver_fcf6 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.component-df2a {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.complex-21db {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.feature-full-4f35 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.upper-aae3 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.narrow_6db6 {
  background-color: var(--wp--preset--color--black) !important;
}
.plasma_3297 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.widget_selected_0e62 {
  background-color: var(--wp--preset--color--white) !important;
}
.footer_c98c {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.description-17bb {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.search-left-c386 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.notice-old-75bc {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.info-inner-18bc {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.outer_2667 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.element_fbd8 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.black-e3ab {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.hero-aa58 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.popup_pressed_1b95 {
  border-color: var(--wp--preset--color--black) !important;
}
.dynamic-d98b {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.steel-ccce {
  border-color: var(--wp--preset--color--white) !important;
}
.basic_cae0 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.hot-433d {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.avatar_dbcb {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.popup_rough_eaf1 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.logo_east_dcc1 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.wood_fa56 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.lite-4a17 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.center_e24b {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.overlay_orange_c5d8 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.upper_a0ea {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.east-5228 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.under-63f9 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.background-f04f {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.secondary_inner_8b2d {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.medium-d24f {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.grid_pink_2509 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.input_8f93 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.texture_40fd {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.fixed_f922 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.silver-c4e2 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.title-over-cf45 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.west-80eb {
  font-size: var(--wp--preset--font-size--small) !important;
}
.hovered-6e43 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.out_2721 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.link_9030 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.mini-58da a:where(:not(.heading_smooth_9787)) {
  color: inherit;
}
:where(.outline-27be.carousel_iron_3edd) {
  gap: 1.25em;
}
:where(.outline-27be.component_middle_7d05) {
  gap: 1.25em;
}
:where(.simple-5c55.carousel_iron_3edd) {
  gap: 2em;
}
:where(.simple-5c55.component_middle_7d05) {
  gap: 2em;
}
.input_pink_1c45 {
  font-size: 1.5em;
  line-height: 1.6;
}

.row-warm-50ac .short_1d8a {
  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);
}
.secondary_f60d .info_inner_504a {
  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);
}
.notice_stone_6b60 {
  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);
}
.notice_stone_6b60.outline-brown-049e .wide-b779 {
  background-color: var(--e-global-color-primary);
}
.notice_stone_6b60.simple-7f10 .wide-b779,
.notice_stone_6b60.notification_white_013e .wide-b779 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.layout_iron_9313 .overlay-c281 {
  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);
}
.inner-af13 {
  --divider-color: var(--e-global-color-secondary);
}
.inner-af13 .detail_0aac {
  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);
}
.inner-af13.stone-ac12 .hero_8bb0 {
  background-color: var(--e-global-color-secondary);
}
.inner-af13.hovered-c967 .hero_8bb0,
.inner-af13.shadow-a01f .hero_8bb0 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.inner-af13.hovered-c967 .hero_8bb0,
.inner-af13.shadow-a01f .hero_8bb0 svg {
  fill: var(--e-global-color-secondary);
}
.video-first-78fc .outline-9bf8 {
  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);
}
.video-first-78fc .fixed-efaa {
  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);
}
.breadcrumb-light-6afd.stone-ac12 .hero_8bb0 {
  background-color: var(--e-global-color-primary);
}
.breadcrumb-light-6afd.hovered-c967 .hero_8bb0,
.breadcrumb-light-6afd.shadow-a01f .hero_8bb0 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.breadcrumb-light-6afd.hovered-c967 .hero_8bb0,
.breadcrumb-light-6afd.shadow-a01f .hero_8bb0 svg {
  fill: var(--e-global-color-primary);
}
.tag-6cd9.stone-ac12 .hero_8bb0 {
  background-color: var(--e-global-color-primary);
}
.tag-6cd9.hovered-c967 .hero_8bb0,
.tag-6cd9.shadow-a01f .hero_8bb0 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.tag-6cd9 .filter-solid-2673 {
  color: var(--e-global-color-primary);
}
.tag-6cd9 .filter-solid-2673,
.tag-6cd9 .filter-solid-2673 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag-6cd9 .mini_f619 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus_wood_2922 .chip-a0e4 {
  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);
}
.progress-7a1b .image-5384 .dropdown_7076 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focused-201e .search-light-e88f:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.focused-201e .new_6814 i {
  color: var(--e-global-color-primary);
}
.focused-201e .new_6814 svg {
  fill: var(--e-global-color-primary);
}
.focused-201e .frame-4c25 {
  color: var(--e-global-color-secondary);
}
.focused-201e .search-light-e88f > .frame-4c25,
.focused-201e .search-light-e88f > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow_2000 .disabled-3a63 {
  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);
}
.narrow_2000 .wood_5c9c {
  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);
}
.gallery-4920 .iron_dbf0 .wrapper_33ce {
  background-color: var(--e-global-color-primary);
}
.gallery-4920 .widget_top_22cb {
  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);
}
.advanced-0c2b .hidden_b700 {
  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);
}
.advanced-0c2b .red_0c34 {
  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);
}
.advanced-0c2b .texture-short-de83 {
  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);
}
.picture_red_13ce .component-0bdf,
.picture_red_13ce .component-0bdf a {
  color: var(--e-global-color-primary);
}
.picture_red_13ce .component-0bdf.notice-324b,
.picture_red_13ce .component-0bdf.notice-324b a {
  color: var(--e-global-color-accent);
}
.picture_red_13ce .component-0bdf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture_red_13ce .glass-9fcf {
  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);
}
.label-cf36 .sidebar-7098,
.label-cf36 .soft-b136 {
  color: var(--e-global-color-primary);
}
.label-cf36 .sidebar-7098 svg {
  fill: var(--e-global-color-primary);
}
.label-cf36 .notice-324b .sidebar-7098,
.label-cf36 .notice-324b .soft-b136 {
  color: var(--e-global-color-accent);
}
.label-cf36 .notice-324b .sidebar-7098 svg {
  fill: var(--e-global-color-accent);
}
.label-cf36 .soft-b136 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.label-cf36 .glass-9fcf {
  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);
}
.container_d87a .row_basic_d868,
.container_d87a .complex-17d5 {
  color: var(--e-global-color-primary);
}
.container_d87a .complex-17d5 svg {
  fill: var(--e-global-color-primary);
}
.container_d87a .component-0bdf.notice-324b a,
.container_d87a
  .component-0bdf.notice-324b
  .complex-17d5 {
  color: var(--e-global-color-accent);
}
.container_d87a .row_basic_d868 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container_d87a .glass-9fcf {
  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);
}
.upper-b20e .link_80c2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper-b20e .search_paper_b67c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_top_4285 .fluid_9dd8 .left_4592 {
  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);
}
.module_top_4285 .fluid_9dd8 .modal_6136 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_top_4285 .hero-47cb .left_4592 {
  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);
}
.module_top_4285
  .hero-47cb
  .modal_6136 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_top_4285
  .right_d275
  .left_4592 {
  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);
}
.module_top_4285
  .right_d275
  .modal_6136 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_top_4285
  .element-east-6380
  .left_4592 {
  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);
}
.module_top_4285
  .element-east-6380
  .modal_6136 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-054d .bronze-dea9 {
  background-color: var(--e-global-color-primary);
}
.tooltip-054d .bronze-dea9:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip-054d .hovered_00c0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-054d
  .bronze-dea9:hover
  .hovered_00c0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper_306c .hidden_06ff {
  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);
}
.red-4113 .status-current-35cd .wood_0ea7 a {
  background-color: var(--e-global-color-accent);
}
.red-4113 .status-current-35cd .solid-fb5d a {
  background-color: var(--e-global-color-accent);
}
.red-4113 .status-current-35cd .wood_0ea7 a,
.red-4113 .status-current-35cd .solid-fb5d a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dark-f92d
  .in_0bae.breadcrumb-d637
  .status-current-35cd
  a.border-0503 {
  background-color: var(--e-global-color-accent);
}
.dark-f92d
  .in_0bae.breadcrumb-d637
  .status-current-35cd
  span.border-0503.fn-current-b4a3 {
  background-color: var(--e-global-color-text);
}
.dark-f92d
  .in_0bae.breadcrumb-d637
  .status-current-35cd
  .border-0503 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-hot-9df6 .column-be12 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-hot-9df6
  .out-68fe
  > .gradient_ab44
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-hot-9df6
  .accordion_c290
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-hot-9df6
  .gas-3c08
  .hidden-west-61da,
.tertiary-hot-9df6
  .gas-3c08
  .title_2cae {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-hot-9df6
  .gas-3c08
  .filter_e396,
.tertiary-hot-9df6
  .gas-3c08
  a
  .filter_e396 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-hot-9df6
  .gas-3c08
  .short_567d {
  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);
}
.tertiary-hot-9df6
  .gas-3c08
  .down_ef4e {
  background-color: var(--e-global-color-primary);
}
.tertiary-hot-9df6
  .gas-3c08
  .down_ef4e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-hot-9df6
  .gas-3c08
  .down_ef4e:hover {
  background-color: var(--e-global-color-primary);
}
.tertiary-hot-9df6
  .gas-3c08
  .input-bottom-6500 {
  background-color: var(--e-global-color-primary);
}
.tertiary-hot-9df6
  .gas-3c08
  .input-bottom-6500 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-hot-9df6
  .gas-3c08
  .input-bottom-6500:hover {
  background-color: var(--e-global-color-primary);
}
.tertiary-hot-9df6
  .next_ff58
  .footer-short-64b3
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-hot-9df6
  .next_ff58
  .medium-cfd8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-hot-9df6
  .next_ff58
  .short_567d {
  color: var(--e-global-color-text);
}
.tertiary-hot-9df6
  .next_ff58
  .short_567d
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-hot-9df6
  .next_ff58
  .down_ef4e {
  background-color: var(--e-global-color-primary);
}
.tertiary-hot-9df6
  .next_ff58
  .down_ef4e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-hot-9df6
  .next_ff58
  .down_ef4e:hover {
  background-color: var(--e-global-color-primary);
}
.tertiary-hot-9df6
  .next_ff58
  .input-bottom-6500 {
  background-color: var(--e-global-color-primary);
}
.tertiary-hot-9df6
  .next_ff58
  .input-bottom-6500 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-hot-9df6
  .next_ff58
  .input-bottom-6500:hover {
  background-color: var(--e-global-color-primary);
}
.tertiary-hot-9df6 .main_white_c776 {
  background-color: var(--e-global-color-primary);
}
.tertiary-hot-9df6 .main_white_c776:hover {
  background-color: var(--e-global-color-primary);
}
.tertiary-hot-9df6 .video-1058 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-hot-9df6 .pattern_upper_8085 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_dark_6de0 .border_49af {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_dark_6de0
  .dropdown_left_0e44
  > div:nth-child(3)
  .border_49af,
.grid_dark_6de0
  .module_center_d276
  > div:nth-child(1)
  .border_49af,
.grid_dark_6de0
  .detail_c4b2
  > div:nth-child(1)
  .border_49af,
.grid_dark_6de0
  .content_5cb7
  > div:nth-child(1)
  .border_49af,
.grid_dark_6de0
  .bronze_f4b1
  > div:nth-child(1)
  .border_49af {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_dark_6de0 .narrow_e6fb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_dark_6de0 .hover-mini-64fb {
  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);
}
.grid_dark_6de0 .alert-cbb4 {
  background-color: var(--e-global-color-primary);
}
.grid_dark_6de0 .alert-cbb4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_dark_6de0 .alert-cbb4:hover {
  background-color: var(--e-global-color-primary);
}
.grid_dark_6de0 .column-west-f8f2 {
  background-color: var(--e-global-color-primary);
}
.grid_dark_6de0 .column-west-f8f2:hover {
  background-color: var(--e-global-color-primary);
}
.grid_dark_6de0 .video-1058 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_dark_6de0 .pattern_upper_8085 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture_wood_0be8 .fresh-b2c7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture_wood_0be8 .tag-mini-661c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_wood_0be8 .dropdown-546a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_wood_0be8 .description_71d3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_wood_0be8 .form-8c8e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_wood_0be8 .column-west-f8f2 {
  background-color: var(--e-global-color-primary);
}
.picture_wood_0be8 .column-west-f8f2:hover {
  background-color: var(--e-global-color-primary);
}
.preview_tiny_d16f .shadow_90fc {
  background-color: var(--e-global-color-secondary);
}
.preview_tiny_d16f .alert-blue-004a {
  background-color: var(--e-global-color-text);
}
.preview_tiny_d16f .detail-lower-d1c4 {
  background-color: var(--e-global-color-secondary);
}
.preview_tiny_d16f .tiny-acf6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.preview_tiny_d16f .thick_4242 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview_tiny_d16f .detail_cf3f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview_tiny_d16f .image-0c23 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview_tiny_d16f .sort_lower_7bc4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent-bronze-6972 .hidden-ec3a .panel-8841,
.accent-bronze-6972
  .hidden-ec3a
  .panel-8841
  a,
.accent-bronze-6972 .tertiary-3f8a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent-bronze-6972 .hidden-ec3a .menu-next-8d80,
.accent-bronze-6972 .tooltip_selected_6e02 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent-bronze-6972 .hidden-ec3a .menu-next-8d80 {
  color: var(--e-global-color-text);
}
.accent-bronze-6972 .tooltip_selected_6e02 {
  color: var(--e-global-color-text);
}
.accent-bronze-6972
  .hidden-ec3a
  .list_complex_7c7a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.accent-bronze-6972 .sidebar-upper-6f8f .dropdown-8bcf {
  background-color: var(--e-global-color-primary);
}
.accent-bronze-6972 .sidebar-upper-6f8f .dropdown-8bcf:hover {
  background-color: var(--e-global-color-primary);
}
.accent-bronze-6972 .sidebar-upper-6f8f .photo-steel-4c69 li span {
  background-color: var(--e-global-color-text);
}
.accent-bronze-6972 .sidebar-upper-6f8f .photo-steel-4c69 li span:hover {
  background-color: var(--e-global-color-primary);
}
.accent-bronze-6972
  .sidebar-upper-6f8f
  .photo-steel-4c69
  li.text-simple-8715
  span {
  background-color: var(--e-global-color-accent);
}
.accent-bronze-6972 .background_upper_c133 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pink-91f0 .video_ad83 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.soft_fa91 .over-05e4 {
  background-color: var(--e-global-color-primary);
}
.soft_fa91 .tiny-f031 {
  background-color: var(--e-global-color-secondary);
}
.soft_fa91 .form-d4b4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft_fa91 .description-bronze-14ab {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft_fa91 .block-current-0243 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft_fa91 .message_f586 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft_fa91 .box-plasma-7c54 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft_fa91 .main-7ad8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft_fa91 .aside_6055 {
  background-color: var(--e-global-color-primary);
}
.soft_fa91 .aside_6055 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wrapper-e463 .south-e0a8 {
  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);
}
.wrapper-e463 .prev-6108 {
  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);
}
.wrapper-e463
  .sidebar_active_160f:after {
  background-color: var(--e-global-color-primary);
}
.wrapper-e463 .north_f338 {
  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);
}
.container_glass_ad95 .tertiary-3f8a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_glass_ad95 .tooltip_selected_6e02 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.title_1c9b .tertiary_42ed .title-e30c {
  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);
}
.title_1c9b .tertiary_42ed .avatar_0bee {
  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);
}
.small-1c44 .background-7082 {
  background-color: var(--e-global-color-primary);
}
.small-1c44 .highlight-large-5b19 {
  background-color: var(--e-global-color-secondary);
}
.small-1c44 .grid_solid_ab62 .dirty_14d2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.small-1c44 .thumbnail_66e5 .dirty_14d2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background-yellow-c027 .outline-a632 .highlight-b367 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background-yellow-c027 .outline-a632 .over_e8b2 {
  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);
}
.background-yellow-c027 .outline-a632 .link_ed5a {
  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);
}
.modal_80fc .content_c19a {
  border-color: var(--e-global-color-text);
}
.modal_80fc .outline-simple-e904 {
  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_80fc .outline_focused_797c {
  color: var(--e-global-color-primary);
}
.modal_80fc .dark_6c12 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.red_5d37 .steel_3f2a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.red_5d37 .south_4534 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.red_5d37 .sidebar_fbf8:hover .steel_3f2a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.red_5d37
  .sidebar_fbf8:hover
  .south_4534 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.section_f068 .message_374f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.section_f068 .form_lower_64ae {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tall_70da .description-28de .info_out_4bdc {
  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);
}
.tall_70da .caption_2e46 .info_out_4bdc {
  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);
}
.notification-9582 .card_07b5 {
  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);
}
.narrow_a5de .paper-7bd1 .notice_large_e6b1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow_a5de .paper-7bd1 .notice_large_e6b1 {
  background-color: var(--e-global-color-secondary);
}
.narrow_a5de .hidden-fdc8 .notice_large_e6b1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow_a5de .hidden-fdc8 .notice_large_e6b1 {
  background-color: var(--e-global-color-secondary);
}
.narrow_a5de .disabled_rough_1974 .notice-bottom-ca41 {
  background-color: var(--e-global-color-primary);
}
.narrow_a5de .disabled_rough_1974:hover .notice-bottom-ca41 {
  background-color: var(--e-global-color-secondary);
}
.narrow_a5de .dropdown-8bcf {
  background-color: var(--e-global-color-primary);
}
.narrow_a5de .dropdown-8bcf:hover {
  background-color: var(--e-global-color-accent);
}
.narrow_a5de .photo-steel-4c69 li span {
  background-color: var(--e-global-color-text);
}
.narrow_a5de .photo-steel-4c69 li span:hover {
  background-color: var(--e-global-color-primary);
}
.narrow_a5de .photo-steel-4c69 li.text-simple-8715 span {
  background-color: var(--e-global-color-accent);
}
.table-south-6b07 .tooltip_956e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table-south-6b07 .dynamic_b99a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shadow-brown-07c7 .fast-558b:before {
  background-color: var(--e-global-color-secondary);
}
.shadow-brown-07c7 .card-e78d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shadow-brown-07c7 .highlight-solid-7b8c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero-eca1 .chip-warm-c9a0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero-eca1 .chip-warm-c9a0:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero-eca1 .chip-warm-c9a0.fn-active-b4a3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero-eca1 .stale_304b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero-eca1 .container_active_9f73 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero-eca1 .stone_ea44 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero-eca1 .clean_4541 {
  background-color: var(--e-global-color-primary);
}
.hero-eca1 .clean_4541 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hero-eca1 .old-dd62 {
  background-color: var(--e-global-color-primary);
}
.hero-eca1 .old-dd62 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.grid-right-d179 .column-4a48 .progress_a01d a {
  color: var(--e-global-color-secondary);
}
.grid-right-d179 .column-4a48 .progress_a01d a:hover {
  color: var(--e-global-color-secondary);
}
.grid-right-d179 .column-4a48 .progress_a01d,
.grid-right-d179 .column-4a48 .progress_a01d a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-right-d179 .column-4a48 .tooltip_d5cd {
  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);
}
.grid-right-d179 .column-4a48 .form_inner_2304 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-right-d179 .column-4a48 .description_red_84d8 {
  background-color: var(--e-global-color-primary);
}
.grid-right-d179 .column-4a48 .description_red_84d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-right-d179 .column-4a48 .description_red_84d8:hover {
  background-color: var(--e-global-color-primary);
}
.grid-right-d179 .column-4a48 .feature_huge_1579 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.grid-right-d179 .column-4a48 .feature_huge_1579 {
  background-color: var(--e-global-color-primary);
}
.grid-right-d179 .column-4a48 .feature_huge_1579:hover {
  background-color: var(--e-global-color-primary);
}
.grid-right-d179 .column-4a48 .dropdown-8bcf {
  background-color: var(--e-global-color-primary);
}
.grid-right-d179 .column-4a48 .dropdown-8bcf:hover {
  background-color: var(--e-global-color-primary);
}
.grid-right-d179 .sidebar-upper-6f8f .photo-steel-4c69 li span {
  background-color: var(--e-global-color-text);
}
.grid-right-d179 .sidebar-upper-6f8f .photo-steel-4c69 li span:hover {
  background-color: var(--e-global-color-primary);
}
.grid-right-d179 .sidebar-upper-6f8f .photo-steel-4c69 li.text-simple-8715 span {
  background-color: var(--e-global-color-accent);
}
.grid-right-d179 .video-1058 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid-right-d179 .pattern_upper_8085 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component_66b5 .primary-0227 .background-new-e543 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component_66b5 .primary-0227 .container_short_1cd7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component_66b5 .primary-0227 .popup-fa2c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_clean_cbdd .breadcrumb_b142 {
  border-color: var(--e-global-color-text);
}
.content_clean_cbdd .preview-7b7a {
  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);
}
.content_clean_cbdd .hot-4111 {
  color: var(--e-global-color-secondary);
}
.content_clean_cbdd .hot-4111 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_clean_cbdd .popup_mini_bfba > * {
  color: var(--e-global-color-primary);
}
.content_clean_cbdd .popup_mini_bfba > * svg {
  fill: var(--e-global-color-primary);
}
.content_clean_cbdd .hard_c8b3 {
  color: var(--e-global-color-primary);
}
.content_clean_cbdd .hard_c8b3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content_clean_cbdd .hard_5d65 {
  color: var(--e-global-color-primary);
}
.content_clean_cbdd .hard_5d65 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content_clean_cbdd .tag-133a {
  color: var(--e-global-color-primary);
}
.content_clean_cbdd .tag-133a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_clean_cbdd .feature-soft-03ef {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_clean_cbdd .tall-b048 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_clean_cbdd .tall-b048.card-428f {
  color: var(--e-global-color-secondary);
}
.content_clean_cbdd .tall-b048.card-428f .sort_a59e {
  color: var(--e-global-color-accent);
}
.content_clean_cbdd .tall-b048.menu-dfbf {
  color: var(--e-global-color-text);
}
.content_clean_cbdd .tall-b048.menu-dfbf .sort_a59e {
  color: var(--e-global-color-text);
}
.content_clean_cbdd .tall-b048:before {
  border-top-color: var(--e-global-color-text);
}
.content_clean_cbdd .cold_94e8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_clean_cbdd
  .cold_94e8
  .in_4d4e {
  background-color: var(--e-global-color-primary);
}
.content_clean_cbdd
  .cold_94e8
  .in_4d4e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.content_clean_cbdd .breadcrumb_b142 .gallery_dim_21bd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_9bc1 .heading_08ec {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.disabled_9bc1 .highlight-mini-04e8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-orange-12fb .widget-814b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-orange-12fb
  .notice_0711
  .tertiary_static_f896 {
  background-color: var(--e-global-color-secondary);
}
.notification-orange-12fb
  .notice_0711.feature_0b78
  .tertiary_static_f896 {
  background-color: var(--e-global-color-text);
}
.notification-orange-12fb
  .notice_0711:hover
  .tertiary_static_f896 {
  background-color: var(--e-global-color-accent);
}
.notification-orange-12fb
  .notice_0711.fn-active-b4a3
  .tertiary_static_f896 {
  background-color: var(--e-global-color-primary);
}
.tertiary-right-e457 .clean-458c {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.tertiary-right-e457 .large-0df9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-right-e457 .tertiary_d503 {
  background-color: var(--e-global-color-primary);
}
.tertiary-right-e457 .tertiary_d503 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.simple-9546 .pagination-last-9889 .full_36fc .header_ac76 {
  background-color: var(--e-global-color-secondary);
}
.simple-9546 .pagination-last-9889 .tooltip-dynamic-f0ac:after {
  background-color: var(--e-global-color-secondary);
}
.simple-9546 .notice_center_24c9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.simple-9546 .frame-smooth-66e2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.simple-9546 .widget_left_d849 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.simple-9546 .panel-pink-51de {
  background-color: var(--e-global-color-primary);
}
.simple-9546 .panel-pink-51de {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.simple-9546 .box_ecfe {
  background-color: var(--e-global-color-secondary);
}
.simple-9546 .box_ecfe {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.simple-9546 .pagination-last-9889 .main_8c2b .article-a6b4:hover {
  background-color: var(--e-global-color-primary);
}
.simple-9546
  .pagination-last-9889
  .main_8c2b
  .article-a6b4.video_smooth_482a {
  background-color: var(--e-global-color-primary);
}
.simple-9546 .pagination-last-9889 .active-clean-ffd2:before {
  border-color: var(--e-global-color-primary);
}
.simple-9546 .pagination-last-9889 .active-clean-ffd2:hover:before {
  border-color: var(--e-global-color-secondary);
}
.simple-9546
  .pagination-last-9889
  .active-clean-ffd2.rough-9802:before {
  border-color: var(--e-global-color-primary);
}
.simple-9546 .alert-6ea9 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.top-bedc .aside_hard_62a7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.top-bedc .aside_hard_62a7:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.top-bedc .aside_hard_62a7.carousel_1b38 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.top-bedc .hovered_7f8c {
  background-color: var(--e-global-color-primary);
}
.top-bedc .hovered_7f8c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.top-bedc
  .detail-e4c2
  .menu-light-9e9a
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.top-bedc
  .summary-plasma-24d5
  .menu-light-9e9a
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.card_1722
  .liquid-e095
  .red-64ec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_1722
  .liquid-e095
  .accordion_7162 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_1722 .container-4610 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_1722 .table-light-c94e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card_1722 .accordion_clean_9835 {
  background-color: var(--e-global-color-primary);
}
.card_1722 .accordion_clean_9835 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.mini_4cd7 .action-cd38 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini_4cd7 .accent-upper-5beb {
  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);
}
.mini_4cd7 .header-1ce8 {
  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);
}
.mini_4cd7 .header-1ce8 a:hover {
  color: var(--e-global-color-secondary);
}
.mini_4cd7 .sort_9ade {
  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);
}
.mini_4cd7 .shadow_4070 {
  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);
}
.mini_4cd7 .hover_green_c1d1 .dropdown-8bcf {
  background-color: var(--e-global-color-primary);
}
.mini_4cd7 .hover_green_c1d1 .dropdown-8bcf:hover {
  background-color: var(--e-global-color-accent);
}
.mini_4cd7
  .hover_green_c1d1
  .photo-steel-4c69
  li
  span {
  background-color: var(--e-global-color-text);
}
.mini_4cd7
  .hover_green_c1d1
  .photo-steel-4c69
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.mini_4cd7
  .hover_green_c1d1
  .photo-steel-4c69
  li.text-simple-8715
  span {
  background-color: var(--e-global-color-accent);
}
.pagination_7840
  .gradient-9998
  .steel_0b44 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination_7840 .gradient-9998 .old-1a48 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination_7840 .gradient-9998 .component-bronze-7ac9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination_7840 .accent-fluid-6e16 {
  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);
}
.pagination_7840
  .title-narrow-33c3.new_af2b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > a {
  background-color: var(--e-global-color-text);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > a
  .gold_1e34.lower-fbcb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > a
  .disabled-c475.overlay_9278 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > .frame_c7ee
  .tall-b372
  > a {
  background-color: var(--e-global-color-secondary);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > .frame_c7ee
  .tall-b372
  > a
  .input-over-48d1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > .frame_c7ee
  .tall-b372
  > a
  .disabled-c475.prev-d363 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > a
  .silver_1624:before {
  color: var(--e-global-color-text);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > .frame_c7ee
  a
  .silver_1624:before {
  color: var(--e-global-color-text);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372.highlight-wide-c30f
  > a
  .silver_1624:before {
  color: var(--e-global-color-text);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > .frame_c7ee
  .tall-b372.highlight-wide-c30f
  > a
  .silver_1624:before {
  color: var(--e-global-color-text);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > a
  .block-64c3
  .short_56dc {
  color: var(--e-global-color-text);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > .frame_c7ee
  a
  .block-64c3
  .short_56dc {
  color: var(--e-global-color-text);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > a
  .block-64c3
  .short_56dc,
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > .frame_c7ee
  a
  .block-64c3
  .short_56dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > a
  .row-e87b:before {
  color: var(--e-global-color-text);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > .frame_c7ee
  a
  .row-e87b:before {
  color: var(--e-global-color-text);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372.highlight-wide-c30f
  > a
  .row-e87b:before {
  color: var(--e-global-color-text);
}
.paragraph_wide_ae1e
  > .section_dim_9848
  > div
  > .south-e39c
  > .tall-b372
  > .frame_c7ee
  .tall-b372.highlight-wide-c30f
  > a
  .row-e87b:before {
  color: var(--e-global-color-text);
}
.module_e804 .box-tiny-d5d2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module_e804
  .basic_49d8:hover
  .box-tiny-d5d2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.sort_3454
  > .section_dim_9848
  > .thick-dfd4
  > .feature-6177
  > .brown_eb00
  > .left_fa1b
  .fluid_b070 {
  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);
}
.sort_3454
  > .section_dim_9848
  > .thick-dfd4
  > .feature-6177
  > .brown_eb00
  > .left_fa1b:hover
  .fluid_b070 {
  color: var(--e-global-color-text);
}
.sort_3454
  > .section_dim_9848
  > .thick-dfd4
  > .feature-6177
  > .brown_eb00
  > .left_fa1b:hover
  .fluid_b070 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sort_3454
  > .section_dim_9848
  > .thick-dfd4
  > .feature-6177
  > .brown_eb00.full-281d
  > .left_fa1b
  .fluid_b070 {
  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);
}
.gas-9a02 .carousel-7a2b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gas-9a02 .video-fb28 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gas-9a02 .card_6b33 {
  background-color: var(--e-global-color-primary);
}
.gas-9a02 .card_6b33 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gold_ce8b
  > .section_dim_9848
  > .wrapper_b51f
  > .mini-0a72
  > .tertiary-aaa2
  .form-hard-543c {
  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);
}
.gold_ce8b
  > .section_dim_9848
  > .wrapper_b51f
  > .mini-0a72
  > .tertiary-aaa2
  .liquid-19b0 {
  color: var(--e-global-color-text);
}
.gold_ce8b
  > .section_dim_9848
  > .wrapper_b51f
  > .mini-0a72
  > .tertiary-aaa2:hover
  .form-hard-543c {
  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);
}
.gold_ce8b
  > .section_dim_9848
  > .wrapper_b51f
  > .mini-0a72
  > .tertiary-aaa2:hover
  .liquid-19b0 {
  color: var(--e-global-color-secondary);
}
.gold_ce8b
  > .section_dim_9848
  > .wrapper_b51f
  > .mini-0a72
  > .tertiary-aaa2.top-8bdd
  .form-hard-543c {
  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);
}
.gold_ce8b
  > .section_dim_9848
  > .wrapper_b51f
  > .mini-0a72
  > .tertiary-aaa2.top-8bdd
  .liquid-19b0 {
  color: var(--e-global-color-primary);
}
.block_0f9d
  .plasma-e25a
  .hero_589f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block_0f9d .advanced-7a6c .gallery_dim_21bd .thumbnail-hot-adb1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.brown-f92e .input_next_f9e2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.brown-f92e .tooltip_3e74 .input_next_f9e2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.brown-f92e .thumbnail-fd1d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.brown-f92e .thumbnail-fd1d {
  background-color: var(--e-global-color-primary);
}
.background_pink_1f43 .text_stale_acc0 .tag-tall-3cd1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background_pink_1f43
  .text_stale_acc0:hover
  .slider-complex-b904 {
  color: var(--e-global-color-secondary);
}
.background_pink_1f43
  .text_stale_acc0:hover
  .tag-tall-3cd1 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout-08ba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.card-bottom-d74c {
  flex-direction: column;
}

.card-bottom-d74c .fluid-ce41 {
  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.card-bottom-d74c .fluid-ce41 {
  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);
}

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

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

.breadcrumb_5bde.lower-21b9 {
  display: none;
}

.item-gold-71f9 {
  display: none;
}

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

.dropdown_green_b40e.element_aa38 {
  margin-bottom: 40px;
  width: 100%;
}

.row-silver-62cb {
  margin-bottom: 25px !important;
  margin-top: 5px !important;
  position: static !important;
}

.card-bottom-d74c a {
  width: 100%;
}

.block_clean_3571 .progress_fixed_e143.message_4c08 {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.block_clean_3571
  .progress_fixed_e143.footer-82f0
  .clean_0f23
  .center_a81f {
  font-size: 20px !important;
}

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

.thumbnail-out-60b6 {
  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;
}

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

  text-align: center;
}

.gas_e5b9.west_124d > .picture-stale-f6e3 {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

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

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

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

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

.chip-9c92 {
  display: flex;
  gap: 50px;
}

.block_clean_3571
  .progress_fixed_e143.status_e185
  .main-f006
  .hard_5c95 {
  width: 100% !important;
}

.black-527a {
  width: 500px !important;
  max-width: none;
}

.hover_red_caa7 {
  width: 100%;
}

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

.article-db37 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

.gallery-7a08 {
  font-size: 15px !important;
}

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

  visibility: hidden;
}

.article-db37:hover .pressed_30d5 {
  visibility: visible;
}
.article-db37:hover.article-db37::before {
  display: block;
}

.hard_6380 h3 {
  color: #fff;
}

.column-wide-090e {
  margin: 0;
}

.block_clean_3571
  .progress_fixed_e143.status_e185
  .hard_5c95
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.dropdown-e8d3 {
  width: 100%;
}

.description-790b {
  width: 100%;
}

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

.description-790b {
  width: 100%;
}

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

.hard_5c95 {
  display: flex;
  align-items: center;
}

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

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

.card-bottom-d74c .fluid-ce41.logo-69aa {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.card-bottom-d74c h1.fluid-ce41 {
  margin-top: 80px !important;
}

.block_clean_3571 .progress_fixed_e143.narrow-ade7 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.caption-liquid-a18b img {
  width: 100%;
}

.solid-b14f .nav_beaf.clean_0f23 {
  justify-content: space-between;
}

.chip_3fe2 {
  display: none;
}

.photo_de16 .column-bb94 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .gas_e5b9 .picture-stale-f6e3 {
    flex-wrap: nowrap !important;
  }
}

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

  .black-527a {
    width: 100% !important;
  }
}

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

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

  .solid-b14f .nav_beaf.clean_0f23 {
    border-bottom: 1px solid #f0c159;
  }

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

  .gas_e5b9.west_124d > .picture-stale-f6e3 {
    gap: 15px;
    justify-content: space-between;
  }

  .block_clean_3571
    .progress_fixed_e143.status_e185
    .hard_5c95
    img {
    width: 60% !important;
  }

  .filter_new_9e9a {
    left: 2%;
  }

  .card-2826 {
    margin: 10px 0;
  }

  .card-bottom-d74c .column-bb94 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.card-bottom-d74c .fluid-ce41,
  .card-bottom-d74c .fluid-ce41 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .hard_5c95 {
    justify-content: center;
  }

  .card-bottom-d74c .column-bb94 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .row-silver-62cb {
    margin-bottom: 15px !important;
  }

  .block_clean_3571 .progress_fixed_e143.message_4c08 {
    width: 75% !important;
  }

  .caption-liquid-a18b img {
    width: 100% !important;
  }
}

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

  h2.card-bottom-d74c .fluid-ce41,
  .card-bottom-d74c .fluid-ce41 {
    font-size: 30px !important;
  }

  .hard_5c95 {
    justify-content: center;
  }

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

  .mini-9385
    .sidebar_025e.info_a2ef {
    margin: 0 !important;
  }

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

  .card-2826 {
    display: flex;
  }

  .detail_6ea6 .bottom-c48f {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .card-bottom-d74c h1.fluid-ce41 {
    margin-top: 40px !important;
  }

  .block_clean_3571
    .progress_fixed_e143.status_e185
    .hard_5c95
    img,
  .video-first-78fc .main-f006 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .block_clean_3571 .progress_fixed_e143.message_4c08 {
    width: 100% !important;
  }

  .gas_e5b9.west_124d > .picture-stale-f6e3 {
    gap: 3px;
  }

  .card-bottom-d74c .column-bb94 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.solid-b14f .nav_beaf.clean_0f23 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.solid-b14f .nav_beaf.clean_0f23: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);
}

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

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

.card-bottom-d74c {
  position: relative;
  padding-top: 30px;
}

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

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

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

/* 响应式增强 */
@media (max-width: 767px) {
  .solid-b14f .nav_beaf.clean_0f23 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .card-bottom-d74c .fluid-ce41 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .bottom-c48f {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.summary-complex-b5c7 .steel_0d3f {
  flex-shrink: 0;
  white-space: nowrap;
}

.summary-complex-b5c7 .huge_a20f {
  flex-shrink: 0;
  min-width: fit-content;
}

.summary-complex-b5c7 .center_a81f {
  white-space: nowrap;
}

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

.summary-complex-b5c7 {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

.summary-complex-b5c7 .huge_a20f {
  max-width: 80px !important;
  overflow: hidden;
}

.summary-complex-b5c7 .nav_beaf.clean_0f23 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.summary-complex-b5c7 .center_a81f {
  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);
  }
}

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

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

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

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

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

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

/* css-noise: 786c */
.widget-item-w0 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.3;
}
