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(.fresh-4e62) {
  gap: 0.5em;
}
:where(.red-5aa0) {
  gap: 0.5em;
}
body .thumbnail_tiny_ddee > .modal-4e0b {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .thumbnail_tiny_ddee > .accordion-slow-dc3a {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .thumbnail_tiny_ddee > .next_1abc {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .tertiary-dark-cc56 > .modal-4e0b {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .tertiary-dark-cc56 > .accordion-slow-dc3a {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .tertiary-dark-cc56 > .next_1abc {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .tertiary-dark-cc56
  > :where(:not(.modal-4e0b):not(.accordion-slow-dc3a):not(.south-89e3)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .tertiary-dark-cc56 > .bright_93b3 {
  max-width: var(--wp--style--global--wide-size);
}
body .fresh-4e62 {
  display: flex;
}
body .fresh-4e62 {
  flex-wrap: wrap;
  align-items: center;
}
body .fresh-4e62 > * {
  margin: 0;
}
body .red-5aa0 {
  display: grid;
}
body .red-5aa0 > * {
  margin: 0;
}
:where(.light-8776.fresh-4e62) {
  gap: 2em;
}
:where(.light-8776.red-5aa0) {
  gap: 2em;
}
:where(.texture-efe0.fresh-4e62) {
  gap: 1.25em;
}
:where(.texture-efe0.red-5aa0) {
  gap: 1.25em;
}
.form-0574 {
  color: var(--wp--preset--color--black) !important;
}
.row_541a {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.menu_6fb4 {
  color: var(--wp--preset--color--white) !important;
}
.warm_83f6 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.old-c6b5 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.main-lite-6d8a {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.layout-e525 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.status-hard-b092 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.layout_d134 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.menu_473f {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.dropdown_active_06df {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.image_e4cb {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.badge_5341 {
  background-color: var(--wp--preset--color--black) !important;
}
.photo_warm_462d {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.hard-32ea {
  background-color: var(--wp--preset--color--white) !important;
}
.badge_current_9ef9 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.fresh-d14b {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.component-3f5e {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.alert_medium_4bc4 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.header-next-d991 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.title_medium_0609 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.short_1b80 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.info_fast_1092 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.aside_hovered_cade {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.card_in_a53f {
  border-color: var(--wp--preset--color--black) !important;
}
.module-orange-0b6b {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.outline_735d {
  border-color: var(--wp--preset--color--white) !important;
}
.focused-9411 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.description_blue_d9a6 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.thick_e075 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.search_cool_525b {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.badge_old_f787 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.frame-50d5 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.label_static_b85f {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.next-de62 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.texture-wide-7206 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.list-paper-1c15 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.left_ae0b {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.sidebar-07c5 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.gas_d6d7 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.tooltip-c725 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.small-6461 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.text_92af {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.highlight_gold_3c4e {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.media-gold-8ce8 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.grid_pro_8fd5 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.yellow_efe6 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.active_complex_e457 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.photo_fresh_1cd0 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.accordion-4afc {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.dropdown-pressed-1729 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.heading_east_6af2 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.frame_new_762b a:where(:not(.popup-d46a)) {
  color: inherit;
}
:where(.texture-efe0.fresh-4e62) {
  gap: 1.25em;
}
:where(.texture-efe0.red-5aa0) {
  gap: 1.25em;
}
:where(.light-8776.fresh-4e62) {
  gap: 2em;
}
:where(.light-8776.red-5aa0) {
  gap: 2em;
}
.nav-bright-4a41 {
  font-size: 1.5em;
  line-height: 1.6;
}

.thumbnail_small_1c7b .pressed_3b4b {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.brown_9901 .upper-c779 {
  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);
}
.sort-outer-fda4 {
  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);
}
.sort-outer-fda4.filter_pressed_2f90 .banner-middle-675a {
  background-color: var(--e-global-color-primary);
}
.sort-outer-fda4.logo_current_5402 .banner-middle-675a,
.sort-outer-fda4.focus-motion-2c3e .banner-middle-675a {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.thumbnail-8c32 .bright-4abe {
  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);
}
.secondary-81d7 {
  --divider-color: var(--e-global-color-secondary);
}
.secondary-81d7 .header-soft-4e58 {
  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);
}
.secondary-81d7.accent_fluid_08fa .media_e08b {
  background-color: var(--e-global-color-secondary);
}
.secondary-81d7.tertiary-947f .media_e08b,
.secondary-81d7.dark-4443 .media_e08b {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.secondary-81d7.tertiary-947f .media_e08b,
.secondary-81d7.dark-4443 .media_e08b svg {
  fill: var(--e-global-color-secondary);
}
.row_red_ea01 .label_outer_fc97 {
  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);
}
.row_red_ea01 .down_0e0d {
  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);
}
.filter_small_03a6.accent_fluid_08fa .media_e08b {
  background-color: var(--e-global-color-primary);
}
.filter_small_03a6.tertiary-947f .media_e08b,
.filter_small_03a6.dark-4443 .media_e08b {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.filter_small_03a6.tertiary-947f .media_e08b,
.filter_small_03a6.dark-4443 .media_e08b svg {
  fill: var(--e-global-color-primary);
}
.orange_2ee2.accent_fluid_08fa .media_e08b {
  background-color: var(--e-global-color-primary);
}
.orange_2ee2.tertiary-947f .media_e08b,
.orange_2ee2.dark-4443 .media_e08b {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.orange_2ee2 .secondary_liquid_6ed9 {
  color: var(--e-global-color-primary);
}
.orange_2ee2 .secondary_liquid_6ed9,
.orange_2ee2 .secondary_liquid_6ed9 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.orange_2ee2 .first-50d8 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_e157 .aside-tiny-6c8e {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-steel-fe30 .message_full_9967 .up_1f81 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern-21d6 .highlight-c62e:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.pattern-21d6 .texture_697e i {
  color: var(--e-global-color-primary);
}
.pattern-21d6 .texture_697e svg {
  fill: var(--e-global-color-primary);
}
.pattern-21d6 .paragraph-focused-58da {
  color: var(--e-global-color-secondary);
}
.pattern-21d6 .highlight-c62e > .paragraph-focused-58da,
.pattern-21d6 .highlight-c62e > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_385c .dim-9549 {
  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);
}
.accent_385c .header_focused_3d9d {
  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);
}
.banner-7859 .button_middle_6b5e .tabs_gold_72b5 {
  background-color: var(--e-global-color-primary);
}
.banner-7859 .text_ea43 {
  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);
}
.container-9ef1 .overlay_yellow_f85d {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-9ef1 .badge_4bff {
  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);
}
.container-9ef1 .overlay_5820 {
  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);
}
.carousel-warm-957f .tall-2867,
.carousel-warm-957f .tall-2867 a {
  color: var(--e-global-color-primary);
}
.carousel-warm-957f .tall-2867.grid-static-3761,
.carousel-warm-957f .tall-2867.grid-static-3761 a {
  color: var(--e-global-color-accent);
}
.carousel-warm-957f .tall-2867 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel-warm-957f .border_new_6493 {
  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);
}
.bottom-8fd4 .basic-3b13,
.bottom-8fd4 .carousel_e3d8 {
  color: var(--e-global-color-primary);
}
.bottom-8fd4 .basic-3b13 svg {
  fill: var(--e-global-color-primary);
}
.bottom-8fd4 .grid-static-3761 .basic-3b13,
.bottom-8fd4 .grid-static-3761 .carousel_e3d8 {
  color: var(--e-global-color-accent);
}
.bottom-8fd4 .grid-static-3761 .basic-3b13 svg {
  fill: var(--e-global-color-accent);
}
.bottom-8fd4 .carousel_e3d8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bottom-8fd4 .border_new_6493 {
  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);
}
.middle-8210 .frame_db7e,
.middle-8210 .huge_67ac {
  color: var(--e-global-color-primary);
}
.middle-8210 .huge_67ac svg {
  fill: var(--e-global-color-primary);
}
.middle-8210 .tall-2867.grid-static-3761 a,
.middle-8210
  .tall-2867.grid-static-3761
  .huge_67ac {
  color: var(--e-global-color-accent);
}
.middle-8210 .frame_db7e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.middle-8210 .border_new_6493 {
  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);
}
.image-bf11 .background-672f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image-bf11 .filter-brown-17a1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.icon-large-ca6b .fluid-5f44 .hero-north-093e {
  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);
}
.icon-large-ca6b .fluid-5f44 .glass-299a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.icon-large-ca6b .light_07a7 .hero-north-093e {
  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);
}
.icon-large-ca6b
  .light_07a7
  .glass-299a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.icon-large-ca6b
  .wrapper_stale_b07a
  .hero-north-093e {
  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);
}
.icon-large-ca6b
  .wrapper_stale_b07a
  .glass-299a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.icon-large-ca6b
  .popup_fast_2f88
  .hero-north-093e {
  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);
}
.icon-large-ca6b
  .popup_fast_2f88
  .glass-299a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-down-8803 .next_f741 {
  background-color: var(--e-global-color-primary);
}
.secondary-down-8803 .next_f741:hover {
  background-color: var(--e-global-color-primary);
}
.secondary-down-8803 .pink_46fb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.secondary-down-8803
  .next_f741:hover
  .pink_46fb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination-7039 .hover_fluid_8aa6 {
  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);
}
.focused_7f48 .new-0b1d .copper_3347 a {
  background-color: var(--e-global-color-accent);
}
.focused_7f48 .new-0b1d .modal-rough-aa4e a {
  background-color: var(--e-global-color-accent);
}
.focused_7f48 .new-0b1d .copper_3347 a,
.focused_7f48 .new-0b1d .modal-rough-aa4e a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.black_8baf
  .cool-e1e5.hovered-8407
  .new-0b1d
  a.header_lite_9b0e {
  background-color: var(--e-global-color-accent);
}
.black_8baf
  .cool-e1e5.hovered-8407
  .new-0b1d
  span.header_lite_9b0e.fn-current-d7ee {
  background-color: var(--e-global-color-text);
}
.black_8baf
  .cool-e1e5.hovered-8407
  .new-0b1d
  .header_lite_9b0e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-caa9 .old_a623 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-caa9
  .description_focused_7d23
  > .hidden_active_af9b
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-caa9
  .alert_clean_f788
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-caa9
  .input-4c2f
  .list_lower_c7fc,
.carousel-caa9
  .input-4c2f
  .status_clean_5fdb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel-caa9
  .input-4c2f
  .description-bb04,
.carousel-caa9
  .input-4c2f
  a
  .description-bb04 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-caa9
  .input-4c2f
  .link_55a1 {
  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-caa9
  .input-4c2f
  .table-upper-05f0 {
  background-color: var(--e-global-color-primary);
}
.carousel-caa9
  .input-4c2f
  .table-upper-05f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-caa9
  .input-4c2f
  .table-upper-05f0:hover {
  background-color: var(--e-global-color-primary);
}
.carousel-caa9
  .input-4c2f
  .table-6d1e {
  background-color: var(--e-global-color-primary);
}
.carousel-caa9
  .input-4c2f
  .table-6d1e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-caa9
  .input-4c2f
  .table-6d1e:hover {
  background-color: var(--e-global-color-primary);
}
.carousel-caa9
  .info-basic-6d1c
  .module_8b02
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel-caa9
  .info-basic-6d1c
  .motion_4560 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-caa9
  .info-basic-6d1c
  .link_55a1 {
  color: var(--e-global-color-text);
}
.carousel-caa9
  .info-basic-6d1c
  .link_55a1
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-caa9
  .info-basic-6d1c
  .table-upper-05f0 {
  background-color: var(--e-global-color-primary);
}
.carousel-caa9
  .info-basic-6d1c
  .table-upper-05f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-caa9
  .info-basic-6d1c
  .table-upper-05f0:hover {
  background-color: var(--e-global-color-primary);
}
.carousel-caa9
  .info-basic-6d1c
  .table-6d1e {
  background-color: var(--e-global-color-primary);
}
.carousel-caa9
  .info-basic-6d1c
  .table-6d1e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-caa9
  .info-basic-6d1c
  .table-6d1e:hover {
  background-color: var(--e-global-color-primary);
}
.carousel-caa9 .accent-7372 {
  background-color: var(--e-global-color-primary);
}
.carousel-caa9 .accent-7372:hover {
  background-color: var(--e-global-color-primary);
}
.carousel-caa9 .focus_3532 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel-caa9 .small_085d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver-0a20 .box_static_3527 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver-0a20
  .chip-7378
  > div:nth-child(3)
  .box_static_3527,
.silver-0a20
  .dynamic-d6ed
  > div:nth-child(1)
  .box_static_3527,
.silver-0a20
  .in_ffe9
  > div:nth-child(1)
  .box_static_3527,
.silver-0a20
  .accent_yellow_bf2c
  > div:nth-child(1)
  .box_static_3527,
.silver-0a20
  .header-022c
  > div:nth-child(1)
  .box_static_3527 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver-0a20 .tabs-out-45ec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-0a20 .stale_965b {
  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-0a20 .accordion-orange-7c53 {
  background-color: var(--e-global-color-primary);
}
.silver-0a20 .accordion-orange-7c53 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-0a20 .accordion-orange-7c53:hover {
  background-color: var(--e-global-color-primary);
}
.silver-0a20 .chip_hovered_7e82 {
  background-color: var(--e-global-color-primary);
}
.silver-0a20 .chip_hovered_7e82:hover {
  background-color: var(--e-global-color-primary);
}
.silver-0a20 .focus_3532 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver-0a20 .small_085d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active-8f53 .blue-ed55 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active-8f53 .shade-6195 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-8f53 .gallery_b3f5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-8f53 .column_brown_8815 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-8f53 .column-new-c6e2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-8f53 .chip_hovered_7e82 {
  background-color: var(--e-global-color-primary);
}
.active-8f53 .chip_hovered_7e82:hover {
  background-color: var(--e-global-color-primary);
}
.video-1670 .tall_744a {
  background-color: var(--e-global-color-secondary);
}
.video-1670 .hero-new-ca9c {
  background-color: var(--e-global-color-text);
}
.video-1670 .orange_0c08 {
  background-color: var(--e-global-color-secondary);
}
.video-1670 .input-d025 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video-1670 .label_da65 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-1670 .focus_bottom_9a3b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-1670 .inner-b2b1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-1670 .hero_6dd8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup_iron_bc40 .sidebar_b193 .input-9052,
.popup_iron_bc40
  .sidebar_b193
  .input-9052
  a,
.popup_iron_bc40 .item-e5f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup_iron_bc40 .sidebar_b193 .panel-29b6,
.popup_iron_bc40 .next_a890 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup_iron_bc40 .sidebar_b193 .panel-29b6 {
  color: var(--e-global-color-text);
}
.popup_iron_bc40 .next_a890 {
  color: var(--e-global-color-text);
}
.popup_iron_bc40
  .sidebar_b193
  .border_ee70 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.popup_iron_bc40 .alert-up-549a .hero-a1d1 {
  background-color: var(--e-global-color-primary);
}
.popup_iron_bc40 .alert-up-549a .hero-a1d1:hover {
  background-color: var(--e-global-color-primary);
}
.popup_iron_bc40 .alert-up-549a .title_new_0d41 li span {
  background-color: var(--e-global-color-text);
}
.popup_iron_bc40 .alert-up-549a .title_new_0d41 li span:hover {
  background-color: var(--e-global-color-primary);
}
.popup_iron_bc40
  .alert-up-549a
  .title_new_0d41
  li.active-407f
  span {
  background-color: var(--e-global-color-accent);
}
.popup_iron_bc40 .chip-fd2c span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_350e .static-3af7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-6787 .column-c315 {
  background-color: var(--e-global-color-primary);
}
.fresh-6787 .notification-north-5715 {
  background-color: var(--e-global-color-secondary);
}
.fresh-6787 .tertiary-silver-48a0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-6787 .hard_85b4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-6787 .section_86b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-6787 .wrapper-2011 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-6787 .active-1b05 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-6787 .shade-in-8eb2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-6787 .next-8a60 {
  background-color: var(--e-global-color-primary);
}
.fresh-6787 .next-8a60 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.warm_4a56 .tertiary_pink_78e5 {
  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_4a56 .chip-46d6 {
  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);
}
.warm_4a56
  .paper_32fc:after {
  background-color: var(--e-global-color-primary);
}
.warm_4a56 .focus_803f {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outer-7780 .item-e5f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outer-7780 .next_a890 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel_pressed_ae72 .preview_8639 .column-first-f95f {
  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);
}
.panel_pressed_ae72 .preview_8639 .article_ba9c {
  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);
}
.title-ecb5 .under_a83f {
  background-color: var(--e-global-color-primary);
}
.title-ecb5 .background-2c3e {
  background-color: var(--e-global-color-secondary);
}
.title-ecb5 .steel_baa4 .main-4998 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.title-ecb5 .disabled_green_86f8 .main-4998 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid-c07d .basic-036e .slow-72ea {
  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);
}
.grid-c07d .basic-036e .solid-7067 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid-c07d .basic-036e .section-south-c39f {
  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);
}
.left_df7d .cold_9317 {
  border-color: var(--e-global-color-text);
}
.left_df7d .text_lower_0c19 {
  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_df7d .button-copper-1f4c {
  color: var(--e-global-color-primary);
}
.left_df7d .copper-1f4f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern-bright-6936 .slider-first-84db {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern-bright-6936 .highlight_88a7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern-bright-6936 .pattern-up-dac5:hover .slider-first-84db {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern-bright-6936
  .pattern-up-dac5:hover
  .highlight_88a7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outer_5cc6 .avatar-silver-2589 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outer_5cc6 .left-b50c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.static-077a .black-acbc .preview-fresh-6ea8 {
  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);
}
.static-077a .panel_bronze_5a9b .preview-fresh-6ea8 {
  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);
}
.notice-9697 .solid_6290 {
  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);
}
.hidden-stone-e80e .pagination_yellow_5cf9 .tiny_3561 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden-stone-e80e .pagination_yellow_5cf9 .tiny_3561 {
  background-color: var(--e-global-color-secondary);
}
.hidden-stone-e80e .paragraph_dim_1c32 .tiny_3561 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden-stone-e80e .paragraph_dim_1c32 .tiny_3561 {
  background-color: var(--e-global-color-secondary);
}
.hidden-stone-e80e .search-3239 .tertiary-stone-f7f4 {
  background-color: var(--e-global-color-primary);
}
.hidden-stone-e80e .search-3239:hover .tertiary-stone-f7f4 {
  background-color: var(--e-global-color-secondary);
}
.hidden-stone-e80e .hero-a1d1 {
  background-color: var(--e-global-color-primary);
}
.hidden-stone-e80e .hero-a1d1:hover {
  background-color: var(--e-global-color-accent);
}
.hidden-stone-e80e .title_new_0d41 li span {
  background-color: var(--e-global-color-text);
}
.hidden-stone-e80e .title_new_0d41 li span:hover {
  background-color: var(--e-global-color-primary);
}
.hidden-stone-e80e .title_new_0d41 li.active-407f span {
  background-color: var(--e-global-color-accent);
}
.carousel_65a8 .dim-157c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_65a8 .panel_6cdf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-pro-bc8a .dropdown-5003:before {
  background-color: var(--e-global-color-secondary);
}
.preview-pro-bc8a .summary-copper-2c99 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-pro-bc8a .video_fbe0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern-small-e7d0 .banner_wide_8f7a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern-small-e7d0 .banner_wide_8f7a:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern-small-e7d0 .banner_wide_8f7a.fn-active-d7ee {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern-small-e7d0 .middle-b2df {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-small-e7d0 .text_eed3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-small-e7d0 .accent_b21a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-small-e7d0 .container-stale-7b56 {
  background-color: var(--e-global-color-primary);
}
.pattern-small-e7d0 .container-stale-7b56 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern-small-e7d0 .down_685d {
  background-color: var(--e-global-color-primary);
}
.pattern-small-e7d0 .down_685d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slider_old_9fd2 .white_9b56 .thumbnail-cool-4fd1 a {
  color: var(--e-global-color-secondary);
}
.slider_old_9fd2 .white_9b56 .thumbnail-cool-4fd1 a:hover {
  color: var(--e-global-color-secondary);
}
.slider_old_9fd2 .white_9b56 .thumbnail-cool-4fd1,
.slider_old_9fd2 .white_9b56 .thumbnail-cool-4fd1 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_old_9fd2 .white_9b56 .search_4b96 {
  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);
}
.slider_old_9fd2 .white_9b56 .frame_over_ffd6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_old_9fd2 .white_9b56 .widget-cc0d {
  background-color: var(--e-global-color-primary);
}
.slider_old_9fd2 .white_9b56 .widget-cc0d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_old_9fd2 .white_9b56 .widget-cc0d:hover {
  background-color: var(--e-global-color-primary);
}
.slider_old_9fd2 .white_9b56 .current-a9d4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slider_old_9fd2 .white_9b56 .current-a9d4 {
  background-color: var(--e-global-color-primary);
}
.slider_old_9fd2 .white_9b56 .current-a9d4:hover {
  background-color: var(--e-global-color-primary);
}
.slider_old_9fd2 .white_9b56 .hero-a1d1 {
  background-color: var(--e-global-color-primary);
}
.slider_old_9fd2 .white_9b56 .hero-a1d1:hover {
  background-color: var(--e-global-color-primary);
}
.slider_old_9fd2 .alert-up-549a .title_new_0d41 li span {
  background-color: var(--e-global-color-text);
}
.slider_old_9fd2 .alert-up-549a .title_new_0d41 li span:hover {
  background-color: var(--e-global-color-primary);
}
.slider_old_9fd2 .alert-up-549a .title_new_0d41 li.active-407f span {
  background-color: var(--e-global-color-accent);
}
.slider_old_9fd2 .focus_3532 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider_old_9fd2 .small_085d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.east_e90f .in-6690 .up-ae5c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.east_e90f .in-6690 .fresh_1005 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east_e90f .in-6690 .item-warm-537d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo-84eb .block_c9b5 {
  border-color: var(--e-global-color-text);
}
.logo-84eb .west-673f {
  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);
}
.logo-84eb .photo_right_a4b2 {
  color: var(--e-global-color-secondary);
}
.logo-84eb .photo_right_a4b2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo-84eb .stale-3a7d > * {
  color: var(--e-global-color-primary);
}
.logo-84eb .stale-3a7d > * svg {
  fill: var(--e-global-color-primary);
}
.logo-84eb .frame_8b3a {
  color: var(--e-global-color-primary);
}
.logo-84eb .frame_8b3a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.logo-84eb .orange_c94c {
  color: var(--e-global-color-primary);
}
.logo-84eb .orange_c94c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.logo-84eb .hero-rough-06f3 {
  color: var(--e-global-color-primary);
}
.logo-84eb .hero-rough-06f3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo-84eb .summary-de34 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo-84eb .thumbnail-2a49 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo-84eb .thumbnail-2a49.item-198d {
  color: var(--e-global-color-secondary);
}
.logo-84eb .thumbnail-2a49.item-198d .dropdown_9e04 {
  color: var(--e-global-color-accent);
}
.logo-84eb .thumbnail-2a49.cool_8392 {
  color: var(--e-global-color-text);
}
.logo-84eb .thumbnail-2a49.cool_8392 .dropdown_9e04 {
  color: var(--e-global-color-text);
}
.logo-84eb .thumbnail-2a49:before {
  border-top-color: var(--e-global-color-text);
}
.logo-84eb .module-complex-de3b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo-84eb
  .module-complex-de3b
  .selected-72ca {
  background-color: var(--e-global-color-primary);
}
.logo-84eb
  .module-complex-de3b
  .selected-72ca {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.logo-84eb .block_c9b5 .dirty_0927 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary_fresh_fc66 .menu_cold_aa7d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary_fresh_fc66 .module-2dd3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bottom-e5fb .pattern-fast-f38b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bottom-e5fb
  .heading-99ea
  .link_f3f9 {
  background-color: var(--e-global-color-secondary);
}
.bottom-e5fb
  .heading-99ea.green-edf1
  .link_f3f9 {
  background-color: var(--e-global-color-text);
}
.bottom-e5fb
  .heading-99ea:hover
  .link_f3f9 {
  background-color: var(--e-global-color-accent);
}
.bottom-e5fb
  .heading-99ea.fn-active-d7ee
  .link_f3f9 {
  background-color: var(--e-global-color-primary);
}
.middle_c4d5 .breadcrumb_f7ce {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.middle_c4d5 .picture-866f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.middle_c4d5 .hover_first_54c0 {
  background-color: var(--e-global-color-primary);
}
.middle_c4d5 .hover_first_54c0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.current_eb74 .footer-8a30 .banner_ade7 .texture_7d9f {
  background-color: var(--e-global-color-secondary);
}
.current_eb74 .footer-8a30 .accent_709d:after {
  background-color: var(--e-global-color-secondary);
}
.current_eb74 .grid_hovered_985b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current_eb74 .thick_2f1a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current_eb74 .grid-e327 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current_eb74 .link-cad3 {
  background-color: var(--e-global-color-primary);
}
.current_eb74 .link-cad3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.current_eb74 .table-62f2 {
  background-color: var(--e-global-color-secondary);
}
.current_eb74 .table-62f2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.current_eb74 .footer-8a30 .pink_ca09 .notification_west_58fa:hover {
  background-color: var(--e-global-color-primary);
}
.current_eb74
  .footer-8a30
  .pink_ca09
  .notification_west_58fa.wrapper-stone-e08e {
  background-color: var(--e-global-color-primary);
}
.current_eb74 .footer-8a30 .mask_steel_e5f4:before {
  border-color: var(--e-global-color-primary);
}
.current_eb74 .footer-8a30 .mask_steel_e5f4:hover:before {
  border-color: var(--e-global-color-secondary);
}
.current_eb74
  .footer-8a30
  .mask_steel_e5f4.tertiary_pro_6681:before {
  border-color: var(--e-global-color-primary);
}
.current_eb74 .notification_f6e5 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.in-4a56 .dim-314d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.in-4a56 .dim-314d:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.in-4a56 .dim-314d.blue-3c6c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.in-4a56 .last-78b6 {
  background-color: var(--e-global-color-primary);
}
.in-4a56 .last-78b6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.in-4a56
  .first-b755
  .lower_3c64
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.in-4a56
  .down-e3b7
  .lower_3c64
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight_focused_6267
  .title_prev_dc33
  .popup_liquid_8407 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_focused_6267
  .title_prev_dc33
  .status_tiny_b6d7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_focused_6267 .gallery-green-d01c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_focused_6267 .soft_0f86 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_focused_6267 .solid-9b1e {
  background-color: var(--e-global-color-primary);
}
.highlight_focused_6267 .solid-9b1e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wood-daf0 .card_simple_ad80 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wood-daf0 .button_pro_b885 {
  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);
}
.wood-daf0 .element_solid_86c3 {
  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);
}
.wood-daf0 .element_solid_86c3 a:hover {
  color: var(--e-global-color-secondary);
}
.wood-daf0 .texture_down_f38e {
  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);
}
.wood-daf0 .shadow-static-e804 {
  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);
}
.wood-daf0 .liquid-a222 .hero-a1d1 {
  background-color: var(--e-global-color-primary);
}
.wood-daf0 .liquid-a222 .hero-a1d1:hover {
  background-color: var(--e-global-color-accent);
}
.wood-daf0
  .liquid-a222
  .title_new_0d41
  li
  span {
  background-color: var(--e-global-color-text);
}
.wood-daf0
  .liquid-a222
  .title_new_0d41
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.wood-daf0
  .liquid-a222
  .title_new_0d41
  li.active-407f
  span {
  background-color: var(--e-global-color-accent);
}
.dropdown-a553
  .gallery-73aa
  .hidden_9d8d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown-a553 .gallery-73aa .form-ed75 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown-a553 .gallery-73aa .pattern_3e01 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-a553 .outer_10d1 {
  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);
}
.dropdown-a553
  .status_fresh_04f1.grid-6cb9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > a {
  background-color: var(--e-global-color-text);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > a
  .south-3503.box_huge_f207 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > a
  .pagination-steel-0c4e.soft_8d83 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > .silver_81e6
  .hover_copper_a918
  > a {
  background-color: var(--e-global-color-secondary);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > .silver_81e6
  .hover_copper_a918
  > a
  .brown_df5d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > .silver_81e6
  .hover_copper_a918
  > a
  .pagination-steel-0c4e.bright_3e9b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > a
  .notification_complex_538f:before {
  color: var(--e-global-color-text);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > .silver_81e6
  a
  .notification_complex_538f:before {
  color: var(--e-global-color-text);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918.focus_df05
  > a
  .notification_complex_538f:before {
  color: var(--e-global-color-text);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > .silver_81e6
  .hover_copper_a918.focus_df05
  > a
  .notification_complex_538f:before {
  color: var(--e-global-color-text);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > a
  .hero_7de1
  .cool-d0f9 {
  color: var(--e-global-color-text);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > .silver_81e6
  a
  .hero_7de1
  .cool-d0f9 {
  color: var(--e-global-color-text);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > a
  .hero_7de1
  .cool-d0f9,
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > .silver_81e6
  a
  .hero_7de1
  .cool-d0f9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > a
  .overlay_ebda:before {
  color: var(--e-global-color-text);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > .silver_81e6
  a
  .overlay_ebda:before {
  color: var(--e-global-color-text);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918.focus_df05
  > a
  .overlay_ebda:before {
  color: var(--e-global-color-text);
}
.full-060c
  > .yellow-a48e
  > div
  > .background-d097
  > .hover_copper_a918
  > .silver_81e6
  .hover_copper_a918.focus_df05
  > a
  .overlay_ebda:before {
  color: var(--e-global-color-text);
}
.selected-4cf6 .west_3fd0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.selected-4cf6
  .nav-d76a:hover
  .west_3fd0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel_cold_050b
  > .yellow-a48e
  > .cool-343d
  > .hidden_b13e
  > .hero_4341
  > .tabs-center-346c
  .accent_easy_8745 {
  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);
}
.carousel_cold_050b
  > .yellow-a48e
  > .cool-343d
  > .hidden_b13e
  > .hero_4341
  > .tabs-center-346c:hover
  .accent_easy_8745 {
  color: var(--e-global-color-text);
}
.carousel_cold_050b
  > .yellow-a48e
  > .cool-343d
  > .hidden_b13e
  > .hero_4341
  > .tabs-center-346c:hover
  .accent_easy_8745 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_cold_050b
  > .yellow-a48e
  > .cool-343d
  > .hidden_b13e
  > .hero_4341.layout_1d6c
  > .tabs-center-346c
  .accent_easy_8745 {
  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);
}
.tooltip_cold_04e4 .element-south-ca00 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_cold_04e4 .large-1da4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_cold_04e4 .slider_plasma_0cd8 {
  background-color: var(--e-global-color-primary);
}
.tooltip_cold_04e4 .slider_plasma_0cd8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pink_bf88
  > .yellow-a48e
  > .title-medium-dbf1
  > .box-clean-b586
  > .rough_2327
  .summary-6477 {
  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);
}
.pink_bf88
  > .yellow-a48e
  > .title-medium-dbf1
  > .box-clean-b586
  > .rough_2327
  .mini_67a6 {
  color: var(--e-global-color-text);
}
.pink_bf88
  > .yellow-a48e
  > .title-medium-dbf1
  > .box-clean-b586
  > .rough_2327:hover
  .summary-6477 {
  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);
}
.pink_bf88
  > .yellow-a48e
  > .title-medium-dbf1
  > .box-clean-b586
  > .rough_2327:hover
  .mini_67a6 {
  color: var(--e-global-color-secondary);
}
.pink_bf88
  > .yellow-a48e
  > .title-medium-dbf1
  > .box-clean-b586
  > .rough_2327.in_205f
  .summary-6477 {
  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);
}
.pink_bf88
  > .yellow-a48e
  > .title-medium-dbf1
  > .box-clean-b586
  > .rough_2327.in_205f
  .mini_67a6 {
  color: var(--e-global-color-primary);
}
.article_focused_1aaa
  .sort-focused-6472
  .bright_757b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_focused_1aaa .glass-413a .dirty_0927 .basic-3f77 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask_huge_20d4 .input_869c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask_huge_20d4 .chip_5342 .input_869c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask_huge_20d4 .heading_97e9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.mask_huge_20d4 .heading_97e9 {
  background-color: var(--e-global-color-primary);
}
.block_4f58 .article-easy-c908 .nav_active_9faa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block_4f58
  .article-easy-c908:hover
  .liquid_d590 {
  color: var(--e-global-color-secondary);
}
.block_4f58
  .article-easy-c908:hover
  .nav_active_9faa {
  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);
}
.title-north-0a9d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.carousel_3908 {
  flex-direction: column;
}

.carousel_3908 .panel-de4c {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.carousel_3908 .panel-de4c {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.carousel_3908 .backdrop_copper_5b85 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.mask_lower_aa0e.surface-glass-2abd {
  display: none;
}

.pink-8053 {
  display: none;
}

body,
.outer_8238 {
  background-color: #1d1e23 !important;
  /* background-image: url(../images/main_bg.picture-thick-559c) !important; */
}

.progress_2e90.media_first_f67e {
  margin-bottom: 40px;
  width: 100%;
}

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

.carousel_3908 a {
  width: 100%;
}

.picture_active_0ed3 .west-359f.media_gas_8e6b {
  width: 20% !important;
}

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

.right_c5fc:hover {
  color: #000;
}

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

  transition: all 0.14s ease-out;
}

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

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

.shadow-purple-b28a:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

.shadow-purple-b28a:nth-child(2):hover {
  color: #fff;
}

.picture_active_0ed3
  .west-359f.content-lite-e4f1
  .image-d359
  .bottom-1507 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.backdrop-bright-566d.nav_fb28 > .avatar_4be3 {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

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

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

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

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

.hidden-2b3b {
  display: flex;
  gap: 50px;
}

.picture_active_0ed3
  .west-359f.center_5561
  .list_b2da
  .picture_cool_188f {
  width: 100% !important;
}

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

.banner_4775 {
  width: 100%;
}

.summary-gas-cf13 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

  display: none;
}

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

.mask-advanced-4200 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.gradient_0c25:hover .mask-advanced-4200 {
  visibility: visible;
}
.gradient_0c25:hover.gradient_0c25::before {
  display: block;
}

.pro_c85c h3 {
  color: #fff;
}

.over-b827 {
  margin: 0;
}

.picture_active_0ed3
  .west-359f.center_5561
  .picture_cool_188f
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.white-2376 {
  width: 100%;
}

.box-wide-58e2 {
  width: 100%;
}

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

.box-wide-58e2 {
  width: 100%;
}

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

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

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

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

.carousel_3908 .panel-de4c.silver-9665 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.carousel_3908 h1.panel-de4c {
  margin-top: 120px !important;
}

.picture_active_0ed3 .west-359f.easy_207f {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.video-north-3851 img {
  width: 100%;
}

.feature_0712 .section-hovered-62eb.image-d359 {
  justify-content: space-between;
}

.label-hard-1e08 {
  display: none;
}

.gradient_purple_91f9 .backdrop_copper_5b85 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .backdrop-bright-566d .avatar_4be3 {
    flex-wrap: nowrap !important;
  }
}

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

  .breadcrumb_stale_2814 {
    width: 100% !important;
  }
}

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

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

  .feature_0712 .section-hovered-62eb.image-d359 {
    border-bottom: 1px solid #f0c159;
  }

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

  .backdrop-bright-566d.nav_fb28 > .avatar_4be3 {
    gap: 15px;
    justify-content: space-between;
  }

  .picture_active_0ed3
    .west-359f.center_5561
    .picture_cool_188f
    img {
    width: 60% !important;
  }

  .item_plasma_8eb4 {
    left: 2%;
  }

  .basic_62f2 {
    margin: 10px 0;
  }

  .carousel_3908 .backdrop_copper_5b85 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.carousel_3908 .panel-de4c,
  .carousel_3908 .panel-de4c {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .picture_cool_188f {
    justify-content: center;
  }

  .carousel_3908 .backdrop_copper_5b85 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .picture_active_0ed3 .west-359f.media_gas_8e6b {
    width: 75% !important;
  }

  .video-north-3851 img {
    width: 100% !important;
  }
}

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

  h2.carousel_3908 .panel-de4c,
  .carousel_3908 .panel-de4c {
    font-size: 30px !important;
  }

  .picture_cool_188f {
    justify-content: center;
  }

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

  .item_light_69aa
    .filter_dim_9e73.hard-d4b9 {
    margin: 0 !important;
  }

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

  .basic_62f2 {
    display: flex;
  }

  .in-96ec .right_c5fc {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .block-purple-d9fd svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .carousel_3908 h1.panel-de4c {
    margin-top: 80px !important;
  }

  .picture_active_0ed3
    .west-359f.center_5561
    .picture_cool_188f
    img,
  .row_red_ea01 .list_b2da {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shadow-purple-b28a {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .picture_active_0ed3 .west-359f.media_gas_8e6b {
    width: 100% !important;
  }

  .backdrop-bright-566d.nav_fb28 > .avatar_4be3 {
    gap: 3px;
  }

  .carousel_3908 .backdrop_copper_5b85 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: 907f */
.ghost-box-q3 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
