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(.article_e012) {
  gap: 0.5em;
}
:where(.gallery_8a94) {
  gap: 0.5em;
}
body .medium_97b2 > .shadow-left-36d3 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .medium_97b2 > .card-hard-92f2 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .medium_97b2 > .basic_2732 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .element-3046 > .shadow-left-36d3 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .element-3046 > .card-hard-92f2 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .element-3046 > .basic_2732 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .element-3046
  > :where(:not(.shadow-left-36d3):not(.card-hard-92f2):not(.aside-07ca)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .element-3046 > .description-steel-d49b {
  max-width: var(--wp--style--global--wide-size);
}
body .article_e012 {
  display: flex;
}
body .article_e012 {
  flex-wrap: wrap;
  align-items: center;
}
body .article_e012 > * {
  margin: 0;
}
body .gallery_8a94 {
  display: grid;
}
body .gallery_8a94 > * {
  margin: 0;
}
:where(.section_e37c.article_e012) {
  gap: 2em;
}
:where(.section_e37c.gallery_8a94) {
  gap: 2em;
}
:where(.hard_b345.article_e012) {
  gap: 1.25em;
}
:where(.hard_b345.gallery_8a94) {
  gap: 1.25em;
}
.east_de91 {
  color: var(--wp--preset--color--black) !important;
}
.shade-dark-6cfa {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.shade_e598 {
  color: var(--wp--preset--color--white) !important;
}
.sidebar-a0ac {
  color: var(--wp--preset--color--pale-pink) !important;
}
.outer-5231 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.hover-41dd {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.west-328b {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.lower-1aff {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.steel-cc86 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.overlay_ccba {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.carousel_3c94 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.logo-static-67e8 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.heading-up-884f {
  background-color: var(--wp--preset--color--black) !important;
}
.black_7c42 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.status_fd0a {
  background-color: var(--wp--preset--color--white) !important;
}
.photo-fast-1fdc {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.text-09b8 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.action_163c {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.form-ea95 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.basic-e1b3 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.detail-1d22 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.picture-113e {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.highlight_3f43 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.bright-19bc {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.component_red_e184 {
  border-color: var(--wp--preset--color--black) !important;
}
.hovered_fa79 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.texture-action-6e49 {
  border-color: var(--wp--preset--color--white) !important;
}
.label-brown-6e26 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.list_hard_ad78 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.background-a3b7 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.accent_slow_2b46 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.accent-last-b290 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.gallery-brown-2637 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.video-first-ecbc {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.gallery_7109 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.search-3a93 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.blue-128e {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.feature_motion_f955 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.tabs_2cec {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.red_4784 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.hover_dirty_b82b {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.north_765f {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.hidden-simple-f0a6 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.sidebar-511b {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.large-ebad {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.logo_cf39 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.wide_6d43 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.tiny_fa5c {
  background: var(--wp--preset--gradient--midnight) !important;
}
.table-0a25 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.info_9e67 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.modal_aeb4 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.bright-779a {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.in_c946 a:where(:not(.mask-8e7c)) {
  color: inherit;
}
:where(.hard_b345.article_e012) {
  gap: 1.25em;
}
:where(.hard_b345.gallery_8a94) {
  gap: 1.25em;
}
:where(.section_e37c.article_e012) {
  gap: 2em;
}
:where(.section_e37c.gallery_8a94) {
  gap: 2em;
}
.fixed-b90d {
  font-size: 1.5em;
  line-height: 1.6;
}

.border_c8f5 .slow_af9a {
  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);
}
.header_a9cc .heading_first_783b {
  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);
}
.hover-stone-065b {
  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);
}
.hover-stone-065b.cold-f81a .iron-571f {
  background-color: var(--e-global-color-primary);
}
.hover-stone-065b.solid-99e7 .iron-571f,
.hover-stone-065b.stone_8fd2 .iron-571f {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.shadow-605b .secondary-fixed-5a1a {
  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);
}
.new-8e27 {
  --divider-color: var(--e-global-color-secondary);
}
.new-8e27 .overlay_da6f {
  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);
}
.new-8e27.caption-lower-97a2 .info_simple_a87d {
  background-color: var(--e-global-color-secondary);
}
.new-8e27.large-27e8 .info_simple_a87d,
.new-8e27.dim_3102 .info_simple_a87d {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.new-8e27.large-27e8 .info_simple_a87d,
.new-8e27.dim_3102 .info_simple_a87d svg {
  fill: var(--e-global-color-secondary);
}
.clean-7ebe .widget_thick_092b {
  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);
}
.clean-7ebe .video-dirty-f091 {
  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);
}
.north-47ee.caption-lower-97a2 .info_simple_a87d {
  background-color: var(--e-global-color-primary);
}
.north-47ee.large-27e8 .info_simple_a87d,
.north-47ee.dim_3102 .info_simple_a87d {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.north-47ee.large-27e8 .info_simple_a87d,
.north-47ee.dim_3102 .info_simple_a87d svg {
  fill: var(--e-global-color-primary);
}
.mask-c790.caption-lower-97a2 .info_simple_a87d {
  background-color: var(--e-global-color-primary);
}
.mask-c790.large-27e8 .info_simple_a87d,
.mask-c790.dim_3102 .info_simple_a87d {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.mask-c790 .tiny-9654 {
  color: var(--e-global-color-primary);
}
.mask-c790 .tiny-9654,
.mask-c790 .tiny-9654 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask-c790 .breadcrumb-a2f7 {
  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);
}
.footer_a9d4 .dropdown-white-7f9b {
  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);
}
.hero-0f66 .description-01a1 .thumbnail_east_2476 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.blue-3809 .clean-cec4:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.blue-3809 .wrapper-76bd i {
  color: var(--e-global-color-primary);
}
.blue-3809 .wrapper-76bd svg {
  fill: var(--e-global-color-primary);
}
.blue-3809 .info-08ed {
  color: var(--e-global-color-secondary);
}
.blue-3809 .clean-cec4 > .info-08ed,
.blue-3809 .clean-cec4 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange_00eb .detail-5432 {
  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);
}
.orange_00eb .out_b3a2 {
  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);
}
.primary_wide_827d .image-8c1c .main-simple-ce86 {
  background-color: var(--e-global-color-primary);
}
.primary_wide_827d .aside_9953 {
  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);
}
.accent_top_953d .article_d360 {
  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);
}
.accent_top_953d .fast_84a4 {
  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_top_953d .light-2467 {
  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);
}
.new_52bf .block_1042,
.new_52bf .block_1042 a {
  color: var(--e-global-color-primary);
}
.new_52bf .block_1042.gas-2d8f,
.new_52bf .block_1042.gas-2d8f a {
  color: var(--e-global-color-accent);
}
.new_52bf .block_1042 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.new_52bf .overlay_a9df {
  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);
}
.photo-2d61 .tertiary_solid_5bab,
.photo-2d61 .content-steel-4da9 {
  color: var(--e-global-color-primary);
}
.photo-2d61 .tertiary_solid_5bab svg {
  fill: var(--e-global-color-primary);
}
.photo-2d61 .gas-2d8f .tertiary_solid_5bab,
.photo-2d61 .gas-2d8f .content-steel-4da9 {
  color: var(--e-global-color-accent);
}
.photo-2d61 .gas-2d8f .tertiary_solid_5bab svg {
  fill: var(--e-global-color-accent);
}
.photo-2d61 .content-steel-4da9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo-2d61 .overlay_a9df {
  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);
}
.fluid-939c .mask_blue_9c2b,
.fluid-939c .icon-in-e24c {
  color: var(--e-global-color-primary);
}
.fluid-939c .icon-in-e24c svg {
  fill: var(--e-global-color-primary);
}
.fluid-939c .block_1042.gas-2d8f a,
.fluid-939c
  .block_1042.gas-2d8f
  .icon-in-e24c {
  color: var(--e-global-color-accent);
}
.fluid-939c .mask_blue_9c2b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fluid-939c .overlay_a9df {
  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);
}
.heading-small-83ee .short-6cc1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading-small-83ee .element-complex-da14 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wrapper-a081 .alert-0929 .list-3cf2 {
  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);
}
.wrapper-a081 .alert-0929 .tag-up-6538 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wrapper-a081 .card-afa8 .list-3cf2 {
  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);
}
.wrapper-a081
  .card-afa8
  .tag-up-6538 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wrapper-a081
  .gallery_dim_09b0
  .list-3cf2 {
  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);
}
.wrapper-a081
  .gallery_dim_09b0
  .tag-up-6538 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wrapper-a081
  .picture-4e98
  .list-3cf2 {
  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);
}
.wrapper-a081
  .picture-4e98
  .tag-up-6538 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.primary_2283 .link_hovered_8a24 {
  background-color: var(--e-global-color-primary);
}
.primary_2283 .link_hovered_8a24:hover {
  background-color: var(--e-global-color-primary);
}
.primary_2283 .tabs-wood-f021 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.primary_2283
  .link_hovered_8a24:hover
  .tabs-wood-f021 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent_middle_2cbc .lite_e7d1 {
  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);
}
.paper_5d6d .banner-9ce4 .header-cde9 a {
  background-color: var(--e-global-color-accent);
}
.paper_5d6d .banner-9ce4 .backdrop_6abb a {
  background-color: var(--e-global-color-accent);
}
.paper_5d6d .banner-9ce4 .header-cde9 a,
.paper_5d6d .banner-9ce4 .backdrop_6abb a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel-4f11
  .purple-9fa5.header_dc25
  .banner-9ce4
  a.hard_1fd7 {
  background-color: var(--e-global-color-accent);
}
.panel-4f11
  .purple-9fa5.header_dc25
  .banner-9ce4
  span.hard_1fd7.fn-current-9135 {
  background-color: var(--e-global-color-text);
}
.panel-4f11
  .purple-9fa5.header_dc25
  .banner-9ce4
  .hard_1fd7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-6296 .pattern_tall_0354 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-6296
  .message_0529
  > .secondary-under-3a60
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-6296
  .orange_16d1
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-6296
  .lower_0218
  .brown_f8fd,
.pagination-6296
  .lower_0218
  .orange-458a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination-6296
  .lower_0218
  .item-steel-abbb,
.pagination-6296
  .lower_0218
  a
  .item-steel-abbb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-6296
  .lower_0218
  .focus-f7bc {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-6296
  .lower_0218
  .sort_east_fe0a {
  background-color: var(--e-global-color-primary);
}
.pagination-6296
  .lower_0218
  .sort_east_fe0a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-6296
  .lower_0218
  .sort_east_fe0a:hover {
  background-color: var(--e-global-color-primary);
}
.pagination-6296
  .lower_0218
  .basic-6041 {
  background-color: var(--e-global-color-primary);
}
.pagination-6296
  .lower_0218
  .basic-6041 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-6296
  .lower_0218
  .basic-6041:hover {
  background-color: var(--e-global-color-primary);
}
.pagination-6296
  .next_a66e
  .advanced-4060
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination-6296
  .next_a66e
  .title-5b74 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-6296
  .next_a66e
  .focus-f7bc {
  color: var(--e-global-color-text);
}
.pagination-6296
  .next_a66e
  .focus-f7bc
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-6296
  .next_a66e
  .sort_east_fe0a {
  background-color: var(--e-global-color-primary);
}
.pagination-6296
  .next_a66e
  .sort_east_fe0a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-6296
  .next_a66e
  .sort_east_fe0a:hover {
  background-color: var(--e-global-color-primary);
}
.pagination-6296
  .next_a66e
  .basic-6041 {
  background-color: var(--e-global-color-primary);
}
.pagination-6296
  .next_a66e
  .basic-6041 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-6296
  .next_a66e
  .basic-6041:hover {
  background-color: var(--e-global-color-primary);
}
.pagination-6296 .paper_d090 {
  background-color: var(--e-global-color-primary);
}
.pagination-6296 .paper_d090:hover {
  background-color: var(--e-global-color-primary);
}
.pagination-6296 .progress-2741 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination-6296 .frame-selected-6082 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification_dim_b506 .backdrop_steel_55df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification_dim_b506
  .top_6948
  > div:nth-child(3)
  .backdrop_steel_55df,
.notification_dim_b506
  .out-bdd7
  > div:nth-child(1)
  .backdrop_steel_55df,
.notification_dim_b506
  .widget-e180
  > div:nth-child(1)
  .backdrop_steel_55df,
.notification_dim_b506
  .pagination-0d72
  > div:nth-child(1)
  .backdrop_steel_55df,
.notification_dim_b506
  .form-37c5
  > div:nth-child(1)
  .backdrop_steel_55df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification_dim_b506 .element-9054 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_dim_b506 .feature_a1f0 {
  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);
}
.notification_dim_b506 .background_8e3a {
  background-color: var(--e-global-color-primary);
}
.notification_dim_b506 .background_8e3a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_dim_b506 .background_8e3a:hover {
  background-color: var(--e-global-color-primary);
}
.notification_dim_b506 .component-80b4 {
  background-color: var(--e-global-color-primary);
}
.notification_dim_b506 .component-80b4:hover {
  background-color: var(--e-global-color-primary);
}
.notification_dim_b506 .progress-2741 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification_dim_b506 .frame-selected-6082 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay_complex_afbf .west-986d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay_complex_afbf .content_5205 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_complex_afbf .icon_hot_e606 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_complex_afbf .down_8b63 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_complex_afbf .sidebar-fresh-d943 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_complex_afbf .component-80b4 {
  background-color: var(--e-global-color-primary);
}
.overlay_complex_afbf .component-80b4:hover {
  background-color: var(--e-global-color-primary);
}
.static_8f02 .liquid-d4a4 {
  background-color: var(--e-global-color-secondary);
}
.static_8f02 .gold-f50e {
  background-color: var(--e-global-color-text);
}
.static_8f02 .button-1dbc {
  background-color: var(--e-global-color-secondary);
}
.static_8f02 .video-3220 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.static_8f02 .narrow-cc43 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.static_8f02 .current-e3b1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.static_8f02 .gallery_6d0f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.static_8f02 .static_2fb6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_aeeb .rough_0b59 .link_bronze_4037,
.badge_aeeb
  .rough_0b59
  .link_bronze_4037
  a,
.badge_aeeb .prev_1986 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_aeeb .rough_0b59 .section_c5f1,
.badge_aeeb .pink_fa4a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_aeeb .rough_0b59 .section_c5f1 {
  color: var(--e-global-color-text);
}
.badge_aeeb .pink_fa4a {
  color: var(--e-global-color-text);
}
.badge_aeeb
  .rough_0b59
  .fluid_ff95 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.badge_aeeb .slider_37e7 .component_ef3a {
  background-color: var(--e-global-color-primary);
}
.badge_aeeb .slider_37e7 .component_ef3a:hover {
  background-color: var(--e-global-color-primary);
}
.badge_aeeb .slider_37e7 .nav_light_a775 li span {
  background-color: var(--e-global-color-text);
}
.badge_aeeb .slider_37e7 .nav_light_a775 li span:hover {
  background-color: var(--e-global-color-primary);
}
.badge_aeeb
  .slider_37e7
  .nav_light_a775
  li.south-3dfc
  span {
  background-color: var(--e-global-color-accent);
}
.badge_aeeb .secondary-right-594b span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wide-c359 .list_dade {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.center-15e1 .carousel_3b06 {
  background-color: var(--e-global-color-primary);
}
.center-15e1 .easy-e4db {
  background-color: var(--e-global-color-secondary);
}
.center-15e1 .under_23da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-15e1 .alert-down-7b75 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-15e1 .slider-cc26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-15e1 .mask-09d7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-15e1 .current-2d3c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-15e1 .large-f801 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center-15e1 .fixed-8317 {
  background-color: var(--e-global-color-primary);
}
.center-15e1 .fixed-8317 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.huge-1bf3 .message-over-2097 {
  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);
}
.huge-1bf3 .focused_1840 {
  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);
}
.huge-1bf3
  .header-ba3f:after {
  background-color: var(--e-global-color-primary);
}
.huge-1bf3 .thumbnail_north_f52a {
  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);
}
.row-down-4ee4 .prev_1986 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.row-down-4ee4 .pink_fa4a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.blue_059c .stale-de94 .filter-82ba {
  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);
}
.blue_059c .stale-de94 .middle-335f {
  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);
}
.prev_5bd2 .carousel_mini_49d2 {
  background-color: var(--e-global-color-primary);
}
.prev_5bd2 .media-old-ae04 {
  background-color: var(--e-global-color-secondary);
}
.prev_5bd2 .button-b270 .picture-ea10 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.prev_5bd2 .red-b590 .picture-ea10 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar-7505 .carousel_a197 .alert_811d {
  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);
}
.sidebar-7505 .carousel_a197 .gas_1398 {
  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);
}
.sidebar-7505 .carousel_a197 .tertiary-pressed-a477 {
  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);
}
.table-7dbe .iron-bfcc {
  border-color: var(--e-global-color-text);
}
.table-7dbe .texture_fd8a {
  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);
}
.table-7dbe .pagination-a651 {
  color: var(--e-global-color-primary);
}
.table-7dbe .west-f4d7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden_d7b7 .secondary-simple-6ce0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hidden_d7b7 .sidebar_gas_025b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hidden_d7b7 .light-45a2:hover .secondary-simple-6ce0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hidden_d7b7
  .light-45a2:hover
  .sidebar_gas_025b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.liquid_bfef .caption-lite-8172 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.liquid_bfef .component_west_31b8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop-e661 .surface_886b .description-smooth-3657 {
  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);
}
.backdrop-e661 .tooltip_e91c .description-smooth-3657 {
  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);
}
.panel-23a0 .small-ec91 {
  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);
}
.thumbnail-3644 .icon_4051 .cold_c661 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-3644 .icon_4051 .cold_c661 {
  background-color: var(--e-global-color-secondary);
}
.thumbnail-3644 .card-7962 .cold_c661 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-3644 .card-7962 .cold_c661 {
  background-color: var(--e-global-color-secondary);
}
.thumbnail-3644 .stale-5155 .west-116f {
  background-color: var(--e-global-color-primary);
}
.thumbnail-3644 .stale-5155:hover .west-116f {
  background-color: var(--e-global-color-secondary);
}
.thumbnail-3644 .component_ef3a {
  background-color: var(--e-global-color-primary);
}
.thumbnail-3644 .component_ef3a:hover {
  background-color: var(--e-global-color-accent);
}
.thumbnail-3644 .nav_light_a775 li span {
  background-color: var(--e-global-color-text);
}
.thumbnail-3644 .nav_light_a775 li span:hover {
  background-color: var(--e-global-color-primary);
}
.thumbnail-3644 .nav_light_a775 li.south-3dfc span {
  background-color: var(--e-global-color-accent);
}
.list-fefd .video-fluid-8138 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list-fefd .row-35e4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gas-9fcf .badge-warm-ccd6:before {
  background-color: var(--e-global-color-secondary);
}
.gas-9fcf .video_iron_e2c3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gas-9fcf .surface-0fe4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter-dd9c .link_stale_7983 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter-dd9c .link_stale_7983:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter-dd9c .link_stale_7983.fn-active-9135 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter-dd9c .dirty_599f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-dd9c .disabled_static_4719 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-dd9c .section-hard-a4d3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-dd9c .thick_42dc {
  background-color: var(--e-global-color-primary);
}
.filter-dd9c .thick_42dc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.filter-dd9c .summary_c4c3 {
  background-color: var(--e-global-color-primary);
}
.filter-dd9c .summary_c4c3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.iron-0628 .info-brown-9cf3 .container-old-bad0 a {
  color: var(--e-global-color-secondary);
}
.iron-0628 .info-brown-9cf3 .container-old-bad0 a:hover {
  color: var(--e-global-color-secondary);
}
.iron-0628 .info-brown-9cf3 .container-old-bad0,
.iron-0628 .info-brown-9cf3 .container-old-bad0 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron-0628 .info-brown-9cf3 .complex_5db7 {
  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);
}
.iron-0628 .info-brown-9cf3 .widget_3b5a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron-0628 .info-brown-9cf3 .search_iron_9c32 {
  background-color: var(--e-global-color-primary);
}
.iron-0628 .info-brown-9cf3 .search_iron_9c32 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron-0628 .info-brown-9cf3 .search_iron_9c32:hover {
  background-color: var(--e-global-color-primary);
}
.iron-0628 .info-brown-9cf3 .info-d8ad {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.iron-0628 .info-brown-9cf3 .info-d8ad {
  background-color: var(--e-global-color-primary);
}
.iron-0628 .info-brown-9cf3 .info-d8ad:hover {
  background-color: var(--e-global-color-primary);
}
.iron-0628 .info-brown-9cf3 .component_ef3a {
  background-color: var(--e-global-color-primary);
}
.iron-0628 .info-brown-9cf3 .component_ef3a:hover {
  background-color: var(--e-global-color-primary);
}
.iron-0628 .slider_37e7 .nav_light_a775 li span {
  background-color: var(--e-global-color-text);
}
.iron-0628 .slider_37e7 .nav_light_a775 li span:hover {
  background-color: var(--e-global-color-primary);
}
.iron-0628 .slider_37e7 .nav_light_a775 li.south-3dfc span {
  background-color: var(--e-global-color-accent);
}
.iron-0628 .progress-2741 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.iron-0628 .frame-selected-6082 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block_7e1a .overlay_fc2d .detail-right-a711 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block_7e1a .overlay_fc2d .status-0984 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block_7e1a .overlay_fc2d .pro_4986 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-9cd5 .banner_action_5f76 {
  border-color: var(--e-global-color-text);
}
.active-9cd5 .pattern-0a53 {
  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);
}
.active-9cd5 .orange-81db {
  color: var(--e-global-color-secondary);
}
.active-9cd5 .orange-81db {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-9cd5 .filter-675e > * {
  color: var(--e-global-color-primary);
}
.active-9cd5 .filter-675e > * svg {
  fill: var(--e-global-color-primary);
}
.active-9cd5 .form_8870 {
  color: var(--e-global-color-primary);
}
.active-9cd5 .form_8870 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active-9cd5 .thumbnail_easy_2496 {
  color: var(--e-global-color-primary);
}
.active-9cd5 .thumbnail_easy_2496 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active-9cd5 .feature_b464 {
  color: var(--e-global-color-primary);
}
.active-9cd5 .feature_b464 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-9cd5 .frame-medium-70b7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-9cd5 .hover-f5ff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-9cd5 .hover-f5ff.gradient_27c0 {
  color: var(--e-global-color-secondary);
}
.active-9cd5 .hover-f5ff.gradient_27c0 .preview-soft-206d {
  color: var(--e-global-color-accent);
}
.active-9cd5 .hover-f5ff.rough-4068 {
  color: var(--e-global-color-text);
}
.active-9cd5 .hover-f5ff.rough-4068 .preview-soft-206d {
  color: var(--e-global-color-text);
}
.active-9cd5 .hover-f5ff:before {
  border-top-color: var(--e-global-color-text);
}
.active-9cd5 .notice_plasma_5a1e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-9cd5
  .notice_plasma_5a1e
  .border_gas_4c01 {
  background-color: var(--e-global-color-primary);
}
.active-9cd5
  .notice_plasma_5a1e
  .border_gas_4c01 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.active-9cd5 .banner_action_5f76 .south-345e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_selected_8110 .shadow_0903 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.column_selected_8110 .stale-77e6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-6cfb .picture-6431 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-6cfb
  .full_b492
  .button_8524 {
  background-color: var(--e-global-color-secondary);
}
.fresh-6cfb
  .full_b492.hot-d440
  .button_8524 {
  background-color: var(--e-global-color-text);
}
.fresh-6cfb
  .full_b492:hover
  .button_8524 {
  background-color: var(--e-global-color-accent);
}
.fresh-6cfb
  .full_b492.fn-active-9135
  .button_8524 {
  background-color: var(--e-global-color-primary);
}
.heading-west-f550 .item_346f {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.heading-west-f550 .out_b7a3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-west-f550 .dropdown-wood-25a5 {
  background-color: var(--e-global-color-primary);
}
.heading-west-f550 .dropdown-wood-25a5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern_hot_7973 .block_short_aa5f .backdrop_7b17 .wood-9c6f {
  background-color: var(--e-global-color-secondary);
}
.pattern_hot_7973 .block_short_aa5f .nav-fresh-3e43:after {
  background-color: var(--e-global-color-secondary);
}
.pattern_hot_7973 .hidden-85cb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern_hot_7973 .section-active-e9bb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern_hot_7973 .caption_action_0a4a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern_hot_7973 .sort_in_f99d {
  background-color: var(--e-global-color-primary);
}
.pattern_hot_7973 .sort_in_f99d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern_hot_7973 .wood-34a2 {
  background-color: var(--e-global-color-secondary);
}
.pattern_hot_7973 .wood-34a2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern_hot_7973 .block_short_aa5f .up_0f95 .notification-cold-7179:hover {
  background-color: var(--e-global-color-primary);
}
.pattern_hot_7973
  .block_short_aa5f
  .up_0f95
  .notification-cold-7179.progress_66a7 {
  background-color: var(--e-global-color-primary);
}
.pattern_hot_7973 .block_short_aa5f .bright-7878:before {
  border-color: var(--e-global-color-primary);
}
.pattern_hot_7973 .block_short_aa5f .bright-7878:hover:before {
  border-color: var(--e-global-color-secondary);
}
.pattern_hot_7973
  .block_short_aa5f
  .bright-7878.search_51dc:before {
  border-color: var(--e-global-color-primary);
}
.pattern_hot_7973 .highlight_lower_0ffd span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary_static_5f48 .paragraph-5913 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary_static_5f48 .paragraph-5913:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary_static_5f48 .paragraph-5913.top-7d22 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary_static_5f48 .grid-blue-ebf4 {
  background-color: var(--e-global-color-primary);
}
.summary_static_5f48 .grid-blue-ebf4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary_static_5f48
  .slider-6771
  .element_motion_3c6b
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary_static_5f48
  .west_0a32
  .element_motion_3c6b
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.popup-pressed-b089
  .notification_e936
  .stale_cbe5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-pressed-b089
  .notification_e936
  .paragraph-50b4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-pressed-b089 .hot_58df {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-pressed-b089 .paragraph-bottom-04e2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup-pressed-b089 .right_3600 {
  background-color: var(--e-global-color-primary);
}
.popup-pressed-b089 .right_3600 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focus_fae4 .accordion-first-771e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus_fae4 .tooltip_10c1 {
  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);
}
.focus_fae4 .panel_hovered_7a3f {
  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);
}
.focus_fae4 .panel_hovered_7a3f a:hover {
  color: var(--e-global-color-secondary);
}
.focus_fae4 .main_yellow_fc1d {
  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);
}
.focus_fae4 .active-current-f6aa {
  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);
}
.focus_fae4 .chip-last-3d6b .component_ef3a {
  background-color: var(--e-global-color-primary);
}
.focus_fae4 .chip-last-3d6b .component_ef3a:hover {
  background-color: var(--e-global-color-accent);
}
.focus_fae4
  .chip-last-3d6b
  .nav_light_a775
  li
  span {
  background-color: var(--e-global-color-text);
}
.focus_fae4
  .chip-last-3d6b
  .nav_light_a775
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.focus_fae4
  .chip-last-3d6b
  .nav_light_a775
  li.south-3dfc
  span {
  background-color: var(--e-global-color-accent);
}
.large-d65f
  .mask-34ce
  .module-29f7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.large-d65f .mask-34ce .element_5bd7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.large-d65f .mask-34ce .search-motion-c133 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.large-d65f .carousel_ebfa {
  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);
}
.large-d65f
  .selected-9f4f.breadcrumb_middle_16fe {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > a {
  background-color: var(--e-global-color-text);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > a
  .tag-7da2.section_steel_d293 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > a
  .selected_d975.over_f086 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > .focused_9632
  .dirty-da49
  > a {
  background-color: var(--e-global-color-secondary);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > .focused_9632
  .dirty-da49
  > a
  .lower_2ed8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > .focused_9632
  .dirty-da49
  > a
  .selected_d975.footer_in_c3b2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > a
  .alert_6bfe:before {
  color: var(--e-global-color-text);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > .focused_9632
  a
  .alert_6bfe:before {
  color: var(--e-global-color-text);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49.right-c961
  > a
  .alert_6bfe:before {
  color: var(--e-global-color-text);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > .focused_9632
  .dirty-da49.right-c961
  > a
  .alert_6bfe:before {
  color: var(--e-global-color-text);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > a
  .surface_76ff
  .banner_slow_f80c {
  color: var(--e-global-color-text);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > .focused_9632
  a
  .surface_76ff
  .banner_slow_f80c {
  color: var(--e-global-color-text);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > a
  .surface_76ff
  .banner_slow_f80c,
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > .focused_9632
  a
  .surface_76ff
  .banner_slow_f80c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > a
  .aside_d29c:before {
  color: var(--e-global-color-text);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > .focused_9632
  a
  .aside_d29c:before {
  color: var(--e-global-color-text);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49.right-c961
  > a
  .aside_d29c:before {
  color: var(--e-global-color-text);
}
.solid_bfb5
  > .logo-602b
  > div
  > .copper_119e
  > .dirty-da49
  > .focused_9632
  .dirty-da49.right-c961
  > a
  .aside_d29c:before {
  color: var(--e-global-color-text);
}
.tabs-green-f337 .focused-416e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs-green-f337
  .selected-d225:hover
  .focused-416e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.description_bfe6
  > .logo-602b
  > .surface_middle_e254
  > .green_bcda
  > .gallery-focused-770f
  > .mask_b618
  .footer-bd30 {
  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);
}
.description_bfe6
  > .logo-602b
  > .surface_middle_e254
  > .green_bcda
  > .gallery-focused-770f
  > .mask_b618:hover
  .footer-bd30 {
  color: var(--e-global-color-text);
}
.description_bfe6
  > .logo-602b
  > .surface_middle_e254
  > .green_bcda
  > .gallery-focused-770f
  > .mask_b618:hover
  .footer-bd30 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description_bfe6
  > .logo-602b
  > .surface_middle_e254
  > .green_bcda
  > .gallery-focused-770f.photo_solid_1b77
  > .mask_b618
  .footer-bd30 {
  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);
}
.gallery-11f6 .gradient_dc54 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery-11f6 .header-2ef7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery-11f6 .pagination_medium_ecf5 {
  background-color: var(--e-global-color-primary);
}
.gallery-11f6 .pagination_medium_ecf5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.title_bronze_2089
  > .logo-602b
  > .hard-2351
  > .nav-fast-677c
  > .yellow_e132
  .north-63b7 {
  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);
}
.title_bronze_2089
  > .logo-602b
  > .hard-2351
  > .nav-fast-677c
  > .yellow_e132
  .carousel_5e17 {
  color: var(--e-global-color-text);
}
.title_bronze_2089
  > .logo-602b
  > .hard-2351
  > .nav-fast-677c
  > .yellow_e132:hover
  .north-63b7 {
  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_bronze_2089
  > .logo-602b
  > .hard-2351
  > .nav-fast-677c
  > .yellow_e132:hover
  .carousel_5e17 {
  color: var(--e-global-color-secondary);
}
.title_bronze_2089
  > .logo-602b
  > .hard-2351
  > .nav-fast-677c
  > .yellow_e132.layout-ab04
  .north-63b7 {
  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);
}
.title_bronze_2089
  > .logo-602b
  > .hard-2351
  > .nav-fast-677c
  > .yellow_e132.layout-ab04
  .carousel_5e17 {
  color: var(--e-global-color-primary);
}
.footer-top-4ad2
  .breadcrumb-hard-f4fb
  .in-f3e6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.footer-top-4ad2 .form-smooth-8115 .south-345e .summary_0d1c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-9263 .modal_e928 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-9263 .hover-fresh-5439 .modal_e928 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-9263 .backdrop_c5e8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tertiary-9263 .backdrop_c5e8 {
  background-color: var(--e-global-color-primary);
}
.right_89b6 .list_bottom_ef34 .block_6ea7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.right_89b6
  .list_bottom_ef34:hover
  .summary_yellow_7640 {
  color: var(--e-global-color-secondary);
}
.right_89b6
  .list_bottom_ef34:hover
  .block_6ea7 {
  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);
}
.gold_9236 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.medium-a683 {
  flex-direction: column;
}

.medium-a683 .upper_610a {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.medium-a683 .upper_610a {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.medium-a683 .module_outer_7ba9 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.dirty_80a6.paragraph_49be {
  display: none;
}

.over-5d1c {
  display: none;
}

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

.fast-2562.content-75a4 {
  margin-bottom: 40px;
  width: 100%;
}

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

.medium-a683 a {
  width: 100%;
}

.purple-5ada .highlight_9bf8.table-upper-8a62 {
  width: 20% !important;
}

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

.over_84a2:hover {
  color: #000;
}

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

  transition: all 0.14s ease-out;
}

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

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

.hard-b8c4:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

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

.purple-5ada
  .highlight_9bf8.paper_7f06
  .tag_wide_c84c
  .status-b03c {
  font-size: 20px !important;
}

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

.overlay-lower-af2c {
  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;
}

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

  text-align: center;
}

.tabs-clean-c653.content_complex_6bf5 > .accordion_cb76 {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

.surface-active-59ea {
  position: relative;
  width: 100%;
}

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

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

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

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

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

.purple-5ada
  .highlight_9bf8.soft-d979
  .hover-4202
  .sidebar_medium_8f7b {
  width: 100% !important;
}

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

.old_7b6b {
  width: 100%;
}

.north-132b {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

  display: none;
}

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

.pagination-old-ff9c {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.filter_945e:hover .pagination-old-ff9c {
  visibility: visible;
}
.filter_945e:hover.filter_945e::before {
  display: block;
}

.popup_warm_b0e9 h3 {
  color: #fff;
}

.tag_5fdf {
  margin: 0;
}

.purple-5ada
  .highlight_9bf8.soft-d979
  .sidebar_medium_8f7b
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.paper-e05c {
  width: 100%;
}

.gradient_yellow_e90b {
  width: 100%;
}

.aside-fresh-c266 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.gradient_yellow_e90b {
  width: 100%;
}

.element-fast-b2cc {
  margin-bottom: 10px !important;
}

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

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

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

.medium-a683 .upper_610a.filter-copper-9a5f {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.medium-a683 h1.upper_610a {
  margin-top: 120px !important;
}

.purple-5ada .highlight_9bf8.message_a7b9 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.focus_gold_a76c img {
  width: 100%;
}

.thumbnail-stale-221d .nav_selected_b7c5.tag_wide_c84c {
  justify-content: space-between;
}

.row_complex_9d66 {
  display: none;
}

.surface-7e53 .module_outer_7ba9 {
  margin: 1px 0 !important;
}

.media-5a8f li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .tabs-clean-c653 .accordion_cb76 {
    flex-wrap: nowrap !important;
  }
}

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

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

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

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

  .thumbnail-stale-221d .nav_selected_b7c5.tag_wide_c84c {
    border-bottom: 1px solid #f0c159;
  }

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

  .tabs-clean-c653.content_complex_6bf5 > .accordion_cb76 {
    gap: 15px;
    justify-content: space-between;
  }

  .purple-5ada
    .highlight_9bf8.soft-d979
    .sidebar_medium_8f7b
    img {
    width: 60% !important;
  }

  .old_0949 {
    left: 2%;
  }

  .bronze_f107 {
    margin: 10px 0;
  }

  .medium-a683 .module_outer_7ba9 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.medium-a683 .upper_610a,
  .medium-a683 .upper_610a {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .sidebar_medium_8f7b {
    justify-content: center;
  }

  .medium-a683 .module_outer_7ba9 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .purple-5ada .highlight_9bf8.table-upper-8a62 {
    width: 75% !important;
  }

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

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

  h2.medium-a683 .upper_610a,
  .medium-a683 .upper_610a {
    font-size: 30px !important;
  }

  .sidebar_medium_8f7b {
    justify-content: center;
  }

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

  .smooth_8083
    .form_cool_4250.background-thick-de07 {
    margin: 0 !important;
  }

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

  .bronze_f107 {
    display: flex;
  }

  .new-d86e .over_84a2 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .form-out-5ceb svg {
    width: 75% !important;
    height: 75% !important;
  }

  .aside-fresh-c266 {
    justify-content: flex-end;
    gap: 1px;
  }

  .medium-a683 h1.upper_610a {
    margin-top: 80px !important;
  }

  .purple-5ada
    .highlight_9bf8.soft-d979
    .sidebar_medium_8f7b
    img,
  .clean-7ebe .hover-4202 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .purple-5ada .highlight_9bf8.table-upper-8a62 {
    width: 100% !important;
  }

  .tabs-clean-c653.content_complex_6bf5 > .accordion_cb76 {
    gap: 3px;
  }

  .medium-a683 .module_outer_7ba9 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: f06a */
.widget-item-c3 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.2;
}
