/*!
Theme Name: tribunata
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tribunata
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tribunata is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	padding: 20px 0;
}
main#primary {
	padding: 20px 10px;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@media only screen and (max-width:950px) {
	.cookies-module--cookies-table--20b21 {
		font-size: 9px
	}
}

.article-template-module--background-gradient--aa062 {
	background: none;
	background: linear-gradient(180deg, #0d744d, #1a1a1a);
	height: 0;
	height: 638px;
	opacity: .6;
	position: absolute;
	top: -32px;
	transition: height .2s linear;
	width: 100%;
	z-index: -1;
	left: 0;
}

.article-template-module--container--8b778 {
	display: grid;
	gap: 16px;
	grid-auto-flow: column;
	margin: 0 auto;
	max-width: 1100px;
	padding-top: 32px
}

.article-template-module--other-articles-container--664b4 {
	color: #fff;
	display: grid;
	gap: 16px;
	height: -moz-fit-content;
	height: fit-content
}

.article-template-module--article-container--d8a82 {
	color: #f2f2f2;
	margin: 0 auto 48px;
	max-width: 750px
}

.article-template-module--info--55080 {
	align-items: center;
	background: #000;
	border-radius: 0 0 6px 6px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	margin-top: -4px;
	padding: 12px 16px
}

.article-template-module--social-icons--c007a {
	color: #01b975;
	display: grid;
	gap: 16px;
	grid-auto-flow: column;
	position: relative
}

.article-template-module--social-icons--c007a a {
	height: 27px
}

.article-template-module--social-icons--c007a svg {
	cursor: pointer
}

.article-template-module--image--94742 {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 100%
}

.article-template-module--about--4ae0b {
	align-items: center;
	color: #a5a1a1;
	color: #fff;
	display: grid;
	gap: 8px;
	grid-template-areas: "date divider author""time-to-read time-to-read time-to-read";
	width: -moz-fit-content;
	width: fit-content
}

.article-template-module--divider--856a9 {
	color: #a5a1a1;
	grid-area: divider
}

.article-template-module--author-name--e7bb3 {
	grid-area: author
}

.article-template-module--date-and-read-time--2e74d {
	grid-area: date
}

.article-template-module--time-to-read--9a9dc {
	color: #a5a1a1;
	grid-area: time-to-read
}

.article-template-module--title--1b635 {
	margin-bottom: 16px
}

.article-template-module--social-text--af7d2 {
	font-style: italic;
	font-weight: 300;
	padding: 0 8px
}

.article-template-module--social-text--af7d2 a {
	color: #01b975;
	font-weight: 700
}

.article-template-module--content--225ca p {
	margin-bottom: 16px
}

.article-template-module--content--225ca h1,
.article-template-module--content--225ca h2,
.article-template-module--content--225ca h3,
.article-template-module--content--225ca h4,
.article-template-module--content--225ca h5,
.article-template-module--content--225ca h6 {
	line-height: 33px;
	margin: 20px 0
}

.article-template-module--content--225ca img {
	margin-bottom: 16px;
	max-width: 100%
}

.article-template-module--content--225ca ul {
	list-style-type: disc;
	margin-bottom: 16px;
	padding-left: 30px
}

.article-template-module--content--225ca a {
	color: #01b975
}

.article-template-module--content--225ca strong {
	font-weight: 700
}

.article-template-module--copy-snackbar--23914 {
	background: #01b975;
	border-radius: 8px;
	bottom: 90px;
	color: #fff;
	font-size: 20px;
	left: 0;
	margin: auto;
	padding: 8px 16px;
	position: fixed;
	right: 0;
	width: -moz-fit-content;
	width: fit-content
}

.article-template-module--youtube--1660e {
	display: flex;
	justify-content: center;
	margin-top: 16px;
	width: 100%
}

.article-template-module--ad-desktop--60743,
.article-template-module--ad-mobile--4fd66 {
	border-radius: 8px;
	cursor: pointer;
	margin: 0 auto
}

.article-template-module--ad-mobile--4fd66 {
	display: none
}

.article-template-module--ad-desktop--60743 {
	display: block
}

@media only screen and (max-width:750px) {
	.article-template-module--ad-desktop--60743 {
		display: none
	}

	.article-template-module--ad-mobile--4fd66 {
		display: block
	}
}

@media only screen and (max-width:1126px) {
	.article-template-module--container--8b778 {
		gap: 16px;
		grid-auto-flow: row;
		margin-bottom: 32px;
		padding-top: 0
	}

	.article-template-module--image--94742 {
		border-radius: 0;
		width: 100%
	}

	.article-template-module--social-icons--c007a {
		gap: 8px
	}

	.article-template-module--copy-snackbar--23914 {
		font-size: 16px
	}

	.article-template-module--other-articles-container--664b4 {
		justify-content: center
	}

	.article-template-module--article-container--d8a82 {
		margin: 0 auto;
		padding: 0
	}

	.article-template-module--title--1b635 {
		margin-bottom: 16px
	}

	.article-template-module--info--55080 {
		border-radius: 0
	}

	.article-template-module--content--225ca,
	.article-template-module--title--1b635 {
		padding: 0 8px
	}

	.article-template-module--content--225ca p {
		line-height: 24px
	}

	.article-template-module--content--225ca h1,
	.article-template-module--content--225ca h2,
	.article-template-module--content--225ca h3,
	.article-template-module--content--225ca h4,
	.article-template-module--content--225ca h5,
	.article-template-module--content--225ca h6 {
		line-height: 28px
	}
}

@font-face {
	font-display: swap;
	font-family: Phantom;
	font-style: normal;
	font-weight: 400;
	src: url(/static/Panton-BlackCaps-3b05fb973a6753662e7e1b3712278762.eot);
	src: local(""), url(/static/Panton-BlackCaps-0e3ad1210269b241bc648ff66697e927.woff) format("woff"), url(/static/Panton-BlackCaps-e537402d5a620fd84cf471be7432d367.ttf) format("truetype"), url(/static/Panton-BlackCaps-6305459255f005fb1995ae2e66ef1e63.svg) format("svg")
}

* {
	-ms-overflow-style: none;
	box-sizing: border-box;
	font-display: swap;
	font-family: Roboto, serif;
	scrollbar-width: none
}

::-webkit-scrollbar {
	display: none
}

body {
	background-color: #1a1a1a
}

.heading-1 {
	font-size: 34px
}

.heading-2 {
	font-size: 30px
}

.heading-3 {
	font-size: 24px
}

.heading-4 {
	font-size: 20px
}

.heading-1,
.heading-2,
.heading-3,
.heading-4 {
	font-weight: 700;
	letter-spacing: 1px
}

.text,
.text-special {
	font-size: 16px
}

.text-table,
.text-table-special {
	font-size: 18px
}

.text-special {
	font-weight: 400
}

.text {
	font-weight: 300
}

.text-table,
.text-table-special {
	font-weight: 400
}

.button-text {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase
}

.label {
	color: #a5a1a1;
	font-style: italic;
	font-weight: 300
}

.form-container {
	background-color: #000;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	max-width: 366px;
	padding: 16px
}

.form-title {
	color: #fff;
	margin-bottom: 24px;
	text-align: center
}

form {
	align-items: center;
	gap: 16px;
	text-align: center
}

fieldset,
form {
	display: flex;
	flex-direction: column
}

fieldset {
	border: none;
	gap: 8px;
	margin: 0;
	padding: 0
}

.form-close-container {
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	width: 100%
}

.loading-input {
	align-items: center;
	background: #fff;
	display: flex
}

.select-a {
	max-height: 35px
}

.loading-input,
input,
select {
	border: none;
	border-radius: 6px;
	font-size: 16px;
	height: 35px;
	margin: 8px 0 4px;
	padding: 0 0 0 8px;
	width: 328px
}

.checkbox {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center
}

.checkbox input {
	height: 20px;
	margin: 0;
	width: 20px
}

.form-field {
	display: flex;
	flex-direction: column;
	text-align: left
}

.form-error {
	color: #e44d4d;
	font-size: 11px;
	font-weight: 300;
	line-height: normal
}

.form-label {
	color: #a5a1a1;
	font-weight: 300;
	width: 100%
}

.text-section {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-weight: 300;
	gap: 16px;
	margin: 32px auto;
	max-width: 1126px;
	padding: 0 8px
}

.text-section a {
	color: #01b975
}

.text-section ul {
	list-style-type: disc;
	margin: inherit;
	padding-left: inherit
}

.regular-text {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px
}

.secondary-title {
	font-size: 27px
}

.primary-btn,
.primary-btn-warning {
	align-items: center;
	background-color: #01b975;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 16;
	font-weight: 700;
	height: 35px;
	justify-content: center;
	max-height: 35px;
	padding: 0 16px;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content
}

.primary-btn-warning:hover,
.primary-btn:hover {
	background-color: rgba(1, 185, 117, .8)
}

.primary-btn-warning {
	background-color: #dc5453
}

.primary-btn-warning:hover {
	background-color: rgba(220, 84, 83, .8)
}

.slick-slide {
	margin-right: 16px;
	width: 292px !important
}

.link {
	color: #01b975;
	cursor: pointer;
	font-weight: 300;
	font-weight: 700;
	width: 100%
}

.overlay {
	background: rgba(26, 26, 26, .9);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000
}

.overlay,
.section-link {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%
}

.section-link {
	background-color: #01b975;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 16;
	font-weight: 700;
	height: 35px;
	max-height: 35px;
	text-transform: uppercase
}

.section-link:hover {
	background-color: rgba(1, 185, 117, .8)
}

@media only screen and (max-width:750px) {
	.heading-1 {
		font-size: 28px
	}

	.heading-2 {
		font-size: 24px
	}

	.heading-3 {
		font-size: 20px
	}

	.heading-4 {
		font-size: 18px
	}

	.regular-text,
	.text-table,
	.text-table-special {
		font-size: 16px
	}

	.regular-text {
		line-height: 20px
	}
}

@media only screen and (max-width:600px) {

	.primary-btn,
	.primary-btn-warning {
		padding: 0 16px
	}
}

.not-found-module--background-gradient--0b36a {
	background: none;
	background: linear-gradient(180deg, #0d744d, #1a1a1a);
	height: 0;
	height: 638px;
	opacity: .6;
	position: absolute;
	top: -32px;
	transition: height .2s linear;
	width: 100%;
	z-index: -1
}

.not-found-module--container--f99e4 {
	align-items: center;
	color: #f2f2f2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 300px 0
}

.not-found-module--container--f99e4 button {
	margin-top: 32px
}

.not-found-module--message--a8cd1 {
	height: 217px;
	min-width: 498px;
	position: relative
}

.not-found-module--title--f1d2e {
	bottom: 83px
}

.not-found-module--message-number--c4756,
.not-found-module--title--f1d2e {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: fit-content
}

.not-found-module--message-number--c4756 {
	color: #272727;
	font-size: 189px;
	font-weight: 700
}

@media only screen and (max-width:600px) {
	.not-found-module--container--f99e4 {
		padding: 100px 0
	}

	.not-found-module--container--f99e4 button {
		margin-top: 16px
	}

	.not-found-module--message--a8cd1 {
		min-width: 346px
	}

	.not-found-module--message-number--c4756 {
		font-size: 146px
	}

	.not-found-module--title--f1d2e {
		bottom: 117px;
		font-size: 23px
	}
}

.avatar-module--background-gradient--5c4a4 {
	background: none;
	background: linear-gradient(180deg, #0d744d, #1a1a1a);
	height: 0;
	height: 638px;
	opacity: .6;
	position: absolute;
	top: -32px;
	transition: height .2s linear;
	width: 100%;
	z-index: -1
}

.avatar-module--container--943ea {
	color: #f2f2f2;
	margin: 32px auto 48px;
	max-width: 1126px;
	padding: 0 8px 16px;
	position: relative
}

.avatar-module--about--c0279 {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 32px
}

.avatar-module--title--b1923 {
	margin-bottom: 0
}

.avatar-module--content-wrapper--92e3b {
	display: flex;
	flex-direction: column;
	gap: 32px
}

.avatar-module--avatar-wrapper--f161b {
	background-color: #000;
	border-radius: 8px;
	padding: 16px 0
}

.avatar-module--chips-wrapper--70947 {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center
}

.avatar-module--color-select-wrapper--41ca7 {
	display: flex;
	justify-content: center;
	width: 100%
}

.avatar-module--color-select-wrapper--41ca7 select {
	margin: 0
}

.avatar-module--items-wrapper--d73eb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	width: 100%
}

.avatar-module--save-changes-btn--a8ee7 {
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	color: #01b975;
	cursor: pointer;
	display: flex;
	font-size: 16;
	font-weight: 700;
	height: 35px;
	justify-content: center;
	margin: 16px auto 0;
	max-height: 35px;
	padding: 0 16px;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content
}

.avatar-module--save-changes-btn--a8ee7:hover {
	background-color: #01b975;
	color: #fff
}

.avatar-module--page-info--1ea38 {
	color: #a5a1a1;
	font-size: 16px;
	font-weight: 400;
	margin-top: 16px;
	max-width: 1126px
}

.avatar-module--no-avatar-title--04411 {
	color: #fff;
	margin-top: 16px
}

.avatar-module--no-items-title--a9ec0 {
	text-align: center
}

.avatar-module--buy-info--1b3c2 {
	font-size: 14px;
	margin: 0 auto;
	max-width: 750px;
	text-align: center
}

@media only screen and (max-width:750px) {
	.avatar-module--no-avatar-title--04411 {
		text-align: center
	}
}

@media only screen and (max-width:600px) {
	.avatar-module--avatar-wrapper--f161b {
		position: sticky;
		top: 0;
		z-index: 12
	}

	.avatar-module--container--943ea {
		margin: 16px auto 32px
	}

	.avatar-module--page-info--1ea38 {
		font-size: 16px;
		text-align: center
	}

	.avatar-module--about--c0279 {
		align-items: center;
		flex-direction: column;
		margin-bottom: 16px
	}

	.avatar-module--content-wrapper--92e3b {
		gap: 16px
	}
}

.users-module--background-gradient--aed3f {
	background: none;
	background: linear-gradient(180deg, #0d744d, #1a1a1a);
	height: 0;
	height: 638px;
	opacity: .6;
	position: absolute;
	top: -32px;
	transition: height .2s linear;
	width: 100%;
	z-index: -1
}

.users-module--container--839e7 {
	color: #f2f2f2;
	margin: 32px auto 48px;
	max-width: 1126px;
	padding: 0 8px;
	position: relative;
	width: 100%
}

.users-module--about--bc6f8 {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px
}

.users-module--title-container--0a5b8 {
	align-items: center;
	display: flex;
	gap: 4px;
	margin-bottom: 16px
}

.users-module--title-container--0a5b8 span {
	background: #000;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	padding: 3px 5px
}

.users-module--fixtures--d34b4 {
	min-height: 800px
}

.users-module--page-info--537b5 {
	color: #a5a1a1;
	display: grid;
	font-size: 17px;
	font-weight: 400;
	gap: 16px;
	grid-auto-flow: row;
	margin-top: 32px;
	max-width: 1126px;
	padding: 8px
}

.users-module--page-info--537b5 ul {
	list-style-type: disclosure-closed;
	padding-left: 32px
}

.users-module--chips--7d608 {
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

.users-module--standings-header--12902 {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 12px
}

.users-module--standings-header-label--c611b {
	font-size: 14px
}

.users-module--small-title--1162c {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px
}

.users-module--end-of-game-period--da9d1 {
	display: flex;
	margin: 0 0 8px;
	width: -moz-fit-content;
	width: fit-content
}

.users-module--rules-image-container--5e637 {
	background-color: #000;
	border-radius: 8px;
	height: 573px;
	max-width: 400px
}

.users-module--rules-image--e9afe {
	border-radius: 8px;
	width: 400px
}

.users-module--prizes-container--45311,
.users-module--rules-container--7f9b1 {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 12px;
	width: 400px
}

.users-module--prizes-info--64e01 {
	background-color: #000;
	border-radius: 8px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 8px;
	width: 400px
}

.users-module--prizes-info--64e01 span {
	font-style: normal
}

.users-module--prizes-info-title--0f066 {
	font-size: 18px;
	padding-bottom: 8px
}

.users-module--dashboard--2064c {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto;
	width: 100%
}

.users-module--top-players--72468 {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.users-module--ad--16558 {
	border-radius: 8px;
	cursor: pointer;
	max-width: 547px
}

.users-module--ads--0bd06,
.users-module--logged-user-performance--e9762,
.users-module--top-players-row--6387d {
	display: flex;
	gap: 16px;
	width: 100%
}

.users-module--ads-item--5cb3c,
.users-module--logged-user-performance-item--565eb,
.users-module--top-players-item--a0bb4 {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%
}

.users-module--ad-desktop--88d25,
.users-module--ad-mobile--53f40 {
	border-radius: 8px;
	cursor: pointer
}

.users-module--ad-mobile--53f40 {
	display: none;
	margin: 0 auto
}

.users-module--ad-desktop--88d25 {
	display: inline-block;
	margin: 0 auto;
	max-width: 726px
}

@media only screen and (max-width:750px) {
	.users-module--ad-desktop--88d25 {
		display: none
	}

	.users-module--ad-mobile--53f40 {
		display: block
	}

	.users-module--about--bc6f8 {
		align-items: center;
		flex-direction: column;
		margin-bottom: 16px
	}

	.users-module--ads--0bd06,
	.users-module--logged-user-performance--e9762,
	.users-module--top-players-row--6387d {
		flex-direction: column
	}

	.users-module--ads-item--5cb3c,
	.users-module--logged-user-performance-item--565eb,
	.users-module--top-players-item--a0bb4 {
		align-items: center
	}

	.users-module--chips--7d608 {
		justify-content: center;
		width: 340px
	}

	.users-module--ad--16558 {
		max-width: unset;
		width: 100%
	}

	.users-module--title-container--0a5b8 span {
		font-size: 12px
	}
}

.users-module--game-fixtures-loading--428b1 {
	color: #fff;
	display: grid;
	gap: 8px 12px;
	grid-template-columns: calc(50% - 6px) calc(50% - 6px);
	grid-template-rows: 65px;
	margin-top: 8px;
	width: 100%
}

@keyframes users-module--blink--507c7 {
	50% {
		opacity: 0
	}
}

.users-module--loading-container--191c2 {
	background-color: #000;
	border-radius: 8px;
	min-height: 192px;
	width: 100%
}

.users-module--game-fixtures-loading--428b1 div,
.users-module--loading-container--191c2:first-child,
.users-module--loading-container--191c2:nth-child(2) {
	animation: users-module--blink--507c7 .8s linear infinite
}

.users-module--loading-container--191c2:nth-child(2) {
	animation-delay: .2s
}

.users-module--loading-container--191c2:nth-child(3) {
	animation: users-module--blink--507c7 .8s linear infinite;
	animation-delay: .4s
}

.users-module--loading-container--191c2:nth-child(4) {
	animation: users-module--blink--507c7 .8s linear infinite;
	animation-delay: .6s
}

.users-module--prizes-image--c2c87 {
	border-radius: 8px
}

@media only screen and (max-width:750px) {
	.users-module--game-fixtures-loading--428b1 {
		grid-template-columns: auto
	}

	.users-module--game-fixtures-wrapper--7900e h3,
	.users-module--small-title--1162c {
		text-align: center
	}

	.users-module--prizes-container--45311,
	.users-module--rules-container--7f9b1 {
		align-items: center;
		margin: 0 auto;
		width: 344px
	}

	.users-module--standings-header--12902 {
		align-items: center;
		width: 100%
	}

	.users-module--rules-image-container--5e637 {
		height: 493px
	}

	.users-module--prizes-image--c2c87,
	.users-module--prizes-info--64e01,
	.users-module--rules-image--e9afe {
		width: 344px
	}

	.users-module--end-of-game-period--da9d1 {
		justify-content: center;
		margin: auto;
		width: 100%
	}

	.users-module--container--839e7 {
		margin: 16px 0 32px
	}

	.users-module--page-info--537b5 {
		font-size: 16px
	}

	.users-module--title--d28fa {
		margin-bottom: 16px
	}
}

.profile-module--background-gradient--2524f {
	background: none;
	background: linear-gradient(180deg, #0d744d, #1a1a1a);
	height: 0;
	height: 638px;
	opacity: .6;
	position: absolute;
	top: -32px;
	transition: height .2s linear;
	width: 100%;
	z-index: -1
}

.profile-module--loading-container--0452b {
	animation: profile-module--blink--1c1da 1s linear infinite;
	background: transparent;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 1110px;
	padding-top: 16px;
	position: relative
}

.profile-module--no-details--9ecb5 {
	color: #fff;
	margin-top: 32px;
	text-align: center
}

.profile-module--page-container--7cad6 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto 48px;
	max-width: 1126px;
	padding: 0 8px;
	width: 100%
}

.profile-module--latest-votes--cca55,
.profile-module--settings--18f89 {
	display: flex;
	flex-direction: column
}

.profile-module--latest-votes--cca55 {
	margin-top: 16px
}

.profile-module--switch-container--a6572 {
	display: flex;
	gap: 8px;
	margin-top: 16px
}

.profile-module--settings-body--e77bd {
	background-color: #000;
	gap: 32px;
	padding: 16px
}

.profile-module--achievements--dca9a,
.profile-module--settings-body--e77bd {
	align-items: center;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: flex;
	flex-direction: column;
	width: 100%
}

.profile-module--achievements--dca9a {
	background: #000;
	gap: 4px;
	margin-top: -8px;
	padding-bottom: 12px;
	padding-top: 4px;
	z-index: 0
}

.profile-module--achievements-label--44ac5 {
	color: #a5a1a1;
	font-size: 14px;
	padding: 4px
}

.profile-module--coins-info--a4a30 {
	background-color: #000;
	color: #a5a1a1;
	font-size: 14px;
	padding: 0 16px 16px
}

.profile-module--coins-info--a4a30 ul {
	list-style: disc;
	padding-left: 16px
}

.profile-module--coins-info--a4a30 span {
	color: #fff
}

.profile-module--ad-mobile--79dc4 {
	display: none
}

.profile-module--ad-desktop--ad1c2,
.profile-module--ad-mobile--79dc4 {
	border-radius: 8px;
	cursor: pointer;
	margin-top: 8px
}

@media only screen and (max-width:750px) {
	.profile-module--ad-desktop--ad1c2 {
		display: none
	}

	.profile-module--ad-mobile--79dc4 {
		display: block
	}

	.profile-module--page-container--7cad6 {
		padding: 0
	}
}

html {
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)
}

body,
html {
	height: 100%
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0
}

ul {
	list-style-type: none;
	padding-left: 0
}

ol {
	padding-left: 24px
}

a {
	color: inherit;
	text-decoration: none
}

button,
td {
	padding: 0
}

button {
	background: none;
	border: none;
	outline: none
}

.twitter-tweet {
	margin-bottom: 0 !important;
	margin-top: 0 !important
}

.twitter-embed {
	margin: 0 auto 16px;
	max-width: 500px !important
}

.twitter-embed,
.youtube-embed {
	display: flex;
	justify-content: center;
	width: 100%
}

.youtube-embed {
	margin-bottom: 16px
}

[data-tweet-id] {
	width: 500px !important
}

.react-calendar {
	background: #01b975 !important;
	border: none !important;
	border-radius: 8px;
	width: 369px !important
}

.react-calendar__navigation {
	background: #000 !important;
	border-radius: 8px !important
}

.react-calendar__navigation button {
	border-radius: 8px;
	color: #fff !important
}

.react-calendar__navigation button:enabled:focus {
	background: #000 !important
}

.react-calendar button {
	border-radius: 8px;
	font-size: 15px
}

.react-calendar__navigation__next2-button,
.react-calendar__navigation__prev2-button {
	display: none
}

.react-calendar__navigation {
	margin: 0 !important
}

.react-calendar__navigation__label {
	cursor: auto !important
}

.react-calendar button:hover {
	background: #000 !important;
	color: #fff !important
}

.react-calendar__navigation__label:hover {
	background: #000 !important
}

.react-calendar__navigation button:nth-child(2),
.react-calendar__navigation button:nth-child(4) {
	color: #01b975 !important;
	font-size: 34px !important;
	font-weight: lighter
}

.react-calendar__month-view__weekdays__weekday {
	color: #000
}

.react-calendar button {
	color: #fff
}

.react-calendar__month-view__days__day--neighboringMonth {
	color: #000 !important
}

.react-calendar__month-view__days__day--neighboringMonth.react-calendar__tile--active {
	color: #fff !important
}

.react-calendar__tile--active {
	background: #000 !important
}

.react-calendar__tile--now {
	background-color: #01b975 !important;
	border: 1px solid #1c372d !important;
	color: #fff !important
}

abbr[title] {
	text-decoration: none
}

@media only screen and (max-width:700px) {
	.youtube {
		width: 500px
	}
}

@media only screen and (max-width:600px) {
	.twitter-tweet {
		align-items: center;
		justify-content: center;
		max-width: 340px !important
	}

	.youtube {
		width: 340px
	}

	[data-tweet-id] {
		margin: 0 auto
	}
}

.home-module--main-article-section--006d6 {
	color: #f2f2f2;
	display: grid;
	gap: 24px;
	grid-auto-flow: column;
	grid-template-columns: 786px 300px;
	margin: 0 auto -19px;
	max-width: 1126px;
	padding: 0 8px;
	position: relative;
	top: -43px;
	z-index: 98
}

.home-module--landing-section--bd37f {
	background: linear-gradient(180deg, #0d744d, #1a1a1a);
	height: 638px;
	width: 100%;
	z-index: -1
}

.home-module--landing-inner-wrapper--e6735 {
	height: 638px;
	margin: 0 auto;
	max-width: 1110px;
	position: relative
}

@keyframes home-module--fadeIn--8a9fd {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.home-module--home-page-man--8a8a2 {
	animation: home-module--fadeIn--8a9fd 1s forwards;
	-webkit-animation: home-module--fadeIn--8a9fd 1s forwards;
	-moz-animation: home-module--fadeIn--8a9fd 1s forwards;
	-o-animation: home-module--fadeIn--8a9fd 1s forwards;
	-ms-animation: home-module--fadeIn--8a9fd 1s forwards;
	position: absolute;
	right: 0;
	top: 32px;
	z-index: 40
}

.home-module--infront-man-text--bf713 {
	left: 32px;
	position: absolute;
	top: 317px;
	z-index: 41
}

.home-module--behind-man-text--9b9f1 {
	left: 32px;
	position: absolute;
	top: 100px;
	z-index: 39
}

.home-module--left-triangle--6a4d0 {
	position: absolute;
	top: -70px;
	z-index: 1
}

.home-module--right-triangle--33cb2 {
	left: 398px;
	position: absolute;
	top: -175px;
	z-index: 0
}

.home-module--landing-text--e929d {
	color: #fff;
	top: 420px
}

.home-module--chips-container--5121d,
.home-module--landing-text--e929d {
	left: 33px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 98
}

.home-module--chips-container--5121d {
	display: grid;
	gap: 12px;
	grid-auto-flow: column;
	top: 448px
}

.home-module--ads-container--5e1a4 {
	display: grid;
	gap: 24px;
	grid-auto-flow: row
}

.home-module--ad--bfb48 {
	align-items: center;
	background-color: #000;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 26px;
	height: 235px;
	justify-content: center;
	text-align: center;
	width: 100%
}

.home-module--icons-container--3a3f7 {
	display: grid;
	gap: 16px;
	grid-auto-flow: column;
	margin-bottom: 16px
}

.home-module--game-section--686ed {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto 32px;
	max-width: 1126px;
	padding: 0 8px
}

.home-module--ad-desktop--45c54,
.home-module--ad-mobile--a2906 {
	border-radius: 8px;
	cursor: pointer;
	margin: 0 auto
}

.home-module--ad-mobile--a2906 {
	display: none;
	margin-bottom: 74px
}

.home-module--ad-desktop--45c54 {
	display: block;
	margin-bottom: 74px;
	position: relative;
	z-index: 98
}

@media only screen and (max-width:750px) {
	.home-module--ad-desktop--45c54 {
		display: none
	}

	.home-module--ad-mobile--a2906 {
		display: block
	}
}

@media only screen and (max-width:1126px) {
	.home-module--game-section--686ed h2 {
		text-align: center
	}
}

@media only screen and (max-width:950px) {
	.home-module--landing-section--bd37f {
		overflow: hidden
	}

	.home-module--landing-inner-wrapper--e6735 {
		background: linear-gradient(180deg, #01b975, #1a1a1a)
	}

	.home-module--home-page-man--8a8a2 {
		height: 448px;
		top: 16px;
		width: auto
	}

	.home-module--behind-man-text--9b9f1 {
		height: 220px;
		left: 4px;
		top: 65px
	}

	.home-module--infront-man-text--bf713 {
		height: 70px;
		left: 5px;
		top: 278px
	}

	.home-module--left-triangle--6a4d0 {
		height: 420px;
		left: -163px;
		top: 32px
	}

	.home-module--right-triangle--33cb2 {
		height: 420px;
		left: 23px;
		top: -72px
	}

	.home-module--landing-text--e929d {
		left: 10px;
		top: 390px
	}

	.home-module--chips-container--5121d {
		left: 10px;
		top: 418px
	}

	.home-module--landing-inner-wrapper--e6735,
	.home-module--landing-section--bd37f {
		height: 570px
	}
}

@media only screen and (max-width:1126px) {
	.home-module--main-article-section--006d6 {
		display: flex;
		flex-direction: column
	}

	.home-module--ads-container--5e1a4 {
		margin: 0 auto;
		width: 360px
	}
}

@media only screen and (max-width:750px) {
	.home-module--main-article-section--006d6 {
		gap: 0;
		grid-auto-flow: row;
		grid-template-columns: 100%;
		margin-bottom: -43px;
		padding: 0
	}

	.home-module--ad--bfb48:last-child {
		border-radius: 0;
		margin-bottom: 16px
	}

	.home-module--ad--bfb48:last-child img {
		border-radius: 0
	}

	.home-module--landing-text--e929d {
		display: none
	}

	.home-module--chips-container--5121d {
		top: 378px
	}

	.home-module--landing-inner-wrapper--e6735,
	.home-module--landing-section--bd37f {
		height: 515px
	}
}

@media only screen and (max-width:450px) {
	.home-module--landing-section--bd37f {
		height: 452px;
		overflow: hidden
	}

	.home-module--landing-inner-wrapper--e6735 {
		background: linear-gradient(180deg, #01b975, #1a1a1a);
		height: 452px
	}

	.home-module--home-page-man--8a8a2 {
		height: 310px;
		top: 2px
	}

	.home-module--behind-man-text--9b9f1 {
		height: 132px;
		left: -50px;
		top: 53px
	}

	.home-module--infront-man-text--bf713 {
		height: 45px;
		left: -60px;
		top: 182px
	}

	.home-module--left-triangle--6a4d0 {
		height: 293px;
		left: -163px;
		top: 15px
	}

	.home-module--right-triangle--33cb2 {
		height: 293px;
		left: -10px;
		top: -70px
	}

	.home-module--chips-container--5121d {
		left: 0;
		margin-left: 8px;
		top: 250px
	}

	.home-module--landing-inner-wrapper--e6735,
	.home-module--landing-section--bd37f {
		height: 380px
	}
}

.intersport-module--background-gradient--1cd73 {
	background: none;
	background: linear-gradient(180deg, #0f2036, #1a1a1a);
	height: 0;
	height: 638px;
	opacity: .6;
	position: absolute;
	top: -32px;
	transition: height .2s linear;
	width: 100%;
	z-index: -1
}

.intersport-module--section--e2e7d {
	margin: 0 auto 32px;
	max-width: 710px
}

.intersport-module--section--e2e7d h1 {
	color: #fff
}

.intersport-module--header-image--34b27 {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}

.intersport-module--cards--65c06 {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	width: 100%
}

.intersport-module--card--ed25c {
	background: #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	height: 203px;
	max-width: 231px;
	width: 231px
}

.intersport-module--card-image-wrapper--85bd2 {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center
}

.intersport-module--card-label--369cf {
	align-items: center;
	background: #1f4690;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	color: #fff;
	display: flex;
	font-size: 24px;
	font-weight: 500;
	height: 60px;
	justify-content: center
}

@media only screen and (max-width:750px) {
	.intersport-module--card--ed25c {
		height: 129px;
		max-width: 112px;
		width: 112px
	}

	.intersport-module--card-label--369cf {
		font-size: 16px
	}
}

.standings-module--background-gradient--44047 {
	background: none;
	background: linear-gradient(180deg, #0d744d, #1a1a1a);
	height: 0;
	height: 638px;
	opacity: .6;
	position: absolute;
	top: -32px;
	transition: height .2s linear;
	width: 100%;
	z-index: -1
}

.standings-module--container--8e30a {
	color: #f2f2f2;
	margin: 32px auto 48px;
	max-width: 1126px;
	padding: 0 8px;
	position: relative
}

.standings-module--about--9c315 {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px
}

.standings-module--title--0bf68 {
	margin-bottom: 0
}

.standings-module--standings-title--b05e9 {
	color: #a5a1a1;
	cursor: pointer;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.standings-module--legend--0e396 {
	align-content: center;
	background-color: #212121;
	border-radius: 8px;
	display: grid;
	gap: 32px;
	grid-auto-flow: column;
	margin-top: 32px;
	min-height: 35px;
	padding: 0 16px;
	width: -moz-fit-content;
	width: fit-content
}

.standings-module--content-wrapper--f478b {
	display: grid;
	gap: 16px;
	grid-auto-flow: column;
	grid-template-columns: auto 260px
}

.standings-module--tournaments--56656 {
	padding-top: 45px
}

.standings-module--tournaments-header--16b18 {
	align-items: center;
	background-color: #000;
	border-radius: 8px;
	display: flex;
	height: 39px;
	margin-bottom: 1px;
	padding-left: 16px;
	text-transform: uppercase;
	width: 260px
}

.standings-module--mobile-tournaments-navigation--7d47c {
	align-items: center;
	display: none;
	flex-direction: column;
	text-align: center
}

.standings-module--accordion-item--74c66 {
	align-items: center;
	background-color: #212121;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-weight: 400;
	margin-bottom: 1px;
	min-height: 39px;
	padding: 0 16px;
	text-align: left;
	text-transform: none;
	width: 260px
}

.standings-module--accordion-item-active--14545 {
	background-color: #000 !important;
	border: 1px solid #01b975
}

.standings-module--tournaments-list-flag--a8077 {
	border-radius: 4px;
	height: 25px;
	margin-right: 10px;
	width: 32px
}

.standings-module--tournaments-list-text--29efc {
	white-space: nowrap
}

.standings-module--chips-container--6af58 {
	display: block;
	margin-bottom: 16px;
	text-align: center
}

.standings-module--chips-container--6af58 button:first-child,
.standings-module--chips-container--6af58 button:nth-child(2),
.standings-module--chips-container--6af58 button:nth-child(4),
.standings-module--chips-container--6af58 button:nth-child(5) {
	margin-right: 8px
}

.standings-module--chips-container--6af58 :nth-child(4),
.standings-module--chips-container--6af58 :nth-child(5),
.standings-module--chips-container--6af58 :nth-child(6) {
	margin-top: 8px
}

.standings-module--page-info--18186 {
	color: #a5a1a1;
	font-size: 16px;
	font-weight: 400;
	margin-top: 16px;
	max-width: 1126px
}

.standings-module--no-standings-title--8e050 {
	margin-top: 16px
}

.standings-module--disclaimer--e3ce7 {
	margin-top: 16px;
	width: -moz-fit-content;
	width: fit-content
}

@media only screen and (max-width:1126px) {
	.standings-module--legend--0e396 {
		gap: 16px;
		grid-auto-flow: row;
		margin-top: 16px;
		padding: 16px;
		width: 100%
	}
}

@media only screen and (max-width:750px) {

	.standings-module--legend--0e396 li:nth-child(3),
	.standings-module--legend--0e396 li:nth-child(4),
	.standings-module--legend--0e396 li:nth-child(5) {
		display: none
	}

	.standings-module--no-standings-title--8e050 {
		text-align: center
	}

	.standings-module--standings-title--b05e9 {
		display: block;
		margin: 0 auto
	}

	.standings-module--disclaimer--e3ce7 {
		margin: 8px auto
	}
}

@media only screen and (max-width:600px) {
	.standings-module--title--0bf68 {
		margin-bottom: 16px
	}

	.standings-module--standings-title--b05e9 {
		color: #fff;
		text-align: center
	}

	.standings-module--container--8e30a {
		margin: 16px auto 32px
	}

	.standings-module--page-info--18186 {
		font-size: 16px;
		text-align: center
	}

	.standings-module--about--9c315 {
		align-items: center;
		flex-direction: column;
		margin-bottom: 16px
	}

	.standings-module--legend--0e396 {
		margin-top: 16px
	}

	.standings-module--legend--0e396 li:first-child,
	.standings-module--tournaments--56656 {
		display: none
	}

	.standings-module--content-wrapper--f478b {
		display: block
	}

	.standings-module--tournaments-list-flag--a8077 {
		border-radius: 2px;
		height: 13px;
		margin-right: 4px;
		width: 19px
	}

	.standings-module--mobile-tournaments-navigation--7d47c {
		display: flex
	}

	.standings-module--accordion-item--74c66,
	.standings-module--tournaments-header--16b18 {
		width: 100%
	}
}

.quizes-module--background-gradient--d2078 {
	background: none;
	background: linear-gradient(180deg, #0d744d, #1a1a1a);
	height: 0;
	height: 638px;
	opacity: .6;
	position: absolute;
	top: -32px;
	transition: height .2s linear;
	width: 100%;
	z-index: -1
}

.quizes-module--container--8695b {
	color: #f2f2f2;
	margin: 32px auto 48px;
	max-width: 1126px;
	padding: 0 8px;
	position: relative
}

.quizes-module--about--1d5b2 {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px
}

.quizes-module--title--24c00 {
	margin-bottom: 16px
}

.quizes-module--chips--dd79a {
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

.quizes-module--small-title--d8fe5 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px
}

.quizes-module--quizes--0c118 {
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

.quizes-module--page-info--21700 {
	color: #a5a1a1;
	display: grid;
	font-size: 17px;
	font-weight: 400;
	gap: 16px;
	grid-auto-flow: row;
	margin-top: 32px;
	max-width: 1126px;
	padding: 8px
}

.quizes-module--page-info--21700 ul {
	list-style-type: disclosure-closed;
	padding-left: 32px
}

.quizes-module--standings--1726f {
	width: 100%
}

.quizes-module--no-quizes--5a583 {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	margin: 32px auto
}

@media only screen and (max-width:1126px) {
	.quizes-module--small-title--d8fe5 {
		text-align: center
	}

	.quizes-module--chips--dd79a,
	.quizes-module--quizes--0c118 {
		justify-content: center
	}

	.quizes-module--container--8695b {
		margin: 16px 0 32px
	}

	.quizes-module--page-info--21700 {
		font-size: 16px
	}

	.quizes-module--title--24c00 {
		margin-bottom: 16px
	}

	.quizes-module--about--1d5b2 {
		align-items: center;
		flex-direction: column;
		margin-bottom: 16px
	}

	.quizes-module--standings--1726f {
		display: flex;
		justify-content: center
	}
}

@media only screen and (max-width:600px) {
	.quizes-module--page-info--21700 {
		font-size: 16px
	}

	.quizes-module--quizes--0c118 {
		gap: 4px
	}

	.quizes-module--quizes--0c118 a {
		width: 100%
	}
}

.statistics-module--background-gradient--64460 {
	background: none;
	background: linear-gradient(180deg, #0d744d, #1a1a1a);
	height: 0;
	height: 638px;
	opacity: .6;
	position: absolute;
	top: -32px;
	transition: height .2s linear;
	width: 100%;
	z-index: -1
}

@keyframes statistics-module--blink--24a48 {
	50% {
		opacity: .5
	}
}

.statistics-module--section-title--cf579 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: center
}

.statistics-module--chips-row--473bb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	padding: 0 8px;
	width: -moz-fit-content;
	width: fit-content
}

.statistics-module--chips-container--7cd94 {
	display: grid;
	gap: 8px;
	grid-auto-flow: column;
	margin: 32px auto 0;
	width: -moz-fit-content;
	width: fit-content
}

.statistics-module--events-container--9cd17 {
	background-color: #000;
	border-radius: 8px;
	display: grid;
	margin: 0 auto;
	max-width: 750px;
	width: 100%
}

.statistics-module--predictions-container--2e7a9 {
	display: grid;
	gap: 16px;
	margin: 0 auto;
	max-width: 1126px;
	padding: 0 8px;
	width: 100%
}

.statistics-module--predictions--0a8c0 {
	display: grid;
	gap: 16px;
	justify-items: center;
	width: 100%
}

.statistics-module--prediction-disclaimer--4d6ac {
	margin: 12px auto 0;
	max-width: 330px;
	text-align: center
}

.statistics-module--no-comparison--9a88b {
	grid-template-columns: auto;
	justify-content: center
}

.statistics-module--live-statistics-container--3c897 {
	background-color: #000;
	border-radius: 8px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 750px;
	padding: 32px 24px;
	width: 100%
}

.statistics-module--standings-container--b2d96 {
	margin: -16px auto 0;
	max-width: 1126px;
	width: 100%
}

.statistics-module--standings-container--b2d96 .statistics-module--section-title--cf579 {
	margin-bottom: 16px
}

.statistics-module--no-details--bf9a9 {
	color: #fff;
	margin-top: 32px;
	text-align: center
}

.statistics-module--no-events-message--405e0 {
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content
}

.statistics-module--disclaimer--9c9a8 {
	margin: 16px auto
}

.statistics-module--events-devider--89c99 {
	background-color: #1a1a1a;
	border: 0;
	height: 1px;
	margin: 0 auto;
	width: 80%
}

.statistics-module--events-devider--89c99:last-child {
	display: none
}

.statistics-module--content-container--78e60 {
	display: flex;
	justify-content: center;
	margin: 16px auto 32px;
	max-width: 750px
}

.statistics-module--info-container--0a7f3 {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 600px
}

.statistics-module--page-info--0f13e {
	color: #a5a1a1;
	display: grid;
	font-size: 17px;
	font-weight: 400;
	gap: 16px;
	grid-auto-flow: row;
	margin: 32px auto;
	max-width: 1110px;
	padding: 8px
}

.statistics-module--page-info--0f13e ul {
	list-style-type: disclosure-closed;
	padding-left: 32px
}

.statistics-module--chip-loading--f4368 {
	animation: statistics-module--blink--24a48 .8s linear infinite;
	animation-delay: .1s;
	background-color: #000;
	border-radius: 6px;
	height: 27px;
	width: 75px
}

.statistics-module--bottom-section--67a9e {
	max-width: 600px;
	width: 100%
}

.statistics-module--info--165e1,
.statistics-module--summary--1fee4 {
	background: #000;
	border-radius: 6px;
	height: 159px;
	margin-bottom: 16px;
	width: 100%
}

.statistics-module--title--994a5 {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	text-align: center
}

.statistics-module--info--165e1 {
	animation: statistics-module--blink--24a48 .8s linear infinite;
	animation-delay: .3s
}

.statistics-module--summary--1fee4 {
	animation: statistics-module--blink--24a48 .8s linear infinite;
	animation-delay: .4s
}

.statistics-module--ad-desktop--a2786 {
	border-radius: 8px;
	cursor: pointer;
	margin: 16px auto 0
}

.statistics-module--ad-bottom-desktop--2c810,
.statistics-module--ad-bottom-mobile--a7aa9 {
	display: flex;
	justify-content: center
}

.statistics-module--ad-bottom-desktop--2c810 img,
.statistics-module--ad-bottom-mobile--a7aa9 img {
	border-radius: 8px;
	cursor: pointer
}

.statistics-module--ad-bottom-mobile--a7aa9 {
	display: none
}

.statistics-module--ad-mobile--10e8c {
	border-radius: 8px;
	cursor: pointer;
	display: none;
	margin: 0 auto
}

.statistics-module--ad-desktop--a2786 {
	display: block
}

@media only screen and (max-width:750px) {
	.statistics-module--ad-desktop--a2786 {
		display: none
	}

	.statistics-module--ad-mobile--10e8c {
		display: block;
		height: 50px;
		margin: 8px auto;
		width: 300px
	}

	.statistics-module--ad-bottom-desktop--2c810 {
		display: none
	}

	.statistics-module--ad-bottom-mobile--a7aa9 {
		display: flex
	}
}

@media only screen and (max-width:950px) {
	.statistics-module--section-title--cf579 {
		font-size: 25px
	}
}

@media only screen and (max-width:750px) {
	.statistics-module--no-comparison--9a88b {
		justify-content: normal
	}

	.statistics-module--chips-container--7cd94 {
		grid-template-rows: auto auto;
		justify-items: center;
		margin-top: 0;
		margin-top: 16px
	}

	.statistics-module--predictions--0a8c0 {
		gap: 16px;
		grid-template-columns: auto;
		grid-template-rows: auto;
		height: auto;
		justify-content: center;
		margin-top: 0
	}

	.statistics-module--predictions-container--2e7a9 {
		margin-top: 0
	}

	.statistics-module--content-container--78e60 {
		margin: 4px auto 32px;
		padding: 0 8px
	}

	.statistics-module--bottom-section--67a9e {
		padding: 0 8px
	}
}

@media only screen and (max-width:600px) {
	.statistics-module--predictions-container--2e7a9 {
		padding: 0
	}

	.statistics-module--page-info--0f13e {
		font-size: 16px
	}

	.statistics-module--section-title--cf579 {
		font-size: 18px
	}

	.statistics-module--league-and-date--ae7c4,
	.statistics-module--tv--4c125 {
		font-size: 16px
	}

	.statistics-module--no-direct-fixtures--cdf5e {
		padding: 16px 8px 4px
	}

	.statistics-module--no-direct-fixtures--cdf5e br {
		display: inline
	}
}

.news-module--background-gradient--2241f {
	background: none;
	background: linear-gradient(180deg, #0d744d, #1a1a1a);
	height: 0;
	height: 638px;
	opacity: .6;
	position: absolute;
	top: -32px;
	transition: height .2s linear;
	width: 100%;
	z-index: -1
}

.news-module--container--5c296 {
	color: #f2f2f2;
	margin: 32px auto 48px;
	max-width: 750px;
	padding: 0 8px;
	position: relative
}

.news-module--title-badge--4d70f,
.news-module--title-container--7b8eb {
	align-items: center;
	display: flex;
	gap: 4px
}

.news-module--title-badge--4d70f {
	background: #000;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	padding: 3px 5px
}

.news-module--no-news--8b8ea {
	margin-top: 16px;
	text-align: center
}

.news-module--about--154db {
	align-items: center;
	display: flex;
	margin-bottom: 16px
}

.news-module--news-with-date--79fde {
	display: grid;
	gap: 16px;
	margin-bottom: 8px
}

.news-module--news-with-date--79fde:first-child span:first-child {
	display: none
}

.news-module--date--8b545 {
	display: block;
	font-size: 18px;
	text-align: center;
	text-transform: lowercase
}

.news-module--news--efe5e {
	display: flex;
	flex-direction: column;
	gap: 4px
}

.news-module--page-info--d7fdb {
	color: #a5a1a1;
	display: grid;
	font-size: 17px;
	font-weight: 400;
	gap: 16px;
	grid-auto-flow: row;
	margin-top: 32px;
	max-width: 1126px;
	padding: 8px
}

.news-module--page-info--d7fdb ul {
	list-style-type: disclosure-closed;
	padding-left: 32px
}

@keyframes news-module--fadein--782fb {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.news-module--red-dot--83034 {
	animation: news-module--fadein--782fb .7s ease-in infinite alternate;
	background: #f7042e;
	border-radius: 50%;
	height: 5px;
	width: 5px
}

.news-module--ad-desktop--cdca9,
.news-module--ad-mobile--b4205 {
	border-radius: 8px;
	cursor: pointer;
	margin: 8px auto
}

.news-module--ad-mobile--b4205 {
	display: none
}

.news-module--ad-desktop--cdca9 {
	display: inline-block;
	max-width: 726px
}

@media only screen and (max-width:750px) {
	.news-module--title-badge--4d70f {
		font-size: 12px
	}

	.news-module--container--5c296 {
		margin: 16px 0 32px
	}

	.news-module--about--154db {
		justify-content: center
	}

	.news-module--page-info--d7fdb {
		font-size: 16px
	}

	.news-module--ad-desktop--cdca9 {
		display: none
	}

	.news-module--ad-mobile--b4205 {
		display: block
	}
}

.articles-module--background-gradient--dc537 {
	background: none;
	background: linear-gradient(180deg, #0d744d, #1a1a1a);
	height: 0;
	height: 638px;
	opacity: .6;
	position: absolute;
	top: -32px;
	transition: height .2s linear;
	width: 100%;
	z-index: -1
}

.articles-module--container--2508a {
	color: #f2f2f2;
	margin: 32px auto 48px;
	max-width: 1126px;
	padding: 0 8px
}

.articles-module--about--a5082 {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px
}

.articles-module--title--5b298 {
	margin-bottom: 16px
}

.articles-module--articles--151bb {
	display: grid;
	gap: 32px 15px;
	grid-auto-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	justify-items: center
}

.articles-module--no-articles--3a0c1 {
	margin-top: 64px;
	min-height: 800px;
	text-align: center
}

.articles-module--chips--ade6f button {
	margin-right: 8px
}

.articles-module--chip-text--0a8f1 {
	white-space: nowrap
}

@media only screen and (max-width:1126px) {
	.articles-module--articles--151bb {
		grid-template-columns: 1fr 1fr
	}
}

@media only screen and (max-width:950px) {
	.articles-module--about--a5082 {
		flex-direction: column
	}

	.articles-module--title--5b298 {
		margin-bottom: 8px
	}

	.articles-module--chips--ade6f {
		margin-bottom: 0;
		text-align: center
	}

	.articles-module--chips--ade6f button {
		margin-top: 8px
	}
}

@media only screen and (max-width:768px) {
	.articles-module--articles--151bb {
		grid-template-columns: 1fr
	}
}

@media only screen and (max-width:600px) {
	.articles-module--container--2508a {
		margin: 16px auto 32px;
		padding: 0
	}

	.articles-module--about--a5082 {
		align-items: center;
		flex-direction: column;
		margin-bottom: 16px;
		padding: 0
	}

	.articles-module--title--5b298 {
		text-align: center
	}

	.articles-module--articles--151bb {
		display: grid;
		gap: 16px;
		grid-auto-rows: auto;
		margin-bottom: 32px
	}

	.articles-module--chips--ade6f button {
		margin-right: 7px
	}
}

@keyframes layout-module--fadeIn--0d2a6 {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.layout-module--main-section--6e211 {
	animation: layout-module--fadeIn--0d2a6 .2s ease-in;
	min-height: calc(100% - 255px);
	position: relative
}

.layout-module--update--639f2 {
	align-items: center;
	background: #fff;
	color: #000;
	color: #01b975;
	display: flex;
	gap: 8px;
	height: 42px;
	justify-content: center;
	position: relative;
	width: 100%;
	z-index: 99
}

.layout-module--update--639f2 .layout-module--link--2e3ca {
	cursor: pointer;
	text-decoration: underline
}

.layout-module--update--639f2 .layout-module--info--9f042 {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	color: #000;
	max-width: 360px;
	padding: 16px;
	position: absolute;
	top: 50px;
	width: 100%
}

.layout-module--update--639f2 .layout-module--info--9f042 button {
	margin: 8px auto 0
}

.layout-module--update--639f2 .layout-module--info-text--691b6 {
	font-size: 16px;
	font-style: italic
}

.layout-module--update--639f2 .layout-module--list--8e4df {
	list-style-type: disc;
	margin-top: 8px;
	padding-left: 16px
}

.layout-module--info-actions--d1609 {
	display: flex;
	gap: 8px;
	margin-top: 8px;
	width: -moz-fit-content;
	width: fit-content
}

@media only screen and (max-width:950px) {
	.layout-module--main-section--6e211 {
		min-height: calc(100% - 326px)
	}
}

:root {
	--toastify-color-light: #fff;
	--toastify-color-dark: #121212;
	--toastify-color-info: #3498db;
	--toastify-color-success: #07bc0c;
	--toastify-color-warning: #f1c40f;
	--toastify-color-error: #e74c3c;
	--toastify-color-transparent: hsla(0, 0%, 100%, .7);
	--toastify-icon-color-info: var(--toastify-color-info);
	--toastify-icon-color-success: var(--toastify-color-success);
	--toastify-icon-color-warning: var(--toastify-color-warning);
	--toastify-icon-color-error: var(--toastify-color-error);
	--toastify-toast-width: 320px;
	--toastify-toast-background: #fff;
	--toastify-toast-min-height: 64px;
	--toastify-toast-max-height: 800px;
	--toastify-font-family: sans-serif;
	--toastify-z-index: 9999;
	--toastify-text-color-light: #757575;
	--toastify-text-color-dark: #fff;
	--toastify-text-color-info: #fff;
	--toastify-text-color-success: #fff;
	--toastify-text-color-warning: #fff;
	--toastify-text-color-error: #fff;
	--toastify-spinner-color: #616161;
	--toastify-spinner-color-empty-area: #e0e0e0;
	--toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
	--toastify-color-progress-dark: #bb86fc;
	--toastify-color-progress-info: var(--toastify-color-info);
	--toastify-color-progress-success: var(--toastify-color-success);
	--toastify-color-progress-warning: var(--toastify-color-warning);
	--toastify-color-progress-error: var(--toastify-color-error)
}

.Toastify__toast-container {
	box-sizing: border-box;
	color: #fff;
	padding: 4px;
	position: fixed;
	-webkit-transform: translateZ(var(--toastify-z-index));
	width: var(--toastify-toast-width);
	z-index: var(--toastify-z-index)
}

.Toastify__toast-container--top-left {
	left: 1em;
	top: 1em
}

.Toastify__toast-container--top-center {
	left: 50%;
	top: 1em;
	transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
	right: 1em;
	top: 1em
}

.Toastify__toast-container--bottom-left {
	bottom: 1em;
	left: 1em
}

.Toastify__toast-container--bottom-center {
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
	bottom: 1em;
	right: 1em
}

@media only screen and (max-width:480px) {
	.Toastify__toast-container {
		left: 0;
		margin: 0;
		padding: 0;
		width: 100vw
	}

	.Toastify__toast-container--top-center,
	.Toastify__toast-container--top-left,
	.Toastify__toast-container--top-right {
		top: 0;
		transform: translateX(0)
	}

	.Toastify__toast-container--bottom-center,
	.Toastify__toast-container--bottom-left,
	.Toastify__toast-container--bottom-right {
		bottom: 0;
		transform: translateX(0)
	}

	.Toastify__toast-container--rtl {
		left: auto;
		right: 0
	}
}

.Toastify__toast {
	border-radius: 4px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
	box-sizing: border-box;
	cursor: default;
	direction: ltr;
	display: flex;
	font-family: var(--toastify-font-family);
	justify-content: space-between;
	margin-bottom: 1rem;
	max-height: var(--toastify-toast-max-height);
	min-height: var(--toastify-toast-min-height);
	overflow: hidden;
	padding: 8px;
	position: relative;
	z-index: 0
}

.Toastify__toast--rtl {
	direction: rtl
}

.Toastify__toast--close-on-click {
	cursor: pointer
}

.Toastify__toast-body {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	margin: auto 0;
	padding: 6px
}

.Toastify__toast-body>div:last-child {
	flex: 1 1;
	word-break: break-word
}

.Toastify__toast-icon {
	display: flex;
	flex-shrink: 0;
	margin-inline-end: 10px;
	width: 20px
}

.Toastify--animate {
	animation-duration: .7s;
	animation-fill-mode: both
}

.Toastify--animate-icon {
	animation-duration: .3s;
	animation-fill-mode: both
}

@media only screen and (max-width:480px) {
	.Toastify__toast {
		border-radius: 0;
		margin-bottom: 0
	}
}

.Toastify__toast-theme--dark {
	background: var(--toastify-color-dark);
	color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
	background: var(--toastify-color-light);
	color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
	background: var(--toastify-color-info);
	color: var(--toastify-text-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
	background: var(--toastify-color-success);
	color: var(--toastify-text-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
	background: var(--toastify-color-warning);
	color: var(--toastify-text-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
	background: var(--toastify-color-error);
	color: var(--toastify-text-color-error)
}

.Toastify__progress-bar-theme--light {
	background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
	background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
	background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
	background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
	background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
	background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
	background: var(--toastify-color-transparent)
}

.Toastify__close-button {
	align-self: flex-start;
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	opacity: .7;
	outline: none;
	padding: 0;
	transition: .3s ease
}

.Toastify__close-button--light {
	color: #000;
	opacity: .3
}

.Toastify__close-button>svg {
	fill: currentColor;
	height: 16px;
	width: 14px
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
	opacity: 1
}

@keyframes Toastify__trackProgress {
	0% {
		transform: scaleX(1)
	}

	to {
		transform: scaleX(0)
	}
}

.Toastify__progress-bar {
	bottom: 0;
	height: 5px;
	left: 0;
	opacity: .7;
	position: absolute;
	transform-origin: left;
	width: 100%;
	z-index: var(--toastify-z-index)
}

.Toastify__progress-bar--animated {
	animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
	transition: transform .2s
}

.Toastify__progress-bar--rtl {
	left: auto;
	right: 0;
	transform-origin: right
}

.Toastify__spinner {
	animation: Toastify__spin .65s linear infinite;
	border: 2px solid;
	border-color: var(--toastify-spinner-color-empty-area);
	border-radius: 100%;
	border-right-color: var(--toastify-spinner-color);
	box-sizing: border-box;
	height: 20px;
	width: 20px
}

@keyframes Toastify__bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		transform: translate3d(10px, 0, 0)
	}

	90% {
		transform: translate3d(-5px, 0, 0)
	}

	to {
		transform: none
	}
}

@keyframes Toastify__bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes Toastify__bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}

	75% {
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		transform: translate3d(5px, 0, 0)
	}

	to {
		transform: none
	}
}

@keyframes Toastify__bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes Toastify__bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	75% {
		transform: translate3d(0, 10px, 0)
	}

	90% {
		transform: translate3d(0, -5px, 0)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes Toastify__bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes Toastify__bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		transform: none
	}
}

@keyframes Toastify__bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
	animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
	animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
	animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
	animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
	animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
	animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
	animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
	animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes Toastify__zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

.Toastify__zoom-enter {
	animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
	animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		opacity: 1;
		transform: perspective(400px) rotateX(10deg)
	}

	80% {
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

@keyframes Toastify__flipOut {
	0% {
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		transform: perspective(400px) rotateX(-20deg)
	}

	to {
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}
}

.Toastify__flip-enter {
	animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
	animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
	0% {
		transform: translate3d(110%, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes Toastify__slideInLeft {
	0% {
		transform: translate3d(-110%, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes Toastify__slideInUp {
	0% {
		transform: translate3d(0, 110%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes Toastify__slideInDown {
	0% {
		transform: translate3d(0, -110%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes Toastify__slideOutRight {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(110%, 0, 0);
		visibility: hidden
	}
}

@keyframes Toastify__slideOutLeft {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(-110%, 0, 0);
		visibility: hidden
	}
}

@keyframes Toastify__slideOutDown {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(0, 500px, 0);
		visibility: hidden
	}
}

@keyframes Toastify__slideOutUp {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(0, -500px, 0);
		visibility: hidden
	}
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
	animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
	animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
	animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
	animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
	animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
	animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
	animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
	animation-name: Toastify__slideOutDown
}

@keyframes Toastify__spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.header-module--header--fdf72 {
	background-color: #000;
	position: relative;
	z-index: 100;
	padding: 10px 0;
}

.header-module--header-container--f3573 {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: auto 1fr auto;
	height: 54px;
	justify-items: flex-end;
	margin: 0 auto;
	max-width: 1126px;
	padding: 0 8px
}

.header-module--logo-link--bf5f4 {
	display: flex;
	height: 40px
}

.header-module--logo-container--0dd88 {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 14px
}

.header-module--logo-container--0dd88 span {
	font-weight: 400;
	margin-left: 8px;
	text-transform: uppercase
}

@media only screen and (max-width:950px) {
	.header-module--header-container--f3573 {
		align-items: center;
		justify-content: space-between
	}
}

.navigation-module--navigation--84503 {
	align-items: center;
	background: #01b975;
	border-radius: 8px;
	display: flex;
	height: 100%;
	padding: 4px;
	position: relative
}

.navigation-module--nav-links-divider--950c3 {
	background: #019d63;
	border: 0;
	height: 29px;
	margin: 0 4px;
	width: 1px
}

.navigation-module--navigation-link--692da {
	align-items: center;
	display: flex;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.navigation-module--nav-link--c480e,
.navigation-module--navigation-list--5e79a {
	display: grid;
	grid-auto-flow: column;
	height: 100%
}

.navigation-module--nav-link--c480e {
	text-wrap: nowrap;
	align-items: center;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	padding: 0 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.navigation-module--active-nav-link--dbd7c {
	background-color: #000 !important
}

.navigation-module--nav-link-icon--78f1e {
	display: none
}

.navigation-module--hamburger--30757 {
	cursor: pointer;
	height: 100%;
	padding: 0 16px
}

.navigation-module--hamburger--30757 span {
	display: none
}

.navigation-module--additional-navigation--800ef {
	align-items: center;
	background-color: #01b975;
	border-radius: 8px;
	display: flex;
	height: 54px;
	padding: 4px;
	position: absolute;
	right: 0;
	top: 62px;
	z-index: 100
}

.navigation-module--additional-navigation-list--85580 {
	align-items: center;
	display: flex;
	height: 100%
}

.navigation-module--additional-navigation-list--85580 .navigation-module--nav-link--c480e {
	border-radius: 8px;
	padding: 16px
}

.navigation-module--euro--083ce {
	background-color: #143cdb;
	width: max-content
}

@keyframes navigation-module--fadein--3d1d4 {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.navigation-module--red-dot--d6884 {
	animation: navigation-module--fadein--3d1d4 .5s ease-in alternate;
	background: #f7042e;
	border-radius: 50%;
	height: 6px;
	position: absolute;
	right: 6px;
	top: 11px;
	width: 6px
}

@media only screen and (max-width:950px) {
	.navigation-module--navigation--84503 {
		display: none;
	}

	.navigation-module--red-dot--d6884 {
		right: 17px;
		top: 8px
	}

	.navigation-module--navigation-link--692da {
		display: list-item;
		height: 100%;
		margin-left: 0
	}

	.navigation-module--nav-links-divider--950c3 {
		display: none
	}

	.navigation-module--navigation-list--5e79a {
		display: none;
	}

	.navigation-module--nav-link--c480e {
		align-items: center;
		border-radius: 8px;
		display: flex;
		flex-direction: column;
		font-size: 10px;
		font-weight: 400;
		gap: 3px;
		height: 100%;
		justify-content: center
	}

	.navigation-module--nav-link--c480e svg {
		height: 20px
	}

	.navigation-module--active-nav-link--dbd7c {
		color: #fff !important
	}

	.navigation-module--nav-link-icon--78f1e {
		display: block;
		font-size: 21px
	}

	.navigation-module--hamburger--30757 {
		align-items: center;
		color: #fff;
		display: flex;
		flex-direction: column;
		font-size: 11px;
		gap: 3px;
		justify-content: center;
		width: 100%
	}

	.navigation-module--hamburger--30757 span {
		display: inline
	}

	.navigation-module--additional-navigation--800ef {
		bottom: calc(env(safe-area-inset-bottom) + 53px);
		box-shadow: 0 -4px 3px rgba(50, 50, 50, .75);
		left: 0;
		right: 0;
		top: auto
	}

	.navigation-module--additional-navigation-list--85580 {
		align-items: flex-end;
		display: grid;
		grid-template-columns: 20% 20% 20% 20% 20%;
		justify-content: center;
		width: 100%
	}

	.navigation-module--additional-navigation-list--85580 .navigation-module--nav-link--c480e {
		padding: 0
	}

	.navigation-module--euro--083ce {
		width: unset
	}

	.navigation-module--no-border-radius--d493f {
		border-radius: 0
	}

	.navigation-module--no-border-radius-additional--7a060 {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}
}

.header-actions-module--badge-and-logo--4aaeb,
.header-actions-module--header-actions--da6e6 {
	align-items: center;
	display: flex;
	gap: 16px
}

.header-actions-module--container--97b83 {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 13px;
	gap: 4px;
	justify-content: center;
	width: -moz-fit-content;
	width: fit-content
}

.header-actions-module--logo-container--e3868 {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 24px;
	min-width: 24px;
	width: 24px
}

.header-actions-module--logo--3b248 {
	max-height: 24px;
	max-width: 24px
}

.header-actions-module--profile--74b63 {
	cursor: pointer
}

@media only screen and (max-width:950px) {
	.header-actions-module--header-actions--da6e6 {
		margin-right: -16px
	}
}

.coins-badge-module--coins-badge-container--2fcb8 {
	background-color: #f9c416;
	border-radius: 10px;
	color: #000;
	cursor: default;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	gap: 4px;
	padding: 4px 6px
}

.coins-badge-module--coins-badge-container--2fcb8 span {
	line-height: 14px
}

.coins-badge-module--disabled--a2937 {
	background-color: #212121
}

@keyframes loading-module--spin--2620d {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.loading-module--loader--5d013 {
	animation: loading-module--spin--2620d 1s linear infinite;
	border: 2px solid #fff;
	border-radius: 50%;
	border-top-color: #000;
	height: 16px;
	width: 16px
}

.header-search-module--headerSearch--a774c {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: flex;
	position: relative;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none
}

.header-search-module--headerSearch--a774c svg {
	cursor: pointer
}

.header-search-module--search-results--b7825 {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 8px;
	color: #000;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	gap: 16px;
	margin: 0 auto;
	max-height: 500px;
	overflow-y: scroll;
	padding: 8px;
	position: absolute;
	right: 34px;
	top: 38px;
	width: 200px
}

.header-search-module--search-result-item--1fe57 {
	cursor: pointer
}

.search-module--container--05b8d {
	position: relative
}

.search-module--search-input--30f54 {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	font-size: 16px;
	margin: 0;
	padding: 8px;
	width: 100%
}

.search-module--no-results--87b7f {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	color: #000;
	left: 0;
	padding: 16px 8px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 43px;
	width: 175px
}

footer {
	background-color: #000
}

.footer-module--container--59bdb {
	align-content: center;
	align-items: center;
	display: grid;
	gap: 8px;
	justify-content: center;
	justify-items: center;
	margin: 0 auto;
	max-width: 1126px;
	padding: 32px 8px;
	text-align: center;
	width: 100%
}

.footer-module--social--03667 {
	display: grid;
	gap: 16px;
	grid-auto-flow: column;
	height: 40px;
	width: -moz-fit-content;
	width: fit-content
}

.footer-module--social--03667 a {
	align-items: center;
	display: flex;
	height: 40px
}

.footer-module--rights--d8170 {
	color: #f2f2f2;
	text-align: right
}

.footer-module--rights-break--1363f {
	display: none
}

.footer-module--pages--45d29 {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-auto-flow: column
}

.footer-module--pages--45d29 a {
	font-style: normal
}

@media only screen and (max-width:950px) {
	.footer-module--container--59bdb {
		gap: 8px;
		padding: 8px 16px calc(env(safe-area-inset-bottom) + 70px)
	}

	.footer-module--rights--d8170 {
		text-align: center
	}

	.footer-module--rights-break--1363f {
		display: inline
	}

	.footer-module--pages--45d29 {
		grid-auto-flow: row
	}

	.footer-module--pages--45d29 svg {
		display: none
	}
}

.auth-module--container--4c548 {
	align-items: center;
	background: rgba(26, 26, 26, .9);
	bottom: 0;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000
}

.auth-module--label-info--bd4f4 {
	font-size: 10px;
	font-style: italic
}

.cookies-module--container--8807f {
	align-items: center;
	background-color: rgba(0, 0, 0, .8);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 16px;
	position: sticky;
	right: 0;
	z-index: 1000
}

.cookies-module--container--8807f span:first-child {
	font-size: 18px;
	font-weight: 700
}

.cookies-module--container--8807f span:nth-child(2) {
	color: #635f5f
}

.cookies-module--cookiesInfo--a2646 {
	background: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 360px;
	padding: 16px
}

.cookies-module--buttons--60a0d {
	display: flex;
	gap: 8px;
	margin: 0 auto
}

.cookies-module--more-info-button--21a8c {
	border: 1px solid #01b975;
	border-radius: 8px;
	color: #01b975;
	cursor: pointer;
	font-weight: 700;
	height: 35px;
	max-height: 35px;
	padding: 0 8px;
	text-transform: uppercase
}

@media only screen and (max-width:950px) {
	.cookies-module--container--8807f {
		bottom: calc(env(safe-area-inset-bottom) + 54px)
	}
}

.avatars-item-buy-confirmation-module--overlay--8aad3 {
	align-items: center;
	background: rgba(26, 26, 26, .9);
	bottom: 0;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000
}

.avatars-item-buy-confirmation-module--avatars-item-buy-confirmation--0554f {
	align-items: center;
	background-color: #000;
	border-radius: 8px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 340px;
	padding: 16px 8px;
	text-align: center;
	width: 100%
}

.avatars-item-buy-confirmation-module--avatars-item-buy-disclaimer--3b397 {
	color: #a5a1a1;
	font-size: 14px;
	font-style: italic
}

.avatars-item-buy-confirmation-module--avatars-item-buy-confirmation-actions--86180 {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	width: 100%
}

.avatars-item-to-buy-module--item-to-buy--b91f7 {
	align-items: center;
	background-color: #01b975;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 99px;
	padding: 8px;
	position: relative;
	width: 112px
}

.avatars-item-to-buy-module--item-to-buy-piece-container--a8ac9 {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%
}

.avatars-item-to-buy-module--item-to-buy-button--b0599 {
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	color: #01b975;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	gap: 3px;
	padding: 4px 16px
}

.avatars-item-to-buy-module--item-to-buy-slogan--8266b {
	font-size: 14px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, .2) 1px 1px 4px
}

.avatars-item-to-buy-module--preview-icon--6543e {
	left: 4px;
	position: absolute;
	top: 8px
}

.chip-module--chip--e6aeb {
	align-items: center;
	background-color: #01b975;
	border-radius: 8px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500px;
	height: 27px;
	padding: 4px 8px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content
}

.chip-module--active-chip--fa734 {
	background-color: #000;
	border: 2px solid #01b975;
	cursor: auto
}

.chip-module--disabled-chip--d178a {
	background-color: #a5a1a1;
	color: #000;
	cursor: auto;
	opacity: .5
}

@media only screen and (max-width:600px) {
	.chip-module--chip--e6aeb {
		font-size: 14px
	}
}

@media only screen and (max-width:360px) {
	.chip-module--chip--e6aeb {
		font-size: 13px
	}
}

.switch-module--container--6f4d0 {
	background: #01b975;
	border: 2px solid #01b975;
	border-radius: 8px;
	width: -moz-fit-content;
	width: fit-content
}

.switch-module--button--4bb26 {
	color: #fff;
	font-size: 16px;
	padding: 2px 14px;
	text-transform: uppercase
}

.switch-module--active-button--3cd9f {
	background: #000;
	border-radius: 8px
}

.game-fixtures-module--section--5d4ca {
	max-width: 1110px
}

.game-fixtures-module--no-fixtures-container--77cef {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100px;
	justify-content: center;
	text-align: center;
	width: 100%
}

.game-fixtures-module--fixtures-container--02a4d {
	color: #fff;
	display: grid;
	gap: 8px 12px;
	grid-template-columns: calc(50% - 6px) calc(50% - 6px);
	grid-template-rows: 65px;
	margin-top: 8px;
	width: 100%
}

@media only screen and (max-width:750px) {
	.game-fixtures-module--fixtures-container--02a4d {
		gap: 4px;
		grid-template-columns: auto
	}

	.game-fixtures-module--section--5d4ca h3 {
		text-align: center
	}
}

@media only screen and (max-width:600px) {
	.game-fixtures-module--fixtures-container--02a4d {
		margin-top: 16px
	}
}

.profile-header-module--container--bd46f {
	align-items: center;
	background-color: #000;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 1110px;
	padding: 24px 32px;
	width: 100%
}

.avatar-module--container--be61e {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.avatar-module--avatar-container--e43b9 {
	height: 100px;
	position: relative;
	width: 130px
}

.avatar-module--avatar--6ed85 {
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100px;
	z-index: 1
}

.avatars-item-to-use-module--item-to-use--02f0f {
	align-items: center;
	background-color: #01b975;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 99px;
	justify-content: center;
	padding: 8px;
	position: relative;
	width: 112px
}

.avatars-item-to-use-module--item-to-use-slogan--bd49a {
	align-items: center;
	display: flex;
	font-size: 14px;
	height: 100%;
	padding-top: 4px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, .2) 1px 1px 4px
}

.avatars-item-to-use-module--check-icon--0a0b1 {
	left: 4px;
	position: absolute;
	top: 8px
}

.profile-progress-module--badges-container--03111 {
	display: flex;
	gap: 16px
}

.profile-progress-module--badge--0233a {
	align-items: center;
	border-radius: 6px;
	display: flex;
	height: 32px;
	justify-content: center;
	width: 32px
}

.article-card-module--container--4d059 {
	display: flex;
	flex-direction: column;
	min-width: 360px;
	width: 360px
}

.article-card-module--image--33d9d {
	background-position: 50%;
	background-size: cover;
	border-radius: 4px;
	height: 221px;
	margin-bottom: 8px;
	position: relative
}

.article-card-module--category-container--6b452 {
	background: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a);
	bottom: -1px;
	height: 89px;
	position: absolute;
	width: 100%
}

.article-card-module--category--99553,
.article-card-module--date--9862d {
	color: #a5a1a1
}

.article-card-module--category--99553 {
	background: #01b975;
	border-radius: 8px;
	bottom: 0;
	color: #fff;
	font-style: normal;
	margin-left: 6px;
	padding: 2px 4px;
	position: absolute;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.article-card-module--info--05411 {
	display: grid;
	gap: 4px;
	padding: 0 8px
}

.article-card-module--link--bc1cf {
	justify-self: baseline
}

@media only screen and (max-width:1126px) {
	.article-card-module--link--bc1cf {
		justify-self: auto
	}

	.article-card-module--category--99553 {
		padding: 0 8px
	}
}

@media only screen and (max-width:600px) {
	.article-card-module--link--bc1cf {
		width: 100%
	}

	.article-card-module--container--4d059 {
		flex-direction: column;
		min-width: 100%;
		padding: 0;
		width: 100%
	}

	.article-card-module--category--99553,
	.article-card-module--info--05411 {
		padding: 0 8px
	}
}


.sub-menu {
	display: none;
}
.news-card-module--container--85e10 {
	background-color: #000;
	border-radius: 8px;
	display: flex;
	font-family: Roboto;
	gap: 16px;
	padding: 12px 16px
}

@keyframes news-card-module--blink--c19b0 {
	50% {
		opacity: .5
	}
}

.news-card-module--container-loading--adf59 {
	animation: news-card-module--blink--c19b0 1s linear infinite;
	background-color: #000;
	border-radius: 8px;
	height: 85px;
	width: 100%
}

.news-card-module--timeAndDate--b617e {
	align-self: center;
	color: #01b975;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center
}

.news-card-module--content--f5142 {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.news-card-module--title--80bbf {
	color: #f2f2f2;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.news-card-module--source--e53ab {
	color: #a5a1a1;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .16px;
	line-height: normal
}

@media only screen and (max-width: 600px) {
	.news-card-module--container--85e10 {
		gap:10px;
		padding: 12px 10px
	}

	.news-card-module--title--80bbf {
		font-size: 16px
	}

	.news-card-module--source--e53ab,.news-card-module--timeAndDate--b617e {
		font-size: 14px
	}
}


.bottom-sections-module--articles-section--a91b0 {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto 32px;
	max-width: 1126px;
	padding: 0 8px
}

.bottom-sections-module--articles--4df81 {
	color: #fff;
	display: grid;
	gap: 16px;
	grid-template-columns: auto auto auto;
	max-width: 1126px;
	padding: 0 8px;
	width: 100%
}

.bottom-sections-module--articles--4df81 a:nth-child(4) {
	display: none
}

.bottom-sections-module--quiz-section--14123 {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto 32px;
	max-width: 1126px;
	padding: 0 8px;
	text-align: center
}

.bottom-sections-module--quizes--416d7 {
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

.bottom-sections-module--standings-section--eeae9 {
	color: #fff;
	display: flex;
	flex-direction: column;
	margin: 0 auto 32px;
	max-width: 1126px;
	padding: 0 8px
}

.bottom-sections-module--standings-section--eeae9 a {
	margin-top: 16px
}

.bottom-sections-module--news-section--17199 {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto 32px;
	max-width: 1126px;
	padding: 0 8px
}

.bottom-sections-module--news--b5a6c {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.bottom-sections-module--game-section--e7bc3 {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto 32px;
	max-width: 1126px;
	padding: 0 8px
}

.bottom-sections-module--top-players--8724f {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.bottom-sections-module--top-players-row--1fd8b {
	display: flex;
	gap: 16px;
	width: 100%
}

.bottom-sections-module--top-players-item--32b5b {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%
}

.bottom-sections-module--ad-desktop--46167,
.bottom-sections-module--ad-mobile--f74ee {
	border-radius: 8px;
	cursor: pointer;
	margin: 0 auto
}

.bottom-sections-module--ad-mobile--f74ee {
	display: none;
	margin-bottom: 16px
}

.bottom-sections-module--ad-desktop--46167 {
	display: block;
	margin-bottom: 32px
}

@media only screen and (max-width:1126px) {
	.bottom-sections-module--quizes--416d7 {
		justify-content: center
	}

	.bottom-sections-module--articles--4df81 {
		grid-template-columns: auto auto;
		justify-content: center
	}

	.bottom-sections-module--articles--4df81 a:nth-child(4) {
		display: block
	}

	.bottom-sections-module--game-section--e7bc3 h2,
	.bottom-sections-module--standings-section--eeae9 h2 {
		text-align: center
	}
}

@media only screen and (max-width:950px) {
	.bottom-sections-module--quizes--416d7 a {
		display: flex;
		justify-content: center;
		width: 100%
	}
}

@media only screen and (max-width:750px) {
	.bottom-sections-module--ad-desktop--46167 {
		display: none
	}

	.bottom-sections-module--ad-mobile--f74ee {
		display: block
	}

	.bottom-sections-module--articles--4df81 {
		grid-template-columns: auto;
		justify-content: center;
		padding: 0;
		width: 100%
	}

	.bottom-sections-module--articles--4df81 a:nth-child(4) {
		display: none
	}

	.bottom-sections-module--top-players-row--1fd8b {
		flex-direction: column
	}

	.bottom-sections-module--top-players-item--32b5b {
		align-items: center
	}
}


.bottom-sections-module--news--b5a6c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bottom-sections-module--news-section--17199 {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto 32px;
	max-width: 1126px;
	padding: 0 8px
}
.header-mega__footer  {margin-top: 20px;}
.header-mega__footer--logo-list {
  display: flex;
  gap: 10px;
 justify-content: center;
}
.header-mega__footer--t-logo img {filter: saturate(0.1);width: 40px;}
.header-mega__footer--t-logo:hover img {filter: saturate(1);}
@media screen and (max-width: 950px) {
	.header-mega__footer {display: none;}
}