.hgbie8rgt {
  margin: 0 auto;
  max-width: 100%;
}

.svdghg6reg8trh {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 7px;
  grid-row-gap: 7px;

  list-style: none;
}

.cvghv7tbrt {
  width: 100%;
}

.cvghv7tbrt:hover .ee8gfn5nrty__play-link {
  visibility: visible;
}

.ee8gfn5nrty {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 66%;
  border-radius: 4px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.21);
}

.ee8gfn5ndv4tb {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100% 78%;
  border-radius: 4px;
}

.ee8gfn5ndv4tb picture {
  max-height: 100%;
  text-align: center;
}

.ee8gfn5nrty:hover .ee8gfn5nrty__bg {
  filter: brightness(50%);
}

.ee8gfn5nrty__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.ee8gfn5nrty__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ee8gfn5nrty__header {
  position: relative;
  margin-bottom: 5px;
  display: block;
  height: 25px;
  color: white;
}

.ee8gfn5nrty__header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.45),
    transparent,
    transparent
  );
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ee8gfn5nrty__play-link {
  margin-top: 30%;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  visibility: hidden;
  margin-bottom: 10px;
  width: 154px;
  height: 40px;
  color: black;
  font-size: 18px;
  font-weight: 700;
  background-color: #71ee41;
  text-transform: uppercase;
  border: 1px solid #71ee41;
  border-radius: 20px;
  text-decoration: none;
}

.ee8gfn5nrty__play-link:hover {
  background-color: #1cdefc;
  cursor: pointer;
}

.btn_load_more {
  padding: 5px 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  background-color: #2c2c2e;
  border: 0;
  cursor: pointer;
  margin: 20px 0;
  text-align: center;
  border-radius: 7px;
}

@media (max-width: 1200px) {
  .svdghg6reg8trh {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .svdghg6reg8trh {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .svdghg6reg8trh {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 14px;
  }
}

.bgrhbguirhgvkr {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  padding: 0 15px;
  background-color: #1e1e1e;
}

.tfgvcbkjhe {
  display: flex;
  overflow: auto;
  width: 100%;
  list-style: none;
  padding: 7px 0;
}

.tfgy9thtrvcbkjhe {
  position: relative;
  margin-right: 12px;
  font-size: 1.2rem;
  color: white;

  text-transform: capitalize;
  white-space: nowrap;
  transition: color 0.2s;
  cursor: pointer;

  padding: 7px 20px;
  border: 1px solid gray;
  border-radius: 20px;
}

.tfgy9thtrvcbkjhe a {
  position: relative;

  text-decoration: none;
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  white-space: nowrap;
  transition: color 0.2s;
  cursor: pointer;
}

.tfgy9thtrvcbkjhe.active {
  border: 1px solid greenyellow;
}

.dashboard__providers-select {
  font-size: 13px;
}

.dashboard__providers-select option {
  font-size: 13px;
}

.dashboard__providers {
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 1000px) {
  .dashboard__providers {
    display: none;
  }
}

div#slider_f_1 {
  overflow: hidden;
  margin: auto;
  width: 100%;

  max-height: 400px;
}

div#slider_f_1 div {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  font-size: 0;
  animation: 20s slider infinite;
}

div#slider_f_1 div img {
  width: 20%;
  float: left;
}

@keyframes slider {
  0% {
    left: 0%;
  }

  20% {
    left: 0%;
  }

  25% {
    left: -100%;
  }

  45% {
    left: -100%;
  }

  50% {
    left: -200%;
  }

  70% {
    left: -200%;
  }

  75% {
    left: -300%;
  }

  95% {
    left: -300%;
  }
}

:root {
  --white: white;
  --header: #20536f;
  --body: #030303;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html {
  width: 100%;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

@media (min-width: 2201px) and (max-width: 2400px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1901px) and (max-width: 2200px) {
  html {
    font-size: 13px;
  }
}

@media (min-width: 1500px) and (max-width: 1900px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 1499px) and (min-width: 1200px) {
  html {
    font-size: 11px;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 10px;
  }
}

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: var(--body);
}

.main {
  width: 100%;
  flex-grow: 2;
  padding-top: 100px;
}

.wrapper {
  position: relative;
  width: 95%;

  margin: 0 auto;
}

@media (max-width: 1000px) {
  .wrapper {
    width: 97%;
  }
}

/***********************      MyCOOKIES      **********************/

#cookies {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  display: none;
  position: fixed;
  bottom: 1.5rem;
  left: 20px;
  width: 50%;
  min-width: 290px;
  padding: 1rem 2rem;
  background-color: black;
  border: 1px solid white;
  margin: 0;
  font-weight: 600;
  color: black;
  z-index: 60;
}

.cookies p {
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 20px;
}

.btn_accept_cookies {
  font-size: 14px;
  padding: 5px 20px;
  background-color: #71ee41;
  color: black;
  cursor: pointer;
  transition: all 0.2s ease-in;
  opacity: 0.8;
  border-radius: 5px;
  margin: 10px auto 0 0;
}

.btn_accept_cookies:hover {
  opacity: 1;
}

#cookies.show {
  display: flex;
}

@media (min-width: 576px) {
  #cookies.show {
    display: flex;
  }
}

@media (max-width: 575px) {
  #cookies.show {
    display: block;
    text-align: left;
  }
}

/*********** GLOBAL  ************/

button {
  cursor: pointer;
}

.a {
  text-decoration: none;
  cursor: pointer;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 2px;
  width: 5px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: rgb(115, 119, 114);
  border-radius: 10px;
}

.display_none {
  display: none;
}

.border_none {
  border: none;
}

.mb_1 {
  margin-bottom: 1rem;
}
