*{font-family:'Segoe UI',sans-serif}.ellipse{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
*,*:after,*:before{box-sizing:border-box}html{line-height:1.5;-webkit-text-size-adjust:100%;text-size-adjust:none}body,div,p,ul,a,li,h1,h2,h3,h4,img{margin:0;padding:0}a{text-decoration:none;color:#fff}
:root{--bgImage:url("../images/football-outline-blue.svg");--bgImageSmall:url("../images/blue-background-8.png");--bgWorldCup:url("../images/bg/bg-qatar-world-cup-2.svg");--bgFallback:rgb(0,0,23);--mainText:#fff;--hamburger:rgb(7,108,175);--hbBorder:rgb(7,108,175);--hbText:#fff;--panelBg:rgba(1,7,40,.8)}html{scroll-behavior:smooth}html,body{height:100%;width:100%}body{background-image:var(--bgImage);background-repeat:no-repeat;background-attachment:fixed;background-position:center;background-size:cover;background-color:var(--bgFallback);color:var(--mainText);text-align:left;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;align-items:center;min-width:280px}
.header{background-color:transparent;width:100%;z-index:3}.header ul{margin:0;padding:0;list-style:none;overflow:hidden;display:flex;flex-wrap:wrap;justify-content:space-around}.header li a{display:inline-block;padding:10px 0 0;text-decoration:none;font-variant:small-caps;letter-spacing:1px;font-size:1.4rem;margin:0 20px}.header li a:hover,.header .menu-btn:hover{color:aquamarine}.header .logo{display:block;float:left;font-size:clamp(1em,2vw,1.5em);padding:10px 0 0 4px;text-decoration:none}.header .menu{clear:both;max-height:0;transition:max-height .2s ease-out}.header .menu-icon{cursor:pointer;display:inline-block;float:right;padding:24px 20px;position:relative;user-select:none}.sign-in{transform:scale(1.1)}.header .menu-icon .navicon{background:#ffffff;display:block;height:4px;position:relative;transition:background .2s ease-out;width:30px}.header .menu-icon .navicon:before,.header .menu-icon .navicon:after{background:#ffffff;content:'';display:block;height:100%;position:absolute;transition:all .2s ease-out;width:100%}.header .menu-icon .navicon:before{top:10px}.header .menu-icon .navicon:after{top:-10px}.header .menu-btn{display:none}.header .menu-btn:checked~.menu{max-height:240px;border-top:1px solid #fff;background-color:var(--dlg-alt-bg);padding-bottom:12px}.header .menu-btn:checked~.menu-icon .navicon{background:transparent}.header .menu-btn:checked~.menu-icon .navicon:before{transform:rotate(-45deg)}.header .menu-btn:checked~.menu-icon .navicon:after{transform:rotate(45deg)}.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after{top:0}.micon{vertical-align:middle}@media (min-width:50em){.header li{float:left}.header .menu{clear:none;float:right;max-height:none;border-top:none!important;background-color:transparent!important}.header .menu-icon{display:none}}.header .menu li.active a{border-bottom:1px solid aquamarine}.menu>li img{height:24px;width:24px}.logo>span:nth-child(2){vertical-align:bottom}.logo>img:nth-child(1){vertical-align:middle}@media (max-width:950px){.header li a{font-size:1.2em;margin:0 12px}}
@-webkit-keyframes slideInFromLeft{0%{opacity:.2;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes slideUp{0%{opacity:.2;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:.2;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@keyframes slideUp{0%{opacity:.2;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}
.main{max-width:1600px;margin:0 auto}h1{font-size:1.5em;font-weight:400;text-align:center;padding:1em}img{height:auto;max-width:100%;vertical-align:middle}.btn{color:#ffffff;padding:.8rem 0;border-radius:6px;display:block;width:100%;cursor:pointer;border:1px solid rgba(255,255,255,.3);background:transparent;text-align:center}.btn:hover{background-color:rgba(255,255,255,.2)}.items{margin:0;padding:0;display:flex;flex-wrap:wrap;list-style:none;justify-content:center}.items_item{display:flex;padding:1rem}@media (min-width:40rem){.items_item{width:50%}}@media (min-width:56rem){.items_item{width:33.3333%}}.item{background-color:white;border-radius:.25rem;box-shadow:0 20px 40px -14px rgba(0,0,0,.25);display:flex;flex-direction:column;overflow:hidden}.content{padding:1rem;background:linear-gradient(to bottom left,#2F5706 40%,#31A248 100%);background:linear-gradient(to bottom left,#260657 40%,#3142a2 100%)}.title{color:#ffffff;font-size:1.1rem;font-weight:700;letter-spacing:1px;text-transform:capitalize;margin:0;-webkit-animation:1s slideInFromLeft;animation:1s slideInFromLeft}.text{color:#ffffff;font-size:.875rem;line-height:1.5;margin-bottom:1.25rem;font-weight:400;-webkit-animation:1s slideUp;animation:1s slideUp}
.overlay{height:100%;width:100%;position:fixed;left:0;top:0;z-index:-1}.main{width:100%}.wr{margin:0 auto;background-color:transparent}
.teams{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-bottom:100px;padding-bottom:2px}
.teams li{width:300px;padding:1.3em 2em;height:90px;border-radius:20px;position:relative;background-image:url(../images/tiles/splash-blue-purple.png);background-repeat:no-repeat;background-size:300px;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden}
.teams li a{font-size:1.1em}.crest{height:50px;width:auto;margin-right:22px}h1{font-size:2em;color:#fff}
.teams h2{font-size:1.2em;display:inline;font-weight:400}@media screen and (max-width:500px){h1{font-size:1.5em}}
@media screen and (max-width:757px){.wr{border-radius:0;padding-top:0}}
@media screen and (min-width:990px){.teams li{width:300px;height:100px;background-size:300px;padding:1.5em 2em}}@media screen and (min-width:1150px){.teams li{width:350px;height:100px;background-size:350px;padding:2em 2.5em}}.header .menu-icon{padding:30px 20px}
h1{font-size:1.75em;font-weight:400;text-align:center;padding:1em 1em 0}h2{font-size:1.5em;font-weight:400;text-align:center;padding:0 1em 1em}
:root{--m:4rem}.footer{opacity:0;transition:all .5s ease-in}.footer.visible{opacity:1}.partner{height:60px;margin-bottom:20px;color:#00f}.partner .powered{font-size:15px;display:block}.tag{font-size:25px;line-height:90%}footer{margin-top:10vh;z-index:500;width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;padding:5rem 2vw;position:relative;background-color:#fff}h5{color:#000;font-size:16px;text-transform:uppercase;margin-top:0;letter-spacing:2px;font-family:inherit;margin-bottom:8px}.col1{padding-bottom:0;padding:calc(.3 * var(--m)) calc(.8 * var(--m));width:100%}.col2{padding:calc(.3 * var(--m)) calc(.8 * var(--m));flex-basis:100%;color:#000;display:flex;justify-content:space-between;max-width:1100px}.col2 .about{flex-basis:60%;max-width:540px}.col2 .links{flex-basis:30%}.external{display:flex;justify-content:space-between;max-width:600px;flex-wrap:wrap}.social{display:flex;flex-direction:row;justify-content:flex-start;gap:1rem;list-style:none;flex-wrap:wrap}.social li{}.services{list-style:none}.services li{height:24px}.copyright{color:#818181;font-size:.75em;flex-basis:100%;text-align:center;width:100%;background-color:#fff;padding:1em}.about>p:nth-child(2){margin-bottom:12px}@keyframes ball{0%{top:0}10%{top:1%}20%{top:4%}30%{top:9%}40%{top:16%}50%{top:25%}60%{top:36%}70%{top:49%}80%{top:64%}90%{top:81%}100%{top:100%}}@keyframes bouncing{0%{transform:translateY(0)}50%{transform:translateY(-100px)}75%{transform:translateY(0)}80%{transform:translateY(-40px)}85%{transform:translateY(-20px)}95%{transform:translateY(-10px)}100%{transform:translateY(0)}}.bounce-7{animation-name:bounce;animation-timing-function:cubic-bezier(.280,.840,.420,1)}@keyframes bounce{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-100px)}50%{transform:scale(1.05,.95) translateY(0)}57%{transform:scale(1,1) translateY(-7px)}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}.social li:nth-child(1){animation-delay:.55s}.social li:nth-child(2){animation-delay:.25s}.social li:nth-child(3){animation-delay:.65s}.social li:nth-child(4){animation-delay:.75s}.social li:nth-child(5){animation-delay:.9s}footer a{text-decoration:none;color:inherit}footer .link{width:80px;height:auto;background-color:transparent;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;font-variant:small-caps}footer .link img{width:64px;height:64px}.sponsors{display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:1028px){:root{--m:3rem}.col2{flex-basis:100%;flex-wrap:wrap;gap:20px}}@media screen and (max-width:700px){footer{flex-direction:column;padding:3rem 2rem;flex-wrap:nowrap}footer .link img{width:48px;height:48px}.support{flex-basis:100%}.col{width:100%}.external{gap:20px}.col2 .about{flex-basis:100%;max-width:100%}.col2 .links{flex-basis:100%}}@media screen and (max-width:600px){footer,.col2,.col1{flex-direction:column;padding:2rem 1rem 0}.col2{gap:40px}.col2{flex-wrap:nowrap}}@media screen and (max-width:414px){.col2,.col1{flex-direction:column;padding:2rem 0}}@media screen and (min-width:1330px){.col1{padding:calc(.3 * var(--m)) calc(.4 * var(--m));width:50%;flex-basis:50%}.col2{padding:calc(.3 * var(--m)) calc(.4 * var(--m));width:50%;flex-basis:50%}}
.hinner{flex-direction:row;display:flex;justify-content:center;align-items:flex-start}.hinner img{height:64px;width:64px;margin-left:-40px;display:none}.hinner>div:nth-child(2){max-width:max-content}h1,.hinner h2{font-size:clamp(1.25rem,1.0878rem + .8108vw,2rem);font-weight:400;text-align:center}h1{padding:.3em 0 0 0}.hinner h2{padding:0 0 1em}@media screen and (max-width:412px){.hinner{padding:0 .5em 0}.hinner img{height:48px;width:48px}.hinner>div:nth-child(2){max-width:210px}h1{font-size:1.25em;font-weight:400;text-align:center;padding:.3em 0 0 0}.hinner h2{font-size:1.25em;font-weight:400;text-align:center;padding:0}}
.footer{opacity:0}.footer.loaded{opacity:1}
.header{background-color:var(--header-color)}.t-inner{display:flex;flex-direction:column;gap:20px;justify-content:center;max-width:1200px;margin:auto;min-width:280px;height:max-content;align-items:center;width:100%}.groups{max-width:1400px;overflow:auto;margin:auto}.wc-g{display:flex;justify-content:flex-start;align-items:flex-start;min-width:320px;flex-wrap:wrap;animation:showEl 1s ease;animation-fill-mode:forwards;background-color:#131d26;padding:1em;border-radius:20px;flex-basis:100%;width:100%;flex-direction:row}div.g-name img{height:16px}.wc-g .g-head{display:flex;flex-basis:100%;background-color:transparent;border-bottom:1px solid gold;padding-bottom:.5em;justify-content:space-between;align-items:flex-end}.wc-g .g-name{display:flex;justify-content:space-between;flex-basis:40%}.wc-g .g-teams{list-style:none;display:flex;flex-direction:column;padding-top:12px;width:100%;background-color:var(--af-bg)}.wc-g .g-teams>li:nth-child(even){background-color:rgba(61,85,111,.2)}.g-team{display:flex;flex-wrap:nowrap;justify-content:space-between;cursor:pointer;padding-right:4px;padding-left:4px;align-items:center;height:40px}.g-team h3{font-weight:400;font-size:1rem;font-size:clamp(1rem,.9091rem + .4545vw,1.25rem)}.t-details{display:flex;gap:8px;flex-wrap:nowrap;overflow:hidden;align-items:center}.standing{display:flex;justify-content:space-between;flex-basis:60%;align-items:center;max-width:120px}.standing div{font-size:1rem;width:20px;text-align:center}.s-head{display:flex;flex-basis:60%;padding-right:2px;max-width:120px}.s-labels{justify-content:space-between;width:100%;display:flex;max-width:120px}.s-labels div{font-size:1rem;width:20px;text-align:center}.t-details img{height:32px;vertical-align:middle}.wide,.wider,.widest{display:none}@media screen and (max-width:413px){.t-inner{padding:0}}@media screen and (min-width:414px){.wide{display:inline-block}.standing{flex-basis:60%;align-items:center;min-width:180px}.s-head,.s-labels{min-width:180px}.t-inner{padding:0 .5rem}}@media screen and (min-width:512px){.wider{display:inline-block}.s-head{max-width:240px}.s-labels{max-width:100%}.standing{min-width:240px}}@media screen and (min-width:600px){.t-inner{padding:0 1rem}.wider{display:inline-block}.s-head{max-width:55%}.t-details{max-width:240px}.standing{min-width:55%}}@media screen and (min-width:700px){.t-details{max-width:440px}}@media screen and (min-width:800px){.vw-modes{padding:0 2em}}.vw-options{text-align:center}button{height:40px;width:40px;background-color:transparent;border:none}.page-heading{position:relative}.hinner h2{padding:0 1em .5em}.vw-options{display:flex;justify-content:space-between;padding:0 1em;max-width:1200px;width:100%}.vw-modes{max-width:1100px;width:100%;padding:0 2em;margin-top:-30px;display:none;}.main{display:flex;flex-direction:column;align-items:center}.list.vw-team.on{width:100%}.grid.vw-team{width:100%}@media screen and (max-width:600px){.vw-modes{padding:0}.vw-options{padding:0 .5em}}.footer{opacity:0}.footer.loaded{opacity:1}
.list.vw-team{margin:0 auto;background-color:transparent;display:none;opacity:0}.list.vw-team.on{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;opacity:1}button{}button svg g{fill:#767b76;cursor:pointer}button svg.on g{fill:#b8c50b;animation-name:click;animation-duration:350ms;animation-fill-mode:both;animation-timing-function:ease-in-out}.list.vw-team.on li{position:relative;animation-name:animateIn;animation-duration:350ms;animation-delay:calc(var(--order) * 100ms);animation-fill-mode:both;animation-timing-function:ease-in-out;opacity:0}.list.vw-team li{animation-name:animateOut;animation-duration:350ms;animation-delay:calc(var(--order) * 100ms);animation-fill-mode:both;animation-timing-function:ease-in-out}.click{animation-name:click;animation-duration:350ms;animation-fill-mode:both;animation-timing-function:ease-in-out}@keyframes animateIn{0%{opacity:0;transform:scale(.6) translateY(-8px)}100%{opacity:1}}@keyframes animateOut{0%{opacity:1;transform:scale(-.6) translateY(+8px)}100%{opacity:0}}@keyframes click{0%{transform:scale(.9) translateY(8px)}100%{transform:scale(1) translateY(0)}}.form svg{width:1rem;fill:currentColor}.widest{display:none}@media screen and (min-width:1200px){.widest{display:inline-block}}
.grid.vw-team{margin:0 auto;background-color:transparent;overflow:auto;display:none}.grid.vw-team.on{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}button svg g{fill:#767b76}.grid.vw-team.on li{position:relative;animation-name:animateIn;animation-duration:350ms;animation-delay:calc(var(--order) * 100ms);animation-fill-mode:both;animation-timing-function:ease-in-out;opacity:0}.grid.vw-team li{animation-name:animateOut;animation-duration:350ms;animation-delay:calc(var(--order) * 100ms);animation-fill-mode:both;animation-timing-function:ease-in-out}
 @keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-moz-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-webkit-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-o-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg);border-color:transparent #46e435 transparent #46e435}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg);border-color:transparent #fff transparent #FFF}}@-moz-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-webkit-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-o-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}.loading{position:relative;width:100px;height:100px;border-radius:100%}.loader{position:relative;top:30px;height:140px;width:160px;display:flex;flex-direction:column;align-items:center}.loading{border:2px solid transparent;border-color:transparent #fff transparent #FFF;-moz-animation:rotate-loading 2.5s linear 0s infinite normal;-moz-transform-origin:50% 50%;-o-animation:rotate-loading 2.5s linear 0s infinite normal;-o-transform-origin:50% 50%;-webkit-animation:rotate-loading 2.5s linear 0s infinite normal;-webkit-transform-origin:50% 50%;animation:rotate-loading 2.5s linear 0s infinite normal;transform-origin:50% 50%}.loader.closed{display:none}.loader:hover .loading,.loader .loading{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.action{color:#ffffff;font-family:"Helvetica Neue," Helvetica"," "arial";font-size:12px;font-weight:bold;margin-top:45px;opacity:1;position:absolute;text-align:center;text-transform:uppercase;top:0;width:100px}#current-load{color:#ffffff;font-family:"Helvetica Neue," Helvetica"," "arial";font-size:1em;font-weight:bold;margin-top:45px;opacity:1;position:absolute;text-align:center;text-transform:uppercase;bottom:0}
