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(.paragraph_medium_8d65) {
  gap: 0.5em;
}
:where(.input_tall_b330) {
  gap: 0.5em;
}
body .modal_ba55 > .background-1acd {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .modal_ba55 > .lite-f7b5 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .modal_ba55 > .search_top_d35e {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .label_e3fc > .background-1acd {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .label_e3fc > .lite-f7b5 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .label_e3fc > .search_top_d35e {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .label_e3fc
  > :where(:not(.background-1acd):not(.lite-f7b5):not(.search_4303)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .label_e3fc > .highlight-cd58 {
  max-width: var(--wp--style--global--wide-size);
}
body .paragraph_medium_8d65 {
  display: flex;
}
body .paragraph_medium_8d65 {
  flex-wrap: wrap;
  align-items: center;
}
body .paragraph_medium_8d65 > * {
  margin: 0;
}
body .input_tall_b330 {
  display: grid;
}
body .input_tall_b330 > * {
  margin: 0;
}
:where(.media-first-f405.paragraph_medium_8d65) {
  gap: 2em;
}
:where(.media-first-f405.input_tall_b330) {
  gap: 2em;
}
:where(.article_rough_5205.paragraph_medium_8d65) {
  gap: 1.25em;
}
:where(.article_rough_5205.input_tall_b330) {
  gap: 1.25em;
}
.tag_pink_bc57 {
  color: var(--wp--preset--color--black) !important;
}
.picture-pink-acbb {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.header_5aa9 {
  color: var(--wp--preset--color--white) !important;
}
.active_3bd5 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.active-new-371d {
  color: var(--wp--preset--color--vivid-red) !important;
}
.accordion_fluid_b316 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.highlight_full_4e4e {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.slow-3178 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.tabs_eeab {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.dropdown-west-696a {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.pagination_1b8d {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.disabled_f64a {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.progress_4f76 {
  background-color: var(--wp--preset--color--black) !important;
}
.lite_d00e {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.footer_fab0 {
  background-color: var(--wp--preset--color--white) !important;
}
.gradient_purple_0316 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.main_ee7c {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.caption_active_5032 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.label_4a38 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.notice_f9b6 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.widget_down_5645 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.modal-8c4e {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.block-554a {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.card_north_b921 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.component_slow_2212 {
  border-color: var(--wp--preset--color--black) !important;
}
.container-brown-1be0 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.dropdown-solid-b58c {
  border-color: var(--wp--preset--color--white) !important;
}
.video-selected-c0fb {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.tag-1e46 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.progress-ce9d {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.block-3433 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.red_4d57 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.active_glass_2077 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.west-dac9 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.fresh_6cec {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.photo-81b4 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.outline-7591 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.block_bdb5 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.outer-1ec3 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.hero_solid_7607 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.preview_red_f3eb {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.cool_6883 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.thumbnail-bright-66c3 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.lower_1f30 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.notification-fresh-2ee5 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.large_40e9 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.dim-14c9 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.label-light-461b {
  background: var(--wp--preset--gradient--midnight) !important;
}
.text-9d08 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.sort_bronze_0aae {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.layout_4154 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.dynamic_3944 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.pattern-8041 a:where(:not(.hovered_add6)) {
  color: inherit;
}
:where(.article_rough_5205.paragraph_medium_8d65) {
  gap: 1.25em;
}
:where(.article_rough_5205.input_tall_b330) {
  gap: 1.25em;
}
:where(.media-first-f405.paragraph_medium_8d65) {
  gap: 2em;
}
:where(.media-first-f405.input_tall_b330) {
  gap: 2em;
}
.row-13ea {
  font-size: 1.5em;
  line-height: 1.6;
}

.solid_31c0 .paragraph-8371 {
  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);
}
.active-ea0b .center-088a {
  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);
}
.silver_890f {
  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);
}
.silver_890f.notice-1faa .alert_4d57 {
  background-color: var(--e-global-color-primary);
}
.silver_890f.tooltip_bfa0 .alert_4d57,
.silver_890f.icon-yellow-4687 .alert_4d57 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.layout_liquid_2a21 .bronze-cfaf {
  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);
}
.module_bright_3cc3 {
  --divider-color: var(--e-global-color-secondary);
}
.module_bright_3cc3 .center-0c39 {
  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);
}
.module_bright_3cc3.filter_paper_34dc .prev_56e8 {
  background-color: var(--e-global-color-secondary);
}
.module_bright_3cc3.link_static_b8d0 .prev_56e8,
.module_bright_3cc3.blue-20d6 .prev_56e8 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.module_bright_3cc3.link_static_b8d0 .prev_56e8,
.module_bright_3cc3.blue-20d6 .prev_56e8 svg {
  fill: var(--e-global-color-secondary);
}
.media-huge-e722 .preview-de26 {
  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);
}
.media-huge-e722 .hot_2e13 {
  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);
}
.element_wood_4135.filter_paper_34dc .prev_56e8 {
  background-color: var(--e-global-color-primary);
}
.element_wood_4135.link_static_b8d0 .prev_56e8,
.element_wood_4135.blue-20d6 .prev_56e8 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.element_wood_4135.link_static_b8d0 .prev_56e8,
.element_wood_4135.blue-20d6 .prev_56e8 svg {
  fill: var(--e-global-color-primary);
}
.tooltip-4da5.filter_paper_34dc .prev_56e8 {
  background-color: var(--e-global-color-primary);
}
.tooltip-4da5.link_static_b8d0 .prev_56e8,
.tooltip-4da5.blue-20d6 .prev_56e8 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.tooltip-4da5 .content-47d4 {
  color: var(--e-global-color-primary);
}
.tooltip-4da5 .content-47d4,
.tooltip-4da5 .content-47d4 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-4da5 .medium_414b {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_small_3da3 .south_1c19 {
  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);
}
.menu-3f78 .mask_3082 .dropdown-5570 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.image_07d4 .black_4bfe:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.image_07d4 .secondary-narrow-da95 i {
  color: var(--e-global-color-primary);
}
.image_07d4 .secondary-narrow-da95 svg {
  fill: var(--e-global-color-primary);
}
.image_07d4 .red-9fac {
  color: var(--e-global-color-secondary);
}
.image_07d4 .black_4bfe > .red-9fac,
.image_07d4 .black_4bfe > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_04fc .feature-cool-3740 {
  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);
}
.notification_04fc .basic_e1ce {
  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);
}
.hover-0465 .dynamic_a49a .status-5ebb {
  background-color: var(--e-global-color-primary);
}
.hover-0465 .header_complex_0dca {
  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);
}
.slow-1361 .slow-383a {
  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);
}
.slow-1361 .accordion_in_503d {
  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);
}
.slow-1361 .info_095f {
  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);
}
.button-easy-4a07 .easy_84d7,
.button-easy-4a07 .easy_84d7 a {
  color: var(--e-global-color-primary);
}
.button-easy-4a07 .easy_84d7.accordion_558a,
.button-easy-4a07 .easy_84d7.accordion_558a a {
  color: var(--e-global-color-accent);
}
.button-easy-4a07 .easy_84d7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button-easy-4a07 .next_c152 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_slow_7334 .mini-1db0,
.grid_slow_7334 .sidebar_5566 {
  color: var(--e-global-color-primary);
}
.grid_slow_7334 .mini-1db0 svg {
  fill: var(--e-global-color-primary);
}
.grid_slow_7334 .accordion_558a .mini-1db0,
.grid_slow_7334 .accordion_558a .sidebar_5566 {
  color: var(--e-global-color-accent);
}
.grid_slow_7334 .accordion_558a .mini-1db0 svg {
  fill: var(--e-global-color-accent);
}
.grid_slow_7334 .sidebar_5566 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_slow_7334 .next_c152 {
  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);
}
.feature_0582 .link_e970,
.feature_0582 .hard_36e8 {
  color: var(--e-global-color-primary);
}
.feature_0582 .hard_36e8 svg {
  fill: var(--e-global-color-primary);
}
.feature_0582 .easy_84d7.accordion_558a a,
.feature_0582
  .easy_84d7.accordion_558a
  .hard_36e8 {
  color: var(--e-global-color-accent);
}
.feature_0582 .link_e970 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature_0582 .next_c152 {
  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);
}
.widget-5863 .gradient_old_db75 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget-5863 .dropdown-complex-66b4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-down-a2ab .pattern_8614 .west-c0e5 {
  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);
}
.photo-down-a2ab .pattern_8614 .light-01f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-down-a2ab .gradient_hot_3061 .west-c0e5 {
  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);
}
.photo-down-a2ab
  .gradient_hot_3061
  .light-01f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-down-a2ab
  .background-7f01
  .west-c0e5 {
  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);
}
.photo-down-a2ab
  .background-7f01
  .light-01f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-down-a2ab
  .shade_over_54aa
  .west-c0e5 {
  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);
}
.photo-down-a2ab
  .shade_over_54aa
  .light-01f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_d2b8 .tooltip_ec1f {
  background-color: var(--e-global-color-primary);
}
.heading_d2b8 .tooltip_ec1f:hover {
  background-color: var(--e-global-color-primary);
}
.heading_d2b8 .red_1bf2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading_d2b8
  .tooltip_ec1f:hover
  .red_1bf2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.alert-218a .soft-8402 {
  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);
}
.picture-right-0100 .active_8715 .steel-aea5 a {
  background-color: var(--e-global-color-accent);
}
.picture-right-0100 .active_8715 .gallery_076d a {
  background-color: var(--e-global-color-accent);
}
.picture-right-0100 .active_8715 .steel-aea5 a,
.picture-right-0100 .active_8715 .gallery_076d a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple-7b5d
  .grid-new-3482.pressed-3ee0
  .active_8715
  a.fast-8740 {
  background-color: var(--e-global-color-accent);
}
.purple-7b5d
  .grid-new-3482.pressed-3ee0
  .active_8715
  span.fast-8740.fn-current-a117 {
  background-color: var(--e-global-color-text);
}
.purple-7b5d
  .grid-new-3482.pressed-3ee0
  .active_8715
  .fast-8740 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_east_b0e9 .chip_copper_656d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_east_b0e9
  .border-focused-4ca9
  > .component_middle_7124
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_east_b0e9
  .progress_motion_a5a7
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_east_b0e9
  .module_058a
  .complex_4c68,
.feature_east_b0e9
  .module_058a
  .white_5287 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature_east_b0e9
  .module_058a
  .tabs_out_ff7b,
.feature_east_b0e9
  .module_058a
  a
  .tabs_out_ff7b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_east_b0e9
  .module_058a
  .glass-6da8 {
  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);
}
.feature_east_b0e9
  .module_058a
  .tall-c272 {
  background-color: var(--e-global-color-primary);
}
.feature_east_b0e9
  .module_058a
  .tall-c272 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_east_b0e9
  .module_058a
  .tall-c272:hover {
  background-color: var(--e-global-color-primary);
}
.feature_east_b0e9
  .module_058a
  .text-green-ef8d {
  background-color: var(--e-global-color-primary);
}
.feature_east_b0e9
  .module_058a
  .text-green-ef8d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_east_b0e9
  .module_058a
  .text-green-ef8d:hover {
  background-color: var(--e-global-color-primary);
}
.feature_east_b0e9
  .hover_db27
  .info-in-5b76
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature_east_b0e9
  .hover_db27
  .link_dark_0940 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_east_b0e9
  .hover_db27
  .glass-6da8 {
  color: var(--e-global-color-text);
}
.feature_east_b0e9
  .hover_db27
  .glass-6da8
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_east_b0e9
  .hover_db27
  .tall-c272 {
  background-color: var(--e-global-color-primary);
}
.feature_east_b0e9
  .hover_db27
  .tall-c272 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_east_b0e9
  .hover_db27
  .tall-c272:hover {
  background-color: var(--e-global-color-primary);
}
.feature_east_b0e9
  .hover_db27
  .text-green-ef8d {
  background-color: var(--e-global-color-primary);
}
.feature_east_b0e9
  .hover_db27
  .text-green-ef8d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature_east_b0e9
  .hover_db27
  .text-green-ef8d:hover {
  background-color: var(--e-global-color-primary);
}
.feature_east_b0e9 .slider_stale_d270 {
  background-color: var(--e-global-color-primary);
}
.feature_east_b0e9 .slider_stale_d270:hover {
  background-color: var(--e-global-color-primary);
}
.feature_east_b0e9 .texture_f09a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature_east_b0e9 .basic_1e08 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.left-ff57 .middle_b850 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.left-ff57
  .sidebar_eda5
  > div:nth-child(3)
  .middle_b850,
.left-ff57
  .first_e344
  > div:nth-child(1)
  .middle_b850,
.left-ff57
  .primary_ac9a
  > div:nth-child(1)
  .middle_b850,
.left-ff57
  .detail-2dc7
  > div:nth-child(1)
  .middle_b850,
.left-ff57
  .chip_7dba
  > div:nth-child(1)
  .middle_b850 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.left-ff57 .upper-b155 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.left-ff57 .tooltip-8384 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.left-ff57 .article-9a61 {
  background-color: var(--e-global-color-primary);
}
.left-ff57 .article-9a61 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.left-ff57 .article-9a61:hover {
  background-color: var(--e-global-color-primary);
}
.left-ff57 .notification_046d {
  background-color: var(--e-global-color-primary);
}
.left-ff57 .notification_046d:hover {
  background-color: var(--e-global-color-primary);
}
.left-ff57 .texture_f09a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.left-ff57 .basic_1e08 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-first-1d14 .banner-orange-86d7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-first-1d14 .medium_36ef {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-first-1d14 .top-b6a9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-first-1d14 .progress-35fb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-first-1d14 .hidden-3c60 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-first-1d14 .notification_046d {
  background-color: var(--e-global-color-primary);
}
.hover-first-1d14 .notification_046d:hover {
  background-color: var(--e-global-color-primary);
}
.summary-eec7 .notification-brown-7810 {
  background-color: var(--e-global-color-secondary);
}
.summary-eec7 .label-yellow-c7d7 {
  background-color: var(--e-global-color-text);
}
.summary-eec7 .box_cool_7a0d {
  background-color: var(--e-global-color-secondary);
}
.summary-eec7 .secondary_1136 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary-eec7 .border-last-e8d3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-eec7 .block-smooth-a867 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-eec7 .texture-f26c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-eec7 .yellow_8984 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_small_4a18 .soft-f2a6 .sort_dim_6981,
.accent_small_4a18
  .soft-f2a6
  .sort_dim_6981
  a,
.accent_small_4a18 .tertiary-586c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_small_4a18 .soft-f2a6 .message-593d,
.accent_small_4a18 .right_ec3a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_small_4a18 .soft-f2a6 .message-593d {
  color: var(--e-global-color-text);
}
.accent_small_4a18 .right_ec3a {
  color: var(--e-global-color-text);
}
.accent_small_4a18
  .soft-f2a6
  .container-b565 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.accent_small_4a18 .box-8f2d .info_fast_31d3 {
  background-color: var(--e-global-color-primary);
}
.accent_small_4a18 .box-8f2d .info_fast_31d3:hover {
  background-color: var(--e-global-color-primary);
}
.accent_small_4a18 .box-8f2d .selected-35a3 li span {
  background-color: var(--e-global-color-text);
}
.accent_small_4a18 .box-8f2d .selected-35a3 li span:hover {
  background-color: var(--e-global-color-primary);
}
.accent_small_4a18
  .box-8f2d
  .selected-35a3
  li.video_easy_6a96
  span {
  background-color: var(--e-global-color-accent);
}
.accent_small_4a18 .full_6f92 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag-f611 .video-red-eff8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.north_9542 .narrow_238a {
  background-color: var(--e-global-color-primary);
}
.north_9542 .chip_ec88 {
  background-color: var(--e-global-color-secondary);
}
.north_9542 .media_0907 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.north_9542 .link_a3eb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.north_9542 .column-smooth-5e48 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.north_9542 .last-3531 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.north_9542 .border_prev_75a3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.north_9542 .media_9139 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.north_9542 .border_7aa7 {
  background-color: var(--e-global-color-primary);
}
.north_9542 .border_7aa7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.red_f01f .menu_motion_8be6 {
  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);
}
.red_f01f .footer_dd38 {
  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);
}
.red_f01f
  .item-db23:after {
  background-color: var(--e-global-color-primary);
}
.red_f01f .video_in_3eee {
  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);
}
.accent-upper-30cf .tertiary-586c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent-upper-30cf .right_ec3a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert-0a75 .alert_756e .input-clean-129d {
  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);
}
.alert-0a75 .alert_756e .west-c856 {
  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);
}
.input-c357 .dim_6a86 {
  background-color: var(--e-global-color-primary);
}
.input-c357 .full_4193 {
  background-color: var(--e-global-color-secondary);
}
.input-c357 .content-ca6d .layout-e513 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.input-c357 .highlight-15bb .layout-e513 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-60ae .filter-d05c .complex-ecf5 {
  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);
}
.picture-60ae .filter-d05c .light-09be {
  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);
}
.picture-60ae .filter-d05c .secondary-smooth-99e1 {
  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);
}
.thick_512a .dark-6704 {
  border-color: var(--e-global-color-text);
}
.thick_512a .basic-78c6 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thick_512a .pressed_4744 {
  color: var(--e-global-color-primary);
}
.thick_512a .middle-429d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.steel-4933 .solid-2794 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.steel-4933 .row_d79b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.steel-4933 .module_huge_4cd9:hover .solid-2794 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.steel-4933
  .module_huge_4cd9:hover
  .row_d79b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.inner-02b8 .border_5891 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.inner-02b8 .form-outer-02ff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_d4ba .accent_25a4 .pattern_3947 {
  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);
}
.aside_d4ba .prev_f215 .pattern_3947 {
  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);
}
.summary-95e5 .gallery-large-a43e {
  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);
}
.caption_3b7f .gradient_liquid_290f .picture_inner_a209 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.caption_3b7f .gradient_liquid_290f .picture_inner_a209 {
  background-color: var(--e-global-color-secondary);
}
.caption_3b7f .element-95db .picture_inner_a209 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.caption_3b7f .element-95db .picture_inner_a209 {
  background-color: var(--e-global-color-secondary);
}
.caption_3b7f .message-8b99 .message-in-7234 {
  background-color: var(--e-global-color-primary);
}
.caption_3b7f .message-8b99:hover .message-in-7234 {
  background-color: var(--e-global-color-secondary);
}
.caption_3b7f .info_fast_31d3 {
  background-color: var(--e-global-color-primary);
}
.caption_3b7f .info_fast_31d3:hover {
  background-color: var(--e-global-color-accent);
}
.caption_3b7f .selected-35a3 li span {
  background-color: var(--e-global-color-text);
}
.caption_3b7f .selected-35a3 li span:hover {
  background-color: var(--e-global-color-primary);
}
.caption_3b7f .selected-35a3 li.video_easy_6a96 span {
  background-color: var(--e-global-color-accent);
}
.breadcrumb-brown-980c .layout_d9f7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-brown-980c .tertiary_1929 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main-cold-29ff .inner_3216:before {
  background-color: var(--e-global-color-secondary);
}
.main-cold-29ff .info_8869 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main-cold-29ff .easy-0456 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_91e6 .status-01a5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_91e6 .status-01a5:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_91e6 .status-01a5.fn-active-a117 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_91e6 .outline_c85a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_91e6 .tertiary-white-73b7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_91e6 .border-mini-0097 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_91e6 .up-5e73 {
  background-color: var(--e-global-color-primary);
}
.hard_91e6 .up-5e73 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hard_91e6 .silver-cc5c {
  background-color: var(--e-global-color-primary);
}
.hard_91e6 .silver-cc5c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fast-e760 .fast_dd8f .content_81b1 a {
  color: var(--e-global-color-secondary);
}
.fast-e760 .fast_dd8f .content_81b1 a:hover {
  color: var(--e-global-color-secondary);
}
.fast-e760 .fast_dd8f .content_81b1,
.fast-e760 .fast_dd8f .content_81b1 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fast-e760 .fast_dd8f .label-inner-5e7f {
  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);
}
.fast-e760 .fast_dd8f .wrapper-over-5654 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fast-e760 .fast_dd8f .nav-779c {
  background-color: var(--e-global-color-primary);
}
.fast-e760 .fast_dd8f .nav-779c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fast-e760 .fast_dd8f .nav-779c:hover {
  background-color: var(--e-global-color-primary);
}
.fast-e760 .fast_dd8f .caption-inner-2080 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fast-e760 .fast_dd8f .caption-inner-2080 {
  background-color: var(--e-global-color-primary);
}
.fast-e760 .fast_dd8f .caption-inner-2080:hover {
  background-color: var(--e-global-color-primary);
}
.fast-e760 .fast_dd8f .info_fast_31d3 {
  background-color: var(--e-global-color-primary);
}
.fast-e760 .fast_dd8f .info_fast_31d3:hover {
  background-color: var(--e-global-color-primary);
}
.fast-e760 .box-8f2d .selected-35a3 li span {
  background-color: var(--e-global-color-text);
}
.fast-e760 .box-8f2d .selected-35a3 li span:hover {
  background-color: var(--e-global-color-primary);
}
.fast-e760 .box-8f2d .selected-35a3 li.video_easy_6a96 span {
  background-color: var(--e-global-color-accent);
}
.fast-e760 .texture_f09a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fast-e760 .basic_1e08 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper-2fe0 .panel_thick_7002 .hovered-8fed {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper-2fe0 .panel_thick_7002 .highlight_east_ce82 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wrapper-2fe0 .panel_thick_7002 .tabs_5473 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-a42b .top_132b {
  border-color: var(--e-global-color-text);
}
.summary-a42b .preview_201c {
  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);
}
.summary-a42b .outline-9d58 {
  color: var(--e-global-color-secondary);
}
.summary-a42b .outline-9d58 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-a42b .paragraph-complex-2db4 > * {
  color: var(--e-global-color-primary);
}
.summary-a42b .paragraph-complex-2db4 > * svg {
  fill: var(--e-global-color-primary);
}
.summary-a42b .frame-d4c3 {
  color: var(--e-global-color-primary);
}
.summary-a42b .frame-d4c3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary-a42b .hidden_purple_833f {
  color: var(--e-global-color-primary);
}
.summary-a42b .hidden_purple_833f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary-a42b .card_lite_4ee6 {
  color: var(--e-global-color-primary);
}
.summary-a42b .card_lite_4ee6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-a42b .avatar_0656 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-a42b .old_ae94 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-a42b .old_ae94.soft-1d82 {
  color: var(--e-global-color-secondary);
}
.summary-a42b .old_ae94.soft-1d82 .message_ed46 {
  color: var(--e-global-color-accent);
}
.summary-a42b .old_ae94.notification-smooth-e25f {
  color: var(--e-global-color-text);
}
.summary-a42b .old_ae94.notification-smooth-e25f .message_ed46 {
  color: var(--e-global-color-text);
}
.summary-a42b .old_ae94:before {
  border-top-color: var(--e-global-color-text);
}
.summary-a42b .tall-3a9e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-a42b
  .tall-3a9e
  .up-af4a {
  background-color: var(--e-global-color-primary);
}
.summary-a42b
  .tall-3a9e
  .up-af4a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary-a42b .top_132b .icon-e1ee {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture-large-9b71 .pattern_dynamic_3954 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture-large-9b71 .wide-dbdf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar-inner-04fa .primary_a9f0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar-inner-04fa
  .last-f9e6
  .summary_0884 {
  background-color: var(--e-global-color-secondary);
}
.avatar-inner-04fa
  .last-f9e6.tertiary_down_dbb6
  .summary_0884 {
  background-color: var(--e-global-color-text);
}
.avatar-inner-04fa
  .last-f9e6:hover
  .summary_0884 {
  background-color: var(--e-global-color-accent);
}
.avatar-inner-04fa
  .last-f9e6.fn-active-a117
  .summary_0884 {
  background-color: var(--e-global-color-primary);
}
.search_solid_5e7a .bright-e414 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.search_solid_5e7a .pagination-gas-f58d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search_solid_5e7a .banner_black_8d21 {
  background-color: var(--e-global-color-primary);
}
.search_solid_5e7a .banner_black_8d21 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.icon_current_0172 .rough_c29c .wood-264a .center-eb09 {
  background-color: var(--e-global-color-secondary);
}
.icon_current_0172 .rough_c29c .popup_3b31:after {
  background-color: var(--e-global-color-secondary);
}
.icon_current_0172 .full_cb2a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.icon_current_0172 .wrapper_clean_7942 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.icon_current_0172 .hard_e4e8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.icon_current_0172 .red-625f {
  background-color: var(--e-global-color-primary);
}
.icon_current_0172 .red-625f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.icon_current_0172 .button-black-ac83 {
  background-color: var(--e-global-color-secondary);
}
.icon_current_0172 .button-black-ac83 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.icon_current_0172 .rough_c29c .hard_a6a5 .complex_2566:hover {
  background-color: var(--e-global-color-primary);
}
.icon_current_0172
  .rough_c29c
  .hard_a6a5
  .complex_2566.section_basic_6643 {
  background-color: var(--e-global-color-primary);
}
.icon_current_0172 .rough_c29c .overlay-be1d:before {
  border-color: var(--e-global-color-primary);
}
.icon_current_0172 .rough_c29c .overlay-be1d:hover:before {
  border-color: var(--e-global-color-secondary);
}
.icon_current_0172
  .rough_c29c
  .overlay-be1d.message-3754:before {
  border-color: var(--e-global-color-primary);
}
.icon_current_0172 .sidebar_down_22d2 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-liquid-06ae .link_rough_550c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-liquid-06ae .link_rough_550c:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-liquid-06ae .link_rough_550c.tabs_current_829c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-liquid-06ae .feature-smooth-6bfb {
  background-color: var(--e-global-color-primary);
}
.heading-liquid-06ae .feature-smooth-6bfb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-liquid-06ae
  .plasma-5af5
  .accordion-black-c61c
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-liquid-06ae
  .form-medium-6f6a
  .accordion-black-c61c
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline_5b99
  .preview-81db
  .preview_34fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_5b99
  .preview-81db
  .static_61be {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_5b99 .bright_c4b4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_5b99 .box_over_c255 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline_5b99 .nav-new-d9e2 {
  background-color: var(--e-global-color-primary);
}
.outline_5b99 .nav-new-d9e2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline_thick_9e02 .nav-980e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_thick_9e02 .in-29af {
  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);
}
.outline_thick_9e02 .button_complex_a519 {
  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);
}
.outline_thick_9e02 .button_complex_a519 a:hover {
  color: var(--e-global-color-secondary);
}
.outline_thick_9e02 .accent-9fd1 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline_thick_9e02 .label-dim-672e {
  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);
}
.outline_thick_9e02 .item_92d5 .info_fast_31d3 {
  background-color: var(--e-global-color-primary);
}
.outline_thick_9e02 .item_92d5 .info_fast_31d3:hover {
  background-color: var(--e-global-color-accent);
}
.outline_thick_9e02
  .item_92d5
  .selected-35a3
  li
  span {
  background-color: var(--e-global-color-text);
}
.outline_thick_9e02
  .item_92d5
  .selected-35a3
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.outline_thick_9e02
  .item_92d5
  .selected-35a3
  li.video_easy_6a96
  span {
  background-color: var(--e-global-color-accent);
}
.soft_de1c
  .component_lite_b144
  .accent_cd8b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.soft_de1c .component_lite_b144 .form-stale-b8fd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.soft_de1c .component_lite_b144 .action-6be0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft_de1c .left_3928 {
  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);
}
.soft_de1c
  .shade-hot-848c.steel_091c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > a {
  background-color: var(--e-global-color-text);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > a
  .tag-static-f4fc.notification_motion_b31a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > a
  .row_df0f.full-adf3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > .logo-9a6b
  .white_b4db
  > a {
  background-color: var(--e-global-color-secondary);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > .logo-9a6b
  .white_b4db
  > a
  .tooltip-gold-403a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > .logo-9a6b
  .white_b4db
  > a
  .row_df0f.icon_efb7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > a
  .accent-liquid-8a52:before {
  color: var(--e-global-color-text);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > .logo-9a6b
  a
  .accent-liquid-8a52:before {
  color: var(--e-global-color-text);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db.west-8598
  > a
  .accent-liquid-8a52:before {
  color: var(--e-global-color-text);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > .logo-9a6b
  .white_b4db.west-8598
  > a
  .accent-liquid-8a52:before {
  color: var(--e-global-color-text);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > a
  .center_27fc
  .east-7de8 {
  color: var(--e-global-color-text);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > .logo-9a6b
  a
  .center_27fc
  .east-7de8 {
  color: var(--e-global-color-text);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > a
  .center_27fc
  .east-7de8,
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > .logo-9a6b
  a
  .center_27fc
  .east-7de8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > a
  .notice-7ea1:before {
  color: var(--e-global-color-text);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > .logo-9a6b
  a
  .notice-7ea1:before {
  color: var(--e-global-color-text);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db.west-8598
  > a
  .notice-7ea1:before {
  color: var(--e-global-color-text);
}
.plasma_aa26
  > .tertiary-iron-24b5
  > div
  > .west-77ef
  > .white_b4db
  > .logo-9a6b
  .white_b4db.west-8598
  > a
  .notice-7ea1:before {
  color: var(--e-global-color-text);
}
.blue-7ee0 .background-liquid-ee45 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.blue-7ee0
  .breadcrumb-9db2:hover
  .background-liquid-ee45 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slow-771f
  > .tertiary-iron-24b5
  > .menu_out_18e7
  > .row-full-8792
  > .table-copper-0ee9
  > .nav-west-17dd
  .gradient-f750 {
  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);
}
.slow-771f
  > .tertiary-iron-24b5
  > .menu_out_18e7
  > .row-full-8792
  > .table-copper-0ee9
  > .nav-west-17dd:hover
  .gradient-f750 {
  color: var(--e-global-color-text);
}
.slow-771f
  > .tertiary-iron-24b5
  > .menu_out_18e7
  > .row-full-8792
  > .table-copper-0ee9
  > .nav-west-17dd:hover
  .gradient-f750 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow-771f
  > .tertiary-iron-24b5
  > .menu_out_18e7
  > .row-full-8792
  > .table-copper-0ee9.message-e1bb
  > .nav-west-17dd
  .gradient-f750 {
  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);
}
.avatar_north_0b80 .action-9bd8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_north_0b80 .image-60f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_north_0b80 .east-a64d {
  background-color: var(--e-global-color-primary);
}
.avatar_north_0b80 .east-a64d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item-8a55
  > .tertiary-iron-24b5
  > .section_18ec
  > .lower-b03a
  > .in_3f25
  .purple_d3f9 {
  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);
}
.item-8a55
  > .tertiary-iron-24b5
  > .section_18ec
  > .lower-b03a
  > .in_3f25
  .section-027e {
  color: var(--e-global-color-text);
}
.item-8a55
  > .tertiary-iron-24b5
  > .section_18ec
  > .lower-b03a
  > .in_3f25:hover
  .purple_d3f9 {
  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);
}
.item-8a55
  > .tertiary-iron-24b5
  > .section_18ec
  > .lower-b03a
  > .in_3f25:hover
  .section-027e {
  color: var(--e-global-color-secondary);
}
.item-8a55
  > .tertiary-iron-24b5
  > .section_18ec
  > .lower-b03a
  > .in_3f25.article_left_a55f
  .purple_d3f9 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item-8a55
  > .tertiary-iron-24b5
  > .section_18ec
  > .lower-b03a
  > .in_3f25.article_left_a55f
  .section-027e {
  color: var(--e-global-color-primary);
}
.dropdown_stone_1ad5
  .summary-thick-0afd
  .module-f959 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown_stone_1ad5 .blue_38c1 .icon-e1ee .secondary-gold-cc2c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.white_4178 .thumbnail_a8df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.white_4178 .chip_4194 .thumbnail_a8df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.white_4178 .link-d26b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.white_4178 .link-d26b {
  background-color: var(--e-global-color-primary);
}
.north_752e .photo_15e8 .layout_focused_b21b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.north_752e
  .photo_15e8:hover
  .tiny_8a0e {
  color: var(--e-global-color-secondary);
}
.north_752e
  .photo_15e8:hover
  .layout_focused_b21b {
  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);
}
.orange_3f56 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.frame-east-d058 {
  flex-direction: column;
}

.frame-east-d058 .liquid-3347 {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.frame-east-d058 .liquid-3347 {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.frame-east-d058 .image-paper-2409 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.title-blue-79c8.sidebar-e487 {
  display: none;
}

.background-next-ac17 {
  display: none;
}

body,
.east_3b08 {
  background-color: #1d1e23 !important;
  /* background-image: url(../images/main_bg.first-9b94) !important; */
}

.texture-large-c711.dim_9079 {
  margin-bottom: 40px;
  width: 100%;
}

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

.frame-east-d058 a {
  width: 100%;
}

.header-over-deea .selected-2c56.narrow_9869 {
  width: 20% !important;
}

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

.shadow-5377:hover {
  color: #000;
}

.shadow-5377 svg {
  width: 20px;
  fill: #874800;

  transition: all 0.14s ease-out;
}

.shadow-5377:hover svg {
  fill: #000;
}

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

.label-0183:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

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

.header-over-deea
  .selected-2c56.in-836b
  .bronze_8e60
  .image_7e5d {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.section-fb84.banner_fe80 > .paragraph-white-2c05 {
  display: flex;
  align-items: center;
}

.main-2200 {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.hover-148d {
  position: relative;
  width: 100%;
}

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

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

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

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

.icon-79ae {
  display: flex;
  gap: 50px;
}

.header-over-deea
  .selected-2c56.complex_a2a6
  .focus_bottom_6935
  .message_white_b7f1 {
  width: 100% !important;
}

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

.hovered-c60c {
  width: 100%;
}

.message-east-651d {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

  display: none;
}

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

.modal-thick-6ccf {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.disabled_narrow_264c:hover .modal-thick-6ccf {
  visibility: visible;
}
.disabled_narrow_264c:hover.disabled_narrow_264c::before {
  display: block;
}

.blue_a205 h3 {
  color: #fff;
}

.header_703c {
  margin: 0;
}

.header-over-deea
  .selected-2c56.complex_a2a6
  .message_white_b7f1
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.hero-6496 {
  width: 100%;
}

.north-df9a {
  width: 100%;
}

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

.north-df9a {
  width: 100%;
}

.hero-2ae2 {
  margin-bottom: 10px !important;
}

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

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

.header-dirty-1938 {
  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;
}

.frame-east-d058 .liquid-3347.sort-last-758d {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.frame-east-d058 h1.liquid-3347 {
  margin-top: 120px !important;
}

.header-over-deea .selected-2c56.image_hot_6510 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.mini-ed37 img {
  width: 100%;
}

.wrapper-easy-e8e3 .feature_warm_0940.bronze_8e60 {
  justify-content: space-between;
}

.easy-bf8b {
  display: none;
}

.wrapper-black-b8b4 .image-paper-2409 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .section-fb84 .paragraph-white-2c05 {
    flex-wrap: nowrap !important;
  }
}

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

  .hero-a637 {
    width: 100% !important;
  }
}

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

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

  .wrapper-easy-e8e3 .feature_warm_0940.bronze_8e60 {
    border-bottom: 1px solid #f0c159;
  }

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

  .section-fb84.banner_fe80 > .paragraph-white-2c05 {
    gap: 15px;
    justify-content: space-between;
  }

  .header-over-deea
    .selected-2c56.complex_a2a6
    .message_white_b7f1
    img {
    width: 60% !important;
  }

  .glass_9502 {
    left: 2%;
  }

  .up-453f {
    margin: 10px 0;
  }

  .frame-east-d058 .image-paper-2409 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.frame-east-d058 .liquid-3347,
  .frame-east-d058 .liquid-3347 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .message_white_b7f1 {
    justify-content: center;
  }

  .frame-east-d058 .image-paper-2409 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .header-over-deea .selected-2c56.narrow_9869 {
    width: 75% !important;
  }

  .mini-ed37 img {
    width: 100% !important;
  }
}

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

  h2.frame-east-d058 .liquid-3347,
  .frame-east-d058 .liquid-3347 {
    font-size: 30px !important;
  }

  .message_white_b7f1 {
    justify-content: center;
  }

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

  .prev_5bd5
    .mask_6dfc.east-5df0 {
    margin: 0 !important;
  }

  .main-2200 {
    margin: 0;
    gap: 10px;
  }

  .up-453f {
    display: flex;
  }

  .photo-south-81b3 .shadow-5377 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .prev-2a5d svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .frame-east-d058 h1.liquid-3347 {
    margin-top: 80px !important;
  }

  .header-over-deea
    .selected-2c56.complex_a2a6
    .message_white_b7f1
    img,
  .media-huge-e722 .focus_bottom_6935 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .header-over-deea .selected-2c56.narrow_9869 {
    width: 100% !important;
  }

  .section-fb84.banner_fe80 > .paragraph-white-2c05 {
    gap: 3px;
  }

  .frame-east-d058 .image-paper-2409 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: c023 */
.promo-block-w3 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.2;
}
