* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  z-index: 1;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-ExtraLight.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-ExtraLightItalic.ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-LightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-Regular.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-Italic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-Regular.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-Italic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-Medium.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-MediumItalic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-SemiBold.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-SemiBoldItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-BoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-ExtraBold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-ExtraBoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-Black.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../Muli/Muli-BlackItalic.ttf");
  font-weight: 800;
  font-style: italic;
}
:root {
  --font-family: "Muli", sans-serif;
  --dark-text: #fff;
  --dark-bg: #130024;
  --primary-text: #fff;

  --primary-bg: linear-gradient(
      217deg,
      rgb(113 2 107 / 80%),
      rgb(4 0 5 / 41%) 70.71%
    ),
    linear-gradient(127deg, rgb(8 2 15 / 80%), rgb(0 5 33 / 42%) 70.71%),
    linear-gradient(336deg, rgb(29 1 40 / 87%), rgb(1 1 92 / 56%) 70.71%);

  --secondary-text: #2b2000;
  --secondary-bg: linear-gradient(
    to right,
    rgb(216, 180, 4),
    #fad456 28.15%,
    rgb(255, 229, 127) 48.74%,
    rgb(254, 210, 62) 69.33%,
    #e09e02
  );
  --tertiary-text: #fff;
  --tertiary-bg: #ffe077;
  --anchor-default: #fff;
  --grey-color: #f3f3f3;
  --grey-text: #240024;
  --grey-bg: #f7f7f9;
  --white-text: #222;
  --white-bg: #fff;
  --off-white-bg: #ffecf6;
  --substitute-bg: linear-gradient(90deg, #1e013a, #3c096d);
  --substitute-text: #fff;
  --accent-bg: #ffe077;
  --accent-text: #240024;
  --off-accent-bg: #7b2cbf;
  --off-accent-text: #fff;
  --trans-white-bg: rgba(255, 255, 255, 0.25);
  --trans-dark-bg: rgba(0, 0, 0, 0.25);
  --trans-dark-text: #fff;
  --fade-out-top-bg: linear-gradient(
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.15) 36.97%,
    rgba(0, 0, 0, 0) 61.18%
  );
  --gradient-dark-trans-bg: linear-gradient(
    to top,
    rgb(0, 0, 0) 0.6%,
    rgb(0, 0, 0) 0.6%,
    rgba(0, 0, 0, 0)
  );
  --gradient-dark-trans-text: #fff;
  --purple-trans-gradient-bg: linear-gradient(
    75deg,
    #240024 12.61%,
    rgba(8, 4, 41, 0.28) 27.73%,
    rgba(11, 4, 11, 0) 42.86%
  );
  --purple-trans-gradient-text: #fff;
  --purple-trans-faded-top: linear-gradient(
    151deg,
    #8704fb 15.97%,
    rgba(7, 145, 9, 0) 63.45%
  );

  --purple-trans-faded-top-text: #fff;
  --sm-font: 0.89rem;
  --reg-font: 1rem;
  --md-font: 1.2rem;
  --lg-font: 3rem;
  --x-lg-font: 5rem;

  --radius: 2rem;
  --full-radius: 5rem;

  --thumbnail-height: 25vh;
  --main-thumbnail-height: 55vh;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--primary-bg);
  color: var(--primary-text);
  font-family: var(--font-family);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  width: 100%;
  font-weight: 300;
  line-height: 1.2;
  overflow-x: hidden;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

.primary,
div.primary,
section.primary,
a.primary,
span.primary {
  background: var(--primary-bg);
  color: var(--primary-text);
}

.white,
div.white,
section.white,
a.white,
span.white {
  background: var(--white-bg);
  color: var(--white-text);
}

.sm-font,
* .sm-font {
  font-size: var(--sm-font);
}

.reg-font,
* .reg-font {
  font-size: var(--reg-font);
}
.md-font,
* .md-font {
  font-size: var(--md-font);
}
.lg-font,
* .lg-font {
  font-size: var(--lg-font);
}
.x-lg-font,
* .x-lg-font {
  font-size: var(--x-lg-font);
}
b {
  font-weight: 700;
}
.radius {
  border-radius: var(--radius);
}

.priimary-holder {
  --primary-bg: linear-gradient(
    #160026 4.2%,
    rgb(85, 3, 109) 7.98%,
    rgb(74, 4, 98) 10.08%,
    rgb(113, 0, 165) 12.61%,
    rgb(58, 0, 77) 15.97%,
    rgb(15, 1, 20) 34.45%,
    rgb(0, 0, 0) 42.02%,
    rgb(21, 2, 27) 48.74%,
    rgb(15, 0, 20) 64.71%,
    rgb(45, 3, 73) 71.43%,
    rgb(53, 2, 75) 75.21%,
    rgb(70, 1, 101) 80.25%,
    rgb(58, 1, 84) 85.29%,
    #0f001a 91.18%
  );
}

.full-radius {
  border-radius: var(--full-radius);
}

.thumbnail-height {
  height: var(--thumbnail-height);
}

.main-thumbnail-height {
  height: var(--main-thumbnail-height);
}

* .blur-background,
div.blur-background,
a.blur-background {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.brandMixBackground {
  background: linear-gradient(
      285deg,
      rgb(56 1 114 / 55%) 47%,
      rgb(44 14 83 / 21%) 90%
    ),
    linear-gradient(180deg, rgb(33 16 39 / 28%), rgb(159 3 3 / 38%) 70%),
    linear-gradient(230deg, rgb(185 114 8 / 81%), rgb(71 1 83 / 95%) 40%);
}

.secondary,
div.secondary,
section.secondary,
a.secondary,
span.secondary {
  background: var(--secondary-bg);
  color: var(--secondary-text);
}

.secondary-color,
p.secondary-color,
div.secondary-color,
section.secondary-color,
a.secondary-color,
span.secondary-color {
  color: var(--secondary-bg);
}

.tertiary,
div.tertiary,
section.tertiary,
a.tertiary,
span.tertiary {
  background: var(--tertiary-bg);
  color: var(--tertiary-text);
}

.tertiary-color,
p.tertiary-color,
div.tertiary-color,
section.tertiary-color,
a.tertiary-color,
span.tertiary-color {
  color: var(--tertiary-bg);
}

.substitute,
div.substitute,
section.substitute,
a.substitute,
span.substitute {
  background: var(--substitute-bg);
  color: var(--substitute-text);
}

.substitute-color,
p.substitute-color,
div.substitute-color,
section.substitute-color,
a.substitute-color,
span.substitute-color {
  color: var(--substitute-bg);
}

.accent,
div.accent,
section.accent,
a.accent,
span.accent {
  background: var(--accent-bg);
  color: var(--accent-text);
}

.accent-color,
p.accent-color,
div.accent-color,
section.accent-color,
a.accent-color,
span.accent-color {
  color: var(--accent-bg);
}

.off-accent,
div.off-accent,
section.off-accent,
a.off-accent,
span.off-accent {
  background: var(--off-accent-bg);
  color: var(--off-accent-text);
}

.off-accent-color,
p.off-accent-color,
div.off-accent-color,
section.off-accent-color,
a.off-accent-color,
span.off-accent-color {
  color: var(--off-accent-bg);
}

.grey,
div.grey,
section.grey,
a.grey,
span.grey {
  background: var(--grey-bg);
  color: var(--grey-text);
}

.grey-color,
p.grey-color,
div.grey-color,
section.grey-color,
a.grey-color,
span.grey-color {
  color: var(--grey-bg);
}

.accent-color,
p.accent-color,
div.accent-color,
section.accent-color,
a.accent-color,
span.accent-color {
  color: var(--accent-bg);
}

.dark,
div.dark,
section.dark,
a.dark,
span.dark {
  background: var(--dark-bg);
  color: var(--dark-text);
}

.dark-color,
p.dark-color,
div.dark-color,
section.dark-color,
a.dark-color,
span.dark-color {
  color: var(--dark-bg);
}

.trans-bg,
div.trans-bg,
section.trans-bg,
a.trans-bg,
span.trans-bg {
  background: var(--trans-dark-bg);
  color: var(--trans-dark-text);
}

.trans-blur,
div.trans-blur,
section.trans-blur,
a.trans-blur,
span.trans-blur {
  background: var(--trans-dark-bg);
  color: var(--trans-dark-text);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.gradient-dark-trans,
div.gradient-dark-trans,
section.gradient-dark-trans,
a.gradient-dark-trans,
span.gradient-dark-trans {
  background: var(--gradient-dark-trans-bg);
  color: var(--gradient-dark-trans-text);
}

a {
  color: var(--accent-bg);
  text-decoration: none;
}

a:hover {
  transform: scale(0.95);
  color: inherit;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol,
ol li {
  list-style: decimal;
}
img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

p {
  font-weight: normal;
  line-height: 1.5;
}

section {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.primary a.cta.btn,
section.primary a.cta.btn,
div.primary a.cta.btn {
  color: var(--primary-text);
}
.primary a.cta.btn i.bi,
section.primary a.cta.btn i.bi,
div.primary a.cta.btn i.bi {
  color: var(--primary-text);
  background: var(--accent-bg);
}

.off-accent a.cta.btn,
section.off-accent a.cta.btn,
div.off-accent a.cta.btn {
  color: var(--off-accent-text);
}
.off-accent a.cta.btn i.bi,
section.off-accent a.cta.btn i.bi,
div.off-accent a.cta.btn i.bi {
  color: var(--dark-text);
  background: var(--dark-bg);
}

a.cta.btn.border,
.primary a.cta.btn.border {
  padding: 7px 22px;
  border-radius: 30px;
  color: inherit;
}

a.cta.btn.secondary,
section a.cta.btn.secondary,
div a.cta.btn.secondary,
.primary a.cta.btn.secondary,
section.primary a.cta.btn.secondary,
div.primary a.cta.btn.secondary {
  background: var(--secondary-bg);
  color: var(--secondary-text);
  padding: 5px 20px;
  line-height: 3;
  font-weight: 600;
  border-radius: 30px;
}

a.cta.btn.grey,
section a.cta.btn.grey,
div a.cta.btn.grey,
.primary a.cta.btn.grey,
section.primary a.cta.btn.grey,
div.primary a.cta.btn.grey {
  background: var(--grey-bg);
  color: var(--grey-text);
  padding: 5px 20px;
  line-height: 3;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid #ccc;
}

.row,
div.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--tertiary-bg);
}

.rounded,
div.rounded {
  border-radius: 1.2rem !important;
}

.container,
div.container,
section .container,
footer .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: none;
  flex-direction: column;
  padding: 0;
}

.fit-content,
div.fit-content,
section.fit-content {
  height: fit-content;
  height: -webkit-fit-content;
}

.accordion-button:not(.collapsed) {
  color: var(--tertiary-bg);
  background-color: transparent;
  box-shadow: none;
}

.accordion-body {
  padding: 1rem 1.25rem;
  padding-bottom: 30px;
  font-size: 1.45rem;
  line-height: 1.4;
}

.accordion-button::after {
  background-color: var(--accent-bg);
  padding: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
  background-position: center;
  border-radius: 30px;
}
.accordion-button:not(.collapsed)::after {
  background-color: #eee;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1000;
}

header div.logo {
  width: 120px;
  height: 120px;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 0;
  position: relative;
  margin-left: 5%;
}
header div.logo img.logo {
  width: 100px;
  height: auto;
  display: flex;
  max-width: none;
  flex: 0 0 auto;
  -webkit-filter: grayscale(1) invert(1) brightness(2);
  filter: grayscale(1) invert(1) brightness(2);
}

header nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

header nav ul,
header nav ul li {
  display: flex;
  flex: 0 0 auto;
}
header nav ul li {
  padding: 10px 20px;
  color: var(--white-bg);
}
header nav ul li i.menu,
header nav ul li i.menuMbl {
  font-size: 35px;
  color: inherit;
  cursor: pointer;
}
header nav ul li:last-child {
  padding: 0;
  margin-left: 30px;
  margin-right: 50px;
}
header a,
header a.btn,
header nav li a {
  color: var(--white-bg);
  line-height: 2.3;
  font-weight: 500;
  font-size: 15px;
}
header a:hover,
header a.btn:hover,
header nav li a:hover {
  color: var(--accent-bg);
}

header a.secondary,
header a.btn.secondary,
header nav li a.secondary {
  color: var(--secondary-text);
}
header a.secondary:hover,
header a.btn.secondary:hover,
header nav li a.secondary:hover {
  color: var(--secondary-text);
}
.secondary.btn-primary,
.secondary.btn-primary:hover {
  color: var(--secondary-text);
}
.carousel-indicators {
  margin-bottom: -50px;
}
span.esports-ui__customControl {
  background: var(--accent-bg);
  color: var(--primary-text);
  line-height: 32px;
  border-radius: 32px;
  opacity: 1 !important;
}
button.esports-ui__customControl {
  opacity: 1;
}
section.hero-banner {
  margin: 0;
  width: 100%;
  display: flex;
  flex: 0 0 auto;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  position: relative;
}

section.hero-banner .carousel,
section.hero-banner .carousel .carousel-inner {
  width: 100%;
  height: 100%;
  display: flex;
}

section.hero-banner .carousel .carousel-item {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
}

section.hero-banner .carousel .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: var(--purple-trans-gradient-bg);
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: left;
  font-style: italic;
  font-size: 20px;
}

section.hero-banner .carousel .carousel-caption h1,
section.hero-banner .carousel .carousel-caption h3,
section.hero-banner .carousel .carousel-caption h3,
section.hero-banner .carousel .carousel-caption h4,
section.hero-banner .carousel .carousel-caption h5,
section.hero-banner .carousel .carousel-caption h6 {
  font-weight: 800;
  text-transform: capitalize;
  font-style: italic;
  line-height: 1;
}

section.hero-banner .carousel .carousel-caption h1 span,
section.hero-banner .carousel .carousel-caption h2 span,
section.hero-banner .carousel .carousel-caption h3 span,
section.hero-banner .carousel .carousel-caption h4 span,
section.hero-banner .carousel .carousel-caption h5 span,
section.hero-banner .carousel .carousel-caption h6 span {
  color: var(--accent-bg);
}

section.hero-banner .carousel .carousel-caption h1 {
  font-size: 5rem;
}
section.hero-banner .carousel .carousel-caption h2 {
  font-size: 4rem;
}
section.hero-banner .carousel .carousel-caption h3 {
  font-size: 3rem;
}
section.hero-banner .carousel .carousel-caption h4 {
  font-size: 2rem;
}
section.hero-banner .carousel .carousel-caption h5 {
  font-size: 1.5rem;
}
section.hero-banner .carousel .carousel-caption h6 {
  font-size: 1rem;
}

a.cta.btn,
section.hero-banner .carousel .carousel-caption a {
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent-bg);
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  width: fit-content;
  margin: 0;
  align-items: center;
  padding: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a.cta.btn i.bi,
section.hero-banner .carousel .carousel-caption a i.bi {
  color: var(--primary-text);
  border-radius: 50px;
  width: 42px;
  line-height: 42px;
  margin-left: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a.cta.btn:hover i.bi,
section.hero-banner .carousel .carousel-caption a:hover i.bi {
  background: var(--accent-bg);
  color: var(--accent-text);
}

section.hero-banner .carousel-indicators {
  justify-content: flex-start;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 120px;
}
section.hero-banner .carousel-indicators [data-bs-target] {
  width: 25px;
  height: 25px;
  border-radius: 0;
  background-color: #ffffff;
}
section.hero-banner .carousel-indicators .active {
  background-color: #ff1;
}

section.hero-banner .carousel-indicators .active::after {
  width: 30px;
  height: 30px;
  content: "";
  background: transparent;
  border: 3px solid #ff1;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
  z-index: 100;
}

section.hero-banner .carousel-control-next-icon,
section.hero-banner .carousel-control-prev-icon {
  width: 5rem;
  height: 5rem;
}

section.hero-banner div.cta-hero-box {
  position: absolute;
  justify-self: flex-end;
  align-self: flex-end;
  left: auto;
  right: 0;
  z-index: 1;
}

.tab-page,
div.tab-page {
  display: none;
  justify-content: center;
  align-items: center;
}

.tab-page.active,
div.tab-page.active {
  display: flex;
}

/* UI Form Elems */
form {
  background: var(--white-bg);
}
input,
.form-control,
input.form-control {
  height: var(--ui-input-ht);
  border-radius: var(--half-radius);
  justify-content: flex-start;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  line-height: var(--ui-input-ht);
  font-size: var(--sm-font);
  font-weight: 500;
  margin: 0;
  background: transparent;
  background-color: transparent;
  margin-top: -30px;
  z-index: var(--view-elem-0);
}

label {
  background: var(--primary-bg);
  width: auto;
  display: flex;
  flex: 0;
  margin: 0 auto;
  margin-left: 18px;
  padding: 0 5px;
  z-index: var(--view-elem-1);
  font-weight: 600;
}

label,
.form-group {
  margin-bottom: 15px;
}

.tabCtrl {
  font-weight: 600;
}

.tabContainer {
  display: none;
  flex-direction: column;
  padding: 0;
}

.userAction {
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
  -moz-transition: all ease-in 0.5s;
  -ms-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
}

.userAction:hover {
  opacity: 0.75;
}

.tabContainer.active {
  display: flex;
}

.esports-uiTable {
  display: flex;
}
.esports-uiTableCol {
  border-radius: var(--radius);
  padding: 1px;
}

.colHeader,
.colHeader.esports-uiTable {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 215px;
  padding: 0.125rem;
}

.colRow,
.colRow.esports-uiTable {
  display: flex;
  flex-direction: column;
  height: 58px;
  overflow: hidden;
  border-top: 1px solid var(--primary-bg);
  justify-content: center;
  padding: 0.125rem;
}

.dataCol .colRow,
.dataCol .colRow.esports-uiTable {
  border: transparent;
  margin: 0 auto;
  width: 97%;
  justify-content: center;
  align-items: center;
}
.colRow i.bi,
.colRow.esports-uiTable i.bi {
  font-size: var(--lg-font);
}

.esports-ui__rounded-container,
.esports-ui__dark-trans-bg-container {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0%;
}

.esports-ui__dark-trans-bg-container img.trans__bg__img {
  display: flex;
  margin: 0 auto;
  min-height: 200px;
  height: 100%;
  width: auto;
}

.esports-ui__img-containerBase {
  width: 100%;
  height: 230px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.esports-ui__img-containerBase img {
  display: flex;
  flex: 0 0 auto;
  margin: 0 auto;
  width: fill-available;
  width: -webkit-fill-available;
  position: relative;
}

.esports-ui__fullBgOnText {
  z-index: 1;
  background: var(--purple-trans-faded-top);
  color: var(--purple-trans-faded-top-text);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.esports-ui__fullBgOnTextBase {
  display: flex;
  flex: 0 0 auto;
  min-height: 500px;
  position: absolute;
  justify-content: center;
  align-items: center;
  align-content: center;
  top: 0;
  height: 500px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
}

.esports-ui__fullBgOnTextBase img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex: 0 0 auto;
  justify-self: center;
  align-self: center;
  position: relative;
}

.esports-ui__dark-trans-bg-textHolder {
  display: flex;
  position: absolute;
  z-index: 100;
  bottom: 0%;
  width: 100%;
  left: 0;
  right: 0;
  top: auto;
  justify-content: center;
  padding: 3rem;
  color: var(--trans-dark-text);
}

.esports-ui__dark-trans-bg-textHolder::after {
  display: flex;
  position: absolute;
  width: 200%;
  height: 120%;
  content: "";
  background: var(--gradient-dark-trans-bg);
  z-index: -1;
  bottom: 0%;
  left: -50%;
  right: 0;
  border-radius: 200%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.esports-ui__kitBox {
  height: 400px;
  max-height: 400px;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0;
  border-radius: 1.2rem;
  background: var(--secondary-bg);
  position: relative;
}

.esports-ui__kitBox img {
  display: flex;
  margin: 0 auto;
  flex: 0 0 auto;
  justify-self: center;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  z-index: 0;
}

.esports-ui__kitBox div {
  z-index: 1;
  position: relative;
  height: auto;
}

.esports-ui__overflowKit {
  overflow: visible;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  display: flex;
}

.esports-ui__overflowKit img {
  border-radius: 1.2rem;
  z-index: 0;
  position: absolute;
  display: flex;
  width: 100%;
  left: 0;
  top: auto;
  bottom: auto;
  justify-self: center;
  align-self: center;
}

.esports-ui__overflowKit .esports-ui__overflowKit-Elems {
  display: flex;
  height: 100%;
  position: relative;
  top: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: transparent;
  z-index: 100;
  right: 0;
  padding: 0;
}

.esports-ui__KitElems {
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  margin: 0.5rem auto;
  width: 100%;
  margin-right: -25%;
  flex: 1;
}
.hoverScale:hover img.hoverScale,
div.hoverScale:hover img.hoverScale,
.esports-ui__rounded-container:hover img,
.esports-ui__rounded-container:hover img.hoverScale,
.esports-ui__dark-trans-bg-container:hover img,
.esports-ui__dark-trans-bg-container:hover img.hoverScale,
.esports-ui__kitBox:hover img,
.esports-ui__kitBox:hover img.hoverScale,
.esports-ui__overflowKit:hover img,
.esports-ui__overflowKit:hover img.hoverScale,
.esports-ui__fullBgOnText:hover img,
.esports-ui__fullBgOnText:hover img.hoverScale,
.esports-ui__fullBgOnTextBase:hover img,
.esports-ui__fullBgOnTextBase:hover img.hoverScale,
.esports-ui__img-containerBase:hover img,
.esports-ui__img-containerBase:hover img.hoverScale {
  transform: scale(1.12, 1.12);
  -webkit-transform: scale(1.12, 1.12);
  -o-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
}

.esports-ui__mega-menu,
.esports-ui__mega-menu-mobile {
  display: none;
  flex: 0 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1000;
  background: var(--substitute-bg);
}

.esports-ui__mega-menu.active,
.esports-ui__mega-menu-mobile.active {
  display: flex;
}

.accordion-item,
.esports-ui__mega-menu .accordion-item {
  background: transparent;
}

.esports-ui__mega-menu .nav-pills .nav-link,
.esports-ui__mega-menu-mobile .nav-pills .nav-link {
  border-radius: 0;
  background: var(--dark-bg);
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-weight: 600;
  color: var(--dark-text);
  height: 100px;
  align-items: center;
  border-bottom: 1px solid rgba(204, 204, 204, 0.22);
  font-size: 1.25rem;
}

.esports-ui__mega-menu .nav-pills .nav-link:hover,
.esports-ui__mega-menu-mobile .nav-pills .nav-link:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: scale(1.1, 1.1);
}

.esports-ui__mega-menu i.clsMenu,
.esports-ui__mega-menu-mobile i.clsMenu {
  right: 0;
  color: var(--primary-text);
  cursor: pointer;
}

.esports-ui__mega-menu .nav-pills .nav-link.active,
.esports-ui__mega-menu .nav-pills .show > .nav-link,
.esports-ui__mega-menu-mobile .nav-pills .nav-link.active,
.esports-ui__mega-menu-mobile .nav-pills .show > .nav-link {
  background-color: none;
  background: var(--secondary-bg);
  color: var(--secondary-text);
}

.esports-ui__mega-menu a,
.esports-ui__mega-menu-mobile a {
  color: inherit;
}

.esports-ui__mega-menu img,
.esports-ui__mega-menu-mobile img {
  height: 620px;
  margin: 0 auto !important;
  justify-self: center;
  position: relative;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.esports-ui__mega-menu .menuList,
.esports-ui__mega-menu-mobile .menuList {
  overflow: auto;
}
.esports-ui__mega-menu-mobile ul li a {
  font-size: 15px;
  font-weight: 600;
}

.esports-ui__mega-menu-mobile ul li a:hover {
  font-weight: 300;
}
.esports-ui__mega-menu-mobile
  .accordion-flush
  .accordion-item
  .accordion-button {
  font-weight: 600;
  font-size: 16px;
  background: transparent;
  color: inherit;
}

.clsMenuMbl,
i.clsMenuMbl {
  cursor: pointer;
}

footer,
footer p {
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
}
.alt-content {
  position: absolute;
}
.alt-base {
  position: relative;
  z-index: 0;
}
.alt-base img {
  width: 100%;
}

.form-control,
form .form-control {
  background: transparent;
  background-color: transparent;
  height: 60px;
  margin-top: -25px;
}

textarea.form-control,
form textarea.form-control {
  padding-top: 18px;
  min-height: 100px;
}

form label {
  background: #fff;
  z-index: 100;
  width: fit-content;
  width: -webkit-fit-content;
  max-width: none;
  margin: 0 auto;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
  color: #233;
}

.accent label {
  background: var(--accent-bg);
}
.tertiary label {
  background: var(--tertiary-bg);
}
.primary label {
  background: var(--primary-bg);
}
.substitute label {
  background: var(--substitute-bg);
}
.grey label {
  background: var(--grey-bg);
}

.form-control:focus,
form .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.tooltip {
  opacity: 1;
  color: var(--bs-danger);
  display: flex;
  font-weight: 600;
}
.infoDisplay,
span.infoDisplay {
  word-wrap: anywhere;
}

/* height controls for containers */

.h-1,
div.h-1,
section.h-1,
span.h-1,
img.h-1 {
  height: 100px;
}
.h-15,
div.h-15,
section.h-15,
span.h-15,
img.h-15 {
  height: 150px;
}
.h-2,
div.h-2,
section.h-2,
span.h-2,
img.h-2 {
  height: 200px;
}
.h-25,
div.h-25,
section.h-25,
span.h-25,
img.h-25 {
  height: 250px;
}
.h-3,
div.h-3,
section.h-3,
span.h-3,
img.h-3 {
  height: 300px;
}
.h-35,
div.h-35,
section.h-35,
span.h-35,
img.h-35 {
  height: 350px;
}
.h-4,
div.h-4,
section.h-4,
span.h-4,
img.h-4 {
  height: 400px;
}
.h-45,
div.h-45,
section.h-45,
span.h-45,
img.h-45 {
  height: 450px;
}
.h-5,
div.h-5,
section.h-5,
span.h-5,
img.h-5 {
  height: 500px;
}
.h-55,
div.h-55,
section.h-55,
span.h-55,
img.h-55 {
  height: 550px;
}
.h-6,
div.h-6,
section.h-6,
span.h-6,
img.h-6 {
  height: 600px;
}
.h-65,
div.h-65,
section.h-65,
span.h-65,
img.h-65 {
  height: 650px;
}
.h-7,
div.h-7,
section.h-7,
span.h-7,
img.h-7 {
  height: 700px;
}
.showMobile {
  display: none;
}

.social_corner,
div.social_corner,
span.social_corner {
  position: fixed;
  padding: 2.3rem;
  z-index: 9999;
  background: transparent;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  right: 0;
  bottom: 0;
}
.social_corner a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--accent-bg);
  color: var(--accent-text);
  border-radius: 120px;
  margin-bottom: 10px;
}

.social_corner a i.bi {
  color: inherit;
}

.menuMbl {
  display: none !important;
}
.menu {
  display: flex !important;
}

div.loading,
body#esports_app div.loading {
  display: none;
  position: absolute;
  bottom: 15px;
  height: auto;
  min-width: 250px;
  background: #121212;
  border-radius: var(--radius);
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 35px;
  font-size: 13px;
  text-transform: capitalize;
  box-shadow: 0 0 83px 33px rgba(0, 0, 0, 0.09);
  z-index: 999999999;
  flex: 0 0 auto;
  width: auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0;
}

div.site-notify {
  position: fixed;
  bottom: 30px;
  background: var(--dark-bg);
  color: var(--primary-bg);
  border-radius: var(--radius);
  display: none;
  flex: 0 0 auto;
  justify-self: center;
  align-self: center;
  margin: 0 auto;
  z-index: 99999999;
  justify-content: space-between;
  align-items: center;
  float: none;
  flex-direction: row;
  padding: 15px 30px;
  width: 400px;
  left: 2.5%;
  cursor: pointer;
  box-shadow: 0px 0px 18px -9px rgba(0, 0, 0, 0.25);
}

div.site-notify .alertIcon {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

div.site-notify .alertIcon i {
  color: inherit;
  font-size: 12px;
}

div.site-notify .alertUser {
  font-size: var(--reg-font);
  color: inherit;
  justify-content: center;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  padding: 0px 10px;
  width: 85%;
}

div.site-notify .alertUser p {
  margin: 0 auto;
  font-weight: 300;
}

div.site-inprogress {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  display: flex;
}

/* responsive style */

@media (max-width: 1160px) {
  section.hero-banner .carousel .carousel-caption h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1080px) {
  section.hero-banner div.cta-hero-box {
    display: none !important;
  }
  section.hero-banner {
    height: auto;
  }
  section.hero-banner .carousel .carousel-item img {
    position: relative;
    z-index: 0;
  }
  section.hero-banner .carousel .carousel-caption {
    background: var(--dark-bg);
    position: relative;
    height: -webkit-fit-content;
    padding: 3rem;
    z-index: 999;
  }

  section.hero-banner .carousel .carousel-caption h3 {
    font-size: 2rem;
  }
  .esports-ui__overflowKit {
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .esports-ui__overflowKit img {
    position: relative;
  }
  .esports-ui__KitElems {
    margin-right: 0%;
  }
  header div.logo {
    margin-left: 5%;
  }
  .hideMobile {
    display: none;
  }
  .showMobile {
    display: flex;
  }
  ol li {
    margin-left: 25px;
  }
}
@media (max-width: 680px) {
  section.hero-banner .carousel-indicators {
    justify-content: center;
  }
  .social_corner,
  div.social_corner,
  span.social_corner {
    padding: 0.3rem;
  }
  section.hero-banner .carousel .carousel-item {
    justify-content: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    background: var(--dark-bg);
  }

  section.hero-banner .carousel .carousel-item img {
    display: flex !important;
    margin: 0 auto;
    width: auto !important;
    height: 360px;
    position: relative;
  }
  .p-5 {
    padding: 1.5rem !important;
  }
  header div.logo {
    width: 70px;
    height: 70px;
  }
  header div.logo img.logo {
    width: 50px;
  }
  header nav ul li:last-child {
    margin-right: 25px;
  }
  .esports-ui__overflowKit {
    overflow: visible;
    position: relative;
  }
  .esports-ui__overflowKit .esports-ui__overflowKit-Elems {
    height: auto;
  }
  .carousel .carousel-caption h3 {
    font-size: 1.5rem;
  }
  .h4,
  h4 {
    font-size: calc(1rem + 0.3vw);
  }
  .h5,
  h5 {
    font-size: 1.12rem;
  }
  section.hero-banner .carousel .carousel-caption {
    font-size: 16px;
    padding-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none;
  }
  .h-xs-auto {
    height: auto !important;
  }
  .alt-base {
    position: absolute !important;
    height: 100%;
    justify-content: center;
  }
  .alt-base img {
    width: auto !important;
    height: 100%;
    display: flex;
    flex: 1 1;
    align-self: center;
    margin: 0 auto;
  }
  .alt-content {
    position: relative !important;
  }
  .menuMbl {
    display: flex !important;
  }

  form input.form-control,
  form select.form-control,
  form textarea.form-control {
    font-size: 16px !important;
  }

  .menu {
    display: none !important;
  }
  .m-p-0 {
    padding: 0 !important;
  }
  .m-pt-0 {
    padding-top: 0 !important;
  }
  .m-pb-0 {
    padding-bottom: 0 !important;
  }
  .m-ps-0 {
    padding-left: 0 !important;
  }
  .m-pe-0 {
    padding-right: 0 !important;
  }

  .m-m-0 {
    margin: 0 !important;
  }
  .m-mt-0 {
    margin-top: 0 !important;
  }
  .m-mb-0 {
    margin-bottom: 0 !important;
  }
  .m-ms-0 {
    margin-left: 0 !important;
  }
  .m-me-0 {
    margin-right: 0 !important;
  }

  .m-p-1 {
    padding: 0.25rem !important;
  }
  .m-pt-1 {
    padding-top: 0.25rem !important;
  }
  .m-pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .m-ps-1 {
    padding-left: 0.25rem !important;
  }
  .m-pe-1 {
    padding-right: 0.25rem !important;
  }

  .m-m-1 {
    margin: 0.25rem !important;
  }
  .m-mt-1 {
    margin-top: 0.25rem !important;
  }
  .m-mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .m-ms-1 {
    margin-left: 0.25rem !important;
  }
  .m-me-1 {
    margin-right: 0.25rem !important;
  }

  .m-p-2 {
    padding: 0.5rem !important;
  }
  .m-pt-2 {
    padding-top: 0.5rem !important;
  }
  .m-pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .m-ps-2 {
    padding-left: 0.5rem !important;
  }
  .m-pe-2 {
    padding-right: 0.5rem !important;
  }

  .m-m-2 {
    margin: 0.5rem !important;
  }
  .m-mt-2 {
    margin-top: 0.5rem !important;
  }
  .m-mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .m-ms-2 {
    margin-left: 0.5rem !important;
  }
  .m-me-2 {
    margin-right: 0.5rem !important;
  }

  .m-p-3 {
    padding: 0.75rem !important;
  }
  .m-pt-3 {
    padding-top: 0.75rem !important;
  }
  .m-pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .m-ps-3 {
    padding-left: 0.75rem !important;
  }
  .m-pe-3 {
    padding-right: 0.75rem !important;
  }

  .m-m-3 {
    margin: 0.75rem !important;
  }
  .m-mt-3 {
    margin-top: 0.75rem !important;
  }
  .m-mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .m-ms-3 {
    margin-left: 0.75rem !important;
  }
  .m-me-3 {
    margin-right: 0.75rem !important;
  }

  .m-p-4 {
    padding: 1rem !important;
  }
  .m-pt-4 {
    padding-top: 1rem !important;
  }
  .m-pb-4 {
    padding-bottom: 1rem !important;
  }
  .m-ps-4 {
    padding-left: 1rem !important;
  }
  .m-pe-4 {
    padding-right: 1rem !important;
  }

  .m-m-4 {
    margin: 1rem !important;
  }
  .m-mt-4 {
    margin-top: 1rem !important;
  }
  .m-mb-4 {
    margin-bottom: 1rem !important;
  }
  .m-ms-4 {
    margin-left: 1rem !important;
  }
  .m-me-4 {
    margin-right: 1rem !important;
  }

  .m-p-5 {
    padding: 1.25rem !important;
  }
  .m-pt-5 {
    padding-top: 1.25rem !important;
  }
  .m-pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .m-ps-5 {
    padding-left: 1.25rem !important;
  }
  .m-pe-5 {
    padding-right: 1.25rem !important;
  }

  .m-m-5 {
    margin: 1.25rem !important;
  }
  .m-mt-5 {
    margin-top: 1.25rem !important;
  }
  .m-mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .m-ms-5 {
    margin-left: 1.25rem !important;
  }
  .m-me-5 {
    margin-right: 1.25rem !important;
  }
  .m-h-auto {
    height: auto !important;
  }
  .m-w-auto {
    width: auto !important;
  }
  .m-h-100 {
    height: 100vh !important;
  }
  .m-w-100 {
    width: 100% !important;
  }
}
