﻿:root {
  --theme-primary-color: #fc262d;
  --affiliate-background-color: #120303;
  --affiliate-background-color-2: #1b0505;
  --affiliate-background-gradient: linear-gradient(to right, #d40b12 0%, #ff545a 51%, #d40b12 100%);
  --theme-text-color: #fff;
  --border-alpha05: rgba(255, 255, 255, 0.05);
  --border-alpha02: rgba(255, 255, 255, 0.02);
  --alpha1: rgba(0, 0, 0, 0.1);
  --theme-primary-oc: 252, 38, 45;
}
:root .page_home {
  --primary-text-color: #ffffff;
}

.section-banner .section-banner-inner {
  background-color: rgba(18, 3, 3, 0.7607843137) !important;
}

body .section-commission {
  display: none !important;
}
