:root{--sans:"Bakbak One",sans-serif;--serif:"Crimson Pro","Lucida Bright","Garamond","Times New Roman",serif;--monospace:monospace;--fontAwesome:"Font Awesome 6 Pro";--fontAwesomeBrands:"Font Awesome 6 Brands";--systemFont:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--transition:.1s;--borderRadius:4px;--inputHeight:40px;--topBarHeight:74px;--sidePadding:3.5rem;--black:#100f20;--white:#fff;--background:#fff;--accent:#0f76231a;--primary:var(--green);--red:#da3d49;--orange:#ff9218;--yellow:#ffc700;--green:#00774d;--blue:#0056d0;--purple:#a83bf3;--pink:#fb3ed8;--grey:#edf0f6;--gray:#edf0f6;--text:#001324;--textFade:#032e5666;--textLight:#032e56bf;--border:#03032973;--borderLight:#03032933;--links:#4437f5;--shadow:0px 2px 8px -4px #0a0a0a1f,0px 4px 12px -7px #0a0a0a1b}@media (max-width:768px){:root{--inputHeight:50px}}@media (max-width:768px){:root{--topBarHeight:54px}}@media (max-width:768px){:root{--sidePadding:2.5rem}}@media (max-width:768px){:root{--sidePadding:1.5rem}}[data-theme=dark]{--background:#07070f;--layer:#161420;--grey:#20202f;--gray:#20202f;--text:#fff;--textFade:#ffffff73;--textLight:#ffffffd1;--border:#9494a380;--borderLight:#9494a359;--outline:var(--blue);--links:#008fff;--shadow:0px 2px 15px -8px #0a0a0a99,0px 4px 20px -10px #0a0a0a73}html{box-sizing:border-box;font-size:16px}*,:before,:after{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font-weight:400}img{max-width:100%;height:auto}body,html{font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;width:100%;color:var(--text);background-color:var(--background);margin:0 auto;font-size:1rem;overflow-x:hidden}body{max-height:none;box-sizing:border-box;background-color:var(--accent)}*{-webkit-tap-highlight-color:#fff0;-webkit-overflow-scrolling:touch;-webkit-overflow-scrolling:touch;text-rendering:optimizelegibility}input,input:before,input:after{user-select:initial;box-shadow:none}img{pointer-events:none;user-select:none}.no-scrollbars,.no-scrollbars *{scrollbar-width:none}.no-scrollbars::-webkit-scrollbar,.no-scrollbars ::-webkit-scrollbar{width:0;display:none}.no-scrollbars::-webkit-scrollbar-thumb,.no-scrollbars ::-webkit-scrollbar-thumb{width:0;display:none}::selection{background:var(--primary);color:var(--background)}::-moz-selection{background:var(--primary);color:var(--background)}a{text-decoration:none}a:hover{text-decoration:underline}blockquote{margin-top:1.5rem;margin-bottom:1.5rem;line-height:1.5rem}h1,h2,h3,h4,h5,h6{font-family:var(--sans);margin-top:1.5rem;margin-bottom:0;line-height:1.5rem}h1{margin-top:3rem;margin-bottom:1rem;font-size:4.242rem;line-height:4.5rem}h2{margin-top:3rem;margin-bottom:.9rem;font-size:3.228rem;line-height:3.5rem}h3{margin-bottom:.8rem;font-size:2.214rem;line-height:2.5rem}h4{margin-bottom:.7rem;font-size:1.407rem;line-height:1.5rem}h5{margin-bottom:.6rem;font-size:1.01333rem}h6{margin-bottom:.5rem;font-size:.79rem}table{border-spacing:0px;border-collapse:collapse;margin-top:1.5rem}table td,table th{padding:0;line-height:33px}code{vertical-align:bottom}.lead{font-size:1.414rem}p{font-size:1rem;line-height:2rem}p,li{font-family:var(--systemFont)}.button{background-color:var(--primary);color:var(--white);box-sizing:border-box;border-radius:var(--borderRadius);padding:10px 15px;display:inline-block}header#top{box-sizing:border-box;background-color:var(--background);justify-content:space-between;padding:2rem 5vw;display:flex}@media (max-width:950px){header#top{text-align:center;flex-direction:column;justify-content:center;padding:2rem}}header#top img{height:44px;width:auto}nav ol{vertical-align:middle;height:100%;gap:1.8rem;margin:0;padding:0;list-style-type:none;display:flex}@media (max-width:950px){nav ol{justify-content:center;gap:1.5rem;margin-top:20px}}@media (max-width:650px){nav ol{flex-wrap:wrap}}nav ol li{flex-direction:column;justify-content:center;font-size:1rem;display:flex}@media (max-width:950px){nav ol li{font-size:.9rem}}nav ol li a{color:var(--text);font-weight:500;text-decoration:none}nav ol li a:hover{text-decoration:underline}nav ol li.cta a{background-color:var(--primary);color:var(--background);box-sizing:border-box;border-radius:var(--borderRadius);min-width:fit-content;white-space:pre;padding:10px 18px}nav ol li.cta.dark a{background-color:var(--text)}@media (max-width:650px){nav ol li.cta{flex-grow:3}}nav#footer ol{flex-wrap:wrap;justify-content:flex-end;gap:5%;padding:0}@media (max-width:1000px){nav#footer ol{gap:0}}nav#footer ol li{width:45%;text-align:right;margin:6px 0;font-size:.9rem}@media (max-width:1000px){nav#footer ol li{text-align:center;width:50%}}nav#footer ol li a{color:var(--background);font-family:var(--systemFont)}nav#footer ol li.cta{width:fit-content;margin:10px 0 0 auto}@media (max-width:1000px){nav#footer ol li.cta{text-align:left;margin:10px auto 0}nav#footer ol li.cta a{width:fit-content;margin:0 auto}}nav#footer ol li.spacing{margin-left:22px}@media (max-width:1000px){nav#footer ol li.spacing{margin-left:0}}.content{box-sizing:border-box;padding:0 var(--sidePadding);max-width:1200px;margin:0 auto}.content.coming-soon{max-width:700px;padding:20vh 0}.content.coming-soon h1,.content.coming-soon h2,.content.coming-soon h3{text-align:center}footer#main{background-color:var(--text);color:var(--black);box-sizing:border-box;padding:5rem var(--sidePadding)5rem var(--sidePadding);justify-content:space-around;margin-top:12vh;display:flex}@media (max-width:1000px){footer#main{flex-flow:column-reverse wrap}}footer#main #footerLeft{color:var(--background);font-family:var(--systemFont);font-size:.8rem;line-height:1.2rem}@media (max-width:1000px){footer#main #footerLeft{width:100%;text-align:center;margin-top:4rem}}footer#main #footerLeft img{height:auto;width:200px;margin-bottom:15px;display:block}@media (max-width:1000px){footer#main #footerLeft img{margin:0 auto 15px}}footer#main #footerLeft a{color:var(--primary);font-weight:700}footer#main nav ul{color:red;font-family:var(--systemFont)}footer#main nav ul li a{color:var(--background);font-family:var(--systemFont)}#homeFeatured{box-sizing:border-box;padding:0 10vw;display:flex}@media (max-width:1200px){#homeFeatured{padding:0}}@media (max-width:650px){#homeFeatured{flex-wrap:wrap}}#homeFeatured section{max-width:40vw;width:40vw;min-width:40vw;box-sizing:border-box;padding:10vh 2em}@media (max-width:950px){#homeFeatured section{min-width:70vw;width:70vw;max-width:70vw;padding:8vh 1.5rem}}@media (max-width:650px){#homeFeatured section{text-align:center;min-width:100%;width:100%;padding:0 1.5rem 35px}}#homeFeatured section h1{letter-spacing:-.05rem;font-size:3.4rem;line-height:3.5rem}@media (max-width:650px){#homeFeatured section h1{font-size:2.8rem;line-height:3rem}}#homeFeatured section h2{letter-spacing:-.05rem;color:var(--primary);font-size:4.2rem;line-height:4.2rem}@media (max-width:650px){#homeFeatured section h2{font-size:3.2rem;line-height:2.8rem}}#homeFeatured #homeFeaturedBackground{min-height:100%;width:100%;background-image:url(soccer-hero.1a4eec88.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-grow:3}@media (max-width:650px){#homeFeatured #homeFeaturedBackground{height:200px;width:100%}}#homeFeaturedTiles{width:100%;box-sizing:border-box;margin-bottom:10vh;padding:0 10vw;display:flex}@media (max-width:1200px){#homeFeaturedTiles{padding:0}}@media (max-width:950px){#homeFeaturedTiles{flex-wrap:wrap}}#homeFeaturedTiles .tile{background-color:var(--white);box-sizing:border-box;color:var(--text);flex-grow:3;padding:3rem 1.5rem}@media (max-width:950px){#homeFeaturedTiles .tile{width:50vw;max-width:50vw;padding:1.5rem}}@media (max-width:600px){#homeFeaturedTiles .tile{width:100%;max-width:100%;padding:1.5rem}#homeFeaturedTiles .tile:nth-child(1){padding-bottom:0}}#homeFeaturedTiles .tile:nth-child(3){width:40vw;min-width:40vw;max-width:40vw;background-color:var(--primary);color:var(--white)}@media (max-width:950px){#homeFeaturedTiles .tile:nth-child(3){max-width:unset;flex-grow:3}}#homeFeaturedTiles .tile h3{margin:0 0 10px;font-size:1.7rem}#homeText p{margin-bottom:5rem}.content ol{margin:2.5rem 0 1.5rem;padding:0;list-style:none}@media (max-width:650px){.content ol{margin:2rem 0 1rem}}#joinButton{text-align:center;flex-direction:column;justify-content:center;align-items:center;font-size:1rem;display:flex}@media (max-width:950px){#joinButton{font-size:.9rem}}#joinButton a{color:var(--text);font-weight:500;text-decoration:none}#joinButton a:hover{text-decoration:underline}#joinButton.cta a{background-color:var(--primary);color:var(--background);box-sizing:border-box;border-radius:var(--borderRadius);min-width:fit-content;white-space:pre;padding:10px 18px}@media (max-width:650px){#joinButton.cta{flex-grow:3}}#pricingDisplay{box-sizing:border-box;justify-content:center;gap:30px;padding:10vh 0;display:flex}@media (max-width:800px){#pricingDisplay{flex-wrap:wrap}}#pricingDisplay .price{width:340px;background-color:var(--background);border-radius:var(--borderRadius);box-sizing:border-box;flex-direction:column;padding:15px 25px;display:flex}#pricingDisplay .price .button{background-color:var(--grey);color:var(--textLight);width:fit-content}#pricingDisplay .price:last-child{background-color:var(--blue);color:var(--white)}#pricingDisplay .price:last-child .button{background-color:var(--white);color:var(--blue)}#pricingDisplay .price h1{margin:0}#pricingDisplay .price h1 small{font-size:.3em}#pricingDisplay .price ul{flex-grow:3}#pricingDisplay .price ul li{padding:4px 0}
/*# sourceMappingURL=advertise.c6547860.css.map */
