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(.light_e8bf) {
  gap: 0.5em;
}
:where(.content_next_0786) {
  gap: 0.5em;
}
body .breadcrumb_77b4 > .image_2793 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .breadcrumb_77b4 > .steel-6580 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .breadcrumb_77b4 > .table_b927 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .full_ab38 > .image_2793 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .full_ab38 > .steel-6580 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .full_ab38 > .table_b927 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .full_ab38
  > :where(:not(.image_2793):not(.steel-6580):not(.heading-9655)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .full_ab38 > .layout_9cd5 {
  max-width: var(--wp--style--global--wide-size);
}
body .light_e8bf {
  display: flex;
}
body .light_e8bf {
  flex-wrap: wrap;
  align-items: center;
}
body .light_e8bf > * {
  margin: 0;
}
body .content_next_0786 {
  display: grid;
}
body .content_next_0786 > * {
  margin: 0;
}
:where(.under_78a7.light_e8bf) {
  gap: 2em;
}
:where(.under_78a7.content_next_0786) {
  gap: 2em;
}
:where(.modal_864c.light_e8bf) {
  gap: 1.25em;
}
:where(.modal_864c.content_next_0786) {
  gap: 1.25em;
}
.dim-0a57 {
  color: var(--wp--preset--color--black) !important;
}
.frame_d614 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.slow_8f91 {
  color: var(--wp--preset--color--white) !important;
}
.avatar-ff89 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.dropdown_a65d {
  color: var(--wp--preset--color--vivid-red) !important;
}
.texture_46c6 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.breadcrumb_under_d7fe {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.component_360d {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.yellow-49df {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.over-dff5 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.accordion_f0f2 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.icon-90f4 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.button-yellow-fbe4 {
  background-color: var(--wp--preset--color--black) !important;
}
.fresh-767a {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.table_3382 {
  background-color: var(--wp--preset--color--white) !important;
}
.video_soft_ae1a {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.sidebar-clean-6e20 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.hot-7749 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.modal-solid-c6eb {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.background_last_13e3 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.green-5df0 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.fast_9a4b {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.wrapper_98ac {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.summary_mini_93d7 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.form_ad06 {
  border-color: var(--wp--preset--color--black) !important;
}
.tertiary-static-4348 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.active-7592 {
  border-color: var(--wp--preset--color--white) !important;
}
.status_4122 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.grid_old_4e2f {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.active-2e85 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.banner_c9f5 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.hard_f198 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.medium_4bd0 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.over_958b {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.complex-9a44 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.image_rough_ea1c {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.old_08fc {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.hover-ec3f {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.feature_short_4baa {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.active_c42a {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.info-cda4 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.sidebar-a1ab {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.summary_tiny_8582 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.modal_light_91dc {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.status-f3fa {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.dropdown-yellow-0124 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.full-40aa {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.status_dynamic_42b6 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.outline_gas_ca1f {
  font-size: var(--wp--preset--font-size--small) !important;
}
.widget-stale-805e {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.outline_fde3 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.outline-current-2517 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.progress-f3cb a:where(:not(.down-8003)) {
  color: inherit;
}
:where(.modal_864c.light_e8bf) {
  gap: 1.25em;
}
:where(.modal_864c.content_next_0786) {
  gap: 1.25em;
}
:where(.under_78a7.light_e8bf) {
  gap: 2em;
}
:where(.under_78a7.content_next_0786) {
  gap: 2em;
}
.plasma_6078 {
  font-size: 1.5em;
  line-height: 1.6;
}

.sidebar_67a9 .button-wide-8da2 {
  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);
}
.preview_2918 .tiny_4da3 {
  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);
}
.info_pro_bc0b {
  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);
}
.info_pro_bc0b.first_71c8 .title_476c {
  background-color: var(--e-global-color-primary);
}
.info_pro_bc0b.thick-892f .title_476c,
.info_pro_bc0b.input-large-8c23 .title_476c {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.basic-7381 .notice_brown_a188 {
  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-5126 {
  --divider-color: var(--e-global-color-secondary);
}
.advanced-5126 .notice_advanced_4833 {
  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-5126.detail-huge-148c .main_29ac {
  background-color: var(--e-global-color-secondary);
}
.advanced-5126.chip-plasma-34c8 .main_29ac,
.advanced-5126.image_green_f10c .main_29ac {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.advanced-5126.chip-plasma-34c8 .main_29ac,
.advanced-5126.image_green_f10c .main_29ac svg {
  fill: var(--e-global-color-secondary);
}
.advanced-6d07 .full_30b4 {
  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-6d07 .badge-83ea {
  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);
}
.out-601d.detail-huge-148c .main_29ac {
  background-color: var(--e-global-color-primary);
}
.out-601d.chip-plasma-34c8 .main_29ac,
.out-601d.image_green_f10c .main_29ac {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.out-601d.chip-plasma-34c8 .main_29ac,
.out-601d.image_green_f10c .main_29ac svg {
  fill: var(--e-global-color-primary);
}
.basic_6992.detail-huge-148c .main_29ac {
  background-color: var(--e-global-color-primary);
}
.basic_6992.chip-plasma-34c8 .main_29ac,
.basic_6992.image_green_f10c .main_29ac {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.basic_6992 .blue-a2f7 {
  color: var(--e-global-color-primary);
}
.basic_6992 .blue-a2f7,
.basic_6992 .blue-a2f7 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.basic_6992 .easy_88ff {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_white_4073 .avatar_current_399c {
  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-a894 .button_1c9e .right-6cbe {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status-simple-7260 .alert-west-4a27:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.status-simple-7260 .dynamic_ee11 i {
  color: var(--e-global-color-primary);
}
.status-simple-7260 .dynamic_ee11 svg {
  fill: var(--e-global-color-primary);
}
.status-simple-7260 .article-7541 {
  color: var(--e-global-color-secondary);
}
.status-simple-7260 .alert-west-4a27 > .article-7541,
.status-simple-7260 .alert-west-4a27 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last_0ddd .element-huge-b7a5 {
  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);
}
.last_0ddd .list-down-0947 {
  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);
}
.narrow_7b84 .soft_b23a .solid-7e7a {
  background-color: var(--e-global-color-primary);
}
.narrow_7b84 .search_current_b43e {
  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);
}
.mask-current-4d43 .title-6bad {
  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);
}
.mask-current-4d43 .texture_thick_4653 {
  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);
}
.mask-current-4d43 .lower-a44d {
  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);
}
.element-8729 .alert_purple_523e,
.element-8729 .alert_purple_523e a {
  color: var(--e-global-color-primary);
}
.element-8729 .alert_purple_523e.label-f430,
.element-8729 .alert_purple_523e.label-f430 a {
  color: var(--e-global-color-accent);
}
.element-8729 .alert_purple_523e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.element-8729 .tabs-out-72f2 {
  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);
}
.frame_warm_44dc .form_new_dbb9,
.frame_warm_44dc .tall-88df {
  color: var(--e-global-color-primary);
}
.frame_warm_44dc .form_new_dbb9 svg {
  fill: var(--e-global-color-primary);
}
.frame_warm_44dc .label-f430 .form_new_dbb9,
.frame_warm_44dc .label-f430 .tall-88df {
  color: var(--e-global-color-accent);
}
.frame_warm_44dc .label-f430 .form_new_dbb9 svg {
  fill: var(--e-global-color-accent);
}
.frame_warm_44dc .tall-88df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame_warm_44dc .tabs-out-72f2 {
  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_69af .search_yellow_5477,
.bronze_69af .smooth-cc86 {
  color: var(--e-global-color-primary);
}
.bronze_69af .smooth-cc86 svg {
  fill: var(--e-global-color-primary);
}
.bronze_69af .alert_purple_523e.label-f430 a,
.bronze_69af
  .alert_purple_523e.label-f430
  .smooth-cc86 {
  color: var(--e-global-color-accent);
}
.bronze_69af .search_yellow_5477 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze_69af .tabs-out-72f2 {
  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);
}
.pagination-copper-c858 .gradient_b4dc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination-copper-c858 .fresh-4a69 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav_4eb7 .texture-ed65 .table-cbd9 {
  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);
}
.nav_4eb7 .texture-ed65 .white_7727 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav_4eb7 .alert-advanced-0bff .table-cbd9 {
  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);
}
.nav_4eb7
  .alert-advanced-0bff
  .white_7727 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav_4eb7
  .out_e623
  .table-cbd9 {
  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);
}
.nav_4eb7
  .out_e623
  .white_7727 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav_4eb7
  .west_dd35
  .table-cbd9 {
  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);
}
.nav_4eb7
  .west_dd35
  .white_7727 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev-2cfe .wrapper-prev-cf9c {
  background-color: var(--e-global-color-primary);
}
.prev-2cfe .wrapper-prev-cf9c:hover {
  background-color: var(--e-global-color-primary);
}
.prev-2cfe .photo_active_6b76 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.prev-2cfe
  .wrapper-prev-cf9c:hover
  .photo_active_6b76 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status_under_306b .progress-blue-8555 {
  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);
}
.blue-2054 .sort-bfa8 .form_8793 a {
  background-color: var(--e-global-color-accent);
}
.blue-2054 .sort-bfa8 .row_044b a {
  background-color: var(--e-global-color-accent);
}
.blue-2054 .sort-bfa8 .form_8793 a,
.blue-2054 .sort-bfa8 .row_044b a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_9857
  .picture_8938.backdrop_f159
  .sort-bfa8
  a.overlay-active-0ddf {
  background-color: var(--e-global-color-accent);
}
.widget_9857
  .picture_8938.backdrop_f159
  .sort-bfa8
  span.overlay-active-0ddf.fn-current-9bfb {
  background-color: var(--e-global-color-text);
}
.widget_9857
  .picture_8938.backdrop_f159
  .sort-bfa8
  .overlay-active-0ddf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_liquid_b49b .current_2552 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_liquid_b49b
  .heading_0ee8
  > .list_clean_b71e
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_liquid_b49b
  .element_static_0438
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_liquid_b49b
  .silver-86b5
  .dropdown_soft_fe08,
.column_liquid_b49b
  .silver-86b5
  .sort-small-0ad1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.column_liquid_b49b
  .silver-86b5
  .large-7edb,
.column_liquid_b49b
  .silver-86b5
  a
  .large-7edb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_liquid_b49b
  .silver-86b5
  .chip-b9b9 {
  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);
}
.column_liquid_b49b
  .silver-86b5
  .active_north_0c26 {
  background-color: var(--e-global-color-primary);
}
.column_liquid_b49b
  .silver-86b5
  .active_north_0c26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_liquid_b49b
  .silver-86b5
  .active_north_0c26:hover {
  background-color: var(--e-global-color-primary);
}
.column_liquid_b49b
  .silver-86b5
  .thick-1c78 {
  background-color: var(--e-global-color-primary);
}
.column_liquid_b49b
  .silver-86b5
  .thick-1c78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_liquid_b49b
  .silver-86b5
  .thick-1c78:hover {
  background-color: var(--e-global-color-primary);
}
.column_liquid_b49b
  .purple_2b0d
  .status_13fd
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.column_liquid_b49b
  .purple_2b0d
  .static_df67 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_liquid_b49b
  .purple_2b0d
  .chip-b9b9 {
  color: var(--e-global-color-text);
}
.column_liquid_b49b
  .purple_2b0d
  .chip-b9b9
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_liquid_b49b
  .purple_2b0d
  .active_north_0c26 {
  background-color: var(--e-global-color-primary);
}
.column_liquid_b49b
  .purple_2b0d
  .active_north_0c26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_liquid_b49b
  .purple_2b0d
  .active_north_0c26:hover {
  background-color: var(--e-global-color-primary);
}
.column_liquid_b49b
  .purple_2b0d
  .thick-1c78 {
  background-color: var(--e-global-color-primary);
}
.column_liquid_b49b
  .purple_2b0d
  .thick-1c78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_liquid_b49b
  .purple_2b0d
  .thick-1c78:hover {
  background-color: var(--e-global-color-primary);
}
.column_liquid_b49b .upper_f3c5 {
  background-color: var(--e-global-color-primary);
}
.column_liquid_b49b .upper_f3c5:hover {
  background-color: var(--e-global-color-primary);
}
.column_liquid_b49b .iron-9f6c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.column_liquid_b49b .old_94cf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_green_257e .header_gold_e755 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_green_257e
  .info_aeab
  > div:nth-child(3)
  .header_gold_e755,
.highlight_green_257e
  .hero_focused_8041
  > div:nth-child(1)
  .header_gold_e755,
.highlight_green_257e
  .image-advanced-a3c3
  > div:nth-child(1)
  .header_gold_e755,
.highlight_green_257e
  .hot_137e
  > div:nth-child(1)
  .header_gold_e755,
.highlight_green_257e
  .button-prev-648d
  > div:nth-child(1)
  .header_gold_e755 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_green_257e .dark-7bb2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_green_257e .hidden-gas-8d9c {
  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);
}
.highlight_green_257e .sidebar_stone_de75 {
  background-color: var(--e-global-color-primary);
}
.highlight_green_257e .sidebar_stone_de75 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_green_257e .sidebar_stone_de75:hover {
  background-color: var(--e-global-color-primary);
}
.highlight_green_257e .hero_3041 {
  background-color: var(--e-global-color-primary);
}
.highlight_green_257e .hero_3041:hover {
  background-color: var(--e-global-color-primary);
}
.highlight_green_257e .iron-9f6c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_green_257e .old_94cf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lower_efa0 .gallery-8e61 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lower_efa0 .menu-easy-8a60 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lower_efa0 .next-77c6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lower_efa0 .header_bottom_5881 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lower_efa0 .picture_yellow_3eb0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lower_efa0 .hero_3041 {
  background-color: var(--e-global-color-primary);
}
.lower_efa0 .hero_3041:hover {
  background-color: var(--e-global-color-primary);
}
.list_gold_9ec8 .link_2f61 {
  background-color: var(--e-global-color-secondary);
}
.list_gold_9ec8 .button_1442 {
  background-color: var(--e-global-color-text);
}
.list_gold_9ec8 .backdrop-f868 {
  background-color: var(--e-global-color-secondary);
}
.list_gold_9ec8 .warm_a8a7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list_gold_9ec8 .list_5542 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list_gold_9ec8 .iron-fab4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list_gold_9ec8 .gradient-left-7ce3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list_gold_9ec8 .wood_2cb1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold_a2a1 .wrapper_slow_1a02 .steel_44b3,
.cold_a2a1
  .wrapper_slow_1a02
  .steel_44b3
  a,
.cold_a2a1 .photo_focused_4a74 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold_a2a1 .wrapper_slow_1a02 .background-liquid-b0cd,
.cold_a2a1 .cold-3cb3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold_a2a1 .wrapper_slow_1a02 .background-liquid-b0cd {
  color: var(--e-global-color-text);
}
.cold_a2a1 .cold-3cb3 {
  color: var(--e-global-color-text);
}
.cold_a2a1
  .wrapper_slow_1a02
  .description-edd8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.cold_a2a1 .status_stone_1844 .cool-2b0d {
  background-color: var(--e-global-color-primary);
}
.cold_a2a1 .status_stone_1844 .cool-2b0d:hover {
  background-color: var(--e-global-color-primary);
}
.cold_a2a1 .status_stone_1844 .info_d5ac li span {
  background-color: var(--e-global-color-text);
}
.cold_a2a1 .status_stone_1844 .info_d5ac li span:hover {
  background-color: var(--e-global-color-primary);
}
.cold_a2a1
  .status_stone_1844
  .info_d5ac
  li.lite_dd5c
  span {
  background-color: var(--e-global-color-accent);
}
.cold_a2a1 .focused_dfba span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-dark-6a1c .banner_13e9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.silver-ba4a .block-down-281e {
  background-color: var(--e-global-color-primary);
}
.silver-ba4a .description-12c3 {
  background-color: var(--e-global-color-secondary);
}
.silver-ba4a .label_5f71 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-ba4a .lite-861f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-ba4a .hard-0b83 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-ba4a .focus_smooth_64cd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-ba4a .steel-c2c3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-ba4a .steel-b6ab {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-ba4a .next-e60a {
  background-color: var(--e-global-color-primary);
}
.silver-ba4a .next-e60a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gallery_outer_a065 .simple_25f7 {
  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);
}
.gallery_outer_a065 .badge_bronze_6ac8 {
  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);
}
.gallery_outer_a065
  .footer_ee70:after {
  background-color: var(--e-global-color-primary);
}
.gallery_outer_a065 .widget-641f {
  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_3c22 .photo_focused_4a74 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_3c22 .cold-3cb3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fast_cbf4 .section_old_8632 .summary_blue_fc4b {
  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);
}
.fast_cbf4 .section_old_8632 .header-84a7 {
  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);
}
.logo-f93e .warm_6671 {
  background-color: var(--e-global-color-primary);
}
.logo-f93e .shadow-blue-46e1 {
  background-color: var(--e-global-color-secondary);
}
.logo-f93e .rough_7bf2 .focus-0a84 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.logo-f93e .pattern_ac48 .focus-0a84 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-c785 .lower_0102 .header_8c62 {
  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);
}
.tertiary-c785 .lower_0102 .dim_f21f {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-c785 .lower_0102 .paper-cc54 {
  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);
}
.first_3167 .heading_6cc1 {
  border-color: var(--e-global-color-text);
}
.first_3167 .gradient_blue_208c {
  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);
}
.first_3167 .up-fffb {
  color: var(--e-global-color-primary);
}
.first_3167 .hovered-23de {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline-complex-efb9 .plasma-96c2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline-complex-efb9 .hot_ba19 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline-complex-efb9 .top_812f:hover .plasma-96c2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline-complex-efb9
  .top_812f:hover
  .hot_ba19 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.banner-wide-4654 .logo_d264 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.banner-wide-4654 .row_fast_daa0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination_4df9 .logo-red-175b .info_53e6 {
  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);
}
.pagination_4df9 .link_0605 .info_53e6 {
  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);
}
.content_selected_1f64 .fluid_e852 {
  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);
}
.silver_cd9c .fixed_87ce .prev_3c80 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver_cd9c .fixed_87ce .prev_3c80 {
  background-color: var(--e-global-color-secondary);
}
.silver_cd9c .nav-f455 .prev_3c80 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver_cd9c .nav-f455 .prev_3c80 {
  background-color: var(--e-global-color-secondary);
}
.silver_cd9c .selected-b2d5 .lower_7041 {
  background-color: var(--e-global-color-primary);
}
.silver_cd9c .selected-b2d5:hover .lower_7041 {
  background-color: var(--e-global-color-secondary);
}
.silver_cd9c .cool-2b0d {
  background-color: var(--e-global-color-primary);
}
.silver_cd9c .cool-2b0d:hover {
  background-color: var(--e-global-color-accent);
}
.silver_cd9c .info_d5ac li span {
  background-color: var(--e-global-color-text);
}
.silver_cd9c .info_d5ac li span:hover {
  background-color: var(--e-global-color-primary);
}
.silver_cd9c .info_d5ac li.lite_dd5c span {
  background-color: var(--e-global-color-accent);
}
.alert-bright-94b0 .element_17be {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert-bright-94b0 .north_f647 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup_first_06d8 .under_6c20:before {
  background-color: var(--e-global-color-secondary);
}
.popup_first_06d8 .hidden-yellow-f8d0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup_first_06d8 .header-white-e7f8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over_ec05 .texture_brown_cc54 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over_ec05 .texture_brown_cc54:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over_ec05 .texture_brown_cc54.fn-active-9bfb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over_ec05 .video_gas_d36b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.over_ec05 .fixed_3ccb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.over_ec05 .caption_0ff4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.over_ec05 .input-7c5c {
  background-color: var(--e-global-color-primary);
}
.over_ec05 .input-7c5c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.over_ec05 .bronze_6afe {
  background-color: var(--e-global-color-primary);
}
.over_ec05 .bronze_6afe {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.overlay_d186 .accordion-silver-6ae1 .input-c194 a {
  color: var(--e-global-color-secondary);
}
.overlay_d186 .accordion-silver-6ae1 .input-c194 a:hover {
  color: var(--e-global-color-secondary);
}
.overlay_d186 .accordion-silver-6ae1 .input-c194,
.overlay_d186 .accordion-silver-6ae1 .input-c194 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_d186 .accordion-silver-6ae1 .status-131e {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_d186 .accordion-silver-6ae1 .silver_f8aa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_d186 .accordion-silver-6ae1 .liquid_2b0f {
  background-color: var(--e-global-color-primary);
}
.overlay_d186 .accordion-silver-6ae1 .liquid_2b0f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_d186 .accordion-silver-6ae1 .liquid_2b0f:hover {
  background-color: var(--e-global-color-primary);
}
.overlay_d186 .accordion-silver-6ae1 .background_cold_d8f4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.overlay_d186 .accordion-silver-6ae1 .background_cold_d8f4 {
  background-color: var(--e-global-color-primary);
}
.overlay_d186 .accordion-silver-6ae1 .background_cold_d8f4:hover {
  background-color: var(--e-global-color-primary);
}
.overlay_d186 .accordion-silver-6ae1 .cool-2b0d {
  background-color: var(--e-global-color-primary);
}
.overlay_d186 .accordion-silver-6ae1 .cool-2b0d:hover {
  background-color: var(--e-global-color-primary);
}
.overlay_d186 .status_stone_1844 .info_d5ac li span {
  background-color: var(--e-global-color-text);
}
.overlay_d186 .status_stone_1844 .info_d5ac li span:hover {
  background-color: var(--e-global-color-primary);
}
.overlay_d186 .status_stone_1844 .info_d5ac li.lite_dd5c span {
  background-color: var(--e-global-color-accent);
}
.overlay_d186 .iron-9f6c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay_d186 .old_94cf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list-c9be .sidebar_east_3aa3 .badge_liquid_37d1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list-c9be .sidebar_east_3aa3 .lower-12c3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list-c9be .sidebar_east_3aa3 .photo_pro_2e26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_634a .outline_c531 {
  border-color: var(--e-global-color-text);
}
.hard_634a .tiny_e046 {
  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);
}
.hard_634a .input_2b1f {
  color: var(--e-global-color-secondary);
}
.hard_634a .input_2b1f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_634a .light_b95b > * {
  color: var(--e-global-color-primary);
}
.hard_634a .light_b95b > * svg {
  fill: var(--e-global-color-primary);
}
.hard_634a .easy_6fa8 {
  color: var(--e-global-color-primary);
}
.hard_634a .easy_6fa8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_634a .avatar_easy_50aa {
  color: var(--e-global-color-primary);
}
.hard_634a .avatar_easy_50aa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_634a .inner_436b {
  color: var(--e-global-color-primary);
}
.hard_634a .inner_436b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_634a .photo_77b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_634a .nav-clean-5098 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_634a .nav-clean-5098.disabled-7079 {
  color: var(--e-global-color-secondary);
}
.hard_634a .nav-clean-5098.disabled-7079 .tag-adf9 {
  color: var(--e-global-color-accent);
}
.hard_634a .nav-clean-5098.frame_active_5be1 {
  color: var(--e-global-color-text);
}
.hard_634a .nav-clean-5098.frame_active_5be1 .tag-adf9 {
  color: var(--e-global-color-text);
}
.hard_634a .nav-clean-5098:before {
  border-top-color: var(--e-global-color-text);
}
.hard_634a .border-f859 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_634a
  .border-f859
  .outer_727e {
  background-color: var(--e-global-color-primary);
}
.hard_634a
  .border-f859
  .outer_727e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hard_634a .outline_c531 .dropdown-bronze-6583 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption-9701 .hero_fixed_1cc9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.caption-9701 .list_5899 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stone_e732 .info-dim-e7d5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stone_e732
  .upper-8c81
  .item-left-c93b {
  background-color: var(--e-global-color-secondary);
}
.stone_e732
  .upper-8c81.icon_ea82
  .item-left-c93b {
  background-color: var(--e-global-color-text);
}
.stone_e732
  .upper-8c81:hover
  .item-left-c93b {
  background-color: var(--e-global-color-accent);
}
.stone_e732
  .upper-8c81.fn-active-9bfb
  .item-left-c93b {
  background-color: var(--e-global-color-primary);
}
.shade_tall_5c0c .dirty-e3ab {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.shade_tall_5c0c .info-liquid-45bb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade_tall_5c0c .silver-a69a {
  background-color: var(--e-global-color-primary);
}
.shade_tall_5c0c .silver-a69a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.old_f39d .wrapper-3dc8 .tertiary_8f4c .outline_tiny_1937 {
  background-color: var(--e-global-color-secondary);
}
.old_f39d .wrapper-3dc8 .notification-06cf:after {
  background-color: var(--e-global-color-secondary);
}
.old_f39d .background_medium_ff4b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.old_f39d .hero_cd9f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.old_f39d .center-4ca3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.old_f39d .pattern-outer-be71 {
  background-color: var(--e-global-color-primary);
}
.old_f39d .pattern-outer-be71 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.old_f39d .progress_1838 {
  background-color: var(--e-global-color-secondary);
}
.old_f39d .progress_1838 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.old_f39d .wrapper-3dc8 .slider-9dd6 .right-84ec:hover {
  background-color: var(--e-global-color-primary);
}
.old_f39d
  .wrapper-3dc8
  .slider-9dd6
  .right-84ec.cold_2111 {
  background-color: var(--e-global-color-primary);
}
.old_f39d .wrapper-3dc8 .text-dark-bf1c:before {
  border-color: var(--e-global-color-primary);
}
.old_f39d .wrapper-3dc8 .text-dark-bf1c:hover:before {
  border-color: var(--e-global-color-secondary);
}
.old_f39d
  .wrapper-3dc8
  .text-dark-bf1c.link-up-310e:before {
  border-color: var(--e-global-color-primary);
}
.old_f39d .full-b43d span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main-5ffa .title_gas_0f33 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-5ffa .title_gas_0f33:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-5ffa .title_gas_0f33.video-b03d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-5ffa .hard-910e {
  background-color: var(--e-global-color-primary);
}
.main-5ffa .hard-910e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-5ffa
  .badge_simple_c60e
  .hard-2526
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-5ffa
  .basic_652b
  .hard-2526
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notice-aca9
  .search_a4c0
  .dynamic-7965 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice-aca9
  .search_a4c0
  .info_west_f134 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice-aca9 .paragraph-95b9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice-aca9 .pressed-adbf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notice-aca9 .fluid_3f05 {
  background-color: var(--e-global-color-primary);
}
.notice-aca9 .fluid_3f05 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.warm-0b6b .motion-af57 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.warm-0b6b .lower-b933 {
  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);
}
.warm-0b6b .gold-6267 {
  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);
}
.warm-0b6b .gold-6267 a:hover {
  color: var(--e-global-color-secondary);
}
.warm-0b6b .west_fa0b {
  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);
}
.warm-0b6b .shade-03f2 {
  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);
}
.warm-0b6b .module_fb41 .cool-2b0d {
  background-color: var(--e-global-color-primary);
}
.warm-0b6b .module_fb41 .cool-2b0d:hover {
  background-color: var(--e-global-color-accent);
}
.warm-0b6b
  .module_fb41
  .info_d5ac
  li
  span {
  background-color: var(--e-global-color-text);
}
.warm-0b6b
  .module_fb41
  .info_d5ac
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.warm-0b6b
  .module_fb41
  .info_d5ac
  li.lite_dd5c
  span {
  background-color: var(--e-global-color-accent);
}
.white_703d
  .alert-7b13
  .summary_70c5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.white_703d .alert-7b13 .static-967c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.white_703d .alert-7b13 .outline-slow-e68b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.white_703d .module-gold-3da3 {
  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);
}
.white_703d
  .cool_3f62.icon-slow-2c48 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > a {
  background-color: var(--e-global-color-text);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > a
  .card_iron_5fd7.alert-large-a4e1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > a
  .feature_gold_fb28.logo-white-cd8a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > .footer-91de
  .overlay_0bee
  > a {
  background-color: var(--e-global-color-secondary);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > .footer-91de
  .overlay_0bee
  > a
  .sidebar_393a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > .footer-91de
  .overlay_0bee
  > a
  .feature_gold_fb28.icon_7574 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > a
  .narrow_9951:before {
  color: var(--e-global-color-text);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > .footer-91de
  a
  .narrow_9951:before {
  color: var(--e-global-color-text);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee.layout_north_44f2
  > a
  .narrow_9951:before {
  color: var(--e-global-color-text);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > .footer-91de
  .overlay_0bee.layout_north_44f2
  > a
  .narrow_9951:before {
  color: var(--e-global-color-text);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > a
  .dirty_78c1
  .accent_liquid_11ec {
  color: var(--e-global-color-text);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > .footer-91de
  a
  .dirty_78c1
  .accent_liquid_11ec {
  color: var(--e-global-color-text);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > a
  .dirty_78c1
  .accent_liquid_11ec,
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > .footer-91de
  a
  .dirty_78c1
  .accent_liquid_11ec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > a
  .hover-35e7:before {
  color: var(--e-global-color-text);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > .footer-91de
  a
  .hover-35e7:before {
  color: var(--e-global-color-text);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee.layout_north_44f2
  > a
  .hover-35e7:before {
  color: var(--e-global-color-text);
}
.huge-53b9
  > .panel_large_6edf
  > div
  > .table-huge-cd28
  > .overlay_0bee
  > .footer-91de
  .overlay_0bee.layout_north_44f2
  > a
  .hover-35e7:before {
  color: var(--e-global-color-text);
}
.soft-1545 .glass-0081 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.soft-1545
  .main-3bde:hover
  .glass-0081 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.detail_c783
  > .panel_large_6edf
  > .section-bright-5dfd
  > .backdrop-8a79
  > .fresh-5f82
  > .main-wood-c80e
  .sort-east-8032 {
  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);
}
.detail_c783
  > .panel_large_6edf
  > .section-bright-5dfd
  > .backdrop-8a79
  > .fresh-5f82
  > .main-wood-c80e:hover
  .sort-east-8032 {
  color: var(--e-global-color-text);
}
.detail_c783
  > .panel_large_6edf
  > .section-bright-5dfd
  > .backdrop-8a79
  > .fresh-5f82
  > .main-wood-c80e:hover
  .sort-east-8032 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.detail_c783
  > .panel_large_6edf
  > .section-bright-5dfd
  > .backdrop-8a79
  > .fresh-5f82.button_ab56
  > .main-wood-c80e
  .sort-east-8032 {
  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);
}
.dark_2bbe .notice-wide-7950 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dark_2bbe .row_smooth_34e1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dark_2bbe .notice_7de8 {
  background-color: var(--e-global-color-primary);
}
.dark_2bbe .notice_7de8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.menu_stale_1e40
  > .panel_large_6edf
  > .paper-bed5
  > .heading_f230
  > .left_1c85
  .tabs_1b5d {
  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);
}
.menu_stale_1e40
  > .panel_large_6edf
  > .paper-bed5
  > .heading_f230
  > .left_1c85
  .feature_0194 {
  color: var(--e-global-color-text);
}
.menu_stale_1e40
  > .panel_large_6edf
  > .paper-bed5
  > .heading_f230
  > .left_1c85:hover
  .tabs_1b5d {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.menu_stale_1e40
  > .panel_large_6edf
  > .paper-bed5
  > .heading_f230
  > .left_1c85:hover
  .feature_0194 {
  color: var(--e-global-color-secondary);
}
.menu_stale_1e40
  > .panel_large_6edf
  > .paper-bed5
  > .heading_f230
  > .left_1c85.green_f360
  .tabs_1b5d {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.menu_stale_1e40
  > .panel_large_6edf
  > .paper-bed5
  > .heading_f230
  > .left_1c85.green_f360
  .feature_0194 {
  color: var(--e-global-color-primary);
}
.banner-24a9
  .article_f5a1
  .badge-inner-f375 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.banner-24a9 .first_3da2 .dropdown-bronze-6583 .secondary-a86d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gold_5bad .blue-72e4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gold_5bad .surface_white_fd41 .blue-72e4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gold_5bad .silver_e55b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gold_5bad .silver_e55b {
  background-color: var(--e-global-color-primary);
}
.row_fluid_d4f0 .menu_narrow_75d8 .east-8420 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row_fluid_d4f0
  .menu_narrow_75d8:hover
  .thumbnail-0fbc {
  color: var(--e-global-color-secondary);
}
.row_fluid_d4f0
  .menu_narrow_75d8:hover
  .east-8420 {
  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);
}
.frame-bf55 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.section-83d1 {
  flex-direction: column;
}

.section-83d1 .status-right-d085 {
  font-size: 50px;
  font-weight: bold;

  text-align: center;
  color: #fff;
  margin-bottom: 5px !important;

  margin-top: 15px !important;
}

h2.section-83d1 .status-right-d085 {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.section-83d1 .block_fast_9dbc {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.secondary-d35b.surface_269b {
  display: none;
}

.tall_8383 {
  display: none;
}

body,
.outline-deea {
  background-color: #1d1e23 !important;
  /* background-image: url(../images/main_bg.background-south-5f73) !important; */
}

.message-aa4e.outline-light-1536 {
  margin-bottom: 40px;
  width: 100%;
}

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

.section-83d1 a {
  width: 100%;
}

.dirty_da92 .mini_9a95.backdrop-south-4d63 {
  width: 20% !important;
}

.blue_eb35 {
  display: block;
  gap: 5px;
  text-align: center;
  background-color: #f0c159;
  white-space: nowrap;
  display: flex;
  border-radius: 10px;

  padding: 10px 25px;
  align-items: center;
  justify-content: center;

  font-size: 25px !important;
  font-weight: 700 !important;
  color: #874800;
}

.blue_eb35:hover {
  color: #000;
}

.blue_eb35 svg {
  width: 20px;
  fill: #874800;

  transition: all 0.14s ease-out;
}

.blue_eb35:hover svg {
  fill: #000;
}

.black_daa8 {
  background-color: #f0c159;
  border-radius: 10px;
  color: #874800;
  width: 100px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.14s ease-out;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.black_daa8:hover {
  color: #000;
}

.black_daa8:nth-child(2) {
  background-color: transparent;
  color: #f0c159;
  transition: all 0.14s ease-out;

  border: 2px solid #f0c159;
}

.black_daa8:nth-child(2):hover {
  color: #fff;
}

.dirty_da92
  .mini_9a95.video_complex_5864
  .avatar_stale_6b37
  .thick_24d6 {
  font-size: 20px !important;
}

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

.tooltip-fresh-2776 {
  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;
}

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

  text-align: center;
}

.pattern-9d8d.layout_first_f464 > .gold_4c3e {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

.tag-smooth-8992 {
  position: relative;
  width: 100%;
}

.cold-8aae {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

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

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

.dirty_da92
  .mini_9a95.detail-in-ef9e
  .notice-4342
  .first-76ed {
  width: 100% !important;
}

.info-lower-ba2f {
  width: 500px !important;
  max-width: none;
}

.nav_white_c487 {
  width: 100%;
}

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

.layout-3cf6 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

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

  visibility: hidden;
}

.layout-3cf6:hover .component_a299 {
  visibility: visible;
}
.layout-3cf6:hover.layout-3cf6::before {
  display: block;
}

.image_4165 h3 {
  color: #fff;
}

.element_new_5a8e {
  margin: 0;
}

.dirty_da92
  .mini_9a95.detail-in-ef9e
  .first-76ed
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.gradient_left_da2e {
  width: 100%;
}

.container-53cf {
  width: 100%;
}

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

.container-53cf {
  width: 100%;
}

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

.first-76ed {
  display: flex;
  align-items: center;
}

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

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

.section-83d1 .status-right-d085.grid-18d0 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.section-83d1 h1.status-right-d085 {
  margin-top: 120px !important;
}

.dirty_da92 .mini_9a95.border-top-a7c0 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.bronze_15f6 img {
  width: 100%;
}

.hero-3cd5 .disabled-left-e496.avatar_stale_6b37 {
  justify-content: space-between;
}

.white-13da {
  display: none;
}

.gradient-hard-2920 .block_fast_9dbc {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .pattern-9d8d .gold_4c3e {
    flex-wrap: nowrap !important;
  }
}

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

  .info-lower-ba2f {
    width: 100% !important;
  }
}

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

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

  .hero-3cd5 .disabled-left-e496.avatar_stale_6b37 {
    border-bottom: 1px solid #f0c159;
  }

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

  .pattern-9d8d.layout_first_f464 > .gold_4c3e {
    gap: 15px;
    justify-content: space-between;
  }

  .dirty_da92
    .mini_9a95.detail-in-ef9e
    .first-76ed
    img {
    width: 60% !important;
  }

  .cold-8aae {
    left: 2%;
  }

  .block-paper-13b9 {
    margin: 10px 0;
  }

  .section-83d1 .block_fast_9dbc {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.section-83d1 .status-right-d085,
  .section-83d1 .status-right-d085 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .first-76ed {
    justify-content: center;
  }

  .section-83d1 .block_fast_9dbc {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .dirty_da92 .mini_9a95.backdrop-south-4d63 {
    width: 75% !important;
  }

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

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

  h2.section-83d1 .status-right-d085,
  .section-83d1 .status-right-d085 {
    font-size: 30px !important;
  }

  .first-76ed {
    justify-content: center;
  }

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

  .list_0022
    .alert_ae53.block_f3dd {
    margin: 0 !important;
  }

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

  .block-paper-13b9 {
    display: flex;
  }

  .right_dd2f .blue_eb35 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .section-83d1 h1.status-right-d085 {
    margin-top: 80px !important;
  }

  .dirty_da92
    .mini_9a95.detail-in-ef9e
    .first-76ed
    img,
  .advanced-6d07 .notice-4342 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .dirty_da92 .mini_9a95.backdrop-south-4d63 {
    width: 100% !important;
  }

  .pattern-9d8d.layout_first_f464 > .gold_4c3e {
    gap: 3px;
  }

  .section-83d1 .block_fast_9dbc {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: 5032 */
.widget-item-e8 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
