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(.content-3da1) {
  gap: 0.5em;
}
:where(.shade-7544) {
  gap: 0.5em;
}
body .aside-focused-3c86 > .summary_f35a {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .aside-focused-3c86 > .feature-lower-8d85 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .aside-focused-3c86 > .steel_9426 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .notification_d6bc > .summary_f35a {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .notification_d6bc > .feature-lower-8d85 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .notification_d6bc > .steel_9426 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .notification_d6bc
  > :where(:not(.summary_f35a):not(.feature-lower-8d85):not(.article-e491)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .notification_d6bc > .hover_eace {
  max-width: var(--wp--style--global--wide-size);
}
body .content-3da1 {
  display: flex;
}
body .content-3da1 {
  flex-wrap: wrap;
  align-items: center;
}
body .content-3da1 > * {
  margin: 0;
}
body .shade-7544 {
  display: grid;
}
body .shade-7544 > * {
  margin: 0;
}
:where(.search_76af.content-3da1) {
  gap: 2em;
}
:where(.search_76af.shade-7544) {
  gap: 2em;
}
:where(.gradient-0cc2.content-3da1) {
  gap: 1.25em;
}
:where(.gradient-0cc2.shade-7544) {
  gap: 1.25em;
}
.gas-d6e0 {
  color: var(--wp--preset--color--black) !important;
}
.element-98a1 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.fluid_ca64 {
  color: var(--wp--preset--color--white) !important;
}
.card-81cf {
  color: var(--wp--preset--color--pale-pink) !important;
}
.carousel_ddff {
  color: var(--wp--preset--color--vivid-red) !important;
}
.badge-1395 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.highlight_fast_f6ff {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.next_f093 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.section-8b54 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.border-old-53d5 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.full-37e2 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.cold-9f96 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.outer_e272 {
  background-color: var(--wp--preset--color--black) !important;
}
.overlay-pro-5712 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.bronze_007a {
  background-color: var(--wp--preset--color--white) !important;
}
.gradient-5a94 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.smooth-782a {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.sidebar-silver-5e4b {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.tag_light_eafd {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.accordion_in_786d {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.widget_85f9 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.banner_simple_b50b {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.upper-c26a {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.last-ed7c {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.upper_bcdb {
  border-color: var(--wp--preset--color--black) !important;
}
.black_fd0c {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.frame_5012 {
  border-color: var(--wp--preset--color--white) !important;
}
.accordion_pressed_e4e6 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.hard-f243 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.status_21a3 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.dropdown-medium-fb4f {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.huge-0150 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.module-dark-ffe4 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.accent_bcad {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.glass-9109 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.table_slow_3450 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.hidden-eb01 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.focus-red-d528 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.badge-gold-6c1c {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.footer-74c6 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.stale-e275 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.selected-8798 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.title-510d {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.disabled-south-b9af {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.icon-0a71 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.grid_fixed_9fa2 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.text_in_4fe5 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.video-d3b3 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.card-e8bb {
  font-size: var(--wp--preset--font-size--small) !important;
}
.tabs_wood_da61 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.hover_dfb2 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.column-7985 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.hidden_focused_65f3 a:where(:not(.texture_east_93cc)) {
  color: inherit;
}
:where(.gradient-0cc2.content-3da1) {
  gap: 1.25em;
}
:where(.gradient-0cc2.shade-7544) {
  gap: 1.25em;
}
:where(.search_76af.content-3da1) {
  gap: 2em;
}
:where(.search_76af.shade-7544) {
  gap: 2em;
}
.huge-5349 {
  font-size: 1.5em;
  line-height: 1.6;
}

.picture-center-0dc7 .mini_12ac {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient_tall_34dd .surface_49e4 {
  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);
}
.picture-lite-72fb {
  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);
}
.picture-lite-72fb.secondary-03d0 .item_c613 {
  background-color: var(--e-global-color-primary);
}
.picture-lite-72fb.notification-iron-00e7 .item_c613,
.picture-lite-72fb.smooth-cf1d .item_c613 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.main_clean_845e .list-e4ac {
  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);
}
.block_cfe0 {
  --divider-color: var(--e-global-color-secondary);
}
.block_cfe0 .container-smooth-c353 {
  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);
}
.block_cfe0.message_dynamic_ebb3 .layout-up-34cf {
  background-color: var(--e-global-color-secondary);
}
.block_cfe0.dim_a6e1 .layout-up-34cf,
.block_cfe0.status_c8f8 .layout-up-34cf {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.block_cfe0.dim_a6e1 .layout-up-34cf,
.block_cfe0.status_c8f8 .layout-up-34cf svg {
  fill: var(--e-global-color-secondary);
}
.over-6580 .table_stale_4bb3 {
  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);
}
.over-6580 .grid-6c8d {
  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);
}
.message-dbd1.message_dynamic_ebb3 .layout-up-34cf {
  background-color: var(--e-global-color-primary);
}
.message-dbd1.dim_a6e1 .layout-up-34cf,
.message-dbd1.status_c8f8 .layout-up-34cf {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.message-dbd1.dim_a6e1 .layout-up-34cf,
.message-dbd1.status_c8f8 .layout-up-34cf svg {
  fill: var(--e-global-color-primary);
}
.in_4594.message_dynamic_ebb3 .layout-up-34cf {
  background-color: var(--e-global-color-primary);
}
.in_4594.dim_a6e1 .layout-up-34cf,
.in_4594.status_c8f8 .layout-up-34cf {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.in_4594 .shade-plasma-c2d7 {
  color: var(--e-global-color-primary);
}
.in_4594 .shade-plasma-c2d7,
.in_4594 .shade-plasma-c2d7 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.in_4594 .banner_medium_73cd {
  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_c56f .widget-top-70cd {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_lite_a234 .card_medium_ac03 .gas-9853 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.logo-dim-7b29 .image_d8de:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.logo-dim-7b29 .easy_fd83 i {
  color: var(--e-global-color-primary);
}
.logo-dim-7b29 .easy_fd83 svg {
  fill: var(--e-global-color-primary);
}
.logo-dim-7b29 .module_tall_e074 {
  color: var(--e-global-color-secondary);
}
.logo-dim-7b29 .image_d8de > .module_tall_e074,
.logo-dim-7b29 .image_d8de > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow_9b65 .image_444f {
  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);
}
.narrow_9b65 .light_f695 {
  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);
}
.active_in_916a .old_9879 .summary_medium_fc77 {
  background-color: var(--e-global-color-primary);
}
.active_in_916a .plasma_1363 {
  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);
}
.wood_8e2c .short-8767 {
  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_8e2c .block_warm_e54d {
  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);
}
.wood_8e2c .table_6e33 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.light-c2f8 .short-ace6,
.light-c2f8 .short-ace6 a {
  color: var(--e-global-color-primary);
}
.light-c2f8 .short-ace6.silver_c93c,
.light-c2f8 .short-ace6.silver_c93c a {
  color: var(--e-global-color-accent);
}
.light-c2f8 .short-ace6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light-c2f8 .fluid-fe3b {
  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);
}
.icon-b686 .status_lite_3af6,
.icon-b686 .carousel-clean-e487 {
  color: var(--e-global-color-primary);
}
.icon-b686 .status_lite_3af6 svg {
  fill: var(--e-global-color-primary);
}
.icon-b686 .silver_c93c .status_lite_3af6,
.icon-b686 .silver_c93c .carousel-clean-e487 {
  color: var(--e-global-color-accent);
}
.icon-b686 .silver_c93c .status_lite_3af6 svg {
  fill: var(--e-global-color-accent);
}
.icon-b686 .carousel-clean-e487 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.icon-b686 .fluid-fe3b {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_92b4 .tag_80fb,
.table_92b4 .blue_a86d {
  color: var(--e-global-color-primary);
}
.table_92b4 .blue_a86d svg {
  fill: var(--e-global-color-primary);
}
.table_92b4 .short-ace6.silver_c93c a,
.table_92b4
  .short-ace6.silver_c93c
  .blue_a86d {
  color: var(--e-global-color-accent);
}
.table_92b4 .tag_80fb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_92b4 .fluid-fe3b {
  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);
}
.outline-0a0c .accent_dirty_7c82 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline-0a0c .accordion-eb6a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-b347 .list-warm-9513 .shadow_b3c1 {
  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);
}
.advanced-b347 .list-warm-9513 .border-new-c318 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-b347 .advanced_5287 .shadow_b3c1 {
  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);
}
.advanced-b347
  .advanced_5287
  .border-new-c318 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-b347
  .preview-c629
  .shadow_b3c1 {
  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);
}
.advanced-b347
  .preview-c629
  .border-new-c318 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-b347
  .notice-hard-445a
  .shadow_b3c1 {
  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);
}
.advanced-b347
  .notice-hard-445a
  .border-new-c318 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main-brown-65ed .search_black_515f {
  background-color: var(--e-global-color-primary);
}
.main-brown-65ed .search_black_515f:hover {
  background-color: var(--e-global-color-primary);
}
.main-brown-65ed .primary-white-f902 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.main-brown-65ed
  .search_black_515f:hover
  .primary-white-f902 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.current_4526 .static-dee4 {
  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);
}
.table-febc .full_2515 .light_ae13 a {
  background-color: var(--e-global-color-accent);
}
.table-febc .full_2515 .item-short-f2da a {
  background-color: var(--e-global-color-accent);
}
.table-febc .full_2515 .light_ae13 a,
.table-febc .full_2515 .item-short-f2da a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough_6f61
  .carousel_a397.texture_78a8
  .full_2515
  a.mask-2114 {
  background-color: var(--e-global-color-accent);
}
.rough_6f61
  .carousel_a397.texture_78a8
  .full_2515
  span.mask-2114.fn-current-18f2 {
  background-color: var(--e-global-color-text);
}
.rough_6f61
  .carousel_a397.texture_78a8
  .full_2515
  .mask-2114 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-cdb7 .next_0011 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-cdb7
  .menu-cold-ece3
  > .filter-137b
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-cdb7
  .last-9cdf
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-cdb7
  .active_36b2
  .yellow_59ff,
.out-cdb7
  .active_36b2
  .cold-c4e2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.out-cdb7
  .active_36b2
  .video-013d,
.out-cdb7
  .active_36b2
  a
  .video-013d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-cdb7
  .active_36b2
  .lower_2d4b {
  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);
}
.out-cdb7
  .active_36b2
  .active_tall_c0ac {
  background-color: var(--e-global-color-primary);
}
.out-cdb7
  .active_36b2
  .active_tall_c0ac {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-cdb7
  .active_36b2
  .active_tall_c0ac:hover {
  background-color: var(--e-global-color-primary);
}
.out-cdb7
  .active_36b2
  .texture-old-ba82 {
  background-color: var(--e-global-color-primary);
}
.out-cdb7
  .active_36b2
  .texture-old-ba82 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-cdb7
  .active_36b2
  .texture-old-ba82:hover {
  background-color: var(--e-global-color-primary);
}
.out-cdb7
  .link-fb11
  .blue-e9e6
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.out-cdb7
  .link-fb11
  .full_47b9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-cdb7
  .link-fb11
  .lower_2d4b {
  color: var(--e-global-color-text);
}
.out-cdb7
  .link-fb11
  .lower_2d4b
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-cdb7
  .link-fb11
  .active_tall_c0ac {
  background-color: var(--e-global-color-primary);
}
.out-cdb7
  .link-fb11
  .active_tall_c0ac {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-cdb7
  .link-fb11
  .active_tall_c0ac:hover {
  background-color: var(--e-global-color-primary);
}
.out-cdb7
  .link-fb11
  .texture-old-ba82 {
  background-color: var(--e-global-color-primary);
}
.out-cdb7
  .link-fb11
  .texture-old-ba82 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-cdb7
  .link-fb11
  .texture-old-ba82:hover {
  background-color: var(--e-global-color-primary);
}
.out-cdb7 .steel_c9c9 {
  background-color: var(--e-global-color-primary);
}
.out-cdb7 .steel_c9c9:hover {
  background-color: var(--e-global-color-primary);
}
.out-cdb7 .outline-south-a528 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.out-cdb7 .chip_765d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_next_a97a .card_1c51 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_next_a97a
  .modal-ae54
  > div:nth-child(3)
  .card_1c51,
.widget_next_a97a
  .focused_3968
  > div:nth-child(1)
  .card_1c51,
.widget_next_a97a
  .disabled-advanced-4d14
  > div:nth-child(1)
  .card_1c51,
.widget_next_a97a
  .tertiary-0928
  > div:nth-child(1)
  .card_1c51,
.widget_next_a97a
  .surface_solid_7003
  > div:nth-child(1)
  .card_1c51 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_next_a97a .widget-warm-76c5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_next_a97a .summary-5fbd {
  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);
}
.widget_next_a97a .chip_ba9f {
  background-color: var(--e-global-color-primary);
}
.widget_next_a97a .chip_ba9f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_next_a97a .chip_ba9f:hover {
  background-color: var(--e-global-color-primary);
}
.widget_next_a97a .mask_49a9 {
  background-color: var(--e-global-color-primary);
}
.widget_next_a97a .mask_49a9:hover {
  background-color: var(--e-global-color-primary);
}
.widget_next_a97a .outline-south-a528 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_next_a97a .chip_765d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary-19b3 .section-gold-5e9e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary-19b3 .yellow_13c7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-19b3 .green-ca1e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-19b3 .dynamic-1a5f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-19b3 .preview_b2bd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-19b3 .mask_49a9 {
  background-color: var(--e-global-color-primary);
}
.summary-19b3 .mask_49a9:hover {
  background-color: var(--e-global-color-primary);
}
.active_792e .carousel-south-dd5b {
  background-color: var(--e-global-color-secondary);
}
.active_792e .gold-417d {
  background-color: var(--e-global-color-text);
}
.active_792e .photo-out-6748 {
  background-color: var(--e-global-color-secondary);
}
.active_792e .breadcrumb-7358 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active_792e .status-97e3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active_792e .text_8493 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active_792e .blue-664e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active_792e .status-fc86 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_soft_b90b .title_1ac0 .module_next_1174,
.caption_soft_b90b
  .title_1ac0
  .module_next_1174
  a,
.caption_soft_b90b .sidebar_clean_5ee1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_soft_b90b .title_1ac0 .old-c169,
.caption_soft_b90b .input_fixed_40f3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_soft_b90b .title_1ac0 .old-c169 {
  color: var(--e-global-color-text);
}
.caption_soft_b90b .input_fixed_40f3 {
  color: var(--e-global-color-text);
}
.caption_soft_b90b
  .title_1ac0
  .primary_under_e61d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.caption_soft_b90b .article-static-2ce8 .media_d93e {
  background-color: var(--e-global-color-primary);
}
.caption_soft_b90b .article-static-2ce8 .media_d93e:hover {
  background-color: var(--e-global-color-primary);
}
.caption_soft_b90b .article-static-2ce8 .down-50c7 li span {
  background-color: var(--e-global-color-text);
}
.caption_soft_b90b .article-static-2ce8 .down-50c7 li span:hover {
  background-color: var(--e-global-color-primary);
}
.caption_soft_b90b
  .article-static-2ce8
  .down-50c7
  li.focus-west-755e
  span {
  background-color: var(--e-global-color-accent);
}
.caption_soft_b90b .outline-rough-0f16 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-c806 .pagination-smooth-0a85 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.detail-hard-04ee .list-right-c465 {
  background-color: var(--e-global-color-primary);
}
.detail-hard-04ee .pagination-huge-2e3a {
  background-color: var(--e-global-color-secondary);
}
.detail-hard-04ee .section-bottom-71dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-hard-04ee .feature-dirty-6ece {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-hard-04ee .picture-d328 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-hard-04ee .heading-0d4b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-hard-04ee .tertiary_bfc0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-hard-04ee .pattern-out-b401 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail-hard-04ee .green-05a2 {
  background-color: var(--e-global-color-primary);
}
.detail-hard-04ee .green-05a2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.widget_c554 .backdrop_light_1fae {
  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);
}
.widget_c554 .bottom_4ea8 {
  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);
}
.widget_c554
  .row_3d97:after {
  background-color: var(--e-global-color-primary);
}
.widget_c554 .overlay_silver_97bd {
  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);
}
.card_huge_c241 .sidebar_clean_5ee1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_huge_c241 .input_fixed_40f3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border_188b .status_917b .secondary-20b3 {
  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);
}
.border_188b .status_917b .component_58e5 {
  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);
}
.tall-082f .dark_ae4e {
  background-color: var(--e-global-color-primary);
}
.tall-082f .search_674c {
  background-color: var(--e-global-color-secondary);
}
.tall-082f .pattern-cb3c .panel-dbaa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tall-082f .status-wood-d469 .panel-dbaa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-d2a5 .info-2519 .silver-98be {
  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);
}
.thumbnail-d2a5 .info-2519 .inner-f692 {
  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-d2a5 .info-2519 .sort-warm-86e6 {
  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);
}
.overlay-b4f0 .wide-a77a {
  border-color: var(--e-global-color-text);
}
.overlay-b4f0 .progress_8b30 {
  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);
}
.overlay-b4f0 .title_south_c525 {
  color: var(--e-global-color-primary);
}
.overlay-b4f0 .stone_c071 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-b60c .right-9efe {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-b60c .logo_left_560b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-b60c .paragraph-solid-da50:hover .right-9efe {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-b60c
  .paragraph-solid-da50:hover
  .logo_left_560b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.south_a874 .article_d5d6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.south_a874 .feature_1e6d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange-dc4c .search_e333 .paper-4075 {
  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);
}
.orange-dc4c .preview_wood_8046 .paper-4075 {
  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);
}
.description-5ead .hidden-short-2cdd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.hidden-6349 .photo_right_a7fc .dirty_2f84 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden-6349 .photo_right_a7fc .dirty_2f84 {
  background-color: var(--e-global-color-secondary);
}
.hidden-6349 .large_a84f .dirty_2f84 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden-6349 .large_a84f .dirty_2f84 {
  background-color: var(--e-global-color-secondary);
}
.hidden-6349 .selected-3a87 .orange-eab9 {
  background-color: var(--e-global-color-primary);
}
.hidden-6349 .selected-3a87:hover .orange-eab9 {
  background-color: var(--e-global-color-secondary);
}
.hidden-6349 .media_d93e {
  background-color: var(--e-global-color-primary);
}
.hidden-6349 .media_d93e:hover {
  background-color: var(--e-global-color-accent);
}
.hidden-6349 .down-50c7 li span {
  background-color: var(--e-global-color-text);
}
.hidden-6349 .down-50c7 li span:hover {
  background-color: var(--e-global-color-primary);
}
.hidden-6349 .down-50c7 li.focus-west-755e span {
  background-color: var(--e-global-color-accent);
}
.next_a166 .large-cb48 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next_a166 .layout_tiny_3a98 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu_red_469d .progress-9f43:before {
  background-color: var(--e-global-color-secondary);
}
.menu_red_469d .west-ae2e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu_red_469d .accent_liquid_6155 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_steel_e563 .highlight-white-8fb6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_steel_e563 .highlight-white-8fb6:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_steel_e563 .highlight-white-8fb6.fn-active-18f2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_steel_e563 .badge-tall-98e7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_steel_e563 .sidebar-5cbc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_steel_e563 .red-7f0d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_steel_e563 .column-purple-9f6c {
  background-color: var(--e-global-color-primary);
}
.grid_steel_e563 .column-purple-9f6c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.grid_steel_e563 .warm-5135 {
  background-color: var(--e-global-color-primary);
}
.grid_steel_e563 .warm-5135 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.header_0c4c .container-large-b517 .texture-purple-9927 a {
  color: var(--e-global-color-secondary);
}
.header_0c4c .container-large-b517 .texture-purple-9927 a:hover {
  color: var(--e-global-color-secondary);
}
.header_0c4c .container-large-b517 .texture-purple-9927,
.header_0c4c .container-large-b517 .texture-purple-9927 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_0c4c .container-large-b517 .content-9705 {
  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);
}
.header_0c4c .container-large-b517 .dark_d5b1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_0c4c .container-large-b517 .picture_orange_de78 {
  background-color: var(--e-global-color-primary);
}
.header_0c4c .container-large-b517 .picture_orange_de78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_0c4c .container-large-b517 .picture_orange_de78:hover {
  background-color: var(--e-global-color-primary);
}
.header_0c4c .container-large-b517 .aside-pressed-b993 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.header_0c4c .container-large-b517 .aside-pressed-b993 {
  background-color: var(--e-global-color-primary);
}
.header_0c4c .container-large-b517 .aside-pressed-b993:hover {
  background-color: var(--e-global-color-primary);
}
.header_0c4c .container-large-b517 .media_d93e {
  background-color: var(--e-global-color-primary);
}
.header_0c4c .container-large-b517 .media_d93e:hover {
  background-color: var(--e-global-color-primary);
}
.header_0c4c .article-static-2ce8 .down-50c7 li span {
  background-color: var(--e-global-color-text);
}
.header_0c4c .article-static-2ce8 .down-50c7 li span:hover {
  background-color: var(--e-global-color-primary);
}
.header_0c4c .article-static-2ce8 .down-50c7 li.focus-west-755e span {
  background-color: var(--e-global-color-accent);
}
.header_0c4c .outline-south-a528 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header_0c4c .chip_765d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.advanced_e245 .purple_08fb .media_741d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.advanced_e245 .purple_08fb .picture_plasma_401f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced_e245 .purple_08fb .notice-plasma-7953 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gold-f52c .component-easy-95db {
  border-color: var(--e-global-color-text);
}
.gold-f52c .hero_da5c {
  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);
}
.gold-f52c .advanced-5aca {
  color: var(--e-global-color-secondary);
}
.gold-f52c .advanced-5aca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gold-f52c .photo_stone_2530 > * {
  color: var(--e-global-color-primary);
}
.gold-f52c .photo_stone_2530 > * svg {
  fill: var(--e-global-color-primary);
}
.gold-f52c .badge-yellow-dfea {
  color: var(--e-global-color-primary);
}
.gold-f52c .badge-yellow-dfea {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gold-f52c .widget-5198 {
  color: var(--e-global-color-primary);
}
.gold-f52c .widget-5198 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gold-f52c .content_5d57 {
  color: var(--e-global-color-primary);
}
.gold-f52c .content_5d57 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gold-f52c .hidden_dadf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gold-f52c .accent_0829 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gold-f52c .accent_0829.upper_fd8e {
  color: var(--e-global-color-secondary);
}
.gold-f52c .accent_0829.upper_fd8e .aside-lower-99be {
  color: var(--e-global-color-accent);
}
.gold-f52c .accent_0829.in_a06b {
  color: var(--e-global-color-text);
}
.gold-f52c .accent_0829.in_a06b .aside-lower-99be {
  color: var(--e-global-color-text);
}
.gold-f52c .accent_0829:before {
  border-top-color: var(--e-global-color-text);
}
.gold-f52c .solid-352b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gold-f52c
  .solid-352b
  .purple-62c8 {
  background-color: var(--e-global-color-primary);
}
.gold-f52c
  .solid-352b
  .purple-62c8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gold-f52c .component-easy-95db .sort-plasma-efd6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.modal_active_426f .description-5ba8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.modal_active_426f .top-fa1a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wood_1baf .description-tall-6c5b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wood_1baf
  .shadow_fixed_9cf1
  .cold_57c9 {
  background-color: var(--e-global-color-secondary);
}
.wood_1baf
  .shadow_fixed_9cf1.popup-1648
  .cold_57c9 {
  background-color: var(--e-global-color-text);
}
.wood_1baf
  .shadow_fixed_9cf1:hover
  .cold_57c9 {
  background-color: var(--e-global-color-accent);
}
.wood_1baf
  .shadow_fixed_9cf1.fn-active-18f2
  .cold_57c9 {
  background-color: var(--e-global-color-primary);
}
.table-ca37 .pressed-9d82 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.table-ca37 .slider_dirty_9e38 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table-ca37 .background-7b1b {
  background-color: var(--e-global-color-primary);
}
.table-ca37 .background-7b1b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.simple-7c8e .text_first_0f91 .carousel-wide-3617 .west-cd08 {
  background-color: var(--e-global-color-secondary);
}
.simple-7c8e .text_first_0f91 .wood-3f2d:after {
  background-color: var(--e-global-color-secondary);
}
.simple-7c8e .secondary_green_de91 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.simple-7c8e .liquid_12fd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.simple-7c8e .fluid_1d37 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.simple-7c8e .fixed_1433 {
  background-color: var(--e-global-color-primary);
}
.simple-7c8e .fixed_1433 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.simple-7c8e .iron-aeb7 {
  background-color: var(--e-global-color-secondary);
}
.simple-7c8e .iron-aeb7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.simple-7c8e .text_first_0f91 .frame-74b5 .feature_d289:hover {
  background-color: var(--e-global-color-primary);
}
.simple-7c8e
  .text_first_0f91
  .frame-74b5
  .feature_d289.nav_d837 {
  background-color: var(--e-global-color-primary);
}
.simple-7c8e .text_first_0f91 .glass_54c4:before {
  border-color: var(--e-global-color-primary);
}
.simple-7c8e .text_first_0f91 .glass_54c4:hover:before {
  border-color: var(--e-global-color-secondary);
}
.simple-7c8e
  .text_first_0f91
  .glass_54c4.title-faf3:before {
  border-color: var(--e-global-color-primary);
}
.simple-7c8e .tag_wood_18f7 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside-active-a911 .gradient_action_5bc7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-active-a911 .gradient_action_5bc7:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-active-a911 .gradient_action_5bc7.tall-67bb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-active-a911 .alert-6350 {
  background-color: var(--e-global-color-primary);
}
.aside-active-a911 .alert-6350 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-active-a911
  .glass_01b5
  .grid-2d75
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-active-a911
  .overlay-narrow-69bd
  .grid-2d75
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.under-1e64
  .table-4968
  .rough_e6a1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.under-1e64
  .table-4968
  .center-f272 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.under-1e64 .video-f171 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.under-1e64 .alert_down_6a5b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.under-1e64 .steel_3c8c {
  background-color: var(--e-global-color-primary);
}
.under-1e64 .steel_3c8c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tertiary_8381 .solid-42d5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary_8381 .overlay-prev-50bd {
  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);
}
.tertiary_8381 .yellow_0129 {
  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);
}
.tertiary_8381 .yellow_0129 a:hover {
  color: var(--e-global-color-secondary);
}
.tertiary_8381 .carousel_c030 {
  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);
}
.tertiary_8381 .top-662b {
  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);
}
.tertiary_8381 .cool_6522 .media_d93e {
  background-color: var(--e-global-color-primary);
}
.tertiary_8381 .cool_6522 .media_d93e:hover {
  background-color: var(--e-global-color-accent);
}
.tertiary_8381
  .cool_6522
  .down-50c7
  li
  span {
  background-color: var(--e-global-color-text);
}
.tertiary_8381
  .cool_6522
  .down-50c7
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.tertiary_8381
  .cool_6522
  .down-50c7
  li.focus-west-755e
  span {
  background-color: var(--e-global-color-accent);
}
.block_new_16d4
  .fast_8176
  .fluid-4a3f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block_new_16d4 .fast_8176 .green-326e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block_new_16d4 .fast_8176 .disabled_a02a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block_new_16d4 .gallery-north-4e7a {
  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);
}
.block_new_16d4
  .summary-light-22e4.short-e6c0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > a {
  background-color: var(--e-global-color-text);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > a
  .popup_f5d6.alert-current-823a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > a
  .tabs_0035.mini-6064 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > .glass_88a2
  .full_2757
  > a {
  background-color: var(--e-global-color-secondary);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > .glass_88a2
  .full_2757
  > a
  .notification-48fb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > .glass_88a2
  .full_2757
  > a
  .tabs_0035.hero-top-951e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > a
  .input-468e:before {
  color: var(--e-global-color-text);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > .glass_88a2
  a
  .input-468e:before {
  color: var(--e-global-color-text);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757.thumbnail-purple-609b
  > a
  .input-468e:before {
  color: var(--e-global-color-text);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > .glass_88a2
  .full_2757.thumbnail-purple-609b
  > a
  .input-468e:before {
  color: var(--e-global-color-text);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > a
  .east_81ae
  .caption_3a35 {
  color: var(--e-global-color-text);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > .glass_88a2
  a
  .east_81ae
  .caption_3a35 {
  color: var(--e-global-color-text);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > a
  .east_81ae
  .caption_3a35,
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > .glass_88a2
  a
  .east_81ae
  .caption_3a35 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > a
  .detail-tall-28b6:before {
  color: var(--e-global-color-text);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > .glass_88a2
  a
  .detail-tall-28b6:before {
  color: var(--e-global-color-text);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757.thumbnail-purple-609b
  > a
  .detail-tall-28b6:before {
  color: var(--e-global-color-text);
}
.current_4c71
  > .table_selected_7c3f
  > div
  > .narrow-84bf
  > .full_2757
  > .glass_88a2
  .full_2757.thumbnail-purple-609b
  > a
  .detail-tall-28b6:before {
  color: var(--e-global-color-text);
}
.narrow-8301 .secondary-bottom-6659 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.narrow-8301
  .box_0747:hover
  .secondary-bottom-6659 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.sort_bb19
  > .table_selected_7c3f
  > .overlay_8609
  > .short-e660
  > .first-bab3
  > .tertiary_a7ec
  .stone_38ec {
  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);
}
.sort_bb19
  > .table_selected_7c3f
  > .overlay_8609
  > .short-e660
  > .first-bab3
  > .tertiary_a7ec:hover
  .stone_38ec {
  color: var(--e-global-color-text);
}
.sort_bb19
  > .table_selected_7c3f
  > .overlay_8609
  > .short-e660
  > .first-bab3
  > .tertiary_a7ec:hover
  .stone_38ec {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sort_bb19
  > .table_selected_7c3f
  > .overlay_8609
  > .short-e660
  > .first-bab3.steel-794c
  > .tertiary_a7ec
  .stone_38ec {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus_out_cfe7 .form-c5d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus_out_cfe7 .outer_e834 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus_out_cfe7 .alert-5dc5 {
  background-color: var(--e-global-color-primary);
}
.focus_out_cfe7 .alert-5dc5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gallery-9f69
  > .table_selected_7c3f
  > .secondary_a48c
  > .gallery_3b20
  > .bright_b810
  .main-ce9b {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gallery-9f69
  > .table_selected_7c3f
  > .secondary_a48c
  > .gallery_3b20
  > .bright_b810
  .current_d34a {
  color: var(--e-global-color-text);
}
.gallery-9f69
  > .table_selected_7c3f
  > .secondary_a48c
  > .gallery_3b20
  > .bright_b810:hover
  .main-ce9b {
  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);
}
.gallery-9f69
  > .table_selected_7c3f
  > .secondary_a48c
  > .gallery_3b20
  > .bright_b810:hover
  .current_d34a {
  color: var(--e-global-color-secondary);
}
.gallery-9f69
  > .table_selected_7c3f
  > .secondary_a48c
  > .gallery_3b20
  > .bright_b810.dropdown_west_020f
  .main-ce9b {
  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);
}
.gallery-9f69
  > .table_selected_7c3f
  > .secondary_a48c
  > .gallery_3b20
  > .bright_b810.dropdown_west_020f
  .current_d34a {
  color: var(--e-global-color-primary);
}
.photo_lite_0d43
  .alert-dirty-495d
  .module-new-1b2f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo_lite_0d43 .hard-b932 .sort-plasma-efd6 .current-5abb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block_c76d .title-full-c687 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block_c76d .column-glass-422e .title-full-c687 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block_c76d .logo-last-7620 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.block_c76d .logo-last-7620 {
  background-color: var(--e-global-color-primary);
}
.wide_2d15 .backdrop_d745 .message_tiny_c880 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wide_2d15
  .backdrop_d745:hover
  .backdrop-c688 {
  color: var(--e-global-color-secondary);
}
.wide_2d15
  .backdrop_d745:hover
  .message_tiny_c880 {
  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_prev_db11 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.photo-soft-fcb4 {
  flex-direction: column;
}

.photo-soft-fcb4 .slow-e36f {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.photo-soft-fcb4 .slow-e36f {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.photo-soft-fcb4 .lite-f176 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.pattern_fast_35f5.notification_medium_d745 {
  display: none;
}

.button-yellow-c185 {
  display: none;
}

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

.focused_8dd1.hidden_9f6b {
  margin-bottom: 40px;
  width: 100%;
}

.paragraph-last-578b {
  margin-bottom: 25px !important;
  margin-top: 5px !important;
  position: static !important;
}

.photo-soft-fcb4 a {
  width: 100%;
}

.main_pro_232e .fresh_9a81.hovered-588e {
  width: 20% !important;
}

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

.thick_cbe1:hover {
  color: #000;
}

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

  transition: all 0.14s ease-out;
}

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

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

.sidebar-a01b:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

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

.main_pro_232e
  .fresh_9a81.basic_7355
  .outer_b2e8
  .black-8063 {
  font-size: 20px !important;
}

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

.logo-pink-7a22 {
  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;
}

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

  text-align: center;
}

.container_old_ac0a.inner-0a79 > .component-down-d28b {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

.background-8363 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.carousel-mini-0c39 {
  font-size: 35px !important;
}

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

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

.accent-d6e9 {
  display: flex;
  gap: 50px;
}

.main_pro_232e
  .fresh_9a81.aside-brown-5b30
  .dropdown_center_40ab
  .sort_wide_c51e {
  width: 100% !important;
}

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

.card_f39e {
  width: 100%;
}

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

.blue-5cee {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

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

  visibility: hidden;
}

.blue-5cee:hover .banner_38b3 {
  visibility: visible;
}
.blue-5cee:hover.blue-5cee::before {
  display: block;
}

.top_d7e4 h3 {
  color: #fff;
}

.hard-76f0 {
  margin: 0;
}

.main_pro_232e
  .fresh_9a81.aside-brown-5b30
  .sort_wide_c51e
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.icon-6d30 {
  width: 100%;
}

.media-thick-cfef {
  width: 100%;
}

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

.media-thick-cfef {
  width: 100%;
}

.avatar-7dfb {
  margin-bottom: 10px !important;
}

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

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

.background-smooth-3839 {
  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;
}

.photo-soft-fcb4 .slow-e36f.mask-47ba {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.photo-soft-fcb4 h1.slow-e36f {
  margin-top: 120px !important;
}

.main_pro_232e .fresh_9a81.pattern_7e68 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.easy_ee71 img {
  width: 100%;
}

.frame_82b5 .hot-05c1.outer_b2e8 {
  justify-content: space-between;
}

.logo-ac12 {
  display: none;
}

.footer_2e63 .lite-f176 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .container_old_ac0a .component-down-d28b {
    flex-wrap: nowrap !important;
  }
}

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

  .preview-e340 {
    width: 100% !important;
  }
}

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

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

  .frame_82b5 .hot-05c1.outer_b2e8 {
    border-bottom: 1px solid #f0c159;
  }

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

  .container_old_ac0a.inner-0a79 > .component-down-d28b {
    gap: 15px;
    justify-content: space-between;
  }

  .main_pro_232e
    .fresh_9a81.aside-brown-5b30
    .sort_wide_c51e
    img {
    width: 60% !important;
  }

  .background-8363 {
    left: 2%;
  }

  .heading-4640 {
    margin: 10px 0;
  }

  .photo-soft-fcb4 .lite-f176 {
    margin: 0;
    margin-bottom: 10px;
  }

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

  .carousel-mini-0c39 {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.photo-soft-fcb4 .slow-e36f,
  .photo-soft-fcb4 .slow-e36f {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .sort_wide_c51e {
    justify-content: center;
  }

  .photo-soft-fcb4 .lite-f176 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .paragraph-last-578b {
    margin-bottom: 15px !important;
  }

  .main_pro_232e .fresh_9a81.hovered-588e {
    width: 75% !important;
  }

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

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

  h2.photo-soft-fcb4 .slow-e36f,
  .photo-soft-fcb4 .slow-e36f {
    font-size: 30px !important;
  }

  .sort_wide_c51e {
    justify-content: center;
  }

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

  .article_2770
    .secondary-b067.border_2a07 {
    margin: 0 !important;
  }

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

  .heading-4640 {
    display: flex;
  }

  .surface-mini-517d .thick_cbe1 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .photo-soft-fcb4 h1.slow-e36f {
    margin-top: 80px !important;
  }

  .main_pro_232e
    .fresh_9a81.aside-brown-5b30
    .sort_wide_c51e
    img,
  .over-6580 .dropdown_center_40ab {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .main_pro_232e .fresh_9a81.hovered-588e {
    width: 100% !important;
  }

  .container_old_ac0a.inner-0a79 > .component-down-d28b {
    gap: 3px;
  }

  .photo-soft-fcb4 .lite-f176 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: 1bab */
.widget-item-g7 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
