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(.row-6d73) {
  gap: 0.5em;
}
:where(.description-160a) {
  gap: 0.5em;
}
body .light-041f > .surface-tall-8504 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .light-041f > .prev_a56d {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .light-041f > .tabs-brown-f5c4 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .hover-stone-f7ed > .surface-tall-8504 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .hover-stone-f7ed > .prev_a56d {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .hover-stone-f7ed > .tabs-brown-f5c4 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .hover-stone-f7ed
  > :where(:not(.surface-tall-8504):not(.prev_a56d):not(.hero-09ed)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .hover-stone-f7ed > .west-bddf {
  max-width: var(--wp--style--global--wide-size);
}
body .row-6d73 {
  display: flex;
}
body .row-6d73 {
  flex-wrap: wrap;
  align-items: center;
}
body .row-6d73 > * {
  margin: 0;
}
body .description-160a {
  display: grid;
}
body .description-160a > * {
  margin: 0;
}
:where(.carousel_green_7f1a.row-6d73) {
  gap: 2em;
}
:where(.carousel_green_7f1a.description-160a) {
  gap: 2em;
}
:where(.button_1207.row-6d73) {
  gap: 1.25em;
}
:where(.button_1207.description-160a) {
  gap: 1.25em;
}
.gradient-fresh-bc3f {
  color: var(--wp--preset--color--black) !important;
}
.fresh_f875 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.card_gas_f0ad {
  color: var(--wp--preset--color--white) !important;
}
.preview_top_0794 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.caption-smooth-cdfa {
  color: var(--wp--preset--color--vivid-red) !important;
}
.hero-b612 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.clean_64ee {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.container-408c {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.north_2e3f {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.element-brown-0806 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.black-f1a1 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.pink_ff01 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.center_d462 {
  background-color: var(--wp--preset--color--black) !important;
}
.main-b9cd {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.article_basic_5dce {
  background-color: var(--wp--preset--color--white) !important;
}
.lite_9621 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.image-under-099d {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.form_20cf {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.text-ed23 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.smooth-ef25 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.blue_8321 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.iron_616c {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.popup_73db {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.menu-static-c76b {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.tooltip_4f84 {
  border-color: var(--wp--preset--color--black) !important;
}
.advanced_d9da {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.search-4bdd {
  border-color: var(--wp--preset--color--white) !important;
}
.frame_up_59bb {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.row_6f22 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.hard_ccdd {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.grid_silver_3eb6 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.short-47ae {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.notice-action-5d85 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.avatar_52fa {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.light-e32a {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.breadcrumb_8a9b {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.carousel_84a1 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.avatar-north-a9cd {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.wrapper-6e63 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.avatar-wood-6d5c {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.outline-e364 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.mini_c266 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.badge_simple_b4d7 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.wide_4714 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.photo-pink-f4ce {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.simple-745e {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.label_old_519b {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.summary-2a98 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.focused_3abb {
  font-size: var(--wp--preset--font-size--small) !important;
}
.orange_0bdc {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.component-thick-1f57 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.cold_a455 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.dropdown_wide_8ce1 a:where(:not(.feature_c032)) {
  color: inherit;
}
:where(.button_1207.row-6d73) {
  gap: 1.25em;
}
:where(.button_1207.description-160a) {
  gap: 1.25em;
}
:where(.carousel_green_7f1a.row-6d73) {
  gap: 2em;
}
:where(.carousel_green_7f1a.description-160a) {
  gap: 2em;
}
.chip_489d {
  font-size: 1.5em;
  line-height: 1.6;
}

.red-5f5c .east-56ec {
  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);
}
.up_5cee .wood-42d5 {
  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);
}
.search-yellow-1e22 {
  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);
}
.search-yellow-1e22.avatar-2657 .article-4ad5 {
  background-color: var(--e-global-color-primary);
}
.search-yellow-1e22.carousel_clean_0728 .article-4ad5,
.search-yellow-1e22.tiny-6dea .article-4ad5 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.dynamic-1ae1 .component_upper_3af4 {
  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);
}
.background-red-0982 {
  --divider-color: var(--e-global-color-secondary);
}
.background-red-0982 .box-9c0a {
  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);
}
.background-red-0982.yellow_ce99 .summary_f04a {
  background-color: var(--e-global-color-secondary);
}
.background-red-0982.accordion-adef .summary_f04a,
.background-red-0982.backdrop-complex-0a75 .summary_f04a {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.background-red-0982.accordion-adef .summary_f04a,
.background-red-0982.backdrop-complex-0a75 .summary_f04a svg {
  fill: var(--e-global-color-secondary);
}
.backdrop-hot-d5b0 .main_dynamic_5599 {
  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);
}
.backdrop-hot-d5b0 .red_c632 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-bbe1.yellow_ce99 .summary_f04a {
  background-color: var(--e-global-color-primary);
}
.highlight-bbe1.accordion-adef .summary_f04a,
.highlight-bbe1.backdrop-complex-0a75 .summary_f04a {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.highlight-bbe1.accordion-adef .summary_f04a,
.highlight-bbe1.backdrop-complex-0a75 .summary_f04a svg {
  fill: var(--e-global-color-primary);
}
.middle_ad31.yellow_ce99 .summary_f04a {
  background-color: var(--e-global-color-primary);
}
.middle_ad31.accordion-adef .summary_f04a,
.middle_ad31.backdrop-complex-0a75 .summary_f04a {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.middle_ad31 .panel_1ad6 {
  color: var(--e-global-color-primary);
}
.middle_ad31 .panel_1ad6,
.middle_ad31 .panel_1ad6 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.middle_ad31 .picture_38f9 {
  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);
}
.tag_8136 .alert_2e9b {
  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);
}
.gradient_e423 .carousel_outer_46c7 .row_46d5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.container-last-ae55 .link-hot-b8ca:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.container-last-ae55 .table_green_d661 i {
  color: var(--e-global-color-primary);
}
.container-last-ae55 .table_green_d661 svg {
  fill: var(--e-global-color-primary);
}
.container-last-ae55 .message_next_9a4c {
  color: var(--e-global-color-secondary);
}
.container-last-ae55 .link-hot-b8ca > .message_next_9a4c,
.container-last-ae55 .link-hot-b8ca > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort_north_cfb7 .status_1dd4 {
  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);
}
.sort_north_cfb7 .paragraph-glass-4466 {
  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);
}
.menu_white_8d01 .heading-fce4 .paragraph_tall_8281 {
  background-color: var(--e-global-color-primary);
}
.menu_white_8d01 .frame-b808 {
  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);
}
.detail-7914 .accordion_8779 {
  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);
}
.detail-7914 .badge_pink_3199 {
  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);
}
.detail-7914 .highlight_09cf {
  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);
}
.light-bd52 .badge_c720,
.light-bd52 .badge_c720 a {
  color: var(--e-global-color-primary);
}
.light-bd52 .badge_c720.feature-f739,
.light-bd52 .badge_c720.feature-f739 a {
  color: var(--e-global-color-accent);
}
.light-bd52 .badge_c720 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light-bd52 .preview-solid-78c0 {
  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_f65c .frame-02e3,
.left_f65c .selected-755c {
  color: var(--e-global-color-primary);
}
.left_f65c .frame-02e3 svg {
  fill: var(--e-global-color-primary);
}
.left_f65c .feature-f739 .frame-02e3,
.left_f65c .feature-f739 .selected-755c {
  color: var(--e-global-color-accent);
}
.left_f65c .feature-f739 .frame-02e3 svg {
  fill: var(--e-global-color-accent);
}
.left_f65c .selected-755c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.left_f65c .preview-solid-78c0 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_west_3867 .tag_28cf,
.info_west_3867 .tag-ba0b {
  color: var(--e-global-color-primary);
}
.info_west_3867 .tag-ba0b svg {
  fill: var(--e-global-color-primary);
}
.info_west_3867 .badge_c720.feature-f739 a,
.info_west_3867
  .badge_c720.feature-f739
  .tag-ba0b {
  color: var(--e-global-color-accent);
}
.info_west_3867 .tag_28cf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_west_3867 .preview-solid-78c0 {
  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);
}
.secondary-f161 .photo-6ab7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.secondary-f161 .blue_41ee {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box-white-48fc .complex-0390 .last-3b4f {
  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);
}
.box-white-48fc .complex-0390 .photo_first_37fa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box-white-48fc .alert-up-6a74 .last-3b4f {
  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);
}
.box-white-48fc
  .alert-up-6a74
  .photo_first_37fa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box-white-48fc
  .new_e34b
  .last-3b4f {
  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);
}
.box-white-48fc
  .new_e34b
  .photo_first_37fa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box-white-48fc
  .hero_25dd
  .last-3b4f {
  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);
}
.box-white-48fc
  .hero_25dd
  .photo_first_37fa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-gas-3179 .table_basic_fc78 {
  background-color: var(--e-global-color-primary);
}
.photo-gas-3179 .table_basic_fc78:hover {
  background-color: var(--e-global-color-primary);
}
.photo-gas-3179 .heading_0deb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo-gas-3179
  .table_basic_fc78:hover
  .heading_0deb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.icon-fc5f .banner-right-a898 {
  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);
}
.text-c713 .static_3928 .steel_cd34 a {
  background-color: var(--e-global-color-accent);
}
.text-c713 .static_3928 .focus-8904 a {
  background-color: var(--e-global-color-accent);
}
.text-c713 .static_3928 .steel_cd34 a,
.text-c713 .static_3928 .focus-8904 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_dynamic_3f68
  .black_7b96.tall_648d
  .static_3928
  a.component_large_a766 {
  background-color: var(--e-global-color-accent);
}
.tooltip_dynamic_3f68
  .black_7b96.tall_648d
  .static_3928
  span.component_large_a766.fn-current-699b {
  background-color: var(--e-global-color-text);
}
.tooltip_dynamic_3f68
  .black_7b96.tall_648d
  .static_3928
  .component_large_a766 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_fresh_b79d .section_focused_024f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_fresh_b79d
  .widget-lite-7f1d
  > .carousel-9b21
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_fresh_b79d
  .hard_6034
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_fresh_b79d
  .preview-59f3
  .blue_15d3,
.avatar_fresh_b79d
  .preview-59f3
  .sort-south-47aa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar_fresh_b79d
  .preview-59f3
  .shade_dirty_f56b,
.avatar_fresh_b79d
  .preview-59f3
  a
  .shade_dirty_f56b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_fresh_b79d
  .preview-59f3
  .container_steel_63d6 {
  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);
}
.avatar_fresh_b79d
  .preview-59f3
  .cool_5c2f {
  background-color: var(--e-global-color-primary);
}
.avatar_fresh_b79d
  .preview-59f3
  .cool_5c2f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_fresh_b79d
  .preview-59f3
  .cool_5c2f:hover {
  background-color: var(--e-global-color-primary);
}
.avatar_fresh_b79d
  .preview-59f3
  .paragraph_easy_f62a {
  background-color: var(--e-global-color-primary);
}
.avatar_fresh_b79d
  .preview-59f3
  .paragraph_easy_f62a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_fresh_b79d
  .preview-59f3
  .paragraph_easy_f62a:hover {
  background-color: var(--e-global-color-primary);
}
.avatar_fresh_b79d
  .widget-a53e
  .glass_9bc0
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar_fresh_b79d
  .widget-a53e
  .background-359f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_fresh_b79d
  .widget-a53e
  .container_steel_63d6 {
  color: var(--e-global-color-text);
}
.avatar_fresh_b79d
  .widget-a53e
  .container_steel_63d6
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_fresh_b79d
  .widget-a53e
  .cool_5c2f {
  background-color: var(--e-global-color-primary);
}
.avatar_fresh_b79d
  .widget-a53e
  .cool_5c2f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_fresh_b79d
  .widget-a53e
  .cool_5c2f:hover {
  background-color: var(--e-global-color-primary);
}
.avatar_fresh_b79d
  .widget-a53e
  .paragraph_easy_f62a {
  background-color: var(--e-global-color-primary);
}
.avatar_fresh_b79d
  .widget-a53e
  .paragraph_easy_f62a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_fresh_b79d
  .widget-a53e
  .paragraph_easy_f62a:hover {
  background-color: var(--e-global-color-primary);
}
.avatar_fresh_b79d .dark_603c {
  background-color: var(--e-global-color-primary);
}
.avatar_fresh_b79d .dark_603c:hover {
  background-color: var(--e-global-color-primary);
}
.avatar_fresh_b79d .label-e7b2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar_fresh_b79d .action-7e14 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-1273 .summary_eab6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-1273
  .fluid_58da
  > div:nth-child(3)
  .summary_eab6,
.feature-1273
  .background_right_65f2
  > div:nth-child(1)
  .summary_eab6,
.feature-1273
  .summary-new-4beb
  > div:nth-child(1)
  .summary_eab6,
.feature-1273
  .shade-west-9860
  > div:nth-child(1)
  .summary_eab6,
.feature-1273
  .in_ae12
  > div:nth-child(1)
  .summary_eab6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-1273 .huge_8cae {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature-1273 .gallery_prev_4a03 {
  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-1273 .chip_8546 {
  background-color: var(--e-global-color-primary);
}
.feature-1273 .chip_8546 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.feature-1273 .chip_8546:hover {
  background-color: var(--e-global-color-primary);
}
.feature-1273 .banner-thick-46fe {
  background-color: var(--e-global-color-primary);
}
.feature-1273 .banner-thick-46fe:hover {
  background-color: var(--e-global-color-primary);
}
.feature-1273 .label-e7b2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-1273 .action-7e14 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shade-8fc0 .badge-6b68 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shade-8fc0 .purple_fd36 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade-8fc0 .mini_a05f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade-8fc0 .summary_e68e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade-8fc0 .preview-simple-a8fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade-8fc0 .banner-thick-46fe {
  background-color: var(--e-global-color-primary);
}
.shade-8fc0 .banner-thick-46fe:hover {
  background-color: var(--e-global-color-primary);
}
.middle-cb84 .carousel_19b0 {
  background-color: var(--e-global-color-secondary);
}
.middle-cb84 .summary_9eef {
  background-color: var(--e-global-color-text);
}
.middle-cb84 .card_08aa {
  background-color: var(--e-global-color-secondary);
}
.middle-cb84 .lower_4c09 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.middle-cb84 .plasma_b618 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.middle-cb84 .table-5962 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.middle-cb84 .gold-4a74 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.middle-cb84 .top-9878 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-f4bd .wrapper_4cb2 .surface-d0f2,
.clean-f4bd
  .wrapper_4cb2
  .surface-d0f2
  a,
.clean-f4bd .wrapper_4c81 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-f4bd .wrapper_4cb2 .pagination-pink-2564,
.clean-f4bd .image-inner-0738 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-f4bd .wrapper_4cb2 .pagination-pink-2564 {
  color: var(--e-global-color-text);
}
.clean-f4bd .image-inner-0738 {
  color: var(--e-global-color-text);
}
.clean-f4bd
  .wrapper_4cb2
  .top_6416 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.clean-f4bd .steel-198d .banner-huge-8b40 {
  background-color: var(--e-global-color-primary);
}
.clean-f4bd .steel-198d .banner-huge-8b40:hover {
  background-color: var(--e-global-color-primary);
}
.clean-f4bd .steel-198d .upper-dc32 li span {
  background-color: var(--e-global-color-text);
}
.clean-f4bd .steel-198d .upper-dc32 li span:hover {
  background-color: var(--e-global-color-primary);
}
.clean-f4bd
  .steel-198d
  .upper-dc32
  li.focus_3986
  span {
  background-color: var(--e-global-color-accent);
}
.clean-f4bd .focus-gas-29f0 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column-up-816e .primary-2ba7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.table_7b90 .thumbnail_0f38 {
  background-color: var(--e-global-color-primary);
}
.table_7b90 .highlight-b1ae {
  background-color: var(--e-global-color-secondary);
}
.table_7b90 .left-5441 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_7b90 .clean_bd9b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_7b90 .slider-4da7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_7b90 .feature_west_07a2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_7b90 .shadow-south-0bb0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_7b90 .notice_57f5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_7b90 .progress_e248 {
  background-color: var(--e-global-color-primary);
}
.table_7b90 .progress_e248 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature_568f .media_hard_26c7 {
  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);
}
.feature_568f .form_cool_a1c2 {
  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);
}
.feature_568f
  .panel-fcaf:after {
  background-color: var(--e-global-color-primary);
}
.feature_568f .tertiary-in-27dc {
  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);
}
.dropdown_over_e59a .wrapper_4c81 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_over_e59a .image-inner-0738 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag-pressed-69a4 .current_80b6 .gas_7517 {
  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);
}
.tag-pressed-69a4 .current_80b6 .header-d975 {
  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-selected-a9cc .cold_54b6 {
  background-color: var(--e-global-color-primary);
}
.carousel-selected-a9cc .focus-inner-8164 {
  background-color: var(--e-global-color-secondary);
}
.carousel-selected-a9cc .label_soft_67fa .frame-wide-52b8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel-selected-a9cc .gold-5d9d .frame-wide-52b8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero-0f9e .pink_9bef .blue_0e1c {
  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);
}
.hero-0f9e .pink_9bef .current-4a0d {
  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);
}
.hero-0f9e .pink_9bef .solid-b9ae {
  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);
}
.preview-87c9 .tiny-1897 {
  border-color: var(--e-global-color-text);
}
.preview-87c9 .avatar_9d31 {
  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);
}
.preview-87c9 .paper_955c {
  color: var(--e-global-color-primary);
}
.preview-87c9 .old_f19c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item_428d .widget-upper-0d9e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_428d .wrapper_tiny_1806 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_428d .gallery-new-6f38:hover .widget-upper-0d9e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_428d
  .gallery-new-6f38:hover
  .wrapper_tiny_1806 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first_9c92 .component-full-3a64 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first_9c92 .modal-motion-2cdf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thick_1d47 .stale-2933 .shade_8fcb {
  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);
}
.thick_1d47 .secondary_lite_d69d .shade_8fcb {
  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);
}
.active_e0ba .progress_e2c6 {
  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_hot_9830 .notification-wide-c594 .fresh-2d0d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden_hot_9830 .notification-wide-c594 .fresh-2d0d {
  background-color: var(--e-global-color-secondary);
}
.hidden_hot_9830 .prev-cecf .fresh-2d0d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden_hot_9830 .prev-cecf .fresh-2d0d {
  background-color: var(--e-global-color-secondary);
}
.hidden_hot_9830 .iron-b185 .notice-36fa {
  background-color: var(--e-global-color-primary);
}
.hidden_hot_9830 .iron-b185:hover .notice-36fa {
  background-color: var(--e-global-color-secondary);
}
.hidden_hot_9830 .banner-huge-8b40 {
  background-color: var(--e-global-color-primary);
}
.hidden_hot_9830 .banner-huge-8b40:hover {
  background-color: var(--e-global-color-accent);
}
.hidden_hot_9830 .upper-dc32 li span {
  background-color: var(--e-global-color-text);
}
.hidden_hot_9830 .upper-dc32 li span:hover {
  background-color: var(--e-global-color-primary);
}
.hidden_hot_9830 .upper-dc32 li.focus_3986 span {
  background-color: var(--e-global-color-accent);
}
.dark_6731 .easy-1533 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dark_6731 .column-3bfa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-south-e7e1 .hovered_4c41:before {
  background-color: var(--e-global-color-secondary);
}
.slider-south-e7e1 .bronze-b277 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-south-e7e1 .east_ac3e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.caption_8cf8 .sidebar-short-3bfb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.caption_8cf8 .sidebar-short-3bfb:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.caption_8cf8 .sidebar-short-3bfb.fn-active-699b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.caption_8cf8 .south-6555 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_8cf8 .lower_0df5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_8cf8 .summary-yellow-3d44 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_8cf8 .accordion-short-bb69 {
  background-color: var(--e-global-color-primary);
}
.caption_8cf8 .accordion-short-bb69 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.caption_8cf8 .notice_ce20 {
  background-color: var(--e-global-color-primary);
}
.caption_8cf8 .notice_ce20 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button_b3a5 .huge-802b .gradient_hovered_5151 a {
  color: var(--e-global-color-secondary);
}
.button_b3a5 .huge-802b .gradient_hovered_5151 a:hover {
  color: var(--e-global-color-secondary);
}
.button_b3a5 .huge-802b .gradient_hovered_5151,
.button_b3a5 .huge-802b .gradient_hovered_5151 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button_b3a5 .huge-802b .icon_easy_ec42 {
  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);
}
.button_b3a5 .huge-802b .active_wood_c0d6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button_b3a5 .huge-802b .card_c464 {
  background-color: var(--e-global-color-primary);
}
.button_b3a5 .huge-802b .card_c464 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button_b3a5 .huge-802b .card_c464:hover {
  background-color: var(--e-global-color-primary);
}
.button_b3a5 .huge-802b .tag_0d56 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button_b3a5 .huge-802b .tag_0d56 {
  background-color: var(--e-global-color-primary);
}
.button_b3a5 .huge-802b .tag_0d56:hover {
  background-color: var(--e-global-color-primary);
}
.button_b3a5 .huge-802b .banner-huge-8b40 {
  background-color: var(--e-global-color-primary);
}
.button_b3a5 .huge-802b .banner-huge-8b40:hover {
  background-color: var(--e-global-color-primary);
}
.button_b3a5 .steel-198d .upper-dc32 li span {
  background-color: var(--e-global-color-text);
}
.button_b3a5 .steel-198d .upper-dc32 li span:hover {
  background-color: var(--e-global-color-primary);
}
.button_b3a5 .steel-198d .upper-dc32 li.focus_3986 span {
  background-color: var(--e-global-color-accent);
}
.button_b3a5 .label-e7b2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button_b3a5 .action-7e14 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-c3dd .notification-0df6 .green_5ac3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-c3dd .notification-0df6 .wrapper-glass-7495 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification-c3dd .notification-0df6 .photo_4e17 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-bottom-d066 .hard-6a82 {
  border-color: var(--e-global-color-text);
}
.panel-bottom-d066 .badge-wood-5f12 {
  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);
}
.panel-bottom-d066 .overlay-glass-4d5e {
  color: var(--e-global-color-secondary);
}
.panel-bottom-d066 .overlay-glass-4d5e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-bottom-d066 .middle_70ed > * {
  color: var(--e-global-color-primary);
}
.panel-bottom-d066 .middle_70ed > * svg {
  fill: var(--e-global-color-primary);
}
.panel-bottom-d066 .gallery_46f7 {
  color: var(--e-global-color-primary);
}
.panel-bottom-d066 .gallery_46f7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel-bottom-d066 .header-7f62 {
  color: var(--e-global-color-primary);
}
.panel-bottom-d066 .header-7f62 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel-bottom-d066 .list-dim-9b4d {
  color: var(--e-global-color-primary);
}
.panel-bottom-d066 .list-dim-9b4d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-bottom-d066 .accordion_2a75 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-bottom-d066 .thick-cf8e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-bottom-d066 .thick-cf8e.video_action_8001 {
  color: var(--e-global-color-secondary);
}
.panel-bottom-d066 .thick-cf8e.video_action_8001 .heading-922a {
  color: var(--e-global-color-accent);
}
.panel-bottom-d066 .thick-cf8e.active_bright_9591 {
  color: var(--e-global-color-text);
}
.panel-bottom-d066 .thick-cf8e.active_bright_9591 .heading-922a {
  color: var(--e-global-color-text);
}
.panel-bottom-d066 .thick-cf8e:before {
  border-top-color: var(--e-global-color-text);
}
.panel-bottom-d066 .top-4e78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-bottom-d066
  .top-4e78
  .gallery-bronze-83f0 {
  background-color: var(--e-global-color-primary);
}
.panel-bottom-d066
  .top-4e78
  .gallery-bronze-83f0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.panel-bottom-d066 .hard-6a82 .message-west-6ca8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner_up_8971 .footer_1240 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.banner_up_8971 .under-3690 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.caption_a780 .frame-8ce8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.caption_a780
  .fluid_06b5
  .nav_clean_338f {
  background-color: var(--e-global-color-secondary);
}
.caption_a780
  .fluid_06b5.copper_3f65
  .nav_clean_338f {
  background-color: var(--e-global-color-text);
}
.caption_a780
  .fluid_06b5:hover
  .nav_clean_338f {
  background-color: var(--e-global-color-accent);
}
.caption_a780
  .fluid_06b5.fn-active-699b
  .nav_clean_338f {
  background-color: var(--e-global-color-primary);
}
.accordion_e53c .center-5923 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.accordion_e53c .header-3d05 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accordion_e53c .item_simple_042e {
  background-color: var(--e-global-color-primary);
}
.accordion_e53c .item_simple_042e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.secondary_7aea .under-7715 .red_a185 .active-975c {
  background-color: var(--e-global-color-secondary);
}
.secondary_7aea .under-7715 .iron_f15a:after {
  background-color: var(--e-global-color-secondary);
}
.secondary_7aea .current-e288 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_7aea .list-0939 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_7aea .heading-advanced-a7dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_7aea .block_north_da4f {
  background-color: var(--e-global-color-primary);
}
.secondary_7aea .block_north_da4f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.secondary_7aea .column-6e65 {
  background-color: var(--e-global-color-secondary);
}
.secondary_7aea .column-6e65 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.secondary_7aea .under-7715 .highlight-active-06f2 .slider-white-f220:hover {
  background-color: var(--e-global-color-primary);
}
.secondary_7aea
  .under-7715
  .highlight-active-06f2
  .slider-white-f220.info_94fa {
  background-color: var(--e-global-color-primary);
}
.secondary_7aea .under-7715 .wood_7f70:before {
  border-color: var(--e-global-color-primary);
}
.secondary_7aea .under-7715 .wood_7f70:hover:before {
  border-color: var(--e-global-color-secondary);
}
.secondary_7aea
  .under-7715
  .wood_7f70.carousel-d02c:before {
  border-color: var(--e-global-color-primary);
}
.secondary_7aea .backdrop-adca span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_lower_f04d .focused_8f67 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_lower_f04d .focused_8f67:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_lower_f04d .focused_8f67.menu_b680 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_lower_f04d .bronze_d36a {
  background-color: var(--e-global-color-primary);
}
.article_lower_f04d .bronze_d36a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_lower_f04d
  .accordion_mini_5c79
  .surface_hot_31f3
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_lower_f04d
  .module-3e9e
  .surface_hot_31f3
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wrapper-fixed-0572
  .thumbnail_fluid_95eb
  .summary_gold_71fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wrapper-fixed-0572
  .thumbnail_fluid_95eb
  .solid-c17c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wrapper-fixed-0572 .large_277f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wrapper-fixed-0572 .short_d856 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper-fixed-0572 .form-6002 {
  background-color: var(--e-global-color-primary);
}
.wrapper-fixed-0572 .form-6002 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.search_d174 .pro-28bb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search_d174 .element_2cf3 {
  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);
}
.search_d174 .article_88f9 {
  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);
}
.search_d174 .article_88f9 a:hover {
  color: var(--e-global-color-secondary);
}
.search_d174 .large-01da {
  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);
}
.search_d174 .photo-65a3 {
  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);
}
.search_d174 .breadcrumb_bottom_d64b .banner-huge-8b40 {
  background-color: var(--e-global-color-primary);
}
.search_d174 .breadcrumb_bottom_d64b .banner-huge-8b40:hover {
  background-color: var(--e-global-color-accent);
}
.search_d174
  .breadcrumb_bottom_d64b
  .upper-dc32
  li
  span {
  background-color: var(--e-global-color-text);
}
.search_d174
  .breadcrumb_bottom_d64b
  .upper-dc32
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.search_d174
  .breadcrumb_bottom_d64b
  .upper-dc32
  li.focus_3986
  span {
  background-color: var(--e-global-color-accent);
}
.tertiary_dae5
  .label_27ba
  .progress-huge-a4ec {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary_dae5 .label_27ba .yellow-a178 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary_dae5 .label_27ba .sidebar-green-50f7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary_dae5 .active_1374 {
  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);
}
.tertiary_dae5
  .hero-north-e74b.breadcrumb-6deb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > a {
  background-color: var(--e-global-color-text);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > a
  .north-4656.modal_a56d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > a
  .message-dim-4c6c.texture_94a7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > .video_west_7f89
  .feature_complex_3452
  > a {
  background-color: var(--e-global-color-secondary);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > .video_west_7f89
  .feature_complex_3452
  > a
  .link-faca {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > .video_west_7f89
  .feature_complex_3452
  > a
  .message-dim-4c6c.active-b4c5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > a
  .prev_181a:before {
  color: var(--e-global-color-text);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > .video_west_7f89
  a
  .prev_181a:before {
  color: var(--e-global-color-text);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452.tooltip_motion_bab5
  > a
  .prev_181a:before {
  color: var(--e-global-color-text);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > .video_west_7f89
  .feature_complex_3452.tooltip_motion_bab5
  > a
  .prev_181a:before {
  color: var(--e-global-color-text);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > a
  .panel-d3db
  .full-0846 {
  color: var(--e-global-color-text);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > .video_west_7f89
  a
  .panel-d3db
  .full-0846 {
  color: var(--e-global-color-text);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > a
  .panel-d3db
  .full-0846,
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > .video_west_7f89
  a
  .panel-d3db
  .full-0846 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > a
  .black-3ad8:before {
  color: var(--e-global-color-text);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > .video_west_7f89
  a
  .black-3ad8:before {
  color: var(--e-global-color-text);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452.tooltip_motion_bab5
  > a
  .black-3ad8:before {
  color: var(--e-global-color-text);
}
.hidden-f650
  > .content_yellow_6173
  > div
  > .notification_29d7
  > .feature_complex_3452
  > .video_west_7f89
  .feature_complex_3452.tooltip_motion_bab5
  > a
  .black-3ad8:before {
  color: var(--e-global-color-text);
}
.tabs_lower_d9b1 .content-0ff8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs_lower_d9b1
  .list_2912:hover
  .content-0ff8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.white_0a47
  > .content_yellow_6173
  > .article_2772
  > .text_0d9c
  > .list-1834
  > .panel-top-fd6e
  .dim-caaf {
  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);
}
.white_0a47
  > .content_yellow_6173
  > .article_2772
  > .text_0d9c
  > .list-1834
  > .panel-top-fd6e:hover
  .dim-caaf {
  color: var(--e-global-color-text);
}
.white_0a47
  > .content_yellow_6173
  > .article_2772
  > .text_0d9c
  > .list-1834
  > .panel-top-fd6e:hover
  .dim-caaf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.white_0a47
  > .content_yellow_6173
  > .article_2772
  > .text_0d9c
  > .list-1834.bright-0659
  > .panel-top-fd6e
  .dim-caaf {
  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);
}
.static_01d7 .sidebar-f9d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.static_01d7 .pressed_63fe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.static_01d7 .basic_9e8f {
  background-color: var(--e-global-color-primary);
}
.static_01d7 .basic_9e8f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.north_d0fc
  > .content_yellow_6173
  > .feature-a4db
  > .purple-950b
  > .info-action-4314
  .thick_bf9a {
  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);
}
.north_d0fc
  > .content_yellow_6173
  > .feature-a4db
  > .purple-950b
  > .info-action-4314
  .text-b253 {
  color: var(--e-global-color-text);
}
.north_d0fc
  > .content_yellow_6173
  > .feature-a4db
  > .purple-950b
  > .info-action-4314:hover
  .thick_bf9a {
  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);
}
.north_d0fc
  > .content_yellow_6173
  > .feature-a4db
  > .purple-950b
  > .info-action-4314:hover
  .text-b253 {
  color: var(--e-global-color-secondary);
}
.north_d0fc
  > .content_yellow_6173
  > .feature-a4db
  > .purple-950b
  > .info-action-4314.medium-8894
  .thick_bf9a {
  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);
}
.north_d0fc
  > .content_yellow_6173
  > .feature-a4db
  > .purple-950b
  > .info-action-4314.medium-8894
  .text-b253 {
  color: var(--e-global-color-primary);
}
.prev-293c
  .button_e8e7
  .label_12bd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.prev-293c .notification-middle-4d32 .message-west-6ca8 .tag-7991 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient-liquid-5b93 .icon_24f2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient-liquid-5b93 .border_gas_ff3b .icon_24f2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient-liquid-5b93 .red-cc5f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gradient-liquid-5b93 .red-cc5f {
  background-color: var(--e-global-color-primary);
}
.table_75cd .primary-lite-5f1c .medium_5429 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_75cd
  .primary-lite-5f1c:hover
  .container-552a {
  color: var(--e-global-color-secondary);
}
.table_75cd
  .primary-lite-5f1c:hover
  .medium_5429 {
  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);
}
.carousel-21da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.primary_gold_513b {
  flex-direction: column;
}

.primary_gold_513b .label-purple-ddd6 {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.primary_gold_513b .label-purple-ddd6 {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.primary_gold_513b .row-75e1 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.primary_prev_548d.nav_dirty_70eb {
  display: none;
}

.orange_5ba6 {
  display: none;
}

body,
.frame_full_3776 {
  background-color: #1d1e23 !important;
  /* background-image: url(../images/main_bg.table_clean_5f63) !important; */
}

.form_orange_4bff.chip-white-9cd3 {
  margin-bottom: 40px;
  width: 100%;
}

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

.primary_gold_513b a {
  width: 100%;
}

.center_dd34 .label-aa7b.filter-light-9584 {
  width: 20% !important;
}

.gold-0c36 {
  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;
}

.gold-0c36:hover {
  color: #000;
}

.gold-0c36 svg {
  width: 20px;
  fill: #874800;

  transition: all 0.14s ease-out;
}

.gold-0c36:hover svg {
  fill: #000;
}

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

.icon_paper_0257:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

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

.center_dd34
  .label-aa7b.tertiary-a920
  .filter_9ab1
  .glass-601d {
  font-size: 20px !important;
}

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

.middle-64f1 {
  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;
}

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

  text-align: center;
}

.texture_bronze_92b9.disabled_4803 > .active_white_23bb {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

.active-5dac {
  position: relative;
  width: 100%;
}

.hover-right-3190 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.notice-smooth-c099 {
  font-size: 35px !important;
}

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

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

.element-in-de99 {
  display: flex;
  gap: 50px;
}

.center_dd34
  .label-aa7b.avatar-liquid-9c13
  .accordion-636a
  .accordion-wide-dc0c {
  width: 100% !important;
}

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

.gallery-gold-ba1e {
  width: 100%;
}

.title-full-31aa {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-warm-0bf7 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

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

  visibility: hidden;
}

.card-warm-0bf7:hover .liquid_8147 {
  visibility: visible;
}
.card-warm-0bf7:hover.card-warm-0bf7::before {
  display: block;
}

.thick-b3c3 h3 {
  color: #fff;
}

.avatar-2294 {
  margin: 0;
}

.center_dd34
  .label-aa7b.avatar-liquid-9c13
  .accordion-wide-dc0c
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.shadow_right_870d {
  width: 100%;
}

.north-ebb0 {
  width: 100%;
}

.breadcrumb-static-0d12 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.north-ebb0 {
  width: 100%;
}

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

.accordion-wide-dc0c {
  display: flex;
  align-items: center;
}

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

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

.primary_gold_513b .label-purple-ddd6.secondary-20d8 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.primary_gold_513b h1.label-purple-ddd6 {
  margin-top: 120px !important;
}

.center_dd34 .label-aa7b.preview_3f5e {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.form-da0e img {
  width: 100%;
}

.article_fixed_6153 .current-3f3b.filter_9ab1 {
  justify-content: space-between;
}

.clean_d4b8 {
  display: none;
}

.label_2506 .row-75e1 {
  margin: 1px 0 !important;
}

.grid-wood-dcab li {
  margin-bottom: 0 !important;
}

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

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

  .shade-a319 {
    width: 100% !important;
  }
}

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

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

  .article_fixed_6153 .current-3f3b.filter_9ab1 {
    border-bottom: 1px solid #f0c159;
  }

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

  .texture_bronze_92b9.disabled_4803 > .active_white_23bb {
    gap: 15px;
    justify-content: space-between;
  }

  .center_dd34
    .label-aa7b.avatar-liquid-9c13
    .accordion-wide-dc0c
    img {
    width: 60% !important;
  }

  .hover-right-3190 {
    left: 2%;
  }

  .red_3bb2 {
    margin: 10px 0;
  }

  .primary_gold_513b .row-75e1 {
    margin: 0;
    margin-bottom: 10px;
  }

  .gold-0c36 {
    font-size: 16px !important;
  }

  .notice-smooth-c099 {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.primary_gold_513b .label-purple-ddd6,
  .primary_gold_513b .label-purple-ddd6 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .accordion-wide-dc0c {
    justify-content: center;
  }

  .primary_gold_513b .row-75e1 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .center_dd34 .label-aa7b.filter-light-9584 {
    width: 75% !important;
  }

  .form-da0e img {
    width: 100% !important;
  }
}

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

  h2.primary_gold_513b .label-purple-ddd6,
  .primary_gold_513b .label-purple-ddd6 {
    font-size: 30px !important;
  }

  .accordion-wide-dc0c {
    justify-content: center;
  }

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

  .accent-left-45a0
    .column_orange_0c3a.message-5fbc {
    margin: 0 !important;
  }

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

  .red_3bb2 {
    display: flex;
  }

  .modal-c627 .gold-0c36 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .tertiary-d19a svg {
    width: 75% !important;
    height: 75% !important;
  }

  .breadcrumb-static-0d12 {
    justify-content: flex-end;
    gap: 1px;
  }

  .primary_gold_513b h1.label-purple-ddd6 {
    margin-top: 80px !important;
  }

  .center_dd34
    .label-aa7b.avatar-liquid-9c13
    .accordion-wide-dc0c
    img,
  .backdrop-hot-d5b0 .accordion-636a {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .center_dd34 .label-aa7b.filter-light-9584 {
    width: 100% !important;
  }

  .texture_bronze_92b9.disabled_4803 > .active_white_23bb {
    gap: 3px;
  }

  .primary_gold_513b .row-75e1 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: ee34 */
.widget-item-v9 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.1;
}
