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(.container-6c50) {
  gap: 0.5em;
}
:where(.sort-b831) {
  gap: 0.5em;
}
body .hot-70c1 > .accordion_f85c {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .hot-70c1 > .primary-center-e5cc {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .hot-70c1 > .column_out_f07b {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .notification_cold_565f > .accordion_f85c {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .notification_cold_565f > .primary-center-e5cc {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .notification_cold_565f > .column_out_f07b {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .notification_cold_565f
  > :where(:not(.accordion_f85c):not(.primary-center-e5cc):not(.over_7afb)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .notification_cold_565f > .brown-5629 {
  max-width: var(--wp--style--global--wide-size);
}
body .container-6c50 {
  display: flex;
}
body .container-6c50 {
  flex-wrap: wrap;
  align-items: center;
}
body .container-6c50 > * {
  margin: 0;
}
body .sort-b831 {
  display: grid;
}
body .sort-b831 > * {
  margin: 0;
}
:where(.slider-f269.container-6c50) {
  gap: 2em;
}
:where(.slider-f269.sort-b831) {
  gap: 2em;
}
:where(.backdrop-5be6.container-6c50) {
  gap: 1.25em;
}
:where(.backdrop-5be6.sort-b831) {
  gap: 1.25em;
}
.component_af02 {
  color: var(--wp--preset--color--black) !important;
}
.steel-9000 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.mask-0226 {
  color: var(--wp--preset--color--white) !important;
}
.badge-a102 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.texture-down-db00 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.soft_8929 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.orange-9547 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.complex-6931 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.texture-south-e5c9 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.breadcrumb_69ef {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.footer_789f {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.list_b3b0 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.slider_65be {
  background-color: var(--wp--preset--color--black) !important;
}
.primary_3aca {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.banner-static-4de9 {
  background-color: var(--wp--preset--color--white) !important;
}
.content_5f83 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.layout_steel_fe6e {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.static_79b9 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.dynamic_a4c0 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.red_faab {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.breadcrumb_d56d {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.modal-complex-16bc {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.medium_4939 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.new-3feb {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.banner_full_3a96 {
  border-color: var(--wp--preset--color--black) !important;
}
.warm_9934 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.silver-0cde {
  border-color: var(--wp--preset--color--white) !important;
}
.form-hovered-e589 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.preview_light_bfa0 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.shadow_bright_a87d {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.carousel-stone-02ac {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.main-hot-8ba8 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.search_e801 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.hero-over-9739 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.link_5554 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.glass_edd9 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.article-steel-cd73 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.pagination-25fd {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.widget-2e1f {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.cool-c58d {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.texture-warm-953d {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.component-f85c {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.active-bright-4fe6 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.text-b075 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.focus-2e7c {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.block-prev-1ab1 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.in_0110 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.stale_8a8d {
  background: var(--wp--preset--gradient--midnight) !important;
}
.video_bronze_737e {
  font-size: var(--wp--preset--font-size--small) !important;
}
.tag_1b69 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.hidden_b90a {
  font-size: var(--wp--preset--font-size--large) !important;
}
.summary-smooth-d90b {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.small_a566 a:where(:not(.block-over-bffb)) {
  color: inherit;
}
:where(.backdrop-5be6.container-6c50) {
  gap: 1.25em;
}
:where(.backdrop-5be6.sort-b831) {
  gap: 1.25em;
}
:where(.slider-f269.container-6c50) {
  gap: 2em;
}
:where(.slider-f269.sort-b831) {
  gap: 2em;
}
.tabs_a4bc {
  font-size: 1.5em;
  line-height: 1.6;
}

.description_7a86 .rough_a86c {
  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);
}
.gradient_fed4 .photo_focused_b655 {
  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);
}
.article_cool_5a0a {
  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);
}
.article_cool_5a0a.icon_c7aa .image_0da5 {
  background-color: var(--e-global-color-primary);
}
.article_cool_5a0a.gallery_4ba8 .image_0da5,
.article_cool_5a0a.article_middle_e61a .image_0da5 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.notification_white_4086 .surface_pro_b97c {
  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);
}
.advanced-9673 {
  --divider-color: var(--e-global-color-secondary);
}
.advanced-9673 .wood-8816 {
  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);
}
.advanced-9673.dirty-d671 .detail-west-242a {
  background-color: var(--e-global-color-secondary);
}
.advanced-9673.narrow-ed86 .detail-west-242a,
.advanced-9673.fixed_cd48 .detail-west-242a {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.advanced-9673.narrow-ed86 .detail-west-242a,
.advanced-9673.fixed_cd48 .detail-west-242a svg {
  fill: var(--e-global-color-secondary);
}
.breadcrumb-fluid-fb05 .pro_9c7c {
  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);
}
.breadcrumb-fluid-fb05 .hard-01dd {
  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_7b39.dirty-d671 .detail-west-242a {
  background-color: var(--e-global-color-primary);
}
.section_7b39.narrow-ed86 .detail-west-242a,
.section_7b39.fixed_cd48 .detail-west-242a {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.section_7b39.narrow-ed86 .detail-west-242a,
.section_7b39.fixed_cd48 .detail-west-242a svg {
  fill: var(--e-global-color-primary);
}
.link_left_ac0a.dirty-d671 .detail-west-242a {
  background-color: var(--e-global-color-primary);
}
.link_left_ac0a.narrow-ed86 .detail-west-242a,
.link_left_ac0a.fixed_cd48 .detail-west-242a {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.link_left_ac0a .info_82ac {
  color: var(--e-global-color-primary);
}
.link_left_ac0a .info_82ac,
.link_left_ac0a .info_82ac a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_left_ac0a .tooltip_north_080d {
  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);
}
.summary-7c30 .footer-e9b4 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block_large_308e .row_ab96 .container-copper-66f8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.lite-f2ce .thumbnail_0523:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.lite-f2ce .icon_cool_8bae i {
  color: var(--e-global-color-primary);
}
.lite-f2ce .icon_cool_8bae svg {
  fill: var(--e-global-color-primary);
}
.lite-f2ce .progress_action_fc5f {
  color: var(--e-global-color-secondary);
}
.lite-f2ce .thumbnail_0523 > .progress_action_fc5f,
.lite-f2ce .thumbnail_0523 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box_center_b356 .steel_db87 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.box_center_b356 .nav-fbd0 {
  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);
}
.description-8757 .pink_6073 .photo-green-63a6 {
  background-color: var(--e-global-color-primary);
}
.description-8757 .accent_inner_dabc {
  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);
}
.gallery-gold-4480 .slow-6587 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery-gold-4480 .footer-93f0 {
  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);
}
.gallery-gold-4480 .disabled_de46 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.highlight_dim_02e2 .active-4088,
.highlight_dim_02e2 .active-4088 a {
  color: var(--e-global-color-primary);
}
.highlight_dim_02e2 .active-4088.glass_784d,
.highlight_dim_02e2 .active-4088.glass_784d a {
  color: var(--e-global-color-accent);
}
.highlight_dim_02e2 .active-4088 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_dim_02e2 .last-d519 {
  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);
}
.huge_b418 .full_7cf4,
.huge_b418 .copper-f100 {
  color: var(--e-global-color-primary);
}
.huge_b418 .full_7cf4 svg {
  fill: var(--e-global-color-primary);
}
.huge_b418 .glass_784d .full_7cf4,
.huge_b418 .glass_784d .copper-f100 {
  color: var(--e-global-color-accent);
}
.huge_b418 .glass_784d .full_7cf4 svg {
  fill: var(--e-global-color-accent);
}
.huge_b418 .copper-f100 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.huge_b418 .last-d519 {
  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);
}
.inner-b395 .table-f63b,
.inner-b395 .clean-4d17 {
  color: var(--e-global-color-primary);
}
.inner-b395 .clean-4d17 svg {
  fill: var(--e-global-color-primary);
}
.inner-b395 .active-4088.glass_784d a,
.inner-b395
  .active-4088.glass_784d
  .clean-4d17 {
  color: var(--e-global-color-accent);
}
.inner-b395 .table-f63b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.inner-b395 .last-d519 {
  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);
}
.large-1782 .dropdown-hard-e5a6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.large-1782 .item-north-0c67 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last_99b2 .module-464c .iron_efc1 {
  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);
}
.last_99b2 .module-464c .wrapper-gold-cf42 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last_99b2 .header_plasma_9c61 .iron_efc1 {
  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);
}
.last_99b2
  .header_plasma_9c61
  .wrapper-gold-cf42 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last_99b2
  .easy_1d3b
  .iron_efc1 {
  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);
}
.last_99b2
  .easy_1d3b
  .wrapper-gold-cf42 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last_99b2
  .alert_under_90ab
  .iron_efc1 {
  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);
}
.last_99b2
  .alert_under_90ab
  .wrapper-gold-cf42 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.smooth_f441 .badge-wide-438b {
  background-color: var(--e-global-color-primary);
}
.smooth_f441 .badge-wide-438b:hover {
  background-color: var(--e-global-color-primary);
}
.smooth_f441 .motion-d519 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.smooth_f441
  .badge-wide-438b:hover
  .motion-d519 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid-fb73 .message-light-68d2 {
  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);
}
.card-ecf7 .current_27ec .steel-100d a {
  background-color: var(--e-global-color-accent);
}
.card-ecf7 .current_27ec .focus-50ab a {
  background-color: var(--e-global-color-accent);
}
.card-ecf7 .current_27ec .steel-100d a,
.card-ecf7 .current_27ec .focus-50ab a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_south_8a13
  .accent_b96e.box-simple-0fb1
  .current_27ec
  a.menu_5b1a {
  background-color: var(--e-global-color-accent);
}
.content_south_8a13
  .accent_b96e.box-simple-0fb1
  .current_27ec
  span.menu_5b1a.fn-current-5a21 {
  background-color: var(--e-global-color-text);
}
.content_south_8a13
  .accent_b96e.box-simple-0fb1
  .current_27ec
  .menu_5b1a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_b33f .logo_light_f6ee {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_b33f
  .picture-south-463a
  > .box_486f
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_b33f
  .layout_inner_305d
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_b33f
  .backdrop_033f
  .badge-b799,
.bronze_b33f
  .backdrop_033f
  .dark_45a8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze_b33f
  .backdrop_033f
  .shade-down-38ab,
.bronze_b33f
  .backdrop_033f
  a
  .shade-down-38ab {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_b33f
  .backdrop_033f
  .dropdown_upper_04ee {
  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);
}
.bronze_b33f
  .backdrop_033f
  .blue_56aa {
  background-color: var(--e-global-color-primary);
}
.bronze_b33f
  .backdrop_033f
  .blue_56aa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_b33f
  .backdrop_033f
  .blue_56aa:hover {
  background-color: var(--e-global-color-primary);
}
.bronze_b33f
  .backdrop_033f
  .nav-copper-3cd6 {
  background-color: var(--e-global-color-primary);
}
.bronze_b33f
  .backdrop_033f
  .nav-copper-3cd6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_b33f
  .backdrop_033f
  .nav-copper-3cd6:hover {
  background-color: var(--e-global-color-primary);
}
.bronze_b33f
  .badge_wood_ae0d
  .progress-stale-2748
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze_b33f
  .badge_wood_ae0d
  .stone_bfc1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_b33f
  .badge_wood_ae0d
  .dropdown_upper_04ee {
  color: var(--e-global-color-text);
}
.bronze_b33f
  .badge_wood_ae0d
  .dropdown_upper_04ee
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_b33f
  .badge_wood_ae0d
  .blue_56aa {
  background-color: var(--e-global-color-primary);
}
.bronze_b33f
  .badge_wood_ae0d
  .blue_56aa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_b33f
  .badge_wood_ae0d
  .blue_56aa:hover {
  background-color: var(--e-global-color-primary);
}
.bronze_b33f
  .badge_wood_ae0d
  .nav-copper-3cd6 {
  background-color: var(--e-global-color-primary);
}
.bronze_b33f
  .badge_wood_ae0d
  .nav-copper-3cd6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_b33f
  .badge_wood_ae0d
  .nav-copper-3cd6:hover {
  background-color: var(--e-global-color-primary);
}
.bronze_b33f .summary_gas_11e8 {
  background-color: var(--e-global-color-primary);
}
.bronze_b33f .summary_gas_11e8:hover {
  background-color: var(--e-global-color-primary);
}
.bronze_b33f .wide-e424 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze_b33f .alert-active-d1b9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outer-6908 .button_orange_eebe {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outer-6908
  .secondary_4cbe
  > div:nth-child(3)
  .button_orange_eebe,
.outer-6908
  .active-a3a8
  > div:nth-child(1)
  .button_orange_eebe,
.outer-6908
  .old-53fa
  > div:nth-child(1)
  .button_orange_eebe,
.outer-6908
  .overlay-ce90
  > div:nth-child(1)
  .button_orange_eebe,
.outer-6908
  .status-wide-6bf4
  > div:nth-child(1)
  .button_orange_eebe {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outer-6908 .item-last-4144 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outer-6908 .badge_7312 {
  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);
}
.outer-6908 .widget_bottom_f0b5 {
  background-color: var(--e-global-color-primary);
}
.outer-6908 .widget_bottom_f0b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outer-6908 .widget_bottom_f0b5:hover {
  background-color: var(--e-global-color-primary);
}
.outer-6908 .middle-0ef0 {
  background-color: var(--e-global-color-primary);
}
.outer-6908 .middle-0ef0:hover {
  background-color: var(--e-global-color-primary);
}
.outer-6908 .wide-e424 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outer-6908 .alert-active-d1b9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-up-883c .title-middle-71c1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-up-883c .cool-0b27 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-up-883c .paragraph-next-60d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-up-883c .down_f1ee {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-up-883c .brown_da9d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-up-883c .middle-0ef0 {
  background-color: var(--e-global-color-primary);
}
.picture-up-883c .middle-0ef0:hover {
  background-color: var(--e-global-color-primary);
}
.thumbnail_17ca .outline_2fbc {
  background-color: var(--e-global-color-secondary);
}
.thumbnail_17ca .block-right-6acb {
  background-color: var(--e-global-color-text);
}
.thumbnail_17ca .hard_ae1f {
  background-color: var(--e-global-color-secondary);
}
.thumbnail_17ca .large_4201 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_17ca .large-af8e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail_17ca .green-f13f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail_17ca .static-2a41 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail_17ca .aside_over_32f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_bright_fab2 .link-dcc9 .progress_iron_f638,
.hover_bright_fab2
  .link-dcc9
  .progress_iron_f638
  a,
.hover_bright_fab2 .table-b493 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_bright_fab2 .link-dcc9 .disabled_8969,
.hover_bright_fab2 .photo_044f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_bright_fab2 .link-dcc9 .disabled_8969 {
  color: var(--e-global-color-text);
}
.hover_bright_fab2 .photo_044f {
  color: var(--e-global-color-text);
}
.hover_bright_fab2
  .link-dcc9
  .modal-d42e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover_bright_fab2 .shadow-2bde .container_d408 {
  background-color: var(--e-global-color-primary);
}
.hover_bright_fab2 .shadow-2bde .container_d408:hover {
  background-color: var(--e-global-color-primary);
}
.hover_bright_fab2 .shadow-2bde .tiny-c40f li span {
  background-color: var(--e-global-color-text);
}
.hover_bright_fab2 .shadow-2bde .tiny-c40f li span:hover {
  background-color: var(--e-global-color-primary);
}
.hover_bright_fab2
  .shadow-2bde
  .tiny-c40f
  li.white_bc30
  span {
  background-color: var(--e-global-color-accent);
}
.hover_bright_fab2 .dynamic-186f span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard-ebbc .over-93b0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.lite-58ad .surface_4200 {
  background-color: var(--e-global-color-primary);
}
.lite-58ad .layout_0b16 {
  background-color: var(--e-global-color-secondary);
}
.lite-58ad .text-b9ea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-58ad .hovered-3b0a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-58ad .content_tall_139d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-58ad .paragraph-03ff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-58ad .accordion-9339 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-58ad .purple_63e1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-58ad .hover_c7e6 {
  background-color: var(--e-global-color-primary);
}
.lite-58ad .hover_c7e6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.component_b77b .picture-smooth-8c9b {
  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);
}
.component_b77b .summary-33d8 {
  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);
}
.component_b77b
  .tertiary-black-33f8:after {
  background-color: var(--e-global-color-primary);
}
.component_b77b .sort-9710 {
  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);
}
.element_0493 .table-b493 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_0493 .photo_044f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary_mini_ce4e .simple-0e06 .smooth_e367 {
  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);
}
.summary_mini_ce4e .simple-0e06 .alert-red-2e25 {
  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_stone_3923 .silver_f157 {
  background-color: var(--e-global-color-primary);
}
.container_stone_3923 .disabled-first-55d8 {
  background-color: var(--e-global-color-secondary);
}
.container_stone_3923 .easy_9091 .slider-2ca5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container_stone_3923 .label_8a37 .slider-2ca5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_c2d5 .overlay-e817 .notification_05dc {
  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);
}
.thumbnail_c2d5 .overlay-e817 .light_4ee0 {
  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);
}
.thumbnail_c2d5 .overlay-e817 .purple-4d62 {
  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);
}
.green-8f20 .search-full-9e86 {
  border-color: var(--e-global-color-text);
}
.green-8f20 .filter-old-ccf1 {
  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);
}
.green-8f20 .gas_789e {
  color: var(--e-global-color-primary);
}
.green-8f20 .copper-9bd2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.glass_9134 .fast-f29c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.glass_9134 .slider-d50c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.glass_9134 .cool_7add:hover .fast-f29c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.glass_9134
  .cool_7add:hover
  .slider-d50c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status_6d96 .current-a3f7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status_6d96 .aside_outer_f87b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.modal_5ec6 .highlight_7452 .plasma-e76f {
  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);
}
.modal_5ec6 .wood-4089 .plasma-e76f {
  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);
}
.table-rough-4810 .content_3d04 {
  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);
}
.banner-thick-5a6b .focus_narrow_6583 .button_565f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.banner-thick-5a6b .focus_narrow_6583 .button_565f {
  background-color: var(--e-global-color-secondary);
}
.banner-thick-5a6b .lower-7f8d .button_565f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.banner-thick-5a6b .lower-7f8d .button_565f {
  background-color: var(--e-global-color-secondary);
}
.banner-thick-5a6b .dropdown_aaf7 .pattern-2801 {
  background-color: var(--e-global-color-primary);
}
.banner-thick-5a6b .dropdown_aaf7:hover .pattern-2801 {
  background-color: var(--e-global-color-secondary);
}
.banner-thick-5a6b .container_d408 {
  background-color: var(--e-global-color-primary);
}
.banner-thick-5a6b .container_d408:hover {
  background-color: var(--e-global-color-accent);
}
.banner-thick-5a6b .tiny-c40f li span {
  background-color: var(--e-global-color-text);
}
.banner-thick-5a6b .tiny-c40f li span:hover {
  background-color: var(--e-global-color-primary);
}
.banner-thick-5a6b .tiny-c40f li.white_bc30 span {
  background-color: var(--e-global-color-accent);
}
.tag_gas_eaea .photo-east-ae53 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag_gas_eaea .hovered_0dc0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel_in_cd70 .input-out-233f:before {
  background-color: var(--e-global-color-secondary);
}
.panel_in_cd70 .outline_top_17e1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel_in_cd70 .easy_5ca8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper_26cf .paragraph_under_d78a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper_26cf .paragraph_under_d78a:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper_26cf .paragraph_under_d78a.fn-active-5a21 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper_26cf .popup-777e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper_26cf .highlight_right_782e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper_26cf .surface_1a0f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper_26cf .box_west_d0b9 {
  background-color: var(--e-global-color-primary);
}
.upper_26cf .box_west_d0b9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.upper_26cf .title-pressed-3590 {
  background-color: var(--e-global-color-primary);
}
.upper_26cf .title-pressed-3590 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.form-up-888b .soft-8a5a .bronze-2a34 a {
  color: var(--e-global-color-secondary);
}
.form-up-888b .soft-8a5a .bronze-2a34 a:hover {
  color: var(--e-global-color-secondary);
}
.form-up-888b .soft-8a5a .bronze-2a34,
.form-up-888b .soft-8a5a .bronze-2a34 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-up-888b .soft-8a5a .column_dirty_b5fb {
  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);
}
.form-up-888b .soft-8a5a .stale_4bb4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-up-888b .soft-8a5a .caption_5e2e {
  background-color: var(--e-global-color-primary);
}
.form-up-888b .soft-8a5a .caption_5e2e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-up-888b .soft-8a5a .caption_5e2e:hover {
  background-color: var(--e-global-color-primary);
}
.form-up-888b .soft-8a5a .banner-0009 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.form-up-888b .soft-8a5a .banner-0009 {
  background-color: var(--e-global-color-primary);
}
.form-up-888b .soft-8a5a .banner-0009:hover {
  background-color: var(--e-global-color-primary);
}
.form-up-888b .soft-8a5a .container_d408 {
  background-color: var(--e-global-color-primary);
}
.form-up-888b .soft-8a5a .container_d408:hover {
  background-color: var(--e-global-color-primary);
}
.form-up-888b .shadow-2bde .tiny-c40f li span {
  background-color: var(--e-global-color-text);
}
.form-up-888b .shadow-2bde .tiny-c40f li span:hover {
  background-color: var(--e-global-color-primary);
}
.form-up-888b .shadow-2bde .tiny-c40f li.white_bc30 span {
  background-color: var(--e-global-color-accent);
}
.form-up-888b .wide-e424 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form-up-888b .alert-active-d1b9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list-down-c896 .thick_b047 .fresh-253e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list-down-c896 .thick_b047 .photo_down_e063 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list-down-c896 .thick_b047 .selected_ffec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar-under-2bd7 .preview-upper-055c {
  border-color: var(--e-global-color-text);
}
.avatar-under-2bd7 .dropdown-a79c {
  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);
}
.avatar-under-2bd7 .frame-narrow-be56 {
  color: var(--e-global-color-secondary);
}
.avatar-under-2bd7 .frame-narrow-be56 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar-under-2bd7 .soft_474d > * {
  color: var(--e-global-color-primary);
}
.avatar-under-2bd7 .soft_474d > * svg {
  fill: var(--e-global-color-primary);
}
.avatar-under-2bd7 .center_3984 {
  color: var(--e-global-color-primary);
}
.avatar-under-2bd7 .center_3984 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar-under-2bd7 .lower_a312 {
  color: var(--e-global-color-primary);
}
.avatar-under-2bd7 .lower_a312 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar-under-2bd7 .search_stone_965e {
  color: var(--e-global-color-primary);
}
.avatar-under-2bd7 .search_stone_965e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar-under-2bd7 .up-62a2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar-under-2bd7 .fluid-dab4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar-under-2bd7 .fluid-dab4.clean_bbed {
  color: var(--e-global-color-secondary);
}
.avatar-under-2bd7 .fluid-dab4.clean_bbed .north-ee4e {
  color: var(--e-global-color-accent);
}
.avatar-under-2bd7 .fluid-dab4.hard_0189 {
  color: var(--e-global-color-text);
}
.avatar-under-2bd7 .fluid-dab4.hard_0189 .north-ee4e {
  color: var(--e-global-color-text);
}
.avatar-under-2bd7 .fluid-dab4:before {
  border-top-color: var(--e-global-color-text);
}
.avatar-under-2bd7 .heading-53d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar-under-2bd7
  .heading-53d8
  .avatar-d195 {
  background-color: var(--e-global-color-primary);
}
.avatar-under-2bd7
  .heading-53d8
  .avatar-d195 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.avatar-under-2bd7 .preview-upper-055c .pressed-f0da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav_large_da4b .green_52c5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav_large_da4b .carousel-red-40eb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.static_e27f .tabs-narrow-06e7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.static_e27f
  .outline-bottom-b2e2
  .widget-in-0bcc {
  background-color: var(--e-global-color-secondary);
}
.static_e27f
  .outline-bottom-b2e2.focus_9f2c
  .widget-in-0bcc {
  background-color: var(--e-global-color-text);
}
.static_e27f
  .outline-bottom-b2e2:hover
  .widget-in-0bcc {
  background-color: var(--e-global-color-accent);
}
.static_e27f
  .outline-bottom-b2e2.fn-active-5a21
  .widget-in-0bcc {
  background-color: var(--e-global-color-primary);
}
.search-e3cc .disabled-narrow-1582 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.search-e3cc .dropdown_rough_ad90 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-e3cc .new-7a57 {
  background-color: var(--e-global-color-primary);
}
.search-e3cc .new-7a57 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.text-01f9 .black_a041 .pressed-6a24 .chip_red_6602 {
  background-color: var(--e-global-color-secondary);
}
.text-01f9 .black_a041 .center_ddb0:after {
  background-color: var(--e-global-color-secondary);
}
.text-01f9 .notice_down_b037 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text-01f9 .content-east-167a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text-01f9 .list_e8aa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text-01f9 .label_d99a {
  background-color: var(--e-global-color-primary);
}
.text-01f9 .label_d99a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.text-01f9 .grid-blue-349a {
  background-color: var(--e-global-color-secondary);
}
.text-01f9 .grid-blue-349a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.text-01f9 .black_a041 .grid-d277 .main_6bc3:hover {
  background-color: var(--e-global-color-primary);
}
.text-01f9
  .black_a041
  .grid-d277
  .main_6bc3.purple-4d97 {
  background-color: var(--e-global-color-primary);
}
.text-01f9 .black_a041 .logo-stale-a590:before {
  border-color: var(--e-global-color-primary);
}
.text-01f9 .black_a041 .logo-stale-a590:hover:before {
  border-color: var(--e-global-color-secondary);
}
.text-01f9
  .black_a041
  .logo-stale-a590.hover-fresh-6784:before {
  border-color: var(--e-global-color-primary);
}
.text-01f9 .text_selected_3aeb span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bright_7a25 .dark_9ef6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bright_7a25 .dark_9ef6:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bright_7a25 .dark_9ef6.component_soft_c4e4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bright_7a25 .badge-narrow-997d {
  background-color: var(--e-global-color-primary);
}
.bright_7a25 .badge-narrow-997d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bright_7a25
  .tag_1a73
  .blue-1f55
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bright_7a25
  .sort_upper_3d23
  .blue-1f55
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.red-31e9
  .background_48f2
  .message-mini-158c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red-31e9
  .background_48f2
  .black_9061 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red-31e9 .surface-5258 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red-31e9 .description_05f8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.red-31e9 .hot_617a {
  background-color: var(--e-global-color-primary);
}
.red-31e9 .hot_617a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.west-6969 .content_5c34 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.west-6969 .feature_894d {
  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);
}
.west-6969 .chip_bright_ef0d {
  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);
}
.west-6969 .chip_bright_ef0d a:hover {
  color: var(--e-global-color-secondary);
}
.west-6969 .overlay-a88c {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.west-6969 .wrapper-complex-26bf {
  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);
}
.west-6969 .content-pro-62ef .container_d408 {
  background-color: var(--e-global-color-primary);
}
.west-6969 .content-pro-62ef .container_d408:hover {
  background-color: var(--e-global-color-accent);
}
.west-6969
  .content-pro-62ef
  .tiny-c40f
  li
  span {
  background-color: var(--e-global-color-text);
}
.west-6969
  .content-pro-62ef
  .tiny-c40f
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.west-6969
  .content-pro-62ef
  .tiny-c40f
  li.white_bc30
  span {
  background-color: var(--e-global-color-accent);
}
.gallery_purple_3d80
  .frame-b2cf
  .dropdown_motion_2149 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gallery_purple_3d80 .frame-b2cf .detail-rough-f72b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gallery_purple_3d80 .frame-b2cf .slider_4edb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_purple_3d80 .over-3820 {
  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);
}
.gallery_purple_3d80
  .focus_63cf.aside_2b49 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > a {
  background-color: var(--e-global-color-text);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > a
  .nav_over_3635.focused-af01 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > a
  .medium_f86b.wide-0785 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > .clean_a9de
  .disabled_24cc
  > a {
  background-color: var(--e-global-color-secondary);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > .clean_a9de
  .disabled_24cc
  > a
  .section_dynamic_88b0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > .clean_a9de
  .disabled_24cc
  > a
  .medium_f86b.shadow-dark-2e86 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > a
  .hidden_full_39b8:before {
  color: var(--e-global-color-text);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > .clean_a9de
  a
  .hidden_full_39b8:before {
  color: var(--e-global-color-text);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc.secondary_b3f9
  > a
  .hidden_full_39b8:before {
  color: var(--e-global-color-text);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > .clean_a9de
  .disabled_24cc.secondary_b3f9
  > a
  .hidden_full_39b8:before {
  color: var(--e-global-color-text);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > a
  .active-720d
  .pro_d6be {
  color: var(--e-global-color-text);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > .clean_a9de
  a
  .active-720d
  .pro_d6be {
  color: var(--e-global-color-text);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > a
  .active-720d
  .pro_d6be,
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > .clean_a9de
  a
  .active-720d
  .pro_d6be {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > a
  .huge-47f9:before {
  color: var(--e-global-color-text);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > .clean_a9de
  a
  .huge-47f9:before {
  color: var(--e-global-color-text);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc.secondary_b3f9
  > a
  .huge-47f9:before {
  color: var(--e-global-color-text);
}
.hover_warm_9c0c
  > .cold_d9bf
  > div
  > .gradient_2ca1
  > .disabled_24cc
  > .clean_a9de
  .disabled_24cc.secondary_b3f9
  > a
  .huge-47f9:before {
  color: var(--e-global-color-text);
}
.medium_d862 .gas-cf5b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.medium_d862
  .element-liquid-a1ad:hover
  .gas-cf5b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.picture-cool-0646
  > .cold_d9bf
  > .dim-9abc
  > .slider_left_71a9
  > .fresh-9b71
  > .description_667d
  .message_first_e847 {
  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);
}
.picture-cool-0646
  > .cold_d9bf
  > .dim-9abc
  > .slider_left_71a9
  > .fresh-9b71
  > .description_667d:hover
  .message_first_e847 {
  color: var(--e-global-color-text);
}
.picture-cool-0646
  > .cold_d9bf
  > .dim-9abc
  > .slider_left_71a9
  > .fresh-9b71
  > .description_667d:hover
  .message_first_e847 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-cool-0646
  > .cold_d9bf
  > .dim-9abc
  > .slider_left_71a9
  > .fresh-9b71.status_004a
  > .description_667d
  .message_first_e847 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.medium-0a58 .block_4935 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium-0a58 .tall_c109 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium-0a58 .accent_162f {
  background-color: var(--e-global-color-primary);
}
.medium-0a58 .accent_162f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fast_107f
  > .cold_d9bf
  > .silver_f03d
  > .green-af6c
  > .pink_7972
  .red-f2a7 {
  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);
}
.fast_107f
  > .cold_d9bf
  > .silver_f03d
  > .green-af6c
  > .pink_7972
  .copper-22f4 {
  color: var(--e-global-color-text);
}
.fast_107f
  > .cold_d9bf
  > .silver_f03d
  > .green-af6c
  > .pink_7972:hover
  .red-f2a7 {
  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);
}
.fast_107f
  > .cold_d9bf
  > .silver_f03d
  > .green-af6c
  > .pink_7972:hover
  .copper-22f4 {
  color: var(--e-global-color-secondary);
}
.fast_107f
  > .cold_d9bf
  > .silver_f03d
  > .green-af6c
  > .pink_7972.copper_777a
  .red-f2a7 {
  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);
}
.fast_107f
  > .cold_d9bf
  > .silver_f03d
  > .green-af6c
  > .pink_7972.copper_777a
  .copper-22f4 {
  color: var(--e-global-color-primary);
}
.secondary-b319
  .active-outer-1cb8
  .popup_373a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.secondary-b319 .container-65b4 .pressed-f0da .brown_5b29 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stone_cab7 .texture_35c7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stone_cab7 .fresh_2716 .texture_35c7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stone_cab7 .card_21b4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.stone_cab7 .card_21b4 {
  background-color: var(--e-global-color-primary);
}
.static_f352 .pattern_fluid_7494 .disabled_a6f9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.static_f352
  .pattern_fluid_7494:hover
  .shadow_pink_df42 {
  color: var(--e-global-color-secondary);
}
.static_f352
  .pattern_fluid_7494:hover
  .disabled_a6f9 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture_narrow_0ce1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.fixed-bbbb {
  flex-direction: column;
}

.fixed-bbbb .secondary-e22b {
  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.fixed-bbbb .secondary-e22b {
  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);
}

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

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

.accordion-c904.paragraph_251f {
  display: none;
}

.red-2f9d {
  display: none;
}

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

.tabs_large_3015.icon_b0bb {
  margin-bottom: 40px;
  width: 100%;
}

.notice-wood-7d54 {
  margin-bottom: 25px !important;
  margin-top: 5px !important;
  position: static !important;
}

.fixed-bbbb a {
  width: 100%;
}

.soft_156c .modal_next_dd41.tertiary-blue-0b91 {
  width: 20% !important;
}

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

.layout-03b2: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%);
}

.layout-03b2 svg {
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

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

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

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

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

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

.soft_156c
  .modal_next_dd41.component_narrow_52fa
  .text_steel_c6c6
  .notice-a905 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.block_black_19ed.disabled_stale_d3d6 > .preview_red_f7d4 {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

.search-copper-392c {
  position: relative;
  width: 100%;
}

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

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

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

.gradient-dynamic-2f71 {
  width: 150px !important;
  height: 150px !important;
  max-width: none;
  border-radius: 20px;
}

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

.soft_156c
  .modal_next_dd41.status-clean-1f51
  .popup_rough_2ed9
  .frame_tiny_d4b9 {
  width: 100% !important;
}

.pressed-71a2 {
  width: 500px !important;
  max-width: none;
}

.smooth_83d2 {
  width: 100%;
}

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

.sort-bottom-51e1 {
  position: relative;
  cursor: pointer;
}

.sort-bottom-51e1::before {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 20px;

  display: none;
}

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

.table-copper-ff8b {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.sort-bottom-51e1:hover .table-copper-ff8b {
  visibility: visible;
}
.sort-bottom-51e1:hover.sort-bottom-51e1::before {
  display: block;
}

.east_9b06 h3 {
  color: #fff;
}

.west_627a {
  margin: 0;
}

.soft_156c
  .modal_next_dd41.status-clean-1f51
  .frame_tiny_d4b9
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.modal-57f1 {
  width: 100%;
}

.panel-1349 {
  width: 100%;
}

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

.panel-1349 {
  width: 100%;
}

.accent-thick-c6f3 {
  margin-bottom: 10px !important;
}

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

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

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

.fixed-bbbb .secondary-e22b.outer_d4ec {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.fixed-bbbb h1.secondary-e22b {
  margin-top: 80px !important;
}

.soft_156c .modal_next_dd41.tiny-6863 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.table_outer_3113 img {
  width: 100%;
}

.container-simple-8b0c .message_d8e7.text_steel_c6c6 {
  justify-content: space-between;
}

.frame-822f {
  display: none;
}

.aside_9eb5 .avatar_5ae7 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .block_black_19ed .preview_red_f7d4 {
    flex-wrap: nowrap !important;
  }
}

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

  .pressed-71a2 {
    width: 100% !important;
  }
}

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

  .layout-03b2 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .container-simple-8b0c .message_d8e7.text_steel_c6c6 {
    border-bottom: 1px solid #f0c159;
  }

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

  .block_black_19ed.disabled_stale_d3d6 > .preview_red_f7d4 {
    gap: 15px;
    justify-content: space-between;
  }

  .soft_156c
    .modal_next_dd41.status-clean-1f51
    .frame_tiny_d4b9
    img {
    width: 60% !important;
  }

  .layout_56c2 {
    left: 2%;
  }

  .mask-hot-90ae {
    margin: 10px 0;
  }

  .fixed-bbbb .avatar_5ae7 {
    margin: 0;
    margin-bottom: 10px;
  }

  .layout-03b2 {
    font-size: 16px !important;
  }

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

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

  h2.fixed-bbbb .secondary-e22b,
  .fixed-bbbb .secondary-e22b {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .frame_tiny_d4b9 {
    justify-content: center;
  }

  .fixed-bbbb .avatar_5ae7 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .notice-wood-7d54 {
    margin-bottom: 15px !important;
  }

  .soft_156c .modal_next_dd41.tertiary-blue-0b91 {
    width: 75% !important;
  }

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

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

  h2.fixed-bbbb .secondary-e22b,
  .fixed-bbbb .secondary-e22b {
    font-size: 30px !important;
  }

  .frame_tiny_d4b9 {
    justify-content: center;
  }

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

  .link_2cfb
    .aside-pink-f872.fluid_86cd {
    margin: 0 !important;
  }

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

  .mask-hot-90ae {
    display: flex;
  }

  .advanced_ddff .layout-03b2 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .fixed-bbbb h1.secondary-e22b {
    margin-top: 40px !important;
  }

  .soft_156c
    .modal_next_dd41.status-clean-1f51
    .frame_tiny_d4b9
    img,
  .breadcrumb-fluid-fb05 .popup_rough_2ed9 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .soft_156c .modal_next_dd41.tertiary-blue-0b91 {
    width: 100% !important;
  }

  .block_black_19ed.disabled_stale_d3d6 > .preview_red_f7d4 {
    gap: 3px;
  }

  .fixed-bbbb .avatar_5ae7 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.container-simple-8b0c .message_d8e7.text_steel_c6c6 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.container-simple-8b0c .message_d8e7.text_steel_c6c6: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);
}

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

/* 图片容器简化样式 */
.search-copper-392c {
  position: relative;
  width: 100%;
}

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

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

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

/* 图片块简化样式 */
.gradient-dynamic-2f71 {
  display: block;
}

/* 响应式增强 */
@media (max-width: 767px) {
  .container-simple-8b0c .message_d8e7.text_steel_c6c6 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .fixed-bbbb .secondary-e22b {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .layout-03b2 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.texture_ed0d .detail_5470 {
  flex-shrink: 0;
  white-space: nowrap;
}

.texture_ed0d .secondary-b884 {
  flex-shrink: 0;
  min-width: fit-content;
}

.texture_ed0d .notice-a905 {
  white-space: nowrap;
}

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

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

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

.texture_ed0d .secondary-b884 {
  max-width: 80px !important;
  overflow: hidden;
}

.texture_ed0d .message_d8e7.text_steel_c6c6 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.texture_ed0d .notice-a905 {
  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);
  }
}

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

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

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

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

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

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

/* css-noise: 38db */
.shadow-element-i0 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.3;
}
