@font-face {
	font-family: Maxa Grotesk;
	src: url("../fonts/MaxaGrotesk-Light.ttf") format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: Maxa Grotesk;
	src: url("../fonts/MaxaGrotesk-Regular.ttf") format('truetype');
	font-weight: 500;
}
@font-face {
	font-family: Maxa Grotesk;
	src: url("../fonts/MaxaGrotesk-SemiBold.ttf") format('truetype');
	font-weight: 600;
}
@font-face {
	font-family: Maxa Grotesk;
	src: url("../fonts/MaxaGrotesk-Bold.ttf") format('truetype');
	font-weight: 700;
}

html {
	scroll-behavior: smooth;
    -webkit-overflow-x: hidden;
    overflow-x: hidden;
}
body.million-win {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 23px;
	color: #000;
	background-color: #502983;
}
.million-win h1 {
	color: #fff;
	font-family: Maxa Grotesk;
	font-size: 3.9rem;
	font-weight: 600;
	line-height: 1;
	text-align: left;
}
.million-win h2 {
	color: #fff;
	font-family: Maxa Grotesk;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	text-align: left;
	margin: 10px 0 35px;
}
.million-win h3 {
	color: #fff;
	font-family: Maxa Grotesk;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	margin: 10px 0 35px;
}
.million-win p {
	color: #fff;
	font-family: Maxa Grotesk;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	margin: .5em 0;
	word-break: break-word;
}
.million-win a {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}
.million-win .btn-button-yellow {
	background-color: #ffb233;
	min-width: 210px;
	max-width: fit-content;
	border-radius: 38px;
	color: #502983;
	border: 2px solid #ffb233;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	font-family: Maxa Grotesk;
	letter-spacing: .3px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.million-win .btn-button-yellow:hover {
	background-color: #ffb233e6;
}
.million-win .btn-button-white {
	background-color: #502983;
	min-width: 210px;
	max-width: fit-content;
	border-radius: 38px;
	color: #ffffff;
	border: 2px solid #fff;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	font-family: Maxa Grotesk;
	letter-spacing: .3px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.million-win .btn-button-white:hover {
	background-color: #3a1865;
}
.million-win .btn-button-teal {
	background-color: #00cccc;
	min-width: 210px;
	max-width: fit-content;
	border-radius: 38px;
	color: #ffffff;
	border: 2px solid #00cccc;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	font-family: Maxa Grotesk;
	letter-spacing: .3px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.million-win .btn-button-teal:hover {
	background-color: #01b7b7;
}
.million-win .bg-green {
	background-color: #33ee65;
}
.million-win .bg-violet {
	background-color: #6200bf;
}
.million-win .bg-violet-light {
	background-color: #9400f0;
}
.million-win .bg-violet-dark {
	background-color: #502983;
}
.million-win .bg-orange {
	background-color: #fa7200;
}
.million-win .bg-yellow {
	background-color: #ffb133;
}
.million-win .bg-teal {
	background-color: #00cccc;
}
.million-win .violet-color {
	color: #6000bf;
}
.million-win .white-color {
	color: #ffffff;
}
.million-win .orange-color {
	color: #fa7200;
}
.million-win .violet-border {
	background-color: #6000bf;
}
.million-win .white-border {
	background-color: #ffffff;
}
.million-win .strong {
	font-weight: 600;
}
.million-win .img-wh {
	width: 100%;
	height: auto;
}
.container {
	width: 90%;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.container {
		width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1100px;
	}
}

/* Site header */
.million-win .site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: top;
	-ms-flex-pack: top;
	justify-content: top;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
/* Site header end */
/* Mobile menu */
.million-win .menuItem {
	display: block;
	margin: 2rem 1.5rem;
}
.million-win .menuItem:hover {
	text-decoration: underline;
}
.million-win .hamburger {
	position: relative;
	z-index: 100;
	top: 0;
	right: 0;
	padding: 4px;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.million-win .material-icons {
	color: #fff;
}
.million-win .closeIcon {
	display: none;
}
.million-win .menu {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	z-index: 99;
	background: #502983;
	color: #fff;
	list-style: none;
	padding-top: 4rem;
}
.million-win .showMenu {
	display: block;
}
.million-win .navigation-wrapper-mobile {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	z-index: 99;
	background-color: #502983;
}
.million-win .navigation-wrapper-mobile .navigation-modify-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 1em;
}
.million-win .navigation-wrapper-mobile .logo-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.million-win .navigation-wrapper-mobile .logo-top a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.million-win .navigation-wrapper-mobile .logo-mobile-inner .logo-top img {
	width: 100px;
	height: auto;
}
.million-win .navigation-wrapper-mobile nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.million-win .navigation-wrapper-mobile ul {
	margin: 0;
	padding: 0;
}
.million-win .menuItem.registration-nav {
	display: inline-block;
	margin: 0 1.5rem 2.5em;
	padding: .5em 1.5em;
	border-radius: 50px;
	background-color: #ffb233;
	color: #6000bf;
}
/* Mobile menu end */
/* Desktop menu */
.million-win nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.million-win .navigation-wrapper-desktop .logo-top img {
	width: 150px;
	height: auto;
}
.million-win .navigation-wrapper-desktop nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.million-win .navigation-wrapper-desktop {
	display: none;
}
.million-win .navbar-scrolled {
	background-color: #6000bf;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.million-win .navigation-wrapper-desktop .navigation-modify-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	width: 100%;
}
.million-win .navigation-wrapper-desktop .main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.million-win .navigation-wrapper-desktop .utility-menu {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.million-win .navigation-wrapper-desktop nav .orange-color,
.million-win .navigation-wrapper-mobile nav .orange-color {
	color: #ffb233;
}
.million-win .navigation-wrapper-desktop nav a,
.million-win .navigation-wrapper-mobile nav a {
	position: relative;
	color: #fff;
	font-family: Maxa Grotesk;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .3px;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
}
.million-win .navigation-wrapper-desktop nav a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.million-win .navigation-wrapper-desktop nav a:hover:before {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.million-win .navigation-wrapper-desktop nav .link-item-update:hover:before {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
.million-win .navigation-wrapper-desktop nav .registration-nav {
	background-color: #ffb233;
	color: #6000bf;
	font-weight: 600;
	padding: .5em 2em;
	border-radius: 50px;
}
.million-win .navigation-wrapper-desktop nav .registration-nav:before {
	height: 0;
}
.million-win .navigation-wrapper-desktop nav .registration-nav:hover {
	background-color: #ffb233e6;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* Desktop menu end */

/* main */
.million-win .hero-section .hero-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	padding: 0;
	gap: 0 20px;
}
.million-win .hero-section .hero-container .hero-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	z-index: 1;
}
.million-win .color-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3em 0 4em;
}
.million-win .section-btn .content-text-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.million-win .section-btn .content-image-wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.million-win .color-section .section-number h2 {
	font-family: Maxa Grotesk;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -1px;
	text-align: center;
	line-height: 1.1;
	margin: 0;
}
.million-win .color-section .content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px 50px;
	padding: 10px 0 0;
}
.million-win .color-section .content-wrapper .content-image img {
	max-width: 80px;
}
.million-win .color-section .content-wrapper .content-text p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
}
.million-win .content-wrapper .content-text .horizontal-separator {
	display: inline-block;
	width: 50px;
	border-bottom: 2px solid;
}
.million-win .content-wrapper .content-text .vertical-separator {
	display: none;
	height: 25px;
	border-left: 2px solid;
}
.million-win .btn-section {
	padding: 2em 0;
}
.million-win .btn-section .btn-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}
.million-win .color-section .content-text-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
.million-win .color-section .content-image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 1em 0 0;
}
.million-win .section-where {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3em 0 4em;
}
.million-win .section-where .content-text-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.million-win .section-where .content-text-image .content-text p {
	margin: 10px 0 20px;
}
.million-win .section-where .content-image-wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2,minmax(0, 1fr));
	gap: 0;
}
.million-win .section-where .content-image-wrapper .partners-link img {
	width: 125px;
	height: 50px;
	object-fit: contain;
}
.million-win .section-where .content-image-wrapper .partners-link {
	-webkit-transition: all 222ms ease-out;
	-o-transition: all 222ms ease-out;
	transition: all 222ms ease-out;
}
.million-win .section-where .content-image-wrapper .partners-link:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.games-flex-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.games-flex-wrapper .game-icon {
	width: 100%;
	height: auto;
	-webkit-transition: all 222ms ease-out;
	-o-transition: all 222ms ease-out;
	transition: all 222ms ease-out;
}
.games-flex-wrapper .game-icon:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.mega-maxa-col {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 100%;
}
.other-games-col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.games-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}
.games-row.row-top .game-card {
	-webkit-box-flex: 1;    
	-ms-flex: 1 1 50%;    
	flex: 1 1 50%;
}
.games-row.row-bottom .game-card {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 66%;
	flex: 1 1 66%; 
}
.games-row.row-bottom .game-card.hop-trop,
.games-row.row-bottom .game-card.sestka {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 31%;
	flex: 1 1 31%; 
}
.game-card.mega-maxa {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
.game-card {
	text-align: center;
}
.million-win .drawing-schedule-1,
.million-win .drawing-schedule-2 {
	font-family: Maxa Grotesk;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 600;
}
.million-win .drawing-schedule-1 {
	line-height: 1.1;
	margin: 0 0 30px;
}
.million-win .drawing-schedule-2 {
	line-height: 3;
	text-align: center;
	margin: 0 0 5px;
}
/* Main end */

/* Footer */
.million-win .site-footer {
	display: block;
	padding: 2em 1em;
	margin: 0 auto;
	text-align: center;
}
.million-win .site-footer a {
	display: inline-block;
}
.million-win .footer-logo {
	width: 150px;
	height: auto;
}
.million-win .site-footer .text-image-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0 2em;
}
.million-win .warning-img-mobile {
	display: block;
	height: auto;
	width: 100%;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 1.1;
}
.million-win .warning-img-desktop {
	display: none;
	height: 40px;
	width: auto;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 1.6;
}
.million-win .copyright {
	font-size: .9rem;
}
.million-win .maxa-preferences-center {
	font-family: Maxa Grotesk;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
	padding: 1em 0 0;
}
.million-win .up-inner .title-hidden {
	visibility: hidden;
	overflow: hidden;
	display: none;
}
.million-win .up-inner .up {
	position: fixed;
	right: .5em;
	bottom: 1em;
	background-color: #502983;
	border: 1px solid #502983;
	border-radius: 5px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 9px;
	font-size: 1rem;
	visibility: visible;
	opacity: 1;
	z-index: 2;
}
.million-win .up-inner svg {
	overflow: hidden;
	vertical-align: middle;
	fill: #ffb234;
}

@media (min-width: 480px) {
	.million-win .section-where .content-image-wrapper {
		grid-template-columns: repeat(3,minmax(0, 1fr));
	}
	.million-win .section-where .content-image-wrapper .partners-link img {
		width: 130px;
	}
}

@media (min-width: 768px) {
	.million-win .navigation-wrapper-desktop .main-menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.million-win .hero-section .hero-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0 20px;
	}
	.million-win .color-section .content-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 0 30px;
	}
	.million-win .color-section .content-wrapper .content-text p {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 10px;
		font-size: 1.1rem;
	}
	.million-win .color-section .section-number h2 {
		font-size: 6rem;
	}
	.million-win .section-where .content-image-wrapper {
		grid-template-columns: repeat(4,minmax(0, 1fr));
	}
	.games-flex-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.mega-maxa-col {
		width: 31.9%;
	}
	.games-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.million-win .drawing-schedule-1 {
		margin: 0;
	}
	.million-win .drawing-schedule-2 {
		margin: 0 0 15px;
	}
	.million-win .content-wrapper .content-text .horizontal-separator {
		display: none;
	}
	.million-win .content-wrapper .content-text .vertical-separator {
		display: inline-block;
	}
	.million-win .warning-img-desktop {
		display: block;
	}
	.million-win .warning-img-mobile {
		display: none;
	}
}

@media (min-width: 992px) {
	.million-win .site-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
	.million-win .navigation-wrapper-desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		position: relative;
		height: 110px;
		z-index: 99;
		background-color: #502983;
	}
	.million-win .navigation-wrapper-mobile {
		display: none;
	}
	.million-win h1 {
		font-size: 7rem;
		text-align: left;
	}
	.million-win .hero-section .hero-container .hero-image {
		z-index: 99;
		margin: -40px 0 0;
	}
	.million-win .color-section .section-number h2 {
		font-size: 8rem;
	}
	.million-win .color-section .content-wrapper {
		gap: 0 50px;
	}
	.million-win .section-btn .content-text-image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.million-win .section-where {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.million-win .section-where .content-text-image {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 30px;
	}
	.million-win .section-where .content-image-wrapper {
		grid-template-columns: repeat(5,minmax(0, 1fr));
		gap: 30px;
	}
	.million-win .drawing-schedule-1 {
		margin: 0;
	}
	.million-win .drawing-schedule-2 {
		line-height: 1.1;
		text-align: center;
		margin: 0 0 5px;
	}
	.million-win .color-section .content-wrapper .content-text p {
		gap: 20px;
		font-size: 1.4rem;
	}
	.million-win .color-section .content-wrapper .content-image img {
		max-width: 105px;
	}
	.million-win .btn-section .btn-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.million-win .up-inner .up {
		right: 2em;
		bottom: 2em;
		padding: 10px 11px;
	}
}
