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(.box-purple) {
  gap: 0.5em;
}
:where(.cool-62) {
  gap: 0.5em;
}
body .button_fixed_68 > .motion_7c {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .button_fixed_68 > .lowerprogress {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .button_fixed_68 > .column-pressed-0c {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .purple-6d > .motion_7c {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .purple-6d > .lowerprogress {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .purple-6d > .column-pressed-0c {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .purple-6d
  > :where(:not(.motion_7c):not(.lowerprogress):not(.panel_74)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .purple-6d > .active-65 {
  max-width: var(--wp--style--global--wide-size);
}
body .box-purple {
  display: flex;
}
body .box-purple {
  flex-wrap: wrap;
  align-items: center;
}
body .box-purple > * {
  margin: 0;
}
body .cool-62 {
  display: grid;
}
body .cool-62 > * {
  margin: 0;
}
:where(.filter_1c.box-purple) {
  gap: 2em;
}
:where(.filter_1c.cool-62) {
  gap: 2em;
}
:where(.gallery-f2.box-purple) {
  gap: 1.25em;
}
:where(.gallery-f2.cool-62) {
  gap: 1.25em;
}
.heading-0f {
  color: var(--wp--preset--color--black) !important;
}
.in-6d {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.first-a2 {
  color: var(--wp--preset--color--white) !important;
}
.active-1e {
  color: var(--wp--preset--color--pale-pink) !important;
}
.outline_cf {
  color: var(--wp--preset--color--vivid-red) !important;
}
.panel_22 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.soft-e2 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.slow_a6 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.north-cc {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.overlay_64 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.summary-center {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.action_7c {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.orange_5a {
  background-color: var(--wp--preset--color--black) !important;
}
.lower_97 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.glass-8d {
  background-color: var(--wp--preset--color--white) !important;
}
.shade-rough {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.element_45 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.mask-top-24 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.paragraph-stale-17 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.detail_bright_09 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.stoneicon {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.banner-05 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.fixed_6e {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.woodnotice {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.progress_white_6d {
  border-color: var(--wp--preset--color--black) !important;
}
.active_yellow_59 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.new-c8 {
  border-color: var(--wp--preset--color--white) !important;
}
.center_c4 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.alert-9d {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.headingsilver {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.fluid_86 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.label_bottom {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.media_gas {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.status_advanced {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.modal-ce {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.full-5c {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.list-0f {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.containerhot {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.top-d2 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.aside_short_9c {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.video-short {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.notice-4d {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.picture-fast {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.form_1d {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.feature-full-62 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.carousel-orange-05 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.articlerough {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.shade-light {
  background: var(--wp--preset--gradient--midnight) !important;
}
.left_89 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.up_6a {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.listdim {
  font-size: var(--wp--preset--font-size--large) !important;
}
.chip-middle-02 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wrapper_left a:where(:not(.primary-current)) {
  color: inherit;
}
:where(.gallery-f2.box-purple) {
  gap: 1.25em;
}
:where(.gallery-f2.cool-62) {
  gap: 1.25em;
}
:where(.filter_1c.box-purple) {
  gap: 2em;
}
:where(.filter_1c.cool-62) {
  gap: 2em;
}
.texture_new_30 {
  font-size: 1.5em;
  line-height: 1.6;
}

.overfeature .input-glass-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);
}
.accordion_b5 .hidden_a0 {
  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);
}
.input-pressed {
  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);
}
.input-pressed.liquid_fc .pagination-iron-8d {
  background-color: var(--e-global-color-primary);
}
.input-pressed.active_e2 .pagination-iron-8d,
.input-pressed.block_1b .pagination-iron-8d {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.thumbnail-middle-99 .large_aa {
  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);
}
.accent_up {
  --divider-color: var(--e-global-color-secondary);
}
.accent_up .orangebackground {
  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);
}
.accent_up.status_iron_9e .progress_16 {
  background-color: var(--e-global-color-secondary);
}
.accent_up.simple_73 .progress_16,
.accent_up.shadow_complex .progress_16 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.accent_up.simple_73 .progress_16,
.accent_up.shadow_complex .progress_16 svg {
  fill: var(--e-global-color-secondary);
}
.container_selected .form-focused {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container_selected .content-red {
  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);
}
.wood_74.status_iron_9e .progress_16 {
  background-color: var(--e-global-color-primary);
}
.wood_74.simple_73 .progress_16,
.wood_74.shadow_complex .progress_16 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.wood_74.simple_73 .progress_16,
.wood_74.shadow_complex .progress_16 svg {
  fill: var(--e-global-color-primary);
}
.stone-a9.status_iron_9e .progress_16 {
  background-color: var(--e-global-color-primary);
}
.stone-a9.simple_73 .progress_16,
.stone-a9.shadow_complex .progress_16 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.stone-a9 .icon_light {
  color: var(--e-global-color-primary);
}
.stone-a9 .icon_light,
.stone-a9 .icon_light a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stone-a9 .footer_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);
}
.steelfocus .mask-middle {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fluid-4e .hard_14 .filter-south-19 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern_out .header-upper:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.pattern_out .preview_94 i {
  color: var(--e-global-color-primary);
}
.pattern_out .preview_94 svg {
  fill: var(--e-global-color-primary);
}
.pattern_out .progresswood {
  color: var(--e-global-color-secondary);
}
.pattern_out .header-upper > .progresswood,
.pattern_out .header-upper > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary_7a .search_32 {
  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);
}
.secondary_7a .modalglass {
  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);
}
.form_dim .middle_66 .accent-90 {
  background-color: var(--e-global-color-primary);
}
.form_dim .modal-prev {
  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);
}
.summary-liquid-9f .focused_7f {
  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);
}
.summary-liquid-9f .secondaryeast {
  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-liquid-9f .pattern-green-b3 {
  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);
}
.tabs_9b .title_gas_bb,
.tabs_9b .title_gas_bb a {
  color: var(--e-global-color-primary);
}
.tabs_9b .title_gas_bb.complexcaption,
.tabs_9b .title_gas_bb.complexcaption a {
  color: var(--e-global-color-accent);
}
.tabs_9b .title_gas_bb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tabs_9b .orange_41 {
  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-lite-54 .button_west_f1,
.title-lite-54 .badgebottom {
  color: var(--e-global-color-primary);
}
.title-lite-54 .button_west_f1 svg {
  fill: var(--e-global-color-primary);
}
.title-lite-54 .complexcaption .button_west_f1,
.title-lite-54 .complexcaption .badgebottom {
  color: var(--e-global-color-accent);
}
.title-lite-54 .complexcaption .button_west_f1 svg {
  fill: var(--e-global-color-accent);
}
.title-lite-54 .badgebottom {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.title-lite-54 .orange_41 {
  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);
}
.dirtyrow .bright-01,
.dirtyrow .button_outer {
  color: var(--e-global-color-primary);
}
.dirtyrow .button_outer svg {
  fill: var(--e-global-color-primary);
}
.dirtyrow .title_gas_bb.complexcaption a,
.dirtyrow
  .title_gas_bb.complexcaption
  .button_outer {
  color: var(--e-global-color-accent);
}
.dirtyrow .bright-01 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dirtyrow .orange_41 {
  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);
}
.previewaction .paragraph_rough {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.previewaction .rough-a6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_down_f5 .middleaccent .tooltip-fd {
  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);
}
.grid_down_f5 .middleaccent .fixed_fd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_down_f5 .footer_bright_5f .tooltip-fd {
  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);
}
.grid_down_f5
  .footer_bright_5f
  .fixed_fd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_down_f5
  .block_center
  .tooltip-fd {
  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);
}
.grid_down_f5
  .block_center
  .fixed_fd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_down_f5
  .carousel-center-29
  .tooltip-fd {
  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);
}
.grid_down_f5
  .carousel-center-29
  .fixed_fd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort-full .texture-0c {
  background-color: var(--e-global-color-primary);
}
.sort-full .texture-0c:hover {
  background-color: var(--e-global-color-primary);
}
.sort-full .badge_new {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sort-full
  .texture-0c:hover
  .badge_new {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent-fixed .component-9a {
  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);
}
.inputright .backgroundsimple .steellist a {
  background-color: var(--e-global-color-accent);
}
.inputright .backgroundsimple .focus_soft_78 a {
  background-color: var(--e-global-color-accent);
}
.inputright .backgroundsimple .steellist a,
.inputright .backgroundsimple .focus_soft_78 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask-copper-1d
  .container_fast.lastsidebar
  .backgroundsimple
  a.gradient-huge {
  background-color: var(--e-global-color-accent);
}
.mask-copper-1d
  .container_fast.lastsidebar
  .backgroundsimple
  span.gradient-huge.detail_west_83 {
  background-color: var(--e-global-color-text);
}
.mask-copper-1d
  .container_fast.lastsidebar
  .backgroundsimple
  .gradient-huge {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-f9 .feature_copper {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-f9
  .white-11
  > .gallery-lower
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-f9
  .highlightpaper
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-f9
  .widget_64
  .purple-46,
.preview-f9
  .widget_64
  .tertiary-middle {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.preview-f9
  .widget_64
  .grid-77,
.preview-f9
  .widget_64
  a
  .grid-77 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-f9
  .widget_64
  .focus-43 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-f9
  .widget_64
  .featurecool {
  background-color: var(--e-global-color-primary);
}
.preview-f9
  .widget_64
  .featurecool {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-f9
  .widget_64
  .featurecool:hover {
  background-color: var(--e-global-color-primary);
}
.preview-f9
  .widget_64
  .backdrop_f8 {
  background-color: var(--e-global-color-primary);
}
.preview-f9
  .widget_64
  .backdrop_f8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-f9
  .widget_64
  .backdrop_f8:hover {
  background-color: var(--e-global-color-primary);
}
.preview-f9
  .hidden_36
  .table_steel_74
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.preview-f9
  .hidden_36
  .papermenu {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-f9
  .hidden_36
  .focus-43 {
  color: var(--e-global-color-text);
}
.preview-f9
  .hidden_36
  .focus-43
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-f9
  .hidden_36
  .featurecool {
  background-color: var(--e-global-color-primary);
}
.preview-f9
  .hidden_36
  .featurecool {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-f9
  .hidden_36
  .featurecool:hover {
  background-color: var(--e-global-color-primary);
}
.preview-f9
  .hidden_36
  .backdrop_f8 {
  background-color: var(--e-global-color-primary);
}
.preview-f9
  .hidden_36
  .backdrop_f8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-f9
  .hidden_36
  .backdrop_f8:hover {
  background-color: var(--e-global-color-primary);
}
.preview-f9 .motion-b3 {
  background-color: var(--e-global-color-primary);
}
.preview-f9 .motion-b3:hover {
  background-color: var(--e-global-color-primary);
}
.preview-f9 .tooltipup {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.preview-f9 .green_18 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button_ba .texture-prev-b1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button_ba
  .staleoverlay
  > div:nth-child(3)
  .texture-prev-b1,
.button_ba
  .clean_6e
  > div:nth-child(1)
  .texture-prev-b1,
.button_ba
  .menuselected
  > div:nth-child(1)
  .texture-prev-b1,
.button_ba
  .notice_b4
  > div:nth-child(1)
  .texture-prev-b1,
.button_ba
  .light-97
  > div:nth-child(1)
  .texture-prev-b1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button_ba .box-76 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button_ba .notification_80 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button_ba .logo_gas {
  background-color: var(--e-global-color-primary);
}
.button_ba .logo_gas {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button_ba .logo_gas:hover {
  background-color: var(--e-global-color-primary);
}
.button_ba .surface_focused_49 {
  background-color: var(--e-global-color-primary);
}
.button_ba .surface_focused_49:hover {
  background-color: var(--e-global-color-primary);
}
.button_ba .tooltipup {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button_ba .green_18 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.footerright .upper_0f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.footerright .searchwhite {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footerright .container_motion_4b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footerright .input_d3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footerright .center_7f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footerright .surface_focused_49 {
  background-color: var(--e-global-color-primary);
}
.footerright .surface_focused_49:hover {
  background-color: var(--e-global-color-primary);
}
.secondary-d3 .icon_active {
  background-color: var(--e-global-color-secondary);
}
.secondary-d3 .avatar_84 {
  background-color: var(--e-global-color-text);
}
.secondary-d3 .chiptall {
  background-color: var(--e-global-color-secondary);
}
.secondary-d3 .thicktext {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.secondary-d3 .shadow-west {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-d3 .hero_black_44 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-d3 .text-85 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-d3 .secondary_tall {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pink-13 .outline-basic .accent_stone,
.pink-13
  .outline-basic
  .accent_stone
  a,
.pink-13 .pink-62 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pink-13 .outline-basic .glass_35,
.pink-13 .greenlogo {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pink-13 .outline-basic .glass_35 {
  color: var(--e-global-color-text);
}
.pink-13 .greenlogo {
  color: var(--e-global-color-text);
}
.pink-13
  .outline-basic
  .heading_c5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pink-13 .modulepink .mask-black {
  background-color: var(--e-global-color-primary);
}
.pink-13 .modulepink .mask-black:hover {
  background-color: var(--e-global-color-primary);
}
.pink-13 .modulepink .icon-0d li span {
  background-color: var(--e-global-color-text);
}
.pink-13 .modulepink .icon-0d li span:hover {
  background-color: var(--e-global-color-primary);
}
.pink-13
  .modulepink
  .icon-0d
  li.column_steel_11
  span {
  background-color: var(--e-global-color-accent);
}
.pink-13 .right-78 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.over-20 .description-next-da {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bannerhot .hovered_73 {
  background-color: var(--e-global-color-primary);
}
.bannerhot .roughcarousel {
  background-color: var(--e-global-color-secondary);
}
.bannerhot .active_c4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bannerhot .input_soft_97 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bannerhot .popup-up-d2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bannerhot .hardlogo {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bannerhot .complexform {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bannerhot .status_copper {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bannerhot .icon-advanced-08 {
  background-color: var(--e-global-color-primary);
}
.bannerhot .icon-advanced-08 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_selected .picture_hard {
  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);
}
.article_selected .paper-03 {
  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);
}
.article_selected
  .old-36:after {
  background-color: var(--e-global-color-primary);
}
.article_selected .wrapper-gold {
  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);
}
.solidvideo .pink-62 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solidvideo .greenlogo {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element-outer-79 .in_d5 .hero-fb {
  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);
}
.element-outer-79 .in_d5 .gallery-brown {
  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);
}
.wrapper_short_af .component-dynamic {
  background-color: var(--e-global-color-primary);
}
.wrapper_short_af .feature-fixed {
  background-color: var(--e-global-color-secondary);
}
.wrapper_short_af .button-east .frame-dim {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper_short_af .layout-green .frame-dim {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-left-a7 .softicon .focuseddescription {
  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);
}
.picture-left-a7 .softicon .text-in {
  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);
}
.picture-left-a7 .softicon .button_f6 {
  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);
}
.searchprev .dirty-dd {
  border-color: var(--e-global-color-text);
}
.searchprev .soft-c1 {
  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);
}
.searchprev .tabs_last_39 {
  color: var(--e-global-color-primary);
}
.searchprev .gallery-left {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.soft_10 .backgroundlarge {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.soft_10 .banner_e9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.soft_10 .secondary_dd:hover .backgroundlarge {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.soft_10
  .secondary_dd:hover
  .banner_e9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media_62 .hero-28 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media_62 .header-70 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carouselliquid .widget_cb .surface-down-f6 {
  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);
}
.carouselliquid .white_09 .surface-down-f6 {
  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);
}
.photo_stale_b9 .overlay_static {
  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);
}
.wrapper-wood-89 .dropdown-8e .east-d3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper-wood-89 .dropdown-8e .east-d3 {
  background-color: var(--e-global-color-secondary);
}
.wrapper-wood-89 .focusedactive .east-d3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper-wood-89 .focusedactive .east-d3 {
  background-color: var(--e-global-color-secondary);
}
.wrapper-wood-89 .fluid_0b .shade-b9 {
  background-color: var(--e-global-color-primary);
}
.wrapper-wood-89 .fluid_0b:hover .shade-b9 {
  background-color: var(--e-global-color-secondary);
}
.wrapper-wood-89 .mask-black {
  background-color: var(--e-global-color-primary);
}
.wrapper-wood-89 .mask-black:hover {
  background-color: var(--e-global-color-accent);
}
.wrapper-wood-89 .icon-0d li span {
  background-color: var(--e-global-color-text);
}
.wrapper-wood-89 .icon-0d li span:hover {
  background-color: var(--e-global-color-primary);
}
.wrapper-wood-89 .icon-0d li.column_steel_11 span {
  background-color: var(--e-global-color-accent);
}
.logo-a5 .box_action_87 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo-a5 .item_eb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-37 .easy_a3:before {
  background-color: var(--e-global-color-secondary);
}
.chip-37 .block-99 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-37 .message-full-bd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb-yellow .table_fb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb-yellow .table_fb:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb-yellow .table_fb.message-silver {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb-yellow .accent-47 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-yellow .menu_dynamic_26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-yellow .mask_yellow_ef {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-yellow .pro-bb {
  background-color: var(--e-global-color-primary);
}
.breadcrumb-yellow .pro-bb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.breadcrumb-yellow .brown-e0 {
  background-color: var(--e-global-color-primary);
}
.breadcrumb-yellow .brown-e0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.red_51 .progress_huge .warmdetail a {
  color: var(--e-global-color-secondary);
}
.red_51 .progress_huge .warmdetail a:hover {
  color: var(--e-global-color-secondary);
}
.red_51 .progress_huge .warmdetail,
.red_51 .progress_huge .warmdetail a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red_51 .progress_huge .modal_current_93 {
  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_51 .progress_huge .highlight_bronze {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red_51 .progress_huge .gas_22 {
  background-color: var(--e-global-color-primary);
}
.red_51 .progress_huge .gas_22 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red_51 .progress_huge .gas_22:hover {
  background-color: var(--e-global-color-primary);
}
.red_51 .progress_huge .form_inner {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.red_51 .progress_huge .form_inner {
  background-color: var(--e-global-color-primary);
}
.red_51 .progress_huge .form_inner:hover {
  background-color: var(--e-global-color-primary);
}
.red_51 .progress_huge .mask-black {
  background-color: var(--e-global-color-primary);
}
.red_51 .progress_huge .mask-black:hover {
  background-color: var(--e-global-color-primary);
}
.red_51 .modulepink .icon-0d li span {
  background-color: var(--e-global-color-text);
}
.red_51 .modulepink .icon-0d li span:hover {
  background-color: var(--e-global-color-primary);
}
.red_51 .modulepink .icon-0d li.column_steel_11 span {
  background-color: var(--e-global-color-accent);
}
.red_51 .tooltipup {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.red_51 .green_18 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.left-85 .focused_2e .actiontertiary {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.left-85 .focused_2e .container-green-3a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.left-85 .focused_2e .last-83 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_hot .header_dirty_6a {
  border-color: var(--e-global-color-text);
}
.carousel_hot .badge_static_31 {
  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);
}
.carousel_hot .wrapper-full {
  color: var(--e-global-color-secondary);
}
.carousel_hot .wrapper-full {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_hot .preview-middle-e9 > * {
  color: var(--e-global-color-primary);
}
.carousel_hot .preview-middle-e9 > * svg {
  fill: var(--e-global-color-primary);
}
.carousel_hot .detail-stone {
  color: var(--e-global-color-primary);
}
.carousel_hot .detail-stone {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_hot .south-df {
  color: var(--e-global-color-primary);
}
.carousel_hot .south-df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_hot .liquid_d9 {
  color: var(--e-global-color-primary);
}
.carousel_hot .liquid_d9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_hot .large-e7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_hot .active_e4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_hot .active_e4.surface_hovered {
  color: var(--e-global-color-secondary);
}
.carousel_hot .active_e4.surface_hovered .clean-68 {
  color: var(--e-global-color-accent);
}
.carousel_hot .active_e4.image_over {
  color: var(--e-global-color-text);
}
.carousel_hot .active_e4.image_over .clean-68 {
  color: var(--e-global-color-text);
}
.carousel_hot .active_e4:before {
  border-top-color: var(--e-global-color-text);
}
.carousel_hot .cool_84 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_hot
  .cool_84
  .paragraph-8d {
  background-color: var(--e-global-color-primary);
}
.carousel_hot
  .cool_84
  .paragraph-8d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel_hot .header_dirty_6a .outer_20 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.smoothslider .thickfocus {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.smoothslider .slownotice {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-fixed-a6 .box-soft-9e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-fixed-a6
  .texture_ae
  .basic_30 {
  background-color: var(--e-global-color-secondary);
}
.tertiary-fixed-a6
  .texture_ae.complex_a8
  .basic_30 {
  background-color: var(--e-global-color-text);
}
.tertiary-fixed-a6
  .texture_ae:hover
  .basic_30 {
  background-color: var(--e-global-color-accent);
}
.tertiary-fixed-a6
  .texture_ae.message-silver
  .basic_30 {
  background-color: var(--e-global-color-primary);
}
.uppercarousel .disabledblack {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.uppercarousel .alert-green {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.uppercarousel .border-bright {
  background-color: var(--e-global-color-primary);
}
.uppercarousel .border-bright {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.box-34 .list_rough_cc .container_pro .search_37 {
  background-color: var(--e-global-color-secondary);
}
.box-34 .list_rough_cc .heading-last-da:after {
  background-color: var(--e-global-color-secondary);
}
.box-34 .easyrow {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box-34 .outline_pink {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box-34 .sort_hard {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box-34 .search-over-3d {
  background-color: var(--e-global-color-primary);
}
.box-34 .search-over-3d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.box-34 .menu_39 {
  background-color: var(--e-global-color-secondary);
}
.box-34 .menu_39 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.box-34 .list_rough_cc .pattern-d1 .wide-66:hover {
  background-color: var(--e-global-color-primary);
}
.box-34
  .list_rough_cc
  .pattern-d1
  .wide-66.paragraphfixed {
  background-color: var(--e-global-color-primary);
}
.box-34 .list_rough_cc .section-upper:before {
  border-color: var(--e-global-color-primary);
}
.box-34 .list_rough_cc .section-upper:hover:before {
  border-color: var(--e-global-color-secondary);
}
.box-34
  .list_rough_cc
  .section-upper.article-e3:before {
  border-color: var(--e-global-color-primary);
}
.box-34 .badge_prev_d9 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_purple .grid_focused_a2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element_purple .grid_focused_a2:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element_purple .grid_focused_a2.highlight_action_4c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element_purple .text-over {
  background-color: var(--e-global-color-primary);
}
.element_purple .text-over {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element_purple
  .chip_f2
  .logo_north_5d
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element_purple
  .dynamic-7c
  .logo_north_5d
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.label_basic
  .media-3e
  .sidebarcurrent {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_basic
  .media-3e
  .container-up-5f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_basic .summary_orange_c0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_basic .banner_3b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.label_basic .avatarbright {
  background-color: var(--e-global-color-primary);
}
.label_basic .avatarbright {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.detail_old_de .shade_large {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail_old_de .picture_current {
  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);
}
.detail_old_de .element_21 {
  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);
}
.detail_old_de .element_21 a:hover {
  color: var(--e-global-color-secondary);
}
.detail_old_de .dropdownlarge {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.detail_old_de .leftoverlay {
  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);
}
.detail_old_de .tag_orange .mask-black {
  background-color: var(--e-global-color-primary);
}
.detail_old_de .tag_orange .mask-black:hover {
  background-color: var(--e-global-color-accent);
}
.detail_old_de
  .tag_orange
  .icon-0d
  li
  span {
  background-color: var(--e-global-color-text);
}
.detail_old_de
  .tag_orange
  .icon-0d
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.detail_old_de
  .tag_orange
  .icon-0d
  li.column_steel_11
  span {
  background-color: var(--e-global-color-accent);
}
.section_green
  .background-lower
  .video-e3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.section_green .background-lower .advancedwidget {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.section_green .background-lower .overlay_inner_c9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section_green .surface_dim {
  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);
}
.section_green
  .banner_fast.warmcard {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > a {
  background-color: var(--e-global-color-text);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > a
  .center_55.shademini {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > a
  .picture-complex-3a.medialight {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > .west-4a
  .row-cold
  > a {
  background-color: var(--e-global-color-secondary);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > .west-4a
  .row-cold
  > a
  .gallery_small {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > .west-4a
  .row-cold
  > a
  .picture-complex-3a.nav_hard_58 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > a
  .highlight_old:before {
  color: var(--e-global-color-text);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > .west-4a
  a
  .highlight_old:before {
  color: var(--e-global-color-text);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold.stale-5b
  > a
  .highlight_old:before {
  color: var(--e-global-color-text);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > .west-4a
  .row-cold.stale-5b
  > a
  .highlight_old:before {
  color: var(--e-global-color-text);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > a
  .component_next
  .focus-pink {
  color: var(--e-global-color-text);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > .west-4a
  a
  .component_next
  .focus-pink {
  color: var(--e-global-color-text);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > a
  .component_next
  .focus-pink,
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > .west-4a
  a
  .component_next
  .focus-pink {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > a
  .menu_bottom_5a:before {
  color: var(--e-global-color-text);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > .west-4a
  a
  .menu_bottom_5a:before {
  color: var(--e-global-color-text);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold.stale-5b
  > a
  .menu_bottom_5a:before {
  color: var(--e-global-color-text);
}
.tooltipplasma
  > .logo_42
  > div
  > .breadcrumb-67
  > .row-cold
  > .west-4a
  .row-cold.stale-5b
  > a
  .menu_bottom_5a:before {
  color: var(--e-global-color-text);
}
.liquid-7b .highlight-1b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.liquid-7b
  .disabled-solid:hover
  .highlight-1b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.noticeliquid
  > .logo_42
  > .footer_tall_91
  > .picture_23
  > .purple-cf
  > .item-92
  .hero_liquid_e7 {
  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);
}
.noticeliquid
  > .logo_42
  > .footer_tall_91
  > .picture_23
  > .purple-cf
  > .item-92:hover
  .hero_liquid_e7 {
  color: var(--e-global-color-text);
}
.noticeliquid
  > .logo_42
  > .footer_tall_91
  > .picture_23
  > .purple-cf
  > .item-92:hover
  .hero_liquid_e7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.noticeliquid
  > .logo_42
  > .footer_tall_91
  > .picture_23
  > .purple-cf.hiddenover
  > .item-92
  .hero_liquid_e7 {
  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);
}
.hidden-59 .fixed_82 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-59 .pattern_active_cc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-59 .frame_easy_10 {
  background-color: var(--e-global-color-primary);
}
.hidden-59 .frame_easy_10 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.solidpopup
  > .logo_42
  > .main_north_58
  > .mask_ac
  > .narrow-a7
  .detail_complex {
  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);
}
.solidpopup
  > .logo_42
  > .main_north_58
  > .mask_ac
  > .narrow-a7
  .fluid-a2 {
  color: var(--e-global-color-text);
}
.solidpopup
  > .logo_42
  > .main_north_58
  > .mask_ac
  > .narrow-a7:hover
  .detail_complex {
  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);
}
.solidpopup
  > .logo_42
  > .main_north_58
  > .mask_ac
  > .narrow-a7:hover
  .fluid-a2 {
  color: var(--e-global-color-secondary);
}
.solidpopup
  > .logo_42
  > .main_north_58
  > .mask_ac
  > .narrow-a7.background-42
  .detail_complex {
  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);
}
.solidpopup
  > .logo_42
  > .main_north_58
  > .mask_ac
  > .narrow-a7.background-42
  .fluid-a2 {
  color: var(--e-global-color-primary);
}
.dynamic_7b
  .sidebar-left-12
  .lite-72 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dynamic_7b .nav-blue-bf .outer_20 .message_fc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame-d8 .moduleeast {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame-d8 .highlight_green_61 .moduleeast {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame-d8 .modalstatic {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.frame-d8 .modalstatic {
  background-color: var(--e-global-color-primary);
}
.bronze-a6 .dynamic_2d .focused_3b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze-a6
  .dynamic_2d:hover
  .modal-out {
  color: var(--e-global-color-secondary);
}
.bronze-a6
  .dynamic_2d:hover
  .focused_3b {
  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);
}
.link_34 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.caption_full {
  flex-direction: column;
}

.caption_full .downnotification {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

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

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

span {
  color: #fff;
}

.section_under.notification_yellow {
  display: none;
}

.simple-88 {
  display: none;
}

body,
.content_action {
  background-color: #1d1e23 !important;
  /* background-image: url(../images/main_bg.tertiary-small-e6) !important; */
}

.nav_simple.containerstone {
  margin-bottom: 40px;
  width: 100%;
}

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

.caption_full a {
  width: 100%;
}

.redsecondary .focus-solid.in_d0 {
  width: 20% !important;
}

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

.galleryin:hover {
  color: #000;
}

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

  transition: all 0.14s ease-out;
}

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

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

.banner_last:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

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

.redsecondary
  .focus-solid.framehovered
  .frame_red
  .small_73 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.sort_over.tooltip_1a > .tertiaryold {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

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

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

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

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

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

.redsecondary
  .focus-solid.pattern_focused
  .summary-53
  .buttonpurple {
  width: 100% !important;
}

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

.secondary-green-fc {
  width: 100%;
}

.secondary-first-1d {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

  display: none;
}

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

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

  visibility: hidden;
}

.columneasy:hover .prev_c2 {
  visibility: visible;
}
.columneasy:hover.columneasy::before {
  display: block;
}

.icon_84 h3 {
  color: #fff;
}

.listpaper {
  margin: 0;
}

.redsecondary
  .focus-solid.pattern_focused
  .buttonpurple
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.gradient-first {
  width: 100%;
}

.header-selected-1d {
  width: 100%;
}

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

.header-selected-1d {
  width: 100%;
}

.pagination-thick-a9 {
  margin-bottom: 10px !important;
}

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

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

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

.caption_full .downnotification.slider_plasma {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.caption_full h1.downnotification {
  margin-top: 120px !important;
}

.redsecondary .focus-solid.sidebar-new {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.avatarouter img {
  width: 100%;
}

.first_d1 .cardlight.frame_red {
  justify-content: space-between;
}

.texturesmall {
  display: none;
}

.progresswood .yellowheading {
  margin: 1px 0 !important;
}

.orange-4a li {
  margin-bottom: 0 !important;
}

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

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

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

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

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

  .first_d1 .cardlight.frame_red {
    border-bottom: 1px solid #f0c159;
  }

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

  .sort_over.tooltip_1a > .tertiaryold {
    gap: 15px;
    justify-content: space-between;
  }

  .redsecondary
    .focus-solid.pattern_focused
    .buttonpurple
    img {
    width: 60% !important;
  }

  .easy_20 {
    left: 2%;
  }

  .border_bottom {
    margin: 10px 0;
  }

  .caption_full .yellowheading {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.caption_full .downnotification,
  .caption_full .downnotification {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .buttonpurple {
    justify-content: center;
  }

  .caption_full .yellowheading {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .description-0e {
    margin-bottom: 15px !important;
  }

  .redsecondary .focus-solid.in_d0 {
    width: 75% !important;
  }

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

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

  h2.caption_full .downnotification,
  .caption_full .downnotification {
    font-size: 30px !important;
  }

  .buttonpurple {
    justify-content: center;
  }

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

  .highlight_purple_83
    .modal_fast_78.outline_current {
    margin: 0 !important;
  }

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

  .border_bottom {
    display: flex;
  }

  .thumbnail-complex-45 .galleryin {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .caption_full h1.downnotification {
    margin-top: 80px !important;
  }

  .redsecondary
    .focus-solid.pattern_focused
    .buttonpurple
    img,
  .container_selected .summary-53 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .redsecondary .focus-solid.in_d0 {
    width: 100% !important;
  }

  .sort_over.tooltip_1a > .tertiaryold {
    gap: 3px;
  }

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

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

/* css-noise: 47e4 */
.widget-item-i4 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
