@import 'https://cdn.fonts.net/kit/46a2fae0-420e-4cc7-b89c-1557abf7d44a/46a2fae0-420e-4cc7-b89c-1557abf7d44a.css';

html {
    font-family:"GilroyMedium", sans-serif;
    scroll-behavior: smooth;
}
body{
	margin: 0px;
}
.root {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "GilroyMedium";
}
main.home {
    padding: 75px 8rem 30px 8rem;
    margin: 0;
    box-sizing: border-box;
    font-family: "GilroyMedium";
    background-image: url(/content/dam/global/promotions/omni-soccer-sweepstakes-promotion-2026/en/images/blueBg-xl-lg1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.skip-content-div{
	display: none;
}
a, p{
    color: #ffffff;
}
.os-home-banner, .os-home-sweeps-section,.os-home-yt-content {
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.os-home-yt-content {
    min-height: 150px;
    padding-top: 1rem;
}
.os-home-banner-content {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.os-banner-text-content{
    width: 50%;
    color: #ffffff;
    margin: 0 20px;
}
 .os-home-game-content {
    color: #ffffff;
    margin: 0 20px;
}
.os-banner-text-content h1, .os-home-game-content h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.os-banner-text-content p {
   	font-size: 1.5rem;
    text-align: justify;
    line-height: 1.2;
    margin-bottom: 30px;
}
 .os-home-game-content p {
   	font-size: 1.5rem;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 30px;
}
 .os-home-game-content p {
    text-align: center;
}

.os-banner-image-content {
    width: 50%;
    text-align: center;
}
main.home:has(.os-home-sweeps-section) .promotionheroimage img{
    margin-top: 20px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.5));
}
.os-banner-image-content {
    max-width: 100%;
    height: auto;
}
.os-banner-image-content img {
    width: 100%;
}
.os-home-game-section{
    width: 100%;
    background-image: url(/content/dam/global/promotions/omni-soccer-sweepstakes-promotion-2026/en/images/home-game-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
}
.os-home-game-play-now {
	margin: auto;
	padding: 10px 20px;
	border-radius: 10px;
	background: #215da1;
    font-size: 1.25rem;
    text-decoration: none;
}
.os-home-sweeps-cta{
	margin: auto;
	padding: 10px 20px;
	border-radius: 10px;
	color: #215da1;
    font-size: 1.25rem;
    background: #ffffff;
    text-decoration: none;
}
.os-home-sweeps-content h1{
	font-size: 1.5rem;
    margin: 2rem;
    font-weight: 300;
}
 .os-home-game-play-now:hover {
	background: #00367d;
	transform: translateY(-1px);
}
.os-home-sweeps-cta:hover {
	color:#ffffff;
    background: #00367d;
	transform: translateY(-1px);
}
.os-home-game-content {
    text-align: center;
    margin: auto;
    padding-top: 19rem;
    padding-bottom: 2rem;
}
.os-home-game-content p{
   margin: 0px;
   line-height: 1.5;
}
.os-home-game-content p:nth-of-type(2) {
    margin-bottom: 20px;
}
.os-home-sweeps-content {
    text-align: center;
    margin: auto;
}
.os-home-sweeps-content{
	color: #ffffff;
}
.os-yt-text-content h2{
	color: #ffffff;
	text-align: center;
    font-size: 2rem;
    font-weight: 300;
}
.os-yt-text-content p{
    font-size: 1.5rem;
}
.os-home-sweeps-img{
    height: 25rem;
    background-image: url(/content/dam/global/promotions/omni-soccer-sweepstakes-promotion-2026/en/images/sweeps-img-lg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.5)); 
}
.os-home-sweeps-content h2,.os-home-sweeps-content p {
	padding: 20px;
}
.os-home-sweeps-section {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
.os-home-sweeps-img{
    width: 50%;
    color: #ffffff;
    margin: 0 20px;
}
.os-home-sweeps-content {
    width: 50%;
    text-align: center;
}
.footer-content {
    color: #ffffff;
    padding-top: 2rem;
    font-size: 1rem;
}

.footer-legal a {
    padding: 10px 10px;
}
a.ot-sdk-show-settings {
    text-decoration: underline;
    cursor: pointer;
}
.os-home-banner, .os-home-game-section,.os-home-sweeps-section {
    border-bottom: 2px #ffffff solid;
}

/* Learn more in Banner starts */
.os-expand-para-check{
	display: none;
}
.os-show-more, .os-show-less{
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	text-decoration: underline;
}
.os-more-content{
	display: none;
}
.os-expand-para-check:checked ~ .os-more-content{
	display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease-in-out, visibility 0s linear 0s;
}
.os-expand-para-check:checked ~ p .os-show-more{
	display: none;
}
.os-expand-para-check:unchecked ~ .os-more-content{
	display: none;
    transition: opacity 0.8s ease-in-out, visibility 0s linear 0.3s;
}
.os-expand-para-check:unchecked ~ p .os-show-more{
	display: block;
}
/* Learn more in Banner ends */

/* game page css starts */
.omnisoccergame {
    padding-top: 75px;
}
.os-game-startGameBtn {
    margin: auto;
	padding: 10px 20px;
	border-radius: 10px;
	background: #215da1;
    font-size: 1.25rem;
    text-decoration: none;
    transition: none;
}
.os-game-startGameBtn:hover{
    background: #ffffff;
    color: #215da1;
}
main.home:has(.soccer-game-container){
    padding: 0px 0rem;
}
.os-game-restartBtn{
    margin: auto;
	padding: 10px 20px !important;
	border-radius: 10px !important;
	background-color: #ffffff !important;
    color: #215da1 !important;
    font-size: 1.25rem !important;
}
.os-game-restartBtn:hover{
    background-color: #00367d !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}
.soccer-game-container .popup-container,
.os-oops-text-content,
.os-congratulations-text-content{
    background-image: url(/content/dam/global/promotions/omni-soccer-sweepstakes-promotion-2026/en/images/blueBg-xl-lg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    color: #ffffff;
}
.os-oops-text-content,
.os-congratulations-text-content{
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.soccer-game-container .popup-container p {
   color: #ffffff; 
   font-size: 1.5rem;
}
.start-game-overlay{
    background: rgb(0 0 0 / 43%) !important;
}
.root:has(.soccer-game-container){
    padding: 0px 0rem;
	background-image: none;
    background-color: #04569e;
}
/* Mobile game section starts */
@media (min-width: 320px) and (max-width: 768px) {
    .omnisoccergame {
        padding-top: 55px;
    }
}
/*  Mobile game section ends */
/* game page css ends */
/* Footer css starts */
.footer, .footer-container{
    background: #215da1;
    color: #ffffff;
}
.footer-content,
.footer-content a,
.footer-legal a{
   color: #ffffff;
}
.footer-legal a{
	white-space: nowrap;
    display: inline-block;
}
.footer-logo{
   display: none;
}
.footer-legal, .footer-content{
   padding: 20px;
}
/* Footer css ends */
/* thank you starts */
 main.home:has(.os-ty-container), main.home:has(.os-comming-soon-section){
    padding: 75px 0rem;
	background-image: none;
    background-color: #ffffff;
}
main.home .promotionheroimage img{
    width: 100%;
}
.os-ty-container, .os-comming-soon-section{
    width: 65%;
    margin: auto;
    padding: 3rem 0;
}
.os-ty-cta{
    display:flex;
    justify-content: center;
    width: 85%;
    margin: auto;
    gap: 10px;
    padding-bottom: 2rem;
}
.os-ty-cta a{
    width: 35%;
    margin: auto;
	padding: 10px 20px;
	border-radius: 10px;
	background: #215da1;
    font-size: 1.25rem;
    text-decoration: none;
}
.os-ty-cta a:hover {
	background: #00367d;
	transform: translateY(-1px);
}
.os-ty-container p:nth-child(1) {
    font-size: 1.5rem;
    color: #215da1;
}
.os-ty-container p,.os-ty-container h1, .os-comming-soon-section h1, .os-comming-soon-section p {
    color: #215da1;
}
.os-ty-container p,.os-comming-soon-section p {
    font-size: 1.5rem;
}
/* thank you ends */
@media (min-width: 320px) and (max-width: 768px) {
	main.home {
	    padding: 55px 0px 0px 0px;
	    margin: 0;
	    box-sizing: border-box;
	    font-family: "GilroyMedium";
	    background-image: url(/content/dam/global/promotions/omni-soccer-sweepstakes-promotion-2026/en/images/blueBg-mb-2.png);
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.os-banner-text-content p {
	   	font-size: 12px;
	    margin: 20px 0;
	}
	.os-home-banner {
	    min-height: 250px;
	}
	.os-home-sweeps-section {
	    min-height: 143px;
	    height: auto;
	}
	.os-home-game-section{
	    anchor-name: --os-game-section;
	    background-size: cover;
	    min-height: 131%;
	}
	.os-home-game-content {
	    position-anchor: --os-game-section;
	    text-align: center;
	    margin: auto;
	    padding-top: 32%;
	    padding-bottom: 1.5rem;
	}
	.os-home-game-content p{
	    font-size: 16px
	}
	.os-home-game-play-now, .os-home-sweeps-cta {
	    font-size: 1rem;
	}
	.os-home-sweeps-content h1{
		font-size: 1rem;
	    margin: 1rem;
	}
	.os-yt-text-content{
	    font-size: 14px;
	    padding: 0.75rem 0.75rem;
	}
	.os-home-yt-content {
	    min-height: auto;
	}
	.os-yt-text-content p:first-child{
	   margin-top: 0 
	}
	.featured-item {
		height: 100%;
		display: flex;
		width: 100%;
		position: relative;
		margin: 0 auto 2em;
		flex-basis: 90%;
		max-width: 22rem
	}
	.footer-content {
	    color: #ffffff;
	    padding: 10px;
	    font-size: 0.75rem;
	}
	.footer-logo{
		display: none;
	}
	.footer-container{
		padding: 10px;
	}
	.os-home-sweeps-img{
		height: 15rem;
	}
    .soccer-game-container .popup-container,
    .os-oops-text-content,
    .os-congratulations-text-content{
        background-image: url(/content/dam/global/promotions/omni-soccer-sweepstakes-promotion-2026/en/images/blueBg-mb.png);
    }
    .os-home-sweeps-img{
        background-image: url(/content/dam/global/promotions/omni-soccer-sweepstakes-promotion-2026/en/images/sweeps-img-home-mb.png);
    }
    .soccer-game-container .popup-container{
       margin: 20px; 
    }
    .os-ty-container{
        width: 90%;
    }
    .os-ty-cta{
        flex-direction: column;
    }
    .os-ty-cta a{
         width: 75%; 
    }
    main.home:has(.os-ty-container), main.home:has(.os-comming-soon-section){
        padding: 55px 0rem;
        background-image: none;
        background-color: #ffffff;
	}
    .footer-legal a {
        padding: 8px 10px;
    }
    .os-ty-container, .os-comming-soon-section{
        width: 80%;
    }
    .os-yt-text-content p, .os-banner-text-content p,.os-ty-container p, .os-comming-soon-section p {
        font-size: 1rem;
    }
    .featureditemlist-manual + .markuptext h2{
        font-size: 4rem;
    }
    .os-yt-text-content h2,.os-ty-container h1, .os-comming-soon-section h1,  {
        font-size: 1.5rem;
    }

}
@media (min-width: 769px) and (max-width: 1024px) {
	.os-ty-container{
        width: 90%;
    }
}
@media (min-width: 1400px) and (max-width: 2500px) {
	.os-home-game-content {
        padding-top: 30%;
    }
}
@media only screen and (min-width: 2065px) {
	canvas {
       background-size: 44vh 22%;
    }
	.os-body {
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: cover;
  	}
	#scoreboard-timer {
		top: 13.5vh !important;
		left: 82% !important;
		font-size: 2.5rem !important;
	}
	#scoreboard-score-point {
		top: 12.5vh !important;
		left: 54% !important;
		font-size: 3rem !important;
	}
 }
.os-game-startGameBtn, .popup-container h1, .popup-container p,.os-game-restartBtn  {
	font-family: "GilroyMedium" !important;
}

.featureditemlist-manual{
    display: none;
}
.featureditemlist-manual + .markuptext h2{
    font-size: 100px;
    color: #ffffff;
}

@media (min-width: 320px) and (max-width: 768px) {
    .featureditemlist-manual + .markuptext h2{
        margin: 0px;
        padding: 50px 0px 85px 0px;
        font-size: 4rem;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
    @supports (-webkit-touch-callout: none) {
		input[type="month"].signup-Date{
			padding-left: 0px !important;
			padding-right: 0px !important;
			width: 338px;
		}
	}
}