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(.table-copper-41) {
  gap: 0.5em;
}
:where(.overlay-60) {
  gap: 0.5em;
}
body .shade-prev > .list-d9 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .shade-prev > .north_40 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .shade-prev > .thick_85 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .sort-wide-a1 > .list-d9 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .sort-wide-a1 > .north_40 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .sort-wide-a1 > .thick_85 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .sort-wide-a1
  > :where(:not(.list-d9):not(.north_40):not(.pagination-paper)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .sort-wide-a1 > .notificationcool {
  max-width: var(--wp--style--global--wide-size);
}
body .table-copper-41 {
  display: flex;
}
body .table-copper-41 {
  flex-wrap: wrap;
  align-items: center;
}
body .table-copper-41 > * {
  margin: 0;
}
body .overlay-60 {
  display: grid;
}
body .overlay-60 > * {
  margin: 0;
}
:where(.link_solid_7d.table-copper-41) {
  gap: 2em;
}
:where(.link_solid_7d.overlay-60) {
  gap: 2em;
}
:where(.popup-selected.table-copper-41) {
  gap: 1.25em;
}
:where(.popup-selected.overlay-60) {
  gap: 1.25em;
}
.iron_59 {
  color: var(--wp--preset--color--black) !important;
}
.form-23 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.pagination-out-24 {
  color: var(--wp--preset--color--white) !important;
}
.blue_04 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.modal-79 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.silver_15 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.minisidebar {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.disabledsolid {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.panel-iron-e3 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.pattern_north_41 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.rightmodule {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.aside_simple_bf {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.shade_up_1b {
  background-color: var(--wp--preset--color--black) !important;
}
.container_thick {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.dropdown_fast_96 {
  background-color: var(--wp--preset--color--white) !important;
}
.roughblock {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.sidebar-98 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.wrapper-first {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.avatar_static_b4 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.link_hot_90 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.active_plasma {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.paragraph-lower-25 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.whiteicon {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.simplemodal {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.largedropdown {
  border-color: var(--wp--preset--color--black) !important;
}
.outline_lite_19 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.frame_1e {
  border-color: var(--wp--preset--color--white) !important;
}
.chipsmall {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.widget-center {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.textpink {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.fluid_77 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.soft_75 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.pink_f8 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.heading-39 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.video-iron-9f {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.accentright {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.footer_green_01 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.chip-thick-e9 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.active_22 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.mask-ac {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.disabled-top-a9 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.thumbnail_89 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.aside-dim-88 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.banner_a3 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.column_hard_eb {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.box-inner-b0 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.hidden_dirty_cb {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.text-slow {
  background: var(--wp--preset--gradient--midnight) !important;
}
.southlabel {
  font-size: var(--wp--preset--font-size--small) !important;
}
.badge_simple {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.thumbnail-fast-02 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.mediumaside {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.fluidtooltip a:where(:not(.purple-0b)) {
  color: inherit;
}
:where(.popup-selected.table-copper-41) {
  gap: 1.25em;
}
:where(.popup-selected.overlay-60) {
  gap: 1.25em;
}
:where(.link_solid_7d.table-copper-41) {
  gap: 2em;
}
:where(.link_solid_7d.overlay-60) {
  gap: 2em;
}
.section_static_ce {
  font-size: 1.5em;
  line-height: 1.6;
}

.under_12 .shorttitle {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sort_iron .textdim {
  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);
}
.backdrop-50 {
  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);
}
.backdrop-50.progress-upper .sort_tall_87 {
  background-color: var(--e-global-color-primary);
}
.backdrop-50.in_e9 .sort_tall_87,
.backdrop-50.secondary_center_72 .sort_tall_87 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.center_13 .pagination_up_f0 {
  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);
}
.coldframe {
  --divider-color: var(--e-global-color-secondary);
}
.coldframe .row-next-a9 {
  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);
}
.coldframe.outsummary .hover-action {
  background-color: var(--e-global-color-secondary);
}
.coldframe.sidebar-hard .hover-action,
.coldframe.cardiron .hover-action {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.coldframe.sidebar-hard .hover-action,
.coldframe.cardiron .hover-action svg {
  fill: var(--e-global-color-secondary);
}
.nextdisabled .detail-slow {
  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);
}
.nextdisabled .complex_79 {
  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);
}
.dynamicpreview.outsummary .hover-action {
  background-color: var(--e-global-color-primary);
}
.dynamicpreview.sidebar-hard .hover-action,
.dynamicpreview.cardiron .hover-action {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.dynamicpreview.sidebar-hard .hover-action,
.dynamicpreview.cardiron .hover-action svg {
  fill: var(--e-global-color-primary);
}
.short-a2.outsummary .hover-action {
  background-color: var(--e-global-color-primary);
}
.short-a2.sidebar-hard .hover-action,
.short-a2.cardiron .hover-action {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.short-a2 .icon_north {
  color: var(--e-global-color-primary);
}
.short-a2 .icon_north,
.short-a2 .icon_north a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.short-a2 .grid_prev_fb {
  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);
}
.featureyellow .textorange {
  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);
}
.sidebar-64 .grid_7f .message_active {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.greenrow .hot-7e:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.greenrow .surface-upper-db i {
  color: var(--e-global-color-primary);
}
.greenrow .surface-upper-db svg {
  fill: var(--e-global-color-primary);
}
.greenrow .accent-ab {
  color: var(--e-global-color-secondary);
}
.greenrow .hot-7e > .accent-ab,
.greenrow .hot-7e > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list_10 .detail-82 {
  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);
}
.list_10 .border-motion {
  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);
}
.pinkmessage .thumbnail_orange .text-blue {
  background-color: var(--e-global-color-primary);
}
.pinkmessage .column-ee {
  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);
}
.orange_59 .statushuge {
  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);
}
.orange_59 .outline-up-af {
  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_59 .label_01 {
  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);
}
.component-light-6e .background_right_f9,
.component-light-6e .background_right_f9 a {
  color: var(--e-global-color-primary);
}
.component-light-6e .background_right_f9.active-complex-4f,
.component-light-6e .background_right_f9.active-complex-4f a {
  color: var(--e-global-color-accent);
}
.component-light-6e .background_right_f9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component-light-6e .layout-solid {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.title_8b .header_prev_71,
.title_8b .captiondim {
  color: var(--e-global-color-primary);
}
.title_8b .header_prev_71 svg {
  fill: var(--e-global-color-primary);
}
.title_8b .active-complex-4f .header_prev_71,
.title_8b .active-complex-4f .captiondim {
  color: var(--e-global-color-accent);
}
.title_8b .active-complex-4f .header_prev_71 svg {
  fill: var(--e-global-color-accent);
}
.title_8b .captiondim {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.title_8b .layout-solid {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_49 .accordion-10,
.slider_49 .fastshade {
  color: var(--e-global-color-primary);
}
.slider_49 .fastshade svg {
  fill: var(--e-global-color-primary);
}
.slider_49 .background_right_f9.active-complex-4f a,
.slider_49
  .background_right_f9.active-complex-4f
  .fastshade {
  color: var(--e-global-color-accent);
}
.slider_49 .accordion-10 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider_49 .layout-solid {
  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);
}
.aside_slow .layout_selected {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_slow .frame_de {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-next-d4 .element-d5 .icon-7c {
  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);
}
.nav-next-d4 .element-d5 .highlight-current-9d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-next-d4 .proaccordion .icon-7c {
  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);
}
.nav-next-d4
  .proaccordion
  .highlight-current-9d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-next-d4
  .simple_6f
  .icon-7c {
  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);
}
.nav-next-d4
  .simple_6f
  .highlight-current-9d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-next-d4
  .bottom_9e
  .icon-7c {
  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);
}
.nav-next-d4
  .bottom_9e
  .highlight-current-9d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thickcomponent .dim_41 {
  background-color: var(--e-global-color-primary);
}
.thickcomponent .dim_41:hover {
  background-color: var(--e-global-color-primary);
}
.thickcomponent .warmpanel {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thickcomponent
  .dim_41:hover
  .warmpanel {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black_6a .dynamic-43 {
  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);
}
.dropdown-action-3d .module_center .focus-bf a {
  background-color: var(--e-global-color-accent);
}
.dropdown-action-3d .module_center .secondary_center a {
  background-color: var(--e-global-color-accent);
}
.dropdown-action-3d .module_center .focus-bf a,
.dropdown-action-3d .module_center .secondary_center a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-30
  .prev-be.block_stale
  .module_center
  a.title_b8 {
  background-color: var(--e-global-color-accent);
}
.popup-30
  .prev-be.block_stale
  .module_center
  span.title_b8.row_7e {
  background-color: var(--e-global-color-text);
}
.popup-30
  .prev-be.block_stale
  .module_center
  .title_b8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_52 .orangepanel {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_52
  .south-c8
  > .darkbox
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_52
  .button_e9
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_52
  .badge-active
  .warm_43,
.photo_52
  .badge-active
  .roughfeature {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo_52
  .badge-active
  .mini_01,
.photo_52
  .badge-active
  a
  .mini_01 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_52
  .badge-active
  .blockdirty {
  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_52
  .badge-active
  .widget-fast-ba {
  background-color: var(--e-global-color-primary);
}
.photo_52
  .badge-active
  .widget-fast-ba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_52
  .badge-active
  .widget-fast-ba:hover {
  background-color: var(--e-global-color-primary);
}
.photo_52
  .badge-active
  .lower-0b {
  background-color: var(--e-global-color-primary);
}
.photo_52
  .badge-active
  .lower-0b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_52
  .badge-active
  .lower-0b:hover {
  background-color: var(--e-global-color-primary);
}
.photo_52
  .column_gas_dd
  .footer_78
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo_52
  .column_gas_dd
  .card_plasma {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_52
  .column_gas_dd
  .blockdirty {
  color: var(--e-global-color-text);
}
.photo_52
  .column_gas_dd
  .blockdirty
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_52
  .column_gas_dd
  .widget-fast-ba {
  background-color: var(--e-global-color-primary);
}
.photo_52
  .column_gas_dd
  .widget-fast-ba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_52
  .column_gas_dd
  .widget-fast-ba:hover {
  background-color: var(--e-global-color-primary);
}
.photo_52
  .column_gas_dd
  .lower-0b {
  background-color: var(--e-global-color-primary);
}
.photo_52
  .column_gas_dd
  .lower-0b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_52
  .column_gas_dd
  .lower-0b:hover {
  background-color: var(--e-global-color-primary);
}
.photo_52 .paper-77 {
  background-color: var(--e-global-color-primary);
}
.photo_52 .paper-77:hover {
  background-color: var(--e-global-color-primary);
}
.photo_52 .focus-9c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo_52 .outline-tiny {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.menu_b2 .roughavatar {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.menu_b2
  .text-soft-de
  > div:nth-child(3)
  .roughavatar,
.menu_b2
  .row_iron_7a
  > div:nth-child(1)
  .roughavatar,
.menu_b2
  .card_light
  > div:nth-child(1)
  .roughavatar,
.menu_b2
  .tag_plasma_78
  > div:nth-child(1)
  .roughavatar,
.menu_b2
  .hover_over_b8
  > div:nth-child(1)
  .roughavatar {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.menu_b2 .headingcenter {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu_b2 .overlay_hard {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu_b2 .outline-south-9e {
  background-color: var(--e-global-color-primary);
}
.menu_b2 .outline-south-9e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu_b2 .outline-south-9e:hover {
  background-color: var(--e-global-color-primary);
}
.menu_b2 .dim_47 {
  background-color: var(--e-global-color-primary);
}
.menu_b2 .dim_47:hover {
  background-color: var(--e-global-color-primary);
}
.menu_b2 .focus-9c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.menu_b2 .outline-tiny {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gallery_fresh_b6 .disabled-easy-1f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gallery_fresh_b6 .fasthover {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_fresh_b6 .badge_short_f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_fresh_b6 .active-ce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_fresh_b6 .secondary_red_39 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_fresh_b6 .dim_47 {
  background-color: var(--e-global-color-primary);
}
.gallery_fresh_b6 .dim_47:hover {
  background-color: var(--e-global-color-primary);
}
.column_pressed .title_north {
  background-color: var(--e-global-color-secondary);
}
.column_pressed .notification_55 {
  background-color: var(--e-global-color-text);
}
.column_pressed .cold-ad {
  background-color: var(--e-global-color-secondary);
}
.column_pressed .tinyarticle {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.column_pressed .header_3d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_pressed .gradient-next {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_pressed .column_59 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column_pressed .pagination-28 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east-29 .containerleft .secondary_gold,
.east-29
  .containerleft
  .secondary_gold
  a,
.east-29 .redpanel {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east-29 .containerleft .mini_29,
.east-29 .lastsection {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east-29 .containerleft .mini_29 {
  color: var(--e-global-color-text);
}
.east-29 .lastsection {
  color: var(--e-global-color-text);
}
.east-29
  .containerleft
  .logotall {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.east-29 .module_tall .featurecomplex {
  background-color: var(--e-global-color-primary);
}
.east-29 .module_tall .featurecomplex:hover {
  background-color: var(--e-global-color-primary);
}
.east-29 .module_tall .border_mini li span {
  background-color: var(--e-global-color-text);
}
.east-29 .module_tall .border_mini li span:hover {
  background-color: var(--e-global-color-primary);
}
.east-29
  .module_tall
  .border_mini
  li.cold_0e
  span {
  background-color: var(--e-global-color-accent);
}
.east-29 .chip-prev span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complexalert .box_bronze_60 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hidden-8e .purple_f3 {
  background-color: var(--e-global-color-primary);
}
.hidden-8e .list_clean_ed {
  background-color: var(--e-global-color-secondary);
}
.hidden-8e .picturerough {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-8e .fresh-44 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-8e .menu_purple_bc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-8e .old_88 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-8e .table_full {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-8e .current_b3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-8e .texturesmall {
  background-color: var(--e-global-color-primary);
}
.hidden-8e .texturesmall {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.under-ef .wide_b5 {
  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);
}
.under-ef .top-0d {
  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);
}
.under-ef
  .medium_92:after {
  background-color: var(--e-global-color-primary);
}
.under-ef .footer_cb {
  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);
}
.photo_upper_49 .redpanel {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_upper_49 .lastsection {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-b3 .borderblack .info_b3 {
  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);
}
.light-b3 .borderblack .progress-copper-1b {
  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-fluid .middlelist {
  background-color: var(--e-global-color-primary);
}
.accent-fluid .logo_outer {
  background-color: var(--e-global-color-secondary);
}
.accent-fluid .fullprimary .modal-slow {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent-fluid .fluidoverlay .modal-slow {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture-3b .tabs-black-f3 .notification-action {
  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);
}
.texture-3b .tabs-black-f3 .hero_5d {
  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);
}
.texture-3b .tabs-black-f3 .main-slow-bd {
  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);
}
.block_aa .cool-8f {
  border-color: var(--e-global-color-text);
}
.block_aa .disabled-d1 {
  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);
}
.block_aa .border_dirty {
  color: var(--e-global-color-primary);
}
.block_aa .column_44 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.smoothdetail .badgemini {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.smoothdetail .headersteel {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.smoothdetail .paragraph-small:hover .badgemini {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.smoothdetail
  .paragraph-small:hover
  .headersteel {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gallery_wide .pagination-19 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gallery_wide .notice_96 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail_basic_a1 .gridfresh .imagestatic {
  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);
}
.thumbnail_basic_a1 .aside-full .imagestatic {
  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);
}
.black_e3 .table_selected_f1 {
  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);
}
.pagination-f4 .previewfast .layout_active_82 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination-f4 .previewfast .layout_active_82 {
  background-color: var(--e-global-color-secondary);
}
.pagination-f4 .messageshort .layout_active_82 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination-f4 .messageshort .layout_active_82 {
  background-color: var(--e-global-color-secondary);
}
.pagination-f4 .focus-61 .shade_prev_14 {
  background-color: var(--e-global-color-primary);
}
.pagination-f4 .focus-61:hover .shade_prev_14 {
  background-color: var(--e-global-color-secondary);
}
.pagination-f4 .featurecomplex {
  background-color: var(--e-global-color-primary);
}
.pagination-f4 .featurecomplex:hover {
  background-color: var(--e-global-color-accent);
}
.pagination-f4 .border_mini li span {
  background-color: var(--e-global-color-text);
}
.pagination-f4 .border_mini li span:hover {
  background-color: var(--e-global-color-primary);
}
.pagination-f4 .border_mini li.cold_0e span {
  background-color: var(--e-global-color-accent);
}
.accent-warm-0c .caption-brown-5b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent-warm-0c .status-glass-9a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table-west-e4 .actiongallery:before {
  background-color: var(--e-global-color-secondary);
}
.table-west-e4 .dropdown_3c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table-west-e4 .hidden-black-86 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag-e8 .oldbackground {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag-e8 .oldbackground:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag-e8 .oldbackground.pagination_focused {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag-e8 .patterncomplex {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag-e8 .tabs-ec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag-e8 .featureover {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag-e8 .thumbnail_fresh_29 {
  background-color: var(--e-global-color-primary);
}
.tag-e8 .thumbnail_fresh_29 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tag-e8 .tooltip-cool-68 {
  background-color: var(--e-global-color-primary);
}
.tag-e8 .tooltip-cool-68 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tiny_81 .statuswide .pagination_hard_ed a {
  color: var(--e-global-color-secondary);
}
.tiny_81 .statuswide .pagination_hard_ed a:hover {
  color: var(--e-global-color-secondary);
}
.tiny_81 .statuswide .pagination_hard_ed,
.tiny_81 .statuswide .pagination_hard_ed a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny_81 .statuswide .dimsecondary {
  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);
}
.tiny_81 .statuswide .logo_ad {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny_81 .statuswide .mask_1b {
  background-color: var(--e-global-color-primary);
}
.tiny_81 .statuswide .mask_1b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny_81 .statuswide .mask_1b:hover {
  background-color: var(--e-global-color-primary);
}
.tiny_81 .statuswide .outline-9b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tiny_81 .statuswide .outline-9b {
  background-color: var(--e-global-color-primary);
}
.tiny_81 .statuswide .outline-9b:hover {
  background-color: var(--e-global-color-primary);
}
.tiny_81 .statuswide .featurecomplex {
  background-color: var(--e-global-color-primary);
}
.tiny_81 .statuswide .featurecomplex:hover {
  background-color: var(--e-global-color-primary);
}
.tiny_81 .module_tall .border_mini li span {
  background-color: var(--e-global-color-text);
}
.tiny_81 .module_tall .border_mini li span:hover {
  background-color: var(--e-global-color-primary);
}
.tiny_81 .module_tall .border_mini li.cold_0e span {
  background-color: var(--e-global-color-accent);
}
.tiny_81 .focus-9c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tiny_81 .outline-tiny {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bright-6e .focus_b0 .sort_b9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bright-6e .focus_b0 .fast-5c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bright-6e .focus_b0 .thumbnail-93 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_15 .wide-dd {
  border-color: var(--e-global-color-text);
}
.bottom_15 .overlay_dynamic_fe {
  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);
}
.bottom_15 .grid-fresh {
  color: var(--e-global-color-secondary);
}
.bottom_15 .grid-fresh {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_15 .nav_a2 > * {
  color: var(--e-global-color-primary);
}
.bottom_15 .nav_a2 > * svg {
  fill: var(--e-global-color-primary);
}
.bottom_15 .hover-b2 {
  color: var(--e-global-color-primary);
}
.bottom_15 .hover-b2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bottom_15 .fluid_f3 {
  color: var(--e-global-color-primary);
}
.bottom_15 .fluid_f3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bottom_15 .footer-c2 {
  color: var(--e-global-color-primary);
}
.bottom_15 .footer-c2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_15 .narrow_32 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_15 .title_last {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_15 .title_last.chip_prev_bf {
  color: var(--e-global-color-secondary);
}
.bottom_15 .title_last.chip_prev_bf .elementrough {
  color: var(--e-global-color-accent);
}
.bottom_15 .title_last.item_0c {
  color: var(--e-global-color-text);
}
.bottom_15 .title_last.item_0c .elementrough {
  color: var(--e-global-color-text);
}
.bottom_15 .title_last:before {
  border-top-color: var(--e-global-color-text);
}
.bottom_15 .frame_short_74 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bottom_15
  .frame_short_74
  .aside-complex-e6 {
  background-color: var(--e-global-color-primary);
}
.bottom_15
  .frame_short_74
  .aside-complex-e6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bottom_15 .wide-dd .tabs_white_98 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade-in .hugeitem {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shade-in .hidden_fixed {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter_mini_e3 .alert-77 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter_mini_e3
  .steelrow
  .accent_17 {
  background-color: var(--e-global-color-secondary);
}
.filter_mini_e3
  .steelrow.alert_first
  .accent_17 {
  background-color: var(--e-global-color-text);
}
.filter_mini_e3
  .steelrow:hover
  .accent_17 {
  background-color: var(--e-global-color-accent);
}
.filter_mini_e3
  .steelrow.pagination_focused
  .accent_17 {
  background-color: var(--e-global-color-primary);
}
.east-c2 .searchcopper {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.east-c2 .block_warm {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east-c2 .complexprogress {
  background-color: var(--e-global-color-primary);
}
.east-c2 .complexprogress {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gold-c5 .picture-20 .upper_9f .search_b6 {
  background-color: var(--e-global-color-secondary);
}
.gold-c5 .picture-20 .disabledstale:after {
  background-color: var(--e-global-color-secondary);
}
.gold-c5 .content-hovered {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gold-c5 .yellow-4a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gold-c5 .widget_green {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gold-c5 .icon_black {
  background-color: var(--e-global-color-primary);
}
.gold-c5 .icon_black {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gold-c5 .fluid_04 {
  background-color: var(--e-global-color-secondary);
}
.gold-c5 .fluid_04 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gold-c5 .picture-20 .componentaction .status_west_d0:hover {
  background-color: var(--e-global-color-primary);
}
.gold-c5
  .picture-20
  .componentaction
  .status_west_d0.feature_green_17 {
  background-color: var(--e-global-color-primary);
}
.gold-c5 .picture-20 .icon-upper:before {
  border-color: var(--e-global-color-primary);
}
.gold-c5 .picture-20 .icon-upper:hover:before {
  border-color: var(--e-global-color-secondary);
}
.gold-c5
  .picture-20
  .icon-upper.prev-15:before {
  border-color: var(--e-global-color-primary);
}
.gold-c5 .lower_a1 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-outer .infocomplex {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.form-outer .infocomplex:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.form-outer .infocomplex.brown-45 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.form-outer .table-5f {
  background-color: var(--e-global-color-primary);
}
.form-outer .table-5f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.form-outer
  .article-39
  .warm_26
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.form-outer
  .simple-5a
  .warm_26
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.label-d0
  .shade_hard
  .title-bright {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label-d0
  .shade_hard
  .heading_orange {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label-d0 .article_gold_59 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label-d0 .newgrid {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.label-d0 .summary_tiny_88 {
  background-color: var(--e-global-color-primary);
}
.label-d0 .summary_tiny_88 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dropdown_large_48 .focus-complex {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_large_48 .complex-2e {
  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);
}
.dropdown_large_48 .fixed_79 {
  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);
}
.dropdown_large_48 .fixed_79 a:hover {
  color: var(--e-global-color-secondary);
}
.dropdown_large_48 .purpletexture {
  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);
}
.dropdown_large_48 .sort-31 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown_large_48 .background_24 .featurecomplex {
  background-color: var(--e-global-color-primary);
}
.dropdown_large_48 .background_24 .featurecomplex:hover {
  background-color: var(--e-global-color-accent);
}
.dropdown_large_48
  .background_24
  .border_mini
  li
  span {
  background-color: var(--e-global-color-text);
}
.dropdown_large_48
  .background_24
  .border_mini
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown_large_48
  .background_24
  .border_mini
  li.cold_0e
  span {
  background-color: var(--e-global-color-accent);
}
.wood-e7
  .preview-advanced
  .hidden-7d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wood-e7 .preview-advanced .menu-tiny {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wood-e7 .preview-advanced .menu_dark_1e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wood-e7 .solid-e9 {
  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);
}
.wood-e7
  .panel-easy-1c.element_soft {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > a {
  background-color: var(--e-global-color-text);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > a
  .tooltip-d0.image_small {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > a
  .content_c8.rough_6f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > .logo_center
  .down_c2
  > a {
  background-color: var(--e-global-color-secondary);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > .logo_center
  .down_c2
  > a
  .glass_b2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > .logo_center
  .down_c2
  > a
  .content_c8.fast-b1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > a
  .row-iron-75:before {
  color: var(--e-global-color-text);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > .logo_center
  a
  .row-iron-75:before {
  color: var(--e-global-color-text);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2.breadcrumb_fresh_6d
  > a
  .row-iron-75:before {
  color: var(--e-global-color-text);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > .logo_center
  .down_c2.breadcrumb_fresh_6d
  > a
  .row-iron-75:before {
  color: var(--e-global-color-text);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > a
  .tooltip_mini_44
  .highlight-liquid-43 {
  color: var(--e-global-color-text);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > .logo_center
  a
  .tooltip_mini_44
  .highlight-liquid-43 {
  color: var(--e-global-color-text);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > a
  .tooltip_mini_44
  .highlight-liquid-43,
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > .logo_center
  a
  .tooltip_mini_44
  .highlight-liquid-43 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > a
  .notice-58:before {
  color: var(--e-global-color-text);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > .logo_center
  a
  .notice-58:before {
  color: var(--e-global-color-text);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2.breadcrumb_fresh_6d
  > a
  .notice-58:before {
  color: var(--e-global-color-text);
}
.item-hard
  > .heading_3d
  > div
  > .article-top
  > .down_c2
  > .logo_center
  .down_c2.breadcrumb_fresh_6d
  > a
  .notice-58:before {
  color: var(--e-global-color-text);
}
.frame_18 .description-over {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.frame_18
  .hard_82:hover
  .description-over {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.glass_ac
  > .heading_3d
  > .white_2e
  > .list-dark-97
  > .aside-pressed
  > .icon_48
  .cool_a4 {
  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);
}
.glass_ac
  > .heading_3d
  > .white_2e
  > .list-dark-97
  > .aside-pressed
  > .icon_48:hover
  .cool_a4 {
  color: var(--e-global-color-text);
}
.glass_ac
  > .heading_3d
  > .white_2e
  > .list-dark-97
  > .aside-pressed
  > .icon_48:hover
  .cool_a4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.glass_ac
  > .heading_3d
  > .white_2e
  > .list-dark-97
  > .aside-pressed.tall_e9
  > .icon_48
  .cool_a4 {
  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);
}
.backgroundcurrent .element_79 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backgroundcurrent .image_under_a9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backgroundcurrent .thick-81 {
  background-color: var(--e-global-color-primary);
}
.backgroundcurrent .thick-81 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.badge_rough
  > .heading_3d
  > .lower-4f
  > .hidden_7c
  > .detail-solid
  .secondary_up {
  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);
}
.badge_rough
  > .heading_3d
  > .lower-4f
  > .hidden_7c
  > .detail-solid
  .summary_orange {
  color: var(--e-global-color-text);
}
.badge_rough
  > .heading_3d
  > .lower-4f
  > .hidden_7c
  > .detail-solid:hover
  .secondary_up {
  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);
}
.badge_rough
  > .heading_3d
  > .lower-4f
  > .hidden_7c
  > .detail-solid:hover
  .summary_orange {
  color: var(--e-global-color-secondary);
}
.badge_rough
  > .heading_3d
  > .lower-4f
  > .hidden_7c
  > .detail-solid.photo_19
  .secondary_up {
  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);
}
.badge_rough
  > .heading_3d
  > .lower-4f
  > .hidden_7c
  > .detail-solid.photo_19
  .summary_orange {
  color: var(--e-global-color-primary);
}
.dropdown-green
  .container_57
  .progress-small {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown-green .cool_58 .tabs_white_98 .thumbnail-selected-3f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gas-08 .panel-26 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gas-08 .tabsfast .panel-26 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gas-08 .progress_04 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gas-08 .progress_04 {
  background-color: var(--e-global-color-primary);
}
.hover_upper_b4 .frame_dirty_12 .east-24 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover_upper_b4
  .frame_dirty_12:hover
  .secondary_middle {
  color: var(--e-global-color-secondary);
}
.hover_upper_b4
  .frame_dirty_12:hover
  .east-24 {
  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);
}
.frame_narrow_d1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.pagination_ce {
  flex-direction: column;
}

.pagination_ce .banner_4c {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.pagination_ce .banner_4c {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

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

span {
  color: #fff;
}

.fresh-a5.easy_8e {
  display: none;
}

.table-motion-db {
  display: none;
}

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

.label_fc.tiny-4e {
  margin-bottom: 40px;
  width: 100%;
}

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

.pagination_ce a {
  width: 100%;
}

.column-88 .sectionupper.dirty-be {
  width: 20% !important;
}

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

.modal_blue_12:hover {
  color: #000;
}

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

  transition: all 0.14s ease-out;
}

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

.module-9b {
  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;
}

.module-9b:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

.module-9b:nth-child(2):hover {
  color: #fff;
}

.column-88
  .sectionupper.hoverold
  .layout_middle
  .breadcrumb_d0 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.gradient-fluid-d1.surface_pro_ac > .overlayeast {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

.white-9e {
  position: relative;
  width: 100%;
}

.component-light {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

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

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

.column-88
  .sectionupper.primary-prev
  .summary_2d
  .copper-e6 {
  width: 100% !important;
}

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

.search-left-42 {
  width: 100%;
}

.panel-green-8f {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

  display: none;
}

.content-motion-4e {
  font-size: 15px !important;
}

.sidebar-stone {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.tooltip_up_43:hover .sidebar-stone {
  visibility: visible;
}
.tooltip_up_43:hover.tooltip_up_43::before {
  display: block;
}

.content-fluid h3 {
  color: #fff;
}

.paginationred {
  margin: 0;
}

.column-88
  .sectionupper.primary-prev
  .copper-e6
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.sort-next-a1 {
  width: 100%;
}

.video-80 {
  width: 100%;
}

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

.video-80 {
  width: 100%;
}

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

.copper-e6 {
  display: flex;
  align-items: center;
}

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

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

.pagination_ce .banner_4c.caption_32 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.pagination_ce h1.banner_4c {
  margin-top: 120px !important;
}

.column-88 .sectionupper.label_fast {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.silver_4b img {
  width: 100%;
}

.mask-6f .gold_fd.layout_middle {
  justify-content: space-between;
}

.sliderwest {
  display: none;
}

.brown-79 .statuswarm {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .gradient-fluid-d1 .overlayeast {
    flex-wrap: nowrap !important;
  }
}

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

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

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

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

  .mask-6f .gold_fd.layout_middle {
    border-bottom: 1px solid #f0c159;
  }

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

  .gradient-fluid-d1.surface_pro_ac > .overlayeast {
    gap: 15px;
    justify-content: space-between;
  }

  .column-88
    .sectionupper.primary-prev
    .copper-e6
    img {
    width: 60% !important;
  }

  .component-light {
    left: 2%;
  }

  .mainsmall {
    margin: 10px 0;
  }

  .pagination_ce .statuswarm {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.pagination_ce .banner_4c,
  .pagination_ce .banner_4c {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .copper-e6 {
    justify-content: center;
  }

  .pagination_ce .statuswarm {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .column-88 .sectionupper.dirty-be {
    width: 75% !important;
  }

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

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

  h2.pagination_ce .banner_4c,
  .pagination_ce .banner_4c {
    font-size: 30px !important;
  }

  .copper-e6 {
    justify-content: center;
  }

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

  .avatar_short
    .new_52.focus_green_19 {
    margin: 0 !important;
  }

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

  .mainsmall {
    display: flex;
  }

  .overlaynorth .modal_blue_12 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .section-d7 svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .pagination_ce h1.banner_4c {
    margin-top: 80px !important;
  }

  .column-88
    .sectionupper.primary-prev
    .copper-e6
    img,
  .nextdisabled .summary_2d {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .module-9b {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .column-88 .sectionupper.dirty-be {
    width: 100% !important;
  }

  .gradient-fluid-d1.surface_pro_ac > .overlayeast {
    gap: 3px;
  }

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

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

/* css-noise: 3499 */
.phantom-card-h0 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
