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(.frame_604e) {
  gap: 0.5em;
}
:where(.grid_9275) {
  gap: 0.5em;
}
body .heading-e7f2 > .short-09a4 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .heading-e7f2 > .pagination_5482 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .heading-e7f2 > .tag_black_7884 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .header_6777 > .short-09a4 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .header_6777 > .pagination_5482 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .header_6777 > .tag_black_7884 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .header_6777
  > :where(:not(.short-09a4):not(.pagination_5482):not(.small_4732)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .header_6777 > .sidebar-large-8395 {
  max-width: var(--wp--style--global--wide-size);
}
body .frame_604e {
  display: flex;
}
body .frame_604e {
  flex-wrap: wrap;
  align-items: center;
}
body .frame_604e > * {
  margin: 0;
}
body .grid_9275 {
  display: grid;
}
body .grid_9275 > * {
  margin: 0;
}
:where(.modal-af30.frame_604e) {
  gap: 2em;
}
:where(.modal-af30.grid_9275) {
  gap: 2em;
}
:where(.inner-320a.frame_604e) {
  gap: 1.25em;
}
:where(.inner-320a.grid_9275) {
  gap: 1.25em;
}
.footer-940c {
  color: var(--wp--preset--color--black) !important;
}
.module_dim_0570 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.hero-prev-32c4 {
  color: var(--wp--preset--color--white) !important;
}
.upper_ee46 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.widget-stale-c62b {
  color: var(--wp--preset--color--vivid-red) !important;
}
.hot_5584 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.text-old-ae06 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.outline-c20c {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.progress-7ed7 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.row-bright-5bcd {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.component-stale-0dd0 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.dropdown-87ce {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.row_advanced_aff8 {
  background-color: var(--wp--preset--color--black) !important;
}
.widget-fresh-d7f6 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.left_0291 {
  background-color: var(--wp--preset--color--white) !important;
}
.green-63d4 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.breadcrumb_green_c4d0 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.popup_upper_3de1 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.over-7fac {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.surface-2055 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.clean-85ce {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.tooltip-hot-71cd {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.copper_a034 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.image_tiny_647a {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.breadcrumb_0b36 {
  border-color: var(--wp--preset--color--black) !important;
}
.wrapper_4b2d {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.backdrop-4003 {
  border-color: var(--wp--preset--color--white) !important;
}
.aside_active_3c8f {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.summary-left-0f1e {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.large_6bd4 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.info_d463 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.filter-4cc9 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.prev_c90e {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.simple-1be2 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.rough_c823 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.preview-4201 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.complex-40a9 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.feature-d795 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.video-7bd0 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.hard_80d1 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.highlight-4705 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.outline-58e5 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.yellow-9c4c {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.accordion_right_d3c8 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.pagination-ffe7 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.sort_cafa {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.pagination_7615 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.stone-6ef8 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.feature-ce36 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.west-143c {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.narrow-74e4 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.hovered_8ba1 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.thumbnail_gold_737e a:where(:not(.focus_9db7)) {
  color: inherit;
}
:where(.inner-320a.frame_604e) {
  gap: 1.25em;
}
:where(.inner-320a.grid_9275) {
  gap: 1.25em;
}
:where(.modal-af30.frame_604e) {
  gap: 2em;
}
:where(.modal-af30.grid_9275) {
  gap: 2em;
}
.highlight_adc5 {
  font-size: 1.5em;
  line-height: 1.6;
}

.texture_paper_4653 .highlight-left-d805 {
  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);
}
.button-0cb9 .brown_1233 {
  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);
}
.up-cf18 {
  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);
}
.up-cf18.frame_e51a .row_pro_c646 {
  background-color: var(--e-global-color-primary);
}
.up-cf18.button_62c3 .row_pro_c646,
.up-cf18.up_307f .row_pro_c646 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.green-aef8 .link_bdb6 {
  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);
}
.button-8855 {
  --divider-color: var(--e-global-color-secondary);
}
.button-8855 .surface-0de7 {
  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);
}
.button-8855.surface_pro_07e2 .panel_fixed_fc90 {
  background-color: var(--e-global-color-secondary);
}
.button-8855.message-advanced-594b .panel_fixed_fc90,
.button-8855.warm-c141 .panel_fixed_fc90 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.button-8855.message-advanced-594b .panel_fixed_fc90,
.button-8855.warm-c141 .panel_fixed_fc90 svg {
  fill: var(--e-global-color-secondary);
}
.picture_1372 .breadcrumb-985f {
  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_1372 .content_5c8f {
  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-hard-a105.surface_pro_07e2 .panel_fixed_fc90 {
  background-color: var(--e-global-color-primary);
}
.wrapper-hard-a105.message-advanced-594b .panel_fixed_fc90,
.wrapper-hard-a105.warm-c141 .panel_fixed_fc90 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.wrapper-hard-a105.message-advanced-594b .panel_fixed_fc90,
.wrapper-hard-a105.warm-c141 .panel_fixed_fc90 svg {
  fill: var(--e-global-color-primary);
}
.hovered_2fb6.surface_pro_07e2 .panel_fixed_fc90 {
  background-color: var(--e-global-color-primary);
}
.hovered_2fb6.message-advanced-594b .panel_fixed_fc90,
.hovered_2fb6.warm-c141 .panel_fixed_fc90 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.hovered_2fb6 .left_5ca4 {
  color: var(--e-global-color-primary);
}
.hovered_2fb6 .left_5ca4,
.hovered_2fb6 .left_5ca4 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hovered_2fb6 .small_a220 {
  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);
}
.purple-d241 .light-7a88 {
  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);
}
.hot_ade8 .grid_bedd .row_inner_fab1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element-over-9602 .card_silver_f26d:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.element-over-9602 .slider-purple-f69f i {
  color: var(--e-global-color-primary);
}
.element-over-9602 .slider-purple-f69f svg {
  fill: var(--e-global-color-primary);
}
.element-over-9602 .text_b4d0 {
  color: var(--e-global-color-secondary);
}
.element-over-9602 .card_silver_f26d > .text_b4d0,
.element-over-9602 .card_silver_f26d > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_ad34 .banner_selected_b7eb {
  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);
}
.form_ad34 .component_3fcf {
  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);
}
.slider_clean_6102 .right_ea81 .orange_b84d {
  background-color: var(--e-global-color-primary);
}
.slider_clean_6102 .main_649c {
  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);
}
.narrow_ca20 .frame-inner-3667 {
  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);
}
.narrow_ca20 .filter_under_24c1 {
  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_ca20 .background_ee99 {
  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);
}
.progress-a561 .detail_17cc,
.progress-a561 .detail_17cc a {
  color: var(--e-global-color-primary);
}
.progress-a561 .detail_17cc.tooltip-green-6587,
.progress-a561 .detail_17cc.tooltip-green-6587 a {
  color: var(--e-global-color-accent);
}
.progress-a561 .detail_17cc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress-a561 .surface_stale_1d52 {
  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);
}
.video-bbc9 .upper-ef8d,
.video-bbc9 .link-fluid-9637 {
  color: var(--e-global-color-primary);
}
.video-bbc9 .upper-ef8d svg {
  fill: var(--e-global-color-primary);
}
.video-bbc9 .tooltip-green-6587 .upper-ef8d,
.video-bbc9 .tooltip-green-6587 .link-fluid-9637 {
  color: var(--e-global-color-accent);
}
.video-bbc9 .tooltip-green-6587 .upper-ef8d svg {
  fill: var(--e-global-color-accent);
}
.video-bbc9 .link-fluid-9637 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video-bbc9 .surface_stale_1d52 {
  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);
}
.new_4862 .card-silver-9b13,
.new_4862 .bronze-9af3 {
  color: var(--e-global-color-primary);
}
.new_4862 .bronze-9af3 svg {
  fill: var(--e-global-color-primary);
}
.new_4862 .detail_17cc.tooltip-green-6587 a,
.new_4862
  .detail_17cc.tooltip-green-6587
  .bronze-9af3 {
  color: var(--e-global-color-accent);
}
.new_4862 .card-silver-9b13 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.new_4862 .surface_stale_1d52 {
  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);
}
.highlight_slow_940a .layout_1407 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_slow_940a .aside_gas_c30c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed_b266 .status_edbb .gradient-3493 {
  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);
}
.fixed_b266 .status_edbb .thick_dc17 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed_b266 .slider-advanced-68b3 .gradient-3493 {
  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);
}
.fixed_b266
  .slider-advanced-68b3
  .thick_dc17 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed_b266
  .accent_active_1d77
  .gradient-3493 {
  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);
}
.fixed_b266
  .accent_active_1d77
  .thick_dc17 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed_b266
  .panel_e80e
  .gradient-3493 {
  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);
}
.fixed_b266
  .panel_e80e
  .thick_dc17 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active_liquid_65d0 .overlay_rough_d05a {
  background-color: var(--e-global-color-primary);
}
.active_liquid_65d0 .overlay_rough_d05a:hover {
  background-color: var(--e-global-color-primary);
}
.active_liquid_65d0 .backdrop_motion_633e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active_liquid_65d0
  .overlay_rough_d05a:hover
  .backdrop_motion_633e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge_copper_fcb9 .texture-e2ea {
  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);
}
.thick-0ba9 .highlight_dark_7d86 .list_b0cb a {
  background-color: var(--e-global-color-accent);
}
.thick-0ba9 .highlight_dark_7d86 .component-blue-e0e3 a {
  background-color: var(--e-global-color-accent);
}
.thick-0ba9 .highlight_dark_7d86 .list_b0cb a,
.thick-0ba9 .highlight_dark_7d86 .component-blue-e0e3 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient-small-f74f
  .text_ca4f.form_c206
  .highlight_dark_7d86
  a.fluid-6a05 {
  background-color: var(--e-global-color-accent);
}
.gradient-small-f74f
  .text_ca4f.form_c206
  .highlight_dark_7d86
  span.fluid-6a05.fn-current-b0ea {
  background-color: var(--e-global-color-text);
}
.gradient-small-f74f
  .text_ca4f.form_c206
  .highlight_dark_7d86
  .fluid-6a05 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-65b8 .thumbnail_pink_6d14 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-65b8
  .thumbnail_f958
  > .east-f5f3
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-65b8
  .paragraph-0c8d
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-65b8
  .gradient-f121
  .alert_in_ecae,
.sidebar-65b8
  .gradient-f121
  .summary-9ef7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar-65b8
  .gradient-f121
  .row-33ed,
.sidebar-65b8
  .gradient-f121
  a
  .row-33ed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-65b8
  .gradient-f121
  .middle-6e99 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-65b8
  .gradient-f121
  .huge-f9ec {
  background-color: var(--e-global-color-primary);
}
.sidebar-65b8
  .gradient-f121
  .huge-f9ec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-65b8
  .gradient-f121
  .huge-f9ec:hover {
  background-color: var(--e-global-color-primary);
}
.sidebar-65b8
  .gradient-f121
  .main_2be2 {
  background-color: var(--e-global-color-primary);
}
.sidebar-65b8
  .gradient-f121
  .main_2be2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-65b8
  .gradient-f121
  .main_2be2:hover {
  background-color: var(--e-global-color-primary);
}
.sidebar-65b8
  .medium-73a8
  .copper_934f
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar-65b8
  .medium-73a8
  .orange_d651 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-65b8
  .medium-73a8
  .middle-6e99 {
  color: var(--e-global-color-text);
}
.sidebar-65b8
  .medium-73a8
  .middle-6e99
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-65b8
  .medium-73a8
  .huge-f9ec {
  background-color: var(--e-global-color-primary);
}
.sidebar-65b8
  .medium-73a8
  .huge-f9ec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-65b8
  .medium-73a8
  .huge-f9ec:hover {
  background-color: var(--e-global-color-primary);
}
.sidebar-65b8
  .medium-73a8
  .main_2be2 {
  background-color: var(--e-global-color-primary);
}
.sidebar-65b8
  .medium-73a8
  .main_2be2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-65b8
  .medium-73a8
  .main_2be2:hover {
  background-color: var(--e-global-color-primary);
}
.sidebar-65b8 .icon-3a42 {
  background-color: var(--e-global-color-primary);
}
.sidebar-65b8 .icon-3a42:hover {
  background-color: var(--e-global-color-primary);
}
.sidebar-65b8 .container-aef8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar-65b8 .stone_a48f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.input_8c51 .row_1e15 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.input_8c51
  .overlay-smooth-dac1
  > div:nth-child(3)
  .row_1e15,
.input_8c51
  .texture_572a
  > div:nth-child(1)
  .row_1e15,
.input_8c51
  .table-b673
  > div:nth-child(1)
  .row_1e15,
.input_8c51
  .over_c965
  > div:nth-child(1)
  .row_1e15,
.input_8c51
  .liquid-4861
  > div:nth-child(1)
  .row_1e15 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.input_8c51 .outer_7558 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.input_8c51 .glass_3d13 {
  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_8c51 .notification_5af5 {
  background-color: var(--e-global-color-primary);
}
.input_8c51 .notification_5af5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.input_8c51 .notification_5af5:hover {
  background-color: var(--e-global-color-primary);
}
.input_8c51 .green_f112 {
  background-color: var(--e-global-color-primary);
}
.input_8c51 .green_f112:hover {
  background-color: var(--e-global-color-primary);
}
.input_8c51 .container-aef8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.input_8c51 .stone_a48f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper-182e .surface_advanced_f123 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper-182e .paragraph-e25d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.copper-182e .main_hot_4601 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.copper-182e .main-static-6757 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.copper-182e .gradient_71ef {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.copper-182e .green_f112 {
  background-color: var(--e-global-color-primary);
}
.copper-182e .green_f112:hover {
  background-color: var(--e-global-color-primary);
}
.pagination_08e2 .column-upper-bec6 {
  background-color: var(--e-global-color-secondary);
}
.pagination_08e2 .hero_3fd7 {
  background-color: var(--e-global-color-text);
}
.pagination_08e2 .thumbnail_fe55 {
  background-color: var(--e-global-color-secondary);
}
.pagination_08e2 .menu_9fc4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination_08e2 .over_d9e1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination_08e2 .top-7329 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination_08e2 .cold_deab {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination_08e2 .outline-5cd6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_28dd .sidebar-dynamic-f9ab .right_1033,
.message_28dd
  .sidebar-dynamic-f9ab
  .right_1033
  a,
.message_28dd .detail-old-2493 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_28dd .sidebar-dynamic-f9ab .dropdown-1451,
.message_28dd .notice_c100 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_28dd .sidebar-dynamic-f9ab .dropdown-1451 {
  color: var(--e-global-color-text);
}
.message_28dd .notice_c100 {
  color: var(--e-global-color-text);
}
.message_28dd
  .sidebar-dynamic-f9ab
  .panel_orange_15da {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.message_28dd .secondary_rough_ec8d .cool-8c56 {
  background-color: var(--e-global-color-primary);
}
.message_28dd .secondary_rough_ec8d .cool-8c56:hover {
  background-color: var(--e-global-color-primary);
}
.message_28dd .secondary_rough_ec8d .dropdown_out_a9c6 li span {
  background-color: var(--e-global-color-text);
}
.message_28dd .secondary_rough_ec8d .dropdown_out_a9c6 li span:hover {
  background-color: var(--e-global-color-primary);
}
.message_28dd
  .secondary_rough_ec8d
  .dropdown_out_a9c6
  li.column_thick_c275
  span {
  background-color: var(--e-global-color-accent);
}
.message_28dd .video_thick_ea78 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-3af7 .dropdown_dark_2a62 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.iron_bffb .middle_ebda {
  background-color: var(--e-global-color-primary);
}
.iron_bffb .banner-2563 {
  background-color: var(--e-global-color-secondary);
}
.iron_bffb .background_basic_944c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_bffb .block-south-0697 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_bffb .tag_3bd9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_bffb .new-0c71 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_bffb .popup-e92d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_bffb .modal-288d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_bffb .texture_353e {
  background-color: var(--e-global-color-primary);
}
.iron_bffb .texture_353e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media-93e2 .wood-5b44 {
  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);
}
.media-93e2 .over-a5cb {
  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);
}
.media-93e2
  .action-1fa1:after {
  background-color: var(--e-global-color-primary);
}
.media-93e2 .preview_wide_efda {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row-267b .detail-old-2493 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.row-267b .notice_c100 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.north-2388 .disabled_f692 .overlay_b32d {
  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);
}
.north-2388 .disabled_f692 .huge_5179 {
  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_ed7e .gold_a2c0 {
  background-color: var(--e-global-color-primary);
}
.picture_ed7e .column-87f0 {
  background-color: var(--e-global-color-secondary);
}
.picture_ed7e .heading-88fe .clean-191f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture_ed7e .liquid_44c9 .clean-191f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.disabled-soft-23c4 .box-lite-d905 .inner-df3d {
  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);
}
.disabled-soft-23c4 .box-lite-d905 .complex-4375 {
  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);
}
.disabled-soft-23c4 .box-lite-d905 .dirty-cc5e {
  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);
}
.primary-first-1253 .panel-fast-6a4a {
  border-color: var(--e-global-color-text);
}
.primary-first-1253 .hero-blue-339b {
  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);
}
.primary-first-1253 .static_d633 {
  color: var(--e-global-color-primary);
}
.primary-first-1253 .widget_gold_7620 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress-a0c5 .cool-b8f6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.progress-a0c5 .red-3cc9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.progress-a0c5 .badge-212b:hover .cool-b8f6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.progress-a0c5
  .badge-212b:hover
  .red-3cc9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.filter_slow_3248 .hidden-under-3601 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.filter_slow_3248 .smooth_bf7a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed_315c .summary-upper-2cb7 .slider_053e {
  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);
}
.fixed_315c .green-25f3 .slider_053e {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.huge-b731 .tall-ba6c {
  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);
}
.heading-active-fc8c .thumbnail-949e .medium_a468 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading-active-fc8c .thumbnail-949e .medium_a468 {
  background-color: var(--e-global-color-secondary);
}
.heading-active-fc8c .menu-667e .medium_a468 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading-active-fc8c .menu-667e .medium_a468 {
  background-color: var(--e-global-color-secondary);
}
.heading-active-fc8c .widget_e717 .focused_7541 {
  background-color: var(--e-global-color-primary);
}
.heading-active-fc8c .widget_e717:hover .focused_7541 {
  background-color: var(--e-global-color-secondary);
}
.heading-active-fc8c .cool-8c56 {
  background-color: var(--e-global-color-primary);
}
.heading-active-fc8c .cool-8c56:hover {
  background-color: var(--e-global-color-accent);
}
.heading-active-fc8c .dropdown_out_a9c6 li span {
  background-color: var(--e-global-color-text);
}
.heading-active-fc8c .dropdown_out_a9c6 li span:hover {
  background-color: var(--e-global-color-primary);
}
.heading-active-fc8c .dropdown_out_a9c6 li.column_thick_c275 span {
  background-color: var(--e-global-color-accent);
}
.badge_1b62 .white-5d42 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_1b62 .upper-98e3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-b1be .badge_5284:before {
  background-color: var(--e-global-color-secondary);
}
.sidebar-b1be .article_active_a8c4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-b1be .south-f5a3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_solid_0a43 .frame-hard-b510 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_solid_0a43 .frame-hard-b510:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_solid_0a43 .frame-hard-b510.fn-active-b0ea {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_solid_0a43 .fresh_7967 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_solid_0a43 .fresh-0de2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_solid_0a43 .banner_d68b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_solid_0a43 .silver-8824 {
  background-color: var(--e-global-color-primary);
}
.table_solid_0a43 .silver-8824 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.table_solid_0a43 .pro-ecb9 {
  background-color: var(--e-global-color-primary);
}
.table_solid_0a43 .pro-ecb9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status_7d53 .block_bcde .badge_0a4c a {
  color: var(--e-global-color-secondary);
}
.status_7d53 .block_bcde .badge_0a4c a:hover {
  color: var(--e-global-color-secondary);
}
.status_7d53 .block_bcde .badge_0a4c,
.status_7d53 .block_bcde .badge_0a4c a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status_7d53 .block_bcde .row_cold_e7d4 {
  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);
}
.status_7d53 .block_bcde .list-stale-c581 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status_7d53 .block_bcde .prev_35b9 {
  background-color: var(--e-global-color-primary);
}
.status_7d53 .block_bcde .prev_35b9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status_7d53 .block_bcde .prev_35b9:hover {
  background-color: var(--e-global-color-primary);
}
.status_7d53 .block_bcde .mask-middle-a9ae {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status_7d53 .block_bcde .mask-middle-a9ae {
  background-color: var(--e-global-color-primary);
}
.status_7d53 .block_bcde .mask-middle-a9ae:hover {
  background-color: var(--e-global-color-primary);
}
.status_7d53 .block_bcde .cool-8c56 {
  background-color: var(--e-global-color-primary);
}
.status_7d53 .block_bcde .cool-8c56:hover {
  background-color: var(--e-global-color-primary);
}
.status_7d53 .secondary_rough_ec8d .dropdown_out_a9c6 li span {
  background-color: var(--e-global-color-text);
}
.status_7d53 .secondary_rough_ec8d .dropdown_out_a9c6 li span:hover {
  background-color: var(--e-global-color-primary);
}
.status_7d53 .secondary_rough_ec8d .dropdown_out_a9c6 li.column_thick_c275 span {
  background-color: var(--e-global-color-accent);
}
.status_7d53 .container-aef8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status_7d53 .stone_a48f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo_8fee .row_292a .notification_lite_8999 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo_8fee .row_292a .complex-57dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_8fee .row_292a .container-large-7f6e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini_be71 .wrapper_upper_20e4 {
  border-color: var(--e-global-color-text);
}
.mini_be71 .panel_motion_a85d {
  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);
}
.mini_be71 .layout-437c {
  color: var(--e-global-color-secondary);
}
.mini_be71 .layout-437c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini_be71 .light-b9dc > * {
  color: var(--e-global-color-primary);
}
.mini_be71 .light-b9dc > * svg {
  fill: var(--e-global-color-primary);
}
.mini_be71 .list_5308 {
  color: var(--e-global-color-primary);
}
.mini_be71 .list_5308 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mini_be71 .inner_bfd9 {
  color: var(--e-global-color-primary);
}
.mini_be71 .inner_bfd9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mini_be71 .content-soft-e4df {
  color: var(--e-global-color-primary);
}
.mini_be71 .content-soft-e4df {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini_be71 .progress-dark-c8cd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini_be71 .list_first_3f63 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini_be71 .list_first_3f63.header_8e1a {
  color: var(--e-global-color-secondary);
}
.mini_be71 .list_first_3f63.header_8e1a .slider-copper-8477 {
  color: var(--e-global-color-accent);
}
.mini_be71 .list_first_3f63.hard-f53e {
  color: var(--e-global-color-text);
}
.mini_be71 .list_first_3f63.hard-f53e .slider-copper-8477 {
  color: var(--e-global-color-text);
}
.mini_be71 .list_first_3f63:before {
  border-top-color: var(--e-global-color-text);
}
.mini_be71 .black-cca5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini_be71
  .black-cca5
  .breadcrumb_top_68a0 {
  background-color: var(--e-global-color-primary);
}
.mini_be71
  .black-cca5
  .breadcrumb_top_68a0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.mini_be71 .wrapper_upper_20e4 .focus-upper-7416 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed-a680 .gallery_9925 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pressed-a680 .glass-bdad {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.old_5a10 .focus-7fd8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.old_5a10
  .banner-9354
  .background-2721 {
  background-color: var(--e-global-color-secondary);
}
.old_5a10
  .banner-9354.filter_clean_98b3
  .background-2721 {
  background-color: var(--e-global-color-text);
}
.old_5a10
  .banner-9354:hover
  .background-2721 {
  background-color: var(--e-global-color-accent);
}
.old_5a10
  .banner-9354.fn-active-b0ea
  .background-2721 {
  background-color: var(--e-global-color-primary);
}
.dark-f267 .active_ac0e {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.dark-f267 .cold_fa1f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dark-f267 .carousel-active-70cd {
  background-color: var(--e-global-color-primary);
}
.dark-f267 .carousel-active-70cd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.section_2642 .mask-ebb0 .outer-cf04 .advanced_3d3a {
  background-color: var(--e-global-color-secondary);
}
.section_2642 .mask-ebb0 .badge-80fe:after {
  background-color: var(--e-global-color-secondary);
}
.section_2642 .gallery_dd2f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section_2642 .panel_f326 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section_2642 .content_b827 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section_2642 .active_2ef7 {
  background-color: var(--e-global-color-primary);
}
.section_2642 .active_2ef7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.section_2642 .backdrop-outer-869c {
  background-color: var(--e-global-color-secondary);
}
.section_2642 .backdrop-outer-869c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.section_2642 .mask-ebb0 .layout_selected_93e1 .summary-small-b4f0:hover {
  background-color: var(--e-global-color-primary);
}
.section_2642
  .mask-ebb0
  .layout_selected_93e1
  .summary-small-b4f0.feature-dynamic-7d63 {
  background-color: var(--e-global-color-primary);
}
.section_2642 .mask-ebb0 .preview_a3d3:before {
  border-color: var(--e-global-color-primary);
}
.section_2642 .mask-ebb0 .preview_a3d3:hover:before {
  border-color: var(--e-global-color-secondary);
}
.section_2642
  .mask-ebb0
  .preview_a3d3.text-1c53:before {
  border-color: var(--e-global-color-primary);
}
.section_2642 .background_soft_e738 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.small_23e6 .box-0ca3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.small_23e6 .box-0ca3:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.small_23e6 .box-0ca3.media-fc2b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.small_23e6 .component-e55c {
  background-color: var(--e-global-color-primary);
}
.small_23e6 .component-e55c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.small_23e6
  .heading-over-d1a0
  .notification-e1bc
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.small_23e6
  .right_bf47
  .notification-e1bc
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.video_2e4a
  .component-42e3
  .prev_59c4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_2e4a
  .component-42e3
  .shade-top-a366 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_2e4a .silver_5ba1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_2e4a .notice_active_6f2b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video_2e4a .widget_ce81 {
  background-color: var(--e-global-color-primary);
}
.video_2e4a .widget_ce81 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.backdrop_narrow_c4a6 .advanced_bddd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop_narrow_c4a6 .sort-slow-9d3c {
  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);
}
.backdrop_narrow_c4a6 .first-bcac {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.backdrop_narrow_c4a6 .first-bcac a:hover {
  color: var(--e-global-color-secondary);
}
.backdrop_narrow_c4a6 .plasma-5622 {
  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);
}
.backdrop_narrow_c4a6 .glass_950a {
  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);
}
.backdrop_narrow_c4a6 .hero_last_3972 .cool-8c56 {
  background-color: var(--e-global-color-primary);
}
.backdrop_narrow_c4a6 .hero_last_3972 .cool-8c56:hover {
  background-color: var(--e-global-color-accent);
}
.backdrop_narrow_c4a6
  .hero_last_3972
  .dropdown_out_a9c6
  li
  span {
  background-color: var(--e-global-color-text);
}
.backdrop_narrow_c4a6
  .hero_last_3972
  .dropdown_out_a9c6
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.backdrop_narrow_c4a6
  .hero_last_3972
  .dropdown_out_a9c6
  li.column_thick_c275
  span {
  background-color: var(--e-global-color-accent);
}
.sort-wide-f9d9
  .full-431a
  .focus-3ee4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sort-wide-f9d9 .full-431a .text-smooth-9cc6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sort-wide-f9d9 .full-431a .down-5f3c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort-wide-f9d9 .aside_fixed_b874 {
  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);
}
.sort-wide-f9d9
  .outline_a360.breadcrumb_9524 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > a {
  background-color: var(--e-global-color-text);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > a
  .mini-43f0.aside_simple_fde7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > a
  .accordion-c4b9.thumbnail_white_39a1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > .thumbnail_upper_e076
  .current-eeb3
  > a {
  background-color: var(--e-global-color-secondary);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > .thumbnail_upper_e076
  .current-eeb3
  > a
  .row-af29 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > .thumbnail_upper_e076
  .current-eeb3
  > a
  .accordion-c4b9.north_cbc5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > a
  .basic-6602:before {
  color: var(--e-global-color-text);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > .thumbnail_upper_e076
  a
  .basic-6602:before {
  color: var(--e-global-color-text);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3.element-simple-3ecc
  > a
  .basic-6602:before {
  color: var(--e-global-color-text);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > .thumbnail_upper_e076
  .current-eeb3.element-simple-3ecc
  > a
  .basic-6602:before {
  color: var(--e-global-color-text);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > a
  .module_f576
  .down-0f26 {
  color: var(--e-global-color-text);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > .thumbnail_upper_e076
  a
  .module_f576
  .down-0f26 {
  color: var(--e-global-color-text);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > a
  .module_f576
  .down-0f26,
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > .thumbnail_upper_e076
  a
  .module_f576
  .down-0f26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > a
  .advanced-8249:before {
  color: var(--e-global-color-text);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > .thumbnail_upper_e076
  a
  .advanced-8249:before {
  color: var(--e-global-color-text);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3.element-simple-3ecc
  > a
  .advanced-8249:before {
  color: var(--e-global-color-text);
}
.huge_c84a
  > .shade-up-92a9
  > div
  > .status-ef28
  > .current-eeb3
  > .thumbnail_upper_e076
  .current-eeb3.element-simple-3ecc
  > a
  .advanced-8249:before {
  color: var(--e-global-color-text);
}
.component_first_367f .sort-fresh-96aa {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.component_first_367f
  .tall_a6d8:hover
  .sort-fresh-96aa {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.small-9f8c
  > .shade-up-92a9
  > .red_b46c
  > .input_purple_7edd
  > .notification-first-d6ed
  > .texture_6d4f
  .button-clean-8013 {
  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);
}
.small-9f8c
  > .shade-up-92a9
  > .red_b46c
  > .input_purple_7edd
  > .notification-first-d6ed
  > .texture_6d4f:hover
  .button-clean-8013 {
  color: var(--e-global-color-text);
}
.small-9f8c
  > .shade-up-92a9
  > .red_b46c
  > .input_purple_7edd
  > .notification-first-d6ed
  > .texture_6d4f:hover
  .button-clean-8013 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.small-9f8c
  > .shade-up-92a9
  > .red_b46c
  > .input_purple_7edd
  > .notification-first-d6ed.pattern-69e0
  > .texture_6d4f
  .button-clean-8013 {
  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);
}
.hard-56ae .nav-97ed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard-56ae .search-1470 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard-56ae .heading_lower_087e {
  background-color: var(--e-global-color-primary);
}
.hard-56ae .heading_lower_087e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.texture_outer_2f85
  > .shade-up-92a9
  > .breadcrumb-yellow-b5bd
  > .green-5c13
  > .sidebar-left-d470
  .notice-easy-dbdc {
  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);
}
.texture_outer_2f85
  > .shade-up-92a9
  > .breadcrumb-yellow-b5bd
  > .green-5c13
  > .sidebar-left-d470
  .article_c410 {
  color: var(--e-global-color-text);
}
.texture_outer_2f85
  > .shade-up-92a9
  > .breadcrumb-yellow-b5bd
  > .green-5c13
  > .sidebar-left-d470:hover
  .notice-easy-dbdc {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture_outer_2f85
  > .shade-up-92a9
  > .breadcrumb-yellow-b5bd
  > .green-5c13
  > .sidebar-left-d470:hover
  .article_c410 {
  color: var(--e-global-color-secondary);
}
.texture_outer_2f85
  > .shade-up-92a9
  > .breadcrumb-yellow-b5bd
  > .green-5c13
  > .sidebar-left-d470.inner_eea6
  .notice-easy-dbdc {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture_outer_2f85
  > .shade-up-92a9
  > .breadcrumb-yellow-b5bd
  > .green-5c13
  > .sidebar-left-d470.inner_eea6
  .article_c410 {
  color: var(--e-global-color-primary);
}
.light-99a2
  .disabled-fresh-3999
  .easy_5446 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light-99a2 .small_f51f .focus-upper-7416 .filter_lite_f67c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout-soft-c0b0 .under-e5ff {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout-soft-c0b0 .outline-f741 .under-e5ff {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout-soft-c0b0 .paper-ee9b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout-soft-c0b0 .paper-ee9b {
  background-color: var(--e-global-color-primary);
}
.tall_d563 .dropdown-current-3178 .icon_b5cf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tall_d563
  .dropdown-current-3178:hover
  .nav_selected_00ba {
  color: var(--e-global-color-secondary);
}
.tall_d563
  .dropdown-current-3178:hover
  .icon_b5cf {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture-5764 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.banner_dynamic_efa1 {
  flex-direction: column;
}

.banner_dynamic_efa1 .heading_97d9 {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

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

.banner_dynamic_efa1 .picture-6464 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.full-77d1.carousel-2419 {
  display: none;
}

.thumbnail_73dd {
  display: none;
}

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

.dark-8971.first_a842 {
  margin-bottom: 40px;
  width: 100%;
}

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

.banner_dynamic_efa1 a {
  width: 100%;
}

.last-0018 .pressed-76b4.surface_purple_aba1 {
  width: 20% !important;
}

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

.purple_7d2a:hover {
  color: #000;
}

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

  transition: all 0.14s ease-out;
}

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

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

.container_9abd:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

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

.last-0018
  .pressed-76b4.modal_3365
  .layout-plasma-b712
  .slow-6ba4 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.banner-hard-caff.nav-15d9 > .wrapper_gold_896e {
  display: flex;
  align-items: center;
}

.element-c48a {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

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

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

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

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

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

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

.last-0018
  .pressed-76b4.action_4170
  .frame-13ca
  .mask-gold-3cb3 {
  width: 100% !important;
}

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

.copper_f753 {
  width: 100%;
}

.pattern-complex-c6da {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blue-36fa {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

.title-small-3f61 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.blue-36fa:hover .title-small-3f61 {
  visibility: visible;
}
.blue-36fa:hover.blue-36fa::before {
  display: block;
}

.background_d830 h3 {
  color: #fff;
}

.tabs-ed19 {
  margin: 0;
}

.last-0018
  .pressed-76b4.action_4170
  .mask-gold-3cb3
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.white-68c8 {
  width: 100%;
}

.cool_184e {
  width: 100%;
}

.breadcrumb-97e9 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.cool_184e {
  width: 100%;
}

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

.mask-gold-3cb3 {
  display: flex;
  align-items: center;
}

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

.bronze-751e {
  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;
}

.banner_dynamic_efa1 .heading_97d9.video_d884 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.banner_dynamic_efa1 h1.heading_97d9 {
  margin-top: 120px !important;
}

.last-0018 .pressed-76b4.fluid_145f {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.mask_wood_2be9 img {
  width: 100%;
}

.preview-lower-580c .blue_b6a0.layout-plasma-b712 {
  justify-content: space-between;
}

.backdrop-old-4d06 {
  display: none;
}

.notice_tall_1e2d .picture-6464 {
  margin: 1px 0 !important;
}

.banner-motion-add3 li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .banner-hard-caff .wrapper_gold_896e {
    flex-wrap: nowrap !important;
  }
}

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

  .liquid-3079 {
    width: 100% !important;
  }
}

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

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

  .preview-lower-580c .blue_b6a0.layout-plasma-b712 {
    border-bottom: 1px solid #f0c159;
  }

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

  .banner-hard-caff.nav-15d9 > .wrapper_gold_896e {
    gap: 15px;
    justify-content: space-between;
  }

  .last-0018
    .pressed-76b4.action_4170
    .mask-gold-3cb3
    img {
    width: 60% !important;
  }

  .element_43c5 {
    left: 2%;
  }

  .description-advanced-9262 {
    margin: 10px 0;
  }

  .banner_dynamic_efa1 .picture-6464 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.banner_dynamic_efa1 .heading_97d9,
  .banner_dynamic_efa1 .heading_97d9 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .mask-gold-3cb3 {
    justify-content: center;
  }

  .banner_dynamic_efa1 .picture-6464 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .last-0018 .pressed-76b4.surface_purple_aba1 {
    width: 75% !important;
  }

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

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

  h2.banner_dynamic_efa1 .heading_97d9,
  .banner_dynamic_efa1 .heading_97d9 {
    font-size: 30px !important;
  }

  .mask-gold-3cb3 {
    justify-content: center;
  }

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

  .basic_f6d6
    .input-a696.photo_medium_6846 {
    margin: 0 !important;
  }

  .element-c48a {
    margin: 0;
    gap: 10px;
  }

  .description-advanced-9262 {
    display: flex;
  }

  .full_8aaf .purple_7d2a {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .basic-2a1d svg {
    width: 75% !important;
    height: 75% !important;
  }

  .breadcrumb-97e9 {
    justify-content: flex-end;
    gap: 1px;
  }

  .banner_dynamic_efa1 h1.heading_97d9 {
    margin-top: 80px !important;
  }

  .last-0018
    .pressed-76b4.action_4170
    .mask-gold-3cb3
    img,
  .picture_1372 .frame-13ca {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .last-0018 .pressed-76b4.surface_purple_aba1 {
    width: 100% !important;
  }

  .banner-hard-caff.nav-15d9 > .wrapper_gold_896e {
    gap: 3px;
  }

  .banner_dynamic_efa1 .picture-6464 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: b8a2 */
.widget-item-r5 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.0;
}
