body,
code,
html,
kbd,
pre,
samp {
font-family: Lato, 'helvetica neue', helvetica, arial
}

a {
color:#000;
text-decoration:underline;
}

html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
box-sizing: border-box
}


.content {
  width: 80%;
  margin: 0 auto;
}

body {
font-weight: 400;
background: #262626;
font-size: 16px;
line-height: 1.625;
margin: 0;
}


h1 {
font-size: 2em;
margin: .67em 0
}
mark {
color: #000
}
small {
font-size: 80%
}

img {
height: auto
}
svg:not(:root) {
overflow: hidden
}
hr {
box-sizing: content-box;
background-color: #ccc;
height: 1px;
margin-bottom: 1.5em
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
font-weight: 400;
margin-bottom: 15px
}

*,
:after,
:before {
box-sizing: inherit
}
ol,
ul {
margin: 0 0 1.5em 1em
}
ul {
list-style: disc
}
ol {
list-style: decimal
}
li>ol,
li>ul {
margin-bottom: 0;
margin-left: 10px
}

h1.entry-title, h2.entry-title, h2.entry-title a:hover, h2.entry-title a:active {
font-family: Merriweather;
font-weight: 400;
color: #000;
text-align: center;
line-height: 150%;
margin-top: 0px;
}

main {
  padding: 30px 40px;
}

.header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #000;
	padding: 10px 40px;
	z-index: 5;
}

@media (max-width: 1024px) {
	.header {
    gap: 30px;
		flex-wrap: wrap;
	}
}

@media (max-width: 1200px) {
	.header {
		padding: 10px 20px;
	}
}

@media (max-width: 768px) {
	.header {
		flex-direction: column;
	}
}

.header__logo {
	min-width: 210px;
	width: 100%;
	max-height: 78px;
	color: #fff;
    text-align: center;
    display: block;
    width: 100%;
}

@media (max-width: 768px) {
	.header__logo {
		max-width: 100%;
	}
}

.header__menu {
	position: relative;
	width: 100%;
}

@media (max-width: 1024px) {
	.header__menu {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.header__menu {
		min-height: 50px;
	}
}

.header__menu ul {
	width: 100%;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

@media (max-width: 1024px) {
	.header__menu ul {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.header__menu ul {
		display: inline-flex;
		/* flex-direction: column; */
		align-items: center;
		/* padding-top: 50px; */
		padding-bottom: 20px;
		max-height: 0;
		transition: all 0.3s linear;
	}
}

.header__menu ul li {
	position: relative;
	margin: 0 10px 20px !important;
}

@media (max-width: 1024px) {
	.header__menu ul li {
		margin: 0 45px;
		height: 35px;
		line-height: 35px;
	}
}

@media (max-width: 768px) {
	.header__menu ul li {
		width: 50%;
		margin: 0 0 5px !important;
		text-align: center;
		height: auto;
	}
}

.header__menu ul li:first-child {
	margin-left: 0;
}

.header__menu ul li a {
	font-size: 15px;
  line-height: 18px;
	padding: 14px 21px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
  color: #1095b5;
  background: #e1f3f7;
  border-color: #e1f3f7;
}

.header__menu ul li:last-of-type a {
  background: linear-gradient(180deg,#ff9e2c,#ffb72c),#ff9e2c;
  border-color: linear-gradient(180deg,#ff9e2c,#ffb72c),#ff9e2c;
  color: #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
}

main article > div > a {
  background: linear-gradient(180deg,#ff9e2c,#ffb72c),#ff9e2c;
  padding: 15px 200px;
  color: #fff;
  position: relative;
  border-radius: 15px;
  margin-bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

main article > div > .image_link {
  background: transparent;
  padding: 15px 60px;
}

.table_container {
  overflow: auto;
}

.main-template {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.main-template {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
.main-template__header {
  width: 100%;
}
.main-template__container {
  padding: 0 20px;
  width: 100%;
  min-height: 100%;
}
.main-template--user {
  height: 100%;
  min-height: 100%;
}
.main-template--sport .main-template__container, .main-template--game .main-template__container, .main-template--landing .main-template__container, .main-template--leaderboard .main-template__container, .main-template--quiz .main-template__container, .main-template--quiz-calendar .main-template__container, .main-template--pwa-landing .main-template__container, .main-template--casino .main-template__container {
  padding: 0;
}
.main-template--sport .main-template__container {
  max-width: unset;
}
.main-template--sport .main-template__container iframe {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
}
.main-template__tournaments .main-template__container {
  padding: 0;
}
.main-template--fixed-header .main-template__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.main-template--user--tablet .main-template__container {
  padding: 0;
}

.buttons {
  display: flex;
  gap: 7px;
}

.buttons a {
  color: #f8ff13;
  background: transparent;
  border: 1px solid #f8ff13;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

.banner_button {
  color: black;
  font-weight: bold;
  font-size: 24px;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #f8ff13;
  border: none;
  padding: 32px 120px;
  display: inline-block;
  margin: 30px 0;
}

.buttons a:last-of-type {
  color: #000;
  background: #f8ff13;
  border: none;
}

ol, ul, a, h3, tr {
  color: #fff;
}

main p {
  margin: 0px 0px 25px;
  padding-right: 16px;
  font-size: 15px;
  line-height: 21px;
  color: #fff;
}

h1, h2 {
  margin: 0px 0px 20px;
  font-size: 32px;
  text-align: center;
  line-height: 31px;
  font-weight: bold;
  color: #fff;
}

h3 {
  font-size: 26px;
}

.center_image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 16px;
}

footer {
  padding: 30px 0;
  position: relative;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  background-color: #141b27;
}
footer p {
  color: #fff;
  margin: 0;
}

.reg_button {
  padding: 12px 60px;
  color: #262626;
  background: #f8ff13;
  border-color: #f8ff13;
  border-radius: 2px;
  display: flex;
  width: fit-content;
  flex-wrap: nowrap;
  text-decoration: none;
  justify-content: center;
  margin-bottom: 15px;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 720px) {
  .content {
    width: 100%;
  }

  .banner_button {
    font-size: 18px;
    padding: 22px 50px;
  }

  main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .center_image {
    width: 100%;
  }
}