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(.stone-ee) {
  gap: 0.5em;
}
:where(.bright_0e) {
  gap: 0.5em;
}
body .icon-soft-71 > .solid-57 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .icon-soft-71 > .basic-74 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .icon-soft-71 > .chip-32 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .status-basic > .solid-57 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .status-basic > .basic-74 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .status-basic > .chip-32 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .status-basic
  > :where(:not(.solid-57):not(.basic-74):not(.widget-current-34)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .status-basic > .current-0e {
  max-width: var(--wp--style--global--wide-size);
}
body .stone-ee {
  display: flex;
}
body .stone-ee {
  flex-wrap: wrap;
  align-items: center;
}
body .stone-ee > * {
  margin: 0;
}
body .bright_0e {
  display: grid;
}
body .bright_0e > * {
  margin: 0;
}
:where(.listlite.stone-ee) {
  gap: 2em;
}
:where(.listlite.bright_0e) {
  gap: 2em;
}
:where(.focustop.stone-ee) {
  gap: 1.25em;
}
:where(.focustop.bright_0e) {
  gap: 1.25em;
}
.banner-warm {
  color: var(--wp--preset--color--black) !important;
}
.pattern_c4 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.active-middle-86 {
  color: var(--wp--preset--color--white) !important;
}
.center_9d {
  color: var(--wp--preset--color--pale-pink) !important;
}
.avatarleft {
  color: var(--wp--preset--color--vivid-red) !important;
}
.avatar_upper_a2 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.frame_hard {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.status-b4 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.thumbnailmedium {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.left-a9 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.carousel-f5 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.short_80 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.list-64 {
  background-color: var(--wp--preset--color--black) !important;
}
.accordion-5d {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.column-7b {
  background-color: var(--wp--preset--color--white) !important;
}
.fluidhighlight {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.title_3c {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.nav-hard {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.dropdown-warm {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.message-fast {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.info-a4 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.summary_0a {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.cleannav {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.lite_b5 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.footer-next-c1 {
  border-color: var(--wp--preset--color--black) !important;
}
.list-36 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.bright-db {
  border-color: var(--wp--preset--color--white) !important;
}
.footergold {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.status_cool {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.border_f3 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.thumbnailsimple {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.article-hard {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.red_b0 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.iron-21 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.title-b8 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.element-3c {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.pagination_hard_8d {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.banner_upper {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.surface-tiny {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.thumbnail-basic {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.link_prev {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.description-short-f8 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.overlay_fluid_6b {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.primary-basic-fe {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.easttooltip {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.tiny-10 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.underavatar {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.highlight-cool {
  background: var(--wp--preset--gradient--midnight) !important;
}
.downparagraph {
  font-size: var(--wp--preset--font-size--small) !important;
}
.tabs_hot {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.noticebottom {
  font-size: var(--wp--preset--font-size--large) !important;
}
.modal-0e {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.action-04 a:where(:not(.overlay-mini)) {
  color: inherit;
}
:where(.focustop.stone-ee) {
  gap: 1.25em;
}
:where(.focustop.bright_0e) {
  gap: 1.25em;
}
:where(.listlite.stone-ee) {
  gap: 2em;
}
:where(.listlite.bright_0e) {
  gap: 2em;
}
.section-df {
  font-size: 1.5em;
  line-height: 1.6;
}

.sidebar_brown_09 .paragraph_rough_b4 {
  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);
}
.tooltip-hot-f4 .filter_c3 {
  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);
}
.paginationbasic {
  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);
}
.paginationbasic.button_purple .carousel-left-52 {
  background-color: var(--e-global-color-primary);
}
.paginationbasic.innercomponent .carousel-left-52,
.paginationbasic.border-95 .carousel-left-52 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.headerhot .background-pressed-21 {
  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);
}
.badge-lite-99 {
  --divider-color: var(--e-global-color-secondary);
}
.badge-lite-99 .detail_dark {
  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);
}
.badge-lite-99.focus_motion_e1 .hidden_19 {
  background-color: var(--e-global-color-secondary);
}
.badge-lite-99.currentchip .hidden_19,
.badge-lite-99.dynamicicon .hidden_19 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.badge-lite-99.currentchip .hidden_19,
.badge-lite-99.dynamicicon .hidden_19 svg {
  fill: var(--e-global-color-secondary);
}
.detailwide .sidebar-cool-5d {
  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);
}
.detailwide .container-thick {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-83.focus_motion_e1 .hidden_19 {
  background-color: var(--e-global-color-primary);
}
.silver-83.currentchip .hidden_19,
.silver-83.dynamicicon .hidden_19 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.silver-83.currentchip .hidden_19,
.silver-83.dynamicicon .hidden_19 svg {
  fill: var(--e-global-color-primary);
}
.outlinesoft.focus_motion_e1 .hidden_19 {
  background-color: var(--e-global-color-primary);
}
.outlinesoft.currentchip .hidden_19,
.outlinesoft.dynamicicon .hidden_19 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.outlinesoft .accordion_up_3f {
  color: var(--e-global-color-primary);
}
.outlinesoft .accordion_up_3f,
.outlinesoft .accordion_up_3f a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outlinesoft .panel-orange-02 {
  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);
}
.outlinefixed .wrapper_lower_0c {
  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);
}
.accentbottom .focus-4c .gallery_hovered {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-solid-c8 .container-green-a2:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.aside-solid-c8 .black_fb i {
  color: var(--e-global-color-primary);
}
.aside-solid-c8 .black_fb svg {
  fill: var(--e-global-color-primary);
}
.aside-solid-c8 .photo-narrow {
  color: var(--e-global-color-secondary);
}
.aside-solid-c8 .container-green-a2 > .photo-narrow,
.aside-solid-c8 .container-green-a2 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer_blue .popup_14 {
  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);
}
.footer_blue .button-old-20 {
  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);
}
.message-large-9c .background-d4 .slider_ad {
  background-color: var(--e-global-color-primary);
}
.message-large-9c .actionaccent {
  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);
}
.hidden_west .complex_d0 {
  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);
}
.hidden_west .middle_d1 {
  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);
}
.hidden_west .west-fa {
  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-wide-b7 .table-c4,
.background-wide-b7 .table-c4 a {
  color: var(--e-global-color-primary);
}
.background-wide-b7 .table-c4.list_wide_fc,
.background-wide-b7 .table-c4.list_wide_fc a {
  color: var(--e-global-color-accent);
}
.background-wide-b7 .table-c4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background-wide-b7 .sectionsteel {
  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);
}
.shade-pink .rough-43,
.shade-pink .uphero {
  color: var(--e-global-color-primary);
}
.shade-pink .rough-43 svg {
  fill: var(--e-global-color-primary);
}
.shade-pink .list_wide_fc .rough-43,
.shade-pink .list_wide_fc .uphero {
  color: var(--e-global-color-accent);
}
.shade-pink .list_wide_fc .rough-43 svg {
  fill: var(--e-global-color-accent);
}
.shade-pink .uphero {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shade-pink .sectionsteel {
  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);
}
.red_3a .shorthidden,
.red_3a .basic_68 {
  color: var(--e-global-color-primary);
}
.red_3a .basic_68 svg {
  fill: var(--e-global-color-primary);
}
.red_3a .table-c4.list_wide_fc a,
.red_3a
  .table-c4.list_wide_fc
  .basic_68 {
  color: var(--e-global-color-accent);
}
.red_3a .shorthidden {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.red_3a .sectionsteel {
  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);
}
.tagred .basic-eb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tagred .previewdim {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail_9f .shortshadow .panel_hovered_26 {
  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);
}
.detail_9f .shortshadow .fixed_cf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail_9f .component_short_95 .panel_hovered_26 {
  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);
}
.detail_9f
  .component_short_95
  .fixed_cf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail_9f
  .card-simple-da
  .panel_hovered_26 {
  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);
}
.detail_9f
  .card-simple-da
  .fixed_cf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail_9f
  .over_ad
  .panel_hovered_26 {
  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);
}
.detail_9f
  .over_ad
  .fixed_cf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame_pro .coldcontent {
  background-color: var(--e-global-color-primary);
}
.frame_pro .coldcontent:hover {
  background-color: var(--e-global-color-primary);
}
.frame_pro .header-cool {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame_pro
  .coldcontent:hover
  .header-cool {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar_selected_bc .panelstale {
  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);
}
.video_paper .section_focused_0d .gradient_wood_50 a {
  background-color: var(--e-global-color-accent);
}
.video_paper .section_focused_0d .aside_fluid a {
  background-color: var(--e-global-color-accent);
}
.video_paper .section_focused_0d .gradient_wood_50 a,
.video_paper .section_focused_0d .aside_fluid a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer-easy
  .surface_liquid.solid-24
  .section_focused_0d
  a.focusouter {
  background-color: var(--e-global-color-accent);
}
.footer-easy
  .surface_liquid.solid-24
  .section_focused_0d
  span.focusouter.form-bf {
  background-color: var(--e-global-color-text);
}
.footer-easy
  .surface_liquid.solid-24
  .section_focused_0d
  .focusouter {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card-stale-2b .sidebar-29 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card-stale-2b
  .breadcrumbupper
  > .rough-ae
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card-stale-2b
  .menu-1c
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card-stale-2b
  .green-2c
  .under-fc,
.card-stale-2b
  .green-2c
  .dark-b6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card-stale-2b
  .green-2c
  .breadcrumb-cc,
.card-stale-2b
  .green-2c
  a
  .breadcrumb-cc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card-stale-2b
  .green-2c
  .gold-b1 {
  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);
}
.card-stale-2b
  .green-2c
  .goldmessage {
  background-color: var(--e-global-color-primary);
}
.card-stale-2b
  .green-2c
  .goldmessage {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card-stale-2b
  .green-2c
  .goldmessage:hover {
  background-color: var(--e-global-color-primary);
}
.card-stale-2b
  .green-2c
  .secondary_inner {
  background-color: var(--e-global-color-primary);
}
.card-stale-2b
  .green-2c
  .secondary_inner {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card-stale-2b
  .green-2c
  .secondary_inner:hover {
  background-color: var(--e-global-color-primary);
}
.card-stale-2b
  .caption-wide
  .media-4e
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card-stale-2b
  .caption-wide
  .inner-5e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card-stale-2b
  .caption-wide
  .gold-b1 {
  color: var(--e-global-color-text);
}
.card-stale-2b
  .caption-wide
  .gold-b1
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card-stale-2b
  .caption-wide
  .goldmessage {
  background-color: var(--e-global-color-primary);
}
.card-stale-2b
  .caption-wide
  .goldmessage {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card-stale-2b
  .caption-wide
  .goldmessage:hover {
  background-color: var(--e-global-color-primary);
}
.card-stale-2b
  .caption-wide
  .secondary_inner {
  background-color: var(--e-global-color-primary);
}
.card-stale-2b
  .caption-wide
  .secondary_inner {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card-stale-2b
  .caption-wide
  .secondary_inner:hover {
  background-color: var(--e-global-color-primary);
}
.card-stale-2b .accent_08 {
  background-color: var(--e-global-color-primary);
}
.card-stale-2b .accent_08:hover {
  background-color: var(--e-global-color-primary);
}
.card-stale-2b .table-e2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card-stale-2b .pressedinput {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.statussoft .accordion_pink {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.statussoft
  .highlight_east_6c
  > div:nth-child(3)
  .accordion_pink,
.statussoft
  .tertiary-plasma
  > div:nth-child(1)
  .accordion_pink,
.statussoft
  .photo-a2
  > div:nth-child(1)
  .accordion_pink,
.statussoft
  .element_da
  > div:nth-child(1)
  .accordion_pink,
.statussoft
  .column-blue-e4
  > div:nth-child(1)
  .accordion_pink {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.statussoft .carousel_39 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.statussoft .sliderwarm {
  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);
}
.statussoft .backdrop_89 {
  background-color: var(--e-global-color-primary);
}
.statussoft .backdrop_89 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.statussoft .backdrop_89:hover {
  background-color: var(--e-global-color-primary);
}
.statussoft .tag_88 {
  background-color: var(--e-global-color-primary);
}
.statussoft .tag_88:hover {
  background-color: var(--e-global-color-primary);
}
.statussoft .table-e2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.statussoft .pressedinput {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outlinenorth .bright_45 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outlinenorth .info-a3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outlinenorth .thumbnail-ee {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outlinenorth .left-83 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outlinenorth .tabs-iron-33 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outlinenorth .tag_88 {
  background-color: var(--e-global-color-primary);
}
.outlinenorth .tag_88:hover {
  background-color: var(--e-global-color-primary);
}
.silver_93 .shade-thick-f4 {
  background-color: var(--e-global-color-secondary);
}
.silver_93 .caption_brown {
  background-color: var(--e-global-color-text);
}
.silver_93 .loweraccent {
  background-color: var(--e-global-color-secondary);
}
.silver_93 .current_f6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver_93 .headercool {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_93 .innerthumbnail {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_93 .wrapper-warm-7c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_93 .highlightcurrent {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-north .logo_plasma .block-brown-b3,
.image-north
  .logo_plasma
  .block-brown-b3
  a,
.image-north .list_cool {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-north .logo_plasma .text_55,
.image-north .red_3a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-north .logo_plasma .text_55 {
  color: var(--e-global-color-text);
}
.image-north .red_3a {
  color: var(--e-global-color-text);
}
.image-north
  .logo_plasma
  .motionpanel {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.image-north .nav_light .article-mini {
  background-color: var(--e-global-color-primary);
}
.image-north .nav_light .article-mini:hover {
  background-color: var(--e-global-color-primary);
}
.image-north .nav_light .button_ba li span {
  background-color: var(--e-global-color-text);
}
.image-north .nav_light .button_ba li span:hover {
  background-color: var(--e-global-color-primary);
}
.image-north
  .nav_light
  .button_ba
  li.advanced_01
  span {
  background-color: var(--e-global-color-accent);
}
.image-north .fixed-2a span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-3d .aside-ca {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.card_rough_77 .paragraph-north-55 {
  background-color: var(--e-global-color-primary);
}
.card_rough_77 .prevpreview {
  background-color: var(--e-global-color-secondary);
}
.card_rough_77 .popupmotion {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_rough_77 .primary-fixed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_rough_77 .media-12 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_rough_77 .minibadge {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_rough_77 .new_01 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_rough_77 .mediumcaption {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_rough_77 .under-19 {
  background-color: var(--e-global-color-primary);
}
.card_rough_77 .under-19 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.rightlabel .gas_43 {
  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);
}
.rightlabel .accordion-down {
  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);
}
.rightlabel
  .icon_advanced_b9:after {
  background-color: var(--e-global-color-primary);
}
.rightlabel .overlay_14 {
  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);
}
.module_inner_7a .list_cool {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_inner_7a .red_3a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_old .advanced-c3 .pagination_rough {
  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);
}
.sidebar_old .advanced-c3 .stalegallery {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-smooth .block-next-0b {
  background-color: var(--e-global-color-primary);
}
.grid-smooth .tertiary-f7 {
  background-color: var(--e-global-color-secondary);
}
.grid-smooth .border_5e .mediumhidden {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid-smooth .border_02 .mediumhidden {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.box-inner-49 .gas_60 .blue-43 {
  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);
}
.box-inner-49 .gas_60 .dirtyfooter {
  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);
}
.box-inner-49 .gas_60 .outerheading {
  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);
}
.listcurrent .header-6d {
  border-color: var(--e-global-color-text);
}
.listcurrent .action_76 {
  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);
}
.listcurrent .component-99 {
  color: var(--e-global-color-primary);
}
.listcurrent .input-fresh-83 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.downsidebar .sidebarupper {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.downsidebar .backdrop-tall {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.downsidebar .lite-e9:hover .sidebarupper {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.downsidebar
  .lite-e9:hover
  .backdrop-tall {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.liquidmenu .module_warm {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.liquidmenu .status-bright-92 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.listlarge .widget_south_b4 .carousel-b0 {
  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);
}
.listlarge .card_smooth .carousel-b0 {
  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);
}
.notification_prev .input_fluid {
  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);
}
.boxnew .accent-selected-2a .photo-c1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.boxnew .accent-selected-2a .photo-c1 {
  background-color: var(--e-global-color-secondary);
}
.boxnew .secondary-bright-80 .photo-c1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.boxnew .secondary-bright-80 .photo-c1 {
  background-color: var(--e-global-color-secondary);
}
.boxnew .clean-30 .card-73 {
  background-color: var(--e-global-color-primary);
}
.boxnew .clean-30:hover .card-73 {
  background-color: var(--e-global-color-secondary);
}
.boxnew .article-mini {
  background-color: var(--e-global-color-primary);
}
.boxnew .article-mini:hover {
  background-color: var(--e-global-color-accent);
}
.boxnew .button_ba li span {
  background-color: var(--e-global-color-text);
}
.boxnew .button_ba li span:hover {
  background-color: var(--e-global-color-primary);
}
.boxnew .button_ba li.advanced_01 span {
  background-color: var(--e-global-color-accent);
}
.gradient-21 .litecomponent {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient-21 .static_ea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stalechip .menu-soft:before {
  background-color: var(--e-global-color-secondary);
}
.stalechip .menu_smooth_11 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stalechip .secondary_4d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient-medium-28 .panel_gold {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient-medium-28 .panel_gold:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient-medium-28 .panel_gold.whitetertiary {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient-medium-28 .notice-be {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient-medium-28 .detail-clean {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient-medium-28 .caption-next-50 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient-medium-28 .outmessage {
  background-color: var(--e-global-color-primary);
}
.gradient-medium-28 .outmessage {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gradient-medium-28 .action_f6 {
  background-color: var(--e-global-color-primary);
}
.gradient-medium-28 .action_f6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabledpink .right-19 .form-rough a {
  color: var(--e-global-color-secondary);
}
.disabledpink .right-19 .form-rough a:hover {
  color: var(--e-global-color-secondary);
}
.disabledpink .right-19 .form-rough,
.disabledpink .right-19 .form-rough a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabledpink .right-19 .widgetfast {
  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);
}
.disabledpink .right-19 .tag_tall {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabledpink .right-19 .pattern_db {
  background-color: var(--e-global-color-primary);
}
.disabledpink .right-19 .pattern_db {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabledpink .right-19 .pattern_db:hover {
  background-color: var(--e-global-color-primary);
}
.disabledpink .right-19 .downoutline {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabledpink .right-19 .downoutline {
  background-color: var(--e-global-color-primary);
}
.disabledpink .right-19 .downoutline:hover {
  background-color: var(--e-global-color-primary);
}
.disabledpink .right-19 .article-mini {
  background-color: var(--e-global-color-primary);
}
.disabledpink .right-19 .article-mini:hover {
  background-color: var(--e-global-color-primary);
}
.disabledpink .nav_light .button_ba li span {
  background-color: var(--e-global-color-text);
}
.disabledpink .nav_light .button_ba li span:hover {
  background-color: var(--e-global-color-primary);
}
.disabledpink .nav_light .button_ba li.advanced_01 span {
  background-color: var(--e-global-color-accent);
}
.disabledpink .table-e2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.disabledpink .pressedinput {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mini-5f .prev_72 .aside_under {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mini-5f .prev_72 .backdrop_ac {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini-5f .prev_72 .focused_36 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stone_2c .logo-gas-35 {
  border-color: var(--e-global-color-text);
}
.stone_2c .footer_inner_49 {
  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);
}
.stone_2c .focus_west_fa {
  color: var(--e-global-color-secondary);
}
.stone_2c .focus_west_fa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stone_2c .orange-a9 > * {
  color: var(--e-global-color-primary);
}
.stone_2c .orange-a9 > * svg {
  fill: var(--e-global-color-primary);
}
.stone_2c .picture_simple_71 {
  color: var(--e-global-color-primary);
}
.stone_2c .picture_simple_71 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stone_2c .primary-selected-b0 {
  color: var(--e-global-color-primary);
}
.stone_2c .primary-selected-b0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stone_2c .tag_top_31 {
  color: var(--e-global-color-primary);
}
.stone_2c .tag_top_31 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stone_2c .link-middle-17 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stone_2c .pattern-small {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stone_2c .pattern-small.tophidden {
  color: var(--e-global-color-secondary);
}
.stone_2c .pattern-small.tophidden .dirty-c8 {
  color: var(--e-global-color-accent);
}
.stone_2c .pattern-small.bronzetext {
  color: var(--e-global-color-text);
}
.stone_2c .pattern-small.bronzetext .dirty-c8 {
  color: var(--e-global-color-text);
}
.stone_2c .pattern-small:before {
  border-top-color: var(--e-global-color-text);
}
.stone_2c .prev_c7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stone_2c
  .prev_c7
  .card-tiny-ce {
  background-color: var(--e-global-color-primary);
}
.stone_2c
  .prev_c7
  .card-tiny-ce {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.stone_2c .logo-gas-35 .redoutline {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stone_0e .motion_7f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stone_0e .carddown {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dim_e7 .chip-93 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dim_e7
  .hidden-hard
  .link-simple-7c {
  background-color: var(--e-global-color-secondary);
}
.dim_e7
  .hidden-hard.simpleicon
  .link-simple-7c {
  background-color: var(--e-global-color-text);
}
.dim_e7
  .hidden-hard:hover
  .link-simple-7c {
  background-color: var(--e-global-color-accent);
}
.dim_e7
  .hidden-hard.whitetertiary
  .link-simple-7c {
  background-color: var(--e-global-color-primary);
}
.prev-da .layout_blue {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.prev-da .photo_red {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev-da .button-hot {
  background-color: var(--e-global-color-primary);
}
.prev-da .button-hot {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.advancedparagraph .detail_yellow_25 .solid_ff .logo_4e {
  background-color: var(--e-global-color-secondary);
}
.advancedparagraph .detail_yellow_25 .picture-light-c6:after {
  background-color: var(--e-global-color-secondary);
}
.advancedparagraph .layout-south {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advancedparagraph .centerhero {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advancedparagraph .west-f4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advancedparagraph .cool_04 {
  background-color: var(--e-global-color-primary);
}
.advancedparagraph .cool_04 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.advancedparagraph .video-down {
  background-color: var(--e-global-color-secondary);
}
.advancedparagraph .video-down {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.advancedparagraph .detail_yellow_25 .notification-hot-9f .glass-f8:hover {
  background-color: var(--e-global-color-primary);
}
.advancedparagraph
  .detail_yellow_25
  .notification-hot-9f
  .glass-f8.form-active-16 {
  background-color: var(--e-global-color-primary);
}
.advancedparagraph .detail_yellow_25 .northmessage:before {
  border-color: var(--e-global-color-primary);
}
.advancedparagraph .detail_yellow_25 .northmessage:hover:before {
  border-color: var(--e-global-color-secondary);
}
.advancedparagraph
  .detail_yellow_25
  .northmessage.backdrop_d1:before {
  border-color: var(--e-global-color-primary);
}
.advancedparagraph .slider-45 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_stone_b1 .photo-thick {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.overlay_stone_b1 .photo-thick:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.overlay_stone_b1 .photo-thick.simpleelement {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.overlay_stone_b1 .picturehuge {
  background-color: var(--e-global-color-primary);
}
.overlay_stone_b1 .picturehuge {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.overlay_stone_b1
  .pagination_prev_d3
  .warmtooltip
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.overlay_stone_b1
  .breadcrumb_c5
  .warmtooltip
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dropdown_left
  .module-d7
  .solid-a6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_left
  .module-d7
  .light-dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_left .link_over {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_left .frame_3d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown_left .hero_green {
  background-color: var(--e-global-color-primary);
}
.dropdown_left .hero_green {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gradient-eb .hover-simple-d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient-eb .border_first_31 {
  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);
}
.gradient-eb .shadow_white_ba {
  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);
}
.gradient-eb .shadow_white_ba a:hover {
  color: var(--e-global-color-secondary);
}
.gradient-eb .outer_1b {
  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);
}
.gradient-eb .layout-cool {
  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);
}
.gradient-eb .searchhovered .article-mini {
  background-color: var(--e-global-color-primary);
}
.gradient-eb .searchhovered .article-mini:hover {
  background-color: var(--e-global-color-accent);
}
.gradient-eb
  .searchhovered
  .button_ba
  li
  span {
  background-color: var(--e-global-color-text);
}
.gradient-eb
  .searchhovered
  .button_ba
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.gradient-eb
  .searchhovered
  .button_ba
  li.advanced_01
  span {
  background-color: var(--e-global-color-accent);
}
.slider-plasma
  .backdrop-silver
  .media_31 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider-plasma .backdrop-silver .textpro {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider-plasma .backdrop-silver .fastcontainer {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-plasma .block_28 {
  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);
}
.slider-plasma
  .motion_02.component_outer_1d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > a {
  background-color: var(--e-global-color-text);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > a
  .full_dd.popup_slow {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > a
  .status_upper_01.blockdynamic {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > .link-full
  .small-4b
  > a {
  background-color: var(--e-global-color-secondary);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > .link-full
  .small-4b
  > a
  .status_narrow {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > .link-full
  .small-4b
  > a
  .status_upper_01.text_black_20 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > a
  .clean_7c:before {
  color: var(--e-global-color-text);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > .link-full
  a
  .clean_7c:before {
  color: var(--e-global-color-text);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b.coldicon
  > a
  .clean_7c:before {
  color: var(--e-global-color-text);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > .link-full
  .small-4b.coldicon
  > a
  .clean_7c:before {
  color: var(--e-global-color-text);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > a
  .breadcrumb-slow
  .rightalert {
  color: var(--e-global-color-text);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > .link-full
  a
  .breadcrumb-slow
  .rightalert {
  color: var(--e-global-color-text);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > a
  .breadcrumb-slow
  .rightalert,
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > .link-full
  a
  .breadcrumb-slow
  .rightalert {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > a
  .avatar-b9:before {
  color: var(--e-global-color-text);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > .link-full
  a
  .avatar-b9:before {
  color: var(--e-global-color-text);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b.coldicon
  > a
  .avatar-b9:before {
  color: var(--e-global-color-text);
}
.hero_east_f6
  > .button-wide
  > div
  > .filter-bright-98
  > .small-4b
  > .link-full
  .small-4b.coldicon
  > a
  .avatar-b9:before {
  color: var(--e-global-color-text);
}
.notice_huge_15 .content_bottom {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notice_huge_15
  .roughcarousel:hover
  .content_bottom {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading_full
  > .button-wide
  > .paragraphnarrow
  > .alert-e2
  > .detail-hot
  > .main_solid_09
  .accent_a9 {
  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);
}
.heading_full
  > .button-wide
  > .paragraphnarrow
  > .alert-e2
  > .detail-hot
  > .main_solid_09:hover
  .accent_a9 {
  color: var(--e-global-color-text);
}
.heading_full
  > .button-wide
  > .paragraphnarrow
  > .alert-e2
  > .detail-hot
  > .main_solid_09:hover
  .accent_a9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading_full
  > .button-wide
  > .paragraphnarrow
  > .alert-e2
  > .detail-hot.grid_iron_84
  > .main_solid_09
  .accent_a9 {
  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);
}
.table-prev-d9 .picture-south-e0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table-prev-d9 .bottom_18 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table-prev-d9 .static_f0 {
  background-color: var(--e-global-color-primary);
}
.table-prev-d9 .static_f0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary-gold-0f
  > .button-wide
  > .frame-small
  > .video_right
  > .photo_inner
  .pressed-61 {
  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);
}
.summary-gold-0f
  > .button-wide
  > .frame-small
  > .video_right
  > .photo_inner
  .medium-fc {
  color: var(--e-global-color-text);
}
.summary-gold-0f
  > .button-wide
  > .frame-small
  > .video_right
  > .photo_inner:hover
  .pressed-61 {
  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);
}
.summary-gold-0f
  > .button-wide
  > .frame-small
  > .video_right
  > .photo_inner:hover
  .medium-fc {
  color: var(--e-global-color-secondary);
}
.summary-gold-0f
  > .button-wide
  > .frame-small
  > .video_right
  > .photo_inner.paginationgreen
  .pressed-61 {
  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);
}
.summary-gold-0f
  > .button-wide
  > .frame-small
  > .video_right
  > .photo_inner.paginationgreen
  .medium-fc {
  color: var(--e-global-color-primary);
}
.bluesearch
  .light_86
  .summarynew {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bluesearch .yellow-74 .redoutline .container_27 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrowpreview .outline-ea {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrowpreview .overlay-00 .outline-ea {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrowpreview .popup_67 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.narrowpreview .popup_67 {
  background-color: var(--e-global-color-primary);
}
.label-0b .popup_warm .tag-purple {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.label-0b
  .popup_warm:hover
  .button-green {
  color: var(--e-global-color-secondary);
}
.label-0b
  .popup_warm:hover
  .tag-purple {
  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);
}
.yellowshade {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.top_28 {
  flex-direction: column;
}

.top_28 .in-08 {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.top_28 .in-08 {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.top_28 .main-fa {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.cold-09.link_glass {
  display: none;
}

.papernotification {
  display: none;
}

body,
.fixed-23 {
  background-color: #1d1e23 !important;
  /* background-image: url(../images/main_bg.picture-25) !important; */
}

.texture_brown_95.active-35 {
  margin-bottom: 40px;
  width: 100%;
}

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

.top_28 a {
  width: 100%;
}

.right_0a .caption-29.alert_focused_c3 {
  width: 20% !important;
}

.button-tiny-39 {
  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;
}

.button-tiny-39:hover {
  color: #000;
}

.button-tiny-39 svg {
  width: 20px;
  fill: #874800;

  transition: all 0.14s ease-out;
}

.button-tiny-39:hover svg {
  fill: #000;
}

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

.notification_bottom:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

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

.right_0a
  .caption-29.input-copper
  .smooth-8b
  .thumbnail_bottom {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.plasma_30.detailright > .formred {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

.wood-a3 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

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

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

.right_0a
  .caption-29.detail_red_26
  .plasmacaption
  .table_west_9e {
  width: 100% !important;
}

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

.mask-fluid-b4 {
  width: 100%;
}

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

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

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

  display: none;
}

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

.action-b2 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.tabs_b0:hover .action-b2 {
  visibility: visible;
}
.tabs_b0:hover.tabs_b0::before {
  display: block;
}

.wrapper-19 h3 {
  color: #fff;
}

.linksmooth {
  margin: 0;
}

.right_0a
  .caption-29.detail_red_26
  .table_west_9e
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.out_09 {
  width: 100%;
}

.alert-new-64 {
  width: 100%;
}

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

.alert-new-64 {
  width: 100%;
}

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

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

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

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

.top_28 .in-08.menu_55 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.top_28 h1.in-08 {
  margin-top: 120px !important;
}

.right_0a .caption-29.menu-iron-40 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.mask_eb img {
  width: 100%;
}

.breadcrumb-static .badge_a9.smooth-8b {
  justify-content: space-between;
}

.tertiarydynamic {
  display: none;
}

.modal-ec .main-fa {
  margin: 1px 0 !important;
}

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

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

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

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

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

  .button-tiny-39 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .breadcrumb-static .badge_a9.smooth-8b {
    border-bottom: 1px solid #f0c159;
  }

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

  .plasma_30.detailright > .formred {
    gap: 15px;
    justify-content: space-between;
  }

  .right_0a
    .caption-29.detail_red_26
    .table_west_9e
    img {
    width: 60% !important;
  }

  .wood-a3 {
    left: 2%;
  }

  .shadow_motion_fc {
    margin: 10px 0;
  }

  .top_28 .main-fa {
    margin: 0;
    margin-bottom: 10px;
  }

  .button-tiny-39 {
    font-size: 16px !important;
  }

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

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

  h2.top_28 .in-08,
  .top_28 .in-08 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .table_west_9e {
    justify-content: center;
  }

  .top_28 .main-fa {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .right_0a .caption-29.alert_focused_c3 {
    width: 75% !important;
  }

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

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

  h2.top_28 .in-08,
  .top_28 .in-08 {
    font-size: 30px !important;
  }

  .table_west_9e {
    justify-content: center;
  }

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

  .tag-fresh
    .blue_56.carousel_b1 {
    margin: 0 !important;
  }

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

  .shadow_motion_fc {
    display: flex;
  }

  .imagehovered .button-tiny-39 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .top_28 h1.in-08 {
    margin-top: 80px !important;
  }

  .right_0a
    .caption-29.detail_red_26
    .table_west_9e
    img,
  .detailwide .plasmacaption {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .right_0a .caption-29.alert_focused_c3 {
    width: 100% !important;
  }

  .plasma_30.detailright > .formred {
    gap: 3px;
  }

  .top_28 .main-fa {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: 6a4e */
.ghost-box-w2 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
